713705100adc4364efaa61a9047adc7eefe5b07b
[fw/sdcc] / ChangeLog
1 2006-05-20 Raphael Neider <rneider AT web.de>
2
3         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
4         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
5           (allocReg): add only new registers to dynAllocRegs,
6           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
7             #1489055, #1445850, and probably #1483693
8
9 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
10
11         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
12         bug in for-loop that didn't emit the last of CONFIG and ID registers
13
14 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
15
16         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
17           with offset
18         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
19           1489016, 1434401 and 1490124
20         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
21           1489016, 1434401 and 1490124
22
23 2006-05-17 Borut Razem <borut.razem AT siol.net>
24
25         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
26           thanks Stas Sergeev
27
28 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
29
30         * device/include/mcs51/P89c51RD2.h,
31         * device/include/mcs51/P89LPC901.h,
32         * device/include/mcs51/P89LPC922.h,
33         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
34
35 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
36
37         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
38         to fix missing stack pragma in compiled binary object file,
39
40 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
41
42         * support/packihx/configure.in,
43         * support/packihx/configure: removed warning, autoconf >= 2.5x can
44         determine sizeof basic types even while cross compiling
45
46 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
47
48         * src/avr/gen.c (aopop),
49         * src/ds390/gen.c (aopOp),
50         * src/hc08/gen.c (aopOp),
51         * src/mcs51/gen.c (aopop),
52         * src/pic16/gen.c (pic16_aopOp),
53         * src/pic/gen.c (aopOp),
54         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
55         if size of operand is smaller than spill location
56
57 2006-05-12 Borut Razem <borut.razem AT siol.net>
58
59         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
60           have to have CR/LF line endings even if they are checked out on *nix
61           or on WIN32 in cygwin binmode
62
63 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
64
65         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
66         * device/include/ds80c390.h: added sfr16 definitions
67         * src/ds390/gen.c,
68         * src/ds390/gen.h,
69         * src/ds390/main.c,
70         * src/ds390/ralloc.c,
71         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
72           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
73           bit returning functions
74         * support/regression/tests/sfr16.c: enabled test on ds390
75
76 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
77
78         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
79         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
80
81 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
82
83         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
84         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
85           (cl_address_space constructor): removed expensive initialization,
86           (cl_address_space::get_cell): extended for late initialization,
87           (cl_address_space::*): use late initialization,
88           (cl_address_decoder::activate): removed expensive initialization,
89           This reduced regression test running time by 25%
90
91 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
92
93         * packihx/,
94         * configure.in,
95         * configure,
96         * sdcc.dsw,
97         * Makefile.bcc,
98         * Makefile.in,
99         * support/packihx/Makefile.in,
100         * support/packihx/clean.mk,
101         * support/packihx/Makefile.bcc,
102         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
103
104 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
105
106         * src/SDCCval.c (valNot): fix for regression test failure
107           of not.c on big endian hosts
108
109 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
112
113 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
114
115         * device/lib/mcs51/Makefile.in: changed string comparison operator
116           to = for POSIX compliance; == is bash extension
117
118 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
119
120         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
121           kosmonaut_pirx
122
123 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
124
125         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
126         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
127         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
128         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
129         bug report #1478657,
130
131 2006-05-05 Borut Razem <borut.razem AT siol.net>
132
133         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
134           making the html
135
136 2006-05-02 Borut Razem <borut.razem AT siol.net>
137
138         * doc/Makefile.in: removed *.ind dependency since there is no rule to
139           create *.ind, which made make to fail if invoked with -j 2
140
141 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
142
143         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
144           Hubert Sack for patch 1479782
145
146 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
147
148         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
149
150 2006-05-01 Raphael Neider <rneider AT web.de>
151
152         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
153           (create_pic): store only prefix-free device name,
154           (init_pic): check for device names with "16" prefix,
155           (list_valid_pics),
156         * src/pic/device.h (struct PIC_device),
157         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
158             stored device name,
159         * device/include/pic/pic12f{635,675,629,683}.h,
160         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
161         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
162         * device/include/pic/pic16f505.h,
163         * device/lib/pic/libdev/pic16f505.c: removed
164         * device/include/pic/pic14devices.txt: added support for pic12f
165             devices, removed unsupported non 16-bit devices
166             [above changes provided by patch from Zik Saleeba]
167         * src/pic/*, src/pic16/*, device/include/pic16/*,
168           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
169
170 2006-05-01 Borut Razem <borut.razem AT siol.net>
171
172         * configure.in, configure, doc/Makefile.in:
173           sync with nightly build makefile - latex, dvipdf and dvips
174           not needed any more
175
176 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
177
178         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
179         in the library source
180
181 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
184
185 2006-04-28 Raphael Neider <rneider AT web.de>
186
187         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
188         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
189           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
190         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
191
192 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
193
194         * device/lib/pic/libdev/Makefile.in,
195         * device/lib/hc08/Makefile.in,
196         * device/lib/gbz80/Makefile.in,
197         * device/lib/z80/Makefile.in,
198         * device/lib/ds390/Makefile.in,
199         * device/lib/ds400/Makefile.in: added srcdir to include search path,
200         thanks to Borut for the bug report
201         * configure.in,
202         * configure: always create doc/Makefile independent from --enable-doc
203         * Makefile.in: always install from directory doc independent from
204         --enable-doc
205         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
206         removed
207         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
208         * doc/Makefile.in: install *.txt if present
209         * device/include/Makefile.in (install): added installation of pic/*.inc
210         and pic/*.txt files again, they were erroneously removed
211
212 2006-04-28 Raphael Neider <rneider AT web.de>
213
214         * src/pic/{gen.c,main.h,pcode.c},
215         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
216             concerning signedness with casts
217
218 2006-04-28 Raphael Neider <rneider AT web.de>
219
220         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
221             definition of an interrupt handler,
222         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
223             interrupt handler stuff from picglue() to separate routine,
224           (picglue): enabled definition of intr handlers in files w/o main()
225
226 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
227
228         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
229           compilation with MSVC 2005 Express Edition (VC8)
230
231 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
232
233         * device/lib/Makefile: fixed build of gbz80 lib
234
235 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * support/regression/tests/bug-460010.c,
238         * support/regression/tests/bug-524691.c,
239         * support/regression/tests/bug-716242.c: removed conditional defines
240           that are already in testfwk.h
241
242 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
243
244         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
245           (AccAXRsh1): added, shift right by 1,
246           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
247            AccAXLrl1
248         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
249
250 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
251
252         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
253         remove cast to same type
254         * src/SDCCast.c (decorateType): fix for RFE 1475742,
255         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
256         * as/z80/Makefile,
257         * link/z80/Makefile: removed, they have moved to
258         Makefile.in files
259         * configure,
260         * configure.in: replaced duplicate message about ucsim by missing sdcpp
261         * install-sh: fix bug #1204398 by setting umask 0022
262         * device/lib/Makefile: separate build of z80 and gbz80 lib
263
264 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
265
266         Enabled VPATH feature: changed nearly all Makefiles (149 files).
267         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
268
269         One basic decision: e.g. src/clean.mk includes further files. In order
270         to make this work there are two solutions:
271         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
272           run configure on them. This way they can use
273           'include $(srcdir)/port-clean.mk'
274         - always include clean.mk by the Makefile at the same level. To avoid
275           that `make clean` tries to include and build Makefile.dep the
276           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
277           implemented, because now even `make uninstall` doesn't create
278           Makefile.in. clean.mk could be eliminated by pasting it in
279           Makefile.in.
280
281         * debugger/mcs51/Makefile.in: build own objects from library sources
282         (SLIB, SDCC) in current directory
283
284         * configure, configure.in: renamed --disable-device-lib-build in
285         --disable-device-lib; added --enable-doc, the required tools are
286         searched by configure; added result message; the toolchain for the
287         belonging ports are now only built, if the port is enabled.
288
289         * support/regression/*: all output is written in directory gen, because
290         the fwk and ports directories don't livet in the build tree using vpath
291
292         * doc/sdccman.lyx: renamed --disable-device-lib-build to
293         --disable-device-lib, added --enable-doc, added section VPATH
294
295         * sim/ucsim/configure.in,
296         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
297         z80 are enabled by default
298
299 2006-04-24 Raphael Neider <rneider AT web.de>
300
301         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
302             to config word, "pic14_"-prefixed some extern functions
303           (pic14_emitConfigWord): emit __config directive(s) if assignment to
304             config word has been found
305         * src/pic/device.h: added prototypes
306         * src/pic/pcode.c: added "pic14_"-prefix where needed
307         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
308             fixup
309         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
310             words,
311           (pic14emitRegularMap): ignore config words,
312           (pic14createInterruptVect): moved generating __config directives away
313           (picglue): have __config directives emitted
314
315 2006-04-24 Borut Razem <borut.razem AT siol.net>
316
317         * doc/Makefile: sync with nightly build makefile
318
319 2006-04-24 Raphael Neider <rneider AT web.de>
320
321         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
322             registers that have not been assigned proper liveranges,
323             fixes #1469504 and #1474602,
324           (pCodeRegOptimizeRegUsage): fixed typo in comment
325
326 2006-04-24 Borut Razem <borut.razem AT siol.net>
327
328         * device/examples/main8051.c: deleted - it was removed from CVS
329           24.mar.2000 and after that modified 18.feb.2001, so it reappered
330           after the transition to Subversion
331         * src/SDCCalloc.h: deleted - it was removed  from CVS
332           3.feb.2001 and after that modified 18.feb.2001, so it reappered
333           after the transition to Subversion
334         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
335           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
336           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
337           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
338
339 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
340
341         * as/asx8051.dsp: added mcs51/strcmpi.h
342         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
343         * as/hc08/aslink.h: updated lnksect prototype
344         * as/hc08/asm.h,
345         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
346         * as/hc08/asmain.c,
347         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
348           (newdot): handle A_ABS
349         * as/hc08/asout.c,
350         * as/mcs51/asout.c (outarea): output address
351         * as/hc08/lkaomf51.c,
352         * as/mcs51/lkaomf51.c: disabled unused array UsageType
353         * as/hc08/m08pst.c,
354         * as/mcs51/i51pst.c,
355         * as/z80/z80pst.c: "ABS" is not A_OVR
356         * as/hc08/lkarea.c (newarea): read a_addr,
357           (lnkarea): added codemap array, sort absolute areas to the front,
358            combine all GSINITx/GSFINAL,
359           (find_empty_space, allocate_space): new functions,
360           (lnksect): return next address, handle absolute sections
361         * as/mcs51/lkarea.c (newarea): read a_addr,
362           lnksect2 prototype changed,
363           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
364           (find_empty_space, allocate_space): new, factored out of lnksect2,
365           (lnksect2): return next address, handle absolute sections
366         * as/hc08/lkhead.c,
367         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
368         * as/hc08/lklibr.c (addfile, fndsym),
369         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
370           index out of range and detect both '\' and '/'
371         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
372         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
373           regression tests (ds390 cannot return bool yet)
374         * doc/sdccman.lyx: changed version number, document changed --no-peep,
375           document critical interrupts on z80, document changed SDCC define
376         * src/asm.c (_asxxxx_mapping): fixed .org directive,
377           (_a390_mapping): added .org directive
378         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
379           (genMultOneByte): fixed warnings
380         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
381           ones
382         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
383         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
384           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
385         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
386         * src/pic16/main.c: removed newReg prototype
387         * src/pic16/pcode.c,
388         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
389           warnings
390         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
391           ones
392         * src/pic16/ralloc.c
393         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
394           to fix warnings
395         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
396           from short to PIC_OPTYPE
397         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
398         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
399           optype from short to PIC_OPTYPE
400         * src/port.h: made int_size unsigned to fix warnings
401         * src/SDCC.y: fixed warning on MSVC
402         * src/SDCCicode.c (getArraySizePtr): return unsigned int
403         * src/SDCCopt.c (convertToFcall): fixed warnings
404         * src/SDCCsymt.h: removed double prototype for genSymName
405         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
406           offset int to fix warnings
407
408 2006-04-22 Borut Razem <borut.razem AT siol.net>
409
410         * doc/sdccman.lyx, */Makefile, */Makefile.in:
411           references to CVS replaced with Subversion
412
413 2006-04-21 Borut Razem <borut.razem AT siol.net>
414
415         * doc/sdccman.lyx, */Makefile, */Makefile.in:
416           references to CVS replaced with Subversion
417
418 2006-04-19 Borut Razem <borut.razem AT siol.net>
419
420         * src/version.awk: adapted for svn
421         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
422           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
423           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
424           /binutils-avr/etc/*.vi, *.jin: removed all properties
425           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
426
427 2006-04-19 Borut Razem <borut.razem AT siol.net>
428
429         * CVS to Subversion migration completed
430
431 2006-04-18 Borut Razem <borut.razem AT siol.net>
432
433         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
434           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
435
436 2006-04-17 Borut Razem <borut.razem AT siol.net>
437
438         * device/include/Makefile.in: added pic/*.inc to the installation
439
440 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
441
442         * support/regression/collate-results.py: fixed output in case of
443         a valdiag error
444         * support/regression/generate-cases.py: fixed splitting of pathnames
445         with dots
446         * as/hc08/lklibr.c (addfile),
447         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
448
449 2006-04-11 Raphael Neider <rneider AT web.de>
450
451         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
452         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
453         * src/pic16/pcode.c (assignValnums): fixed #1460578
454
455 2006-04-11 Raphael Neider <rneider AT web.de>
456
457         * device/lib/pic/libdev/*.c,
458         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
459           fixes #1468739, enables compilation in --std-c99 mode
460         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
461
462 2006-04-11 Raphael Neider <rneider AT web.de>
463
464         * src/pic/device.c (find_device): removed debug output
465           (list_valid_pics): enabled verbose listing of supported devices
466         * device/include/stdbool.h: define bool as char for pic14/16 as well
467
468 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
469
470         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
471
472 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
473
474         * .version: bumped version to 2.5.6
475         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
476
477 2006-04-06 Raphael Neider <rneider AT web.de>
478
479         * .version: bumped version to 2.5.6 (pic14 ABI changed)
480         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
481         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
482           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
483             pic14_constructAbsMap
484           (pic14printPublics): declare absolute global symbols as global
485           (pic14createInterruptVect),
486         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
487           (newReg): assume new registers unused, use correct name in
488             hashtable (reg->name instead of name), more debugLog output
489         * src/pic/device.h (PIC_device): added fields for verbose output
490         * src/pic/device.c: moved device definition to pic14devices.txt,
491             added routines for runtime parsing of pic14devices.txt,
492             added support for second config word
493         * src/pic/main.c (_process_pragma): removed #pragma maxram,
494           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
495           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
496           (_pic14_parseOptions): moved pCodeInitRegisters here
497           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
498         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
499           (pCodeInitRegisters): rewrapped comments, perpared new approach to
500             handling the pseudo stack
501         * device/lib/Makefile.in: ignore failures in objects-pic16,
502         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
503         * device/lib/pic/NEWS: document new dependency on picXXX.lib
504         * device/lib/pic/Makefile.subdir,
505         * device/lib/pic16/Makefile.subdir: improved clean rules
506         * device/lib/pic/libdev/: NEW, pic14 device libraries
507         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
508         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
509         * device/include/Makefile.in: create subdir and install pic14 headers
510         * device/include/pic/p16f_common.inc: removed unused declarations
511         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
512             PICs from inc2h.pl v1.6,
513             replaced BIT_AT macros with struct declarations
514         * device/include/pic/pic14devices.txt: definition of supported devices,
515             all above improvements contributed by Zik Saleeba, thanks
516         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
517         * support/scripts/sdcc.nsi: also install pic14 device libraries and
518             headers
519
520 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
521
522         * device/include/mcs51/c8051f410.h: added interrupt numbers,
523         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
524           thanks to Charles Olds
525
526 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
527
528         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
529
530 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
531
532         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
533         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
534         * support/regression/bug1464657.c: added, new test
535
536 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
537
538         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
539           version number
540
541 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
542
543         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
544           --no-peep and --peep-file <file> are used don't use default rules but
545           do use the <file>
546
547 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
548
549         * src/mcs51/gen.c (genCall): fixed bug 1457608
550
551 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
552
553         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
554         changes seem to cause (trigger?) problems with the build system.
555
556 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
557
558         * src/SDCCpeeph.c (operandsLiteral): new, added,
559           (callFuncByName): inserted operandsLiteral
560         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
561
562 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
563
564         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
565         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
566
567 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
568
569         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
570           implemented patch 1120823 Thanks to Willy De la Court (normal
571           interrupts need an interrupt number now if they are made critical),
572           and enabled nesting of critical functions though not for gbz80
573           (genCritical, genEndCritical): added functions
574           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
575         * src/z80/mappings.i: added "ei" to all mappings
576
577 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
578
579         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
580         submitted by the Debian SDCC maintainer Aurelien Jarno:
581         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
582         archive with gcc 4.1 on mips and wrote the patch"
583
584 2006-03-16 Raphael Neider <rneider AT web.de>
585
586         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
587           the left operand is shorter than the result (c* = lit-c* + int),
588           fixes bug #1450796
589         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
590           OP_SYMBOL
591
592 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
593
594         * src/.version: increased version number to 2.5.5
595         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
596         linking is done manually in pic16 port's _linkEdit,
597         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
598         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
599         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
600         allocate asmop as AOP_ACC,
601         (aopForRemat): added parameter 'bool result' in function declaration,
602         (pic16_aopGet): return AOP_ACC when accessing WREG,
603         (pic16_popGetTempReg): minor modification,
604         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
605         'pic16_allocWithIdx',
606         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
607         calling function in absolute addresses,
608         (genAssign): take into account AOP_ACC asmop,
609         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
610         * src/pic16/pcoderegs.c: some debug functions and lines added,
611         * src/pic16/ralloc.c (decodeRegType): added but commented out,
612         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
613         register too,
614         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
615         call to allocReg, not by manually allocating a new one,
616         (pic16_assignRegisters): now before going through the register
617         allocating functions mark all registers as free. This eliminates some
618         side effects resulting from peephole parser done earlier in the backbone
619
620 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * src/SDCCicode.c (geniCodeLogic),
623         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
624
625 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
626
627         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
628           (genSend): bugfix, do not allocate and free twice,
629           (shiftRLong): handle partially overlapping aops
630         * support/regression/tests/bitopcse.c: fixed warning redefined idata
631
632 2006-03-08 Borut Razem <borut.razem AT siol.net>
633
634         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
635           for pic16
636
637 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
638
639         * support/regression/tests/bug1409955.c: new, added
640         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
641         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
642           (aopForSym, aopOp): increment asmop.allocated if reused,
643           (freeAsmop): decrement asmop.allocated and check for zero instead of
644           using asmop.freed,
645           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
646           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
647            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
648            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
649            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
650            genSignedRightShift, genRightShift, genDataPointerGet,
651            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
652            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
653             in reverse order from allocation,
654           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
655             added swappedLR to keep track
656         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
657           pdata & code for GCC, z80, gbz80 & hc08
658         * support/regression/tests/zeropad.c: moved defines to testfwk.h
659
660 2006-03-08 Raphael Neider <rneider AT web.de>
661
662         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
663
664 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * device/include/mcs51/c8051f410.h: new SiLabs mcu
667         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
668         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
669
670 2006-03-06 Borut Razem <borut.razem AT siol.net>
671
672         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
673           made the linker quiet
674
675 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
676
677         * src/pic16/gen.c (genPcall): fixed bug #1443644
678         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
679         which dumps before the function entry point a data byte which represents
680         the number of the local variables used by the specified function, added
681         'xinst' for initial support for Extended Instruction Support,
682         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
683         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
684         port->fun_prefix anymore (may change later),
685         (genFunction, genEndFunction): do not store/restore local registers for
686         _main (this should take care the --main-return command line option in
687         the future),
688         (genOr): removed some legacy pic-port instructions,
689         * src/pic16/genarith.c (genAddLit): re-enabled old code because
690         performing operations with SFR's causes data to be written more than
691         once to each SFR. Perhaps SFRs should be handled in special cases...
692         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
693         pcode.h
694         * src/pic16/main.c (_process_pragma): stack bound checking did not take
695         into account for stack starting position,
696         (struct OPTIONS pic16_optionsTable): added command line argument
697         --extended or -y for Extended Instruction Support,
698         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
699         (deassignLRs): *** perhaps the most important change, old 'for' code
700         (commented out for reference), didn't account for some registers which
701         were left marked 'not free' after a pointer operation. The change
702         reduces register usage a lot in some cases
703
704 2006-03-04 Borut Razem <borut.razem AT siol.net>
705
706         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
707           _clean
708         * support/regression/tests/bug-524697.c: decreased array size for
709           mcs51 to fit into the internal RAM
710         * support/regression/Makefile.in: a little bit more verbose
711
712 2006-03-03 Borut Razem <borut.razem AT siol.net>
713
714         * support/regression/fwk/lib/testfwk.c,
715           support/regression/fwk/include/testfwk.h: introduced function
716           _prints(), nonrecursive _printn(), call _initEmu() from main()
717         * support/regression/ports/gbz80/support.asm,
718           support/regression/ports/ucz80/support.asm,
719           support/regression/ports/z80/support.asm,
720           support/regression/ports/ds390/support.c,
721           support/regression/ports/hc08/support.c,
722           support/regression/ports/host/support.c,
723           support/regression/ports/mcs51/support.c,
724           support/regression/ports/xa51/support.c: added empty _initEmu()
725           function
726         * support/regression/ports/pic16/gpsim.cmd,
727           support/regression/ports/pic16/spec.mk,
728           support/regression/ports/pic16/support.c,
729           support/regression/Makefile.in: added pic16 regression test
730
731 2006-03-01 Raphael Neider <rneider AT web.de>
732
733         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
734           genConstPointerGet): use safe way of generating MOVFF to cover
735             literals as well as registers, fixes bug #1440527
736         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
737             dereference
738           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
739             more correctly, fixes bug #1232186
740           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
741         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
742             gplink guess the correct processor in more cases, applied patch
743             from Till Riedel attached to and fixing bug #1436552
744
745 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
746
747         * support/regression/tests/array.c: added, contains check for #1434401
748         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
749
750 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
751
752         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
753         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
754         * device/include/mcs51/c8051f326.h,
755         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
756         * device/include/mcs51/c8051f000.h,
757         * device/include/mcs51/c8051f018.h,
758         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
759           PCON_IDLE,PCON_STOP and added sfr16 definitions
760
761 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
764           genGetWord): fixed bug 1409955
765
766 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
767
768         * device/include/hc08/mc68hc908gp32.h,
769         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
770
771 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
772
773         * src/SDCCast.c (constExprValue): return NULL if not a value
774         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
775         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
776         * support/regression/tests/bitfields.c: enabled signed bitfield for all
777
778 2006-02-13 Borut Razem <borut.razem AT siol.net>
779
780         * src/regression/ptrarg.c: added, fails due to bug #1430967
781         * src/regression/Makefile: ptrarg.c added, ...
782
783 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
784
785         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
786         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
787
788 2006-02-11 Borut Razem <borut.razem AT siol.net>
789
790         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
791           print "Processor: xxx" message to stdout only if --verbose
792
793 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
796         * support/regression/tests/bug1426356.c: added
797         * support/regression/tests/bitfields.c: removed 2 tests
798
799 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
800
801         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
802         * device/include/mcs51/c8051f330.h,
803         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
804           PCON_IDLE,PCON_STOP and added sfr16 definitions
805         * device/lib/_divsint.c,
806         * device/lib/_divuint.c,
807         * device/lib/_divulong.c,
808         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
809           register bank bug for small stackauto
810
811 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
812
813         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
814
815 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
816
817         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
818         * all.dsp: corrected several bin paths
819         * device/include/mcs51/c8051f120.h,
820         * device/include/mcs51/c8051f300.h,
821         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
822           to PCON_IDLE,PCON_STOP
823         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
824         * device/lib/printf_large.c (output_float): fixed bug 1388703
825         * support/regression/tests/bug1057979.c: added test for bug 1388703
826
827 2006-02-08 Raphael Neider <rneider AT web.de>
828
829         * src/pic/pcode.c (pciTRIS): fixed typo,
830           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
831           (LinkFlow): fixed handling of flows that end in a call,
832           (ReuseReg): perform safety check earlier
833         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
834             to work with flows at the beginning of a pBlock,
835             fixes #1426557 (Symbol not previously defined),
836           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
837             usage information
838           (RemoveUnusedRegisters): update register usage info
839         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
840             created, reuse existing ones instead
841         * src/pic/gen.c (genPcall): fixed #1424719
842
843 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
844
845         * link/z80/lkmain.c,
846         * link/z80/lklex.c,
847         * link/z80/lkdata.c,
848         * link/z80/aslink.h: fixed build on current cygwin:
849         replaced getline() by lk_getline()
850
851 2006-02-01 Borut Razem <borut.razem AT siol.net>
852
853         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
854           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
855           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
856           src/regression/bool1.c, src/regression/bool2.c,
857           src/regression/bool3.c, src/regression/call1.c,
858           src/regression/compare.c, src/regression/compare10.c,
859           src/regression/compare2.c, src/regression/compare3.c,
860           src/regression/compare4.c, src/regression/compare5.c,
861           src/regression/compare6.c, src/regression/compare7.c,
862           src/regression/compare8.c, src/regression/compare9.c,
863           src/regression/configword.c, src/regression/for.c,
864           src/regression/inline.c, src/regression/mult1.c,
865           src/regression/nestfor.c, src/regression/or1.c,
866           src/regression/pointer1.c, src/regression/ptrfunc.c,
867           src/regression/rotate1.c, src/regression/rotate2.c,
868           src/regression/rotate3.c, src/regression/rotate4.c,
869           src/regression/rotate5.c, src/regression/rotate6.c,
870           src/regression/rotate7.c, src/regression/string1.c,
871           src/regression/struct1.c, src/regression/sub.c,
872           src/regression/sub2.c, src/regression/switch1.c,
873           src/regression/while.c, src/regression/xor.c,
874           src/regression/create_stc, src/regression/simulate,
875           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
876           regression tests
877         * src/regression/gpsim_assert.h: added
878
879 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
880
881         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
882         ((void (code *) (void)) 0) ();
883         * as/hc08/aslex.c,
884         * as/hc08/aslink.h,
885         * as/hc08/asm.h,
886         * as/hc08/asmain.c,
887         * as/hc08/lkdata.c,
888         * as/hc08/lklex.c,
889         * as/hc08/lkmain.c,
890         * as/mcs51/aslex.c,
891         * as/mcs51/aslink.h,
892         * as/mcs51/asm.h,
893         * as/mcs51/asmain.c,
894         * as/mcs51/lkdata.c,
895         * as/mcs51/lklex.c,
896         * as/mcs51/lkmain.c,
897         * as/z80/aslex.c,
898         * as/z80/asm.h,
899         * as/z80/asmain.c: fixed build on current cygwin:
900         replaced getline() by as_getline()
901
902 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
903
904         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
905         declarator in the symbol chain
906         * src/SDCCsymt.h,
907         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
908         parameter list for function pointers
909         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
910         * support/regression/tests/bug-716242.c: added
911
912 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
913
914         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
915         offset if possible
916         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
917
918 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
919
920         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
921         inifinitely recurseable, added static
922         * support/regression/tests/bug-1408066.c: added
923
924 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
925
926         * src/SDCCicode.h,
927         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
928         renamed, added possibility to create "postLoopLbl"-labels
929         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
930         newiTempLoopHeaderLabel
931         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
932         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
933         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
934         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
935         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
936         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
937         (basicInduction): fixed bug #136564, made static,
938         (loopInduction): changed parameter of basicInduction, made static,
939         (addPostLoopBlock): added
940         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
941         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
942         findLoopEndSeq
943         * support/regression/tests/bug-136564.c: added
944         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
945         --std-sdcc99 to LIBSDCCFLAGS
946
947 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
948
949         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
950         while loop
951         * support/regression/tests/bug-1406131.c: added
952
953 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
954
955         * src/SDCCast.c (decorateType): fix promotion of unary minus
956         * src/SDCCsymt.c (computeType): beautified
957         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
958         (valUnaryPM, valComplement): fix sign and promotion,
959         (valNot): ANSI: result type is int (SDCC: unsigned char)
960         * support/regression/tests/uminus.c: speedup by removing superflous
961         test case 'int'
962         * support/regression/tests/onebyte.c: added promotion and signedness
963         tests for unary minus
964         * support/regressions/tests/bug-477927.c: disable warning about
965         uninitialized variables
966         * support/regression/tests/not.c: added
967
968 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
969
970         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
971         * src/mcs51/gen.c (gen51Code): show final register usage after
972         fillGaps in asm with --i-code-in-asm
973         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
974         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
975         incUsed, rliveClear, adjustIChain): made static,
976         (setFromRange): excluded because it's unused,
977         (findPrevUseSym, markWholeLoop): added,
978         (findPrevUse): rewritten; fixes bug 895992; now a complete search
979         through all branches of predecessors enables sdcc to emit the warning
980         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
981         (rlivePoint): made static, added parameter emitWarnings which is only
982         true during the first run out of two,
983         (findRecursiveSucc, findRecursivePred): removed,
984         (computeLiveRanges): made static, added parameter emitWarnings,
985         (dumpIcRlive): added for debugging only
986         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
987         removed prototype of setFromRange()
988         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
989         in call of computeLiveRanges()
990         * support/regression/tests/bug-895992.c: added
991         * support/regression/tests/bug-971834.c: added
992         * support/valdiag/tests/bug-895992.c: added
993         * support/valdiag/tests/bug-971834.c: added
994
995 2005-12-18 Raphael Neider <rneider AT web.de>
996
997         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
998           (genUnpackBits): improved code for direct operands,
999           (genPackBits): improved code for literal assignment to bitfields
1000             and for direct destination operands (no FSR indirection),
1001             prevented redundant AND, fixes #1362800,
1002           (AccLsh): added parameter to disable masking of the result
1003         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1004           skip instructions with side-effects (like incfsz),
1005           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1006         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1007         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1008           fixes #1375263
1009
1010 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1011
1012         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1013         volatile variables as spill location
1014
1015 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1016
1017         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1018         replacing literals
1019         * support/regression/tests/bug-1376320.c: added
1020
1021 2005-12-08 Raphael Neider <rneider AT web.de>
1022
1023         * src/pic/device.c: renamed is_shared to pic14_is_shared
1024         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1025         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1026           (is_valid_identifier): added for above workaround
1027
1028 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1029
1030         * device/lib/Makefile.in: fixed to enable port-specific-objects
1031         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1032           char, thanks Hubert Sack
1033         * doc/sdccman.lyx: documented --xstack-loc,
1034           elaborated a bit more on interrupts and pitfalls,
1035           removed "setjmp/longjmp unsupported",
1036           documented some unsupported C99 features
1037         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1038         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1039           if, thanks Hubert Sack
1040         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1041         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1042           make make_library
1043         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1044           regression tests can report resource usage (rfe 700441)
1045         * support/regression/collate-results.py: report resource usage
1046         * support/regression/ports/ds390/spec.mk,
1047         * support/regression/ports/hc08/spec.mk,
1048         * support/regression/ports/mcs51/spec.mk,
1049         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1050         * support/regression/ports/ds390/uCsim.cmd,
1051         * support/regression/ports/hc08/uCsim.cmd,
1052         * support/regression/ports/mcs51/uCsim.cmd,
1053         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1054         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1055           library, use the default one
1056         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1057           building the library
1058
1059 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1060
1061         * config.dsp: added dependency on .version and configure_vc.awk
1062         * device/include/setjmp.h: updated for --stack-auto and --xstack
1063         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1064         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1065         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1066         * device/lib/libsdcc.lib: added _setjmp
1067         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1068           (decorateType): fixed bug 1372851,
1069           (optimizeGetHbit): fixed warning
1070         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1071           array initialisation
1072         * support/regression/tests/bug1057979.c: added test for bug 1358192
1073         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1074
1075 2005-12-03 Borut Razem <borut.razem AT siol.net>
1076
1077         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1078           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1079
1080 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1081
1082         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1083         createIval): implement symbol independant "flexible array member",
1084         (createIvalCharPtr): implemented flexible array initialisation with a
1085         string
1086         * src/SDCCsymt.c (copyStruct): removed,
1087         (getSize): fixed misleading comment,
1088         (getAllocSize): removed, the additional allocation size is now in
1089         sym->flexArrayLength,
1090         (checkStructFlexArray): new, syntax checks for flexible array members,
1091         (compStructSize): added syntax checks for "flexible array members"
1092         (copyStruct): removed,
1093         (copyLinkChain): removed inefficient fix for bug 770487
1094         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1095         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1096         symbol->flexArrayLength
1097         * src/SDCCerr.c,
1098         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1099         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1100         * support/regression/tests/structflexarray.c: added
1101         * support/valdiag/tests/structflexiblearray.c: added
1102
1103 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1104
1105         * src/SDCCast.c (decorateType): fixed bug 1368489
1106         * support/Util/SDCCerr.c,
1107         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1108
1109 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1110
1111         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1112           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1113
1114 2005-11-27 Borut Razem <borut.razem AT siol.net>
1115
1116         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1117           support/cpp2/mkdeps.h: added command line option
1118           -obj-ext=<extension> to SDCPP to define object file externion, used
1119           for generation of make dependencies (-M)
1120         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1121
1122 2005-11-26 Borut Razem <borut.razem AT siol.net>
1123
1124         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1125           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1126           added pic and pic16 libraries
1127
1128 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1129
1130         * device/include/float.h: Corrected typo in prototype of __fsgt
1131
1132 2005-11-25 Borut Razem <borut.razem AT siol.net>
1133
1134         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1135           added creation of model-mcs51-stack-auto libraries
1136
1137 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1138
1139         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1140         and fields-list too
1141         * src/SDCCast.c (createIvalArray): removed obsolete comment
1142
1143 2005-11-24 Borut Razem <borut.razem AT siol.net>
1144
1145         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1146           added missing device/lib/mcs51/crt*.asm sources
1147
1148 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1149
1150         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1151
1152 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1153
1154         * device/lib/_fs2schar.c,
1155         * device/lib/_fs2sint.c,
1156         * device/lib/_fs2slong.c: optimized inline asm
1157
1158 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1159
1160         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1161           Better handling of floats between -1.0 and 0.0.
1162
1163 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1164
1165         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1166           (the missing "if"s prohibited removal of redundant labels)
1167
1168 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1169
1170         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1171           Properly convert floats between -1.0 and 0.0 to long, int, and char
1172           types (max integer value of negative floats tends to zero).
1173         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1174           Removed changes made so to work properly with floats between
1175           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1176           and _fs2char.c
1177
1178 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1179
1180         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1181         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1182         (genCast) cosmetic change
1183         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1184         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1185         from mcs51
1186         * support/regression/tests/bitfields (testSignedBitfields): added
1187
1188 2005-11-18 Borut Razem <borut.razem AT siol.net>
1189
1190         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1191         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1192           introduced SILENT option to make building of pic16 libraries less
1193
1194 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1195
1196         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1197           Now they work properly with floats between -1.0 and 0.0
1198         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1199
1200 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * src/SDCCicode.c (printOperand): added missing else
1203
1204 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1205
1206         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1207         reformatted for better readability
1208         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1209         signed bitfields
1210
1211 2005-11-17 Borut Razem <borut.razem AT siol.net>
1212
1213         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1214           introduced SILENT option to make building of pic16 libraries less
1215           verbose - used for nightly snapshot build
1216         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1217           available on Win32 platforms.
1218         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1219           medium, large, pic and pic16
1220
1221 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1222
1223         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1224           printf("%f"...) sets fraction to zero.
1225
1226 2005-11-16 Raphael Neider <rneider AT web.de>
1227
1228         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1229           fixes #1357221
1230         * src/pic/gen.c (genIfx): implemented for CARRY bit
1231         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1232           to generic pointers, fixes #1357332,
1233           (pic16_movLit2f): NEW,
1234           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1235
1236 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1237
1238         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1239
1240 2005-11-11 Raphael Neider <rneider AT web.de>
1241
1242         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1243         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1244           compute pointer's type from operand,
1245           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1246           improved single bit reads, fixes bug #1353379
1247
1248 2005-11-09 Borut Razem <borut.razem AT siol.net>
1249
1250         * support/scripts/sdcc.nsi: added lib/pic to the package
1251
1252 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1253
1254         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1255
1256 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1257
1258         * support/regression/tests/bug1348008.c: added
1259         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1260         * support/regression/tests/bug1337835.c: updated comment
1261
1262 2005-11-06 Borut Razem <borut.razem AT siol.net>
1263
1264         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1265           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1266           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1267           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1268           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1269           dynamic construction of cl_error_class and derivates - 2.nd try
1270
1271 2005-11-05 Borut Razem <borut.razem AT siol.net>
1272
1273         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1274           bug, which caused Bus Errors on sparc solaris
1275
1276 2005-11-04 Borut Razem <borut.razem AT siol.net>
1277
1278         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1279           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1280           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1281           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1282           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1283           and derivates to resolve the initialization problem on OSX
1284
1285 2005-11-02 Borut Razem <borut.razem AT siol.net>
1286
1287         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1288           corrected typo - #include <winsock2.h>
1289
1290 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1291
1292         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1293           (_asxxxx_mapping): added org directive for future enhancements
1294
1295 2005-11-01 Borut Razem <borut.razem AT siol.net>
1296
1297         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1298           enabled sockets on WIN32
1299         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1300
1301 2005-10-31 Borut Razem <borut.razem AT siol.net>
1302
1303         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1304           WIN32 backslash path delimiters should be escaped when used in C strings
1305         * support/regression/tests/bitfields.c: exclude failing assertions for
1306           __CYGWIN32__ and __MINGW32__ hosts
1307
1308 2005-10-30 Borut Razem <borut.razem AT siol.net>
1309
1310         * src/SDCCutil.c: corrected double comparison typo
1311
1312 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1313
1314         * device/lib/medium/Makefile: added for new memory model medium
1315         * device/include/asm/mcs51/features.h: updated for medium/pdata
1316         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1317           added Multiply & Accumulate sbit's and MAC0_PAGE define
1318         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1319         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1320         * device/lib/_mullong.c: update for medium model
1321         * device/lib/incl.mk: added medium model
1322         * doc/sdccman.lyx: documented medium model
1323         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1324         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1325         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1326         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1327           (allocParms): set SCLS and OCLS to pdata for medium model
1328         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1329           for pdata,
1330           (powof2): return <0 if not power of 2
1331         * src/avr/gen.c (genBitWise): use updated powof2
1332         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1333           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1334           (shiftLLeftOrResult): use B if necessary
1335         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1336         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1337         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1338         * support/regression/Makefile.in: added test-mcs51-medium
1339         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1340
1341 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1342
1343         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1344         specifier unsigned
1345         * device/lib/time.c (mktime): fixed bug 1334315
1346
1347 2005-10-28 Raphael Neider <rneider AT web.de>
1348
1349         * device/include/pic/p16f_common.inc: added common declarations
1350         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1351
1352 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1353
1354         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1355           (aopPutUsesAcc): added to predict accumulator use,
1356           (assignResultValue): save acc if necessary,
1357           (genMinusDec): store result if indirectly addressed,
1358           (genDivOneByte):  save acc if necessary,
1359           (movLeft2Result): bugfix if left already in acc,
1360           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1361             attention to accumulator use (esp. pdata),
1362           (genReceive): receive pdata correctly
1363         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1364         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1365
1366 2005-10-27 Raphael Neider <rneider AT web.de>
1367
1368         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1369
1370 2005-10-27 Raphael Neider <rneider AT web.de>
1371
1372         * .version: changed version to 2.5.4
1373         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1374         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1375           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1376             arithmetics support routines
1377         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1378         * device/lib/Makefile.in: also create installdir for pic
1379
1380         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1381           pic14 port as well
1382         * src/pic/device.c (dump_sfr): rewritten to delegate register
1383           placement to the linker (use `extern sym' rather than sym EQU addr),
1384           (validAddress): fixed to check last specified address
1385         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1386           (popGetLit): truncate literal value to 8 bit,
1387           (popGet): moved assert to more appropriate place
1388           (popGetExternal): create pCode operand from and mark the according
1389             symbol as being `extern'
1390           (popGetAddr): added sanity check on immediate's offset, provide
1391             GPOINTER tag on demand
1392           (aopPut): fixed for immediates,
1393           (mov2w_op): move operand's address or contents to WREG (depending on
1394             operand type), safer variant of mov2w,
1395           (movwf,call_libraryfunc): NEW, handy abbreviations,
1396           (get_argument_pcop,get_return_val_pcop,pass_argument,
1397           get_returnvalue): interface for accessing function parameters and
1398             return values,
1399           (assignResultValuei,genRet): use new parameter/return value interface
1400           (pic14_getDataSize): back to old version handling generic pointers,
1401           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1402             provided implementation and/or fixed old one,
1403           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1404             calls, removed legacy 8051 reference code
1405           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1406           (loadSignToC): NEW, move the operands sign bit to CARRY,
1407           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1408             genRightShiftSigned, accepts negative shift counts,
1409           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1410           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1411             generic pointers, __data pointers and __code pointers,
1412           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1413             and signed bitfields, limit bitfields to 8 bit,
1414           (genDataPointerGet): fixed number of bytes read,
1415           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1416           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1417             pointers to constant data are no longer assumed to point to __code
1418             space, removed invalid pointer types,
1419           (bitpatternFromVal): retrieve the PICs representation of an integer
1420             or float literal,
1421           (genDataPointerSet): fixed assigning to po_immediate operands,
1422           (genGenPointerSet): implemented as library call,
1423           (genIfx): fixed incorrect condition,
1424           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1425             provide GPOINTER tag according to destination's storage class,
1426           (genCast): added code to handle casting to generic pointers, added
1427             sign-/zero extension of the result
1428           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1429         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1430         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1431           extend the result
1432         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1433           address/register resides in the shared banks
1434           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1435             put all variables into separate sections (have the linker arrange
1436             them)
1437           (picglue): put init code and interrupt handlers in separate sections
1438         * src/pic/main.c: added port specific options table, modified to PORT
1439           structure to make GPOINTERs 3 byte, added pic14_options
1440           (_pic14_do_link): private linking routine (update paths to libraries,
1441             add libsdcc.lib by default)
1442         * src/pic/main.h: declare pic14_options
1443         * src/pic/pcode.c: fixed instructions i/o relations,
1444           (RegCond): reverted to correct version,
1445           (newpCodeOpLit): truncate literals to 8 bit,
1446           (genericPrint): added debug output,
1447           (getRegFromInstruction): fixed for various operand types, simplified
1448           (BuildFlow): fixed broken handling of isntructions with labels
1449           (LinkFlow): start at last instruction in flow (skip trailing comments),
1450             pass the flow on to the next instruction after CALL
1451           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1452           (insertPCodeInstruction): fixed inserting after a skip instruction,
1453           (DoBankSelect): fixed for labeled instructions
1454           (OptimizepBlock): honor --nopeep switch
1455           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1456         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1457         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1458           (pCodeOptime2pCodes): allow disabling this optimization via
1459             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1460             but is still buggy), started implementation of a dataflow based
1461             pCode optimization (CSE + dead code elimination)
1462           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1463         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1464           names are independant of the stack location and therefore portable across
1465           devices
1466
1467 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1468
1469         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1470           (selectSpil): fixed bug 1337835 by not spilling bit variables
1471         * support/regression/tests/bug1337835.c: added test for this bug
1472         * src/mcs51/peeph.def: restart after rule 3.c,
1473           addded rules 263.x to optimize loading constants
1474
1475 2005-10-26 Raphael Neider <rneider AT web.de>
1476
1477         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1478         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1479           (genAssign): emit warning when casting literals to generic pointer
1480             type, also applies when taking the address of a fixed variable,
1481           (genCast): improved casting to generic pointers
1482         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1483           extern variables, added verbose error message
1484         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1485
1486 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1487
1488         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1489         carry must be complemented too
1490         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1491         could be emitted by genMinus
1492         * src/SDCCval.c (constVal): fixed bug 1305065
1493
1494 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1495
1496         * src/SDCCast.c (addCast): added promotion for bit variables
1497         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1498         promotion casts + optimisation
1499         (optimizeGetWord): fix warning 'i' might be used uninitialized
1500         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1501         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1502
1503 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1504
1505         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1506         all chars are promoted to int; promotion should be handled in SDCCast.c
1507
1508 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1509
1510         * device/lib/_strcmp.c: Fixed bug 1326457
1511
1512 2005-10-11 Raphael Neider <rneider AT web.de>
1513
1514         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1515         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1516
1517 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1518
1519         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1520         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1521
1522 2005-10-04 Raphael Neider <rneider AT web.de>
1523
1524         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1525           device/lib/pic16/pics.all: added pic18f1320
1526         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1527
1528 2005-09-30 Raphael Neider <rneider AT web.de>
1529
1530         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1531         * src/pic16/devices.inc: NEW, provides device descriptions
1532         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1533
1534 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1535
1536         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1537           GETHBIT
1538
1539 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1542           documented Any Order Bit, Higher Order Byte and Higher Order Word
1543         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1544         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1545           (optimizeGetAbit): new, to get any bit, not only the high bit,
1546           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1547           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1548           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1549           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1550             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1551             GETABIT, GETBYTE, GETWORD: decorate them,
1552           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1553           (ast_print): added GETABIT, GETBYTE, GETWORD
1554         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1555         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1556           (geniCodeBinary): new generic binary icode,
1557           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1558         * src/port.h: updated comment for PORT.hasExtBitOp
1559         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1560           (genGetByte): new, to get a single byte,
1561           (genGetWord): new, to get a word from a long,
1562           (gen51Code): added GETABIT, GETBYTE, GETWORD
1563         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1564
1565 2005-09-23 Raphael Neider <rneider AT web.de>
1566
1567         * configure.in, configure: have device/lib/pic configured
1568         * device/lib/Makefile.in: added model-pic14
1569         * device/lib/clean.mk: added pic/ to clean rule
1570         * device/lib/pic: added rudimentary pic14 library providing support
1571           functions for multiplication/division/generic pointer access
1572         * src/SDCCopt.c (convilong): mark support functions as extern
1573           for pic14 port as well
1574         * src/pic/gen.c (genMult): added assertions,
1575           (genpic14Code): emit warning on unhandled iCodes
1576         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1577         * src/pic/pcode.c (pCodeOpCopy),
1578         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1579           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1580           SFR_REGISTER}), made safe for future extensions
1581         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1582           instructions even if preceeded by SKIP instructions (also remove
1583           them); removed unused code
1584         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1585           prevents leaving parts of the structure uninitialized after copying
1586
1587 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1588
1589         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1590           ago by me
1591         * support/regression/tests/addsub.c: added test for the bug
1592
1593 2005-09-21 Raphael Neider <rneider AT web.de>
1594
1595         * device/include/pic16/pic18f1220.h,
1596           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1597         * device/lib/pic16/Makefile.rules: added missing opening paren
1598         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1599           are provided in genutils.c,
1600           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1601           operand/result sizes,
1602           (genCmp): assert on NULL pointers first, then check deref'ed values
1603         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1604           result size
1605
1606 2005-09-18 Raphael Neider <rneider AT web.de>
1607
1608         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1609           as these are now unused,
1610           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1611         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1612           local, avoids uninitialized pointer dereference on r->name
1613         * src/pic16/ralloc.c (newReg): fixed indentation
1614
1615 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1616
1617         * src/SDCCval.c (constVal): fixed bug 730366
1618         * support/Util/SDCCerr.c,
1619         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1620
1621 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1622
1623         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1624
1625 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1626
1627         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1628
1629 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1630
1631         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1632           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1633         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1634           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1635         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1636         * packihx/packihx.c (hexDigit): made c unsigned char
1637         * as/mcs51/lklibr.c (fndsym),
1638         * link/z80/lkgb.c (gb),
1639         * link/z80/lklibr.c (fndsym),
1640         * link/z80/lkrloc.c (relr),
1641         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1642         * src/SDCC.lex (checkCurrFile, process_pragma),
1643         * src/SDCCglue.c (spacesToUnderscores),
1644         * src/SDCCmain.c (setParseWithComma, processFile),
1645         * src/asm.c (tvsprintf, printCLine),
1646         * src/avr/gen.c (emitcode, aopPut),
1647         * src/ds390/gen.c (emitcode),
1648         * src/hc08/gen.c (emitcode, emitinline),
1649         * src/mcs51/gen.c (emitcode, genInline),
1650         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1651           tokenizeLineNode),
1652         * src/pic/ralloc.c (debugLog),
1653         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1654           tokenizeLineNode),
1655         * src/pic16/ralloc.c (debugLog),
1656         * src/z80/main.c (_process_pragma):
1657            made all ctype.h function calls safe
1658         * src/SDCCopt.c: include math.h for fabs
1659         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1660           and used them throughout the code to make ctype.h function calls safe
1661         * src/ds390/main.c (asmLineNodeFromLineNode),
1662         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1663         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1664            unsigned char*
1665         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1666           (newpCodeAsmDir): made ctype.h function calls safe
1667         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1668           pic16_emitcode):  made lbp unsigned char*
1669         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1670           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1671         * src/xa51/gen.c (emitcode),
1672         * src/z80/gen.c (_emit2): made lbp unsigned char*
1673         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1674            char*
1675
1676 2005-09-05 Raphael Neider <rneider AT web.de>
1677
1678         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1679           access bank splitpoint
1680
1681 2005-09-05 Raphael Neider <rneider AT web.de>
1682
1683         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1684
1685 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1686
1687         * .version: changed to version 2.5.3
1688         * doc/sdccman.lyx: changed version to 2.5.3,
1689           documented --codeseg and --constseg and pragma codeseg and constseg,
1690           documented bit parameters (reentrant) and bit returning
1691         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1692            currFunc->recvSize, but is this ok for all ports?
1693           (ast2iCode): result of ~ on unsigned char must be cast to int for
1694            bool to work
1695         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1696           function pointers in bit space
1697         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1698           (processFuncArgs): call port.reg_parm() with reentrancy info
1699         * src/port.h,
1700         * src/avr/main.c,
1701         * src/ds390/main.c,
1702         * src/hc08/main.c,
1703         * src/pic/main.c,
1704         * src/pic16/main.c,
1705         * src/xa51/main.c,
1706         * src/z80/main.c: port.reg_parm prototype extended with
1707           "bool reentrant" parameter
1708         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1709           options.stackAuto for allocating bit register parameters
1710         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1711           (genSend): set BitBankUsed if it is,
1712           (selectRegBank): factored out of genCall for use in genPcall,
1713           (genCall): removed redundant dtype assignmen, use selectRegBank,
1714           (genPcall): handle returning in Carry properly, save in F0 if needed,
1715           (genReceive): handle bit register parameters
1716         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1717           (mcs51_assignRegisters): enable bit registers for all reentrant
1718            functions and don't set BitBankUsed unconditionally
1719         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1720         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1721         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1722
1723 2005-08-27 Borut Razem <borut.razem AT siol.net>
1724
1725         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1726         ppc-osx (Darwin) does not support -u option. It seems that it is
1727         supported only on Linux - GNU cp
1728
1729 2005-08-25 Borut Razem <borut.razem AT siol.net>
1730
1731         * sim/ucsim/gui.src/serio.src/Makefile.in,
1732           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1733           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1734           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1735           install and strip, since the strip at /usr/ccs/bin should be used
1736           on solaris
1737
1738 2005-08-24 Borut Razem <borut.razem AT siol.net>
1739
1740         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1741
1742 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1743
1744         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1745         ffffffffu
1746
1747 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1748
1749         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1750         * as/mcs51/lkmain.c (link_main): fixed warning
1751         * device/include/stdbool.h: ds390 has no advanced bit support yet
1752         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1753         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1754         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1755           and updated their macros
1756         * src/SDCCval.c (constVal): updated comment for renamed b_long
1757
1758 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1759
1760         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1761         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1762           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1763           (oprio): set priority for '['
1764         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1765            and adb_24_bit
1766         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1767         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1768         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1769         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1770           added overlayable BIT_BANK area
1771         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1772           (summary2): explain 'T' in legenda
1773         * as/mcs51/lkrloc.c: replaced old K&R style,
1774           (relr): added R_BIT processing,
1775           (errmsg): added "Bit-addressable relocation error",
1776           (adb_bit): added for converting from byte- to bit-addressable space,
1777           (adb_24_bit): added for converting from byte- to bit-addressable space
1778         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1779            used in reentrant functions now even as return value
1780         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1781         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1782           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1783         * src/SDCCglobl.h: added indicator BitBankUsed
1784         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1785            the bit registers b0-b7
1786         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1787           (geniCodeCast): fixed bug 1263853,
1788           (geniCodeLogicAndOr): put result in bool or char,
1789           (geniCodeReceive): added parameter func for accessing the return type,
1790           (geniCodeFunctionBody): pass func to geniCodeReceive
1791         * src/SDCCmain.c: added indicator BitBankUsed
1792         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1793         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1794           (checkSClass): don't put automatic bool/bit on stack,
1795           (checkFunction): removed check on function cannot return bit
1796         * src/SDCCsymt.h: added newBoolLink prototype
1797         * src/mcs51/gen.c (rb1regs): added bit registers,
1798           (movc): created for assigning to carry,
1799           (pushReg, popReg): created for pushing registers,
1800           (sameRegs): check both AOP_REG and AOP_CRY types,
1801           (aopOp): handle bit registers,
1802           (aopPut): optimization no self-assign,
1803           (saveRegisters): push reg->base (bits) only once for bit registers,
1804            and use pushReg,
1805           (unsaveRegisters): pop reg->base only once and use popReg,
1806           (assignResultValue): added parameter func and return in carry for bits,
1807           (genIpush): optimization no reload in A if not changed,
1808           (genSend): bit parameters in reentrant functions are passed in bit
1809            registers by first assigning to bits in B, then save registers and
1810            copy B to bits,
1811           (genCall): handle returning in Carry properly, save it in F0 if needed,
1812           (genPcall): updated assignResultValue call, this is not safe yet for bit
1813            returning function !!!
1814           (genFunction): don't generate equ's for bit registers and use pushReg,
1815           (genEndFunction): take care of bit returning functions and use popReg,
1816           (genRet): return bit in Carry,
1817           (genIfx): optimize bit registers and other directly addressable bits,
1818           (genReceive): updated assignResultValue call
1819         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1820           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1821            registers when using stack-auto
1822         * src/mcs51/ralloc.c (_G): added allBitregs,
1823           (regs8051): added the bit registers,
1824           (createStackSpil): use macro IS_BIT,
1825           (getRegBit): added to allocate a bit register, else spill,
1826           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1827           (updateRegUsage): factored out to ease stepping while debugging,
1828           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1829            also allocate bit registers,
1830           (fillGaps): handle bit registers,
1831           (findAllBitregs): added to create bit vector with all bit registers,
1832           (mcs51_allBitregs): returns this bit vector,
1833           (mcs51_assignRegisters): when using stack-auto use bit registers for
1834            passing parameters and creating local variables
1835         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1836
1837 2005-08-22 Borut Razem <borut.razem AT siol.net>
1838
1839         * device/lib/Makefile.in: replaced find option -or with -o
1840           to make it run on solaris
1841
1842 2005-08-22 Raphael Neider <rneider AT web.de>
1843
1844         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1845           fixes #1265442 (crash on Solaris)
1846
1847 2005-08-20 Borut Razem <borut.razem AT siol.net>
1848
1849         * configure, configure.in: added tests for libsocket and libnsl libraries,
1850           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1851           from support/regression/Makefile.in
1852         * support/regression/Makefile.in: added
1853         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1854         * sim/ucsim/libtool: regenerated on sparc-solaris
1855         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1856           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1857           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1858           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1859           sparc-solaris, which doesn't use GNU ld linker
1860         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1861         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1862
1863 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1864
1865         * src/mcs51/peeph.def: updated comments
1866
1867 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1868
1869         * device/lib/_gptrget.c,
1870         * device/lib/_gptrput.c: slightly shorter
1871         * doc/sdccman.lyx: incremented version
1872         * src/mcs51/peeph.def: moved peephole comments to the line of first
1873           change to better keep line correlation, reanimated 186.e
1874         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1875
1876 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1877
1878         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1879           David Saxton with quotes around file name.
1880
1881 2005-08-15 Borut Razem <borut.razem AT siol.net>
1882
1883         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1884           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1885           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1886           make tests run on x86_64 platform
1887
1888 2005-08-13 Raphael Neider <rneider AT web.de>
1889
1890         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1891           as it might be executed DURING a build (parallel make is wonderful)
1892
1893 2005-08-13 Raphael Neider <rneider AT web.de>
1894
1895         * device/lib/Makefile.in (port-specific-objects-pic16):
1896           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1897         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1898           dependency
1899         * device/lib/pic16/Makefile.rules: build subdirs before creating
1900           the library, removed builddir rule, create $(builddir) early in
1901           recurse rule, use empty recurse rule for leaf directories
1902         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1903           mkdir errors (race condition), removed duplicate suffix "hex"
1904           from clean rules
1905         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1906         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1907           prevents mkdir -p from aborting on Alpha
1908
1909 2005-08-12 Raphael Neider <rneider AT web.de>
1910
1911         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1912           db-statements in order to allow for arrays of pointers in code
1913           sections to be placed without interspersed 0-padding, fixes
1914           bug #1256215
1915         * (emitStatistics): fixed division by zero for pic18f1220
1916         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1917           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1918         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1919         * (pic16_pCodeConstString): keep track of already emitted string
1920           literals to prevent "duplicate definitions of symbol _str_NR"
1921         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1922           debug message
1923         * device/lib/Makefile.in: ignore failing PIC16 library builds
1924         * device/lib/pic16/Makefile: do not build if gputils are missing
1925         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1926
1927 2005-08-10 Raphael Neider <rneider AT web.de>
1928
1929         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1930           my last commit)
1931
1932 2005-08-10 Raphael Neider <rneider AT web.de>
1933
1934         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1935           Rokas' patch to add the new fixed point type "__fixed16x16"
1936         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1937           functions for __fixed16x16 arithmetics
1938         * device/lib/pic16: reimplemented the build system to support
1939           a separate build directory, better handling of libio (create
1940           the library in a separate subdir for each architecture) and
1941           easier configuration (centralized in Makefile.common)
1942
1943 2005-08-07 Raphael Neider <rneider AT web.de>
1944
1945         * src/pic16/gen.c (genrshTwo): fixed sign extension
1946         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1947         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1948           added T0CONbits
1949         * device/include/pic16/pic18f4220.h: NEW, header for
1950           pic18f4220 and pic18f4320
1951         * device/include/pic16/pic18fregs.h: added new devices,
1952           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1953         * device/include/pic16/signal.h: resolved name clashes
1954           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1955           to also allow testing for interrupt enable bits, added
1956           comments on how to use the macros
1957         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1958         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1959           register definitions for the devices
1960         * device/lib/pic16/pics.all: added new devices
1961         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1962           allocated memory
1963         * device/lib/pic16/libc/stdlib/memfree: do not count
1964           the block header as free memory
1965         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1966           simplified and added missing end-of-blocklist-marker
1967           (reported by Peter Onion, fixes #1252814)
1968         * (_mergeHeapBlock): fixed loop condition
1969         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1970           len==0, restructured code
1971         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1972           up a bit, reduced bitfield accesses, prevent endless loops
1973           in case of heap corruption
1974         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1975           "unreferenced arguments/must return a value" warnings
1976         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1977           replaced BAUDREG with SPBRG
1978         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1979           device/lib/pic16/debug/gstack/gstack.c: replaced
1980           _naked, _asm, _endasm with __naked, __asm, __endasm
1981
1982 2005-08-05 Raphael Neider <rneider AT web.de>
1983
1984         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1985           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1986
1987 2005-08-05 Borut Razem <borut.razem AT siol.net>
1988
1989         * device/lib/Makefile.in: added missing ';'
1990         * configure: removed ^M characters
1991
1992 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1993
1994         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1995           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1996           License
1997
1998 2005-08-04 Borut Razem <borut.razem AT siol.net>
1999
2000         * configure.in: pic16 libraries build 2nd try - enable running
2001           configure in device/lib/pic16
2002         * configure: regenerated from configure.in
2003         * device/lib/Makefile.in: create $(PORT)/bin directory
2004
2005 2005-08-03 Raphael Neider <rneider AT web.de>
2006
2007         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2008           to get/set values via pointers
2009         * (genUnpackBits,genPackBits): changed detection of
2010           ptr->bitfield vs. sym.bitfield, fixed access via generic
2011           pointers, removed dead (wrong) code for multibyte bitfields
2012         * (genNearPointerGet, genGenPointerGet): removed useless code,
2013           fixed bitfield detection, fixes #1250594
2014         * (genNearPointerSet): removed useless code
2015         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2016           and introduced macro pic16_emitpcode that conditionally emits
2017           the origin of the following pCode (useful for debugging SDCC)
2018         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2019         * (createDefmap): fixed handling of LFSR for --optimize-df
2020
2021 2005-08-02 Borut Razem <borut.razem AT siol.net>
2022
2023         * device/lib/Makefile.in: pic16 libraries build enabled since
2024           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2025
2026 2005-08-02 Raphael Neider <rneider AT web.de>
2027
2028         * src/pic16/gen.c (genPackBits): removed deprecated warning
2029         * (genGenPointerSet): fixed bitfield detection
2030
2031 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2032
2033         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2034
2035 2005-07-31 Raphael Neider <rneider AT web.de>
2036
2037         * device/lib/pic16/libdev/pic18f458.c,
2038           device/include/pic16/pic18f458.h: added missing T0CONbits
2039
2040 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2041
2042         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2043
2044 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2045
2046         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2047
2048 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2049
2050         * device/include/mcs51/at89c51ed2.h: added.
2051
2052 2005-07-23 Raphael Neider <rneider AT web.de>
2053
2054         * src/pic/gen.h: added emitpcode macro for debugging
2055         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2056           and replace by macro adding debug information on demand
2057         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2058         * (gencjne): tried to fix; replaced with correct (slower) code
2059         * (gen{Unp,P}ackBits): fixed single bit access
2060         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2061         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2062           previous instruction
2063         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2064           register has to be handled with care (forbidding movement
2065           of assignments/uses, removing assignments completely, ...)
2066         * (pCodeOptime2pCodes): make use of regIsSpecial
2067         * added lots of debugging output (commented out)
2068         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2069           from being reused as result UNLESS it is known to work
2070
2071 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2072
2073         * support/Util/dbuf.h: include <stddef.h> for size_t
2074         * .version: changed to version 2.5.2
2075
2076 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2077
2078         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2079
2080 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2081
2082         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2083           (genModOneByte): removed needless psha/pula
2084
2085 2005-07-22 Raphael Neider <rneider AT web.de>
2086
2087         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2088           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2089         * src/pic/gen.c (resolveIfx): do not "invent" labels
2090         * (genSkipc): changed to positive logic
2091         * (genSkipCond): removed as no longer needed
2092         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2093           backport from PIC16
2094         * (genLeftShift): check operands are in different registers
2095         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2096           INCF does not update CARRY...
2097         * src/pic/main.c: fixed _linkCmd
2098         * src/pic/pcode.c (unlinkpCode): added inactive code
2099         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2100           alive (do not assign result and operand overlapping registers)
2101
2102 2005-07-22 Raphael Neider <rneider AT web.de>
2103
2104         * src/pic/device.c (dump_sfr): replaced register declaration with
2105           call to emitSymbolToFile() to avoid duplicate symbols
2106         * (assignRelocatableRegisters): do not declare external symbols
2107         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2108           right (take size of type, not etype)
2109         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2110         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2111         * (packRegsForAccUse): disabled assignment of WREG as
2112           the result reg to prevent occurence of just fixed #1235003,
2113           fixes #1242954
2114         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2115           symbols (avoids duplicate symbols in .asm file)
2116         * (pic14emitRegularMap): use emitSymbolToFile()
2117         * src/pic/gen.c (aopOp): fixed spillLocation handling
2118         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2119         * (genDataPointerSet): removed unneccessary variables/output
2120
2121 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2122
2123         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2124         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2125
2126 2005-07-21 Raphael Neider <rneider AT web.de>
2127
2128         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2129           architecture cannot handle them efficiently, fixes bug #1235003
2130         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2131           check for empty sets before using them (fixes bug #1232190)
2132
2133 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2134
2135         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2136           (lnksect2): generate warnings for memory overlap
2137         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2138           constseg to set the name of these segments so you can instruct the linker
2139           to place them in banks
2140         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2141         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2142           added code_seg and const_seg to options
2143         * src/SDCCglue.c (emitMaps): use options.const_seg,
2144           (createInterruptVect): put interrupt vectors in segment HOME,
2145           (glue): put HOME before static segment and put the main glue in HOME,
2146           (glue): use options.code_seg
2147         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2148         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2149           these segments so you can instruct the linker to place them in banks
2150           (linkEdit): use code_loc for HOME segment which should be the first
2151           segment in code memory now
2152         * src/SDCCmem.c: fixed more stuff like bug 1238386
2153         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2154           (changePointer): don't change function pointers to code pointers for
2155           banked functions,
2156           (compareType): added exceptional check for banked function pointers
2157         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2158         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2159           after static in code memory
2160         * src/mcs51/gen.c: added aopLiteralLong prototype,
2161           (aopForSym): use getSize for functions,
2162           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2163           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2164           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2165           the segment,
2166           (genPcall): use call for literal function pointers and generate banked
2167           calls over the one trampoline so there's only one place for the user to
2168           modify according to his/hers hardware,
2169           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2170           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2171         * src/mcs51/main.c: added keyword banked,
2172           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2173         * support/Util/SDCCerr.c,
2174         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2175           needed for passing the bank and address to the trampoline
2176         * device/lib/mcs51/crtbank.asm: added for bankswitching
2177         * device/lib/mcs51/Makefile: added crtbank
2178
2179 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2180
2181         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2182           for fields at offset 0 of a struct or union as reported
2183           on 2005-07-07 in the developer mailing list.
2184
2185 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2186
2187         * src/SDCCmem.c: fixed bug 1238386
2188
2189 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2190
2191         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2192           (patch #1144962), added peephole 300, enabled 259.x
2193         * doc/sdccman.lyx: removed screenshot and provided link instead
2194
2195 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2196
2197         * doc/sdccman.lyx: added section about debugging with ddd
2198         * doc/figures/ddd_example.eps: screenshot of debugging session
2199
2200 2005-07-04 Raphael Neider <rneider AT web.de>
2201
2202         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2203           like CODE pointers, fixes #1115683
2204         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2205           call, fixes bugs #1232211, #1228110,
2206           fixed wrong casts to pCodeFlow from pCodeInstructions
2207
2208 2005-07-04 Raphael Neider <rneider AT web.de>
2209
2210         * src/pic/gen.c (popGet): changed assert to allow for
2211           bit operands
2212         * (popGetAddr): changed signature to provide
2213           an additional index, patched all call sites
2214         * (genCmpEq): handle literal-like operands correctly
2215         * (genAddrOf): added sanity checks on __code/__data pointers
2216         * (genAssign): added handling of symbols from __code section
2217         * (gencjne): do not generate code for comparisons whose result
2218           is neither stored nor used, fixes bug #1171114
2219         * (AccLsh, AccRsh): operate on operand instead of WREG
2220         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2221           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2222           by known count
2223         * rewrote complete shift-by-literal logic, commented unused
2224           functions out
2225         * (genConstPointerGet): get multiple bytes (if result size > 1),
2226           fixed handling of non-immediate addresses
2227         * (genPointerGet): handle CODE pointers like CONST pointers
2228         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2229         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2230           operand is to be treated as a literal or not
2231         * (mov2w,genPcall,genCmpEq),
2232           src/pic/genarith.c: use aop_isLitLike() to decide between
2233           literal/register contents
2234         * (addSign): added missing offset
2235         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2236           only emit comment in debug-mode,
2237           use {aop,op}_isLitLike throughout the file
2238         * src/pic/glue.c: fix initializers for pointers (work in progress)
2239         * src/pic/pcode.c (get_op): honor index on _const symbols
2240         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2241         * (dumppBlock): added pCode size estimation
2242         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2243           check for IS_SYMOP before OP_SYMBOL'ing
2244         * fixed indentation, compacted switch-statements
2245         * (allocReg): find free register and allocate it instead of
2246           allocating new registers all the time
2247         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2248           registers as its operands (necessary only for multibyte GETs)
2249
2250 2005-07-01 Raphael Neider <rneider AT web.de>
2251
2252         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2253           debugging .asm-output macros FENTRY + FEXIT
2254         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2255           way... I wonder...
2256         * (emitpComment): NEW, printf to pCode
2257         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2258           offset handling
2259         * (popGetAddr): NEW, variant of popGet to access an immediates
2260           high(er) bytes instead of the n'th byte of memory they reference,
2261           replaced popGet with popGetAddr where neccessary
2262         * (genDataPointerGet): reactivated and fixed implementation
2263         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2264           accesses
2265         * (genDataPointerSet): fixed multibyte assignments
2266         * (genpic14Code): fixed --i-code-in-asm handling
2267         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2268         * (genPlus): fixed index-out-of-bounds error
2269         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2270         * src/pic/ralloc.c: added debugging output macro FENTRY2
2271         * (spillThis): fixed indentation, enbraced for-body for clarity
2272         * (rematStr): commented out as now unused
2273         * (regTypeNum): commented out special spill case (overwrites
2274           arbitrary values)
2275         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2276
2277 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2278
2279         * doc/sdccman.lyx: documented sfr16/sfr32,
2280           added example for using storage class with function pointers
2281         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2282
2283 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2284
2285         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2286         * device/lib/_itoa.c,
2287         * device/lib/_ltoa.c: optimized codesize
2288         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2289           but don't know how to suppress the double warning.
2290         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2291         * support/Util/SDCCerr.c,
2292         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2293
2294 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2295
2296         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2297           fixed old K&R prototypes
2298         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2299         * device/lib/_gptrget.c,
2300         * device/lib/_gptrgetc.c,
2301         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2302           also new versions for small generic pointers and banked generic pointers
2303         * src/port.h: added const_name
2304         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2305         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2306         * src/SDCCcse.c (findPrevIc): check all associative operators
2307         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2308         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2309         * src/SDCCmem.c: updated comments,
2310           set far-space to 0 for pdata, results in optimized code
2311         * src/SDCCmem.h: added macro CONST_NAME
2312         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2313           moving the info into the highest bits, see also gptrget/gptrput
2314         * src/src.dsp: added sdcc.ico to project files
2315         * src/avr/gen.c (genCast): fixed bug 0x%d
2316         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2317         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2318           relation between ptr_type and DCL_TYPE,
2319           (genCast): fixed bug 0x%d
2320         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2321           (CODE)" for const_name
2322         * src/hc08/gen.c (genCast): fixed bug 0x%d
2323         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2324           (hc08_port): added "CONST (CODE)" for const_name
2325         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2326           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2327           between ptr_type and DCL_TYPE,
2328           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2329           operand* and took AOP() inside function so sfr-ness can be checked,
2330           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2331           new prototype,
2332           (genFunction, genEndFunction): optimized stack setup,
2333           (genMinus): optimized for literals with ending zeroes (in bytes),
2334           (genCast): fixed bug 0x%d
2335         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2336           (mcs51_port): added "CONST (CODE)" for const_name
2337         * src/mcs51/peeph.def: made rule 226 more generic
2338         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2339         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2340         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2341         * src/z80/main.c (z80_port): added NULL for const_name,
2342           (gbz80_port): added NULL for const_name
2343         * support/regression/tests/bug663539.c,
2344         * support/regression/tests/sfr16.c: new tests
2345
2346 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2347
2348         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2349
2350 2005-06-24 Raphael Neider <rneider AT web.de>
2351
2352         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2353           corrected typos...
2354         * device/include/pic16/signal.h: added USBIF
2355           and SIG_USB
2356
2357 2005-06-24 Raphael Neider <rneider AT web.de>
2358
2359         * device/lib/pic16/libdev/pic18f2455.c,
2360           device/include/pic16/pic18f2455.h: NEW
2361         * device/include/pic16/pic18fregs.h,
2362           device/lib/pic16/pics.all,
2363           src/pic16/device.c: added 18f2455
2364         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2365           device/include/pic16/{pic18f[68][567].h,usart.h}:
2366           replaced MULTIPLE_USARTS define with more relaible
2367           compatibility sfrs (for USART access)
2368
2369 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2370
2371         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2372           and the output asm file line is printed on two lines.
2373
2374 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2375
2376         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2377           BGT, BLE, BHI, and BLS instructions
2378         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2379           genCmpEq): removed
2380         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2381           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2382           fixes bug #1216342
2383         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2384
2385 2005-06-15 Raphael Neider <rneider AT web.de>
2386
2387         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2388         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2389         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2390           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2391           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2392
2393 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2394
2395         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2396           Marcel Telka in bug #1215704
2397
2398 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2399
2400         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2401           located in shared memory bank.
2402
2403 2005-05-31 Raphael Neider <rneider AT web.de>
2404
2405         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2406           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2407           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2408
2409 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2410
2411         * device/lib/_strncpy.c: fixed the fix
2412
2413 2005-05-26 Raphael Neider <rneider AT web.de>
2414
2415         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2416           initializers with \0, bug #1208187
2417         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2418           intializers with \0, bug #1208187
2419
2420 2005-05-26 Raphael Neider <rneider AT web.de>
2421
2422         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2423           initializers with \0, bug #1208187
2424         * src/pic16/main.c (_process_pragma): added sanity checks
2425           for stack position and size, emit warnings when appropriate
2426
2427 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2428
2429         * device/lib/_strncpy.c: fixed not filling with \0
2430
2431 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2432
2433         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2434           createFunction),
2435         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2436           compound_statement),
2437         * src/SDCCsymt.h,
2438         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2439
2440 2005-05-24 Raphael Neider <rneider AT web.de>
2441
2442         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2443
2444 2005-05-24 Raphael Neider <rneider AT web.de>
2445
2446         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2447           TRISE definitions, closes bug #1162453
2448
2449 2005-05-22 Raphael Neider <rneider AT web.de>
2450
2451         * src/pic16/main.c (_process_pragma): check for missing
2452           arguments to pragmas code and udata
2453         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2454           consistency fixes to match other headers (thanks to Jim Paris)
2455         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2456
2457 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2458
2459         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2460
2461 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2462
2463         * support/regression/tests/bug1198642.c: new test
2464         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2465         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2466         * support/scripts/resource.h,
2467         * support/scripts/resource.rc,
2468         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2469         * support/scripts/sdcc.ico: added 32x32 icon
2470
2471 2005-05-18 Raphael Neider <rneider AT web.de>
2472
2473         * device/lib/pic16/libdev/pic18f*.c,
2474         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2475           keywords to "__sfr" and "__at (X)"
2476         * device/include/pic16/pic18fregs.h: added pic18f4520
2477         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2478           #1203088 (MPLAB compatibility)
2479
2480 2005-05-17 Raphael Neider <rneider AT web.de>
2481
2482         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2483         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2484         * device/lib/pic16/pics.all: added new devices
2485         * src/pic16/device.c: added support for pic18f4520
2486
2487 2005-05-16 Raphael Neider <rneider AT web.de>
2488         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2489         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2490         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2491           convenience function for bit access
2492
2493 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2494
2495         * device/lib/printf_large.c: fixed bug 1193299
2496         * support/regression/tests/bug1057979.c: added test %3.3s
2497
2498 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2499
2500         * device/include/mcs51/8051.h,
2501         * device/include/mcs51/8052.h: made parseable with lint
2502         * device/include/mcs51/lint.h: added include file for (sp)lint
2503         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2504         * doc/cdbfileformat.lyx,
2505         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2506
2507 2005-05-14 Raphael Neider <rneider AT web.de>
2508
2509         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2510         * device/lib/pic16/libc/stdlib/itoa.c (new)
2511         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2512         * device/lib/pic16/libio/Makefile: exclude subdir according to
2513           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2514         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2515         * src/pic16/gen.c (genFunction): prevent annoying warning
2516         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2517           nameclashes on BeOS
2518         * support/cpp2/cppmain.c (cpp_output_string): new
2519         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2520           fixes bug 1116802
2521
2522 2005-05-13 Borut Razem <borut.razem AT siol.net>
2523
2524         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2525
2526 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2527
2528         * .version: changed to version 2.5.1; back to bleeding edge development
2529
2530 2005-05-11 Borut Razem <borut.razem AT siol.net>
2531
2532         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2533           generate PDF version 1.3 documents
2534
2535 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2536
2537         * .version: changed to version 2.5.0
2538
2539 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2540
2541         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2542
2543 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2544
2545         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2546         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2547         well as many smaller updates.
2548         * .version: changed to version 2.5.0-pre1
2549
2550 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2551
2552         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2553
2554 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2555
2556         * support/regression/tests/bug1185672.c: added
2557         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2558           bug 1185672
2559         * src/mcs51/gen.c (genCall): added comments, made it look safer
2560         * src/mcs51/gen.c (genEndFunction): simplified
2561
2562 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2563
2564         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2565
2566 2005-04-14 Borut Razem <borut.razem AT siol.net>
2567
2568         * fixed bug 1045046 - SIGSEGV with really simple code?:
2569           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2570           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2571
2572 2005-04-14 Borut Razem <borut.razem AT siol.net>
2573
2574         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2575           src/pic16/device.h: temporarily disabled experimental #inline pragma
2576           for 2.5.0 release
2577
2578 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2579
2580         * device/include/z80/stdio.h,
2581         * device/include/z80/string.h: removed these highly incomplete files so
2582           SDCC can use the default ones in device/include/
2583
2584 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2585
2586         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2587         gcc warning.
2588         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2589         fix sdcpp warnings.
2590
2591 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2592
2593         * device/include/malloc.h: removed redundant __reentrant prototypes
2594         * device/lib/_mullong.c: added working xstack variant in asm (C version
2595           doesn't pass regression tests)
2596         * device/lib/bpx.c: used __data and made bpx char for mcs51
2597         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2598           (createFunction): fixed bug with xstackPtr
2599         * src/SDCCcse.c: corrected comments
2600         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2601           (killDeadCode, eBBlockFromiCode): removed unused code
2602         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2603           corrected comments
2604         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2605           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2606           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2607           (genModOneByte): fixed warning in MSVC
2608         * src/mcs51/main.c (): added comments
2609         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2610
2611 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2612
2613         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2614
2615 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2616
2617         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2618
2619 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2620
2621         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2622         characters arrays of larger size than the declared one.
2623
2624 2005-04-10 Borut Razem <borut.razem AT siol.net>
2625
2626         * src/pic/gen.c (genInline),
2627           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2628           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2629           (findNextInstruction), (findPrevInstruction),
2630           (findInstructionUsingLabel),
2631           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2632         * src/pic/pcode.c (findLabel): added missing '\n'
2633         * src/src.dsp: added SDCCdwarf2.c to the project
2634
2635 2005-04-09 Borut Razem <borut.razem AT siol.net>
2636
2637         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2638
2639 2005-04-08 Raphael Neider <rneider AT web.de>
2640
2641         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2642           into the chain after a given one) and mergeDefmapSymbols (combine
2643           defmap entries for each symbol per pcode)
2644         * (createDefmap): have defmap entries merged in the end
2645         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2646           a symbol before replacing one access type's symbol, merge symbols in
2647           the end (replacement symbol might already have an entry)
2648         * (assignValnums): keep reference to written WREG intact
2649
2650 2005-04-08 Raphael Neider <rneider AT web.de>
2651
2652         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2653           Alpha)
2654
2655 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2656
2657         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2658         bytes
2659
2660 2005-04-07 Raphael Neider <rneider AT web.de>
2661
2662         * device/include/pic16/usart.h: added compatibility defines for
2663           devices with more than one USART
2664         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2665
2666 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2667
2668         * device/lib/Makefile.in: updated for port specific include
2669
2670 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2671
2672         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2673
2674 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2675
2676         * device/include/8051.h,
2677         * device/include/8052.h,
2678         * device/include/at89S8252.h,
2679         * device/include/at89c55.h,
2680         * device/include/at89x051.h,
2681         * device/include/at89x51.h,
2682         * device/include/at89x52.h,
2683         * device/include/mcs51reg.h,
2684         * device/include/reg51.h,
2685         * device/include/reg764.h,
2686         * device/include/regc515c.h,
2687         * device/include/sab80515.h: (re)moved these 12 files
2688         * device/include/mcs51/8051.h,
2689         * device/include/mcs51/8052.h,
2690         * device/include/mcs51/at89S8252.h,
2691         * device/include/mcs51/at89c55.h,
2692         * device/include/mcs51/at89x051.h,
2693         * device/include/mcs51/at89x51.h,
2694         * device/include/mcs51/at89x52.h,
2695         * device/include/mcs51/mcs51reg.h,
2696         * device/include/mcs51/reg51.h,
2697         * device/include/mcs51/reg764.h,
2698         * device/include/mcs51/regc515c.h,
2699         * device/include/mcs51/sab80515.h: and added them here
2700
2701 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2702
2703         * device/include/stdarg.h: changed SDCC specific keywords to double
2704           underlined form.
2705         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2706           mcs51 and ds390.
2707         * device/include/hc08/mc68hc908gp32.h,
2708         * device/include/hc08/mc68hc908jb8.h,
2709         * device/include/hc08/mc68hc908jkjl.h,
2710         * device/include/hc08/mc68hc908qy.h: fixed comments
2711         * device/include/mcs51/README: updated
2712         * device/include/mcs51/c8051f120.h: added PINRSF
2713         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2714         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2715           amidst code. Also inline is not supported.
2716
2717 2005-04-06 Raphael Neider <rneider AT web.de>
2718
2719         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2720         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2721           callers stack/frame pointers
2722
2723 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2724
2725         * device/include/pic16/usart.h: added, missing in previous commit,
2726         * device/include/pic16/adc.h: fixed typo,
2727         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2728         commit,
2729         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2730         <p18fxxx.inc>
2731         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2732         uninitialized because a bug appears with gplink
2733         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2734         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2735         complains for unrecognised option
2736
2737 2005-04-05 Raphael Neider <rneider AT web.de>
2738
2739         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2740           structs as well (using memcpy)
2741         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2742           on ISRs (GOTO has no label)
2743         * src/pic16/device.h: added OF_OPTIMIZE_DF
2744         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2745           new data flow analysis/optimization
2746         * src/pic16/pcode.c: added (prototypes for and implementation of)
2747           dataflow analysis functions, fixed pCodeInstructions' inCond and
2748           outCond values, made RCALL a branch instruction
2749         * (pic16_unlinkpCode): keep C line if possible
2750         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2751           C line moved if possible
2752         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2753         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2754           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2755         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2756           new flow)
2757         * (pic16_getJumptabpCode): NEW, needed in...
2758         * (LinkFlow): fixed handling of jumptables, calls and conditional
2759           branches
2760         * (pic16_InsertCommentAfter): NEW
2761         * (pic16_pCodeReplace): made verbose and flow preserving
2762         * (AnalyzeFlow): added call to data flow analysis
2763         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2764         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2765         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2766
2767 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2768
2769         * src/SDCCast.c (decorateType): fixed bug #1105626
2770
2771 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2772
2773         * device/include/asm/pic16/features.h,
2774         * pic18f*.h headers,
2775         * device/include/pic16/adc.h,
2776         * device/include/pic16/delay.h,
2777         * device/include/pic16/i2c.h,
2778         * device/include/pic16/malloc.h,
2779         * device/include/pic16/stdio.h,
2780         * device/include/pic16/stdlib.h,
2781         * device/include/pic16/string.h,
2782         * device/lib/pic16/libc/stdio/printf_tiny.c,
2783         * device/lib/pic16/libc/stdio/printf_small.c,
2784         * device/lib/pic16/libc/stdio/strmgpsim.c,
2785         * device/lib/pic16/libc/stdio/strmmssp.c,
2786         * device/lib/pic16/libc/stdio/strmusart.c,
2787         * device/lib/pic16/libc/stdio/vfprintf.c,
2788         * device/lib/pic16/libc/stdlib/ltoa.c,
2789         * device/lib/pic16/libc/stdlib/putchar.c,
2790         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2791         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2792         * device/lib/pic16/libc/stdlib/memchrram.c,
2793         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2794         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2795         * device/lib/pic16/libio/adc/adcbusy.c,
2796         * device/lib/pic16/libio/adc/adcread.c,
2797         * device/lib/pic16/libio/adc/adcsetch.c,
2798         * device/lib/pic16/libio/usart/ubaud.c,
2799         * device/lib/pic16/libio/usart/ubusy.c,
2800         * device/lib/pic16/libio/usart/udrdy.c,
2801         * device/lib/pic16/libio/usart/uopen.c,
2802         * device/lib/pic16/libio/usart/uputc.c,
2803         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2804         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2805         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2806         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2807         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2808         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2809         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2810         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2811         specific keywords to double underlined form,
2812         * device/lib/pic16/libc/Makefile.rules,
2813         * device/lib/pic16/libsdcc/Makefile.rules,
2814         * device/lib/pic16/libm/Makefile,
2815         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2816         to compile with C standard set in Makefile.common
2817         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2818         rand.c and crc.c in compilation process,
2819         * device/lib/pic16/libsdcc/int/divuint.c,
2820         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2821         `c' from signed to unsigned,
2822         * device/lib/pic16/startup/crt0.c,
2823         * device/lib/pic16/startup/crt0i.c,
2824         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2825         keywords to double underlined form, bug fixes in _do_cinit function
2826         which prevented the correct initialization of the .idata segment,
2827         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2828         core to enter a infinite loop
2829         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2830
2831 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2832
2833         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2834
2835 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2836
2837         * device/include/Makefile.in: add support for hc08 subdirectory
2838         * device/include/hc08/: new subdirectory
2839         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2840         Lucas Loizaga, thanks!
2841         * device/include/hc08/mc68hc908qy.h,
2842         * device/include/hc08/mc68hc908gp32.h,
2843         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2844         their own directory. Changed internal macro names to use the compiler
2845         reserved namespace. Changed SDCC specific keywords to double
2846         underlined form.
2847         * device/include/math.h,
2848         * device/include/malloc.h,
2849         * device/include/stdarg.h,
2850         * device/include/stdbool.h
2851         * device/include/string.h,
2852         * device/include/tinibios.h,
2853         * device/include/ds400rom.h,
2854         * device/include/8051.h,
2855         * device/include/8052.h,
2856         * device/include/80c51xa.h,
2857         * device/include/at89c55.h,
2858         * device/include/at89S8252.h,
2859         * device/include/at89x51.h,
2860         * device/include/at89x52.h,
2861         * device/include/ds80c390.h,
2862         * device/include/reg764.h,
2863         * device/include/regc515c.h,
2864         * device/include/sab80515.h,
2865         * device/include/mcs51/c8051f000.h,
2866         * device/include/mcs51/c8051f018.h,
2867         * device/include/mcs51/c8051f020.h,
2868         * device/include/mcs51/c8051f040.h,
2869         * device/include/mcs51/c8051f060.h,
2870         * device/include/mcs51/c8051f120.h,
2871         * device/include/mcs51/c8051f300.h,
2872         * device/include/mcs51/c8051f310.h,
2873         * device/include/mcs51/c8051f320.h,
2874         * device/include/mcs51/c8051f330.h,
2875         * device/include/mcs51/c8051f350.h,
2876         * device/include/z180.h: Changed SDCC specific keywords to double
2877         underlined form.
2878
2879 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2880
2881         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2882         18F4455,
2883         * (pic16_assignConfigWordValue): disable testing of configuration
2884         register value with config mask,
2885         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2886         function with port->fun_prefix,
2887         * (genFunction): when generating a naked interrupt function never
2888         create an absolute segment placed in interrupt vector address, place
2889         the actual interrupt function at IVA instead, when an interrupt
2890         function is generated with unspecified interrupt then do not create
2891         the absolute section,
2892         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2893         code for generating a call to generic pointer get/put function with
2894         a call to function pic16_callGenericPointer(),
2895         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2896         the call to the generic pointer get/put functions with prefixing the
2897         function name with port->fun_prefix,
2898         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2899         * src/pic16/main.c (_process_pragma): prefix function with
2900         port->fun_prefix,
2901         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2902         calling assembler, old 18Fxxxx macro is deprecated,
2903         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2904         PC_ASMDIR in while condition,
2905         * (findInstruction): add PC_ASMDIR in while condition,
2906         * (buildCallTree): prefix main with port->fun_prefix,
2907         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2908         identifier for variable with banked access in instructions BTFSS,
2909         BTFSC, BCF, BSF, BTG
2910         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2911         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2912         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2913         perform optimization when enviroment variable NO_REG_OPT is set,
2914         * (insideLRBlock): NEW, return 1 if register is inside an
2915         INF_LOCALREGS block,
2916         * (RemoveRegFromLRBlock): remove a register that is completely
2917         eliminated by register optimization, but it is still left in local
2918         register store/restore in/from stack block,
2919         * (Remove2pcodes): after removing register, check to see if it
2920         should be removed from local register store/restore in/from stack
2921         block,
2922         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2923         DUMMY_READ_VOLATILE,
2924
2925         * device/include/pic16/adc.h: minor prototype modifications and
2926         update,
2927         * device/include/pic16/malloc.h: added GPL notice various
2928         modifications,
2929         * device/include/pic16/stdint.h: NEW, standard header for ints
2930         * device/include/pic16/delay.h: NEW, header for delay functions,
2931         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2932         delay1mtcy,
2933         * device/include/pic16/signal.h: NEW, header providing helper macros
2934         for implementing signal handlers,
2935         * device/include/pic16/stdio.h: added prototypes for functions,
2936         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2937         prototypes for stdin and stdout, added macro PUTCHAR to
2938         automatically implement putchar function prototype,
2939         * device/include/pic16/usart.h: modified and updated USART library,
2940         * device/lib/pic16/libio/adc/,
2941         * device/lib/pic16/libio/i2c: some modifications to improve library
2942         performance,
2943         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2944         family of functions,
2945         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2946         family of functions and other sources,
2947         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2948         of the PIC18Fxx[28] devices,
2949         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2950         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2951         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2952         _do_cinit function, because the previous failed when local variables
2953         where not placed in the same memory bank,
2954         * device/lib/pic16/libsdcc/char/: various modifications to improve
2955         library performance,
2956         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2957         information on the new functions of the c library and more...
2958
2959 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2960
2961         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2962
2963 2005-03-26 Raphael Neider <rneider AT web.de>
2964
2965         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2966           if condition == CARRY)
2967         * (genCmp): adapted to new genSkipc semantics
2968         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2969           on rIfx (genCmp was broken)
2970
2971 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2972
2973         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2974         * src/z80/main.c (_keywords[]),
2975         * src/SDCCglobal.h (struct options),
2976         * src/SDCC.y,
2977         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2978         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2979         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2980         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2981         always available in leading double underscore form. The C99 support is
2982         mostly missing, but it's a start.
2983         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2984         reserved identifier "__data".
2985
2986 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2987
2988         * src/mcs51/peeph.def: fixed bug 1170013
2989
2990 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2991
2992         * device/include/mcs51reg.h: fixed bug 842007
2993
2994 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2995
2996         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2997         last time.
2998
2999 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3000
3001         * src/port.h (struct PORT),
3002         * src/avr/ralloc.c (avr_assignRegisters),
3003         * src/avr/main.c,
3004         * src/ds390/ralloc.c (ds390_assignRegisters),
3005         * src/ds390/main.c,
3006         * src/hc08/ralloc.c (hc08_assignRegisters),
3007         * src/hc08/main.c,
3008         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3009         * src/mcs51/main.c,
3010         * src/pic/ralloc.c (pic14_assignRegisters),
3011         * src/pic/main.c,
3012         * src/pic16/ralloc.c (pic16_assignRegisters),
3013         * src/pic16/main.c,
3014         * src/xa51/ralloc.c (xa51_assignRegisters),
3015         * src/xa51/main.c,
3016         * src/z80/ralloc.c (z80_assignRegisters),
3017         * src/z80/ralloc.h,
3018         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3019         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3020         * src/SDCCcse.h,
3021         * src/SDCCdflow.c (computeDataFlow),
3022         * src/SDCCdflow.h,
3023         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3024         * src/SDCCloop.h,
3025         * src/SDCCcflow.c (*),
3026         * src/SDCCcflow.h,
3027         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3028         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3029         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3030         immedDom() returning wrong block; probably fixes bug #1160833)
3031
3032 2005-03-20 Borut Razem <borut.razem AT siol.net>
3033
3034         * support/scripts/inc2h.pl: WIN32 port
3035
3036 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3037
3038         * device/lib/makefile.in: added abs.c and labs.c
3039
3040 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * device/include/stdint.h: added
3043         * device/lib/abs.c: added
3044         * device/lib/labs.c: added
3045         * device/include/stdlib.h: added abs() and labs() prototypes
3046         * device/lib/libsdcc.lib: added abs and labs
3047         * device/include/float.h,
3048         * device/lib/_fsmul.c,
3049         * device/lib/printf_fast.c,
3050         * device/lib/printf_tiny.c: updated comments
3051
3052 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3053
3054         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3055         bug #1164313
3056
3057 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3058
3059         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3060         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3061
3062 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3063
3064         * device/lib/printf_large.c: removed inline assembly for portability and
3065           readability. Use printf_fast if speed or size are more important.
3066         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3067         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3068
3069 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3070
3071         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3072         prevent compiler warning
3073
3074 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3075
3076         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3077         moved to level 0 and declared as static. Also they are explicit
3078         placed in access bank. This was necessery because some times they
3079         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3080         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3081         optimizations. Currently only compare to unsigned char is implemented,
3082         * src/pic16/gen.c: added fReturnIdx array,
3083         * (struct resolvedIfx) is moved to gen.h and made public,
3084         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3085         * (aopForSym): added an optimization to directly store in stack of
3086         the operand of a SEND iCode,
3087         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3088         but as registers instead (AOP_REG) using the fReturnIdx array,
3089         * (pic16_freeAsmop): remove the freed register from the
3090         _G.sregsAlloc field,
3091         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3092         a compare of 'WREG',
3093         * (pic16_popGetTempRegCond): changed function prototype, now
3094         function takes also a bitVector argument v which holds the current
3095         set of registers that are allocated for stack access by aopForSym,
3096         registers allocated in aopForSym for accessing stack symbols are not
3097         any more part of the functions usedRegs field,
3098         * (genCall): some times aopOp is called for a stack variable to be
3099         send, aopForSym might perform the push, if this is true make sure
3100         that genCall doesn't push the variable twice by testing _G.resDirect,
3101         * (genFunction): changed testing for unspecified interrupt number
3102         from 256 to INTNO_UNSPEC,
3103         * modified selection scheme of frame pointer generation. Previously
3104         if function did use local registers a frame pointer was generated,
3105         now a frame pointer is generated only if function has arguments
3106         (that need PLUSW2 register access), or has stack arguments, or the
3107         compiler is not instructed to omit the frame pointer,
3108         * (genEndFunction): before restoring local registers that were saved
3109         in the function preamble, also restore the registers that *might*
3110         have been allocated for stack access,
3111         * (genRet): removed some old comments,
3112         * (genCmp, the active (RN's) version): added a call to the
3113         pic16_genCmp_special function to perform the compare with a more
3114         robust and optimized way,
3115         * (genInline): a feature has been added in inline code generation,
3116         which allows a wildcard variable substitution when writing inline
3117         assembly. Code is incomplete and experimental therefore undocumented,
3118         * (genCast): changed order of aopOp for result and right to allow
3119         aopForSym to directly load the result if possible,
3120         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3121         perform an optimized compare on some selected special occasions,
3122         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3123         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3124         generate an IVT any more,
3125         * src/pic16/main.c (pic16_optionsTable): added command line option
3126         --optimize-cmp,
3127         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3128         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3129         macros,
3130         * src/pic16/NOTES: Raphael Neider added in list of active developers
3131         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3132         jumptable_end to prevent bug #,
3133         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3134         inCond and outCond fields,
3135         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3136         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3137         turn off register spilling,
3138         * (packRegsForOneUse): synced with other ports' versions although it
3139         is not used currently,
3140         * (pic16_packRegisters): added an optimization while reading
3141         structure bitfields, some registers may be saved (malloc code is
3142         decreased by 80 bytes)
3143
3144 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3145
3146         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3147         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3148         this can be optimized more?
3149
3150 2005-03-10 Raphael Neider <rneider AT web.de>
3151
3152         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3153           genNearPointerGet): (hopefully) fixed access to bitfields via
3154           pointers (p->bitN = x; and x = p->bitN; failed)
3155
3156 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3157
3158         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3159
3160 2005-03-09 Raphael Neider <rneider AT web.de>
3161
3162         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3163
3164 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3165
3166         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3167         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3168           (regTypeNum): set REG_BIT type if necessary
3169         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3170         * support/regression/tests/critical.c: check bug 1144613
3171
3172 2005-03-02 Raphael Neider <rneider AT web.de>
3173
3174         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3175
3176 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3177
3178         * src/avr/ralloc.c (serialRegAssign),
3179         * src/ds390/ralloc.c (serialRegAssign),
3180         * src/hc08/ralloc.c (serialRegAssign),
3181         * src/mcs51/ralloc.c (serialRegAssign),
3182         * src/pic/ralloc.c (serialRegAssign),
3183         * src/pic16/ralloc.c (serialRegAssign),
3184         * src/xa51/ralloc.c (serialRegAssign),
3185         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3186
3187 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3188
3189         * src/SDCCast.c (decorateType): fixed bug 1124787
3190
3191 2005-02-20 Hubert Sack <sack AT digiplan.de>
3192         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3193
3194         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3195         patch #1121755
3196
3197 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3198
3199         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3200         to keep the correct label reference count when adding/removing references
3201         to labels. A peephole file using this is appended to patch #1144962.
3202
3203 2005-02-14 Raphael Neider <rneider AT web.de>
3204
3205         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3206         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3207         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3208           retrievals of result operand's value on assignment
3209
3210 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3211
3212         * device/include/pic16/string.h: modified prototype for memccpy()
3213         to memccpy(void *, void *, char, size_t)
3214         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3215         check whether to omit frame pointer or not,
3216         * (genInline): convert all occurences of "\n" to LF in inline
3217         assembler blocks, this helps formatting the inline text,
3218         * (pic16_loadFSR0): modified prototype,
3219         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3220         removed some 8051 legacy code,
3221         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3222         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3223         before allocating temporary registers in functions,
3224
3225 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3226
3227         * support/regression/tests/bitvars.c: corrected the "fix"
3228
3229 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3230
3231         * support/regression/tests/bitvars.c,
3232         * support/regression/tests/bitwise.c,
3233         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3234
3235 2005-02-10 Raphael Neider <rneider AT web.de>
3236
3237         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3238           different size for Alpha
3239         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3240
3241 2005-02-09 Raphael Neider <rneider AT web.de>
3242
3243         * src/SDCC.lex(doPragma) : save and restore warning options as well
3244           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3245         * have #pragma less_pedantic set the errorlevel to WARNING
3246           (fixes #1117001)
3247         * (cloneOptimize) : fixed wrong malloc's size
3248         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3249           facilitate correct handling of #pragma (save|restore)
3250
3251 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3252
3253         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3254
3255 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3256
3257         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3258
3259 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3260
3261         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3262
3263 2005-02-02 Raphael Neider <rneider AT web.de>
3264
3265         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3266         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3267         * (pic16_storeForReturn): fixed to allow returning function pointers
3268         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3269         * device/include/pic16/{stddef.h,stdbool.h}: added
3270
3271 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3272
3273         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3274
3275 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3276
3277         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3278         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3279          appeared to be required
3280
3281 2005-01-31 Borut Razem <borut.razem AT siol.net>
3282
3283         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3284           include/mcs51 and include/z80 directories to the package
3285
3286 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3287
3288         * src/hc08/gen.c (genFunction): fixed bug #1112752
3289
3290 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3291
3292         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3293
3294 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3295
3296         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3297
3298 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3299
3300         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3301
3302 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3303
3304         * device/include/c8051fxxx.h: removed these 6 files
3305         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3306
3307 2005-01-26 Raphael Neider <rneider AT web.de>
3308
3309         * src/pic16/gen.c (genAssign): fixed assignment from longs
3310           in codespace (were cut to three bytes)
3311         * (genDummyRead): implemented (except for CODESPACE...),
3312           fixed bug #1108575
3313         * src/pic16/glue.c (emitStatistics): beautified
3314         * device/lib/pic16/libm/Makefile: added include path
3315
3316 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3317
3318         * src/z80/gen.c (aopPut): fixed bug #1103902
3319
3320 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3321
3322         * device/lib/expf.c: fixed bug #1095792
3323
3324 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3325
3326         * device/lib/pic16/libm: added Math library sources
3327
3328 2005-01-24 Raphael Neider <rneider AT web.de>
3329
3330         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3331           to enable upcast to pCodeOpReg2 (there is no type tag to
3332           differenciate the two and pic16_popGet2p cast into PCOR2)
3333         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3334           (sizeof(sectNames) changed to sizeof(sectName))
3335           Both patches fix segfaults under MinGW.
3336
3337 2005-01-23 Raphael Neider <rneider AT web.de>
3338
3339         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3340           Safe_[mc]?alloc()'ed variables
3341         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3342           of (byte sized) temporaries (assign them to WREG for now)
3343         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3344           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3345           this might fix SIGSEGVs on MinGW...
3346         * src/SDCCopt.c (killDeadCode): restored original behaviour
3347           (volatile operands might get thrown away though)
3348
3349 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3350
3351         * src/pic16/gen.c: fixed bug #1106975,
3352         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3353         pointer update, INTCON is saved, global interrupts are disabled and
3354         restored after updateing TOS.
3355         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3356         * added function attribute 'shadowregs' to take advantage of shadow
3357         registers,
3358         * added function attribute 'wparam' as an alternative to the wparam
3359         pragma,
3360         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3361         user declares a non-ISR function as 'shadowregs',
3362         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3363
3364 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3365
3366         * .version: bumped version number to 2.4.8
3367         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3368         pic16 port,
3369         * device/lib/pic16/libio/i2c/: I2C module support library,
3370         * device/include/pic16/i2c.h: I2C support library header,
3371         * device/lib/pic16/libc/stdio/: standard IO support sources,
3372         * (printf_small.c): printf_small() source, supports float print,
3373         * (printf_tiny.c): printf_tiny() source, does not support floats,
3374         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3375         enable global optimizations for entire library source, other
3376         Makefiles in the source tree are also modified to reflect this,
3377         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3378         function,
3379         * doc/sdccman.lyx: updated to reflect new changes,
3380         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3381         sym->onStack if-case,
3382         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3383         sbit, idata, _idata, xdata, _xdata,
3384         * added pragma library, to link an external library, (see doc),
3385         * removed command line options, --pomit-config-words, --pomit-ivt,
3386         --pleave-reset-vector,
3387         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3388         when calling assembler to reflect memory model used, also define
3389         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3390         reflect stack model used,
3391         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3392         on stack return NULL,
3393
3394 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3395
3396         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3397           of the operands is volatile. Fixes #1020220
3398
3399 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3400
3401         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3402         * (OptimizeRegUsage): make sure that there is really no other flow where
3403           the first pCode is used
3404
3405 2005-01-22 Raphael Neider <rneider AT web.de>
3406
3407         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3408           to fix #1106967 (pCode->seq are not set up correctly)
3409
3410 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3411
3412         * src/SDCCglue.c (glue): make sure code area is declared before the
3413         static initialization area.
3414
3415 2005-01-21 Raphael Neider <rneider AT web.de>
3416
3417         * device/lib/Makefile.in: fixed test for pic16 install dir
3418         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3419           optimizations
3420         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3421           added --optimize-goto compiler switch and pragma wparam documentation
3422         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3423         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3424           and PRODH closing bug #1071770 (peephole optimizer)
3425
3426 2005-01-19 Raphael Neider <rneider AT web.de>
3427
3428         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3429           cmdLine buffers (used when calling sdcpp...) are large enough
3430           (MAX_PATH=256 truncates arguments leading to system halts when
3431           used in MinGW...)
3432         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3433         * (genUminus): rewritten to for efficiency
3434         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3435           used uninitialized in some cases)
3436         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3437           copy the third byte from the int -- now assumes 0x80 (data memory)
3438         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3439           operands (genAddLit expects the iCode's operands to swapped as
3440           well), fixed leftover bytes (crashed for short left operands)
3441         * (pic16_genMinusDec): performance improvements, removed false
3442           PIC14 emitSKPNCs
3443         * (pic16_genMinus): fixed to cope with differently sized operands
3444         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3445           for --obanksel > 1
3446         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3447         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3448           new banksel optimization
3449         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3450           analysis for temporary registers (segfaults...)
3451         * src/pic16/peeph.def: added rule
3452
3453 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3454
3455         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3456         which converts a float number to its ASCII representation
3457         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3458         functions to convert the fractional and integer part of a float to ASCII,
3459         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3460         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3461         ram
3462         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3463         _STATMEM macros,
3464         * device/include/pic16/adc.h: added GPL info,
3465         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3466         a pCodeOp as tested operand,
3467         * (genNearPointerGet): optimized bit testing, does not use
3468         intermediate register for bit value, test directly instead with
3469         BTFSS, BTFSC, works only for single bits,
3470         * (genpic16Code): dump the name of the iCode in the asm,
3471         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3472         renamed to pic16_decodeOp,
3473         * (serialRegAssign): do not allocate a temporary register for iCode
3474         sequences that test a single bit for 1/0
3475
3476 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3477
3478         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3479         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3480         access stack and frame pointers. They are initially assigned to
3481         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3482         accessing SFRs. Updated all occurences of modification of stack or
3483         frame pointer in gen.c and pcode.c,
3484         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3485         assigning of a literal value to pointers,
3486         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3487         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3488         selected
3489
3490 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3491
3492         * doc/sdccman.lyx: update documentation about stack pragma, added
3493         some info for stack memory models
3494
3495 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3496
3497         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3498
3499 2005-01-08 Raphael Neider <rneider AT web.de>
3500
3501         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3502           udata sections to fix bug #1097823
3503
3504 2005-01-05 Raphael Neider <rneider AT web.de>
3505
3506         * src/pic16/gen.c (genGenericShift): added handling of differently
3507           sized left operand and result
3508
3509 2005-01-04 Raphael Neider <rneider AT web.de>
3510
3511         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3512         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3513           to hold the condition bit)
3514         * added new version of genCmp (old code available via #define)
3515         * added new version of genShiftLeft/genShiftRight in a generic
3516           way, now supports shifting by negative values
3517         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3518           shiftCount (expected by genGenericShift)
3519         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3520         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3521           dump
3522         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3523           is an invalid literal too...)
3524
3525 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3526
3527         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3528         from Raphael Neider,
3529         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3530         for 8-bit literals. This fixes some literal operands which are sign
3531         extended to 16-bits ints when instruction needs only 8-bits.
3532
3533 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3534
3535         * device/lib/logf.c: added mcs51 assembly version
3536         * device/lib/expf.c: added mcs51 assembly version
3537         * device/lib/_logexpf.c: new shared asm code for expf and logf
3538         * device/include/math.h: add defines for assembly math library
3539         * device/lib/Makefile.in: build new _logexpf.c
3540         * device/lib/libfloat.lib: use new _logexpf.c
3541
3542 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3543
3544         * src/pic/device.c
3545         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3546           device types which have less than 0x7f registers.
3547
3548 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3549
3550         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3551
3552 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3553
3554         * device/lib/printf_fast.c: only build on supported arch.
3555         * device/lib/printf_tiny.c: only build on supported arch.
3556         * device/lib/printf_fast_f.c: only build if asm float lib
3557         * device/lib/_fsget1arg.c: only build if asm float lib
3558         * device/lib/_fsget2args.c: only build if asm float lib
3559         * device/lib/_fsnormalize.c: only build if asm float lib
3560         * device/lib/_fsreturnval.c: only build if asm float lib
3561         * device/lib/_fsrshift.c: only build if asm float lib
3562         * device/lib/_fsswapargs.c: only build if asm float lib
3563         * device/include/stdio.h: don't provide print_fast,
3564           print_fast_f, print_tiny prototypes if --xstack used
3565
3566 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3567
3568         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3569         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3570           to the SOURCES
3571
3572 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3573
3574         * device/lib/printf_fast_f.c: same as printf_fast, but
3575           with floating point enabled
3576         * device/lib/printf_fast.c: minor tweaks
3577         * device/include/stdio.h: add printf_fast_f
3578
3579 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3580
3581         * src/SDCCmain.c: make --float-reent default for mcs51
3582         * device/lib/_fsadd.c: added mcs51 assembly version
3583         * device/lib/_fssub.c: added mcs51 assembly version
3584         * device/lib/_fsmul.c: added mcs51 assembly version
3585         * device/lib/_fsdiv.c: added mcs51 assembly version
3586         * device/lib/_fseq.c: added mcs51 assembly version
3587         * device/lib/_fsneq.c: added mcs51 assembly version
3588         * device/lib/_fsgt.c: added mcs51 assembly version
3589         * device/lib/_fslt.c: added mcs51 assembly version
3590         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3591         * device/lib/Makefile.in: add _fscmp to build
3592         * device/lib/libfloat.lib: add _fscmp to build
3593
3594 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3595
3596         * device/lib/_fs2slong.c: added mcs51 assembly version
3597         * device/lib/_fs2sint.c: added mcs51 assembly version
3598         * device/lib/_fs2schar.c: added mcs51 assembly version
3599         * device/lib/_fs2ulong.c: added mcs51 assembly version
3600         * device/lib/_fs2uint.c: added mcs51 assembly version
3601         * device/lib/_fs2uchar.c: added mcs51 assembly version
3602         * device/lib/_slong2fs.c: added mcs51 assembly version
3603         * device/lib/_sint2fs.c: added mcs51 assembly version
3604         * device/lib/_schar2fs.c: added mcs51 assembly version
3605         * device/lib/_ulong2fs.c: added mcs51 assembly version
3606         * device/lib/_uint2fs.c: added mcs51 assembly version
3607         * device/lib/_uchar2fs.c: added mcs51 assembly version
3608         * device/include/float.h: added #define to select asm vs c
3609
3610 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3611
3612         * device/lib/printf_fast.c: improvements to float output
3613         * device/include/float.h: add defines for assembly float library
3614         * device/lib/_fsget1arg.c: receive 1 float arg
3615         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3616         * device/lib/_fsnormalize.c: normalize a float
3617         * device/lib/_fsreturnval.c: return float, various helper routines
3618         * device/lib/_fsrshift.c: right shift a float's mantissa
3619         * device/lib/_fsswapargs.c: swap 2 floats
3620         * device/lib/Makefile.in: build these 6 new files for mcs51
3621         * device/lib/libfloat.lib: add these 6 files to the library
3622
3623 2004-12-26 Borut Razem <borut.razem AT siol.net>
3624
3625         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3626           built by gcc 3.4.2
3627
3628 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3629
3630         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3631           and fully reentrant and register bank neutral.
3632         * device/lib/printf_fast.c: added float (not enabled by default),
3633           added compact/slower integer (also not enabled by default),
3634           improved size/speed of fast integer code, other minor changes
3635         * device/include/stdio.h, device/lib/Makefile.in,
3636           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3637
3638 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3639
3640         * src/pic16/pcode.c: declaring variables other than at the start of a
3641           block is not supported in C by VC6.
3642
3643 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3644
3645         * applied a previous patch from Raphael Neider that wasn't included
3646         in the previous commits, which fixes infinite loops within jumptable
3647         improvements,
3648         * made some fixes that previous patches introduced
3649
3650 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3651
3652         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3653         that fixes an issue with AOP_PCODE asmop's offset,
3654         * (pic16_popCopyReg): update instance field too,
3655         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3656         function of pic port,
3657         * (genCmp, genAnd, genAssign),
3658         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3659
3660 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3661
3662         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3663         variables initial values to idata section,
3664         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3665         variables in some functions. This utilizes parmBytes field of iCode
3666         structure to hold the offset of the variable in stack. (might be
3667         able to use the stack field too?)
3668         * applied patch from Raphael Neider # ### , # ###
3669         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3670         variable initial values in idata section,
3671         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3672         for static variables with initial value
3673         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3674         applied fix in while loop from Raphael Neider.
3675
3676 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3677
3678         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3679         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3680         * src/ds390/ralloc.c (serialRegAssign): spill bits
3681         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3682         * support/Util/SDCCerr.c,
3683         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3684         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3685         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3686
3687 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3688
3689         * device/include/sdcc-lib.h: inserted LGPL, added includes
3690           asm/ds390/features.h and asm/mcs51/features.h
3691         * device/include/asm/default/features.h,
3692         * device/include/asm/gbz80/features.h,
3693         * device/include/asm/z80/features.h: added empty _AUTOMEM
3694           and _STATMEM
3695         * device/include/asm/ds390/features.h,
3696         * device/include/asm/mcs51/features.h: added files with defines for
3697           _AUTOMEM and _STATMEM indicating automatic and static storage class
3698         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3699         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3700         * src/SDCCicode.c (geniCodeCast),
3701         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3702         * src/SDCCloop.c (loopInduction): removed unused variable lr
3703         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3704           to convertToFcall to include char modulo (RFE 1065037), added check
3705           if left operand is unsigned and use abs of literal value
3706         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3707           as it doesn't work after conversion from peephole.def to peephole.rul
3708         * src/mcs51/gen.c (toBoolean): added check for size,
3709           (genModOneByte): optimized code for signed char modulo a literal
3710           power of 2 (thanks to Hubert Sack),
3711           (genRRC): removed unnecessary "clr c",
3712           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3713         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3714           jump optimization,
3715           swapped rules 256.c and 256.d,
3716           extended 256.d by using new multiple checks (thanks Erik),
3717           added rules 256.e and 256.f,
3718           updated rule 261.a and 261.b to new generated code
3719         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3720
3721 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3722
3723         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3724           induction related bugs, including first part of bug #1074377
3725
3726 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3727
3728         * applied patch from bug-report #1076292,
3729         * applied patches for genAnd and Goto-optimizations for Raphael
3730         Neider,
3731         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3732         dump a less iCode information,
3733         * src/pic16/device.h (pic16_options_t): added field debgen,
3734         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3735         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3736         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3737         puclic,
3738         * (various functions): added macros FENTRY and FENTRY2 to functions,
3739         to emit function prologue,
3740         * (various functions): fixed indentation,
3741         * (genNearPointerGet): fixed loading of FSR0,
3742         * (genPackBits): applied patch from Raphael Neider to fix updating
3743         of FSR0 and touching only the modified bits,
3744         * src/pic16/genarith.c (various functions): added macros FENTRY to
3745         emit function prologue in comments,
3746         * src/pic16/pcode.h: added functions debugf2, debugf3,
3747         * src/pic16/ralloc.c: partial fix for packForPush caused
3748         segmentation fault,
3749
3750 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3751
3752         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3753           <stsp AT users.sourceforge.net> with reversed byte order
3754         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3755
3756 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3757
3758         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3759           bug #1074377
3760         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3761         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3762
3763 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3764
3765         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3766
3767 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3768
3769         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3770           conditions,
3771           (setFromConditionArgs): friendly operand parser for peephole rules,
3772           (operandBaseName, operandsNotRelated): new peephole condition
3773           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3774           architecture specific register naming into account, handles n-way
3775           comparisons, and supports quoted literals
3776         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3777
3778 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3779
3780         * src/mcs51/peeph.def: fixed bug #1076940
3781
3782 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3783
3784         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3785
3786 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3787
3788         Adding support for replacing ljmps with sjmps in jumptables
3789         generated for switch statements. For now you need to set the
3790         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3791         Now 4 algorithms for mcs51 jumptable generation are used:
3792         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3793         addresses loaded pc-relative for up to 112 cases and stack-pushing
3794         target addresses loaded with offset from dptr for up to 256 cases.
3795
3796         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3797         * src/mcs51/main.c: adapted constants for switch table generation
3798         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3799
3800 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3801
3802         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3803         * support/regression/tests/bug1057979.c: added test for bug 1073386
3804
3805 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3806
3807         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3808         compilers
3809
3810 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3811
3812         * src/pic16/device.h,
3813         * src/pic16/genarith.c,
3814         * src/pic16/glue.c,
3815         * src/pic16/main.c,
3816         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3817
3818 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3819
3820         Large cummulative patch for pic16 port.
3821         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3822         to call when a stack overflow occurs,
3823         * (malloc.h): added CVS Id tag,
3824         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3825         variable,
3826         * added libc directory. The current version of LibC contains string
3827         functions, ctype functions and macros and some functions of the
3828         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3829         be extensively tested in the future. Standard disclaimer here.
3830         Library is not automatically build yet. But one can build it by
3831         invoking 'make' inside the libc directory.
3832         * added ADC library under libio. Preliminary version yet.
3833
3834         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3835         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3836         aopForRemat() now and not by pic16_aopOp(),
3837         * (pic16_popGetTempReg): removed warning messgae when allocating
3838         temporary registers, its a buggy feature and will be removed,
3839         * (pic16_popGet): set register instance field in AOP_CRY,
3840         * (pic16_outBitC): fixed for results in size greater than 1,
3841         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3842         * (pic16_storeForReturn): optimized return of 0,
3843         * (genCmp): experimental code for new genCmp which uses PIC18's
3844         special compare&skip instructions. Initial tests fail some times
3845         with variables grater than 1 byte in size, so new code is disabled,
3846         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3847         a single bit,
3848         * (genCast): began a fix to optimize the casting of a bit to another
3849         bit, now assigning a bitfield to another bitfield will fail, sorry,
3850         * src/pic16/main.c: disabled the use of lr-support feature,
3851         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3852         * added some function prototypes, added function _debugf prototype,
3853         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3854         bits with offset (case PO_GPR_BIT),
3855         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3856         command line,
3857         * (isBankInstruction): modified to return 0 for no banking instruction,
3858         and 1 for banking instruction,
3859         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3860         caused stop processing pCodes after a inline assembly block,
3861         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3862         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3863         registers when it shouldn't,
3864         * src/pic16/ralloc.c (allocReg): add preliminary support for
3865         supporting a limited set of temporary registers,
3866
3867 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3868
3869         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3870           genDataPointerSet): ensure assignments always copy in MSB to LSB
3871           order,
3872           (loadRegFromAop): recognize CLRH optimization,
3873           (genFunction): optimize RECEIVE iCodes in reentrant functions
3874
3875 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3876
3877         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3878           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3879           selected.
3880         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3881         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3882           contiguous with data
3883
3884 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3885
3886         * device/lib/_gptrget.c (_gptrget),
3887         * device/lib/_gptrgetc.c (_gptrgetc),
3888         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3889           instead of sjmp to ret
3890         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3891           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3892
3893 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3894
3895         * .version: bumped version to 2.4.7
3896         * device/lib/_gptrget.c (_gptrget): is now _naked
3897         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3898         * device/lib/_gptrput.c (_gptrput): is now _naked
3899         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3900           (createFunction): fixed xstack
3901         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3902         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3903           or bit either,
3904           (geniCodeCritical): store original interrupt state in an iTemp bit
3905           var unless stack-auto
3906         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3907         * src/SDCCmain.c (setIncludePath): added include/target to search path
3908         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3909         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3910           prototype,
3911           (processFuncArgs): put bit vars in bit area
3912         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3913           unsaveRBank): fixed xstack,
3914           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3915           (genFunction, genEndFunction): fixed xstack,
3916           (genAssign): optimization don't walk backwards through mem
3917         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3918         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3919         * support/regression/Makefile: also make library (for stack-auto) when
3920           making "all" and added "test-mcs51-xstack-auto"
3921         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3922         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3923         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3924         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3925         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3926           make-library by MAKE_LIBRARY
3927         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3928           regression tests for xstack
3929         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3930         * support/regression/tests/critical.c: test for critical on mcs51
3931
3932 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3933
3934         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3935           built version of sdcc instead of installed version
3936
3937 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3938
3939         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3940         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3941           vprintf.c now
3942         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3943         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3944           WARNING: remove device/lib/build/z80/printf.o by hand when
3945           updating from previous build!
3946         * device/lib/z80/printf.c: updated comment
3947         * support/regression/tests/bug1057979.c: test all ports now
3948         * support/regression/tests/bug1065458.c: file added
3949
3950 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3951
3952         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3953           *_start and *_end symbols for static functions
3954
3955 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3956
3957         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3958           and search crt0.o in all library paths,
3959           (setIncludePath): proper handling of --nostdinc,
3960           (setLibPath): proper handling of --nostdlib
3961         * support/regression/Makefile,
3962         * support/regression/ports/ds390/spec.mk,
3963         * support/regression/ports/gbz80/spec.mk,
3964         * support/regression/ports/hc08/spec.mk,
3965         * support/regression/ports/mcs51/spec.mk,
3966         * support/regression/ports/mcs51-large/spec.mk,
3967         * support/regression/ports/mcs51-stack-auto/spec.mk,
3968         * support/regression/ports/z80/spec.mk: use include and lib files from
3969           built version of sdcc instead of installed version
3970         * doc/sdccman.lyx: fixed typo in --nostdinc
3971
3972 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3973
3974         * src/pic/pcode.c,
3975         * src/pic/device.c,
3976         * src/pic/ralloc.c,
3977         * src/pic/gen.c : added support to generate code for struct bit fields.
3978
3979 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3980
3981         * as/xa51/xa_version.h,
3982         * device/include/errno.h,
3983         * device/include/regc515c.h,
3984         * device/lib/_itoa.c,
3985         * device/lib/_ltoa.c,
3986         * device/lib/ser_ir_cts_rts.c,
3987         * sim/ucsim/xa.src/glob.cc,
3988         * sim/ucsim/xa.src/inst_gen.cc,
3989         * sim/ucsim/xa.src/xa_bit.cc,
3990         * sim/ucsim/xa.src/xa_sfr.cc,
3991         * sim/ucsim/z80.src/inst_dd.cc,
3992         * sim/ucsim/z80.src/inst_fdcb.cc,
3993         * support/scripts/keil2sdcc.pl,
3994         * src/pic16/pic16.dsp,
3995         * src/pic16/pic16a.dsp: corrected cvs line endings
3996         * device/lib/printf_large.c: fixed bug 1057979
3997         * src/pic16/gen.c: fixed non-C standard code
3998         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3999         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4000         * support/regression/ports/mcs51/support.c: reload T1 asap
4001         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4002           pdata use and clear idata startup behaviour
4003         * support/regression/tests/bug1057979.c: added
4004
4005 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4006
4007         * device/examples/ds390/ow390/ad26.h,
4008         * device/examples/ds390/ow390/cnt1d.h,
4009         * device/examples/ds390/ow390/crcutil.c,
4010         * device/examples/ds390/ow390/ownet.h,
4011         * device/examples/ds390/ow390/owsesu.c,
4012         * device/examples/ds390/ow390/swt12.h,
4013         * device/examples/ds390/ow390/swtoper.c,
4014         * device/examples/ds390/ow390/temp10.h,
4015         * device/examples/ds390/ow390/thermodl.c,
4016         * device/examples/ds390/tinitalk/tinitalk.dsp,
4017         * device/examples/ds390/tinitalk/tinitalk.dsw,
4018         * device/examples/mcs51/clock/hw.h,
4019         * device/examples/mcs51/simple2/go.bat,
4020         * device/examples/serialcomm/windows/serial.h,
4021         * device/examples/xa51/dummy.c,
4022         * device/examples/xa51/hello.c,
4023         * device/include/80c51xa.h,
4024         * device/include/at89x051.h: corrected cvs line endings
4025
4026 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4027
4028         * src/pic16/main.c (options): added command line --gstack, to trace
4029         stack over/under flows,
4030         * added pragma 'wparam' to allow passing first byte of function
4031         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4032         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4033         call to __gstack_test function and sets up the symbol as extern,
4034         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4035         * popaop): added call to pic16_testStackOverflow,
4036         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4037         wparamList list,
4038         * (genCall, genPcall): now all parameters are passed via stack
4039         except in functions that are pass to wparam pragma in which WREG is
4040         used too,
4041         * (genPcall): REENTRANT flag is checked to see if variable prototype
4042         contains reentrant keyword, don't call a non-reentrant function, via
4043         a reentrant function pointer or vice versa, functions are never
4044         passed via WREG,
4045         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4046         D.Winkler,
4047         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4048         SIGSEGV when accessing a NULL register stucture,
4049         * (pic16_printGPointerType): modified to handle UPPER modifier for
4050         function initializers, changed prototype of function to simpler one,
4051         * (pic16_printIvalFuncPtr): check to see if function is already
4052         added in externs list,
4053         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4054         optimized a move from W to SFR with a move to the same register
4055         later after a CALL,
4056         * device/lib/pic16/debug: NEW directory, contains debug features
4057         which are enabled when linking with libdebug.lib, currently command
4058         line option --gstack enables stack pointer tracing for over/under
4059         flow, corresponding sources are in debug/gstack
4060
4061 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4062
4063         * doc/sdccman.lyx: updated SDCC version,
4064         * (PIC16 port): update list of command line options,
4065         * src/pic16/device.h (structure pic16_options_t): added field gstack
4066         to enable stack overflow tracing on push/pops,
4067         * src/pic16/device.c (statistics structure): added statistics
4068         structure,
4069         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4070         pic16_dump_int_registers): increase statistics counters for each
4071         * variable which is encountered
4072         * (pic16_dump_usection): emit each .udata variable to its own udata
4073         section,
4074         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4075         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4076         parameters via stack, otherwise use old scheme,
4077         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4078         assembler output file,
4079         * src/pic16/main.c: added command line options --gstack to enable
4080         push/pop tracing for stack overflow,
4081         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4082         instructions): added size of each instruction,
4083         * (pic16_countInstruction): estimate size of instructions in
4084         the_pFile list, inline assembly blocks are not counted,
4085         * (pic16_FixRegisterBanking): trace previous register usage, when
4086         banksel optimizations is greater than 0, don't emit a redudant
4087         banksel directive,
4088
4089 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4090
4091         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4092         * src/pic16/ralloc.c : applied same fix for pic16.
4093         * src/pic/gen.c : tidied it up a little.
4094
4095 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4096
4097         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4098         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4099
4100 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4101
4102         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4103
4104 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4105
4106         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4107         non-reentrant function __modsint in the interrupt function (thus
4108         corrupting math operations during serial I/O)
4109         * device/lib/ser_ir.c: as above, changed buffersize
4110         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4111         256.c,d for zeroing
4112         * doc/Makefile: added option -t for rsync
4113
4114 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4115
4116         * src/SDCCast.h (struct ast),
4117         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4118
4119 2004-10-20 Borut Razem <borut.razem AT siol.net>
4120
4121         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4122         package
4123
4124 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4125
4126         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4127         makefile targets,
4128         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4129         support functions to replace long sequences of MOVFF's from access
4130         bank registers to stack and vice versa,
4131         * src/pic16/device.h: added new field opt_flags, where optimization
4132         flags can be set to enable certain features,
4133         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4134         * pBlock, (genFunction, genEndFunction): surroung loop for
4135         saving/loading used registers in stack with PC_INFO pCodes,
4136         INF_LREGS. Code in between can then be optimized by pCode optimizer
4137         to support function calls,
4138         * (genDataPointerSet): fixed bug which loaded float fields in
4139         structures with corrupt data,
4140         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4141         in a standard way debug info on stderr. Feature used for developing
4142         and debugging only,
4143         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4144         obsolete chunks of code,
4145         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4146         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4147         * pic16/src/pcode.c (pic16_newpCodeInfo,
4148         * (pic16_newpCodeOpLocalRegs),
4149         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4150         feature,
4151         * (pic16_pCodeConstString): printing of the initial value of a
4152         symbol as a comment is inhibited since parsing was already done by
4153         copyStr and output is corrupt,
4154         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4155
4156 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4157
4158         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4159
4160 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4161
4162         * as/mcs51/lkarea.c: removed old K&R style,
4163           (lnksect): changed check on boundary error,
4164           (lnksect2): changed check on boundary error,
4165           (lnksect2): extend XSTK to end of page if size = 1
4166         * as/mcs51/lkmain.c: removed old K&R style,
4167           (Areas51): create l_IRAM symbol
4168         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4169         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4170           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4171         * device/lib/_mullong.c: added version to be compiled with xstack
4172         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4173         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4174         * device/lib/mcs51/crtxstack.asm: fixed comment
4175         * src/SDCCglue.c: maxInterrupts defaults to 0,
4176           (emitMaps): added pdata,
4177           (createInterruptVect): (re)moved default,
4178           (glue): added pdata,
4179           (glue): moved __start__xstack to XSTK with default size 1
4180         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4181           and options.float_rent when options.stackAuto is set,
4182           (linkEdit): only write XDATA_NAME if provided on command line
4183         * src/SDCCmem.h,
4184         * src/SDCCmem.c: added pdata
4185         * src/port.h: added pdata_name to PORT
4186         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4187           (saveRegisters, unsaveRegisters): removed usage of B,
4188           (genMinus): fixed accumulator clash,
4189           (genJumpTab): added comment, this needs another look
4190         * src/mcs51/gen.c: added check for "B in use" paranoia,
4191           added pushB() and popB()
4192         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4193           chance
4194         * src/avr/main.c,
4195         * src/ds390/main.c,
4196         * src/hc08/main.c,
4197         * src/mcs51/main.c,
4198         * src/pic/main.c,
4199         * src/pic16/main.c,
4200         * src/xa51/main.c,
4201         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4202           added PSEG (PAG,XDATA) or NULL to port specifier
4203         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4204         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4205           (_mcs51_genInitStartup): removed __start__xstack equ,
4206           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4207         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4208         * src/z80/gen.c (_rleAppend): fixed warnings
4209         * support/regression/tests/zeropad.c: added pdata test
4210         * .version: bumped to 2.4.6
4211
4212 2004-10-17 Borut Razem <borut.razem AT siol.net>
4213
4214         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4215         as a part of nightly build
4216
4217 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4218
4219         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4220         WREG holds the first byte function parameters,
4221         * (aopForSym): take special case for symbols which are in FARSPACE
4222         but in CODESPACE too,
4223         * (assignResultValue): modified to take into account _G.useWreg,
4224         * (genCall): don't use wreg for parameter passing when function is
4225         declared as reentrant, too, added optimization INCF to stack
4226         pointer when stack parameter count is 1,
4227         * (genFunction, genEndFunction): refurnished and fixed to not using
4228         wreg for passing parameters when function has varargs or is
4229         reentrant, fixed bug with symbol name compare for generating
4230         functions in absolute address,
4231         * (pic16_storeForReturn): refurnished,
4232         * (genCmp): began writing a new version of the function, not ready
4233         yet, therefore it is disabled,
4234         * (genAssign): do not read code memory when assigning a function to
4235         a pointer function,
4236         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4237         array of characters, not pointer,
4238         * (pic16initialComments): in debug mode emit an .ident directive for
4239         the assembler,
4240         * (_process_pragma): emit a new warning type (internal to pic16)
4241         when setting stack to default length, emit a similar warning when
4242         placing a function at absolute address and address is not word aligned
4243         * (_pic16_parseOptions): added 'return TRUE' statement,
4244         * (_pic16_linkEdit): if compiling a source, then add the source's
4245         file object, first in the list of objects to link,
4246
4247 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4248
4249         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4250         * src/pic/main.c : removed VC warning.
4251         * src/pic/gen.c : changed comment.
4252
4253 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4254
4255         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4256         reference to a deprecated symbol _GPTRREG was causing failure to
4257         link. Thanks G. M. Gallant for the info.
4258
4259 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4260
4261         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4262         comments for Bugs item #954788.
4263
4264 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4265
4266         * src/pic16/device.c (pic16_dump_gsection,
4267         * pic16_groupRegistersInSection): handle symbols declared to be in
4268         access bank differently,
4269         * src/pic16/gen.c (struct _G): added field resDirect,
4270         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4271         send values read from stack directly to result and don't allocate
4272         temporary values,
4273         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4274         same registers,
4275         * (pic16_sameRegsOfs): NEW,
4276         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4277         free because they were not allocated from temporary pool,
4278         * pic16_popRegFromString): workaround to fix a problem with
4279         allocating variables twice or never,
4280         * (genGenPointerGet): using PRODL instead of FSR0H,
4281         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4282         instead of FSR0H,
4283         * (genAssign): take advantage of the _G.resDirect flag,
4284         * (genCast): around line 11844, use mov2f instead of directly
4285         MOVFF'ing between operands to account for literal values,
4286         * src/pic16/genutils.c: some new debug functions for gpsim have been
4287         added,
4288         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4289         float with integer part only,
4290         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4291         place variables in access bank
4292         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4293         updated sources to reflect recent changes in gen.c
4294
4295 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4296
4297         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4298         sources that searched for headers in installation path, now the
4299         device/include/pic16 is used,
4300         * src/pic16/glue.c (pic16glue),
4301         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4302         .line directives if not in debug mode, this suppresses assembler's
4303         warnings for ignored directives
4304
4305 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4306
4307         * src/port.h: made reset_regparms prototype void parameter explicit.
4308         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4309         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4310         * doc/sdccman.lyx: documented warning disabling and how to use
4311           printf_large to make it print floats.
4312         * device/include/stdbool.h: NEW
4313         * device/lib/_atof.c,
4314         * device/lib/_divuint.c,
4315         * device/lib/_divulong.c,
4316         * device/lib/expf.c,
4317         * device/lib/printf_large.c,
4318         * device/lib/sincosf.c,
4319         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4320         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4321           a completely reentrant lib.
4322
4323 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4324
4325         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4326         * device/include/pic16/stdio.h: fixed bug with colon
4327
4328 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4329
4330         * device/include/pic16/stdio.h,
4331         * device/include/pic16/stdlib.h,
4332         * device/include/pic16/math.h: NEW
4333         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4334         declared as _naked to reduce overhead
4335         * device/lib/Makefile.in (target port-specific-objects-pic16):
4336         changed * to *.* so to ignore the CVS directory,
4337         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4338         stacked variables back in stack,
4339         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4340         corruption
4341
4342 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4343
4344         * .version: bumped version number to 2.4.5
4345         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4346         * support/Util/SDCCerr.c (messages structure): added entry for
4347         W_POSSBUG2
4348
4349         Large cumulative patch for pic16 port and libraries.
4350         * device/include/pic16/sdcc-lib.h,
4351         * device/include/pic16/stdarg.h,
4352         * device/include/asm/pic16/features.h,
4353         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4354         * device/include/pic16/float.h: changes reentrant keyword with
4355         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4356         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4357         updated target build-libraries to include objects from gptr,
4358         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4359         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4360         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4361         all function headings,
4362         * src/SDCCmain.c: added global parameter userIncDirsSet,
4363         * (parseCmdLine): when option -I is encountered add directory to
4364         userIncDirsSet too,
4365         * src/version.awk: added space between control and long,
4366         * src/pic16/NOTES: added some notes for the port,
4367         * src/pic16/gen.c: added prototype for mov2fp function,
4368         * (fReturnpic16[]): properly named return value registers,
4369         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4370         * (aopForSym): added code to handle symbols with onStack flag set,
4371         symbols onStack are allocated PTRSIZE bytes,
4372         * (aopFreeAsmop): handles special case where asmops are stack objects,
4373         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4374         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4375         added argument lock to trace flaws in allocating temporary registers
4376         when developing port,
4377         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4378         * (pic16_popRegFromString): reenabled allocating a direct register
4379         from string,
4380         * (assignResultValue): various beautifications,
4381         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4382         referenced function argument,
4383         * (genIpush): reenabled to allow stacked arguments, handles only
4384         ic->parmPush iCodes,
4385         * (genCall, genPcall): major changes to allow for variable argument
4386         functions, fixed a bug with falsely restoring stack pointer after
4387         returning from call,
4388         * (genFunction): pending code for critical function,
4389         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4390         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4391         * (genNearPointerGet): fixed bug with indirect reading, was always
4392         reading from INDF0
4393         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4394         pointers,
4395         * (genAddrOf): rewrote code to take address of a stacked function parameter
4396         * (genCast): fixed casting to generic pointer type,
4397         * src/pic16/gen.h: added AOP_STA,
4398         * (struct asmop): added field stk,
4399         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4400         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4401         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4402         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4403         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4404         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4405         generic pointers,
4406         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4407         and library paths,
4408         * (pic16_port structure): generic pointer size is set to 3,
4409         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4410         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4411         compiler warning,
4412         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4413         operand is an iTemp,
4414
4415 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4416
4417         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4418         * debugger/mcs51/simi.c: addapt new syntax of s51
4419
4420 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4421
4422         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4423         * src/pic16/pcode.c: commented out some calls to free() in order to
4424         fix bug #989576,
4425
4426 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4427
4428         * src/SDCCicode.h,
4429         * src/SDCCicode.c (isiCodeInFunctionCall),
4430         * src/avr/ralloc.c (selectSpil),
4431         * src/pic/ralloc.c (selectSpil),
4432         * src/pic16/ralloc.c (selectSpil),
4433         * src/ds390/ralloc.c (selectSpil),
4434         * src/hc08/ralloc.c (selectSpil),
4435         * src/xa51/ralloc.c (selectSpil),
4436         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4437         stack in the middle of a function call sequence (fixes bug #1020268)
4438         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4439         costs associated with the minimum switch case.
4440
4441 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4442
4443         * src/SDCC.lex: fixed bug #1030549
4444
4445 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4446
4447         * src/SDCCcse.h (struct cseDef),
4448         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4449         over a function call if the CSE is derived from a symbol whose
4450         address has been taken (fixes bug #1029883)
4451         * support/regression/tests/bug-1029883: a new regression test for
4452         this bug
4453
4454 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4455
4456         * src/hc08/gen.c (emitinline): fixed bug #1029778
4457         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4458         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4459         and starts toward RFE #905167)
4460
4461 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4462
4463         * src/pic16/gen.c (mov2f): New function to move an operand to
4464         another without considering if it is a literal or a register,
4465         * (pic16_sameRegs): don't check if they are both AOP_REG,
4466         * (AccRsh): removed andmask=0 lines,
4467         * (genLeftShift): duplicated to be improved in future versions,
4468         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4469         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4470         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4471         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4472         * (insertBankSwitch): fixed inserting banksel directives algorithm
4473         for instructions that follow a skip instruction, this fixes a report
4474         for broken subtraction code generation,
4475         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4476         iCode is a left op, just in case result and right share the same
4477         registers
4478
4479 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4480
4481         * src/hc08/main.c,
4482         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4483         preservation of HX
4484         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4485         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4486         on 2004-09-12; it was buggy
4487
4488 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4489
4490         * src/SDCCsymt.h: removed RESULT_CHECK
4491         * src/SDCCast.c,
4492         * src/SDCCglue.c,
4493         * src/SDCCval.c,
4494         * src/pic/glue.c,
4495         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4496
4497 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4498
4499         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4500         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4501         configuration values no more rejected by compiler, they are assigned
4502         to configuration registers with a warning message instead,
4503         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4504         the for-loop so last conf register is emitted too,
4505         * (_pic16_initPaths): link library libsdcc.lib by default,
4506         * (_hasNativeMulFor): modified test for multiplication according to
4507         Raphael Neider's remarks. Integer multiplication is also done with
4508         support functions,
4509         * device/include/pic16/pic18fregs.h: corrected type error in while
4510         testing and including 18f6720 header file
4511
4512 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4513
4514         * src/pic16/device.h (pic16_options): removed field use_crt,
4515         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4516         until an optimization to handle single bits is added,
4517         * (pic16_loadFSR0): moved before genUnpackBits,
4518         * (genAnd): some white lines removed,
4519         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4520         leave_reset flags in pic16_options when using crt modules,
4521
4522 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4523
4524         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4525           for bugs 898889 & 979599. Also used some safer print instructions.
4526
4527 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4528
4529         * src/pic16/device.h (pic16_options_t): added field use_crt,
4530         crt_name, no_crt,
4531         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4532         catch a probable future bug,
4533         * src/pic16/gen.c: aopIdx function commented out,
4534         * (genAssign): commented out old code which used aopIdx,
4535         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4536         code, added if conditionals to take into account the --use-crt
4537         command line options,
4538         * src/pic16/main.c (pic16_optionsTable): added new command line
4539         options, --use-crt= and --no-crt,
4540         * (_pic16_linkEdit): now the proper crt object is added in the
4541         linker command line except than when --no-crt is specified,
4542         * src/pic16/pcode.c,
4543         * src/pic16/pcode.h: added some structures and functions for a new
4544         optimization scheme to compansate for instruction overhead between
4545         same iCodes, this scheme is currently under development and is not
4546         working in any way,
4547         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4548         to && operator,
4549         * device/lib/pic16/startup/crt0i.c,
4550         * device/lib/pic16/startup/crt0iz.c: added global char variable
4551         __uflags to force the generation of an idata section
4552
4553 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4554
4555         * doc/Makefile,
4556         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4557         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4558
4559 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4560
4561         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4562         Frieder) and clarified the default code optimization mode
4563
4564 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4565
4566         * src/SDCC.lex (doPragma, process_pragma),
4567         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4568         "opt_code_size", and "opt_code_balanced"
4569         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4570         regrouped options by category, added support for category headers
4571         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4572         and "--opt-code-size"
4573         * doc/sdccman.lyx: documented these new options and pragmas
4574         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4575         preference into account
4576
4577 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4578
4579         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4580           geniCodePreDec): Fixed bug 904237 by generating a warning
4581         * src/SDCCerr.h,
4582         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4583
4584 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4585
4586         * src/pic/device.c : When no max ram set validate full memory range.
4587         * src/pic/pcode.c,
4588         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4589
4590 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4591
4592         * device/lib/_gptrget.c,
4593         * device/lib/_gptrput.c: updated comment
4594         * device/lib/calloc.c,
4595         * device/lib/free.c,
4596         * device/lib/malloc.c,
4597         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4598         * src/SDCCcse.c (cseBBlock),
4599         * src/SDCCicode.c (printOperand, geniCodeArray),
4600         * src/SDCCicode.h (struct operand): fixed bug 868103
4601         * support/regression/tests/bug-868103.c: added
4602         * src/SDCCast.c (searchLitOp),
4603         * src/SDCCcse.h (struct cseDef),
4604         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4605         * src/SDCCicode.h (struct operand),
4606         * src/SDCCsymt.h (struct sym_link),
4607         * src/avr/gen.c (hasInc),
4608         * src/ds390/gen.c (hasInc),
4609         * src/hc08/gen.c (genPlusIncr, hasInc),
4610         * src/mcs51/gen.c (hasInc),
4611         * src/pic16/glue.c (pic16_printIvalChar),
4612         * src/pic16/ralloc.c (regWithIdx),
4613         * src/xa51/gen.c (hasInc) : removed warnings
4614         * src/SDCCast.c (createBlock): added comment ???
4615         * src/hc08/ralloc.c: updated comments
4616
4617 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4618
4619         * doc/sdccman.lyx: updated section on switch statements, added
4620         section about semaphore locking
4621         * doc/Makefile: added option -info for latex2html
4622         * device/lib/_gptrget.c,
4623         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4624
4625 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4626
4627         * src/pic/device.h,
4628         * src/pic/device.c,
4629         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4630          maxram is less than 0x100.
4631
4632 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4633
4634         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4635
4636 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4637
4638         * src/port.h,
4639         * src/mcs51/main.c,
4640         * src/ds390/main.c,
4641         * src/z80/main.c,
4642         * src/hc08/main.c,
4643         * src/pic/main.c,
4644         * src/pic16/main.c,
4645         * src/avr/main.c,
4646         * src/xa51/main.c
4647         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4648         a jump table is the best form for a switch statement, including
4649         automatic insertion of missing cases to make the case range
4650         continuous. Developed in collaboration with Frieder Ferlemann.
4651
4652 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4653
4654         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4655         accumulator result if it needs sign extension
4656
4657 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4658
4659         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4660
4661 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4662
4663         * device/lib/gbz80/printf.c,
4664         * device/lib/z80/printf.c: removed define for NULL
4665
4666 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4667
4668         * as/xa51/xa_link.c,
4669         * device/examples/ds390/ow390/ad26.c,
4670         * device/examples/ds390/ow390/cnt1d.c,
4671         * device/examples/ds390/ow390/counter.c,
4672         * device/examples/ds390/ow390/ds2480.h,
4673         * device/examples/ds390/ow390/ds2480ut.c,
4674         * device/examples/ds390/ow390/findtype.c,
4675         * device/examples/ds390/ow390/gethumd.c,
4676         * device/examples/ds390/ow390/owllu.c,
4677         * device/examples/ds390/ow390/ownetu.c,
4678         * device/examples/ds390/ow390/swt12.c,
4679         * device/examples/ds390/ow390/swtloop.c,
4680         * device/examples/ds390/ow390/temp.c,
4681         * device/examples/ds390/ow390/temp10.c,
4682         * device/examples/ds390/ow390/thermo21.c,
4683         * device/examples/ds390/ow390/tinilnk.c,
4684         * device/examples/ds390/ow390/tstfind.c,
4685         * device/examples/serialcomm/windows/serial.cpp,
4686         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4687         * device/include/reg51.h: fixed line endings for cvs
4688
4689 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4690
4691         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4692         packRegsForAccUse, packRegisters): new accumulator register
4693         packing algorithm
4694         * support/regression/ports/hc08/support.c (_putchar): suppress
4695         warning of unused variable
4696         * src/SDCCicode.c: added SWAP entry to codeTable
4697
4698 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4699
4700         * device/lib/sprintf.c: forgot to add this file before previous commit
4701
4702 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4703
4704         * src/pic16/gen.c (genPackBits): added operand right in function
4705         parameters, load result directly if p_type is POINTER (that is
4706         called by genNearPointerSet)
4707         * (genUnPackBits): added operand left in function parameters,
4708         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4709         FSR0 if accessing bitfields,
4710
4711 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4712
4713         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4714           _print_format; updated printf, sprintf, vsprintf
4715         * device/include/asm/default/features.h: corrected comment/define
4716         * device/lib/Makefile.in: added sprintf.c
4717         * device/lib/libsdcc.lib: added sprintf module
4718         * device/lib/printf_large.c,
4719         * device/lib/vprintf.c,
4720         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4721           into these 3 files
4722         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4723         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4724         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4725           hc08 test
4726         * support/regression/tests/zeropad.c: define idata as data for hc08
4727
4728 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4729
4730         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4731         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4732         labels are referenced at least once (even if a reference is not found)
4733         * src/hc08/gen.c (emitcode): set isComment flag for comments
4734         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4735         loads), rules 6a..6b (optimize jumps to return)
4736
4737 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4738
4739         * device/lib/acosf.c (acosf),
4740         * device/lib/asinf.c (asinf),
4741         * device/lib/atanf.c (atanf),
4742         * device/lib/ceilf.c (ceilf),
4743         * device/lib/cosf.c (cosf),
4744         * device/lib/coshf.c (coshf),
4745         * device/lib/cotf.c (cotf),
4746         * device/lib/fabsf.c (fabsf),
4747         * device/lib/floorf.c (floorf),
4748         * device/lib/log10f.c (log10f),
4749         * device/lib/logf.c (logf),
4750         * device/lib/sinf.c (sinf),
4751         * device/lib/sinhf.c (sinhf),
4752         * device/lib/sqrtf.c (sqrtf),
4753         * device/lib/tanf.c (tanf),
4754         * device/lib/tanhf.c (tanhf),
4755         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4756         replaced all instances of "reentrant" in the library functions
4757         defined in math.h with this macro.
4758         * support/regression/tests/float_trans.c: reenabled test for hc08
4759
4760 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4761
4762         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4763         erroneously deleted
4764
4765 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4766
4767         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4768         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4769         multi-byte volatile operands are used
4770         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4771         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4772         initialization to area GSINIT0 so that it would always precede
4773         any static initializers in GSINIT
4774         * support/regression/tests/zeropad.c: fixed idata define for hc08
4775         * support/regression/tests/bug-927659.c,
4776         * support/regression/tests/float_trans.c: disabled tests for hc08
4777         pending missing library routines
4778         * .version: increased version number to 2.4.4 - hc08 port now passes
4779         regression tests
4780
4781
4782 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4783
4784         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4785         * Makefile.common.in,
4786         * as/Makefile,
4787         * as/hc08/Makefile.in,
4788         * as/mcs51/Makefile.in,
4789         * as/z80/Makefile.in,
4790         * debugger/mcs51/Makefile.in,
4791         * device/include/Makefile.in,
4792         * device/lib/Makefile.in,
4793         * doc/Makefile,
4794         * link/Makefile,
4795         * link/z80/Makefile.in,
4796         * packihx/Makefile.in,
4797         * sim/ucsim/main_in.mk,
4798         * sim/ucsim/avr.src/Makefile.in,
4799         * sim/ucsim/doc/Makefile.in,
4800         * sim/ucsim/gui.src/serio.src/Makefile.in,
4801         * sim/ucsim/hc08.src/Makefile.in,
4802         * sim/ucsim/s51.src/Makefile.in,
4803         * sim/ucsim/xa.src/Makefile.in,
4804         * sim/ucsim/z80.src/Makefile.in,
4805         * src/Makefile.in,
4806         * support/cpp2/Makefile.in,
4807         * support/librarian/Makefile,
4808         * support/makebin/Makefile: added DESTDIR to the install path proposed
4809         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4810         * doc/sdccman.lyx: added DESTDIR documentation
4811
4812 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4813
4814         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4815         instruction for interrupt handlers, use fast returns when returning
4816         from high priority interrupts
4817
4818 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4821         code generation
4822         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4823         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4824         bugs, ported much of Bernhard's code from mcs51
4825         * src/mcs51/gen.c (genSend),
4826         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4827         than one when calling a reentrant function
4828         * device/lib/_mullong.c: defined an alternate struct layout for big
4829         endian ports (hc08)
4830
4831 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4832
4833         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4834         test
4835
4836 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4837
4838         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4839         are sane and complete before asking the port its prefered parameter
4840         passing method (fixes bug #1017633)
4841         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4842         and _ret3
4843
4844 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4847         problem in bitfields >= 8 bits.
4848
4849 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4850
4851         * src/SDCCsymt.c: undid changes that were not meant to be committed
4852
4853 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4854
4855         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4856
4857 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4858
4859         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4860           copied and wrong bit got inverted
4861
4862 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4863
4864         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4865         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4866         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4867         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4868         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4869         assignments to bitfields at known addresses
4870         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4871         reads from bitfields at known addresses
4872         * src/hc08/ralloc.c (packRegisters),
4873         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4874         genhc08Code): optimize pointer get values used as conditionals
4875         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4876         and branch
4877
4878 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4879
4880         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4881         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4882         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4883         as conditionals
4884
4885 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4886
4887         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4888
4889 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4890
4891         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4892         related problems
4893
4894 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4895
4896         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4897
4898 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4899
4900         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4901         mcs51 port
4902
4903 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4904
4905         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4906
4907 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4908
4909         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4910         cases use more compact code.
4911
4912 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4913
4914         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4915
4916 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4917
4918         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4919
4920 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4921
4922         * src/SDCCsymt.h,
4923         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4924         parameter of changePointer() from symbol* to sym_link*
4925         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4926         * src/SDCCsymt.c (compareType): void* type is castable to other
4927         pointers, but not necesarily an exact match.
4928         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4929         is no longer blindly treated as an exact match.
4930         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4931
4932 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4933
4934         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4935
4936 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4937
4938         * src/pic/gen.c,
4939         * src/pic/pcode.c,
4940         * src/pic/ralloc.h,
4941         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4942
4943 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4944
4945         * src/pic/device.c,
4946         * src/pic/device.h,
4947         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4948
4949 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4950
4951         * src/mcs51/gen.c (emitcode): fixed bug #992819
4952
4953 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4954
4955         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4956           there's no need to make it worse
4957
4958 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4959
4960         * src/mcs51/ralloc.c (deassignLR),
4961         * src/ds390/ralloc.c (deassignLR),
4962         * src/hc08/ralloc.c (deassignLR),
4963         * src/z80/ralloc.c (deassignLR),
4964         * src/pic/ralloc.c (deassignLR),
4965         * src/pic16/ralloc.c (deassignLR),
4966         * src/avr/ralloc.c (deassignLR),
4967         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4968         rlivePoint): fixed another part of bug #971834
4969
4970 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4971
4972         * src/z80/main.c: enabled "critical" keyword
4973         * src/z80/mappings.i,
4974         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4975         functions (fixes bug #979646)
4976         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4977
4978 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4979
4980         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4981           such as c:\mydir.
4982
4983 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4984
4985         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4986           doesn't disable too much optimizations
4987
4988 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4989
4990         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4991
4992 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4993
4994         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4995
4996 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4997
4998         * src/pic/gen.c tidied up tabs
4999         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5000         * src/pic/main.c tidied up tabs
5001         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5002         * src/pic/pcoderegs.c tidied up tabs
5003         * src/pic/ralloc.c tidied up tabs
5004
5005 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5006
5007         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5008         to S_FIXED for pic16 port and when symbol is not in level 0,
5009         allocate for S_REGISTER storage class and pic16 port, too,
5010         * src/pic16/device.h: prototype for checkSym,
5011         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5012         * (pic16_assignConfigWordValue): test the value and the mask to
5013         validate that the value is suitable for the configuration word,
5014         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5015         collect extern declared symbols, don't emit symbol twice, check
5016         first if symbol is in publics set first,
5017         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5018         * added command line '--fstack' which enables an experimental
5019         feature for stack access, too buggy to be used yet...
5020         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5021         * (pic16_allocDirReg): when register has storage class S_REGISTER
5022         allocate in pic16_dynAccessRegs,
5023         * device/include/pic16/pic18f????.h: modified configuration word
5024         naming convention, words started as CONFIG0H but should be CONFIG1H
5025
5026 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5027
5028         * device/include/mcs51reg.h: fixed bug 970993
5029
5030 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5031
5032         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5033         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5034         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5035         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5036         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5037         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5038           error/warning numbers,
5039           added function setWarningDisabled()
5040         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5041         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5042           _memcmp.c _memmove.c calloc.c realloc.c free.c
5043         * support/regression/tests/malloc.c: added tests for new functionality
5044         * support/regression/tests/zeropad.c: added tests for truncated initializers
5045           and initialized char arrays starting with '\x0'
5046         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5047
5048 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5049
5050         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5051
5052 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5053
5054         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5055         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5056         peephole 177.e. Thanks to anonymous
5057
5058 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5059
5060         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5061         function isn't used in the source but referenced as a
5062         variable initializer then declare it as extern in .asm file
5063
5064 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5065
5066         * .version: increased version number to 2.4.3
5067
5068         Adding version extension according to ChangeLog CVS revision
5069         * src/Makefile.in (target all): added dependency 'version.h'
5070         * (rule version.h): added rule to create version.h from ChangeLog,
5071         * (rule dep): added dependency version.h,
5072         * src/version.awk: AWK script to create version.h
5073         * src/SDCCdwarf2.c (dwWriteModule),
5074         * src/SDCCglue.c (initialComments),
5075         * src/SDCCmain.c (printVersionInfo): modified to write after
5076         version string the version extension number,
5077         * src/SDCCutil.c: included "version.h"
5078         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5079         number,
5080         * src/SDCCutil.h: added prototype for getBuildNumber
5081
5082         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5083         includeDirsSet, too,
5084         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5085         const char [] is found in function prototype...
5086
5087         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5088         moving to WREG with source is already in WREG,
5089         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5090         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5091         * (aopForSym): stack'ed symbols are partially supported, added
5092         if-clause to support symbols in FARSPACE,
5093         * (sameRegs): added test for AOP_ACC to see if registers are same,
5094         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5095         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5096         * (pic16_popRegFromString): will not allocate a new register if it
5097         doesn't find one by name, bug may have introduced...
5098         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5099         * (genIpush): revived to use pic16 port's stack,
5100         * (genAddrOf): added incomplete case for stack'ed operand,
5101         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5102         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5103         can handle multibyte operands,
5104         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5105         * (pic16initialComments): added message for MPLAB compatibility
5106         mode enabled,
5107         * src/pic16/main.h: prototype for pic16_mplab_comp,
5108         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5109         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5110         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5111         because of increased complexity of procedure,
5112         * (_process_pragma): stack pragma changed to format 'stack pos len',
5113         emit symbol '_stack_end' to conform with gplink,
5114         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5115         to search for register,
5116         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5117         PO_GPR_REGISTER,
5118         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5119         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5120         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5121         case for PO_GPR_REGISTER,
5122         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5123         dies, the new era is ahead !...
5124         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5125         pic16_dynInternalRegs,
5126         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5127         * (pic16_allocDirReg): minor optimizations and bug fixes,
5128         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5129
5130         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5131         load stack and frame pointer with address of 'stack_end' symbol
5132
5133 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5134
5135         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5136         without source code but only variable initializers
5137
5138 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5139
5140         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5141         external are not declared as extern to reduce overhead while linking
5142
5143 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5144
5145         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5146
5147 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5148
5149         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5150           Yee Keat for the patch
5151         * src/SDCCast.c (decorateType): fixed bug #979599
5152         * src/ds390/gen.h: removed local fReturnSizeDS390
5153         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5154         * src/ds390/gen.c (genAnd, genOr, genXor),
5155         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5156
5157 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5158
5159         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5160         add relFilesSet to $3, manipulate $2 to handle linking of object
5161         files without source files in command line,
5162         * device/include/pic16 (all headers): added ID location macros,
5163         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5164         entries for ID location bytes,
5165         * (pic16_assignIdByteValue): NEW,
5166         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5167         added field dumpcalltree to pic16_options_t,
5168         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5169         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5170         emitting rFalseIfx label after check_carry label,
5171         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5172         pic16_emitDIRegs), NEW
5173         * (pic16glue): dump .calltree file when option --calltree found,
5174         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5175         * (_pic16_genAssemblerPreamble): emit ID locations after
5176         configuration registers,
5177         * (pic16_linkCmd): modifications of the link command,
5178         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5179         * (pic16_pCodeInitRegisters): don't init stack registers,
5180         * (pic16_findPrevInstruction): fixed bug,
5181         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5182         bug with immediate registers,
5183         * (buildCallTree): traces stack push and pop,
5184         * (pct2): dump also stack usage for each function,
5185         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5186         * (pic16_allocDirReg): various modifications,
5187         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5188         fixed to 1,
5189
5190 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5191
5192         * src/pic16/pcode.c: removed buggy double colon
5193
5194 2004-07-01 Borut Razem <borut.razem AT siol.net>
5195
5196         * support/scripts/sdcc.nsi: added include/pic16 to setup
5197
5198 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5199
5200         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5201         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5202         target 'clean',
5203         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5204         specific command line arguments. Also added sample lkr script
5205         for placing a variable at a specific memory bank.
5206         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5207         at a specific memory bank,
5208         * (pic16_dump_isection): fixed bug which caused string literals to
5209         be omitted when dumping idata section,
5210         * (pic16_groupRegistersInSection): added code to handle registers
5211         in specific memory banks,
5212         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5213         public, all references are renamed too,
5214         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5215         AOP_DPTR2,
5216         * (pic16_storeForReturn): added case to handle when dest is WREG,
5217         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5218         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5219         pic16_rel_udata, check to see if that register is marked as being
5220         a member of a specific memory bank,
5221         * (pic16_printIvalCharPtr): added code to add string literals either
5222         to code or the idata sections,
5223         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5224         also accept the 'udata' pragma,
5225         * src/pic16/main.h: new structure types sectName and sectSym
5226         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5227         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5228         * (pic16_findPrevInstruction): fixed, it returned nothing,
5229         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5230         instruction combinations,
5231         * (pic16_FixRegisterBanking): heavily reorganised,
5232         * (pic16_AnalyzeBanking): if generating banksel directives is
5233         disabled, then don't call FixRegisterBanking at all,
5234         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5235         completely removed,
5236         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5237
5238 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5239
5240         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5241         Phuah Yee Keat <yk.phuah AT nestac.com>
5242
5243 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5244
5245         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5246         correctly the IVT even if it is relocated to some other location
5247
5248 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5249
5250         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5251         * device/include/pic16/pic18f2220.h: NEW,
5252         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5253         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5254         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5255         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5256         nodefaultlibs, ivt_loc is the location of the interrupt vector
5257         table, and nodefaultlibs signs that default libraries should not be
5258         linked in link stage,
5259         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5260         according to --ivt-loc argument,
5261         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5262         when pragma stack is found,
5263
5264 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5265
5266         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5267         256 (range check), 257 (do while), 258.a-f (bit banging
5268         f.e. on 3-wire SPI bus)
5269
5270 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5271
5272         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5273         variables used exclusively within a loop
5274
5275 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5276
5277         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5278
5279 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5280
5281         * src/SDCClrange.c (computeClash): fixed bug #971834
5282
5283 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5284
5285         * src/mcs51/gen.c (genCmp): fixed bug #975903
5286         * src/hc08/gen.c (operandsEqu),
5287         * src/ds390/gen.c (operandsEqu),
5288         * src/z80/gen.c (operandsEqu),
5289         * src/pic/gen.c (operandsEqu),
5290         * src/pic16/gen.c (operandsEqu),
5291         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5292         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5293
5294 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5295
5296         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5297
5298 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5299
5300         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5301         default case in switch statement,
5302         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5303         to eliminate problem with initialisation of pointers, but problem
5304         still exists,
5305         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5306         * (emitStaticSegment): removed various lines emitting debug info,
5307         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5308         added processor registers for utilizing EEPROM,
5309         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5310         configurable and set 8
5311
5312 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5313
5314         * .version: increased version number to 2.4.2,
5315
5316         Cumulative patch for pic16 port
5317         * src/pic16/device.c: changed scheme to dump initial values for
5318         variables in idata segment, all print_idata* functions were removed,
5319         now the pic16_printIval* will be called,
5320         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5321         * _pic16_printPointerType, pic16_printPointerType,
5322         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5323         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5324         NEW, similar to the respective functions in SDCCglue.c,
5325         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5326         way, emitting hex bytes,
5327         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5328
5329 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5330
5331         * src/avr/ralloc.c (serialRegAssign),
5332         * src/xa51/ralloc.c (serialRegAssign),
5333         * src/pic/ralloc.c (serialRegAssign),
5334         * src/pic16/ralloc.c (serialRegAssign),
5335         * src/hc08/ralloc.c (serialRegAssign),
5336         * src/z80/ralloc.c (serialRegAssign),
5337         * src/ds390/ralloc.c (serialRegAssign),
5338         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5339
5340 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5341
5342         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5343         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5344
5345 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5346
5347         Cumulative patch for pic16 port:
5348         * src/pic16/device.h (typedef PIC16_device) modified fields for
5349         defining microcontrollers,
5350         * src/pic16/device.c: added new info for all devices in Pics16 array,
5351         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5352         to be optimised out by the pCode optimiser,
5353         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5354         specially, bug reported by G.M. Gallant,
5355         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5356         as force'd so that cannot be optimised out by pCode optimiser,
5357         * src/pic16/pcode.c,
5358         * src/pic16/pcodepeeph.c,
5359         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5360         they are disabled by default, but can be enabled explicit with
5361         command argument --denable-peeps, for testing,
5362         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5363         --pomit-ivt in COMPILE_FLAGS
5364
5365 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5366
5367         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5368           compilation on MSVC
5369
5370 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5371
5372         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5373
5374 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5375
5376         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5377         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5378
5379 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5380
5381         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5382         would only assign 0x300001 register.
5383
5384 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5385
5386         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5387         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5388
5389 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5390
5391         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5392         for ds80c400
5393         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5394         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5395         added peephole 254 (left shift), 255 (jump table)
5396
5397 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5398
5399         * device/lib/Makefile.in: removed comment line with model-pic16,
5400         * (target port-specific-objects-pic16): the libraries and objects
5401         are copied to the build directory form the device/lib/pic16/bin
5402         directory
5403
5404         Cumulative patch concerning pic16 port:
5405         * library directory has been re-organized,
5406         * added support for PIC18F1220,
5407         * added headers and library sources for chips 18f1220,18f6520,
5408         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5409
5410         * configuration registers setting has changed, now each supported
5411         device has a complete description of the registers it uses,
5412         * all initialisations are moved to idata sections, these section
5413         can be absolute or relocatable,
5414         * fixed initialisation of codespace variables,
5415         * fixed warning about PCLATU and gpsim,
5416         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5417         * (genAssign): use table reads when assigning from variables in codespace,
5418         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5419         char/int variables placed in codespace,
5420         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5421         registers set in .asm file, no need for --pomit-config-words anymore,
5422         * (pic16glue): some 8051 legacy segments are commented out
5423         (to be removed completely),
5424         * added support for alternative assembler and linker with --asm=
5425         and --link= command line arguments,
5426         * peepholes are disabled automatically in the port, no need to
5427         specify on command line,
5428         * port supports natively char/int/long multiplication, but converts
5429         all divisions to support functions,
5430         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5431         to the file set in variable $2,
5432         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5433         strings in ASCII format and not in hex,
5434         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5435         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5436         allocate proper register if iCodes aren't temporary,
5437
5438 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5439
5440         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5441
5442 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5445         is commented out
5446
5447 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5450         computed address is reused
5451         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5452         multi-byte bitfields
5453
5454 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5455
5456         * src/z80/gen.c: (genArrayInit): must check for pointers too
5457
5458 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5459
5460         * support/regression/tests/zeropad.c: never meant to commit the
5461           nestedstruct test: removed, added check for GCC version
5462
5463 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5464
5465         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5466         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5467         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5468           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5469           bugs 928906 and 954082 half-empty initializers
5470         * src/SDCCsymt.h,
5471         * src/SDCCsymt.c (getAllocSize): added for above fix
5472         * src/z80/gen.c (genArrayInit): fixed bug 741044
5473         * support/regression/tests/zeropad.c: added tests
5474
5475 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5476
5477         * src/pic16/device.c (pic16_dump_section): corrected bug which
5478         caused some symbols of the libraries to be misplaced
5479
5480 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5481
5482         * src/pic16/glue.c,
5483         * src/pic16/ralloc.h,
5484         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5485         to fix conflict with pic port
5486
5487 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5488
5489         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5490         externs configuration variables,
5491         * src/pic16/ralloc.h,
5492         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5493         prototype in header, commented out some debug messages
5494
5495 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5496
5497         * src/pic16/glue.c,
5498         * src/pic16/main.c,
5499         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5500         for gpasm COFF object generation. Thanks to D. Hawkins for
5501         his patch info
5502
5503 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5504
5505         * src/ds390/main.c,
5506         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5507         Brock for spotting this)
5508         * src/ds390/gen.c (genEndFunction),
5509         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5510         interrupt handler and critical. Disable push/pop optimizations when
5511         peephole optimizations disabled.
5512
5513 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5514
5515         Updated pic16 library sources and headers.
5516         * device/lib/pic16/pic18f*/ ,
5517         * device/include/pic16/*.h: modified to handle structured SFR
5518         definitions
5519
5520 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5521
5522         * src/port.h (PORT structure): added hook initPaths, now each
5523         port can declare its own default search paths,
5524         which can been seen with the --print-search-dirs option,
5525         see pic16 port for example,
5526         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5527         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5528         * (doPrintSearchDirs): NEW, replaces in a central manner the
5529         printing of search dirs which was split in set*Paths functions,
5530         * (main): added call to port->initPaths and doPrintSearchDirs,
5531         * src/avr/main.c,
5532         * src/ds390/main.c,
5533         * src/hc08/main.c,
5534         * src/izt/i186.c,
5535         * src/izt/tlcs900h.c,
5536         * src/mcs51/main.c,
5537         * src/pic/main.c,
5538         * src/pic16/main.c: modified port structures to reflect addition of
5539         initPaths hook,
5540
5541         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5542         * (pic16_dump_section): for registers in same address reserve memory once,
5543         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5544         to no_banksel,
5545         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5546         result is greater in size than right or left,
5547         * (pic16_genUMult8X8_8): there are some cases where the result can
5548         be 16 bits size, so handle these,
5549         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5550         * (pic16_outBitC): modified to emit pcodes,
5551         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5552         or not,
5553         * (genDivOneByte): implemented algorithm to divide 8-bits,
5554         * (genCmp): uncommented goto, but issues still exist,
5555         * (genAnd): fixed a bug with variables >8bits,
5556         * (genPackBits): optimization added that uses BCF/BSF to change a
5557         single bit,
5558         * (genAssign): fixed bug when assigning floating point literals,
5559         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5560         __sdcc_gsinit_startup label,
5561         * src/pic16/main.c (_pic16_init): removed search directory
5562         initialisations,
5563         * (_pic16_initPaths): NEW, used to initialise search directories,
5564         * (_hasNativeMulFor): support functions for all except char/int
5565         multiplication, and char division,
5566         * (PIC16_port struct): modified entry for native mul support,
5567         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5568         no_banksel option,
5569         * (buildCallTree): call to register_usage is ifdef'ed out,
5570
5571 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5572
5573         * device/include/string.h: applied Stas Sergeev's patch to make this
5574         header file compatible with the preprocessor -Wundef option
5575         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5576         failure (fixes bug #941458)
5577
5578 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5579
5580         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5581         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5582         that the variable, not the function, should be static
5583         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5584         to be consistent with non-literal case
5585
5586 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5587
5588         * src/SDCCast.c (isConformingBody): fixed bug #949967
5589         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5590         convilong): fixed bug #952086
5591
5592 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5593
5594         * src/SDCCmem.c (allocVariables): fixed bug #955321
5595
5596 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5597
5598         * src/hc08/main.c (_hc08_genAssemblerEnd),
5599         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5600         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5601         completely eliminated the use of a temporary file
5602         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5603         when more than one file linked
5604         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5605
5606 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5607
5608         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5609         which fixes bug #543481
5610         * support/regression/tests/bug-751703.c: fixed comments left from a
5611         cut and paste error
5612         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5613         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5614         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5615         scopes
5616         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5617         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5618         are now changed to underscores in moduleName
5619
5620 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5621
5622         * as/mcs51/lkmem.c: better fix for bug #954173
5623
5624 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5625         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5626
5627         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5628         * device/include/c8051f000.h,
5629         * device/include/c8051f120.h,
5630         * device/include/c8051f300.h,
5631         * device/include/c8051f310.h,
5632         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5633         PWM16) and detab'ed
5634
5635 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5636
5637         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5638         and mailing lists, doc'ed --no-peep-comments, removed reference
5639         to knoppix (newest version has no LyX/LaTeX), other minor changes
5640         * src/SDCCglue.c (glue): save 2 bytes stack space with
5641         option --main-return. The ljmp could probably be avoided too
5642
5643 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5644
5645         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5646
5647 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5648
5649         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5650         * src/SDCCopt.c (isLocalWithoutDef),
5651         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5652         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5653         (credit to Maarten Brock for patch #949363, on which this is based)
5654         * support/regression/tests/bug-751703.c: some test cases of extern used
5655         within inner scopes.
5656
5657 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5658
5659         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5660         SPEC_STRUCT
5661         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5662         struct definitions
5663         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5664         dwWriteLabel): fix to create valid debugger symbols even when
5665         the module name has non-alphanumeric symbols in it
5666         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5667         when a variable's allocation has been optimized away
5668
5669
5670 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5671
5672         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5673         * src/hc08/main.c,
5674         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5675         * src/mcs51/main.c,
5676         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5677         * src/ds390/main.c,
5678         * src/z80/gen.c (z80_emitDebuggerSymbol),
5679         * src/z80/main.c,
5680         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5681         * src/pic/main.c,
5682         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5683         * src/pic16/main.c,
5684         * src/avr/gen.c (avr_emitDebuggerSymbol),
5685         * src/avr/main.c,
5686         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5687         * src/xa51/main.c,
5688         * src/SDCCdebug.c (emitDebuggerSymbol),
5689         * src/SDCCdebug.h,
5690         * src/port.h: added a debugger struct to the port struct. Added a
5691         callback for defining debugger symbols
5692
5693         * src/SDCCast.c (createLabel),
5694         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5695         with isitmp = 1
5696         * src/SDCCicode.h,
5697         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5698         iCode back to the ast for the function
5699
5700         * src/hc08/ralloc.c (hc08_assignRegisters),
5701         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5702         unneeded fields from the regs struct.
5703         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5704         pushReg() & pullReg() functions instead of emitcode()
5705
5706         * src/hc08/gen.c (genLabel, genhc08Code),
5707         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5708
5709         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5710         debugger hooks
5711
5712         * src/hc08/gen.c (genEndFunction, genhc08Code),
5713         * src/hc08/gen.h,
5714         * src/mcs51/gen.c (genEndFunction, gen51Code),
5715         * src/mcs51/gen.h,
5716         * src/ds390/gen.c (genEndFunction, gen390Code),
5717         * src/ds390/gen.h,
5718         * src/z80/gen.c (genEndFunction, genZ80Code),
5719         * src/z80/gen.h,
5720         * src/z80/z80.h,
5721         * src/pic/gen.c (genEndFunction, genpic14Code),
5722         * src/pic/gen.h,
5723         * src/pic16/gen.c (genEndFunction, genpic16Code),
5724         * src/pic16/gen.h,
5725         * src/avr/gen.c (genEndFunction, genAVRCode),
5726         * src/avr/gen.h,
5727         * src/xa51/gen.c (genEndFunction, genXA51Code),
5728         * src/xa51/gen.h,
5729         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5730         specific code to cdbFile.c and out of the backend code generators
5731
5732         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5733         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5734         starting address is now 0
5735
5736         * as/hc08/asm.h,
5737         * as/hc08/m08pst.c,
5738         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5739         assembler directive for DWARF support
5740         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5741
5742         * src/src.dsp,
5743         * src/Makefile.in,
5744         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5745
5746 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5747
5748         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5749         and inappropriate peephole optimization in jump tables
5750
5751 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5752
5753         * as/hc08/m08pst.c,
5754         * src/SDCCglue.c: sdccopt works for the hc08 port now
5755
5756 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5757
5758         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5759
5760 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5761
5762         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5763
5764 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5765
5766         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5767         rules
5768         * src/SDCCmain.c,
5769         * src/SDCCglobl.h,
5770         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5771         comments from the peephole optimizer replacement rules
5772         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5773         symbols
5774         * src/SDCCcse.c (updateSpillLocation),
5775         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5776         equivalents
5777         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5778         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5779         objects far pointers
5780
5781 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * src/SDCCsymt.h: a missing part of my last change
5784         * src/pic/ralloc.c (regTypeNum),
5785         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5786
5787 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5788
5789         * src/SDCCicode.h,
5790         * src/SDCCicode.c (aggrToPtrDclType),
5791         * src/SDCCptropt.h,
5792         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5793         ptrPseudoSymConvert),
5794         * src/pic/ralloc.c (regTypeNum),
5795         * src/pic16/ralloc.c (regTypeNum),
5796         * src/hc08/ralloc.c (regTypeNum),
5797         * src/ds390/ralloc.c (regTypeNum),
5798         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5799         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5800
5801 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * link/z80/lkmain.c (afile),
5804         * as/hc08/lkmain.c (afile),
5805         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5806         prevent a pointer problem when a filename has no directory and
5807         no extension specified.
5808
5809 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5810
5811         * link/z80/lkmain.c (afile): allow periods in directory names
5812         * link/z80/lkmain.c (afile),
5813         * as/mcs51/lkmain.c (afile),
5814         * as/hc08/lkmain.c (afile): allow linker script file to have an
5815         extension other than ".lnk"
5816         * link/z80/lklex.c (getfid),
5817         * link/z80/lkmain.c (parse),
5818         * as/mcs51/lklex.c (getfid),
5819         * as/mcs51/lkmain.c (parse),
5820         * as/hc08/lklex.c (getfid),
5821         * as/hc08/lkmain.c (parse): Support comments in the linker script
5822         file on lines by themselves and after filenames
5823
5824 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5825
5826         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5827
5828 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5829
5830         * src/z80/peeph-z80.def: removed some peephole rules that don't
5831         work with multibyte arithmetic (fixed bug #937126)
5832         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5833         to registers and not global variables
5834         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5835         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5836         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5837         checking for assignments not internally generated (fixed bug #931895)
5838         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5839         structure member (fixed bug #930072)
5840
5841 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5842
5843         * src/SDCCmain.c (linkEdit),
5844         * src/hc08/main.c (_hc08_parseOptions),
5845         * as/hc08/Makefile.in,
5846         * as/hc08/aslink.h,
5847         * as/hc08/asm.h,
5848         * as/hc08/m08pst.c,
5849         * as/hc08/lkrloc.c (relr, rele),
5850         * as/hc08/lkarea.c (lnkarea)
5851         * as/hc08/lkmain.c (afile, parse),
5852         * as/hc08/lkelf.c: support for ELF output
5853         * as/hc08/lks19.c (s19),
5854         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5855
5856 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5857
5858         * as/mcs51/lkihx.c: Fixed bug #899105.
5859
5860 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5861
5862         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5863         .dsp files from Unix to DOS.
5864
5865 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5866
5867         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5868         function pointers; we have been compliant for several months now.
5869         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5870         change that was accidently commented out
5871         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5872         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5873         bug #922319
5874
5875 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/hc08/gen.c: output of all of the internal debugging information
5878         is now controlled by the D() macro; it is disabled by default
5879
5880 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5881
5882         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5883         harder to keep the same registers during a CAST iCode
5884         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5885         long via int can be done in a single cast, if the signedness is
5886         correct.
5887         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5888         putchar() in tinibios.c in ds390's library
5889
5890 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5891
5892         * src/SDCCast.c (decorateType): fixed bug #898889,
5893         cast result of a literal complement too
5894         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5895         fixed check for bitfields
5896
5897 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5898
5899         * src/SDCCicode.c (geniCodeLogic): made it static,
5900         (geniCodeLogicAndOr): added in order to fix bug #905492,
5901         (ast2iCode): fixed bug #905492
5902         * support/regression/tests/bug-905492.c: added
5903         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5904         (processParms): fixed bug #927659: don't copy parms, this will clear
5905         decorated flag
5906         * support/regression/tests/bug-927659.c: added
5907
5908 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5909
5910         * src/SDCCast.c (addCast): don't cast float to char
5911         * device/lib/libsdcc.lib: added _memmove
5912
5913 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5914
5915         * device/lib/large/Makefile: fixed parallel execution by
5916         replacing `make` by `$(MAKE)`
5917
5918 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5919
5920         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5921         offsets (fixes bug #923936)
5922
5923 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5924
5925         * device/lib/small/Makefile: fixed parallel execution by
5926         replacing `make` by `$(MAKE)`
5927
5928 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5929
5930         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5931
5932 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5933
5934         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5935         * src/regression/Makefile: Regression test was not running.
5936
5937 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5938
5939         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5940         complement if possible
5941         * src/SDCCval.c (valComplement),
5942         * src/SDCCicode.c (operandOperation): fixed complement of literal
5943         * support/regression/tests/onebyte.c (testComplement): added
5944
5945 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5946
5947         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5948         return an optimized tree; actually replace actParm with the new tree
5949         * src/SDCCast.h: added some parantheses to remove side effects
5950         * support/regression/tests/bug-920866.c
5951
5952 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5953         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5954         Bit operands were not being handled properly in the pic14 port.
5955         (now src/regression/add.c passes again).
5956
5957 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5958
5959         * src/SDCC.y (labeled_statement): case and default no longer require
5960         a following statement (RFE #893037)
5961
5962 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5963
5964         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5965         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5966         disabled (fixes bug #916294)
5967         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5968         "mov a,acc"; patch provided by Lenny Story
5969         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5970
5971 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5972
5973         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5974         functions
5975         * src/ds390/gen.c (genFunction, genEndFunction),
5976         * src/ds390/ralloc.c (ds390_assignRegisters),
5977         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5978         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5979         pushed if there are parameters passed on the stack. Also, a cleaner
5980         way to decide if r0/r1 should be pushed/popped. (Together they fix
5981         bug #918693)
5982
5983 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5984
5985         * doc/sdccman.lyx,
5986         * device/lib/mcs51/crtpagesfr.asm,
5987         * device/lib/mcs51/crtxinit.asm,
5988         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5989         to avoid confusion with Si Lab's SFRPAGE register.
5990
5991 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5992
5993         * src/SDCCglue.c (emitMaps): allow public sfr variables
5994         * src/SDCCglue.c (initialComments): include compiler build date
5995         with compiler version and put the timestamp of the generated
5996         assembly file on a serperate line to be less confusing.
5997         * src/port.h: added genInitStartup hook
5998         * src/avr/main.c,
5999         * src/ds390/main.c,
6000         * src/hc08/main.c,
6001         * src/pic/main.c,
6002         * src/pic16/main.c,
6003         * src/xa51/main.c,
6004         * src/z80/main.c: genInitStartup initialize as NULL (default to
6005         historical behaviour)
6006         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6007         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6008         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6009         library instead of hard coding it into the compiler.
6010         * support/regression/ports/mcs51-stack-auto/spec.mk,
6011         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6012         * device/lib/mcs51/Makefile,
6013         * device/lib/small/Makefile,
6014         * device/lib/large/Makefile,
6015         * device/lib/mcs51/crtpagesfr.asm,
6016         * device/lib/mcs51/crtstart.asm,
6017         * device/lib/mcs51/crtxclear.asm,
6018         * device/lib/mcs51/crtxinit.asm,
6019         * device/lib/mcs51/crtclear.asm,
6020         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6021         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6022         and into user configurable files.
6023         * device/lib/clean.mk: clean mcs51 directory too
6024         * support/regression/tests/longlit.c: added static to T1 declaration
6025         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6026         accesses in the initialization code
6027
6028 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6029
6030         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6031         OSCTRIMVAL as noted in bug #916008
6032
6033 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6034
6035         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6036         in loops with multiple exits (reported as incorrect registers
6037         used by Martin Helmling in Sdcc-user list)
6038
6039 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6040
6041         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6042         made ds390 register extensions look less like error messages
6043
6044 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6045
6046         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6047         reported by Adam Wozniak in Sdcc-user list
6048
6049 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6050
6051         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6052         arithmetic optimizations, added debug output
6053
6054 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6055
6056         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6057         * sdcc.spec: updated and split sdcc into 3 rpms
6058         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6059         needed for literals of LEFT_OP and '+'
6060         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6061         introduced RESULT_TYPE_NOPROM
6062         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6063         left shift
6064         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6065         limited promotion to int only for '*'
6066         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6067
6068 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6069
6070         * src/pic16/gen.c (genSkip),
6071         (genc16bit2lit), (gencjneshort): commented out
6072         (is_LitOp): new helper function, checks operand type
6073         (genCmpEq): rewritten
6074
6075 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6076
6077         * support/regression/tests/bug-908454.c: added
6078
6079 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6080
6081         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6082         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6083         (geniCodeCast): cosmetic, don't preserve bit storage class
6084         (geniCodeLeftShift): added promotion
6085         (geniCodeLogic): fixed regression
6086         * src/SDCCsymt.c (computeTypeOr): accept bits too
6087         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6088
6089 2004-03-07  Borut Razem <borut.razem AT siol.net>
6090
6091         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6092
6093 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6094
6095         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6096         version of pic16_genPackRegisters which does not check if ic is a
6097         CAST operator,
6098         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6099         function cause string1.c regression test fails
6100
6101 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6102
6103         * sim/ucsim/configure.in,
6104         * sim/ucsim/configure,
6105         * sim/ucsim/doc/Makefile.in: use docdir
6106         * src/SDCC.y: fixed sbit atrributes
6107         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6108         * src/SDCCast.c (decorateType): |^& need special promotion handling
6109         * src/SDCCast.h,
6110         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6111         * src/SDCCsymt.h (computeType),
6112         * src/SDCCicode.c: computeType() needs op
6113         * src/SDCCsymt.c (checkTypeSanity),
6114         * doc/sddman.lyx: "plain" bitfields are unsigned
6115         * src/SDCCsymt.c (computeTypeOr): added
6116         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6117         |^& ops
6118         * src/SDCCval.c (val*): computeType() needs op
6119         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6120         * support/regression/tests/onebyte.c: added tests for |^&
6121
6122 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6123
6124         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6125         for writing icode into asm output.
6126
6127 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6128
6129         * src/pic16/device.c: added some debug lines enabled
6130         with macro DEBUG_CHECK,
6131         * src/pic16/genarith.c: more debug in genPlus,
6132         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6133         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6134         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6135         * (aopForSym): onStack symbols are re-placed in data memspace,
6136         and onStack flag is cleared,
6137         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6138         copy temporary pcodeop,
6139         * (genPcall): added warning for not updating PCLATU,
6140         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6141         always true for pic16 port,
6142         * (genMultOneWord): NEW, supports integer multiplication,
6143         * (genMult): modified to call genMultOneWord,
6144         * (ifxForOp): added warning when return NULL,
6145         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6146         flag is set before call to operandFromSymbol for implicit
6147         added structures,
6148         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6149         options.intlong_rent are set by default,
6150         * (_hasNativeMulFor): modified to allow port generation of integer
6151         multiplication,
6152         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6153         set regtype to REG_SFR for all registers, restricting seting the
6154         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6155
6156 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6157
6158         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6159         more than 500 times in the regression tests
6160
6161 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * support/Util/SDCCerr.h,
6164         * support/Util/SDCCerr.c,
6165         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6166         enumerator_list),
6167         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6168         for symbol conflicts.
6169         * support/valdiags/tests/enum.c,
6170         * support/valdiags/tests/tentdecl.c,
6171         * support/valdiags/tests/struct.c: expect possible error messages
6172         referring to original symbol definitions.
6173         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6174         * src/SDCCsymt.h,
6175         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6176
6177 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6178
6179         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6180
6181 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6182
6183         * src/pic16/ralloc.c (newReg): fixed bug #908929
6184
6185 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6186
6187         * src/ds390/gen.c: added missing #include "main.h"
6188
6189 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6190
6191         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6192         checking if symbol is already in set,
6193         * src/pic16/device.h: prototype for checkAddSym,
6194         * src/pic16/gen.c: (_G): added entry interruptvector,
6195         * (assignResultValue): removed some commented out lines,
6196         * (genFunction): check for ISR via sym->type, absolute section for
6197         interrupt code is created via a new pBlock, the goto instruction is
6198         placed now correctly at the interrupt vector position, changed all
6199         references from ivec to _G.interruptvector,
6200         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6201         is the interrupt is a high priority one, same for return from ISR,
6202         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6203         externs to calls of checkAddSym,
6204         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6205         pic16_pcode_verbose flag is set,
6206         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6207         * src/pic16/pcoderegs.c: message about how many registers are saved
6208         will only be emitted if pic16_pcode_verbose flag is set,
6209
6210 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * src/ds390/ralloc.h,
6213         * src/ds390/ralloc.c (ds390_regWithIdx),
6214         * src/ds390/gen.c (emitcode),
6215         * src/ds390/main.h,
6216         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6217         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6218         ds390operandCompare, getRegsRead, getRegsWritten,
6219         initializeAsmLineNode): customized instruction size calculation for
6220         ds390, started basis for some register optimizations
6221         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6222         corresponding assembly output
6223         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6224         missing push/pop of r0/r1. Optimized push/pops
6225
6226 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6227
6228         * src/mcs51/main.c (instructionSize): fixed ACALL size
6229         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6230
6231 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6232
6233         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6234         the sorting of rlist with NULL elements
6235         * (print_idataType, print_idata): NEW to create idata sections
6236         * src/pic16/device.h: idataSymSet new variable
6237         * src/pic16/gen.c (genFunction): fixed some bugs in string
6238         comparing, improved the absolute section creation for ISRs,
6239         added FSR0L/FSR0H in registers that are saved in an ISR,
6240         * (genInline): fixed the processing of inline snippets,
6241         now they undergo no process by the peephole optimizer
6242         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6243         are placed in idataSymSet,
6244         * (pic16emitStaticSeg): extern symbols are added in externs,
6245         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6246         switching when aboslute variables are placed in access bank memory
6247         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6248         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6249         commented out with #if,
6250         * (pic16_packRegisters): reintroduce the check for CAST because some
6251         symbols are not correctly handled,
6252         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6253         pCodeInstruction instead of pCode,
6254         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6255         pCodeAsmDir definition,
6256         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6257         directive, then the argument directive is emitted without the leading
6258         tab, hack for inline labels which must be in the first column,
6259         * (compareLabel,pic16_findNextInstruction),
6260         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6261         * (insertBankSwitch): modified for the new pCodeAsmDir,
6262
6263 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6264         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6265
6266         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6267         instance,
6268         * (pushSide): commented out with #if,
6269         * (assignResultValue): fixed some typos in saving
6270         registers,
6271         * (genPcall): FIXED and sync'ed with genCall,
6272         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6273         * (genNearPointerGet): fixed to handle some more cases,
6274         implementation scheme via table reads,
6275         * (genConstPointerGet): modified to access code memory correct,
6276         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6277         and improved to handle some cases
6278         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6279         instead of "RETLW" for init data
6280         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6281         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6282         variables are placed in access bank memory (<0x80 and >=0xf80),
6283         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6284         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6285         TBLWT_POSTDEC,TBLWT_PREINC
6286         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6287         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6288         directives
6289         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6290         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6291         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6292         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6293
6294 2004-02-29  Borut Razem <borut.razem AT siol.net>
6295
6296         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6297         support/Util/findme.h, support/Util/system.h: enhance binary relative
6298         search for lib and include by using findProgramPath()
6299
6300 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6301
6302         * src/SDCCpeeph.h,
6303         * src/SDCCpeeph.c (pcDistance),
6304         * src/port.h,
6305         * src/mcs51/ralloc.h,
6306         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6307         * src/mcs51/main.h,
6308         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6309         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6310         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6311         size calculation port specific, started basis for some register
6312         optimizations
6313         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6314         missing push/pop of r0/r1. Optimized push/pops
6315         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6316         * device/lib/_modsint.c (_modsint),
6317         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6318         and stack version so regression tests pass
6319
6320 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6321
6322         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6323         * src/SDCCast.c (decorateType): catch another small optimization
6324         with '?' operator
6325         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6326         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6327         modified to finally use computeType() all over SDCC,
6328         see Feature Request #877103
6329         * src/SDCCval.h: cosmetic
6330         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6331         valCompare(); regression tested in muldiv.c
6332         * support/regression/tests/muldiv.c (testMod): mod sign follows
6333         dividend only
6334
6335 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6336
6337         * src/SDCCast.c (decorateType): fixed bug #902362
6338         * doc/INSTALL.txt: fixed install instructions for win32
6339
6340 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6341
6342         * device/include/Makefile.in (install): fixed by replacing spaces
6343         by tabs
6344         * doc/README.txt,
6345         * doc/INSTALL.txt: updated for release
6346         * doc/sdccman.lyx: added warning for --xstack being buggy
6347
6348 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6349
6350         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6351         to eliminate build warnings.
6352         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6353
6354 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6355            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6356
6357         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6358         removed -penable-stack, added comment for stack pragma, added
6359         warning for not initializing the stack/frame registers, removed
6360         comment at interrupts section
6361
6362         Stack is made permanent, there is no ability to disable stack usage.
6363         * src/pic16/device.h,
6364         * src/pic16/device.c: removed all references to USE_STACK macro,
6365         * src/pic16/device.c (pic16_dump_section): when no elements in
6366         rlist, free rlist before return,
6367         * (pic16_dump_int_registers): NEW, internal registers are a new set
6368         of general purpose registers reused by each function,
6369         * (checkAddReg): returns 1 if registers is added to set,
6370         * (pic16_groupRegistersInSection): when a registers is of type
6371         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6372         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6373         SRCASECMP macro is moved here from device.c
6374         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6375         PO_PCLATU, PO_PRODL, PO_PRODH,
6376         * (pic16_pCodeOpType, genMinus,
6377         changed compares to "a" register, with AOP_ACC,
6378         * (pic16_genPlus): fixed some bugs and indented properly,
6379         * (pic16_addSign): changed size to size+offset in the MOVWF
6380         instruction,
6381         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6382         multiply 8-bit operand by literal, result is 8-bit,
6383         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6384         multiply 2 8-bit operand, result is 8-bit,
6385         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6386         genUMult8X*_16,
6387         * src/pic16/gen.c: changed accUse to contain WREG only,
6388         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6389         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6390         true, do not use immediate addressing any more unless sym is a
6391         pointer in codespace,
6392         * (aopForRemat): do not use immediate addressing when symbol not in
6393         codespace and when symbol's address is requested,
6394         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6395         accUse size (= 1),
6396         * (aopGet): added case for AOP_ACC and don't return "accumulator
6397         bug" but WREG instead,
6398         * (popGetTempReg): pushes contents of temporary register in stack,
6399         * (popReleaseTempReg): pops contents of temporary register from
6400         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6401         * (pic16_popGet): separated case AOP_ACC to return register WREG
6402         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6403         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6404         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6405         the use of immediate pointers to certain cases only.
6406
6407         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6408         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6409         * (assignResultValue, genCall, genRet): modified to use the new
6410         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6411         genPcall is still broken,
6412         * (genFunction): added code to create 'A' type pBlocks when
6413         interrupt functions are generated, code not extensively tested yet,
6414         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6415         * (genEndFunction): modified so ISRs pop stored registers from stack,
6416         * (genMultOneByte): cleanup,
6417         * (AccRsh): added flag andmask, to and result with appropriate mask,
6418         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6419         * (genDataPointerGet): fixed and reenabled its use,
6420         * (genNearDataPointerGet): bugs fixed,
6421         * (genDataPointerSet): bugs fixed,
6422         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6423         pic16_DumpSymbol, pic16_DumpOp,
6424         * src/pic16/genutils.h: function prototypes for the above functions,
6425         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6426         pointers,
6427         * (pic16emitRegularMap): many many many improvements, but needs a
6428         major cleanup,
6429         * src/pic16/main.c: enable_stack in pic16_options is removed,
6430         * (_pic16_parseOptions): removed command line options -penable-stack,
6431         * (_process_pragma): emit stack symbol only when stack pragma is
6432         processed,
6433         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6434         redirected to FSR0L/FSR0H pair,
6435         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6436         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6437         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6438         for immediates,
6439         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6440         * (dumpPicOptype): NEW,
6441         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6442         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6443         with movff instruction,
6444         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6445         added pic16_int_regs, some packRegsFor* functions are commented out,
6446         because produce errors,
6447         * src/pic16/NOTES: minor modifications
6448
6449 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6450
6451         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6452         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6453         --pack-iram.
6454         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6455         * as/mcs51/lkaomf51.c: fixed bug #895763
6456
6457 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6458
6459         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6460
6461 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6462
6463         * doc/sdccman.lyx: added details about the HC08 storage classes and
6464         interrupts, fixed the register usage info for z80 & gbz80
6465
6466 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6467
6468         * doc/sdccman.lyx: added more pic16 port documentation
6469         * device/include/pic16/: added header pic18fregs.h
6470
6471 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * doc/sdccman.lyx: added Vangelis' contribution
6474
6475 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6476
6477         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6478         extend to the next CALL or PCALL, not just to the next CALL.
6479
6480 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6481
6482         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6483
6484 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6485
6486         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6487         bug #895752 and a better fix for bug #716790
6488
6489 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6490
6491         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6492
6493 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6494
6495         * doc/sdccman.lyx: minor changes, minor changed
6496
6497 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6498
6499         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6500         which can't handle SDCC_NEWONEBYTEOPS,
6501         (geniCodeMultiply): removed conversion from mult to shift for pic14
6502         and pic16
6503
6504 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6505
6506         * src/hc08/gen.h,
6507         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6508         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6509         thus fixing bug #895406
6510
6511 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6512
6513         * device/lib/_modsint.c,
6514         * device/lib/_modslong.c: sign follows divisor only
6515         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6516         signs or signedness can be ignored
6517         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6518         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6519         added optimization for IFX,
6520         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6521         arguments;
6522         reenabled optimization for IFX, which was removed on 2004-01-11
6523         * src/SDCCast.h: added return type IFX
6524         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6525         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6526         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6527         SDCC_OLDONEBYTEOPS selects the old behaviour
6528         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6529         changed again and commented promotion rule
6530         * src/SDCCval.c (valDiv): promotion no longer necessary
6531         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6532         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6533         rewritten
6534         * support/regression/tests/onebyte.c: added
6535
6536 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6537
6538         * gen.c (genInline): reverted to old code for assemnling inline
6539         code because of bug reported James Chadd
6540
6541 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6542
6543         * ralloc.h: missing declarations from previous patch,
6544         seems that patch for ralloc.h was never applied, fixed
6545
6546 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6547            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6548
6549         * pcode.c,
6550         * pcode.h,
6551         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6552         indirect addressing. Marked FSR0 as deprecated
6553         * gen.c (pointerCode): commented out, not needed now
6554         (pic16_popGet2p): new MOVFF helper function
6555         (genGenPointerGet),
6556         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6557         (shiftRLong): removed duplicate debugging info
6558
6559 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/ds390/gen.c (genNearPointerGet),
6562         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6563         optimization with bits, but not bitfields.
6564         * src/ds390/ralloc.c (packRegisters),
6565         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6566
6567 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6568
6569         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6570
6571 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6572
6573         * src/SDCCsymt.h,
6574         * src/SDCCicode.c (operandFromSymbol),
6575         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6576         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6577         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6578         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6579         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6580         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6581         bug #892038
6582         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6583         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6584         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6585         * src/SDCCsymt.c (newSymbol),
6586         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6587         enumerator_list),
6588         * src/SDCCval.h,
6589         * src/SDCCval.c (newiList): fixed bug #885705
6590
6591 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6592
6593         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6594         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6595
6596 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6597
6598         * device/include/c8051f120.h,
6599         * device/include/c8051f300.h,
6600         * device/include/c8051f310.h: added/updated header files for Silicon
6601         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6602         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6603         in new section Submitting patches
6604
6605 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6608         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6609         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6610         genGenPointerSet),
6611         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6612         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6613         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6614         genGenPointerSet),
6615         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6616         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6617         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6618         genGenPointerSet),
6619         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6620         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6621         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6622         genGenPointerSet): fixed bug #892400
6623         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6624         to eliminate build warnings.
6625         * src/SDCCast.c (processParms),
6626         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6627         fixed bug 751859
6628         * support/valdiag/valdiag.py: added GCC to the list of defines active
6629         when compiling with gcc
6630
6631 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * support/Util/SDCCerr.h,
6634         * support/Util/SDCCerr.c,
6635         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6636         with an incomplete type (fixed bug #883734)
6637         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6638
6639 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6640
6641         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6642
6643 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6644
6645         * src/SDCCast.c (decorateType),
6646         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6647         function pointer implementation
6648         * support/regression/tests/funptrs.c: added tests to verify both forms
6649         of function pointers work correctly. Added tests to verify parameters
6650         are passed in the correct order.
6651
6652 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6653
6654         * device.c (regCompare): registers are sorted by ascending
6655         address and increasing size,
6656         * main.c (_pic16_finaliseOptions): removed the declaration
6657         of compiler macro MCU. Now a macro of the format pic18fxxxx
6658         will be defined from the command line
6659
6660 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6661             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6662
6663         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6664         PCOP_RLCF was overwritten!
6665         * gen.c (genSkip): commented out calls to pic16_emitcode,
6666         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6667         * (genlshTwo),
6668         * (genRRC): added debugging info,
6669         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6670         overwritten while shifting,
6671         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6672         overwritten while shifting,
6673         * (AccLsh),
6674         * (AccRsh),
6675         * (shiftLLeftOrResult),
6676         * (shiftRLeftOrResult),
6677         * (shiftRLong),
6678         * (shiftLLong): Implemented with pic16_emitpcode
6679         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6680         * (genLeftShift): Fixed bug, operand for shift by variable always
6681         was "and"ed with 0x0f,
6682         * (genLeftShiftLiteral),
6683         * (genrshTwo),
6684         * (genRightShiftLiteral): added debugging info,
6685         * (genrshFour): added comment,
6686         * (genRightShift): determined signedness from operand "left"
6687         instead of "result"
6688
6689 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6690
6691         * src/SDCCicode.c (geniCodeParms),
6692         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6693         function pointers, fixed function pointer bugs #861242 and #861896
6694
6695 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6696
6697         * device/include/c8051f000.h,
6698         * device/include/c8051f120.h,
6699         * device/include/c8051f300.h: added header files for Silicon
6700         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6701
6702 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6703
6704         * src/SDCCast.c (processParams): added new type flow and restructured
6705         (gatherAutoInit): added new type flow
6706         (addCast): cosmetic changes
6707         (getLeftResultType): added new type flow for array indices, patch
6708         provided by Stas, see FR #877103
6709         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6710         array index patch by Stas
6711         * src/SDCCast.h: added prototype getResultTypeFromType()
6712         * src/SDCCval.h,
6713         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6714         * src/pic/glue.c (pic14emitStaticSeg),
6715         * src/pic16/glue.c (pic16emitStaticSeg),
6716         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6717         for initialization of symbols
6718         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6719         * support/Util/SDCCerr.h:
6720         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6721         * .version: bumped version number to 2.3.8
6722         * device/include/Makefile.in (install),
6723         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6724         avoid warnings
6725
6726 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6727
6728         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6729         Slade Rich fixed an optimization bug
6730         * src/pic/pcodepeep.c,
6731         * src/pic/pcoderegs.c
6732         * doc/Makefile (install): added test for directory
6733
6734 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6735
6736         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6737         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6738         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6739         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6740         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6741         * as/mcs51/asexpr.c (term),
6742         * as/hc08/asexpr.c (term): fixed bug #887146
6743
6744 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6745
6746         * src/z80/gen.c (genMult): handle single byte result product
6747         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6748         DUMMY_READ_VOLATILE (fixed bug #886367)
6749
6750 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6751
6752         * support/regression/tests/libmullong.c: fixed logic, on little endian
6753         hosts we ended without a mullong_wrapper()
6754
6755 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6756
6757         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6758         virus/worm forged address usage.
6759
6760 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6761
6762         Fixed promotion, it should be done on AST level:
6763         * src/SDCCast.c (addCast): added promotion to int
6764         (decorateType): updated call to upCast()
6765         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6766         usualUnaryConversions()
6767
6768 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6769
6770         * support/regression/tests/literalop.c (mulWrapper): Added a
6771         wrapper to remove integer overflow warnings.
6772
6773         * support/regression/tests/float_trans.c: Made work on host.
6774
6775         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6776         location of sz80.
6777
6778         * support/regression/generate-cases.py (main): Changed from inline
6779         to a main method.
6780
6781         * doc/Makefile (install): Changed to depth first to get rid of
6782         missing directory install warning.
6783
6784         * as/Makefile (install-doc): Made work on Mac.
6785
6786 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6787
6788         * src/SDCCast.c: added an additional type flow in decorateType() of
6789         opposite direction, see feature request #860006; it's enabled at runtime
6790         by setting the environment variable SDCC_NEWTYPEFLOW
6791         * src/SDCCast.h: changed prototype of decorateType()
6792         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6793         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6794         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6795         see feature request #877103
6796         * src/SDCCval.c: updated call of decorateType()
6797         (valBitwise): fixed bug #882876
6798         (valMinus): added promotion
6799         (valLogicAndOr): result is unsigned
6800         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6801         * src/SDCCsymt.c (computeType),
6802         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6803         must not cause an unsigned operation
6804         * src/pic/glue (pic14emitRegularMap),
6805         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6806
6807 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6808
6809         * src/pic/pcode.c (PCodeID): commented out left over debug code
6810
6811 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6812
6813         * support/valdiag/tests/overflow.c: added shift tests
6814         * src/pic/device.c,
6815         * src/pic/gen.c,
6816         * src/pic/gen.h,
6817         * src/pic/glue.c,
6818         * src/pic/main.c,
6819         * src/pic/pcode.c,
6820         * src/pic/pcode.h,
6821         * src/pic/pcodepeep.c,
6822         * src/pic/pcoderegs.c,
6823         * src/pic/ralloc.c,
6824         * src/pic/ralloc.h: applied patch from Slade Rich;
6825         added support for multiple code pages and multiple RAM banks on the
6826         PIC 14 port. The ASM files now no longer simply assume all the
6827         code / RAM are in the same page / bank. This means the linker can
6828         safely allocate code/RAM of separate ASM files to different pages/banks.
6829         * doc/sdccman.lyx: added Slade's tips
6830         * src/mcs51/peeph.def: fixed bug #880768
6831
6832 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6833
6834         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6835         * src/SDCCast.c (decorateType): fixed bug #880197
6836
6837 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6838
6839         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6840         getopt.h.
6841
6842         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6843         strtof is not part of C89 and isn't included with Mac OS X.
6844
6845 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6846
6847         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6848         shiftL2Left2Result): fixed bug #879326
6849         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6850         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6851         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6852         address fetch for clr instruction
6853         * device/lib/hc08/_mulint.c: created optimized assembly version
6854         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6855
6856 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6857
6858         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6859         proposed in FR #877103
6860
6861 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6862
6863         * src/SDCCval.c (cheapestVal): added missing checks
6864         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6865         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6866
6867 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6868
6869         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6870         equal operands
6871
6872 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6873
6874         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6875         loaded with the linker search paths (-L arguments) and the libraries
6876         to be linked with the current source (-l arguments). Changes
6877         currently will affect only the pic16 port.
6878         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6879         include path the port specific paths and port specific libraries,
6880         * gplink command now contains the $3 argument,
6881         * src/pic16/device.h,
6882         * src/pic16/device.c,: structure PIC_device is made public and
6883         renamed to PIC16_device, the same for variable Pics which is renamed
6884         to Pics16. Updated all references to them.
6885         * src/pic16/glue.c (pic16glue): corrected bug with code
6886         initialization which bypassed the variable initializations block.
6887
6888         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6889         COMPILE_FLAGS and added the --nostdinc option
6890
6891 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6892
6893         * device/include/mc68hc908jb8.h: Register defs for another member
6894         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6895
6896 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6897
6898         Documenting changes from previous commits.
6899         * configure.in (version 1.56),
6900         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6901         when generating output files to configure the pic16 library,
6902         but now I've commented it out, since gputils aren't installed in the
6903         SF compile farm, so library won't compile
6904
6905         * device/lib/Makefile.in (version 1.56): initially I've added in
6906         target 'all' the prerequestive 'model-pic16' so it compiled the
6907         pic16 library, but now I've commented it out for the same reasons
6908         above,
6909         * added targets 'model-pic16' and 'objects-pic16' to compile the
6910         library
6911         * added target 'port-specific-objects-pic16' to handle the
6912         generated libraries and copy them into the build/ directory
6913         * added target 'clean-intermediate-pic16' to clean intermediate
6914         files into pic16 directory
6915         * in target 'installdirs' added line to create directory pic16 in
6916         the installation path
6917
6918         * device/include/Makefile.in (version 1.11): in target 'install'
6919         added lines to copy all header files to installation path,
6920         * in target 'installdirs' added line create directory for pic16
6921         headers in the installation path
6922
6923 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6924
6925         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6926          a function call
6927
6928 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6929
6930         * configure,
6931         * device/lib/configure.in,
6932         * device/lib/configure: fixed for autoconf 2.57
6933
6934 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6937         option so that it actually works. Made it specific to the z80, since
6938         the gbz80 doesn't have these kinds of I/O ports.
6939
6940 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * device/include/z180.h,
6943         * device/lib/_memcpy.c,
6944         * device/lib/_memmove.c,
6945         * device/lib/_mulint.c,
6946         * device/lib/ser_ir.c,
6947         * device/lib/ser_ir_cts_rts.c,
6948         * device/lib/_strcmp.c,
6949         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6950         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6951         portmode; added deprecation warning for bank= and protmode= forms.
6952         Also, guard against buffer overflow.
6953         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6954
6955 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6958         changed interrupt vector table generation to only emit declared vectors.
6959         * device/include/Makefile.in: added missing backslash
6960         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6961
6962 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6963
6964         Mainly changes to support compilation of the device libraries
6965         * src/pic16/device.c: stack is allocated via symbol and not
6966         via literal number. The symbol is placed in the corresponding
6967         position of the data ram
6968         * (pic16_dump_section): relocatable and absolute uninitialized
6969         data are now emitted in sorted order to reduce section naming,
6970         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6971         weren't marked as being in the access bank,
6972
6973 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6974
6975         Added portion of GNU PIC Library under the directory
6976         device/include/pic16 and device/lib/pic16. These files
6977         contain the declarations of SFRs for the PIC18Fxx2 devices.
6978         The directory is initialized via configure from toplevel.
6979
6980 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6981
6982         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6983         the spilllocations to be compared correctly
6984
6985 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6986
6987         * src/SDCCast.c (decorateType): fixed bug introduced today
6988
6989 2004-01-12  Borut Razem <borut.razem AT siol.net>
6990
6991         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6992         doc/sdccman.lyx: upper case pragmas are deprecated
6993
6994 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6995
6996         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6997         in simpler and even better code
6998
6999 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7000
7001         * src/SDCCicode.c (operandOperation): fixed bug #874819
7002         * src/SDCCast.c (decorateType): fixed
7003         char foo (unsigned long ul) { return ul > 0; }
7004
7005 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7006
7007         * doc/sdccman.lyx: Moved and added some sections, small changes
7008         all over. Telling LaTeX to be less strict with word spacing
7009         to better keep the right margin. Changed some notes about
7010         maintainance of the ports in section 3.2.1 - is it OK like this?
7011
7012 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7013
7014         SDCC source changes:
7015         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7016         convilong): modified to inform the pic16 port that builtin functions
7017         are external
7018
7019         PIC16 PORT specific changes:
7020         * src/pic16/device.c pic16_dump_equates() added,
7021         processor registers declared internally by the port are emitted in
7022         the translation as equates,
7023         * src/pic16/gen.c: inline code is passed unprocessed to the
7024         translation,
7025         * (pic16_popGetLit2): fnuction modified to take second operand as
7026         pCodeOp pointer and not as literal,
7027         * (popRegFromIdx): prefixed with pic16_,
7028         * (pic16_popCombine2): modified to receive already allocated pCode
7029         operands,
7030         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7031         * (genFunction): initializes local stack frame and pushes on stack
7032         all the registers used by this function,
7033         * (genEndFunction): restores all registers from stack and restores
7034         stack frame,
7035         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7036         improvements,
7037         * (pic16glue): changed the program startup sequence,
7038         * added new dbName code 'A' for functions placed in absolute section
7039         * src/pic16/main.c: added function attribute _naked,
7040         * added pragma 'code' to place a fnuction at an absolute address,
7041         * added command line arguments --debug-ralloc and --pcode-verbose,
7042         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7043         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7044         * (pic16_newpCodeOpLit2): modified to take the second operand as
7045         pCodeOp pointer,
7046         * (pic16_printpBlock): modified to emit each function in a separate
7047         section,
7048         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7049         UPPER for immediate operands,
7050         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7051         instruction,
7052         * src/pic16/peeph.def: all peepholes with movff are commented out,
7053         because there is a problem in the pcode peep optimizer,
7054         * src/pic16/ralloc.c: the register allocator can now reuse local
7055         function symbols for another function. This saves register usage.
7056         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7057
7058         Added file src/pic16/NOTES with information about program writing on
7059         the current port version.
7060
7061 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7062
7063         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7064         and peephole 252 (array access)
7065
7066 2004-01-09  Borut Razem <borut.razem AT siol.net>
7067
7068         * src/SDCCmain.c : fixed #872250: -l command line defined library
7069           files are scanned before standard library files
7070
7071 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7072
7073         * src/SDCCast.c (decorateType): fixed bug #874046
7074
7075 2004-01-09  Borut Razem <borut.razem AT siol.net>
7076
7077         * support/scripts/sdcc.nsi: remove previous installation
7078
7079 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7080
7081         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7082         bytes for last interrupt vector (mcs51)
7083         * sdcc.spec: fixed typo
7084
7085 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7088         gen51Code): more efficient parameter receive for --model-large
7089         ("bug" #845294)
7090
7091 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7092
7093         * src/ds390/main.c,
7094         * src/z80/main.c: added missed needLinkerScript flags (more than
7095         one port structure defined in these file)
7096         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7097         bug #795325
7098
7099 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7100
7101         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7102         * src/port.h: added flag needLinkerScript in port->linker
7103         structure to inform whether to create a .lnk file or not,
7104         * src/avr/main.c,
7105         * src/ds390/main.c,
7106         * src/hc08/main.c,
7107         * src/mcs51/main.c,
7108         * src/pic/main.c,
7109         * src/pic16/main.c,
7110         * src/xa51/main.c,
7111         * src/z80/main.c: changed appropriately to configure
7112         needLinkerScript flag
7113         * src/pic/gen.c,
7114         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7115         * src/pic/glue.c: added variable udata_section_name to
7116         override default uninitialized data segment definition for
7117         devices only with SHAREBANK memory (reported from Erik Epetrich)
7118         * (pic14emitOverlay): modified to emit a commented overlay segment
7119         directive when no overlay data exist
7120         * (picglue): modified to emit uninitialized data segment
7121         according to udata_section_name
7122         * src/pic/main.c (_pic14_parseOptions): added command line
7123         options --udata-section-name=[name] to override default
7124         udata definition name
7125         * modified _linkCmd and _asmCmd to include compiler passed
7126         arguments via -W option
7127         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7128         object file from '.rel' to '.o' in port->linker structure,
7129         changed size of fptr from 2 to 3 in port structure
7130
7131 2004-01-07  Borut Razem <borut.razem AT siol.net>
7132
7133         * support/scripts/sdcc.nsi: update PATH
7134         * support/scripts/sdcc.ico: craeted
7135
7136 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7137
7138         * device/include/Makefile.in: fix install
7139         * doc/Makefile: fix install
7140
7141 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7142
7143         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7144         in bug #860505
7145         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7146         how the function variable allocation summary is displayed; also
7147         include information about variables allocated to the overlay
7148         segment
7149
7150 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7151
7152         * as/mcs51/lkmain.c: Help about -Y option
7153         * as/mcs51/lkarea.c: Fixed gcc warnings
7154
7155 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7156
7157         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7158         fixed warning
7159         * support/valdiag/tests/overflow.c: added
7160         * src/SDCCast.c (decorateType),
7161         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7162         LEFT_OP (left shift)
7163
7164 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7165
7166         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7167         (default behaviour).
7168
7169 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7170
7171         A python script to validate compiler diagnostic messages. It can be
7172         used to verify that sdcc complains about bad c source code and
7173         gives a good location of the error.
7174         * support/valdiag/Makefile,
7175         * support/valdiag/valdiag.py,
7176         * support/valdiag/tests/*
7177
7178 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7181         * src/SDCCsymt.c (newEnumType),
7182         * src/SDCCsymt.h
7183         * support/Util/SDCCerr.c,
7184         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7185         enum related bugs.
7186         * support/regression/tests/enum.c: added test for enum values that
7187         require at least 2 bytes of storage.
7188
7189 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7190
7191         * src/common.h: added ifndef/define/endif macros
7192         around the header file.
7193         Bug reported from Jesus Calvino-Fraga
7194
7195 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7196
7197         * sdcc.spec: updated
7198         * device/include/Makefile.in: don't install CVS directories
7199         * device/lib/Makefile.in: added removal of CVS directories after install
7200         * doc/Makefile: fixed install, added local_icons
7201         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7202         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7203         * src/ds390/gen.c (genRightShift): fixed bug #870788
7204         * src/SDCCast.c (decorateType): fixed bug #870781
7205
7206 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7207
7208         PIC16 port related changes:
7209         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7210         added variable stackPos,
7211
7212         * gen.c: genCall, assignResultValue: added support for
7213         pushing/retrieving function parameters to/from stack,
7214         genFunction,genEndFunction: setup stack frame for the
7215         generated function,
7216         genAddrOf: will be changed according to bug 863624
7217
7218         * added files genutils.c and genutils.h which contain gen*
7219         debugged and optimised functions extracted from gen.c
7220
7221         * glue.c: added variable 'externs' which holds extern symbols,
7222         pic16emitRegularMap: is modified to properly handle relocatable
7223          symbols under the new scheme,
7224         pic16createInterruptVect: is modified
7225         pic16printPublics: is modified to emit 'global' assembler directives,
7226         added pic16_printExterns to print extern symbols,
7227         pic16glue: initializes stack/frame pointer in the beginning of
7228         the assembly output. Temporary hack, will be corrected later,
7229         because gplink yet does not support stack and SDCC does not
7230         yet support a type of crt0.o object to create the final binary.
7231
7232         * Removed many lines that contain 8051 legacy code.
7233         * The code is finally placed under a 'code' directive.
7234         * Added port specific options.
7235
7236         * _process_pragma: simplified since now we do not need *special*
7237         include file to define SFR registers. But a separate header
7238         will be needed. This will be developed later.
7239         * _pic16_parseOptions: added, parses port specific options:
7240         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7241         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7242         --preplace-udata-with=
7243
7244         * _pic16_setDefaultOptions: modified to initialize section names,
7245         but hack is temporarly out of order since it needs improvement.
7246         * _pic16_genAssemblerPreamble: configuration words are emitted by
7247         their address instead of their name. This part is incomplete and
7248         supports only the 18Fxx2 devices. Other devices will emit an error
7249         during assembly since they do not contain the same set of config
7250         registers
7251         * _pic16_genIVT: is modified,
7252
7253         * pcode.c: added definitions for some hardware registers that are needed
7254         for stack support
7255         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7256         All PCI entries are updated. Now LFSR is supported.
7257         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7258         * added pic16_newpCodeOpLit2 to support instructions with
7259         two literal arguments
7260         * pic16_pCode2str: corrected code that emits assembler instructions
7261         with two literal operands and those that have an access bit modifier
7262         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7263         this fixes a bug which caused some labels to be lost, when an
7264         assembler directive was added, i.e. banksel,
7265         * pic16_FixRegisterBanking: improved logic that causes the insertion
7266         of bank switching,
7267         * InlineFunction: functions that are called once, are not any more
7268         inlined. This can be a port option in the future,
7269
7270         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7271
7272         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7273         hold the corresponding uninitialized symbols,
7274         * pic16_allocProcessorRegister: registers have explicit marked the
7275         accessBank field,
7276         * pic16_allocInternalRegister: registers are explicit marked as
7277         not used,
7278         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7279         processing list, so bit registers were lost,
7280         *
7281
7282         * ralloc.h: added field 'accessBank' and original symbol operand
7283         in register definition,
7284         * removed the field isMapped from register definition,
7285
7286         ** Several functions have been removed from various sources:
7287         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7288         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7289         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7290         pic16_assignRelocatableRegisters
7291
7292         ** others have been introduced:
7293         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7294         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7295
7296 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7297
7298         * support/scripts/inc2h.pl: changed definition of BIT_AT
7299         to emit 'sbit at' instead of 'bit at'. This was a request.
7300
7301         PIC16 port related preliminary changes:
7302         * gen.c: prefixed function popRegFromString with
7303         pic16_ and all references to it corrected
7304         * pcode.c: all pic16_pc_* hardware registers prefixed
7305         with underscore (_),
7306         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7307         * ralloc.c: newReg(): when register is REG_SFR then
7308         set address to rIdx,
7309         pic16_allocProcessorRegister(): marks register wasUsed=0
7310         pic16_writeUsedRegs(): added a call to assign processor
7311         registers via pic16_assignFixedRegisters
7312
7313 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7314
7315         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7316         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7317         variables in unused register banks.  Also the SSEG is placed
7318         wherever there is enough space for it, and IDATA can be anywhere
7319         in internal RAM.  For now compile using -Wl-Y[stack_size].
7320         The mem file is different for this option as well, since it
7321         makes no sense of talking about DSEG lenght.
7322
7323 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7324
7325         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7326         in certain cases, e.g. when ROM assignment, patch provided
7327         from Albert den Haan.
7328
7329 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7330
7331         Many signedness and type propagation fixes:
7332         * src/SDCCicode.c: made geniCodeCast() static
7333         replaced SPEC_ by IS_ (cosmetic)
7334         (operandOperation): fixed div and mod operation
7335         (usualBinaryConversions): added support for promotion of char
7336         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7337         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7338         (geniCodeAdd): an array index will stay unsigned, even if promoted
7339         from char to int
7340         (geniCodeArray): ditto
7341         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7342         * src/SDCCsymt.c (computeType): added more support for char;
7343         promotion of char is selectable by promoteCharToInt, fixed signedness
7344         for all cases
7345         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7346         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7347         * src/SDCCval (val*): replaced signedness calculation by
7348         computeType()
7349         rearranged if-branches (cosmetic)
7350         (valShift): added warning W_SHIFT_CHANGED
7351         (valCompare): fixed problem with different types
7352         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7353         * support/regression/tests/literalop.c: added many cases
7354         * support/regression/tests/ast_constant_folding.c: changed finally to
7355         'unsigned int'
7356         * .version: new year, new version: 2.3.7
7357         * src/SDCCmain.c (main): applied patch #866468
7358         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7359         provided by Scott Bronson
7360         * doc/sdccman.lyx: updated documentation for sdcdb
7361         updated and added chapter tips
7362
7363 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         * src/SDCCsymt.h: missing from yesterday's commits
7366
7367 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         * src/SDCC.y (struct_or_union_specifier),
7370         * support/Util/SDCCerr.c,
7371         * support/Util/SDCCerr.h: verify that struct & union tags are used
7372         as declared.
7373
7374 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         * src/SDCCglobl.h: missing from yesterday's commits
7377
7378 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7381         sft_attributes, struct_declaration, parameter_declaration,
7382         type_name, start_block, declaration_list),
7383         * src/SDCC.lex (check_type): support redefinition of typedef names
7384
7385 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7386
7387         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7388         aligned xdata arrays. Erik helped me with the if clause.
7389
7390 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7391
7392         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7393         warning
7394
7395 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7396
7397         * src/SDCCast.h,
7398         * src/SDCCast.c (newAst_),
7399         * src/SDCCicode.h,
7400         * src/SDCCicode.c (ast2iCode, newiCode),
7401         * src/SDCCglobl.h,
7402         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7403         expr, statement, expression_statement, selection_statement,
7404         iteration_statement, expr_opt, jump_statement): foundation for tracking
7405         sequence points
7406         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7407         point code too)
7408
7409 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7410
7411         * support/Util/SDCCerr.c,
7412         * src/SDCCast.h,
7413         * src/SDCCast.c (createCase, createDefault, decorateType),
7414         * src/SDCClabel.c (labelUnreach),
7415         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7416         to error messages.
7417         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7418         (with thanks to Stas Sergeev)
7419         * device/include/time.h,
7420         * device/lib/time.c (CheckTime): suppress unreachable code warning
7421
7422 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * src/SDCCast.c (createIvalCharPtr),
7425         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7426         bug #753752)
7427         * support/regression/tests/nullstring.c: tests for these two bugs
7428
7429 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7430
7431         * support/Util/SDCCerr.h,
7432         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7433         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7434         about storage class and 'at' used inside struct or union
7435         * src/SDCCBBlock.c (iCodeFromeBBlock),
7436         * src/SDCCcse.c (ifxOptimize),
7437         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7438         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7439         printIval, emitStaticSeg, emitOverlay),
7440         * src/SDCClabel.c (deleteIfx),
7441         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7442         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7443         gatherAutoInit, processParms),
7444         * support/Util/SDCCerr.h,
7445         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7446         reporting for post-parse errors.
7447
7448 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7449
7450         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7451         implicit casts via union; they don't work on big endian systems
7452         (possible fix for bug #861138)
7453
7454 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7455
7456         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7457         * src/mcs51/main.c: fixed the fix for bug #737001
7458
7459 2003-12-15  Borut Razem <borut.razem AT siol.net>
7460
7461         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7462
7463 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7464
7465         * support/makebin/makebin.c: put output in binary mode
7466
7467 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7468
7469         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7470         xdata and data memory on startup. Set the environment variable
7471         SDCC_NOGENRAMCLEAR to disable this.
7472         * src/mcs51/peephole.def,
7473         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7474         (allows non-interrupt and interrupt code to safely compete for a resource
7475         without the non-interrupt code having to disable interrupts)
7476
7477 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7478
7479         * src/SDCCicode.c (geniCodeAdd),
7480         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7481         with valFromType if type might be a pointer and host is big endian).
7482         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7483         types, not just integer types.
7484         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7485         multiply defined with mismatching "at" address.
7486
7487 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7490         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7491         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7492         with embedded nulls (fixed bug #753752)
7493
7494 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7495
7496         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7497         Apparently this did not see much testing (endless loop)
7498
7499 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7500
7501         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7502
7503 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7506         gracefully handle NULL memmap pointers
7507
7508 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7509
7510         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7511         instead of deleting the iCode when an operand is volatile
7512         * src/z80/gen.c (genDummyRead),
7513         * src/mcs51/gen.c (genDummyRead),
7514         * src/ds390/gen.c (genDummyRead),
7515         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7516         not just IC_RIGHT
7517         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7518         * src/SDCC.y: fixed bug #850420
7519
7520 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7521
7522         Applied z80 i/o port patch from Peter Townson and fixed some operators
7523         to better handle operands in A register.
7524         * device/include/z180.h
7525         * src/SDCC.y
7526         * src/SDCCglue.c
7527         * src/z80/gen.c
7528         * src/z80/gen.h
7529         * src/z80/main.c
7530         * src/z80/peeph-z80.def
7531         * src/z80/peeph.def
7532         * src/z80/z80.h
7533
7534 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7535
7536         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7537
7538 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7539
7540         * device/lib/hc08/_mullong.c: Removed extra #endif
7541
7542 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7543
7544         * sim/ucsim/hc08.src/inst.cc,
7545         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7546         carries from x to h
7547         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7548         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7549         * device/include/stdarg.h: fixed varargs for hc08
7550         * device/lib/Makefile.in,
7551         * device/lib/hc08/Makefile,
7552         * device/lib/hc08/_mulint.c,
7553         * device/lib/hc08/_mullong.c: fixed some endian problems
7554
7555 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7556
7557         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7558         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7559         * device/lib/_gptrget.c,
7560         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7561
7562 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7563
7564         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7565         * src/SDCCast.c (astErrors): fixed bug #846007
7566         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7567
7568 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7569
7570         * src/SDCCast.c (decorateType): disabled a transformation I added in
7571         revision 1.188 (access to fields of a structure at an absolute address);
7572         it breaks with bitfields, extern declarations, and gcse analysis.
7573         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7574         could be assigned through a pointer, so don't complain.
7575         * src/SDCCast.c (astErrors),
7576         * src/SDCCast.h,
7577         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7578
7579 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7580
7581         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7582         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7583         output of __config directives, since gpasm now supports them
7584         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7585         pre-processor macro, i.e. -DMCU=p18f452
7586         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7587         and modified to handle 'cast' icode similarly to '=' icode
7588         * src/pic16/device.h (typedef struct PIC_device): added field
7589         'extMIface' to indicate that chip has external memory interface
7590         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7591         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7592         18F8720
7593
7594 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7595
7596         * src/SDCC.y (pointer): fixed bug #846006
7597         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7598         * src/SDCCast.c (decorateType): fixed bug #846009
7599         * src/ds390/peeph.def,
7600         * src/ds390/gen.c (genAnd, genOr),
7601         * src/mcs51/peeph.def,
7602         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7603
7604 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7605
7606         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7607         * src/SDCCdflow.c
7608         * src/SDCCcse.c
7609         * src/SDCCcse.h
7610         * src/SDCCBBlock.h
7611         * src/SDCCBBlock.c
7612
7613 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7614
7615         fixed bug #845089
7616         * src/SDCCbitv.h,
7617         * src/SDCCbitv.c: added function to free a bitvector
7618         * src/SDCClrange.h,
7619         * src/SDCClrange.c: added function to recompute the liveranges
7620         * src/avr/ralloc.c,
7621         * src/ds390/ralloc.c,
7622         * src/hc08/ralloc.c,
7623         * src/mcs51/ralloc.c,
7624         * src/pic/ralloc.c,
7625         * src/pic16/ralloc.c,
7626         * src/xa51/ralloc.c,
7627         * src/z80/ralloc.c: recompute the liveranges after register packing
7628
7629 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7630
7631         * src/SDCCloop.c (newInduction): fixed bug #845630
7632
7633 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7634
7635         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7636         inadvertantly left behind from my 2003-11-12 change
7637
7638 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7639
7640         Updated headers I neglected to commit yesterday.
7641         * src/SDCClrange.h,
7642         * src/SDCCicode.h
7643
7644 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7645
7646         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7647         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7648         * src/SDCCopt.c (eBBlockFromiCode),
7649         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7650         the creation of the key hash table from the sequencing so it can be used
7651         earlier (for some GCSE bug fixes still pending)
7652
7653 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7654
7655         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7656         * support/regression/tests/addsub.c: testing genPlus shortcut
7657
7658 2003-11-15  Borut Razem <borut.razem AT siol.net>
7659
7660         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7661
7662 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7663
7664         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7665         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7666         ordering is immaterial.
7667         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7668
7669 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7670
7671         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7672         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7673         (SIGSEV) of bug #840381
7674         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7675         unlink new file before rename if new and old filenames are the same)
7676
7677 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7678
7679         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7680         uninitialized variables) for the mcs51. Set environment variable
7681         SDCC_GENRAMCLEAR to test.
7682         xdata initialization slightly shorter
7683
7684 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7685
7686         * src/SDCCsymt.h,
7687         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7688         #838241 & 780691 (basicly the same bug)
7689         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7690         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7691
7692 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7693
7694         * src/SDCCmain.c (linkEdit): "fix" #834252
7695
7696 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7697
7698         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7699         * src/SDCCast.h,
7700         * src/SDCC.y: fixed bug #819403
7701
7702 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7703
7704         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7705         the reentrant attribute.
7706         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7707         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7708         simulation
7709         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7710         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7711         erroneously reduced to a literal.
7712         * src/hc08/ralloc.c (packRegisters, rematStr),
7713         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7714         some cases
7715
7716 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7717
7718         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7719         * doc/sdccman.lyx: changed from 'article' to 'book'
7720         * doc/Makefile: readded test_suite_spec and cdbfileformat
7721
7722 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7723
7724         * device/include/stdlib.h: include malloc.h to comply with ANSI
7725         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7726
7727 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7728
7729         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7730         * doc/clean.mk: also remove *.out files
7731         * doc/sdccman.lyx: some additions, larger top/bottom margins
7732
7733 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7734
7735         * src/SDCC.y: fixed bug #837365
7736         * support/regression/tests/bitopcse.c
7737         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7738         a symbol (might be valop instead)
7739         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7740         * device/lib/clean.mk: added hc08 to the cleaning list
7741
7742 2003-11-04  Borut Razem <borut.razem AT siol.net>
7743
7744         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7745           made 2003-11-04
7746         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7747           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7748           malloc is declared in standard stdlib.h
7749
7750 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         * device/lib/hc08/Makefile: need to clean .rel not .o files
7753         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7754
7755 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7756
7757         * src/port.h,
7758         * src/hc08/main.c,
7759         * src/mcs51/main.c,
7760         * src/ds390/main.c,
7761         * src/z80/main.c,
7762         * src/avr/main.c,
7763         * src/pic/main.c,
7764         * src/pic16/main.c,
7765         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7766         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7767         tests (which uses the port's oclsExpense function)
7768         * src/SDCC.y,
7769         * src/SDCCast.c,
7770         * src/SDCCicode.c,
7771         * src/hc08/gen.c,
7772         * src/ds390/gen.c,
7773         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7774
7775 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7776
7777         * src/SDCCcse.c (ifxOptimize),
7778         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7779         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7780         deleting the IFX iCode.
7781         * src/hc08/ralloc.c: reduced unneeded slocs
7782         * src/hc08/gen.c: fixed bug in asmopToBoolean
7783
7784 2003-11-04  Borut Razem <borut.razem AT siol.net>
7785
7786         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7787           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7788           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7789           transferred to configure
7790
7791 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7792
7793         Use headers defined in the C[++] standards:
7794         * sim/ucsim/gui.src/serio.src/fileio.cc
7795         * sim/ucsim/gui.src/serio.src/frontend.cc
7796         * sim/ucsim/gui.src/serio.src/main.cc
7797         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7798         * support/Util/NewAlloc.c
7799         * as/hc08/lklibr.c
7800         * as/mcs51/lklibr.c
7801         * as/z80/aslist.c
7802         * as/z80/assym.c
7803
7804 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7805
7806         * Added MSVC projects for hc08 assembler and linker:
7807         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7808         /as/hc08/link_hc08.dsp
7809
7810 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7811
7812         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7813
7814 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7815
7816         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7817
7818 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7819
7820         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7821
7822 2003-10-31  Borut Razem <borut.razem AT siol.net>
7823
7824         * support/cpp2/cpplib.h,
7825           support/cpp2/cpplib.c,
7826           support/cpp2/cpplex.c,
7827           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7828           to switch _asm block preprocessing on / off. Default is
7829           #pragma preproc_asm +
7830
7831 2003-10-31  Borut Razem <borut.razem AT siol.net>
7832
7833         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7834           when outputting comment blocks (when executed with -C option) and
7835           _asm (SDCPP specific) blocks
7836
7837 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7838
7839         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7840
7841 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7842
7843         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7844
7845 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7846
7847         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7848         * src/SDCCast.c (decorateType): fixed bug #832664
7849
7850 2003-10-31  Borut Razem <borut.razem AT siol.net>
7851
7852         * support\cpp2\cpplex.c: fixed for SDCPP:
7853           comments(when executed with -C option) and _asm blocks
7854           were included even if they where in skipped #if block.
7855           Applied solution from GCC cpp 3.3.2
7856
7857 2003-10-31  Borut Razem <borut.razem AT siol.net>
7858
7859         * src/SDCC.lex: sdcc now understands both formats:
7860           '# <line_number> <file_name>' and
7861           '#line <line_number> <file_name>'
7862         * support/cpp2/cppmain.c: sdcpp now generates the standard
7863           '# <line_number> <file_name>' instead of former
7864           '#line <line_number> <file_name>'
7865
7866 2003-10-30  Borut Razem <borut.razem AT siol.net>
7867
7868         * support/cpp2/cpphash.h,
7869         * support/cpp2/cpplib.h
7870         * support/cpp2/cpplex.c,
7871         * support/cpp2/cppmain.c,
7872         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7873
7874 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7875
7876         Fixed a number of problems revealed by bug #827883.
7877         * src/SDCCloop.c (loopInvariants): Spill location of the
7878         result operand should be recomputed if extracted from
7879         a loop. Also, don't extract assignments of an iTemp
7880         from a literal.
7881         * src/SDCCast.c (isConformingBody): loop reversal should
7882         not occur if the control variable is involved with a
7883         relational operator.
7884
7885 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7886
7887         * .version: bumped to 2.3.6 to reflect the big improvements
7888         made by Erik and Klaus. Thanks!
7889
7890 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7891
7892         Replaced the livrange code.
7893         * src/SDCClrange.c: added new LR code
7894         * src/SDCCloop.c,
7895         * src/SDCCBBlock.h: removed remainig parts from old LR code
7896         * src/ds390/ralloc.c,
7897         * src/ds390/gen.c: minor fixes to make it work with new code
7898
7899 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7900
7901         * as/hc08/asm.h,
7902         * as/hc08/lkrloc.c,
7903         * src/hc08/gen.c,
7904         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7905         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7906         (tweaked fix for bug #818696)
7907
7908 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7909
7910         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7911
7912 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7913
7914         * src/SDCCmain.c,
7915         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7916         * src/mcs51/gen.c (gencjneshort),
7917         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7918         more efficient (per Scott Bronson's suggestion)
7919
7920 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7921
7922         Extended the semantics of the critical keyword to include
7923         individual statements. See RFE #827755 and #799831
7924         * src/SDCC.y
7925         * src/SDCCicode.c
7926         * src/SDCCopt.c
7927         * src/SDCCast.c
7928         * support/Util/SDCCerr.c
7929         * support/Util/SDCCerr.h
7930         * src/mcs51/gen.c
7931         * src/ds390/gen.c
7932         * src/hc08/gen.c
7933
7934 2003-10-19  Borut Razem <borut.razem AT siol.net>
7935
7936         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7937
7938 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7939
7940         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7941         Fixed bug #818696
7942         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7943         and predecrement operand is displayed
7944
7945 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7946
7947         * src/SDCCval.c (valMinus): fixed bug #826041
7948
7949 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7950
7951         Some hc08 related updates that I missed earlier
7952         * sim/ucsim/stypes.h
7953         * support/regression/ports/hc08/spec.mk
7954
7955 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         New target "hc08" for the Motorola 68hc08 family of micros
7958
7959         * configure
7960         * configure.in
7961         * Makefile
7962         * src/hc08/*
7963         * src/SDCCmain.c
7964         * src/port.h
7965         * sim/ucsim/hc08.src/*
7966         * sim/ucsim/configure.in
7967         * src/ucsim/configure
7968         * sim/ucsim/packages_in.mk
7969         * as/hc08/*
7970         * as/Makefile
7971         * device/include/mc68hc908qy.h
7972         * device/lib/hc08/*
7973         * device/lib/Makefile.in
7974         * support/regression/ports/hc08/*
7975         * support/regression/Makefile
7976
7977 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7978
7979         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7980         regression test
7981         * src/ds390/gen.c (genCast): fixed bug #821957
7982
7983 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7984
7985         * device/lib/logf.c: "fixed" overlay bug
7986         * support/regression/ports/host/spec.mk: added m library
7987         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7988         * support/regression/tests/float_trans: added (for Eric)
7989
7990 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7991
7992         * src/mcs51/gen.c (genCpl): fixed bug
7993         http://sf.net/mailarchive/message.php?msg_id=6263915
7994
7995 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7996
7997         * src/SDCCast.c (decorateType): added extended constant folding
7998         * src/SDCCsymt.c (computeType): cleanup
7999         * src/SDCCval.c (valShift): minor optimization
8000         * support/regression/tests/ast_constant_folding.c: added
8001
8002 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8003
8004         * src/SDCCmain.c: removed some unintended changes
8005
8006 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8007
8008         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8009         * src/z80/gen.c: fixed part of bug #817589
8010         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8011
8012 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8013
8014         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8015         * src/SDCCcflow.c
8016         * src/SDCCcse.c
8017         * src/SDCCdflow.c
8018         * src/SDCClabel.c
8019         * src/SDCClrange.c
8020         * src/SDCCmem.c
8021         * src/SDCCopt.c
8022         * src/SDCCpeeph.c
8023         * src/SDCCset.c
8024         * src/avr/ralloc.c
8025         * src/ds390/ralloc.c
8026         * src/izt/ralloc.c
8027         * src/mcs51/ralloc.c
8028         * src/pic/ralloc.c
8029         * src/pic16/ralloc.c
8030         * src/xa51/ralloc.c
8031         * src/z80/ralloc.c
8032         * src/z80/gen.c: removed unused label "release:"
8033
8034 2003-10-06  Borut Razem <borut.razem AT siol.net>
8035
8036         * src/SDCC.lex: removed definition of unused variables
8037           save_optimize and save_options
8038
8039 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8040
8041         * clean.mk: removed '=' in "-maxdepth=1"
8042         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8043         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8044
8045 2003-10-06  Borut Razem <borut.razem AT siol.net>
8046
8047         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8048           my_unput() replaced by unput()
8049
8050 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8051
8052         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8053         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8054         type-punned pointer will break strict-aliasing rules"
8055         Old LR behaviour is again default; Klaus' LR can be choosen by
8056         defining the environment variable LRKLAUS
8057         * src/SDCCBBlock.h
8058         * src/SDCCloop.c
8059         * src/SDCClrange.c
8060         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8061         * clean.mk: fixed removal of files in bin/CVS/
8062         * device/lib/clean.mk: fixed removal of directories small and large
8063         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8064         * src/SDCCicode.c,
8065         * src/SDCCval.c: removed superflous test for pedantic
8066
8067 2003-10-05  Borut Razem <borut.razem AT siol.net>
8068
8069         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8070           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8071           message "unmatched #pragma SAVE and #pragma RESTORE"
8072
8073 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8074
8075         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8076           assembly, critical functions, atomic, nojtbound)
8077
8078 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8079
8080         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8081         * src/SDCCBBlock.h
8082         * src/SDCCloop.c
8083         * src/SDCCloop.h
8084         * src/SDCClrange.c
8085
8086 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8087
8088         * src/z80/gen.h,
8089         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8090         * src/mcs51/gen.h
8091         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8092         * src/ds390/gen.h
8093         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8094         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8095         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8096
8097 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8098
8099         * src/z80/gen.c (genRet): fixed bug #524753
8100         * src/z80/gen.c (genCast): fixed internal error on cast from
8101         pointer to long
8102         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8103         fix for bug #477835 to the z80
8104         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8105         for tracking iCodes in the peephole optimizer for z80
8106
8107 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8108
8109         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8110         the other part of bug #814548
8111         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8112
8113 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8114
8115         * src/SDCCcse.c: fixed part of bug #814548
8116
8117 2003-09-28  Borut Razem <borut.razem AT siol.net>
8118
8119         * src/asm.c: rewrite of printILine() to use temporary file instead
8120           a pipe
8121         * src/xa51/main.c: commented out declaration of int rewinds
8122
8123 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8126
8127 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8130         * src/asm.c (printILine): Fixed bug #811015
8131
8132 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8133
8134         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8135         freeing.
8136
8137 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8138
8139         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8140         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8141         to correctly handle general case of AOP_PAIRPTR
8142         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8143
8144 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8145
8146         * src/mcs51/ralloc.c (fillGaps),
8147         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8148         register positioning bug)
8149
8150 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8151
8152         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8153
8154 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8157         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8158         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8159         (ralloc doesn't intentionally do this now, but perhaps later)
8160         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8161         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8162         register positioning bugs (Fixed bug #762602 and #795325)
8163         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8164         (Fixed bug #808779)
8165         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8166         lines that --i-code-in-asm generates
8167
8168 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8169
8170         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8171         trying to fclose a FILE* that was already closed.
8172
8173 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8174
8175         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8176         of const struct should be treated as if const themselves)
8177
8178 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8179
8180         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8181
8182 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8183
8184         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8185         Unix (/n) and DOS (/r/n) line terminations.
8186
8187 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8188
8189         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8190         bug #613775
8191
8192 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8193
8194         * src/mcs51/gen.c (genFunction, genEndFunction),
8195         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8196         and restore of EA so that stack offsets to parameters are
8197         correct when using both critical and reentrant/stack-auto.
8198         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8199         size (can be triggered in error if sloc is shared between
8200         different sized objects)
8201         * device/include/float.h: fixed macros to explicitly use
8202         unsigned long where needed
8203
8204 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8205
8206         Feature req. 799831: added code to allow nesting of critical functions
8207         * src/mcs51/gen.c (genFunction, genEndFunction)
8208         * src/ds390/gen.c (genFunction, genEndFunction)
8209
8210 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8211
8212         * src/SDCCsymt.c (sclsFromPtr),
8213         * src/SDCCsymt.h,
8214         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8215         support for standard C idiom of memory mapped variables; for
8216         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8217         to xdata int at 0x1234 tempvar = 1.
8218         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8219         provided by Akiya ISHIDA
8220
8221 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8222
8223         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8224         * src/SDCCval.c (constVal): added reduction from int to char
8225         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8226         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8227         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8228         to ignore the sign
8229         * support/regression/tests/shifts.c: fixed
8230
8231 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         * src/z80/gen.c (genXor): Fixed bug #805445
8234
8235 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8236
8237         Fixed bug #621531 (const & volatile confusion in the type chain).
8238         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8239         refer to the const or volatile state of the pointer itself.
8240
8241         * src/SDCCast.c
8242         * src/SDCCglue.c
8243         * src/SDCCicode.c
8244         * src/SDCCsymt.c
8245         * src/SDCCval.c
8246         * src/SDCC.y
8247         * src/SDCCsymt.h
8248         * src/pic/gen.c
8249         * src/pic/ralloc.c
8250         * src/pic16/gen.c
8251         * src/pic16/ralloc.c
8252         * support/regression/tests/const.c
8253
8254 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8255
8256         When checking for duplicated modules, use absolute paths
8257         instead of relative paths.  Files changed:
8258
8259         * as/mcs51/lklib.c
8260         * link/z80/lklib.c
8261
8262 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8265
8266 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8267
8268         * device/include/string.h: added size_t typedef, changed
8269         prototypes to use size_t, eliminated separate reentrant and
8270         non-reentrant declarations, added _memmove declaration
8271         * device/lib/_memcpy.c: changed to use size_t instead of int,
8272         changed /4 to >>2 to avoid division library call
8273         * device/lib/_memcmp.c,
8274         * device/lib/_memset.c,
8275         * device/lib/_strncat.c,
8276         * device/lib/_strncpy.c,
8277         * device/lib/_strncmp.c: changed to use size_t instead of int
8278         * device/lib/_memmove.c: new file (fixed bug #772294)
8279         * device/lib/Makefile.in: added _memmove.c
8280         * device/lib/z80/asm_strings.s: fixed bug #772290
8281         * support/regression/tests/bitfields.c: attempt to fix host assertion
8282         failure on amd64-unknown-linux2.2
8283
8284 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8285
8286         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8287         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8288         * as/z80/asmain.c (main): fixed bug #801766
8289
8290 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8291
8292         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8293         compilers
8294
8295 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8298         reported in bug #800609
8299
8300 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8301
8302         * Top header beautifications in src/pic16 directory:
8303           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8304           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8305           pcoderegs.h, ralloc.c, ralloc.h
8306         * main.c: added top header and GPL license notice
8307         * pcode.c: fixed the if-conditional warning
8308
8309 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8310
8311         * device/lib/_mullong.c: replaced int by short for gcc
8312
8313 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8314
8315         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8316         and JUMPTABLE iCodes properly now (worked by accident before)
8317         * src/mcs51/gen.c (leftRightUseAcc),
8318         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8319         iCode properly now. Use getSize instead of nRegs since a & b
8320         aren't part of the nRegs tally.
8321
8322 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8323
8324         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8325         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8326           before instructions that use the _STATUS register
8327
8328 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8329
8330         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8331         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8332         fetching of the pointer
8333         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8334         copied from genNearPointerSet()
8335         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8336         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8337         If they pop r0/r1 they must be called in the opposite order than aopOp().
8338         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8339         (resp. --stack-auto), prepared for --xstack
8340
8341 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8342
8343         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8344
8345 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8346
8347         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8348         these ports have their own __sdcc_external_start()
8349
8350 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8351
8352         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8353         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8354         type for bits was changed. It resulted in bit variables becoming
8355         global, which is not permitted in PIC 14 assembly output.
8356
8357 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8358
8359         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8360
8361 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8362
8363         Z80 and MCS51 linkers complaint if a public symbol is defined
8364         in more than one library module:
8365
8366         * as/mcs51/lklib.c
8367         * link/z80/lklib.c
8368         * as/mcs51/Makefile.in
8369
8370 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8371
8372         A few small changes that speed up the peephole optimizer.
8373
8374         * src/SDCCpeeph.c
8375
8376 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8377
8378         Try to make the peephole optimizer smarter by maintaining
8379         an association between the assembly source code and the
8380         iCodes that originated them. Put this information to use
8381         with a new peephole rule condition "notVolatile" so that
8382         the rules can be aggressive yet still safe.
8383
8384         * src/SDCCpeeph.c
8385         * src/SDCCpeeph.h
8386         * src/mcs51/gen.c
8387         * src/mcs51/peeph.def
8388
8389 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8390
8391         Fixed bug #741761
8392
8393         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8394         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8395         if the left or right operand symbols have the accuse flag set.
8396
8397 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8398
8399         Changed the type of the result of the ! (NOT) operator to char;
8400         previously it returned the same type as the source. This allows
8401         us to eliminate all the genFloatNot functions (all of its target
8402         implementations were very buggy) since !float can use the same
8403         code as !long now.
8404
8405         * src/SDCCicode.c (ast2iCode): ! returns char
8406         * src/mcs51/gen.c (genNot, genNotFloat),
8407         * src/ds390/gen.c (genNot, genNotFloat),
8408         * src/z80/gen.c (genNot, genNotFloat),
8409         * src/pic/gen.c (genNot, genNotFloat),
8410         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8411
8412 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8415         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8416            during interrupts. Ensure WSAVE is located at a shared bank address.
8417         2. Fixed page selection in some places
8418         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8419            the registers name strings.
8420         4. Fixed "signed / unsigned compare" compiler warnings.
8421         5. The PIC port manages its own allocation of the general purpose
8422            registers, but makes no attempt to reuse them. As a result when
8423            compiling it soon runs out of general purpose registers. Some
8424            additional code was added to the files pcode.c and device.c to walk
8425            through the function call tree and rename the registers so that they
8426            get reused.
8427
8428         * src/pic/device.c
8429         * src/pic/gen.c
8430         * src/pic/glue.c
8431         * src/pic/pcode.c
8432         * src/pic/pcode.h
8433         * src/pic/ralloc.c
8434         * src/pic/ralloc.h
8435         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8436         genPlus() & genMinus() when the result is the same as left or right
8437
8438 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8439
8440         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8441
8442 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8443
8444         Made bitfield a distinct type from bit so that bitfields
8445         convert as per ANSI C and bits retain their traditional
8446         boolean style behaviour. Implemented bitfield support in
8447         the z80 port.
8448
8449         * src/SDCCsymt.h,
8450         * src/SDCCsymt.c,
8451         * src/SDCCast.c,
8452         * src/cdbFile.c,
8453         * src/mcs51/gen.c,
8454         * src/ds390/gen.c: bit v bitfield split
8455         * src/z80/gen.c: New support for bitfields
8456         * support/regression/tests/bitfields.c: reenabled z80,
8457         added more tests
8458
8459 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8460
8461         Rules 246.x, 247.x relate to bitfields, the others speed up
8462         access to xdata mapped I/O devices.
8463
8464         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8465
8466 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8467
8468         Cleaned up genPackBits and genUnpackBits and added two helper
8469         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8470         for literal assignments in genPackBits (thanks to Frieder for
8471         reminding me).
8472
8473         * src/mcs51/gen.c
8474         * src/ds390/gen.c
8475
8476 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8477
8478         Fixed bug #748310 (pointer to function type mishandled when the
8479         function name is omitted). Also fixed a SIGSEGV when a function
8480         attribute (reentrant, etc) is used on a non-function or on a
8481         function but misplaced before the parameter list.
8482
8483         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8484         bug #748310
8485         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8486         * support/Util/SDCCerr.h,
8487         * support/Util/SDCCerr.c: Added func attr misuse error msg
8488
8489 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8490
8491         Fixed bug #787649 by anonymous
8492         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8493         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8494
8495 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8496
8497         Fixed numerous bitfield problems.
8498
8499         * src/SDCC.y: More bitfield related error checking
8500         * src/SDCCsymt.h,
8501         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8502         * support/Util/SDCCerr.h,
8503         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8504         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8505         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8506         * support/regression/tests/bitfields.c: tests added
8507
8508 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         Made the constant following the "interrupt" keyword optional. If
8511         omitted, the function will not automatically be given an entry
8512         in the interrupt vector table (similar to #pragma NOIV, but
8513         less syntacticly kludgy). The interrupt number is also now
8514         range checked. Also fixed a bug in the high order bit example
8515         in the manual.
8516
8517         * src/SDCC.y
8518         * src/SDCCmem.c
8519         * src/SDCCglue.c
8520         * src/SDCCsymt.h
8521         * support/Util/SDCCerr.c
8522         * support/Util/SDCCerr.h
8523         * doc/sdccman.lyx
8524
8525 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8528         * src/SDCCicode.c (operandOperation): rewritten some ops
8529         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8530         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8531         other type
8532         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8533         be re-activated by defining REDUCE_LITERALS)
8534         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8535         unsigned, but are signed by default
8536         * src/SDCCval.c (constVal): rearranged
8537         * src/SDCCval.c (valMod): preliminary fix
8538         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8539         * support/regression/literalop.c: added, work in progress
8540
8541 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8542
8543         Generate warnings for useless declarations like "char data;"
8544         that don't do what new users expect.
8545
8546         * src/SDCC.y
8547         * support/Util/SDCCerr.h
8548         * support/Util/SDCCerr.c
8549
8550 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8551
8552         * src/SDCCval.c (valMult): fix overflow detection of negative int
8553
8554 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8555
8556         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8557
8558         Changes to support big endian targets:
8559
8560         * src/ports.h
8561         * src/SDCCglue.c
8562         * src/avr/main.c
8563         * src/ds390/main.c
8564         * src/izt/i186.c
8565         * src/mcs51/main.c
8566         * src/pic/main.c
8567         * src/pic16/main.c
8568         * src/xa51/main.c
8569         * src/z80/main.c
8570
8571 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8572
8573         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8574         * device/lib/time.c: fixed warning "integer overflow in expression"
8575
8576 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8577
8578         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8579         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8580         constants are unsigned; added recognition of "u" flag for unsigned
8581         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8582         * src/SDCCval.c (valDiv, valMod): fixed signdness
8583         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8584         signedness of modulo, left and right shift
8585         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8586         * support/Util/SDCCerr.h: added warning W_INT_OVL
8587         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8588         * src/SDCCast.c (ast_print): improved output of constants
8589
8590 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8591
8592         Fixed some warnings when building with MSVC:
8593
8594         * as\mcs51\asdata.c
8595         * as\z80\asdata.c
8596         * as\mcs51\asm.h
8597         * as\z80\asm.h
8598         * link\z80\aslink.h
8599         * link\z80\lkdata.c
8600         * link\z80\lkeval.c
8601         * link\z80\lkgb.c
8602         * link\z80\lkihx.c
8603         * link\z80\lks19.c
8604         * link\z80\lksym.c
8605         * support\cpp2\cpplib.c
8606         * src\ds390\gen.c
8607         * src\mcs51\gen.c
8608
8609 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8610
8611         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8612
8613 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8614
8615         * support\librarian\clean.mk: Do not remove Makefile.
8616         * support\librarian\Makefile: added.
8617
8618 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8619
8620         Added librarian to MSVC build:
8621         * all.dsp
8622         * sdcc.dsw
8623         * support\librarian\librarian.dsp
8624
8625         'configure' not needed for librarian, removed:
8626         * support\librarian\configure
8627         * support\librarian\configure.in
8628         * support\librarian\config_in.h
8629         * support\librarian\Makefile.in
8630
8631         Hopefully these ones built the librarian and the rest of sdcc properly:
8632         * Makefile
8633         * Makefile.common.in
8634
8635         Messed up 'configure', so revert to previous version:
8636         * configure
8637         * configure.in
8638
8639 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8640
8641         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8642         there, while the mantissa of a double is "only" 53 bits wide.
8643
8644 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8645
8646         Adding sdcclib to the build.  MSVC project coming soon.
8647         Files added/changed:
8648
8649         * support\librarian\clean.mk
8650         * support\librarian\configure
8651         * support\librarian\configure.in
8652         * support\librarian\config_in.h
8653         * support\librarian\Makefile.bcc
8654         * support\librarian\Makefile.in
8655         * support\librarian\sdcclib.c
8656         * Makefile.bcc
8657         * Makefile
8658         * Makefile.common.in
8659         * configure
8660         * configure.in
8661
8662 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8663
8664         Linker now complaints if linked modules have conflicting options, for
8665         example, one compiled using --model-large and another one compiled with
8666         --model-small.  The following files were modified:
8667
8668         * as\mcs51\asdata.c
8669         * as\mcs51\aslink.h
8670         * as\mcs51\asm.h
8671         * as\mcs51\asmain.c
8672         * as\mcs51\asout.c
8673         * as\mcs51\i51pst.c
8674         * as\mcs51\lkdata.c
8675         * as\mcs51\lklibr.c
8676         * as\mcs51\lkmain.c
8677         * as\z80\asdata.c
8678         * as\z80\asm.h
8679         * as\z80\asmain.c
8680         * as\z80\asout.c
8681         * as\z80\z80pst.c
8682         * link\z80\aslink.h
8683         * link\z80\lkdata.c
8684         * link\z80\lklibr.c
8685         * link\z80\lkmain.c
8686         * src\SDCCglue.c
8687
8688 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8689
8690         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8691         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8692
8693 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8694
8695         * src/z80/mappings.i: fix _mul[us][int,long] entries
8696
8697 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8698
8699         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8700
8701 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8702
8703         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8704         * support/regression/tests/bitopcse.c: added
8705         fixed warning:
8706         * src/avr/gen.c:
8707         * src/pic/gen.c:
8708         * src/pic16/gen.c:
8709         * src/z80/gen.c:
8710         * src/xa51/gen.c:
8711
8712 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8713
8714         added support for new library format to z80, gbz80 linkers:
8715         *link/z80/aslink.h
8716         *link/z80/lklex.c
8717         *link/z80/lklib.c
8718         *link/z80/lklist.c
8719
8720 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8721
8722         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8723         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8724
8725 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8726
8727         added DUMMY_READ_VOLATILE:
8728         * src/SDCC.y:
8729         * src/avr/gen.c:
8730         * src/xa51/gen.c:
8731         * src/z80/gen.c:
8732         * src/pic/gen.c:
8733         * src/pic16/gen.c:
8734         * src/mcs51/gen.c:
8735         * src/ds390/gen.c:
8736         * src/SDCCcse.c (algebraicOpts): many improvements
8737         * src/SDCCcse.h: removed algebraicOpts()
8738         * src/SDCCicode.c (picDummyRead): added
8739
8740 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8741
8742         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8743         "Insufficient space in data memory".
8744
8745 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8746
8747         * src/mcs51/gen.c: fixed bug #771358
8748         * src/z80/gen.c: fixed bug #759087
8749
8750 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * src/pic16/glue.c: minor cleanup by Vangelis
8753
8754 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8755
8756         * device/include/regc515c.h: fixed #758477
8757         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8758         * device/lib/_gptrput.c: saved a few bytes
8759         * my tab spacing is 8, yours too?)
8760         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8761         * device/lib/serial.c: process RX bytes earlier than TX bytes
8762         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8763
8764 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8765
8766         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8767
8768 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8769
8770     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8771
8772 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         * device/lib/Makefile.in: bad fix, reverted to 1.43
8775
8776 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8777
8778         * device/lib/Makefile.in: added missing z80 object files
8779
8780 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8781
8782         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8783         pic16 progress by Vangelis:
8784         * src/SDCCglobl.h:
8785         * src/SDCCmain.c:
8786         * src/pic/Makefile:
8787         * src/pic:
8788         * pic/Makefile:
8789         * pic16/device.c:
8790         * pic16/device.h:
8791         * pic16/gen.c:
8792         * pic16/gen.h:
8793         * pic16/genarith.c:
8794         * pic16/glue.c:
8795         * pic16/main.c:
8796         * pic16/pcode.c:
8797         * pic16/pcode.h:
8798         * pic16/pcodepeep.c:
8799         * pic16/peeph.def:
8800
8801 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8802
8803     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8804
8805 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8806
8807     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8808     added gbz80 build to MSVC project.
8809     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8810     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8811     from 8051 stuff and setup so it links using a .lnk file.
8812
8813 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8814
8815     * support/librarian/sdcclib.c: sdcc librarian.
8816     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8817     with sdcclib.
8818
8819 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8820
8821     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8822
8823 2003-07-02  Borut Razem <borut.razem AT siol.net>
8824
8825         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8826         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8827         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8828         src/xa51/main.c, src/z80/main.c:
8829         virtualization of glue() function: each port has it's own glue function,
8830         which is accessed by do_glue function pointer in PORT.general structure
8831
8832 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8833
8834         * DS800C400 fun, improved ROM interface and tinibios.
8835
8836 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8837
8838         * More support for DS80C400. Now includes beginning of interface to ROM.
8839
8840 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8841
8842         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8843
8844 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8845
8846         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8847
8848 2003-06-19  Borut Razem <borut.razem AT siol.net>
8849
8850         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8851
8852 2003-06-19  Borut Razem <borut.razem AT siol.net>
8853
8854         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8855         fixed Z80 port - crt0.o: cannot open.
8856
8857 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8858
8859         * support/Util/MySystem.c (merge_command): revert bad fix
8860
8861 2003-06-18  Borut Razem <borut.razem AT siol.net>
8862
8863         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8864
8865 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8866
8867         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8868         option --use-stdout sends errors to stdout instead of stderr.
8869
8870 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8871
8872         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8873
8874 2003-06-15  Borut Razem <borut.razem AT siol.net>
8875
8876         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8877         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8878         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8879         fixed width array of pointers replaced with sets;
8880         multiple include and lib paths ared transferred to preprocessor and linker
8881         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8882         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8883         fixed width array of pointers
8884         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8885         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8886         fixupPath(), getPathDifference()
8887         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8888         fixed width array of pointers
8889
8890 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * src/pic16/ralloc.c: fix warnings
8893         * src/pic16/pcode.c: fix warning
8894
8895 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8896
8897          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8898         know all the details, but essentially this set of changes enable
8899         the pic16 port to generate movff instructions and generate assembler
8900         directives,
8901         * src/SDCCmain.c:
8902         * src/pic16/gen.c:
8903         * src/pic16/glue.c:
8904         * src/pic16/pcode.c:
8905         * src/pic16/device.c:
8906         * src/pic16/main.c:
8907         * src/pic16/pcode.h:
8908         * src/pic16/pcoderegs.c:
8909         * src/pic16/ralloc.c:
8910         * src/pic16/ralloc.h:
8911
8912 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8913
8914         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8915         added option --vc, so sdcc errors and warnings are compatible with
8916         Microsoft Visual Studio.
8917
8918 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8919
8920         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8921           device/lib/libfloat.lib: added atof function.
8922
8923 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8924
8925         * doc/sdccman.lyx: updated to Lyx 1.3
8926         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8927         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8928         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8929
8930 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8933
8934 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8935
8936         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8937           additions to the "related tools/documentation" section
8938
8939 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8940
8941         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8942
8943 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8944
8945         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8946         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8947
8948 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8949
8950         * doc/sdccman.lyx: fix double dash and other minor things
8951         * doc/Makefile: fix double dash
8952
8953 2003-05-28  Karl Bongers(patches from Martin Helmling)
8954         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8955           condition and ignore commands.
8956
8957 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8958
8959         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8960           is in parts still quite out of date, I did changes as far as I felt makes sense
8961           for a non-native english speaker.
8962           Please feel free to add to the manual or to correct my changes.
8963         * doc/Makefile: undid touching the date of intermediate tex files.
8964
8965 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8966
8967         * doc/sdccman.lyx: Manual has an index now
8968
8969 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8970
8971         Finalize muluint/mulsint and mululong/mulslong merging:
8972         * device/lib/_mulint.c
8973         * device/lib/_mullong.c
8974         * device/lib/gbz80/mul.s
8975         * device/lib/gbz80/stubs.s
8976         * device/lib/z80/mul.s
8977         * device/lib/z80/stubs.s
8978         * src/SDCCsymt.c (initCSupport)
8979
8980 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8981
8982         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8983         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8984           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8985           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8986           instead of /Zm500.
8987
8988 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8989
8990         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8991           the regression tests I'm not brave enough to enable 245.b, 245.c
8992         * doc/sdccman.lyx: added latex preamble for hyperref package.
8993           Using pdflatex this will give you a hyperlinked pdf file with
8994           bookmarks. (prepend '%' before /usepackage if this breaks something)
8995
8996 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8997
8998          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8999
9000 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9001
9002         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9003
9004 2003-05-21    <johan AT balder>
9005
9006         * src/SDCCglue.c (printIval): fixed bug #739934
9007
9008 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9009
9010         Applied patch from bug 737905 (renamed yylineo to mylineno):
9011         * src/altlex.c
9012         * src/SDCCast.c
9013         * src/SDCglobl.h
9014         * src/SDCC.lex
9015         * src/SDCCsymt.c
9016         * src/SDCCval.c
9017         * src/pic16/pcode.c: Cleaned warnings
9018         * src/pic16/pcodeflow.c: Cleaned warnings
9019         * src/pic16/pcoderegs.c: Cleaned warnings
9020
9021 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9022
9023         * src/pic16/pcode.c: Cleaned warnings
9024         * src/pic16/pcodepeep.c: Cleaned warnings
9025         * src/pic16/ralloc.c: Cleaned warnings
9026
9027 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9028
9029         * doc/sdccman.lyx: fixed bug 739745
9030         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9031
9032 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9033
9034         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9035         it can be defined with CFLAGS when running configure
9036         * src/SDCCmain.c: fixed compiling + linking with object files
9037
9038 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9039
9040         * configure.in: configure for pic16 port,
9041             added --disable-pic16-port
9042         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9043         * src/SDCCmain.c: linkOptions is changed to set *,
9044             added if/endif conditional macros to remove options help
9045             messages from optionsTable when a port is not configured, added
9046             support for the PIc16 port in the ports table, when executing
9047             the compiler with no port specified on command line, a default
9048             port is selected with the new macro DEFAULT_PORT which is
9049             defined in port.h, in setDefaultOptions() linkOptions is removed
9050             from initialization assignment, since now it is a set,
9051             parseCmdLine uses setParseWithComma for linkOptions, in
9052             linkEdit() linkOptions are accessed with new function indexSet()
9053             which returns the i'th item of a set variable. See SDCCset.c, in
9054             linkEdit() when calling buildCmdLine(), added linkOptions as
9055             last argument. Now users can pass arguments to gplink via the
9056             -Wl option, main() uses pic16glue() to glue up pic16 programs
9057         * src/SDCCpeeph.c: various changes to support pic16
9058         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9059             return the i'th item of the set
9060         * src/SDCCset.h: added function prototype for indexSet()
9061         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9062         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9063         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9064             added macro DEFAULT_PORT
9065         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9066         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9067             generated
9068         * src/pic16/glue.c: commented out some error producing lines
9069         * src/pic16/main.c: __config directives are commented out to stop
9070             gpasm complaining and test the linkage with gplink, _linkCmd and
9071             _asmCmd changed to be more gplink and gpasm friendly
9072         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9073             produced an error when parsed, peep rule 12 is added to utilize
9074             movff, but it is commented out since the pCode does not support
9075             yet a command with 2 address arguments
9076
9077 2003-05-18    <johan AT balder>
9078
9079         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9080         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9081 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9082
9083         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9084   Added feature to script commands from file.
9085
9086 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9087
9088         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9089         * src/SDCCutil.c: include ctype.h for win32
9090
9091 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9092
9093         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9094
9095 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9096
9097         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9098   Fixed so you can set breakpoints prior to run, run does not stop
9099   on entry now.  Add tbreak.  Other enhancements and fixes for use
9100   with ddd.
9101
9102 2003-05-12  Borut Razem <borut.razem AT siol.net>
9103
9104         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9105
9106 2003-05-11  Borut Razem <borut.razem AT siol.net>
9107
9108         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9109         the path of bin directory, so that PATH is the only env. variable, which has to be set
9110         in case of standard installation.
9111         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9112         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9113         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9114
9115 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9116
9117         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9118         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9119         temp files are in the port dir; clean the gen/test directory when
9120         generating new test.c
9121         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9122         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9123         * support/regression/tests/zeropad.c: added
9124
9125 2003-05-09    <johan AT balder>
9126
9127         * src/SDCCglue.c: fixed bug #597940
9128
9129 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9130
9131         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9132   cache sfr, optimize next,step, fix off by one sourceline,
9133   support ddd list function.
9134         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9135
9136 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9137
9138         * support/regression/HTMLgen.py: added compare_s2f()
9139         * support/regression/Makefile: redo 1.27
9140         * support/regression/generate-cases.py: redo 1.5
9141
9142 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9143
9144         * support/regression/tests/float.c: workaround 33 bit hex constant
9145         * support/regression/tests/simplefloat.c: fix division for host
9146
9147 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9148
9149         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9150         that tame's the PIC's over-aggressive optimizer.
9151
9152 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9153
9154          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9155          support for MSVC.
9156
9157 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9158
9159         Initial support for DS80C400. "Hello world" runs on TINIm400
9160         (with polled I/O).
9161
9162 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9163
9164          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9165          * Some notes on ddd usage added in debugger/README
9166          Martin Helmling adding more features and fixes for ddd GUI debugger.
9167          Code added for nexti, stepi, up, down, and other adjustments.
9168
9169 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9170
9171         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9172         * src/pic/peeph.def Added two rules to optimize carry manipulation
9173         * src/pic/* removed debug printfs
9174
9175 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9176
9177         * debugger/mcs51/cmd.c: added header newalloc.h
9178
9179 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9180
9181         * as/Makefile: new EXEEXT
9182         * as/z80/Makefile: remove trailing slash of BUILDIR
9183         * as/z80/clean.mk: new EXEEXT
9184         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9185         * support/cpp2/Makefile.in: new EXEEXT
9186         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9187
9188 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9189
9190         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9191         EXEEXT was introduced to fix all related problems with targets
9192         "clean", "install" and "uninstall"; a couple of further flaws
9193         especially with "clean" have been fixed too
9194         * as/mcs51/Makefile.in
9195         * as/mcs51/clean.mk
9196         * as/z80/Makefile
9197         * Makefile
9198         * clean.mk
9199         * debugger/mcs51/Makefile.in
9200         * debugger/mcs51/clean.mk
9201         * link/z80/Makefile
9202         * link/z80/Makefile.in
9203         * link/z80/clean.mk
9204         * link/Makefile
9205         * packihx/Makefile.in
9206         * packihx/clean.mk
9207         * sim/ucsim/Makefile
9208         * sim/ucsim/clean.mk
9209         * sim/ucsim/avr.src/Makefile.in
9210         * sim/ucsim/avr.src/clean.mk
9211         * sim/ucsim/s51.src/Makefile.in
9212         * sim/ucsim/s51.src/clean.mk
9213         * sim/ucsim/xa.src/Makefile.in
9214         * sim/ucsim/xa.src/clean.mk
9215         * sim/ucsim/z80.src/Makefile.in
9216         * sim/ucsim/z80.src/clean.mk
9217         * sim/ucsim/main_in.mk
9218         * sim/ucsim/packages_in.mk
9219         * sim/ucsim/gui.src/Makefile.in
9220         * sim/ucsim/gui.src/serio.src/Makefile.in
9221         * sim/ucsim/gui.src/serio.src/clean.mk
9222         * src/Makefile.in
9223         * src/clean.mk
9224         * support/cpp2/Makefile.in
9225         * support/cpp2/clean.mk
9226         * support/makebin/Makefile
9227         * support/makebin/clean.mk
9228         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9229         * doc/sdccman.lyx: --program-suffix no longer needed
9230
9231 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9232
9233          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9234          Martin Helmling added support for ddd GUI debugger.
9235          Code added to display assembly, set variables, and other commands
9236          to interface to ddd.
9237
9238 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * as/Makefile: fix target clean
9241         * as/clean.mk: fix target clean
9242         * as/z80/clean.mk: fix target clean
9243
9244 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9245
9246         * Makefile.common.in: added  AT EXEEXT AT
9247         * configure.in: removed all mingw32 stuff
9248         * configure: rebuilt from configure.in
9249         * doc/sdccman.lyx: updated section "installation"
9250         * support/scripts/sdcc_mingw32: adapted to configure
9251         * support/scripts/sdcc_cygwin_mingw32: added
9252
9253 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9254
9255         * src/pic Added object file support for the PIC port
9256         * src/pic Applied patch from Craig Franklin (this started the object file support)
9257         * src/regression Updated the PIC regression tests for object files
9258
9259 2003-04-20  Borut Razem <borut.razem AT siol.net>
9260
9261         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9262           lklex.c: In function `getfid':
9263           lklex.c:203: warning: array subscript has type `char'
9264         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9265           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9266         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9267           stack handling macros
9268
9269 2003-04-19  Borut Razem <borut.razem AT siol.net>
9270
9271         * "handling space characters in file path" task:
9272         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9273         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9274         * support/Util/MySystem.h: make it self-sufficient
9275         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9276           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9277           handling space characters in file path
9278         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9279           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9280         * support/Util/MySystem.c: handling space characters in executable's path
9281
9282 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9283
9284         * as/z80/Makefile: fix permanent rebuild of z80
9285         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9286         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9287
9288 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9289
9290         * src/SDCCopt.c: add special case optimization to replace modulo by
9291           a power of two with a bitwise AND.
9292
9293 2003-04-18    <johan AT balder>
9294
9295         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9296
9297 2003-04-17    <johan AT balder>
9298
9299         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9300         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9301
9302 2003-04-13  Borut Razem <borut.razem AT siol.net>
9303
9304         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9305         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9306           fixed mingw problem in adl_NORMALIZE_PATH
9307
9308 2003-04-12  Borut Razem <borut.razem AT siol.net>
9309
9310         * fixed "#pragma SAVE/RESTORE can not be nested":
9311         * src/SDCC.lex: reworked pragma handling functions
9312         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9313         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9314
9315 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9316
9317         * src/SDCCutil.c (pathEquivalent): defined but not used
9318         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9319         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9320         * configure: rebuilt from configure.in
9321         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9322         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9323         * device/include/Makefile.in: replace sdcc_datadir
9324         * device/lib/Makefile.in: replace sdcc_datadir
9325         * Makefile.common.in: add LDFLAGS from configure
9326         * packihx/Makefile.in: use LDFLAGS
9327         * src/Makefile.in: use LDFLAGS
9328         * support/cpp2/Makefile.in: add LDFLAGS from configure
9329         * support/makebin/Makefile: use LDFLAGS
9330         * .version: bumped version number to 2.3.5
9331
9332 2003-04-12  Borut Razem <borut.razem AT siol.net>
9333
9334         * completed "different paths" task:
9335         * src/SDCCmacro.c: fixed bug in handling quotes
9336         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9337         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9338
9339 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9340
9341         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9342
9343 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9344
9345         * ds390/gen.c ds390/peeph.def: fix bug 706781
9346
9347 2003-04-11  Borut Razem <borut.razem AT siol.net>
9348
9349         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9350
9351 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9352
9353         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9354         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9355          set - this bit used to not be set...).
9356         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9357           bad code in PIC Port
9358         * src/regression/and2.c added to test bug 609268
9359         * src/regression/Makefile added and2.c to regression test
9360
9361
9362 2003-04-08    <johan AT CP255758-A>
9363
9364         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9365         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9366         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9367
9368 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9369
9370         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9371         fix bug #487815
9372         * support/cpp2/Makefile.in: fix bug #487815
9373         * configure: rebuilt from configure.in
9374         * Makefile.common.in: docdir changed, new path suffixes
9375         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9376         * sdcc_vc_in.h: reflect changes from sdccconf.h
9377         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9378         * src/SDCCutil.h: remove BINDIR hack
9379         * doc/sdccman.lyx: update new path hierarchy
9380
9381 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9382
9383         * src/SDCCpeeph.c: added okToRemoveSLOC test
9384
9385 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9386
9387         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9388
9389 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9390
9391         * src/SDCCpeeph.c: added labelIsReturnOnly test
9392         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9393
9394 2003-04-05    <johan AT balder>
9395
9396         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9397         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9398         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9399         * src/SDCCast.c: fixed a warning
9400         * src/SDCCast.h: fixed a warning
9401         * src/SDCCicode.c (operandFromAst): fixed a warning
9402
9403 2003-04-04    <johan AT balder>
9404
9405         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9406         * src/SDCCast.c (decorateType): fixed bug #715076
9407         * src/SDCC.y: fixed bug #702907
9408
9409 2003-04-03    <johan AT balder>
9410
9411         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9412         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9413         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9414         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9415         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9416
9417 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9418
9419         * _decdptr.c: fix return values
9420         * _gptrget.c: fix return values
9421         * _gptrgetc.c: fix return values
9422         * _gptrput.c: fix return values
9423         * _mulint.c: fix return values
9424         * as/z80/Makefile: fix 'make -j' problem
9425
9426 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9427
9428         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9429         * configure.in: big cleanup, updated to autoconf 2.5x
9430         * configure: rebuilt from configure.in
9431         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9432         * sdcc_vc_in.h: reflect changes from sdccconf.h
9433         * doc/Makefile: fixed a flaw in "make install"
9434
9435 2003-04-02    <johan AT balder>
9436
9437         * src/ds390/gen.c (genCmp): no comments
9438         * src/mcs51/gen.c (genCmp): no comments
9439         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9440         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9441
9442 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9443
9444         * support/regression/generate-cases.py: place generated file in given sub directory
9445         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9446         * support/regression/Makefile: improvements for 'make -j';
9447         side effect: it's simpler and faster now
9448
9449 2003-03-31  Borut Razem <borut.razem AT siol.net>
9450
9451         * src/z80/main.c: link-{port} and as-{port} defined without path
9452         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9453
9454 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9455
9456         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9457
9458 2003-03-30  Borut Razem <borut.razem AT siol.net>
9459
9460         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9461           changed type of list parameter to set
9462         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9463         * src/port.h: changed type of do_assemble() parameter to set
9464         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9465           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9466           definition of "cppoutfilename" macro with NULL value in preProcess()
9467         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9468         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9469         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9470           replaced with set *binPathSet
9471         * shash_add() deallocates the item, if allready exsists, before adding the new one
9472         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9473
9474 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9475
9476         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9477           a nested for loop bug in the PIC port
9478         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9479           for loops
9480
9481 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * support/Util/dbuf.h: remove C++ stuff to make it portable
9484
9485 2003-03-28  Borut Razem <borut.razem AT siol.net>
9486
9487         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9488           literal strings in stringLiteral()
9489         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9490         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9491           to the project
9492
9493 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9494
9495         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9496
9497 2003-03-26    <johan AT balder>
9498
9499         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9500         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9501         * src/SDCCast.c (decorateType): fixed " -v < 3"
9502
9503 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9504
9505         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9506         Added Lenny Story's debug infrastructure changes:
9507         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9508         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9509         * src/cdbFile.c: added
9510         * src/SDCCdebug.c: added
9511         * src/SDCCdebug.h: added
9512         * src/SDCCast.c (createFunction)
9513         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9514         * src/SDCCmain.c (parseCmdLine, main)
9515         * src/SDCCmem.c (redoStackOffsets)
9516         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9517         * src/SDCCsymt.h
9518         * src/common.h
9519         * src/avr/gen.c (genAVRCode)
9520         * src/ds390/gen.c (gen390Code)
9521         * src/mcs51/gen.c (gen51Code)
9522         * src/pic/gen.c (genpic14Code)
9523         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9524         * src/xa51/gen.c (genXA51Code)
9525         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9526
9527 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9528
9529         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9530         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9531
9532 2003-03-22    <johan AT balder>
9533
9534         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9535
9536 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9537
9538         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9539         * doc/cdbfileformat.lyx: added, written by Lenny Story
9540         * doc/Makefile: added cdbfileformat.lyx
9541         * doc/clean.mk: added cdbfileformat.lyx
9542
9543 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9544
9545         * src/mcs51/peeph.def: fix bug #705773
9546
9547 2003-03-20    <johan AT balder>
9548
9549         An sfr/sbit can have an "at #" AND an initializer
9550         * src/SDCCsymt.c (checkSClass):
9551         * src/SDCCmem.c (allocGlobal):
9552         * src/SDCCmem.c (allocLocal):
9553         * src/SDCCast.c (createBlock):
9554
9555 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9556
9557         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9558
9559 2003-03-16    <johan AT balder>
9560
9561         Undid the hackup of const and volatile, the problem is much bigger
9562         * src/SDCC.y:1.65
9563         * src/SDCCast.c:1.171
9564         * src/SDCCglue.c:1.138
9565         * src/SDCCicode.c:1.146
9566         * src/SDCCsymt.c:1.150
9567         * src/SDCCval.c:1.65
9568
9569 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9570
9571         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9572         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9573
9574 2003-03-13    <johan AT balder>
9575
9576         Hackup const and volatile modifiers in type chains a bit:
9577         * src/SDCC.y:1.63
9578         * src/SDCCast.c:1.169
9579         * src/SDCCglue.c:1.136
9580         * src/SDCCicode.c:1.143
9581         * src/SDCCsymt.c1.146
9582         * src/SDCCsymt.h1.59
9583         * src/SDCCval.c:1.63
9584
9585 2003-03-12    <johan AT balder>
9586
9587         * src/SDCCBBlock.h: more LRH debugging junk
9588         * src/SDCCcflow.h: more LRH debugging junk
9589         * src/SDCCloop.c: more LRH debugging junk
9590         * src/SDCC.y (struct_declaration): fixed bug #697590
9591         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9592         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9593         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9594
9595 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9596         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9597         test function names must now match exactly).
9598         * src/SDCCcse.c: added special case in findCheaperOp to allow
9599         extending a short integer. Makes less awful code for bug 700121 test case.
9600
9601 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9602
9603         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9604         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9605
9606 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9607
9608         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9609         actually called (operandsNotEqual() was called for all
9610         operandsNotEqualX tests).
9611
9612 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9613
9614         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9615         with shorter literals. Fixes bug 700121.
9616
9617 2003-03-11    <johan AT balder>
9618
9619         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9620
9621 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9622
9623         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9624         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9625
9626 2003-03-10  Borut Razem <borut.razem AT siol.net>
9627
9628         * src/SDCCmain.c: pipe preprocessor's output
9629         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9630         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9631         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9632         which closes all pipes in pipeSet set
9633         * src/SDCCset.c: free deleted item in function deleteSetItem()
9634         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9635         moved from z80 to src subproject
9636         * .version: increased version number to 2.3.4
9637
9638 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9641         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9642         * support/regression/ports/xa51/spec.mk: fix typo
9643
9644 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9645
9646         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9647
9648 2003-03-09  Borut Razem <borut.razem AT siol.net>
9649
9650         * src/SDCCmain.c: pipe preprocessor's output
9651         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9652         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9653         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9654         which closes all pipes in pipeSet set
9655         * src/SDCCset.c: free deleted item in function deleteSetItem()
9656         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9657         moved from z80 to src subproject
9658
9659 2003-03-09  Borut Razem <borut.razem AT siol.net>
9660
9661         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9662         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9663         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9664         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9665         * src/SDCCglobl.h: unification of WIN32 native definitions
9666
9667 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9668
9669         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9670
9671 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9672
9673         * src/configure.in:   check for endianess (even while cross-compiling)
9674         * src/configure:      check for endianess (even while cross-compiling)
9675         * src/configure_in.h: check for endianess (even while cross-compiling)
9676         * src/avr/gen.c:        remove old endianess stuff
9677         * src/mcs51/gen.c:      remove old endianess stuff
9678         * src/ds390/gen.c:      remove old endianess stuff
9679         * src/pic/gen.c:        remove old endianess stuff
9680         * src/pic/genarith.c:   remove old endianess stuff
9681         * src/pic/glue.c:       fix endianess check
9682         * src/pic16/gen.c:      remove old endianess stuff
9683         * src/pic16/genarith.c: remove old endianess stuff
9684         * src/pic16/glue.c:     fix endianess check
9685         * src/xa51/gen.c:       remove old endianess stuff
9686         * src/z80/gen.c:        fix endianess check
9687         * src/SDCCglue.c:       fix endianess check
9688         * src/ds390/peeph.def: fix bug 700036
9689
9690 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9693         * src/configure: find appropriate data-types on host for SDCC's int and long
9694         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9695         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9696         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9697
9698 2003-03-07    <johan AT balder>
9699
9700         Just a big NOOP:
9701                 some minor cleanups before the big shot
9702                 OP_DEFS and OP_USES now use Kevin's protection
9703                 new option --nolabelopt
9704
9705         * src/SDCCBBlock.c:
9706         * src/SDCCast.c,:
9707         * src/SDCCcflow.c:
9708         * src/SDCCcse.c:
9709         * src/SDCCicode.c:
9710         * src/SDCCicode.h:
9711         * src/SDCClabel.c:
9712         * src/SDCCloop.c:
9713         * src/SDCCmain.c:
9714         * src/ds390/ralloc.c:
9715         * src/mcs51/ralloc.c:
9716         * src/pic/ralloc.c:
9717         * src/xa51/ralloc.c:
9718         * src/z80/ralloc.c:
9719
9720 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9721
9722         * src/pic/pcode.c (get_op): fix 64 bit warnings
9723         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9724         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9725         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9726         * support/regression/tests/malloc.c: fix 64 bit warnings
9727
9728 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9729
9730         * src/mcs51/gen.c (genMinus): fixed bug 696436
9731
9732 2003-03-02  Borut Razem <borut.razem AT siol.net>
9733
9734         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9735
9736 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9737
9738         * configure.in: test for mkstemp
9739         * sdccconf_in.h: add HAVE_MKSTEMP
9740
9741 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9742
9743         * device/include/ctype.h: removed warning while using --stack-auto
9744         * device/include/malloc.h: removed warning while using --stack-auto
9745         * device/include/string.h: removed warning while using --stack-auto
9746
9747 2003-02-23  Borut Razem <borut.razem AT siol.net>
9748
9749         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9750         because NDEBUG is defined (see man assert)
9751         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9752
9753 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9754
9755         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9756         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9757
9758 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9759
9760         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9761         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9762
9763 2003-02-18    <johan AT balder>
9764
9765         * as/mcs51/asmain.c (asmbl): module can start with a digit
9766         * as/z80/asmain.c (asmbl): module can start with a digit
9767
9768 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9769
9770         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9771         * src/asm.c: fix pipe() for Mingw32
9772
9773 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9774
9775         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9776         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9777         make -V work again; --c1mode reads now from stdin
9778         * doc/sdccman.lyx: added --c1mode
9779         * support/Util/SDCCerr.c: new messages for c1 mode
9780         * support/Util/SDCCerr.h: new messages for c1 mode
9781         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9782
9783 2003-02-15    <johan AT balder>
9784
9785         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9786
9787 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9788
9789         * doc/sdccman.lyx: Environment variables, -o and other minor things
9790
9791 2003-02-14    <johan AT balder>
9792
9793         * src/xa51/main.c: before anyone really tries to use it :)
9794
9795         * Install doc's in share/sdcc/doc
9796         * removed some obsolete files
9797         * Do a proper make distclean and uninstall
9798         M Makefile.common.in
9799         R sdccbuild.sh
9800         M as/Makefile
9801         M device/include/Makefile.in
9802         M device/lib/Makefile.in
9803         M doc/sdccman.lyx
9804         M link/Makefile
9805         M sim/ucsim/doc/Makefile.in
9806         M src/clean.mk
9807         R src/avr/peeph.rul
9808         R src/xa51/peeph.rul
9809         M support/cpp2/Makefile.in
9810         M support/makebin/Makefile
9811
9812
9813 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9814
9815         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9816
9817 2003-02-10  Borut Razem <borut.razem AT siol.net>
9818
9819         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9820         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9821         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9822         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9823         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9824         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9825         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9826         src/z80/Makefile.bcc: Borland Makefile cleanup
9827         * as/z80/Makefile.bcc: Added Borland Makefile
9828         * support/cpp2/borland.h: Removed
9829
9830 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9831
9832         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9833         * src/SDCC.lex: new pragma NOIV
9834         * src/SDCCglobl.h: new pragma NOIV
9835         * src/SDCCmem.c: new pragma NOIV
9836
9837 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9838
9839         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9840
9841 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9842
9843         * src/SDCCmain.c: signal handling is switched off by --debug
9844         * doc/Makefile: small fix for install; use clean.mk again
9845         * doc/clean.mk: clean *.pdf and *.html too
9846
9847 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9848
9849         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9850         * device/lib/printfl.c: fix a ds390 bug by making it portable
9851         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9852         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9853         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9854         * debugger/mcs51/cmd.c: converted multi-line string literals
9855         * sim/ucsim/globals.cc: converted multi-line string literals
9856         * src/SDCCmain.c: introduced signal handler to remove temp files
9857         * doc/Makefile: small tweaks, implement clean
9858         * doc: removed generated files
9859
9860 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9861
9862         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9863         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9864         Address Record is not correctly generated for DS390."
9865
9866 2003-02-02  Borut Razem <borut.razem AT siol.net>
9867
9868         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9869         * as/mcs51/asm.h: fixed compilation with Borland C
9870         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9871         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9872         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9873         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9874         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9875         src/z80/Makefile.bcc: delete $(LIB) only if exist
9876         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9877
9878 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9879
9880         * device/include/malloc.h: introduced NULL
9881         * device/include/string.h: introduced NULL
9882         * device/include/stdlib.h: introduced NULL
9883         * device/lib/_memcpy.c: removed NULL
9884         * device/lib/_strcat.c: removed NULL
9885         * device/lib/_strchr.c: removed NULL
9886         * device/lib/_strcmp.c: removed NULL
9887         * device/lib/_strcpy.c: removed NULL
9888         * device/lib/_strcspn.c: removed NULL
9889         * device/lib/_strlen.c: removed NULL
9890         * device/lib/_strncat.c: removed NULL
9891         * device/lib/_strncmp.c: removed NULL
9892         * device/lib/_strncpy.c: removed NULL
9893         * device/lib/_strpbrk.c: removed NULL
9894         * device/lib/_strrchr.c: removed NULL
9895         * device/lib/_strspn.c: removed NULL
9896         * device/lib/_strstr.c: removed NULL
9897         * device/lib/_strtok.c: removed NULL
9898         * device/lib/malloc.c: removed NULL, include own header
9899
9900 2003-02-02    <johan AT balder>
9901
9902         * 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
9903         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9904         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9905         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9906         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9907         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9908
9909 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9910
9911         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9912         area 'DATA'"
9913
9914 2003-02-01    <johan AT balder>
9915
9916         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9917
9918 2003-01-31    <johan AT CP255758-A>
9919
9920         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9921
9922 2003-01-30    <johan AT balder>
9923
9924         * src/SDCCBBlock.c: automatic bug detection
9925         * src/SDCCicode.c: automatic bug detection
9926
9927 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9928
9929         * src/SDCCglobl.h:   now --xram-size 0 works
9930         * src/SDCCmain.c:    now --xram-size 0 works
9931
9932 2003-01-29    <johan AT balder>
9933
9934         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9935
9936 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9937
9938         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9939         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9940         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9941         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9942         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9943         * src/SDCCmain.c:    Added options --xram-size and --code-size
9944
9945 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9946
9947         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9948         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9949
9950 2003-01-27    <johan AT balder>
9951
9952         * src/SDCC.y: fixed bug #613764
9953
9954 2003-01-26    <johan AT balder>
9955
9956         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9957         * src/SDCCsymt.h: fixed bug #673374
9958         * src/SDCCglue.c: fixed bug #661910
9959         * src/SDCCast.c: fixed bug #458099 and 673374
9960
9961 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9962
9963         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9964         * as/mcs51/strcmpi.h: added
9965         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9966         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9967         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9968         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9969         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9970         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9971         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9972         * as/mcs51/Makefile.aslink: new module strcmpi
9973         * as/mcs51/Makefile.asx8051: new module strcmpi
9974         * as/mcs51/Makefil.bcc: new module strcmpi
9975         * as/mcs51/Makefile.in: new module strcmpi
9976         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9977
9978 2003-01-26    <johan AT balder>
9979
9980         * src/SDCCglue.c: reverted back to 1.124
9981         * src/SDCCast.c: reverted back to 1.156
9982         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9983
9984 2003-01-25    <johan AT balder>
9985
9986         * src/SDCCglue.c: A better fix for bug #661910
9987         * src/SDCCast.c: A better fix for bug #661910
9988         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9989
9990 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9991
9992         * src/Makefile.in: remove spawn.o
9993         * src/SDCCmain.c: remove spawn.h
9994         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9995         * src/spawn.c: removed
9996         * src/spawn.h: removed
9997         * support/regression/ports/ds390/spec.mk: link with -r
9998
9999 2003-01-24    <johan AT CP255758-A>
10000
10001         * src/ds390/gen.c (aopOp): fixed bug #667458
10002         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10003         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10004         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10005
10006 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10007
10008         * src/mcs51/peeph.def: better assembler identation by Frieder
10009         * src/mcs51/gen.c: better assembler identation by Frieder
10010
10011 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * as/z80/string.h: removed for gcc 3.2
10014         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10015         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10016
10017 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10018
10019         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10020         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10021         * support/regression/Makefile: separate temp files for ports
10022         * support/regression/generate-cases.py: separate temp files for ports
10023         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10024         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10025
10026 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10027
10028         * moved tinitalk to device/examples/ds390
10029
10030 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10031
10032         * as/mcs51/lkmem.c: rflag is for DS390
10033         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10034         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10035                          (linkEdit): move mem- and map-files the same way as ihx-files
10036         * src/z80/main.c (_setDefaultOptions): removed --generic
10037         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10038         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10039         * src/pic/glue.c (picglue): --c1mode works again
10040         * src/pic16/glue.c (pic16glue): --c1mode works again
10041         * src/asm.c (printCLine): fix #660034
10042
10043 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10044
10045         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10046         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10047         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10048         * as/mcs51/lkmem (summary): better fix for sp problem
10049         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10050         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10051         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10052                                               remove --stack-after-data
10053
10054 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10055
10056         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10057         * src/SDCCutil.c (join): ugly bug: missing '\0'
10058         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10059
10060 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10061
10062         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10063         * src/port.h: typo
10064         * src/pic/main.c (_asmCmd): gpasm supports -o
10065         * src/z80/main.c: more general macros
10066         * device/lib/Makefile.in: remove intermediate files
10067
10068 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10069
10070         * .version: Bumped version number to 2.3.3
10071         * src/SDCCBBlock.c: new option -o
10072         * src/SDCCglobl.h: new option -o
10073         * src/SDCCglue.c: new option -o
10074         * src/SDCCmain.c: new option -o
10075         * src/asm.c: new option -o
10076         * src/ds390/main.c: new option -o
10077         * src/pic/glue.c: new option -o
10078         * src/pic/pcode.c: new option -o
10079         * src/pic/ralloc.c: new option -o
10080         * src/pic16/glue.c: new option -o
10081         * src/pic16/pcode.c: new option -o
10082         * src/pic16/ralloc.c: new option -o
10083         * src/z80/main.c: new option -o
10084         * device/lib/Makefile.in: use -o
10085         * support/regression/ports/ds390/spec.mk: use -o
10086         * support/regression/ports/gbz80/spec.mk: use -o
10087         * support/regression/ports/mcs51/spec.mk: use -o
10088         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10089         * support/regression/ports/z80/spec.mk: use -o
10090         * support/regression/ports/ucz80/spec.mk: use -o
10091         * support/regression/ports/xa51/spec.mk: use -o
10092         * support/regression/fwk/lib/timeout.c: fix usage string
10093
10094 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10095         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10096
10097 2003-01-07    <johan AT balder>
10098
10099         * src/SDCCast.c (decorateType): fixed bug #600035
10100
10101 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10102         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10103         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10104         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10105         * src/pic/pcode.c: outcommented unused variable to remove warnings
10106         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10107
10108 2003-01-06    <karl AT turbobit.com>
10109         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10110    regression tests.
10111
10112 2003-01-06    <johan AT balder>
10113
10114         * src/SDCCicode.c: fixed array add
10115
10116 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10117         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10118         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10119
10120 2003-01-04    <johan AT balder>
10121
10122         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10123
10124 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10125         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10126
10127 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10128         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10129         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10130
10131 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10132         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10133
10134 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10135         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10136
10137 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10138         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10139
10140 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10141
10142     * in \sdcc\as\mcs51\ changed these files in order to create an
10143     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10144     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10145     following files to include the previous two files: aslink.dsp,
10146     Makefile.aslink, Makefile.bcc, and Makefile.in.
10147
10148     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10149     .adb instead of .cdb
10150
10151 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10152
10153         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10154         value from option --iram-size.
10155
10156 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10157
10158         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10159         dram[] array.
10160
10161 2002-09-18    <wiml AT hhhh.org>
10162
10163         * SDCClrange.h: exposed setFromRange() and setToRange()
10164         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10165           packRegsForAccUse() (bug 542397)
10166         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10167           multiple times and emitting the fetch operations more than once
10168           added aopGetUsesAcc() function to allow binary operators to
10169           fetch their operands in the correct order; made genMinus() emit
10170           compact code for X = LITERAL - Y
10171
10172 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10173         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10174         sprintf() in line 1267.
10175
10176 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10177         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10178         like ports.
10179
10180 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10181         Changes to aslink (All the changes are marked with 'JCF'):
10182
10183         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10184         summary().
10185
10186         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10187         area BSEG.  Also moves, if possible, the DATA area down into the internal
10188         ram so more space is available.
10189
10190         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10191         sflag.
10192
10193         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10194         not bytes.  Function summary() which creates a memory usage summary
10195         file with extension .mem.  Reports of overlaping stack and small stack
10196         size.  If the space for the stack is less than 16 bytes aslink trows a
10197         warning.
10198
10199         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10200         the 8051.  Option 'y' for memory summary output file.
10201
10202         Changes to sdcc (All the changes are marked with 'JCF'):
10203
10204         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10205
10206         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10207         overlaying area for it (uses RegBankUsed[4]).
10208
10209         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10210         bank zero as used by default.  By default aslink locates the stack
10211         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10212         the creation of the .mem file.  Delegates the allocation of data area
10213         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10214         the begining of the stack area to aslink.
10215
10216         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10217         glue() in SDCCglue.c creates an area for it.
10218
10219 2002-09-03  Borut Razem <borut.razem AT siol.net>
10220         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10221         sdcc/src/pic/glue.c:
10222         introduced atexit() handler for teporay files removal in case of
10223         errors, assertions, ...
10224
10225 2002-08-29  Borut Razem <borut.razem AT siol.net>
10226         * sdcc/support/cpp2/auto-host_vc_in.h:
10227         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10228         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10229         Maybe there is a similar problem with BORLANDC? It should be checked!
10230
10231         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10232         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10233         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10234         was not executed, and the compiler (cl) launched a warning:
10235         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10236
10237 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10238         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10239
10240 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10241         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10242
10243         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10244           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10245           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10246           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10247           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10248           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10249           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10250         - added Release configuration in VS projects
10251         - review of compiler an linker options
10252         - VC .exe files are generated in bin_vc directory, not to interfere
10253           with binaries generated from other projects (cygwin, mingw, bcc ...)
10254
10255         * sdcc/src/yacc.dsp: added
10256
10257         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10258         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10259         and insert the version number definitions from .version
10260
10261         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10262
10263         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10264         added - genarate auto-host.h using auto-host_vc_in.h as template
10265
10266         * sdcc/sdcc_vc.h,
10267         removed from CVS, generated automatically
10268
10269 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10270         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10271
10272 2002-08-11  Borut Razem <borut.razem AT siol.net>
10273         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10274
10275 2002-08-10  Borut Razem <borut.razem AT siol.net>
10276         * src/SDCCmain.c (main):
10277         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10278         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10279         The consequence was that some temporary files were not removed.
10280
10281         * src/SDCCglue.c:
10282         unification of code in functions tempfilename() and tempfile():
10283         function tempnam() is defined in Visual Studio 6.0 and .NET
10284
10285         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10286
10287         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10288           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10289         - removed compiler command line option /WX: Treats all warnings as errors
10290         - update a list of source files, included into the project
10291
10292         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10293           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10294         changed project type to Generic Project so that can be correcly converted to VS.NET project
10295
10296         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10297
10298         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10299
10300         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10301
10302         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10303         added return 0 statements after assert() to make compiler happy
10304
10305         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10306         added newline in the def file to keep MSC compiler satisfied
10307
10308         * sdcc/src/z80/gen.c:
10309         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10310           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10311         - solved MSC error in function aopDump()
10312
10313         * sdcc_vc.h: define PREFIX as "\\sdcc"
10314
10315 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10316         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10317
10318 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10319         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10320         - Rewrote the register banking algorithm.
10321         - Added pCode live-range analysis to registers (for now, only non-used and
10322         singly-used registers optimized away)
10323
10324         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10325
10326         * 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.
10327
10328 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10329         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10330
10331 2002-04-22  Michael Hope  <michaelh AT vroom>
10332
10333         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10334
10335         * configure.in (DD_COPT): Added include support required for gbdk.
10336
10337         * .version: Bumped version number just to increase it.
10338
10339         * src/SDCCmain.c: Added -nostdinc to the default options.
10340
10341 2002-04-15  Michael Hope  <michaelh AT vroom>
10342
10343         * device/lib/z80/printf.c (sprintf): Added.
10344
10345         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10346
10347         * src/z80/peeph.def: Added transpose redundent load rule.
10348
10349         * src/z80/main.c: Added force callee saves for jaune.
10350
10351         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10352
10353         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10354
10355 2002-03-28  Johan Knol  <johan AT balder>
10356
10357         * src/SDCCval.c: fixed bug #532436
10358
10359 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10360         * /src/port.h:
10361         Added "char *Processor" field to the port structure.
10362
10363         * /src/SDCCmain.c:
10364         Added -p option. Allows port dependent processor to be specified.
10365
10366         * all ports:
10367         Initialized the new field char *Processor field to NULL in all ports
10368
10369         * /src/pic/*:
10370         Compiler generated registers for interrupt context saving
10371         were not getting allocated.
10372
10373 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10374
10375         * /src/SDCCast.c:
10376         Fixed left shift. Will promote the left side of a left shift
10377         if a) left shifting more than size of operand or b) when assigned
10378         to something size > size of left side
10379
10380 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10381         * src/pic/*
10382         tons of changes. Register allocation has been
10383         rewritten. Added customization for the various PICs. Flow
10384         analysis is restructured. ...
10385
10386         * src/pic/device.h:
10387         Added
10388
10389         * src/pic/device.c:
10390         Added. device.c is a PIC port hack to accomodate variations
10391         in PIC devices.
10392
10393 2002-03-13  Michael Hope  <michaelh AT vroom>
10394
10395         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10396
10397 2002-03-04  johanknol  <johanknol AT manik>
10398
10399         * /src/SDCCval.c: fixed
10400
10401         const unsigned char arr[][2] = { { 0, 1 } };
10402         t18.c:1: error: Initializer element is not constant
10403
10404 2002-03-04  bela  <bela AT manik>
10405
10406         * /device/include/mcs51reg.h:
10407         ds89c420 register definition update
10408
10409 2002-03-03    <johan AT FRIJA>
10410
10411         * support/Util/SDCCerr.c: did something, but don't no why anymore
10412
10413         * support/regression/tests/bug-524691.c: made it a little less shy
10414
10415         * src/SDCCast.c (decorateType): fixed bug #524697
10416
10417         * src/SDCCast.c: made some lineno improvements
10418
10419         * src/SDCCval.c (getNelements): changed warning to error
10420
10421         * src/SDCCglue.c (printIvalArray): changed warning to error
10422
10423         * src/SDCCicode.c: fixed a warning for mingw
10424
10425         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10426
10427         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10428
10429 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10430
10431         * src/ds390/peeph.def:
10432         Added some more peephole rules
10433
10434         * src/ds390/gen.c: Various fixes & enhancements
10435
10436         * src/SDCClrange.c, src/SDCClrange.h:
10437         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10438
10439         * src/ds390/ralloc.c:
10440         various fixes & enhancements (ds390) specific
10441
10442         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10443         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10444         from rallocs.
10445
10446         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10447
10448 2002-03-02    <johan AT FRIJA>
10449
10450         * src/SDCCast.c (decorateType): fixed bug #524708
10451
10452         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10453
10454         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10455
10456 2002-03-01  Michael Hope  <michaelh AT vroom>
10457
10458         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10459
10460         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10461
10462 2002-03-01    <johan AT FRIJA>
10463
10464         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10465
10466         * src/SDCCast.c (decorateType): fixed bug #524209
10467
10468         * src/SDCCval.c (valNot): fixed bug #524195
10469
10470 2002-02-26    <johan AT balder>
10471
10472         * src/xa51/gen.c: fixed a warning
10473
10474         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10475
10476         * src/SDCCast.c (decorateType): fixed bug #522534
10477
10478 2002-02-23    <johan AT balder>
10479
10480         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10481
10482 2002-02-22    <johan AT balder>
10483
10484         * src/SDCCast.c: fixed bug #514865
10485
10486         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10487
10488 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10489
10490         * sdcc/src/SDCCloop.c:
10491         Previous fix was not good. basic blocks that have "break" or "return" are
10492         not really partof a loop , but live ranges used in these blocks should
10493         be live thru the entire loop, so set partOfLoop but don't add them to
10494         loop region
10495
10496 2002-02-21    <johan AT FRIJA>
10497
10498         * src/SDCCcse.c: fixed bug #514308
10499
10500 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10501
10502         * src/SDCCloop.c:
10503         Fixed BUG #519583. If a conditional block ended in a return/break
10504         statement inside a loop, it was not being considered part of the loop.
10505
10506         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10507
10508 2002-02-10  Karl Bongers <karl AT turbobit.com>
10509
10510         * debugger/*:
10511         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10512         with lots of comments and notes.
10513
10514         * device/examples/test2.c:
10515         Fix bug, "red" variable not being initialized(compiler complained).
10516
10517         * device/examples/Makefile, examples/test3.c:
10518         Add Makefile in device/examples folder, compiles test3.c
10519         for use as a multiple module SDCDB test case.
10520
10521         * sim/ucsim/cmd.src/cmdset.cc:
10522         Took out debug printfs in ucsim "next" command.
10523
10524         * sim/ucsim/xa.src:
10525         Karl and Johan start ucsim XA support.  Most dissassembly working,
10526         about 75% emulation done(plenty of work remaining).
10527
10528         * sim/ucsim/z80.src:
10529         Add Z80 support to ucsim, add test-ucz80 regression test,
10530         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10531         Notice z80 compiler fails on examples/test3.c/crc code.
10532
10533 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10534
10535         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10536         Added support for --parms-in-bank1
10537
10538         * src/ds390/peeph.def:
10539         added a few more peephole optimzations
10540
10541         * src/ds390/main.c:
10542         1) added __builtin_inp & __builtin_outp used to read in data of given length
10543            from a memory mapped port
10544         2) added __builtin_memcmp
10545         3) added __builtin_swapw swap bytes of a short
10546
10547         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10548         1) handle multiple send & receives from register bank1
10549         2) ralloc can now allocate DPTR1 to some liveRanges
10550
10551         * src/SDCCsymt.c, src/SDCCsymt.h:
10552         changes to handle multiple sends & receives
10553
10554         * src/SDCCptropt.h:
10555         added some pointer arithmetic optimization
10556
10557         * src/SDCCptropt.c:
10558         added some pointer arithmetic optimizations but not stable yet so not
10559         called from anywhere (will get this working shortly)
10560
10561         * src/SDCCopt.c: fixed for multiple sends & receives
10562
10563         * src/SDCCmain.c:
10564         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10565         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10566            set preprocessor defines (depending on options)
10567
10568         * src/SDCCicode.c, src/SDCCicode.h:
10569         changes made to handle multiple sends & receives
10570
10571         * src/SDCCglobl.h:
10572         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10573
10574         * src/SDCCcse.c, src/SDCCcse.h:
10575         added function findbackward def (to be used in upcoming optimization)
10576
10577         * src/SDCCcflow.c, src/SDCCcflow.h:
10578         added function returnAtEnd - to determine if a basic block terminates with
10579         a RETURN iCode
10580
10581         * src/SDCCast.c, src/SDCCast.h:
10582         added option parms-in-bank1
10583
10584         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10585         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10586         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10587         adjusted for --parms-in-bank1 option
10588
10589         * device/include/string.h:
10590         donot redefine "reentrant" keyword
10591
10592         * device/include/ds80c390.h: Added some more SFRs
10593
10594 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10595
10596         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10597
10598 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10599
10600         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10601
10602 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10603
10604         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10605
10606 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10607
10608         * Added --xram-movc option
10609
10610 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10611
10612         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10613
10614 2002-01-11  Johan Knol
10615
10616         * Added math lib of Jesus Calvino-Fraga
10617
10618 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10619
10620         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10621         * support/regression/Makefile: new target test-mcs51-stack-auto
10622         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10623
10624 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10625
10626         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10627
10628 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10629
10630         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10631
10632 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10633
10634         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10635
10636         * src/SDCCglue.h: add definition for printIvalChar()
10637
10638 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10639
10640         * src/SDCCast.c: fix #498138 by Johan
10641
10642         * src/SDCCglue.c: fix #498138 by Johan
10643
10644 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10645
10646         * support/regression/Makefile: fix clean
10647
10648         * support/regression/ports/ds390/support.c: fix transmission of last character
10649
10650 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10651
10652         * /sdcc/src/ds390/gen.c:
10653         a) improved computing address of stack variable
10654         b) took out some #if 0 code
10655         c) improved parmBytes adjustment
10656         d) improved genPlusIncr & genMinusIncr
10657         e) genCmp could generate bad code (when left assigned to DPTR)
10658         f) Fixed bug in hasInc
10659
10660         * /sdcc/src/ds390/ralloc.c:
10661         a) packRegsForSupport could mess up live information (Fixed)
10662         b) packRegsDPTRuse could be incorrect for left & right shift
10663
10664         * /sdcc/src/mcs51/ralloc.c:
10665         packRegsForSupport could mess up the live information (Fixed)
10666
10667         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10668
10669         * /sdcc/src/SDCCast.c:
10670         can reverse a loop even if function call is present as long
10671         as the loop control variable is local & is not passed as parameter
10672
10673 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10674
10675         * /sdcc/ChangeLog: *** empty log message ***
10676
10677         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10678         More builtin function additions for TININative
10679
10680         * /sdcc/src/ds390/ralloc.c:
10681         Had broken the regression testsuite
10682
10683         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10684
10685         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10686         Added funcattr hasStackParms will be set for reentrant functions when there
10687         are paramteres on the stack, this helps in minimizing frame pointer generation
10688         typeFromStr can handle function pointers now
10689
10690         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10691         *** empty log message ***
10692
10693 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10694
10695         * /src/ds390/gen.c, /src/ds390/main.c:
10696         More builtin function additions for TININative
10697
10698         * /src/ds390/ralloc.c:
10699         Had broken the regression testsuite
10700
10701         * /src/SDCCast.c: Fixed a bug in dumptree
10702
10703         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10704         Added funcattr hasStackParms will be set for reentrant functions when there
10705         are paramteres on the stack, this helps in minimizing frame pointer generation
10706         typeFromStr can handle function pointers now
10707
10708         * /doc/builtins.txt, /doc/TININative.txt:
10709         *** empty log message ***
10710
10711
10712 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10713
10714         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10715         ALPHA version for -mTININative
10716
10717         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10718         updated to reflect changes in the port structure
10719
10720         * /src/port.h:
10721         added function do_assemble (similar to do_link) if non-null this function
10722         will be called to do assembly (-mTININative) requires a multi command
10723         assembly
10724         added function genAssemblerEnd will be called to generate assembler Epilogue
10725
10726         * /src/SDCCsymt.c:
10727         added _JavaNative to debug info printing
10728
10729         * /src/SDCCmain.c: added option --tini-libid
10730         added port->do_assemble function (-mTININative) has a multi command assemble
10731
10732         * /src/SDCCglue.c: Disabled "constExpr" check
10733         added port->genAssemblerEnd function
10734
10735         * /src/SDCCglobl.h: Added option --tini-libid value
10736
10737         * /src/SDCCast.h:
10738         tookout optimizeCompare from the header (has no external references)
10739
10740         * /src/SDCCast.c: made one more function "static"
10741
10742 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10743
10744         * src/z80/mappings.i: Added z80asm support.
10745
10746         * src/z80/main.c: Added z80asm support on --asm=z80asm
10747
10748         * src/z80/gen.c: Fixed asm portability issues.
10749
10750         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10751
10752         * src/SDCCglue.c (printExterns): Added global/extern split.
10753
10754 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10755
10756         * support/regression/Makefile: added test for mcs51 model large
10757
10758         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10759
10760         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10761
10762 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10763
10764         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10765
10766 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10767
10768         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10769
10770         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10771
10772 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10773
10774         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10775
10776         * support/regression/tests/simplefloat.c: Port to mcs51.
10777
10778 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10779         * support/regression/tests/bug-485362.c: Added.
10780
10781         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10782
10783         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10784
10785         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10786
10787         * src/z80/gen.c (aopDump): Added a dump function.
10788
10789 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10790         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10791
10792         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10793
10794         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10795
10796         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10797
10798         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10799
10800         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10801
10802         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10803
10804         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10805
10806         * support/regression/ports/ds390/support.c: Use tinibios.
10807
10808         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10809
10810 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10811
10812         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10813         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10814
10815         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10816
10817         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10818
10819 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10820
10821         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10822
10823         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10824         (packRegsForIYUse): Created and optimised.
10825
10826 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10827
10828         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10829 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10830
10831         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10832
10833         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10834
10835         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10836
10837 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10838
10839         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10840
10841         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10842
10843 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10844
10845         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10846
10847         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10848
10849         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10850
10851 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10852
10853         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10854         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10855         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10856
10857         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10858
10859         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10860         (genNotFloat): Added.
10861         (genUminusFloat): Added.
10862
10863         * device/lib/z80/Makefile: Added floating pt stubs.
10864
10865         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10866
10867         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10868
10869         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10870
10871 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10872
10873         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10874
10875         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10876
10877         * sdcc/support/regression/Makefile: Add port ds390.
10878
10879         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10880
10881         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10882
10883         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10884
10885         * sdcc/support/regression/ports/ds390/support.c: Added.
10886
10887         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10888
10889         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10890
10891         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10892
10893 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10894
10895         * device/include/malloc.h: Added z80 and gbz80 support.
10896
10897         * device/lib/gbz80/heap.s: Added.
10898
10899         * device/lib/z80/heap.s: Added.
10900
10901         * device/lib/malloc.c: Added z80 and gbz80 support.
10902
10903         * support/regression/tests/malloc.c (testMalloc): Added.
10904
10905         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10906
10907         * support/regression/tests/bug-478094.c: Added.
10908
10909         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10910
10911 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10912
10913         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10914
10915         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10916
10917         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10918
10919         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10920
10921         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10922
10923 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10924
10925         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10926
10927 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10928
10929         * support/regression/tests/bug-477927.c: Added.
10930
10931         * src/z80/peeph.def: Added minor rules.
10932
10933         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10934
10935         * src/z80/peeph.def: Added jump optimisation modification.
10936
10937 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10938
10939         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10940
10941 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10942
10943         * support/regression/tests/funptrs.c: Added.
10944
10945 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10946
10947         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10948
10949 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10950
10951         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10952
10953         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10954
10955         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10956         (movLeft2ResultLong): Created.
10957
10958         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10959         (joinPushes): Added.  Joins two char pushes into a word push.
10960
10961 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10962
10963         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10964
10965         * support/makebin/Makefile (install): Added creation of dest dir.
10966
10967 2001-10-24 Karl Bongers <karl AT turbobit.com>
10968
10969         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10970
10971 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10972
10973         * src/z80/ralloc.c: Turned off faulty pack for one use.
10974
10975         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10976
10977         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10978
10979 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10980
10981         * support/regression/Makefile: Improved clean
10982
10983         * support/regression/ports/gbz80/spec.mk: Added clean
10984
10985         * support/regression/ports/host/spec.mk: Added clean
10986
10987         * support/regression/ports/z80/spec.mk: Added clean
10988
10989         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10990
10991         * support/regression/ports/mcs51/timeout.c: little improvements
10992
10993 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10994
10995         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10996
10997         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10998
10999         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11000
11001 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11002
11003         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11004
11005         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11006
11007 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11008         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11009
11010         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11011
11012         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11013
11014         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11015
11016         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11017
11018         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11019
11020         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11021
11022         * support/regression/tests/longor.c: Added.
11023
11024 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11025
11026         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11027
11028         * as/mcs51/aslink.h: define PATH_MAX
11029
11030         * as/mcs51/asm.h: define PATH_MAX
11031
11032         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11033
11034         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11035
11036         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11037
11038         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11039
11040         * src/SDCCglobl.h: define PATH_MAX
11041
11042         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11043
11044         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11045
11046 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11047
11048         * src/z80/gen.c (gencjneshort): Fixed
11049
11050         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11051
11052 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11053
11054         * support/regression/tests/bug-469671.c: Added.
11055
11056         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11057
11058 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11059
11060         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11061
11062         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11063
11064 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11065
11066         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11067
11068         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11069
11070         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11071
11072         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11073
11074         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11075
11076         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11077
11078         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11079
11080 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11081
11082         * 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.
11083
11084         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11085
11086         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11087
11088 2001-10-07    <johan AT FRIJA>
11089
11090         * device/lib/gets.c (gets): fixed the return value.
11091
11092 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11093         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11094
11095         * 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.
11096
11097         * 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.
11098
11099         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11100
11101         * src/pic/gen.c: Removed Safe_strdup.
11102
11103         * configure.in: Added option to enable libgc support.
11104
11105         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11106         (bitVectUnion): Optimised.
11107         (bitVectIntersect): Optimised.
11108         (bitVectBitsInCommon): Optimised.
11109         (bitVectCplAnd): Optimised.
11110
11111         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11112
11113 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11114
11115         * src/SDCCmain.c: distinguish between assembler debug and plain options
11116
11117         * src/avr/main.c:   remove standard assembler options
11118
11119         * src/ds390/main.c: remove standard assembler options
11120
11121         * src/mcs51/main.c: remove standard assembler options
11122
11123         * src/port.h: removed "PENDING" comment
11124
11125 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11126
11127         * src/device/lib/_mulint.c  : new, with assember functions
11128
11129         * src/device/lib/_mullong.c : new, with assember functions
11130
11131         * src/device/lib/_divuint.c : with assember functions
11132
11133         * src/device/lib/_divsint.c : with assember functions
11134
11135         * src/device/lib/_divulong.c: with assember functions
11136
11137         * src/device/lib/_divslong.c: with assember functions
11138
11139         * src/device/lib/_moduint.c : with assember functions
11140
11141         * src/device/lib/_modsint.c : with assember functions
11142
11143         * src/device/lib/_modulong.c: with assember functions
11144
11145         * src/device/lib/_modslong.c: with assember functions
11146
11147         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11148
11149         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11150
11151         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11152                                       replaced _mululong.c and _mulslong.c by _mullong.c
11153
11154 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11155
11156         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11157
11158 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11159
11160         * src/SDCCglue.c: test, if win32api is available for MINGW
11161
11162 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11163
11164         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11165         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11166         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11167         * support/regression/ports/host/spec.mk: removed GENERIC
11168         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11169         * support/regression/ports/z80/spec.mk: removed GENERIC
11170
11171 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11172
11173         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11174
11175         * support/regression/tests/bug-467035.c: Created.
11176
11177 2001-10-01    <johan AT FRIJA>
11178
11179         * src/SDCC.y: fixed bug #466586 part 1
11180
11181 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11182
11183         * SDCCicode.c: z80 has no generic pointers
11184         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11185
11186 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11187
11188         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11189
11190 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11191
11192         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11193
11194         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11195
11196 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11197
11198         * configure.in: Fixed up so that ucsim is only configured once.
11199
11200         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11201
11202         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11203         (getPathDifference): As above.
11204
11205         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11206
11207         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11208
11209 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11210         * .version: Updated to 2.3.1
11211
11212         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11213         Added copyright header.
11214
11215         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11216         (assemble): Added support for macro based assembler commands.
11217         (linkEdit): Added support for macro based linker commands.
11218         (preProcess): Changed the pre-processor to use macros.
11219         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11220         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11221
11222         * device/lib/z80/crt0.s: Added module name for debugging.
11223
11224 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11225
11226         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11227
11228         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11229
11230         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11231
11232         * src/Makefile.in: Added SDCCmacro and SDCCutil
11233
11234 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11235
11236         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11237
11238 2001-09-16    <johan AT FRIJA>
11239
11240         * 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.
11241
11242 2001-09-15    <johan AT FRIJA>
11243
11244         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11245         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11246
11247 2001-09-11    <johan AT FRIJA>
11248
11249         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11250
11251 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11252
11253         * support/regression/tests/bug-460444.c: Added test case.
11254
11255         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11256         (genCast): Added justification for all of the asserts.
11257
11258 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11259
11260         * support/regression/support.c: _xdata replaced by xdata
11261
11262         * support/regression/spec.mk: removed _generic
11263
11264 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11265
11266         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11267
11268         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11269         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11270
11271         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11272
11273         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11274
11275         * support/regression/tests/bug-460010.c: Added test case.
11276
11277         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11278
11279 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11280
11281         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11282
11283         * support/regression/testfwk.c: removed workaround for bug #436344
11284
11285         * support/regression/tests/bp.c: use less memory with mcs51
11286
11287         * support/regression/tests/bug-441448.c: use less memory
11288
11289         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11290
11291         * support/regression/collate-results.py: typo
11292
11293 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11294
11295         * support/regression/tests/fetchoverlap.c: Added new test case.
11296
11297         * support/regression/tests/bp.c: Added new test case.
11298
11299         * support/regression/tests/bug-448984.c: Added new test case.
11300
11301         * support/regression/tests/pow2shifts.c: Added new test case.
11302
11303         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11304         (genlshTwo): Fixed right shift for count > 8.
11305
11306         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11307
11308 2001-09-08    <johan AT FRIJA>
11309
11310         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11311
11312 2001-09-07    <johan AT FRIJA>
11313
11314         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11315
11316         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11317
11318 2001-09-06    <johan AT FRIJA>
11319
11320         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11321         * bernhard noted me at this: "() equals to (void)" (1.38)
11322
11323 2001-09-05    <johan AT FRIJA>
11324
11325         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11326
11327 2001-09-04    <johan AT FRIJA>
11328
11329         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11330
11331
11332 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11333
11334         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11335
11336 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11337
11338         * link/z80/aslink.h: Fixed path for PATH_MAX
11339
11340 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11341
11342         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11343
11344         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11345
11346         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11347
11348         * 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.
11349
11350 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11351
11352         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11353         (genCmp): Fixed up genCmp for the GB with longs.
11354
11355         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11356
11357         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11358
11359         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11360
11361         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11362
11363 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11364
11365         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11366
11367 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11368
11369         * 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.
11370
11371         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11372
11373 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11374
11375         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11376
11377         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11378
11379 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11380
11381   * sim/ucsim/configure:    little improvement of Cygwin-detection
11382   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11383   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11384   * support/regression/tests/bug-221100.c: small changes for mcs51
11385   * support/regression/tests/bug-221168.c: small changes for mcs51
11386   * support/regression/tests/bug-227710.c: small changes for mcs51
11387   * support/regression/tests/staticinit.c: small changes for mcs51
11388   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11389   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11390   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11391
11392 $Revision$