0c5d8b598dd693d520bed2bd0f3c9d4dbeac8179
[fw/sdcc] / ChangeLog
1 2006-05-27 Borut Razem <borut.razem AT siol.net>
2
3         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
4           static instead auto
5         * support/regression/ports/pic16/support.c: increase stack size
6           from default 64 bytes to 128 bytes
7         * support/regression/tests/staticinit.c,
8           support/regression/tests/float.c: regression tests fully enabled
9           for pic16 port by putting the initialized data arrays into the code
10           section
11         * support/regression/ports/pic16/spec.mk: don't link default libraries.
12           This was changed by mistake in the previous version.
13
14 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
15
16         * src/pic16/gen.c (genFunction, genEndFunction): some
17         beautifications, fixed bug with falsely restoring FSR2 in large
18         stack model, thanks to Beau E. Cox for reporting the bug
19
20 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
21
22         * debugger/mcs51/break.c,
23         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
24           use %p to print pointers, made address variables unsigned
25         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
26         * debugger/mcs51/symtab.c (parseSymbol): must return something
27         * src/mcs51/gen.c (aopForSym): small optimization,
28            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
29           (freeAsmop): added missing break,
30           (aopPut): removed parameter bvolatile, determine it inside the function,
31           (saveRegisters, unsaveRegisters): small optimization,
32           (genIpush): removed pointless check,
33           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
34           replaced sprintf with SNPRINTF,
35           replaced strcpy with strncpyz,
36           updated aopPut calls,
37           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
38         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
39
40 2006-05-24 Borut Razem <borut.razem AT siol.net>
41
42         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
43           modification of test for the pic16 port, put the array to the code
44           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
45
46 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
47
48         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
49         * support/Util/pstdint.h: added
50
51 2006-05-22 Borut Razem <borut.razem AT siol.net>
52
53         * src/regression/Makefile: removed bool2.c test, added -q linker option
54         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
55           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
56           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
57           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
58           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
59           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
60           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
61           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
62           define SUPPORT_BIT_TYPES 0, removed unused bit variables
63
64 2006-05-22 Raphael Neider <rneider AT web.de>
65
66         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
67           bug #1492360 (problematic due to generic pointers, see code)
68
69 2006-05-22 Borut Razem <borut.razem AT siol.net>
70
71         * support/regression/ports/pic16/specs.mk: removed stack size linker
72           directive
73         * support/regression/tests/array.c,
74           support/regression/tests/bitopcse.c,
75           support/regression/tests/bug-908454.c,
76           support/regression/tests/malloc.c: modified for pic16 regression test
77         * support/regression/tests/bitfields.c:
78           pic16 - excluded bitfileds of size > 8
79         * support/regression/tests/bp.c: pic16 - reduced data size
80         * support/regression/tests/bug-221100.c: pic16 - reduced data size
81         * support/regression/tests/bug-460010.c:
82           pic16 - used the absolute address the fits in memory
83         * support/regression/tests/bug-716242.c:
84           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
85         * support/regression/tests/float.c:
86           pic16 - excluded - data size too big
87         * support/regression/tests/onebyte.c:
88           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
89         * support/regression/tests/shifts.c:
90           pic16 - function names probably have to differ in first X characters
91           (gpasm limitation?)
92         * support/regression/tests/staticinit.c:
93           pic16 - excluded some tests due error: no target memory available for
94           section ".idata"
95
96 2006-05-22 Borut Razem <borut.razem AT siol.net>
97
98         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
99           second try. Thanks Stas Sergeev once more.
100
101 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
102
103         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
104           (genLeftShift, genRightShift): fixed bug 1491627
105         * src/hc08/peeph.def (rules 7, 8.x): added
106         * support/regression/tests/shifts.c (ShiftLeftByParam,
107           ShiftRightByParam, testShiftByParam): added to test variable shifting
108
109 2006-05-20 Raphael Neider <rneider AT web.de>
110
111         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
112         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
113           (allocReg): add only new registers to dynAllocRegs,
114           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
115             #1489055, #1445850, and probably #1483693
116
117 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
118
119         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
120         bug in for-loop that didn't emit the last of CONFIG and ID registers
121
122 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
123
124         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
125           with offset
126         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
127           1489016, 1434401 and 1490124
128         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
129           1489016, 1434401 and 1490124
130
131 2006-05-17 Borut Razem <borut.razem AT siol.net>
132
133         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
134           thanks Stas Sergeev
135
136 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
137
138         * device/include/mcs51/P89c51RD2.h,
139         * device/include/mcs51/P89LPC901.h,
140         * device/include/mcs51/P89LPC922.h,
141         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
142
143 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
144
145         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
146         to fix missing stack pragma in compiled binary object file,
147
148 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
149
150         * support/packihx/configure.in,
151         * support/packihx/configure: removed warning, autoconf >= 2.5x can
152         determine sizeof basic types even while cross compiling
153
154 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
155
156         * src/avr/gen.c (aopop),
157         * src/ds390/gen.c (aopOp),
158         * src/hc08/gen.c (aopOp),
159         * src/mcs51/gen.c (aopop),
160         * src/pic16/gen.c (pic16_aopOp),
161         * src/pic/gen.c (aopOp),
162         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
163         if size of operand is smaller than spill location
164
165 2006-05-12 Borut Razem <borut.razem AT siol.net>
166
167         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
168           have to have CR/LF line endings even if they are checked out on *nix
169           or on WIN32 in cygwin binmode
170
171 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
172
173         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
174         * device/include/ds80c390.h: added sfr16 definitions
175         * src/ds390/gen.c,
176         * src/ds390/gen.h,
177         * src/ds390/main.c,
178         * src/ds390/ralloc.c,
179         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
180           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
181           bit returning functions
182         * support/regression/tests/sfr16.c: enabled test on ds390
183
184 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
185
186         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
187         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
188
189 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
190
191         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
192         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
193           (cl_address_space constructor): removed expensive initialization,
194           (cl_address_space::get_cell): extended for late initialization,
195           (cl_address_space::*): use late initialization,
196           (cl_address_decoder::activate): removed expensive initialization,
197           This reduced regression test running time by 25%
198
199 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
200
201         * packihx/,
202         * configure.in,
203         * configure,
204         * sdcc.dsw,
205         * Makefile.bcc,
206         * Makefile.in,
207         * support/packihx/Makefile.in,
208         * support/packihx/clean.mk,
209         * support/packihx/Makefile.bcc,
210         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
211
212 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
213
214         * src/SDCCval.c (valNot): fix for regression test failure
215           of not.c on big endian hosts
216
217 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
218
219         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
220
221 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
222
223         * device/lib/mcs51/Makefile.in: changed string comparison operator
224           to = for POSIX compliance; == is bash extension
225
226 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
227
228         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
229           kosmonaut_pirx
230
231 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
232
233         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
234         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
235         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
236         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
237         bug report #1478657,
238
239 2006-05-05 Borut Razem <borut.razem AT siol.net>
240
241         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
242           making the html
243
244 2006-05-02 Borut Razem <borut.razem AT siol.net>
245
246         * doc/Makefile.in: removed *.ind dependency since there is no rule to
247           create *.ind, which made make to fail if invoked with -j 2
248
249 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
250
251         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
252           Hubert Sack for patch 1479782
253
254 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
255
256         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
257
258 2006-05-01 Raphael Neider <rneider AT web.de>
259
260         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
261           (create_pic): store only prefix-free device name,
262           (init_pic): check for device names with "16" prefix,
263           (list_valid_pics),
264         * src/pic/device.h (struct PIC_device),
265         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
266             stored device name,
267         * device/include/pic/pic12f{635,675,629,683}.h,
268         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
269         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
270         * device/include/pic/pic16f505.h,
271         * device/lib/pic/libdev/pic16f505.c: removed
272         * device/include/pic/pic14devices.txt: added support for pic12f
273             devices, removed unsupported non 16-bit devices
274             [above changes provided by patch from Zik Saleeba]
275         * src/pic/*, src/pic16/*, device/include/pic16/*,
276           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
277
278 2006-05-01 Borut Razem <borut.razem AT siol.net>
279
280         * configure.in, configure, doc/Makefile.in:
281           sync with nightly build makefile - latex, dvipdf and dvips
282           not needed any more
283
284 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
285
286         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
287         in the library source
288
289 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
290
291         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
292
293 2006-04-28 Raphael Neider <rneider AT web.de>
294
295         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
296         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
297           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
298         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
299
300 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
301
302         * device/lib/pic/libdev/Makefile.in,
303         * device/lib/hc08/Makefile.in,
304         * device/lib/gbz80/Makefile.in,
305         * device/lib/z80/Makefile.in,
306         * device/lib/ds390/Makefile.in,
307         * device/lib/ds400/Makefile.in: added srcdir to include search path,
308         thanks to Borut for the bug report
309         * configure.in,
310         * configure: always create doc/Makefile independent from --enable-doc
311         * Makefile.in: always install from directory doc independent from
312         --enable-doc
313         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
314         removed
315         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
316         * doc/Makefile.in: install *.txt if present
317         * device/include/Makefile.in (install): added installation of pic/*.inc
318         and pic/*.txt files again, they were erroneously removed
319
320 2006-04-28 Raphael Neider <rneider AT web.de>
321
322         * src/pic/{gen.c,main.h,pcode.c},
323         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
324             concerning signedness with casts
325
326 2006-04-28 Raphael Neider <rneider AT web.de>
327
328         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
329             definition of an interrupt handler,
330         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
331             interrupt handler stuff from picglue() to separate routine,
332           (picglue): enabled definition of intr handlers in files w/o main()
333
334 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
335
336         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
337           compilation with MSVC 2005 Express Edition (VC8)
338
339 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
340
341         * device/lib/Makefile: fixed build of gbz80 lib
342
343 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
344
345         * support/regression/tests/bug-460010.c,
346         * support/regression/tests/bug-524691.c,
347         * support/regression/tests/bug-716242.c: removed conditional defines
348           that are already in testfwk.h
349
350 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
351
352         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
353           (AccAXRsh1): added, shift right by 1,
354           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
355            AccAXLrl1
356         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
357
358 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
359
360         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
361         remove cast to same type
362         * src/SDCCast.c (decorateType): fix for RFE 1475742,
363         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
364         * as/z80/Makefile,
365         * link/z80/Makefile: removed, they have moved to
366         Makefile.in files
367         * configure,
368         * configure.in: replaced duplicate message about ucsim by missing sdcpp
369         * install-sh: fix bug #1204398 by setting umask 0022
370         * device/lib/Makefile: separate build of z80 and gbz80 lib
371
372 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
373
374         Enabled VPATH feature: changed nearly all Makefiles (149 files).
375         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
376
377         One basic decision: e.g. src/clean.mk includes further files. In order
378         to make this work there are two solutions:
379         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
380           run configure on them. This way they can use
381           'include $(srcdir)/port-clean.mk'
382         - always include clean.mk by the Makefile at the same level. To avoid
383           that `make clean` tries to include and build Makefile.dep the
384           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
385           implemented, because now even `make uninstall` doesn't create
386           Makefile.in. clean.mk could be eliminated by pasting it in
387           Makefile.in.
388
389         * debugger/mcs51/Makefile.in: build own objects from library sources
390         (SLIB, SDCC) in current directory
391
392         * configure, configure.in: renamed --disable-device-lib-build in
393         --disable-device-lib; added --enable-doc, the required tools are
394         searched by configure; added result message; the toolchain for the
395         belonging ports are now only built, if the port is enabled.
396
397         * support/regression/*: all output is written in directory gen, because
398         the fwk and ports directories don't livet in the build tree using vpath
399
400         * doc/sdccman.lyx: renamed --disable-device-lib-build to
401         --disable-device-lib, added --enable-doc, added section VPATH
402
403         * sim/ucsim/configure.in,
404         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
405         z80 are enabled by default
406
407 2006-04-24 Raphael Neider <rneider AT web.de>
408
409         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
410             to config word, "pic14_"-prefixed some extern functions
411           (pic14_emitConfigWord): emit __config directive(s) if assignment to
412             config word has been found
413         * src/pic/device.h: added prototypes
414         * src/pic/pcode.c: added "pic14_"-prefix where needed
415         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
416             fixup
417         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
418             words,
419           (pic14emitRegularMap): ignore config words,
420           (pic14createInterruptVect): moved generating __config directives away
421           (picglue): have __config directives emitted
422
423 2006-04-24 Borut Razem <borut.razem AT siol.net>
424
425         * doc/Makefile: sync with nightly build makefile
426
427 2006-04-24 Raphael Neider <rneider AT web.de>
428
429         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
430             registers that have not been assigned proper liveranges,
431             fixes #1469504 and #1474602,
432           (pCodeRegOptimizeRegUsage): fixed typo in comment
433
434 2006-04-24 Borut Razem <borut.razem AT siol.net>
435
436         * device/examples/main8051.c: deleted - it was removed from CVS
437           24.mar.2000 and after that modified 18.feb.2001, so it reappered
438           after the transition to Subversion
439         * src/SDCCalloc.h: deleted - it was removed  from CVS
440           3.feb.2001 and after that modified 18.feb.2001, so it reappered
441           after the transition to Subversion
442         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
443           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
444           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
445           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
446
447 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
448
449         * as/asx8051.dsp: added mcs51/strcmpi.h
450         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
451         * as/hc08/aslink.h: updated lnksect prototype
452         * as/hc08/asm.h,
453         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
454         * as/hc08/asmain.c,
455         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
456           (newdot): handle A_ABS
457         * as/hc08/asout.c,
458         * as/mcs51/asout.c (outarea): output address
459         * as/hc08/lkaomf51.c,
460         * as/mcs51/lkaomf51.c: disabled unused array UsageType
461         * as/hc08/m08pst.c,
462         * as/mcs51/i51pst.c,
463         * as/z80/z80pst.c: "ABS" is not A_OVR
464         * as/hc08/lkarea.c (newarea): read a_addr,
465           (lnkarea): added codemap array, sort absolute areas to the front,
466            combine all GSINITx/GSFINAL,
467           (find_empty_space, allocate_space): new functions,
468           (lnksect): return next address, handle absolute sections
469         * as/mcs51/lkarea.c (newarea): read a_addr,
470           lnksect2 prototype changed,
471           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
472           (find_empty_space, allocate_space): new, factored out of lnksect2,
473           (lnksect2): return next address, handle absolute sections
474         * as/hc08/lkhead.c,
475         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
476         * as/hc08/lklibr.c (addfile, fndsym),
477         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
478           index out of range and detect both '\' and '/'
479         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
480         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
481           regression tests (ds390 cannot return bool yet)
482         * doc/sdccman.lyx: changed version number, document changed --no-peep,
483           document critical interrupts on z80, document changed SDCC define
484         * src/asm.c (_asxxxx_mapping): fixed .org directive,
485           (_a390_mapping): added .org directive
486         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
487           (genMultOneByte): fixed warnings
488         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
489           ones
490         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
491         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
492           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
493         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
494         * src/pic16/main.c: removed newReg prototype
495         * src/pic16/pcode.c,
496         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
497           warnings
498         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
499           ones
500         * src/pic16/ralloc.c
501         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
502           to fix warnings
503         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
504           from short to PIC_OPTYPE
505         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
506         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
507           optype from short to PIC_OPTYPE
508         * src/port.h: made int_size unsigned to fix warnings
509         * src/SDCC.y: fixed warning on MSVC
510         * src/SDCCicode.c (getArraySizePtr): return unsigned int
511         * src/SDCCopt.c (convertToFcall): fixed warnings
512         * src/SDCCsymt.h: removed double prototype for genSymName
513         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
514           offset int to fix warnings
515
516 2006-04-22 Borut Razem <borut.razem AT siol.net>
517
518         * doc/sdccman.lyx, */Makefile, */Makefile.in:
519           references to CVS replaced with Subversion
520
521 2006-04-21 Borut Razem <borut.razem AT siol.net>
522
523         * doc/sdccman.lyx, */Makefile, */Makefile.in:
524           references to CVS replaced with Subversion
525
526 2006-04-19 Borut Razem <borut.razem AT siol.net>
527
528         * src/version.awk: adapted for svn
529         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
530           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
531           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
532           /binutils-avr/etc/*.vi, *.jin: removed all properties
533           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
534
535 2006-04-19 Borut Razem <borut.razem AT siol.net>
536
537         * CVS to Subversion migration completed
538
539 2006-04-18 Borut Razem <borut.razem AT siol.net>
540
541         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
542           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
543
544 2006-04-17 Borut Razem <borut.razem AT siol.net>
545
546         * device/include/Makefile.in: added pic/*.inc to the installation
547
548 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
549
550         * support/regression/collate-results.py: fixed output in case of
551         a valdiag error
552         * support/regression/generate-cases.py: fixed splitting of pathnames
553         with dots
554         * as/hc08/lklibr.c (addfile),
555         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
556
557 2006-04-11 Raphael Neider <rneider AT web.de>
558
559         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
560         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
561         * src/pic16/pcode.c (assignValnums): fixed #1460578
562
563 2006-04-11 Raphael Neider <rneider AT web.de>
564
565         * device/lib/pic/libdev/*.c,
566         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
567           fixes #1468739, enables compilation in --std-c99 mode
568         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
569
570 2006-04-11 Raphael Neider <rneider AT web.de>
571
572         * src/pic/device.c (find_device): removed debug output
573           (list_valid_pics): enabled verbose listing of supported devices
574         * device/include/stdbool.h: define bool as char for pic14/16 as well
575
576 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
577
578         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
579
580 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * .version: bumped version to 2.5.6
583         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
584
585 2006-04-06 Raphael Neider <rneider AT web.de>
586
587         * .version: bumped version to 2.5.6 (pic14 ABI changed)
588         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
589         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
590           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
591             pic14_constructAbsMap
592           (pic14printPublics): declare absolute global symbols as global
593           (pic14createInterruptVect),
594         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
595           (newReg): assume new registers unused, use correct name in
596             hashtable (reg->name instead of name), more debugLog output
597         * src/pic/device.h (PIC_device): added fields for verbose output
598         * src/pic/device.c: moved device definition to pic14devices.txt,
599             added routines for runtime parsing of pic14devices.txt,
600             added support for second config word
601         * src/pic/main.c (_process_pragma): removed #pragma maxram,
602           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
603           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
604           (_pic14_parseOptions): moved pCodeInitRegisters here
605           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
606         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
607           (pCodeInitRegisters): rewrapped comments, perpared new approach to
608             handling the pseudo stack
609         * device/lib/Makefile.in: ignore failures in objects-pic16,
610         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
611         * device/lib/pic/NEWS: document new dependency on picXXX.lib
612         * device/lib/pic/Makefile.subdir,
613         * device/lib/pic16/Makefile.subdir: improved clean rules
614         * device/lib/pic/libdev/: NEW, pic14 device libraries
615         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
616         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
617         * device/include/Makefile.in: create subdir and install pic14 headers
618         * device/include/pic/p16f_common.inc: removed unused declarations
619         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
620             PICs from inc2h.pl v1.6,
621             replaced BIT_AT macros with struct declarations
622         * device/include/pic/pic14devices.txt: definition of supported devices,
623             all above improvements contributed by Zik Saleeba, thanks
624         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
625         * support/scripts/sdcc.nsi: also install pic14 device libraries and
626             headers
627
628 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
629
630         * device/include/mcs51/c8051f410.h: added interrupt numbers,
631         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
632           thanks to Charles Olds
633
634 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
635
636         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
637
638 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
639
640         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
641         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
642         * support/regression/bug1464657.c: added, new test
643
644 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
647           version number
648
649 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
650
651         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
652           --no-peep and --peep-file <file> are used don't use default rules but
653           do use the <file>
654
655 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
656
657         * src/mcs51/gen.c (genCall): fixed bug 1457608
658
659 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
660
661         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
662         changes seem to cause (trigger?) problems with the build system.
663
664 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * src/SDCCpeeph.c (operandsLiteral): new, added,
667           (callFuncByName): inserted operandsLiteral
668         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
669
670 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
671
672         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
673         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
674
675 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
676
677         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
678           implemented patch 1120823 Thanks to Willy De la Court (normal
679           interrupts need an interrupt number now if they are made critical),
680           and enabled nesting of critical functions though not for gbz80
681           (genCritical, genEndCritical): added functions
682           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
683         * src/z80/mappings.i: added "ei" to all mappings
684
685 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
686
687         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
688         submitted by the Debian SDCC maintainer Aurelien Jarno:
689         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
690         archive with gcc 4.1 on mips and wrote the patch"
691
692 2006-03-16 Raphael Neider <rneider AT web.de>
693
694         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
695           the left operand is shorter than the result (c* = lit-c* + int),
696           fixes bug #1450796
697         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
698           OP_SYMBOL
699
700 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
701
702         * src/.version: increased version number to 2.5.5
703         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
704         linking is done manually in pic16 port's _linkEdit,
705         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
706         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
707         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
708         allocate asmop as AOP_ACC,
709         (aopForRemat): added parameter 'bool result' in function declaration,
710         (pic16_aopGet): return AOP_ACC when accessing WREG,
711         (pic16_popGetTempReg): minor modification,
712         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
713         'pic16_allocWithIdx',
714         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
715         calling function in absolute addresses,
716         (genAssign): take into account AOP_ACC asmop,
717         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
718         * src/pic16/pcoderegs.c: some debug functions and lines added,
719         * src/pic16/ralloc.c (decodeRegType): added but commented out,
720         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
721         register too,
722         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
723         call to allocReg, not by manually allocating a new one,
724         (pic16_assignRegisters): now before going through the register
725         allocating functions mark all registers as free. This eliminates some
726         side effects resulting from peephole parser done earlier in the backbone
727
728 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
729
730         * src/SDCCicode.c (geniCodeLogic),
731         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
732
733 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
736           (genSend): bugfix, do not allocate and free twice,
737           (shiftRLong): handle partially overlapping aops
738         * support/regression/tests/bitopcse.c: fixed warning redefined idata
739
740 2006-03-08 Borut Razem <borut.razem AT siol.net>
741
742         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
743           for pic16
744
745 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
746
747         * support/regression/tests/bug1409955.c: new, added
748         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
749         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
750           (aopForSym, aopOp): increment asmop.allocated if reused,
751           (freeAsmop): decrement asmop.allocated and check for zero instead of
752           using asmop.freed,
753           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
754           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
755            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
756            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
757            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
758            genSignedRightShift, genRightShift, genDataPointerGet,
759            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
760            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
761             in reverse order from allocation,
762           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
763             added swappedLR to keep track
764         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
765           pdata & code for GCC, z80, gbz80 & hc08
766         * support/regression/tests/zeropad.c: moved defines to testfwk.h
767
768 2006-03-08 Raphael Neider <rneider AT web.de>
769
770         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
771
772 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
773
774         * device/include/mcs51/c8051f410.h: new SiLabs mcu
775         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
776         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
777
778 2006-03-06 Borut Razem <borut.razem AT siol.net>
779
780         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
781           made the linker quiet
782
783 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
784
785         * src/pic16/gen.c (genPcall): fixed bug #1443644
786         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
787         which dumps before the function entry point a data byte which represents
788         the number of the local variables used by the specified function, added
789         'xinst' for initial support for Extended Instruction Support,
790         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
791         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
792         port->fun_prefix anymore (may change later),
793         (genFunction, genEndFunction): do not store/restore local registers for
794         _main (this should take care the --main-return command line option in
795         the future),
796         (genOr): removed some legacy pic-port instructions,
797         * src/pic16/genarith.c (genAddLit): re-enabled old code because
798         performing operations with SFR's causes data to be written more than
799         once to each SFR. Perhaps SFRs should be handled in special cases...
800         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
801         pcode.h
802         * src/pic16/main.c (_process_pragma): stack bound checking did not take
803         into account for stack starting position,
804         (struct OPTIONS pic16_optionsTable): added command line argument
805         --extended or -y for Extended Instruction Support,
806         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
807         (deassignLRs): *** perhaps the most important change, old 'for' code
808         (commented out for reference), didn't account for some registers which
809         were left marked 'not free' after a pointer operation. The change
810         reduces register usage a lot in some cases
811
812 2006-03-04 Borut Razem <borut.razem AT siol.net>
813
814         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
815           _clean
816         * support/regression/tests/bug-524697.c: decreased array size for
817           mcs51 to fit into the internal RAM
818         * support/regression/Makefile.in: a little bit more verbose
819
820 2006-03-03 Borut Razem <borut.razem AT siol.net>
821
822         * support/regression/fwk/lib/testfwk.c,
823           support/regression/fwk/include/testfwk.h: introduced function
824           _prints(), nonrecursive _printn(), call _initEmu() from main()
825         * support/regression/ports/gbz80/support.asm,
826           support/regression/ports/ucz80/support.asm,
827           support/regression/ports/z80/support.asm,
828           support/regression/ports/ds390/support.c,
829           support/regression/ports/hc08/support.c,
830           support/regression/ports/host/support.c,
831           support/regression/ports/mcs51/support.c,
832           support/regression/ports/xa51/support.c: added empty _initEmu()
833           function
834         * support/regression/ports/pic16/gpsim.cmd,
835           support/regression/ports/pic16/spec.mk,
836           support/regression/ports/pic16/support.c,
837           support/regression/Makefile.in: added pic16 regression test
838
839 2006-03-01 Raphael Neider <rneider AT web.de>
840
841         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
842           genConstPointerGet): use safe way of generating MOVFF to cover
843             literals as well as registers, fixes bug #1440527
844         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
845             dereference
846           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
847             more correctly, fixes bug #1232186
848           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
849         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
850             gplink guess the correct processor in more cases, applied patch
851             from Till Riedel attached to and fixing bug #1436552
852
853 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
854
855         * support/regression/tests/array.c: added, contains check for #1434401
856         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
857
858 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
859
860         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
861         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
862         * device/include/mcs51/c8051f326.h,
863         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
864         * device/include/mcs51/c8051f000.h,
865         * device/include/mcs51/c8051f018.h,
866         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
867           PCON_IDLE,PCON_STOP and added sfr16 definitions
868
869 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
870
871         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
872           genGetWord): fixed bug 1409955
873
874 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
875
876         * device/include/hc08/mc68hc908gp32.h,
877         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
878
879 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
880
881         * src/SDCCast.c (constExprValue): return NULL if not a value
882         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
883         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
884         * support/regression/tests/bitfields.c: enabled signed bitfield for all
885
886 2006-02-13 Borut Razem <borut.razem AT siol.net>
887
888         * src/regression/ptrarg.c: added, fails due to bug #1430967
889         * src/regression/Makefile: ptrarg.c added, ...
890
891 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
892
893         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
894         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
895
896 2006-02-11 Borut Razem <borut.razem AT siol.net>
897
898         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
899           print "Processor: xxx" message to stdout only if --verbose
900
901 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
902
903         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
904         * support/regression/tests/bug1426356.c: added
905         * support/regression/tests/bitfields.c: removed 2 tests
906
907 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
908
909         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
910         * device/include/mcs51/c8051f330.h,
911         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
912           PCON_IDLE,PCON_STOP and added sfr16 definitions
913         * device/lib/_divsint.c,
914         * device/lib/_divuint.c,
915         * device/lib/_divulong.c,
916         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
917           register bank bug for small stackauto
918
919 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
920
921         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
922
923 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
924
925         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
926         * all.dsp: corrected several bin paths
927         * device/include/mcs51/c8051f120.h,
928         * device/include/mcs51/c8051f300.h,
929         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
930           to PCON_IDLE,PCON_STOP
931         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
932         * device/lib/printf_large.c (output_float): fixed bug 1388703
933         * support/regression/tests/bug1057979.c: added test for bug 1388703
934
935 2006-02-08 Raphael Neider <rneider AT web.de>
936
937         * src/pic/pcode.c (pciTRIS): fixed typo,
938           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
939           (LinkFlow): fixed handling of flows that end in a call,
940           (ReuseReg): perform safety check earlier
941         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
942             to work with flows at the beginning of a pBlock,
943             fixes #1426557 (Symbol not previously defined),
944           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
945             usage information
946           (RemoveUnusedRegisters): update register usage info
947         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
948             created, reuse existing ones instead
949         * src/pic/gen.c (genPcall): fixed #1424719
950
951 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
952
953         * link/z80/lkmain.c,
954         * link/z80/lklex.c,
955         * link/z80/lkdata.c,
956         * link/z80/aslink.h: fixed build on current cygwin:
957         replaced getline() by lk_getline()
958
959 2006-02-01 Borut Razem <borut.razem AT siol.net>
960
961         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
962           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
963           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
964           src/regression/bool1.c, src/regression/bool2.c,
965           src/regression/bool3.c, src/regression/call1.c,
966           src/regression/compare.c, src/regression/compare10.c,
967           src/regression/compare2.c, src/regression/compare3.c,
968           src/regression/compare4.c, src/regression/compare5.c,
969           src/regression/compare6.c, src/regression/compare7.c,
970           src/regression/compare8.c, src/regression/compare9.c,
971           src/regression/configword.c, src/regression/for.c,
972           src/regression/inline.c, src/regression/mult1.c,
973           src/regression/nestfor.c, src/regression/or1.c,
974           src/regression/pointer1.c, src/regression/ptrfunc.c,
975           src/regression/rotate1.c, src/regression/rotate2.c,
976           src/regression/rotate3.c, src/regression/rotate4.c,
977           src/regression/rotate5.c, src/regression/rotate6.c,
978           src/regression/rotate7.c, src/regression/string1.c,
979           src/regression/struct1.c, src/regression/sub.c,
980           src/regression/sub2.c, src/regression/switch1.c,
981           src/regression/while.c, src/regression/xor.c,
982           src/regression/create_stc, src/regression/simulate,
983           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
984           regression tests
985         * src/regression/gpsim_assert.h: added
986
987 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
988
989         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
990         ((void (code *) (void)) 0) ();
991         * as/hc08/aslex.c,
992         * as/hc08/aslink.h,
993         * as/hc08/asm.h,
994         * as/hc08/asmain.c,
995         * as/hc08/lkdata.c,
996         * as/hc08/lklex.c,
997         * as/hc08/lkmain.c,
998         * as/mcs51/aslex.c,
999         * as/mcs51/aslink.h,
1000         * as/mcs51/asm.h,
1001         * as/mcs51/asmain.c,
1002         * as/mcs51/lkdata.c,
1003         * as/mcs51/lklex.c,
1004         * as/mcs51/lkmain.c,
1005         * as/z80/aslex.c,
1006         * as/z80/asm.h,
1007         * as/z80/asmain.c: fixed build on current cygwin:
1008         replaced getline() by as_getline()
1009
1010 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1011
1012         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1013         declarator in the symbol chain
1014         * src/SDCCsymt.h,
1015         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1016         parameter list for function pointers
1017         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1018         * support/regression/tests/bug-716242.c: added
1019
1020 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1021
1022         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1023         offset if possible
1024         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1025
1026 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1027
1028         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1029         inifinitely recurseable, added static
1030         * support/regression/tests/bug-1408066.c: added
1031
1032 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1033
1034         * src/SDCCicode.h,
1035         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1036         renamed, added possibility to create "postLoopLbl"-labels
1037         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1038         newiTempLoopHeaderLabel
1039         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1040         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1041         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1042         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1043         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1044         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1045         (basicInduction): fixed bug #136564, made static,
1046         (loopInduction): changed parameter of basicInduction, made static,
1047         (addPostLoopBlock): added
1048         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1049         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1050         findLoopEndSeq
1051         * support/regression/tests/bug-136564.c: added
1052         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1053         --std-sdcc99 to LIBSDCCFLAGS
1054
1055 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1056
1057         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1058         while loop
1059         * support/regression/tests/bug-1406131.c: added
1060
1061 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1062
1063         * src/SDCCast.c (decorateType): fix promotion of unary minus
1064         * src/SDCCsymt.c (computeType): beautified
1065         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1066         (valUnaryPM, valComplement): fix sign and promotion,
1067         (valNot): ANSI: result type is int (SDCC: unsigned char)
1068         * support/regression/tests/uminus.c: speedup by removing superflous
1069         test case 'int'
1070         * support/regression/tests/onebyte.c: added promotion and signedness
1071         tests for unary minus
1072         * support/regressions/tests/bug-477927.c: disable warning about
1073         uninitialized variables
1074         * support/regression/tests/not.c: added
1075
1076 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1077
1078         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1079         * src/mcs51/gen.c (gen51Code): show final register usage after
1080         fillGaps in asm with --i-code-in-asm
1081         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1082         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1083         incUsed, rliveClear, adjustIChain): made static,
1084         (setFromRange): excluded because it's unused,
1085         (findPrevUseSym, markWholeLoop): added,
1086         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1087         through all branches of predecessors enables sdcc to emit the warning
1088         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1089         (rlivePoint): made static, added parameter emitWarnings which is only
1090         true during the first run out of two,
1091         (findRecursiveSucc, findRecursivePred): removed,
1092         (computeLiveRanges): made static, added parameter emitWarnings,
1093         (dumpIcRlive): added for debugging only
1094         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1095         removed prototype of setFromRange()
1096         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1097         in call of computeLiveRanges()
1098         * support/regression/tests/bug-895992.c: added
1099         * support/regression/tests/bug-971834.c: added
1100         * support/valdiag/tests/bug-895992.c: added
1101         * support/valdiag/tests/bug-971834.c: added
1102
1103 2005-12-18 Raphael Neider <rneider AT web.de>
1104
1105         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1106           (genUnpackBits): improved code for direct operands,
1107           (genPackBits): improved code for literal assignment to bitfields
1108             and for direct destination operands (no FSR indirection),
1109             prevented redundant AND, fixes #1362800,
1110           (AccLsh): added parameter to disable masking of the result
1111         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1112           skip instructions with side-effects (like incfsz),
1113           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1114         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1115         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1116           fixes #1375263
1117
1118 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1119
1120         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1121         volatile variables as spill location
1122
1123 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1124
1125         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1126         replacing literals
1127         * support/regression/tests/bug-1376320.c: added
1128
1129 2005-12-08 Raphael Neider <rneider AT web.de>
1130
1131         * src/pic/device.c: renamed is_shared to pic14_is_shared
1132         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1133         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1134           (is_valid_identifier): added for above workaround
1135
1136 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1137
1138         * device/lib/Makefile.in: fixed to enable port-specific-objects
1139         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1140           char, thanks Hubert Sack
1141         * doc/sdccman.lyx: documented --xstack-loc,
1142           elaborated a bit more on interrupts and pitfalls,
1143           removed "setjmp/longjmp unsupported",
1144           documented some unsupported C99 features
1145         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1146         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1147           if, thanks Hubert Sack
1148         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1149         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1150           make make_library
1151         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1152           regression tests can report resource usage (rfe 700441)
1153         * support/regression/collate-results.py: report resource usage
1154         * support/regression/ports/ds390/spec.mk,
1155         * support/regression/ports/hc08/spec.mk,
1156         * support/regression/ports/mcs51/spec.mk,
1157         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1158         * support/regression/ports/ds390/uCsim.cmd,
1159         * support/regression/ports/hc08/uCsim.cmd,
1160         * support/regression/ports/mcs51/uCsim.cmd,
1161         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1162         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1163           library, use the default one
1164         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1165           building the library
1166
1167 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1168
1169         * config.dsp: added dependency on .version and configure_vc.awk
1170         * device/include/setjmp.h: updated for --stack-auto and --xstack
1171         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1172         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1173         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1174         * device/lib/libsdcc.lib: added _setjmp
1175         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1176           (decorateType): fixed bug 1372851,
1177           (optimizeGetHbit): fixed warning
1178         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1179           array initialisation
1180         * support/regression/tests/bug1057979.c: added test for bug 1358192
1181         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1182
1183 2005-12-03 Borut Razem <borut.razem AT siol.net>
1184
1185         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1186           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1187
1188 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1189
1190         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1191         createIval): implement symbol independant "flexible array member",
1192         (createIvalCharPtr): implemented flexible array initialisation with a
1193         string
1194         * src/SDCCsymt.c (copyStruct): removed,
1195         (getSize): fixed misleading comment,
1196         (getAllocSize): removed, the additional allocation size is now in
1197         sym->flexArrayLength,
1198         (checkStructFlexArray): new, syntax checks for flexible array members,
1199         (compStructSize): added syntax checks for "flexible array members"
1200         (copyStruct): removed,
1201         (copyLinkChain): removed inefficient fix for bug 770487
1202         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1203         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1204         symbol->flexArrayLength
1205         * src/SDCCerr.c,
1206         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1207         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1208         * support/regression/tests/structflexarray.c: added
1209         * support/valdiag/tests/structflexiblearray.c: added
1210
1211 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1212
1213         * src/SDCCast.c (decorateType): fixed bug 1368489
1214         * support/Util/SDCCerr.c,
1215         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1216
1217 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1218
1219         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1220           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1221
1222 2005-11-27 Borut Razem <borut.razem AT siol.net>
1223
1224         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1225           support/cpp2/mkdeps.h: added command line option
1226           -obj-ext=<extension> to SDCPP to define object file externion, used
1227           for generation of make dependencies (-M)
1228         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1229
1230 2005-11-26 Borut Razem <borut.razem AT siol.net>
1231
1232         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1233           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1234           added pic and pic16 libraries
1235
1236 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1237
1238         * device/include/float.h: Corrected typo in prototype of __fsgt
1239
1240 2005-11-25 Borut Razem <borut.razem AT siol.net>
1241
1242         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1243           added creation of model-mcs51-stack-auto libraries
1244
1245 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1246
1247         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1248         and fields-list too
1249         * src/SDCCast.c (createIvalArray): removed obsolete comment
1250
1251 2005-11-24 Borut Razem <borut.razem AT siol.net>
1252
1253         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1254           added missing device/lib/mcs51/crt*.asm sources
1255
1256 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1257
1258         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1259
1260 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1261
1262         * device/lib/_fs2schar.c,
1263         * device/lib/_fs2sint.c,
1264         * device/lib/_fs2slong.c: optimized inline asm
1265
1266 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1267
1268         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1269           Better handling of floats between -1.0 and 0.0.
1270
1271 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1272
1273         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1274           (the missing "if"s prohibited removal of redundant labels)
1275
1276 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1277
1278         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1279           Properly convert floats between -1.0 and 0.0 to long, int, and char
1280           types (max integer value of negative floats tends to zero).
1281         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1282           Removed changes made so to work properly with floats between
1283           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1284           and _fs2char.c
1285
1286 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1287
1288         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1289         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1290         (genCast) cosmetic change
1291         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1292         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1293         from mcs51
1294         * support/regression/tests/bitfields (testSignedBitfields): added
1295
1296 2005-11-18 Borut Razem <borut.razem AT siol.net>
1297
1298         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1299         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1300           introduced SILENT option to make building of pic16 libraries less
1301
1302 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1303
1304         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1305           Now they work properly with floats between -1.0 and 0.0
1306         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1307
1308 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1309
1310         * src/SDCCicode.c (printOperand): added missing else
1311
1312 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1313
1314         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1315         reformatted for better readability
1316         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1317         signed bitfields
1318
1319 2005-11-17 Borut Razem <borut.razem AT siol.net>
1320
1321         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1322           introduced SILENT option to make building of pic16 libraries less
1323           verbose - used for nightly snapshot build
1324         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1325           available on Win32 platforms.
1326         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1327           medium, large, pic and pic16
1328
1329 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1330
1331         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1332           printf("%f"...) sets fraction to zero.
1333
1334 2005-11-16 Raphael Neider <rneider AT web.de>
1335
1336         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1337           fixes #1357221
1338         * src/pic/gen.c (genIfx): implemented for CARRY bit
1339         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1340           to generic pointers, fixes #1357332,
1341           (pic16_movLit2f): NEW,
1342           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1343
1344 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1347
1348 2005-11-11 Raphael Neider <rneider AT web.de>
1349
1350         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1351         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1352           compute pointer's type from operand,
1353           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1354           improved single bit reads, fixes bug #1353379
1355
1356 2005-11-09 Borut Razem <borut.razem AT siol.net>
1357
1358         * support/scripts/sdcc.nsi: added lib/pic to the package
1359
1360 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1363
1364 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * support/regression/tests/bug1348008.c: added
1367         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1368         * support/regression/tests/bug1337835.c: updated comment
1369
1370 2005-11-06 Borut Razem <borut.razem AT siol.net>
1371
1372         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1373           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1374           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1375           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1376           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1377           dynamic construction of cl_error_class and derivates - 2.nd try
1378
1379 2005-11-05 Borut Razem <borut.razem AT siol.net>
1380
1381         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1382           bug, which caused Bus Errors on sparc solaris
1383
1384 2005-11-04 Borut Razem <borut.razem AT siol.net>
1385
1386         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1387           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1388           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1389           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1390           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1391           and derivates to resolve the initialization problem on OSX
1392
1393 2005-11-02 Borut Razem <borut.razem AT siol.net>
1394
1395         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1396           corrected typo - #include <winsock2.h>
1397
1398 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1399
1400         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1401           (_asxxxx_mapping): added org directive for future enhancements
1402
1403 2005-11-01 Borut Razem <borut.razem AT siol.net>
1404
1405         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1406           enabled sockets on WIN32
1407         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1408
1409 2005-10-31 Borut Razem <borut.razem AT siol.net>
1410
1411         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1412           WIN32 backslash path delimiters should be escaped when used in C strings
1413         * support/regression/tests/bitfields.c: exclude failing assertions for
1414           __CYGWIN32__ and __MINGW32__ hosts
1415
1416 2005-10-30 Borut Razem <borut.razem AT siol.net>
1417
1418         * src/SDCCutil.c: corrected double comparison typo
1419
1420 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1421
1422         * device/lib/medium/Makefile: added for new memory model medium
1423         * device/include/asm/mcs51/features.h: updated for medium/pdata
1424         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1425           added Multiply & Accumulate sbit's and MAC0_PAGE define
1426         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1427         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1428         * device/lib/_mullong.c: update for medium model
1429         * device/lib/incl.mk: added medium model
1430         * doc/sdccman.lyx: documented medium model
1431         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1432         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1433         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1434         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1435           (allocParms): set SCLS and OCLS to pdata for medium model
1436         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1437           for pdata,
1438           (powof2): return <0 if not power of 2
1439         * src/avr/gen.c (genBitWise): use updated powof2
1440         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1441           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1442           (shiftLLeftOrResult): use B if necessary
1443         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1444         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1445         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1446         * support/regression/Makefile.in: added test-mcs51-medium
1447         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1448
1449 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1450
1451         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1452         specifier unsigned
1453         * device/lib/time.c (mktime): fixed bug 1334315
1454
1455 2005-10-28 Raphael Neider <rneider AT web.de>
1456
1457         * device/include/pic/p16f_common.inc: added common declarations
1458         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1459
1460 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1463           (aopPutUsesAcc): added to predict accumulator use,
1464           (assignResultValue): save acc if necessary,
1465           (genMinusDec): store result if indirectly addressed,
1466           (genDivOneByte):  save acc if necessary,
1467           (movLeft2Result): bugfix if left already in acc,
1468           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1469             attention to accumulator use (esp. pdata),
1470           (genReceive): receive pdata correctly
1471         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1472         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1473
1474 2005-10-27 Raphael Neider <rneider AT web.de>
1475
1476         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1477
1478 2005-10-27 Raphael Neider <rneider AT web.de>
1479
1480         * .version: changed version to 2.5.4
1481         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1482         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1483           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1484             arithmetics support routines
1485         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1486         * device/lib/Makefile.in: also create installdir for pic
1487
1488         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1489           pic14 port as well
1490         * src/pic/device.c (dump_sfr): rewritten to delegate register
1491           placement to the linker (use `extern sym' rather than sym EQU addr),
1492           (validAddress): fixed to check last specified address
1493         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1494           (popGetLit): truncate literal value to 8 bit,
1495           (popGet): moved assert to more appropriate place
1496           (popGetExternal): create pCode operand from and mark the according
1497             symbol as being `extern'
1498           (popGetAddr): added sanity check on immediate's offset, provide
1499             GPOINTER tag on demand
1500           (aopPut): fixed for immediates,
1501           (mov2w_op): move operand's address or contents to WREG (depending on
1502             operand type), safer variant of mov2w,
1503           (movwf,call_libraryfunc): NEW, handy abbreviations,
1504           (get_argument_pcop,get_return_val_pcop,pass_argument,
1505           get_returnvalue): interface for accessing function parameters and
1506             return values,
1507           (assignResultValuei,genRet): use new parameter/return value interface
1508           (pic14_getDataSize): back to old version handling generic pointers,
1509           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1510             provided implementation and/or fixed old one,
1511           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1512             calls, removed legacy 8051 reference code
1513           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1514           (loadSignToC): NEW, move the operands sign bit to CARRY,
1515           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1516             genRightShiftSigned, accepts negative shift counts,
1517           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1518           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1519             generic pointers, __data pointers and __code pointers,
1520           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1521             and signed bitfields, limit bitfields to 8 bit,
1522           (genDataPointerGet): fixed number of bytes read,
1523           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1524           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1525             pointers to constant data are no longer assumed to point to __code
1526             space, removed invalid pointer types,
1527           (bitpatternFromVal): retrieve the PICs representation of an integer
1528             or float literal,
1529           (genDataPointerSet): fixed assigning to po_immediate operands,
1530           (genGenPointerSet): implemented as library call,
1531           (genIfx): fixed incorrect condition,
1532           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1533             provide GPOINTER tag according to destination's storage class,
1534           (genCast): added code to handle casting to generic pointers, added
1535             sign-/zero extension of the result
1536           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1537         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1538         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1539           extend the result
1540         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1541           address/register resides in the shared banks
1542           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1543             put all variables into separate sections (have the linker arrange
1544             them)
1545           (picglue): put init code and interrupt handlers in separate sections
1546         * src/pic/main.c: added port specific options table, modified to PORT
1547           structure to make GPOINTERs 3 byte, added pic14_options
1548           (_pic14_do_link): private linking routine (update paths to libraries,
1549             add libsdcc.lib by default)
1550         * src/pic/main.h: declare pic14_options
1551         * src/pic/pcode.c: fixed instructions i/o relations,
1552           (RegCond): reverted to correct version,
1553           (newpCodeOpLit): truncate literals to 8 bit,
1554           (genericPrint): added debug output,
1555           (getRegFromInstruction): fixed for various operand types, simplified
1556           (BuildFlow): fixed broken handling of isntructions with labels
1557           (LinkFlow): start at last instruction in flow (skip trailing comments),
1558             pass the flow on to the next instruction after CALL
1559           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1560           (insertPCodeInstruction): fixed inserting after a skip instruction,
1561           (DoBankSelect): fixed for labeled instructions
1562           (OptimizepBlock): honor --nopeep switch
1563           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1564         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1565         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1566           (pCodeOptime2pCodes): allow disabling this optimization via
1567             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1568             but is still buggy), started implementation of a dataflow based
1569             pCode optimization (CSE + dead code elimination)
1570           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1571         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1572           names are independant of the stack location and therefore portable across
1573           devices
1574
1575 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1576
1577         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1578           (selectSpil): fixed bug 1337835 by not spilling bit variables
1579         * support/regression/tests/bug1337835.c: added test for this bug
1580         * src/mcs51/peeph.def: restart after rule 3.c,
1581           addded rules 263.x to optimize loading constants
1582
1583 2005-10-26 Raphael Neider <rneider AT web.de>
1584
1585         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1586         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1587           (genAssign): emit warning when casting literals to generic pointer
1588             type, also applies when taking the address of a fixed variable,
1589           (genCast): improved casting to generic pointers
1590         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1591           extern variables, added verbose error message
1592         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1593
1594 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1595
1596         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1597         carry must be complemented too
1598         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1599         could be emitted by genMinus
1600         * src/SDCCval.c (constVal): fixed bug 1305065
1601
1602 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1603
1604         * src/SDCCast.c (addCast): added promotion for bit variables
1605         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1606         promotion casts + optimisation
1607         (optimizeGetWord): fix warning 'i' might be used uninitialized
1608         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1609         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1610
1611 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1612
1613         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1614         all chars are promoted to int; promotion should be handled in SDCCast.c
1615
1616 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1617
1618         * device/lib/_strcmp.c: Fixed bug 1326457
1619
1620 2005-10-11 Raphael Neider <rneider AT web.de>
1621
1622         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1623         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1624
1625 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1626
1627         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1628         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1629
1630 2005-10-04 Raphael Neider <rneider AT web.de>
1631
1632         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1633           device/lib/pic16/pics.all: added pic18f1320
1634         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1635
1636 2005-09-30 Raphael Neider <rneider AT web.de>
1637
1638         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1639         * src/pic16/devices.inc: NEW, provides device descriptions
1640         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1641
1642 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1643
1644         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1645           GETHBIT
1646
1647 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1648
1649         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1650           documented Any Order Bit, Higher Order Byte and Higher Order Word
1651         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1652         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1653           (optimizeGetAbit): new, to get any bit, not only the high bit,
1654           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1655           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1656           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1657           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1658             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1659             GETABIT, GETBYTE, GETWORD: decorate them,
1660           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1661           (ast_print): added GETABIT, GETBYTE, GETWORD
1662         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1663         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1664           (geniCodeBinary): new generic binary icode,
1665           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1666         * src/port.h: updated comment for PORT.hasExtBitOp
1667         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1668           (genGetByte): new, to get a single byte,
1669           (genGetWord): new, to get a word from a long,
1670           (gen51Code): added GETABIT, GETBYTE, GETWORD
1671         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1672
1673 2005-09-23 Raphael Neider <rneider AT web.de>
1674
1675         * configure.in, configure: have device/lib/pic configured
1676         * device/lib/Makefile.in: added model-pic14
1677         * device/lib/clean.mk: added pic/ to clean rule
1678         * device/lib/pic: added rudimentary pic14 library providing support
1679           functions for multiplication/division/generic pointer access
1680         * src/SDCCopt.c (convilong): mark support functions as extern
1681           for pic14 port as well
1682         * src/pic/gen.c (genMult): added assertions,
1683           (genpic14Code): emit warning on unhandled iCodes
1684         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1685         * src/pic/pcode.c (pCodeOpCopy),
1686         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1687           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1688           SFR_REGISTER}), made safe for future extensions
1689         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1690           instructions even if preceeded by SKIP instructions (also remove
1691           them); removed unused code
1692         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1693           prevents leaving parts of the structure uninitialized after copying
1694
1695 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1696
1697         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1698           ago by me
1699         * support/regression/tests/addsub.c: added test for the bug
1700
1701 2005-09-21 Raphael Neider <rneider AT web.de>
1702
1703         * device/include/pic16/pic18f1220.h,
1704           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1705         * device/lib/pic16/Makefile.rules: added missing opening paren
1706         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1707           are provided in genutils.c,
1708           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1709           operand/result sizes,
1710           (genCmp): assert on NULL pointers first, then check deref'ed values
1711         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1712           result size
1713
1714 2005-09-18 Raphael Neider <rneider AT web.de>
1715
1716         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1717           as these are now unused,
1718           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1719         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1720           local, avoids uninitialized pointer dereference on r->name
1721         * src/pic16/ralloc.c (newReg): fixed indentation
1722
1723 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1724
1725         * src/SDCCval.c (constVal): fixed bug 730366
1726         * support/Util/SDCCerr.c,
1727         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1728
1729 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1730
1731         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1732
1733 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1734
1735         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1736
1737 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1738
1739         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1740           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1741         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1742           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1743         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1744         * packihx/packihx.c (hexDigit): made c unsigned char
1745         * as/mcs51/lklibr.c (fndsym),
1746         * link/z80/lkgb.c (gb),
1747         * link/z80/lklibr.c (fndsym),
1748         * link/z80/lkrloc.c (relr),
1749         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1750         * src/SDCC.lex (checkCurrFile, process_pragma),
1751         * src/SDCCglue.c (spacesToUnderscores),
1752         * src/SDCCmain.c (setParseWithComma, processFile),
1753         * src/asm.c (tvsprintf, printCLine),
1754         * src/avr/gen.c (emitcode, aopPut),
1755         * src/ds390/gen.c (emitcode),
1756         * src/hc08/gen.c (emitcode, emitinline),
1757         * src/mcs51/gen.c (emitcode, genInline),
1758         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1759           tokenizeLineNode),
1760         * src/pic/ralloc.c (debugLog),
1761         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1762           tokenizeLineNode),
1763         * src/pic16/ralloc.c (debugLog),
1764         * src/z80/main.c (_process_pragma):
1765            made all ctype.h function calls safe
1766         * src/SDCCopt.c: include math.h for fabs
1767         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1768           and used them throughout the code to make ctype.h function calls safe
1769         * src/ds390/main.c (asmLineNodeFromLineNode),
1770         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1771         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1772            unsigned char*
1773         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1774           (newpCodeAsmDir): made ctype.h function calls safe
1775         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1776           pic16_emitcode):  made lbp unsigned char*
1777         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1778           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1779         * src/xa51/gen.c (emitcode),
1780         * src/z80/gen.c (_emit2): made lbp unsigned char*
1781         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1782            char*
1783
1784 2005-09-05 Raphael Neider <rneider AT web.de>
1785
1786         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1787           access bank splitpoint
1788
1789 2005-09-05 Raphael Neider <rneider AT web.de>
1790
1791         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1792
1793 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1794
1795         * .version: changed to version 2.5.3
1796         * doc/sdccman.lyx: changed version to 2.5.3,
1797           documented --codeseg and --constseg and pragma codeseg and constseg,
1798           documented bit parameters (reentrant) and bit returning
1799         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1800            currFunc->recvSize, but is this ok for all ports?
1801           (ast2iCode): result of ~ on unsigned char must be cast to int for
1802            bool to work
1803         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1804           function pointers in bit space
1805         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1806           (processFuncArgs): call port.reg_parm() with reentrancy info
1807         * src/port.h,
1808         * src/avr/main.c,
1809         * src/ds390/main.c,
1810         * src/hc08/main.c,
1811         * src/pic/main.c,
1812         * src/pic16/main.c,
1813         * src/xa51/main.c,
1814         * src/z80/main.c: port.reg_parm prototype extended with
1815           "bool reentrant" parameter
1816         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1817           options.stackAuto for allocating bit register parameters
1818         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1819           (genSend): set BitBankUsed if it is,
1820           (selectRegBank): factored out of genCall for use in genPcall,
1821           (genCall): removed redundant dtype assignmen, use selectRegBank,
1822           (genPcall): handle returning in Carry properly, save in F0 if needed,
1823           (genReceive): handle bit register parameters
1824         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1825           (mcs51_assignRegisters): enable bit registers for all reentrant
1826            functions and don't set BitBankUsed unconditionally
1827         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1828         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1829         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1830
1831 2005-08-27 Borut Razem <borut.razem AT siol.net>
1832
1833         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1834         ppc-osx (Darwin) does not support -u option. It seems that it is
1835         supported only on Linux - GNU cp
1836
1837 2005-08-25 Borut Razem <borut.razem AT siol.net>
1838
1839         * sim/ucsim/gui.src/serio.src/Makefile.in,
1840           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1841           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1842           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1843           install and strip, since the strip at /usr/ccs/bin should be used
1844           on solaris
1845
1846 2005-08-24 Borut Razem <borut.razem AT siol.net>
1847
1848         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1849
1850 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1851
1852         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1853         ffffffffu
1854
1855 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1856
1857         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1858         * as/mcs51/lkmain.c (link_main): fixed warning
1859         * device/include/stdbool.h: ds390 has no advanced bit support yet
1860         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1861         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1862         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1863           and updated their macros
1864         * src/SDCCval.c (constVal): updated comment for renamed b_long
1865
1866 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1867
1868         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1869         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1870           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1871           (oprio): set priority for '['
1872         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1873            and adb_24_bit
1874         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1875         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1876         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1877         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1878           added overlayable BIT_BANK area
1879         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1880           (summary2): explain 'T' in legenda
1881         * as/mcs51/lkrloc.c: replaced old K&R style,
1882           (relr): added R_BIT processing,
1883           (errmsg): added "Bit-addressable relocation error",
1884           (adb_bit): added for converting from byte- to bit-addressable space,
1885           (adb_24_bit): added for converting from byte- to bit-addressable space
1886         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1887            used in reentrant functions now even as return value
1888         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1889         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1890           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1891         * src/SDCCglobl.h: added indicator BitBankUsed
1892         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1893            the bit registers b0-b7
1894         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1895           (geniCodeCast): fixed bug 1263853,
1896           (geniCodeLogicAndOr): put result in bool or char,
1897           (geniCodeReceive): added parameter func for accessing the return type,
1898           (geniCodeFunctionBody): pass func to geniCodeReceive
1899         * src/SDCCmain.c: added indicator BitBankUsed
1900         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1901         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1902           (checkSClass): don't put automatic bool/bit on stack,
1903           (checkFunction): removed check on function cannot return bit
1904         * src/SDCCsymt.h: added newBoolLink prototype
1905         * src/mcs51/gen.c (rb1regs): added bit registers,
1906           (movc): created for assigning to carry,
1907           (pushReg, popReg): created for pushing registers,
1908           (sameRegs): check both AOP_REG and AOP_CRY types,
1909           (aopOp): handle bit registers,
1910           (aopPut): optimization no self-assign,
1911           (saveRegisters): push reg->base (bits) only once for bit registers,
1912            and use pushReg,
1913           (unsaveRegisters): pop reg->base only once and use popReg,
1914           (assignResultValue): added parameter func and return in carry for bits,
1915           (genIpush): optimization no reload in A if not changed,
1916           (genSend): bit parameters in reentrant functions are passed in bit
1917            registers by first assigning to bits in B, then save registers and
1918            copy B to bits,
1919           (genCall): handle returning in Carry properly, save it in F0 if needed,
1920           (genPcall): updated assignResultValue call, this is not safe yet for bit
1921            returning function !!!
1922           (genFunction): don't generate equ's for bit registers and use pushReg,
1923           (genEndFunction): take care of bit returning functions and use popReg,
1924           (genRet): return bit in Carry,
1925           (genIfx): optimize bit registers and other directly addressable bits,
1926           (genReceive): updated assignResultValue call
1927         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1928           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1929            registers when using stack-auto
1930         * src/mcs51/ralloc.c (_G): added allBitregs,
1931           (regs8051): added the bit registers,
1932           (createStackSpil): use macro IS_BIT,
1933           (getRegBit): added to allocate a bit register, else spill,
1934           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1935           (updateRegUsage): factored out to ease stepping while debugging,
1936           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1937            also allocate bit registers,
1938           (fillGaps): handle bit registers,
1939           (findAllBitregs): added to create bit vector with all bit registers,
1940           (mcs51_allBitregs): returns this bit vector,
1941           (mcs51_assignRegisters): when using stack-auto use bit registers for
1942            passing parameters and creating local variables
1943         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1944
1945 2005-08-22 Borut Razem <borut.razem AT siol.net>
1946
1947         * device/lib/Makefile.in: replaced find option -or with -o
1948           to make it run on solaris
1949
1950 2005-08-22 Raphael Neider <rneider AT web.de>
1951
1952         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1953           fixes #1265442 (crash on Solaris)
1954
1955 2005-08-20 Borut Razem <borut.razem AT siol.net>
1956
1957         * configure, configure.in: added tests for libsocket and libnsl libraries,
1958           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1959           from support/regression/Makefile.in
1960         * support/regression/Makefile.in: added
1961         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1962         * sim/ucsim/libtool: regenerated on sparc-solaris
1963         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1964           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1965           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1966           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1967           sparc-solaris, which doesn't use GNU ld linker
1968         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1969         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1970
1971 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1972
1973         * src/mcs51/peeph.def: updated comments
1974
1975 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1976
1977         * device/lib/_gptrget.c,
1978         * device/lib/_gptrput.c: slightly shorter
1979         * doc/sdccman.lyx: incremented version
1980         * src/mcs51/peeph.def: moved peephole comments to the line of first
1981           change to better keep line correlation, reanimated 186.e
1982         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1983
1984 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1985
1986         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1987           David Saxton with quotes around file name.
1988
1989 2005-08-15 Borut Razem <borut.razem AT siol.net>
1990
1991         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1992           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1993           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1994           make tests run on x86_64 platform
1995
1996 2005-08-13 Raphael Neider <rneider AT web.de>
1997
1998         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1999           as it might be executed DURING a build (parallel make is wonderful)
2000
2001 2005-08-13 Raphael Neider <rneider AT web.de>
2002
2003         * device/lib/Makefile.in (port-specific-objects-pic16):
2004           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2005         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2006           dependency
2007         * device/lib/pic16/Makefile.rules: build subdirs before creating
2008           the library, removed builddir rule, create $(builddir) early in
2009           recurse rule, use empty recurse rule for leaf directories
2010         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2011           mkdir errors (race condition), removed duplicate suffix "hex"
2012           from clean rules
2013         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2014         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2015           prevents mkdir -p from aborting on Alpha
2016
2017 2005-08-12 Raphael Neider <rneider AT web.de>
2018
2019         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2020           db-statements in order to allow for arrays of pointers in code
2021           sections to be placed without interspersed 0-padding, fixes
2022           bug #1256215
2023         * (emitStatistics): fixed division by zero for pic18f1220
2024         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2025           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2026         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2027         * (pic16_pCodeConstString): keep track of already emitted string
2028           literals to prevent "duplicate definitions of symbol _str_NR"
2029         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2030           debug message
2031         * device/lib/Makefile.in: ignore failing PIC16 library builds
2032         * device/lib/pic16/Makefile: do not build if gputils are missing
2033         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2034
2035 2005-08-10 Raphael Neider <rneider AT web.de>
2036
2037         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2038           my last commit)
2039
2040 2005-08-10 Raphael Neider <rneider AT web.de>
2041
2042         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2043           Rokas' patch to add the new fixed point type "__fixed16x16"
2044         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2045           functions for __fixed16x16 arithmetics
2046         * device/lib/pic16: reimplemented the build system to support
2047           a separate build directory, better handling of libio (create
2048           the library in a separate subdir for each architecture) and
2049           easier configuration (centralized in Makefile.common)
2050
2051 2005-08-07 Raphael Neider <rneider AT web.de>
2052
2053         * src/pic16/gen.c (genrshTwo): fixed sign extension
2054         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2055         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2056           added T0CONbits
2057         * device/include/pic16/pic18f4220.h: NEW, header for
2058           pic18f4220 and pic18f4320
2059         * device/include/pic16/pic18fregs.h: added new devices,
2060           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2061         * device/include/pic16/signal.h: resolved name clashes
2062           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2063           to also allow testing for interrupt enable bits, added
2064           comments on how to use the macros
2065         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2066         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2067           register definitions for the devices
2068         * device/lib/pic16/pics.all: added new devices
2069         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2070           allocated memory
2071         * device/lib/pic16/libc/stdlib/memfree: do not count
2072           the block header as free memory
2073         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2074           simplified and added missing end-of-blocklist-marker
2075           (reported by Peter Onion, fixes #1252814)
2076         * (_mergeHeapBlock): fixed loop condition
2077         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2078           len==0, restructured code
2079         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2080           up a bit, reduced bitfield accesses, prevent endless loops
2081           in case of heap corruption
2082         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2083           "unreferenced arguments/must return a value" warnings
2084         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2085           replaced BAUDREG with SPBRG
2086         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2087           device/lib/pic16/debug/gstack/gstack.c: replaced
2088           _naked, _asm, _endasm with __naked, __asm, __endasm
2089
2090 2005-08-05 Raphael Neider <rneider AT web.de>
2091
2092         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2093           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2094
2095 2005-08-05 Borut Razem <borut.razem AT siol.net>
2096
2097         * device/lib/Makefile.in: added missing ';'
2098         * configure: removed ^M characters
2099
2100 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2101
2102         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2103           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2104           License
2105
2106 2005-08-04 Borut Razem <borut.razem AT siol.net>
2107
2108         * configure.in: pic16 libraries build 2nd try - enable running
2109           configure in device/lib/pic16
2110         * configure: regenerated from configure.in
2111         * device/lib/Makefile.in: create $(PORT)/bin directory
2112
2113 2005-08-03 Raphael Neider <rneider AT web.de>
2114
2115         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2116           to get/set values via pointers
2117         * (genUnpackBits,genPackBits): changed detection of
2118           ptr->bitfield vs. sym.bitfield, fixed access via generic
2119           pointers, removed dead (wrong) code for multibyte bitfields
2120         * (genNearPointerGet, genGenPointerGet): removed useless code,
2121           fixed bitfield detection, fixes #1250594
2122         * (genNearPointerSet): removed useless code
2123         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2124           and introduced macro pic16_emitpcode that conditionally emits
2125           the origin of the following pCode (useful for debugging SDCC)
2126         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2127         * (createDefmap): fixed handling of LFSR for --optimize-df
2128
2129 2005-08-02 Borut Razem <borut.razem AT siol.net>
2130
2131         * device/lib/Makefile.in: pic16 libraries build enabled since
2132           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2133
2134 2005-08-02 Raphael Neider <rneider AT web.de>
2135
2136         * src/pic16/gen.c (genPackBits): removed deprecated warning
2137         * (genGenPointerSet): fixed bitfield detection
2138
2139 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2140
2141         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2142
2143 2005-07-31 Raphael Neider <rneider AT web.de>
2144
2145         * device/lib/pic16/libdev/pic18f458.c,
2146           device/include/pic16/pic18f458.h: added missing T0CONbits
2147
2148 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2149
2150         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2151
2152 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2153
2154         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2155
2156 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2157
2158         * device/include/mcs51/at89c51ed2.h: added.
2159
2160 2005-07-23 Raphael Neider <rneider AT web.de>
2161
2162         * src/pic/gen.h: added emitpcode macro for debugging
2163         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2164           and replace by macro adding debug information on demand
2165         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2166         * (gencjne): tried to fix; replaced with correct (slower) code
2167         * (gen{Unp,P}ackBits): fixed single bit access
2168         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2169         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2170           previous instruction
2171         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2172           register has to be handled with care (forbidding movement
2173           of assignments/uses, removing assignments completely, ...)
2174         * (pCodeOptime2pCodes): make use of regIsSpecial
2175         * added lots of debugging output (commented out)
2176         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2177           from being reused as result UNLESS it is known to work
2178
2179 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2180
2181         * support/Util/dbuf.h: include <stddef.h> for size_t
2182         * .version: changed to version 2.5.2
2183
2184 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2185
2186         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2187
2188 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2189
2190         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2191           (genModOneByte): removed needless psha/pula
2192
2193 2005-07-22 Raphael Neider <rneider AT web.de>
2194
2195         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2196           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2197         * src/pic/gen.c (resolveIfx): do not "invent" labels
2198         * (genSkipc): changed to positive logic
2199         * (genSkipCond): removed as no longer needed
2200         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2201           backport from PIC16
2202         * (genLeftShift): check operands are in different registers
2203         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2204           INCF does not update CARRY...
2205         * src/pic/main.c: fixed _linkCmd
2206         * src/pic/pcode.c (unlinkpCode): added inactive code
2207         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2208           alive (do not assign result and operand overlapping registers)
2209
2210 2005-07-22 Raphael Neider <rneider AT web.de>
2211
2212         * src/pic/device.c (dump_sfr): replaced register declaration with
2213           call to emitSymbolToFile() to avoid duplicate symbols
2214         * (assignRelocatableRegisters): do not declare external symbols
2215         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2216           right (take size of type, not etype)
2217         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2218         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2219         * (packRegsForAccUse): disabled assignment of WREG as
2220           the result reg to prevent occurence of just fixed #1235003,
2221           fixes #1242954
2222         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2223           symbols (avoids duplicate symbols in .asm file)
2224         * (pic14emitRegularMap): use emitSymbolToFile()
2225         * src/pic/gen.c (aopOp): fixed spillLocation handling
2226         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2227         * (genDataPointerSet): removed unneccessary variables/output
2228
2229 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2230
2231         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2232         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2233
2234 2005-07-21 Raphael Neider <rneider AT web.de>
2235
2236         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2237           architecture cannot handle them efficiently, fixes bug #1235003
2238         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2239           check for empty sets before using them (fixes bug #1232190)
2240
2241 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2242
2243         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2244           (lnksect2): generate warnings for memory overlap
2245         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2246           constseg to set the name of these segments so you can instruct the linker
2247           to place them in banks
2248         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2249         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2250           added code_seg and const_seg to options
2251         * src/SDCCglue.c (emitMaps): use options.const_seg,
2252           (createInterruptVect): put interrupt vectors in segment HOME,
2253           (glue): put HOME before static segment and put the main glue in HOME,
2254           (glue): use options.code_seg
2255         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2256         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2257           these segments so you can instruct the linker to place them in banks
2258           (linkEdit): use code_loc for HOME segment which should be the first
2259           segment in code memory now
2260         * src/SDCCmem.c: fixed more stuff like bug 1238386
2261         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2262           (changePointer): don't change function pointers to code pointers for
2263           banked functions,
2264           (compareType): added exceptional check for banked function pointers
2265         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2266         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2267           after static in code memory
2268         * src/mcs51/gen.c: added aopLiteralLong prototype,
2269           (aopForSym): use getSize for functions,
2270           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2271           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2272           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2273           the segment,
2274           (genPcall): use call for literal function pointers and generate banked
2275           calls over the one trampoline so there's only one place for the user to
2276           modify according to his/hers hardware,
2277           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2278           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2279         * src/mcs51/main.c: added keyword banked,
2280           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2281         * support/Util/SDCCerr.c,
2282         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2283           needed for passing the bank and address to the trampoline
2284         * device/lib/mcs51/crtbank.asm: added for bankswitching
2285         * device/lib/mcs51/Makefile: added crtbank
2286
2287 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2288
2289         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2290           for fields at offset 0 of a struct or union as reported
2291           on 2005-07-07 in the developer mailing list.
2292
2293 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2294
2295         * src/SDCCmem.c: fixed bug 1238386
2296
2297 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2298
2299         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2300           (patch #1144962), added peephole 300, enabled 259.x
2301         * doc/sdccman.lyx: removed screenshot and provided link instead
2302
2303 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2304
2305         * doc/sdccman.lyx: added section about debugging with ddd
2306         * doc/figures/ddd_example.eps: screenshot of debugging session
2307
2308 2005-07-04 Raphael Neider <rneider AT web.de>
2309
2310         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2311           like CODE pointers, fixes #1115683
2312         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2313           call, fixes bugs #1232211, #1228110,
2314           fixed wrong casts to pCodeFlow from pCodeInstructions
2315
2316 2005-07-04 Raphael Neider <rneider AT web.de>
2317
2318         * src/pic/gen.c (popGet): changed assert to allow for
2319           bit operands
2320         * (popGetAddr): changed signature to provide
2321           an additional index, patched all call sites
2322         * (genCmpEq): handle literal-like operands correctly
2323         * (genAddrOf): added sanity checks on __code/__data pointers
2324         * (genAssign): added handling of symbols from __code section
2325         * (gencjne): do not generate code for comparisons whose result
2326           is neither stored nor used, fixes bug #1171114
2327         * (AccLsh, AccRsh): operate on operand instead of WREG
2328         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2329           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2330           by known count
2331         * rewrote complete shift-by-literal logic, commented unused
2332           functions out
2333         * (genConstPointerGet): get multiple bytes (if result size > 1),
2334           fixed handling of non-immediate addresses
2335         * (genPointerGet): handle CODE pointers like CONST pointers
2336         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2337         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2338           operand is to be treated as a literal or not
2339         * (mov2w,genPcall,genCmpEq),
2340           src/pic/genarith.c: use aop_isLitLike() to decide between
2341           literal/register contents
2342         * (addSign): added missing offset
2343         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2344           only emit comment in debug-mode,
2345           use {aop,op}_isLitLike throughout the file
2346         * src/pic/glue.c: fix initializers for pointers (work in progress)
2347         * src/pic/pcode.c (get_op): honor index on _const symbols
2348         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2349         * (dumppBlock): added pCode size estimation
2350         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2351           check for IS_SYMOP before OP_SYMBOL'ing
2352         * fixed indentation, compacted switch-statements
2353         * (allocReg): find free register and allocate it instead of
2354           allocating new registers all the time
2355         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2356           registers as its operands (necessary only for multibyte GETs)
2357
2358 2005-07-01 Raphael Neider <rneider AT web.de>
2359
2360         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2361           debugging .asm-output macros FENTRY + FEXIT
2362         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2363           way... I wonder...
2364         * (emitpComment): NEW, printf to pCode
2365         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2366           offset handling
2367         * (popGetAddr): NEW, variant of popGet to access an immediates
2368           high(er) bytes instead of the n'th byte of memory they reference,
2369           replaced popGet with popGetAddr where neccessary
2370         * (genDataPointerGet): reactivated and fixed implementation
2371         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2372           accesses
2373         * (genDataPointerSet): fixed multibyte assignments
2374         * (genpic14Code): fixed --i-code-in-asm handling
2375         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2376         * (genPlus): fixed index-out-of-bounds error
2377         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2378         * src/pic/ralloc.c: added debugging output macro FENTRY2
2379         * (spillThis): fixed indentation, enbraced for-body for clarity
2380         * (rematStr): commented out as now unused
2381         * (regTypeNum): commented out special spill case (overwrites
2382           arbitrary values)
2383         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2384
2385 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2386
2387         * doc/sdccman.lyx: documented sfr16/sfr32,
2388           added example for using storage class with function pointers
2389         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2390
2391 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2392
2393         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2394         * device/lib/_itoa.c,
2395         * device/lib/_ltoa.c: optimized codesize
2396         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2397           but don't know how to suppress the double warning.
2398         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2399         * support/Util/SDCCerr.c,
2400         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2401
2402 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2403
2404         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2405           fixed old K&R prototypes
2406         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2407         * device/lib/_gptrget.c,
2408         * device/lib/_gptrgetc.c,
2409         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2410           also new versions for small generic pointers and banked generic pointers
2411         * src/port.h: added const_name
2412         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2413         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2414         * src/SDCCcse.c (findPrevIc): check all associative operators
2415         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2416         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2417         * src/SDCCmem.c: updated comments,
2418           set far-space to 0 for pdata, results in optimized code
2419         * src/SDCCmem.h: added macro CONST_NAME
2420         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2421           moving the info into the highest bits, see also gptrget/gptrput
2422         * src/src.dsp: added sdcc.ico to project files
2423         * src/avr/gen.c (genCast): fixed bug 0x%d
2424         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2425         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2426           relation between ptr_type and DCL_TYPE,
2427           (genCast): fixed bug 0x%d
2428         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2429           (CODE)" for const_name
2430         * src/hc08/gen.c (genCast): fixed bug 0x%d
2431         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2432           (hc08_port): added "CONST (CODE)" for const_name
2433         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2434           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2435           between ptr_type and DCL_TYPE,
2436           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2437           operand* and took AOP() inside function so sfr-ness can be checked,
2438           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2439           new prototype,
2440           (genFunction, genEndFunction): optimized stack setup,
2441           (genMinus): optimized for literals with ending zeroes (in bytes),
2442           (genCast): fixed bug 0x%d
2443         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2444           (mcs51_port): added "CONST (CODE)" for const_name
2445         * src/mcs51/peeph.def: made rule 226 more generic
2446         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2447         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2448         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2449         * src/z80/main.c (z80_port): added NULL for const_name,
2450           (gbz80_port): added NULL for const_name
2451         * support/regression/tests/bug663539.c,
2452         * support/regression/tests/sfr16.c: new tests
2453
2454 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2455
2456         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2457
2458 2005-06-24 Raphael Neider <rneider AT web.de>
2459
2460         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2461           corrected typos...
2462         * device/include/pic16/signal.h: added USBIF
2463           and SIG_USB
2464
2465 2005-06-24 Raphael Neider <rneider AT web.de>
2466
2467         * device/lib/pic16/libdev/pic18f2455.c,
2468           device/include/pic16/pic18f2455.h: NEW
2469         * device/include/pic16/pic18fregs.h,
2470           device/lib/pic16/pics.all,
2471           src/pic16/device.c: added 18f2455
2472         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2473           device/include/pic16/{pic18f[68][567].h,usart.h}:
2474           replaced MULTIPLE_USARTS define with more relaible
2475           compatibility sfrs (for USART access)
2476
2477 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2478
2479         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2480           and the output asm file line is printed on two lines.
2481
2482 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2483
2484         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2485           BGT, BLE, BHI, and BLS instructions
2486         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2487           genCmpEq): removed
2488         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2489           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2490           fixes bug #1216342
2491         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2492
2493 2005-06-15 Raphael Neider <rneider AT web.de>
2494
2495         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2496         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2497         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2498           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2499           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2500
2501 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2502
2503         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2504           Marcel Telka in bug #1215704
2505
2506 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2507
2508         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2509           located in shared memory bank.
2510
2511 2005-05-31 Raphael Neider <rneider AT web.de>
2512
2513         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2514           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2515           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2516
2517 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2518
2519         * device/lib/_strncpy.c: fixed the fix
2520
2521 2005-05-26 Raphael Neider <rneider AT web.de>
2522
2523         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2524           initializers with \0, bug #1208187
2525         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2526           intializers with \0, bug #1208187
2527
2528 2005-05-26 Raphael Neider <rneider AT web.de>
2529
2530         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2531           initializers with \0, bug #1208187
2532         * src/pic16/main.c (_process_pragma): added sanity checks
2533           for stack position and size, emit warnings when appropriate
2534
2535 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2536
2537         * device/lib/_strncpy.c: fixed not filling with \0
2538
2539 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2540
2541         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2542           createFunction),
2543         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2544           compound_statement),
2545         * src/SDCCsymt.h,
2546         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2547
2548 2005-05-24 Raphael Neider <rneider AT web.de>
2549
2550         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2551
2552 2005-05-24 Raphael Neider <rneider AT web.de>
2553
2554         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2555           TRISE definitions, closes bug #1162453
2556
2557 2005-05-22 Raphael Neider <rneider AT web.de>
2558
2559         * src/pic16/main.c (_process_pragma): check for missing
2560           arguments to pragmas code and udata
2561         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2562           consistency fixes to match other headers (thanks to Jim Paris)
2563         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2564
2565 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2566
2567         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2568
2569 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2570
2571         * support/regression/tests/bug1198642.c: new test
2572         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2573         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2574         * support/scripts/resource.h,
2575         * support/scripts/resource.rc,
2576         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2577         * support/scripts/sdcc.ico: added 32x32 icon
2578
2579 2005-05-18 Raphael Neider <rneider AT web.de>
2580
2581         * device/lib/pic16/libdev/pic18f*.c,
2582         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2583           keywords to "__sfr" and "__at (X)"
2584         * device/include/pic16/pic18fregs.h: added pic18f4520
2585         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2586           #1203088 (MPLAB compatibility)
2587
2588 2005-05-17 Raphael Neider <rneider AT web.de>
2589
2590         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2591         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2592         * device/lib/pic16/pics.all: added new devices
2593         * src/pic16/device.c: added support for pic18f4520
2594
2595 2005-05-16 Raphael Neider <rneider AT web.de>
2596         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2597         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2598         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2599           convenience function for bit access
2600
2601 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2602
2603         * device/lib/printf_large.c: fixed bug 1193299
2604         * support/regression/tests/bug1057979.c: added test %3.3s
2605
2606 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2607
2608         * device/include/mcs51/8051.h,
2609         * device/include/mcs51/8052.h: made parseable with lint
2610         * device/include/mcs51/lint.h: added include file for (sp)lint
2611         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2612         * doc/cdbfileformat.lyx,
2613         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2614
2615 2005-05-14 Raphael Neider <rneider AT web.de>
2616
2617         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2618         * device/lib/pic16/libc/stdlib/itoa.c (new)
2619         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2620         * device/lib/pic16/libio/Makefile: exclude subdir according to
2621           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2622         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2623         * src/pic16/gen.c (genFunction): prevent annoying warning
2624         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2625           nameclashes on BeOS
2626         * support/cpp2/cppmain.c (cpp_output_string): new
2627         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2628           fixes bug 1116802
2629
2630 2005-05-13 Borut Razem <borut.razem AT siol.net>
2631
2632         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2633
2634 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2635
2636         * .version: changed to version 2.5.1; back to bleeding edge development
2637
2638 2005-05-11 Borut Razem <borut.razem AT siol.net>
2639
2640         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2641           generate PDF version 1.3 documents
2642
2643 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2644
2645         * .version: changed to version 2.5.0
2646
2647 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2648
2649         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2650
2651 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2652
2653         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2654         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2655         well as many smaller updates.
2656         * .version: changed to version 2.5.0-pre1
2657
2658 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2659
2660         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2661
2662 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2663
2664         * support/regression/tests/bug1185672.c: added
2665         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2666           bug 1185672
2667         * src/mcs51/gen.c (genCall): added comments, made it look safer
2668         * src/mcs51/gen.c (genEndFunction): simplified
2669
2670 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2671
2672         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2673
2674 2005-04-14 Borut Razem <borut.razem AT siol.net>
2675
2676         * fixed bug 1045046 - SIGSEGV with really simple code?:
2677           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2678           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2679
2680 2005-04-14 Borut Razem <borut.razem AT siol.net>
2681
2682         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2683           src/pic16/device.h: temporarily disabled experimental #inline pragma
2684           for 2.5.0 release
2685
2686 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2687
2688         * device/include/z80/stdio.h,
2689         * device/include/z80/string.h: removed these highly incomplete files so
2690           SDCC can use the default ones in device/include/
2691
2692 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2693
2694         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2695         gcc warning.
2696         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2697         fix sdcpp warnings.
2698
2699 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2700
2701         * device/include/malloc.h: removed redundant __reentrant prototypes
2702         * device/lib/_mullong.c: added working xstack variant in asm (C version
2703           doesn't pass regression tests)
2704         * device/lib/bpx.c: used __data and made bpx char for mcs51
2705         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2706           (createFunction): fixed bug with xstackPtr
2707         * src/SDCCcse.c: corrected comments
2708         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2709           (killDeadCode, eBBlockFromiCode): removed unused code
2710         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2711           corrected comments
2712         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2713           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2714           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2715           (genModOneByte): fixed warning in MSVC
2716         * src/mcs51/main.c (): added comments
2717         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2718
2719 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2720
2721         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2722
2723 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2724
2725         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2726
2727 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2728
2729         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2730         characters arrays of larger size than the declared one.
2731
2732 2005-04-10 Borut Razem <borut.razem AT siol.net>
2733
2734         * src/pic/gen.c (genInline),
2735           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2736           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2737           (findNextInstruction), (findPrevInstruction),
2738           (findInstructionUsingLabel),
2739           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2740         * src/pic/pcode.c (findLabel): added missing '\n'
2741         * src/src.dsp: added SDCCdwarf2.c to the project
2742
2743 2005-04-09 Borut Razem <borut.razem AT siol.net>
2744
2745         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2746
2747 2005-04-08 Raphael Neider <rneider AT web.de>
2748
2749         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2750           into the chain after a given one) and mergeDefmapSymbols (combine
2751           defmap entries for each symbol per pcode)
2752         * (createDefmap): have defmap entries merged in the end
2753         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2754           a symbol before replacing one access type's symbol, merge symbols in
2755           the end (replacement symbol might already have an entry)
2756         * (assignValnums): keep reference to written WREG intact
2757
2758 2005-04-08 Raphael Neider <rneider AT web.de>
2759
2760         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2761           Alpha)
2762
2763 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2764
2765         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2766         bytes
2767
2768 2005-04-07 Raphael Neider <rneider AT web.de>
2769
2770         * device/include/pic16/usart.h: added compatibility defines for
2771           devices with more than one USART
2772         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2773
2774 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2775
2776         * device/lib/Makefile.in: updated for port specific include
2777
2778 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2779
2780         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2781
2782 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2783
2784         * device/include/8051.h,
2785         * device/include/8052.h,
2786         * device/include/at89S8252.h,
2787         * device/include/at89c55.h,
2788         * device/include/at89x051.h,
2789         * device/include/at89x51.h,
2790         * device/include/at89x52.h,
2791         * device/include/mcs51reg.h,
2792         * device/include/reg51.h,
2793         * device/include/reg764.h,
2794         * device/include/regc515c.h,
2795         * device/include/sab80515.h: (re)moved these 12 files
2796         * device/include/mcs51/8051.h,
2797         * device/include/mcs51/8052.h,
2798         * device/include/mcs51/at89S8252.h,
2799         * device/include/mcs51/at89c55.h,
2800         * device/include/mcs51/at89x051.h,
2801         * device/include/mcs51/at89x51.h,
2802         * device/include/mcs51/at89x52.h,
2803         * device/include/mcs51/mcs51reg.h,
2804         * device/include/mcs51/reg51.h,
2805         * device/include/mcs51/reg764.h,
2806         * device/include/mcs51/regc515c.h,
2807         * device/include/mcs51/sab80515.h: and added them here
2808
2809 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2810
2811         * device/include/stdarg.h: changed SDCC specific keywords to double
2812           underlined form.
2813         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2814           mcs51 and ds390.
2815         * device/include/hc08/mc68hc908gp32.h,
2816         * device/include/hc08/mc68hc908jb8.h,
2817         * device/include/hc08/mc68hc908jkjl.h,
2818         * device/include/hc08/mc68hc908qy.h: fixed comments
2819         * device/include/mcs51/README: updated
2820         * device/include/mcs51/c8051f120.h: added PINRSF
2821         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2822         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2823           amidst code. Also inline is not supported.
2824
2825 2005-04-06 Raphael Neider <rneider AT web.de>
2826
2827         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2828         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2829           callers stack/frame pointers
2830
2831 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2832
2833         * device/include/pic16/usart.h: added, missing in previous commit,
2834         * device/include/pic16/adc.h: fixed typo,
2835         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2836         commit,
2837         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2838         <p18fxxx.inc>
2839         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2840         uninitialized because a bug appears with gplink
2841         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2842         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2843         complains for unrecognised option
2844
2845 2005-04-05 Raphael Neider <rneider AT web.de>
2846
2847         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2848           structs as well (using memcpy)
2849         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2850           on ISRs (GOTO has no label)
2851         * src/pic16/device.h: added OF_OPTIMIZE_DF
2852         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2853           new data flow analysis/optimization
2854         * src/pic16/pcode.c: added (prototypes for and implementation of)
2855           dataflow analysis functions, fixed pCodeInstructions' inCond and
2856           outCond values, made RCALL a branch instruction
2857         * (pic16_unlinkpCode): keep C line if possible
2858         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2859           C line moved if possible
2860         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2861         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2862           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2863         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2864           new flow)
2865         * (pic16_getJumptabpCode): NEW, needed in...
2866         * (LinkFlow): fixed handling of jumptables, calls and conditional
2867           branches
2868         * (pic16_InsertCommentAfter): NEW
2869         * (pic16_pCodeReplace): made verbose and flow preserving
2870         * (AnalyzeFlow): added call to data flow analysis
2871         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2872         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2873         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2874
2875 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2876
2877         * src/SDCCast.c (decorateType): fixed bug #1105626
2878
2879 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2880
2881         * device/include/asm/pic16/features.h,
2882         * pic18f*.h headers,
2883         * device/include/pic16/adc.h,
2884         * device/include/pic16/delay.h,
2885         * device/include/pic16/i2c.h,
2886         * device/include/pic16/malloc.h,
2887         * device/include/pic16/stdio.h,
2888         * device/include/pic16/stdlib.h,
2889         * device/include/pic16/string.h,
2890         * device/lib/pic16/libc/stdio/printf_tiny.c,
2891         * device/lib/pic16/libc/stdio/printf_small.c,
2892         * device/lib/pic16/libc/stdio/strmgpsim.c,
2893         * device/lib/pic16/libc/stdio/strmmssp.c,
2894         * device/lib/pic16/libc/stdio/strmusart.c,
2895         * device/lib/pic16/libc/stdio/vfprintf.c,
2896         * device/lib/pic16/libc/stdlib/ltoa.c,
2897         * device/lib/pic16/libc/stdlib/putchar.c,
2898         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2899         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2900         * device/lib/pic16/libc/stdlib/memchrram.c,
2901         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2902         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2903         * device/lib/pic16/libio/adc/adcbusy.c,
2904         * device/lib/pic16/libio/adc/adcread.c,
2905         * device/lib/pic16/libio/adc/adcsetch.c,
2906         * device/lib/pic16/libio/usart/ubaud.c,
2907         * device/lib/pic16/libio/usart/ubusy.c,
2908         * device/lib/pic16/libio/usart/udrdy.c,
2909         * device/lib/pic16/libio/usart/uopen.c,
2910         * device/lib/pic16/libio/usart/uputc.c,
2911         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2912         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2913         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2914         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2915         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2916         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2917         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2918         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2919         specific keywords to double underlined form,
2920         * device/lib/pic16/libc/Makefile.rules,
2921         * device/lib/pic16/libsdcc/Makefile.rules,
2922         * device/lib/pic16/libm/Makefile,
2923         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2924         to compile with C standard set in Makefile.common
2925         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2926         rand.c and crc.c in compilation process,
2927         * device/lib/pic16/libsdcc/int/divuint.c,
2928         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2929         `c' from signed to unsigned,
2930         * device/lib/pic16/startup/crt0.c,
2931         * device/lib/pic16/startup/crt0i.c,
2932         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2933         keywords to double underlined form, bug fixes in _do_cinit function
2934         which prevented the correct initialization of the .idata segment,
2935         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2936         core to enter a infinite loop
2937         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2938
2939 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2940
2941         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2942
2943 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2944
2945         * device/include/Makefile.in: add support for hc08 subdirectory
2946         * device/include/hc08/: new subdirectory
2947         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2948         Lucas Loizaga, thanks!
2949         * device/include/hc08/mc68hc908qy.h,
2950         * device/include/hc08/mc68hc908gp32.h,
2951         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2952         their own directory. Changed internal macro names to use the compiler
2953         reserved namespace. Changed SDCC specific keywords to double
2954         underlined form.
2955         * device/include/math.h,
2956         * device/include/malloc.h,
2957         * device/include/stdarg.h,
2958         * device/include/stdbool.h
2959         * device/include/string.h,
2960         * device/include/tinibios.h,
2961         * device/include/ds400rom.h,
2962         * device/include/8051.h,
2963         * device/include/8052.h,
2964         * device/include/80c51xa.h,
2965         * device/include/at89c55.h,
2966         * device/include/at89S8252.h,
2967         * device/include/at89x51.h,
2968         * device/include/at89x52.h,
2969         * device/include/ds80c390.h,
2970         * device/include/reg764.h,
2971         * device/include/regc515c.h,
2972         * device/include/sab80515.h,
2973         * device/include/mcs51/c8051f000.h,
2974         * device/include/mcs51/c8051f018.h,
2975         * device/include/mcs51/c8051f020.h,
2976         * device/include/mcs51/c8051f040.h,
2977         * device/include/mcs51/c8051f060.h,
2978         * device/include/mcs51/c8051f120.h,
2979         * device/include/mcs51/c8051f300.h,
2980         * device/include/mcs51/c8051f310.h,
2981         * device/include/mcs51/c8051f320.h,
2982         * device/include/mcs51/c8051f330.h,
2983         * device/include/mcs51/c8051f350.h,
2984         * device/include/z180.h: Changed SDCC specific keywords to double
2985         underlined form.
2986
2987 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2988
2989         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2990         18F4455,
2991         * (pic16_assignConfigWordValue): disable testing of configuration
2992         register value with config mask,
2993         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2994         function with port->fun_prefix,
2995         * (genFunction): when generating a naked interrupt function never
2996         create an absolute segment placed in interrupt vector address, place
2997         the actual interrupt function at IVA instead, when an interrupt
2998         function is generated with unspecified interrupt then do not create
2999         the absolute section,
3000         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3001         code for generating a call to generic pointer get/put function with
3002         a call to function pic16_callGenericPointer(),
3003         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3004         the call to the generic pointer get/put functions with prefixing the
3005         function name with port->fun_prefix,
3006         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3007         * src/pic16/main.c (_process_pragma): prefix function with
3008         port->fun_prefix,
3009         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3010         calling assembler, old 18Fxxxx macro is deprecated,
3011         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3012         PC_ASMDIR in while condition,
3013         * (findInstruction): add PC_ASMDIR in while condition,
3014         * (buildCallTree): prefix main with port->fun_prefix,
3015         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3016         identifier for variable with banked access in instructions BTFSS,
3017         BTFSC, BCF, BSF, BTG
3018         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3019         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3020         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3021         perform optimization when enviroment variable NO_REG_OPT is set,
3022         * (insideLRBlock): NEW, return 1 if register is inside an
3023         INF_LOCALREGS block,
3024         * (RemoveRegFromLRBlock): remove a register that is completely
3025         eliminated by register optimization, but it is still left in local
3026         register store/restore in/from stack block,
3027         * (Remove2pcodes): after removing register, check to see if it
3028         should be removed from local register store/restore in/from stack
3029         block,
3030         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3031         DUMMY_READ_VOLATILE,
3032
3033         * device/include/pic16/adc.h: minor prototype modifications and
3034         update,
3035         * device/include/pic16/malloc.h: added GPL notice various
3036         modifications,
3037         * device/include/pic16/stdint.h: NEW, standard header for ints
3038         * device/include/pic16/delay.h: NEW, header for delay functions,
3039         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3040         delay1mtcy,
3041         * device/include/pic16/signal.h: NEW, header providing helper macros
3042         for implementing signal handlers,
3043         * device/include/pic16/stdio.h: added prototypes for functions,
3044         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3045         prototypes for stdin and stdout, added macro PUTCHAR to
3046         automatically implement putchar function prototype,
3047         * device/include/pic16/usart.h: modified and updated USART library,
3048         * device/lib/pic16/libio/adc/,
3049         * device/lib/pic16/libio/i2c: some modifications to improve library
3050         performance,
3051         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3052         family of functions,
3053         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3054         family of functions and other sources,
3055         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3056         of the PIC18Fxx[28] devices,
3057         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3058         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3059         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3060         _do_cinit function, because the previous failed when local variables
3061         where not placed in the same memory bank,
3062         * device/lib/pic16/libsdcc/char/: various modifications to improve
3063         library performance,
3064         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3065         information on the new functions of the c library and more...
3066
3067 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3068
3069         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3070
3071 2005-03-26 Raphael Neider <rneider AT web.de>
3072
3073         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3074           if condition == CARRY)
3075         * (genCmp): adapted to new genSkipc semantics
3076         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3077           on rIfx (genCmp was broken)
3078
3079 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3080
3081         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3082         * src/z80/main.c (_keywords[]),
3083         * src/SDCCglobal.h (struct options),
3084         * src/SDCC.y,
3085         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3086         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3087         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3088         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3089         always available in leading double underscore form. The C99 support is
3090         mostly missing, but it's a start.
3091         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3092         reserved identifier "__data".
3093
3094 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3095
3096         * src/mcs51/peeph.def: fixed bug 1170013
3097
3098 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3099
3100         * device/include/mcs51reg.h: fixed bug 842007
3101
3102 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3103
3104         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3105         last time.
3106
3107 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3108
3109         * src/port.h (struct PORT),
3110         * src/avr/ralloc.c (avr_assignRegisters),
3111         * src/avr/main.c,
3112         * src/ds390/ralloc.c (ds390_assignRegisters),
3113         * src/ds390/main.c,
3114         * src/hc08/ralloc.c (hc08_assignRegisters),
3115         * src/hc08/main.c,
3116         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3117         * src/mcs51/main.c,
3118         * src/pic/ralloc.c (pic14_assignRegisters),
3119         * src/pic/main.c,
3120         * src/pic16/ralloc.c (pic16_assignRegisters),
3121         * src/pic16/main.c,
3122         * src/xa51/ralloc.c (xa51_assignRegisters),
3123         * src/xa51/main.c,
3124         * src/z80/ralloc.c (z80_assignRegisters),
3125         * src/z80/ralloc.h,
3126         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3127         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3128         * src/SDCCcse.h,
3129         * src/SDCCdflow.c (computeDataFlow),
3130         * src/SDCCdflow.h,
3131         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3132         * src/SDCCloop.h,
3133         * src/SDCCcflow.c (*),
3134         * src/SDCCcflow.h,
3135         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3136         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3137         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3138         immedDom() returning wrong block; probably fixes bug #1160833)
3139
3140 2005-03-20 Borut Razem <borut.razem AT siol.net>
3141
3142         * support/scripts/inc2h.pl: WIN32 port
3143
3144 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3145
3146         * device/lib/makefile.in: added abs.c and labs.c
3147
3148 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3149
3150         * device/include/stdint.h: added
3151         * device/lib/abs.c: added
3152         * device/lib/labs.c: added
3153         * device/include/stdlib.h: added abs() and labs() prototypes
3154         * device/lib/libsdcc.lib: added abs and labs
3155         * device/include/float.h,
3156         * device/lib/_fsmul.c,
3157         * device/lib/printf_fast.c,
3158         * device/lib/printf_tiny.c: updated comments
3159
3160 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3161
3162         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3163         bug #1164313
3164
3165 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3166
3167         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3168         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3169
3170 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3171
3172         * device/lib/printf_large.c: removed inline assembly for portability and
3173           readability. Use printf_fast if speed or size are more important.
3174         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3175         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3176
3177 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3178
3179         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3180         prevent compiler warning
3181
3182 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3183
3184         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3185         moved to level 0 and declared as static. Also they are explicit
3186         placed in access bank. This was necessery because some times they
3187         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3188         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3189         optimizations. Currently only compare to unsigned char is implemented,
3190         * src/pic16/gen.c: added fReturnIdx array,
3191         * (struct resolvedIfx) is moved to gen.h and made public,
3192         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3193         * (aopForSym): added an optimization to directly store in stack of
3194         the operand of a SEND iCode,
3195         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3196         but as registers instead (AOP_REG) using the fReturnIdx array,
3197         * (pic16_freeAsmop): remove the freed register from the
3198         _G.sregsAlloc field,
3199         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3200         a compare of 'WREG',
3201         * (pic16_popGetTempRegCond): changed function prototype, now
3202         function takes also a bitVector argument v which holds the current
3203         set of registers that are allocated for stack access by aopForSym,
3204         registers allocated in aopForSym for accessing stack symbols are not
3205         any more part of the functions usedRegs field,
3206         * (genCall): some times aopOp is called for a stack variable to be
3207         send, aopForSym might perform the push, if this is true make sure
3208         that genCall doesn't push the variable twice by testing _G.resDirect,
3209         * (genFunction): changed testing for unspecified interrupt number
3210         from 256 to INTNO_UNSPEC,
3211         * modified selection scheme of frame pointer generation. Previously
3212         if function did use local registers a frame pointer was generated,
3213         now a frame pointer is generated only if function has arguments
3214         (that need PLUSW2 register access), or has stack arguments, or the
3215         compiler is not instructed to omit the frame pointer,
3216         * (genEndFunction): before restoring local registers that were saved
3217         in the function preamble, also restore the registers that *might*
3218         have been allocated for stack access,
3219         * (genRet): removed some old comments,
3220         * (genCmp, the active (RN's) version): added a call to the
3221         pic16_genCmp_special function to perform the compare with a more
3222         robust and optimized way,
3223         * (genInline): a feature has been added in inline code generation,
3224         which allows a wildcard variable substitution when writing inline
3225         assembly. Code is incomplete and experimental therefore undocumented,
3226         * (genCast): changed order of aopOp for result and right to allow
3227         aopForSym to directly load the result if possible,
3228         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3229         perform an optimized compare on some selected special occasions,
3230         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3231         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3232         generate an IVT any more,
3233         * src/pic16/main.c (pic16_optionsTable): added command line option
3234         --optimize-cmp,
3235         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3236         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3237         macros,
3238         * src/pic16/NOTES: Raphael Neider added in list of active developers
3239         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3240         jumptable_end to prevent bug #,
3241         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3242         inCond and outCond fields,
3243         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3244         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3245         turn off register spilling,
3246         * (packRegsForOneUse): synced with other ports' versions although it
3247         is not used currently,
3248         * (pic16_packRegisters): added an optimization while reading
3249         structure bitfields, some registers may be saved (malloc code is
3250         decreased by 80 bytes)
3251
3252 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3253
3254         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3255         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3256         this can be optimized more?
3257
3258 2005-03-10 Raphael Neider <rneider AT web.de>
3259
3260         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3261           genNearPointerGet): (hopefully) fixed access to bitfields via
3262           pointers (p->bitN = x; and x = p->bitN; failed)
3263
3264 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3265
3266         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3267
3268 2005-03-09 Raphael Neider <rneider AT web.de>
3269
3270         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3271
3272 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3273
3274         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3275         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3276           (regTypeNum): set REG_BIT type if necessary
3277         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3278         * support/regression/tests/critical.c: check bug 1144613
3279
3280 2005-03-02 Raphael Neider <rneider AT web.de>
3281
3282         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3283
3284 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3285
3286         * src/avr/ralloc.c (serialRegAssign),
3287         * src/ds390/ralloc.c (serialRegAssign),
3288         * src/hc08/ralloc.c (serialRegAssign),
3289         * src/mcs51/ralloc.c (serialRegAssign),
3290         * src/pic/ralloc.c (serialRegAssign),
3291         * src/pic16/ralloc.c (serialRegAssign),
3292         * src/xa51/ralloc.c (serialRegAssign),
3293         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3294
3295 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3296
3297         * src/SDCCast.c (decorateType): fixed bug 1124787
3298
3299 2005-02-20 Hubert Sack <sack AT digiplan.de>
3300         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3301
3302         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3303         patch #1121755
3304
3305 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3306
3307         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3308         to keep the correct label reference count when adding/removing references
3309         to labels. A peephole file using this is appended to patch #1144962.
3310
3311 2005-02-14 Raphael Neider <rneider AT web.de>
3312
3313         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3314         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3315         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3316           retrievals of result operand's value on assignment
3317
3318 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3319
3320         * device/include/pic16/string.h: modified prototype for memccpy()
3321         to memccpy(void *, void *, char, size_t)
3322         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3323         check whether to omit frame pointer or not,
3324         * (genInline): convert all occurences of "\n" to LF in inline
3325         assembler blocks, this helps formatting the inline text,
3326         * (pic16_loadFSR0): modified prototype,
3327         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3328         removed some 8051 legacy code,
3329         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3330         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3331         before allocating temporary registers in functions,
3332
3333 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3334
3335         * support/regression/tests/bitvars.c: corrected the "fix"
3336
3337 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3338
3339         * support/regression/tests/bitvars.c,
3340         * support/regression/tests/bitwise.c,
3341         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3342
3343 2005-02-10 Raphael Neider <rneider AT web.de>
3344
3345         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3346           different size for Alpha
3347         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3348
3349 2005-02-09 Raphael Neider <rneider AT web.de>
3350
3351         * src/SDCC.lex(doPragma) : save and restore warning options as well
3352           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3353         * have #pragma less_pedantic set the errorlevel to WARNING
3354           (fixes #1117001)
3355         * (cloneOptimize) : fixed wrong malloc's size
3356         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3357           facilitate correct handling of #pragma (save|restore)
3358
3359 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3360
3361         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3362
3363 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3364
3365         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3366
3367 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3368
3369         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3370
3371 2005-02-02 Raphael Neider <rneider AT web.de>
3372
3373         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3374         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3375         * (pic16_storeForReturn): fixed to allow returning function pointers
3376         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3377         * device/include/pic16/{stddef.h,stdbool.h}: added
3378
3379 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3380
3381         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3382
3383 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3384
3385         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3386         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3387          appeared to be required
3388
3389 2005-01-31 Borut Razem <borut.razem AT siol.net>
3390
3391         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3392           include/mcs51 and include/z80 directories to the package
3393
3394 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3395
3396         * src/hc08/gen.c (genFunction): fixed bug #1112752
3397
3398 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3399
3400         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3401
3402 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3403
3404         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3405
3406 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3407
3408         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3409
3410 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3411
3412         * device/include/c8051fxxx.h: removed these 6 files
3413         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3414
3415 2005-01-26 Raphael Neider <rneider AT web.de>
3416
3417         * src/pic16/gen.c (genAssign): fixed assignment from longs
3418           in codespace (were cut to three bytes)
3419         * (genDummyRead): implemented (except for CODESPACE...),
3420           fixed bug #1108575
3421         * src/pic16/glue.c (emitStatistics): beautified
3422         * device/lib/pic16/libm/Makefile: added include path
3423
3424 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3425
3426         * src/z80/gen.c (aopPut): fixed bug #1103902
3427
3428 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3429
3430         * device/lib/expf.c: fixed bug #1095792
3431
3432 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3433
3434         * device/lib/pic16/libm: added Math library sources
3435
3436 2005-01-24 Raphael Neider <rneider AT web.de>
3437
3438         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3439           to enable upcast to pCodeOpReg2 (there is no type tag to
3440           differenciate the two and pic16_popGet2p cast into PCOR2)
3441         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3442           (sizeof(sectNames) changed to sizeof(sectName))
3443           Both patches fix segfaults under MinGW.
3444
3445 2005-01-23 Raphael Neider <rneider AT web.de>
3446
3447         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3448           Safe_[mc]?alloc()'ed variables
3449         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3450           of (byte sized) temporaries (assign them to WREG for now)
3451         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3452           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3453           this might fix SIGSEGVs on MinGW...
3454         * src/SDCCopt.c (killDeadCode): restored original behaviour
3455           (volatile operands might get thrown away though)
3456
3457 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3458
3459         * src/pic16/gen.c: fixed bug #1106975,
3460         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3461         pointer update, INTCON is saved, global interrupts are disabled and
3462         restored after updateing TOS.
3463         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3464         * added function attribute 'shadowregs' to take advantage of shadow
3465         registers,
3466         * added function attribute 'wparam' as an alternative to the wparam
3467         pragma,
3468         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3469         user declares a non-ISR function as 'shadowregs',
3470         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3471
3472 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3473
3474         * .version: bumped version number to 2.4.8
3475         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3476         pic16 port,
3477         * device/lib/pic16/libio/i2c/: I2C module support library,
3478         * device/include/pic16/i2c.h: I2C support library header,
3479         * device/lib/pic16/libc/stdio/: standard IO support sources,
3480         * (printf_small.c): printf_small() source, supports float print,
3481         * (printf_tiny.c): printf_tiny() source, does not support floats,
3482         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3483         enable global optimizations for entire library source, other
3484         Makefiles in the source tree are also modified to reflect this,
3485         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3486         function,
3487         * doc/sdccman.lyx: updated to reflect new changes,
3488         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3489         sym->onStack if-case,
3490         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3491         sbit, idata, _idata, xdata, _xdata,
3492         * added pragma library, to link an external library, (see doc),
3493         * removed command line options, --pomit-config-words, --pomit-ivt,
3494         --pleave-reset-vector,
3495         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3496         when calling assembler to reflect memory model used, also define
3497         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3498         reflect stack model used,
3499         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3500         on stack return NULL,
3501
3502 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3503
3504         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3505           of the operands is volatile. Fixes #1020220
3506
3507 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3508
3509         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3510         * (OptimizeRegUsage): make sure that there is really no other flow where
3511           the first pCode is used
3512
3513 2005-01-22 Raphael Neider <rneider AT web.de>
3514
3515         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3516           to fix #1106967 (pCode->seq are not set up correctly)
3517
3518 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3519
3520         * src/SDCCglue.c (glue): make sure code area is declared before the
3521         static initialization area.
3522
3523 2005-01-21 Raphael Neider <rneider AT web.de>
3524
3525         * device/lib/Makefile.in: fixed test for pic16 install dir
3526         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3527           optimizations
3528         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3529           added --optimize-goto compiler switch and pragma wparam documentation
3530         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3531         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3532           and PRODH closing bug #1071770 (peephole optimizer)
3533
3534 2005-01-19 Raphael Neider <rneider AT web.de>
3535
3536         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3537           cmdLine buffers (used when calling sdcpp...) are large enough
3538           (MAX_PATH=256 truncates arguments leading to system halts when
3539           used in MinGW...)
3540         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3541         * (genUminus): rewritten to for efficiency
3542         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3543           used uninitialized in some cases)
3544         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3545           copy the third byte from the int -- now assumes 0x80 (data memory)
3546         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3547           operands (genAddLit expects the iCode's operands to swapped as
3548           well), fixed leftover bytes (crashed for short left operands)
3549         * (pic16_genMinusDec): performance improvements, removed false
3550           PIC14 emitSKPNCs
3551         * (pic16_genMinus): fixed to cope with differently sized operands
3552         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3553           for --obanksel > 1
3554         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3555         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3556           new banksel optimization
3557         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3558           analysis for temporary registers (segfaults...)
3559         * src/pic16/peeph.def: added rule
3560
3561 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3562
3563         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3564         which converts a float number to its ASCII representation
3565         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3566         functions to convert the fractional and integer part of a float to ASCII,
3567         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3568         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3569         ram
3570         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3571         _STATMEM macros,
3572         * device/include/pic16/adc.h: added GPL info,
3573         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3574         a pCodeOp as tested operand,
3575         * (genNearPointerGet): optimized bit testing, does not use
3576         intermediate register for bit value, test directly instead with
3577         BTFSS, BTFSC, works only for single bits,
3578         * (genpic16Code): dump the name of the iCode in the asm,
3579         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3580         renamed to pic16_decodeOp,
3581         * (serialRegAssign): do not allocate a temporary register for iCode
3582         sequences that test a single bit for 1/0
3583
3584 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3585
3586         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3587         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3588         access stack and frame pointers. They are initially assigned to
3589         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3590         accessing SFRs. Updated all occurences of modification of stack or
3591         frame pointer in gen.c and pcode.c,
3592         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3593         assigning of a literal value to pointers,
3594         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3595         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3596         selected
3597
3598 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3599
3600         * doc/sdccman.lyx: update documentation about stack pragma, added
3601         some info for stack memory models
3602
3603 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3604
3605         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3606
3607 2005-01-08 Raphael Neider <rneider AT web.de>
3608
3609         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3610           udata sections to fix bug #1097823
3611
3612 2005-01-05 Raphael Neider <rneider AT web.de>
3613
3614         * src/pic16/gen.c (genGenericShift): added handling of differently
3615           sized left operand and result
3616
3617 2005-01-04 Raphael Neider <rneider AT web.de>
3618
3619         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3620         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3621           to hold the condition bit)
3622         * added new version of genCmp (old code available via #define)
3623         * added new version of genShiftLeft/genShiftRight in a generic
3624           way, now supports shifting by negative values
3625         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3626           shiftCount (expected by genGenericShift)
3627         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3628         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3629           dump
3630         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3631           is an invalid literal too...)
3632
3633 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3634
3635         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3636         from Raphael Neider,
3637         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3638         for 8-bit literals. This fixes some literal operands which are sign
3639         extended to 16-bits ints when instruction needs only 8-bits.
3640
3641 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3642
3643         * device/lib/logf.c: added mcs51 assembly version
3644         * device/lib/expf.c: added mcs51 assembly version
3645         * device/lib/_logexpf.c: new shared asm code for expf and logf
3646         * device/include/math.h: add defines for assembly math library
3647         * device/lib/Makefile.in: build new _logexpf.c
3648         * device/lib/libfloat.lib: use new _logexpf.c
3649
3650 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3651
3652         * src/pic/device.c
3653         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3654           device types which have less than 0x7f registers.
3655
3656 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3657
3658         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3659
3660 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3661
3662         * device/lib/printf_fast.c: only build on supported arch.
3663         * device/lib/printf_tiny.c: only build on supported arch.
3664         * device/lib/printf_fast_f.c: only build if asm float lib
3665         * device/lib/_fsget1arg.c: only build if asm float lib
3666         * device/lib/_fsget2args.c: only build if asm float lib
3667         * device/lib/_fsnormalize.c: only build if asm float lib
3668         * device/lib/_fsreturnval.c: only build if asm float lib
3669         * device/lib/_fsrshift.c: only build if asm float lib
3670         * device/lib/_fsswapargs.c: only build if asm float lib
3671         * device/include/stdio.h: don't provide print_fast,
3672           print_fast_f, print_tiny prototypes if --xstack used
3673
3674 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3675
3676         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3677         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3678           to the SOURCES
3679
3680 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3681
3682         * device/lib/printf_fast_f.c: same as printf_fast, but
3683           with floating point enabled
3684         * device/lib/printf_fast.c: minor tweaks
3685         * device/include/stdio.h: add printf_fast_f
3686
3687 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3688
3689         * src/SDCCmain.c: make --float-reent default for mcs51
3690         * device/lib/_fsadd.c: added mcs51 assembly version
3691         * device/lib/_fssub.c: added mcs51 assembly version
3692         * device/lib/_fsmul.c: added mcs51 assembly version
3693         * device/lib/_fsdiv.c: added mcs51 assembly version
3694         * device/lib/_fseq.c: added mcs51 assembly version
3695         * device/lib/_fsneq.c: added mcs51 assembly version
3696         * device/lib/_fsgt.c: added mcs51 assembly version
3697         * device/lib/_fslt.c: added mcs51 assembly version
3698         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3699         * device/lib/Makefile.in: add _fscmp to build
3700         * device/lib/libfloat.lib: add _fscmp to build
3701
3702 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3703
3704         * device/lib/_fs2slong.c: added mcs51 assembly version
3705         * device/lib/_fs2sint.c: added mcs51 assembly version
3706         * device/lib/_fs2schar.c: added mcs51 assembly version
3707         * device/lib/_fs2ulong.c: added mcs51 assembly version
3708         * device/lib/_fs2uint.c: added mcs51 assembly version
3709         * device/lib/_fs2uchar.c: added mcs51 assembly version
3710         * device/lib/_slong2fs.c: added mcs51 assembly version
3711         * device/lib/_sint2fs.c: added mcs51 assembly version
3712         * device/lib/_schar2fs.c: added mcs51 assembly version
3713         * device/lib/_ulong2fs.c: added mcs51 assembly version
3714         * device/lib/_uint2fs.c: added mcs51 assembly version
3715         * device/lib/_uchar2fs.c: added mcs51 assembly version
3716         * device/include/float.h: added #define to select asm vs c
3717
3718 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3719
3720         * device/lib/printf_fast.c: improvements to float output
3721         * device/include/float.h: add defines for assembly float library
3722         * device/lib/_fsget1arg.c: receive 1 float arg
3723         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3724         * device/lib/_fsnormalize.c: normalize a float
3725         * device/lib/_fsreturnval.c: return float, various helper routines
3726         * device/lib/_fsrshift.c: right shift a float's mantissa
3727         * device/lib/_fsswapargs.c: swap 2 floats
3728         * device/lib/Makefile.in: build these 6 new files for mcs51
3729         * device/lib/libfloat.lib: add these 6 files to the library
3730
3731 2004-12-26 Borut Razem <borut.razem AT siol.net>
3732
3733         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3734           built by gcc 3.4.2
3735
3736 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3737
3738         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3739           and fully reentrant and register bank neutral.
3740         * device/lib/printf_fast.c: added float (not enabled by default),
3741           added compact/slower integer (also not enabled by default),
3742           improved size/speed of fast integer code, other minor changes
3743         * device/include/stdio.h, device/lib/Makefile.in,
3744           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3745
3746 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3747
3748         * src/pic16/pcode.c: declaring variables other than at the start of a
3749           block is not supported in C by VC6.
3750
3751 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3752
3753         * applied a previous patch from Raphael Neider that wasn't included
3754         in the previous commits, which fixes infinite loops within jumptable
3755         improvements,
3756         * made some fixes that previous patches introduced
3757
3758 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3759
3760         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3761         that fixes an issue with AOP_PCODE asmop's offset,
3762         * (pic16_popCopyReg): update instance field too,
3763         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3764         function of pic port,
3765         * (genCmp, genAnd, genAssign),
3766         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3767
3768 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3769
3770         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3771         variables initial values to idata section,
3772         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3773         variables in some functions. This utilizes parmBytes field of iCode
3774         structure to hold the offset of the variable in stack. (might be
3775         able to use the stack field too?)
3776         * applied patch from Raphael Neider # ### , # ###
3777         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3778         variable initial values in idata section,
3779         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3780         for static variables with initial value
3781         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3782         applied fix in while loop from Raphael Neider.
3783
3784 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3785
3786         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3787         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3788         * src/ds390/ralloc.c (serialRegAssign): spill bits
3789         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3790         * support/Util/SDCCerr.c,
3791         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3792         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3793         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3794
3795 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3796
3797         * device/include/sdcc-lib.h: inserted LGPL, added includes
3798           asm/ds390/features.h and asm/mcs51/features.h
3799         * device/include/asm/default/features.h,
3800         * device/include/asm/gbz80/features.h,
3801         * device/include/asm/z80/features.h: added empty _AUTOMEM
3802           and _STATMEM
3803         * device/include/asm/ds390/features.h,
3804         * device/include/asm/mcs51/features.h: added files with defines for
3805           _AUTOMEM and _STATMEM indicating automatic and static storage class
3806         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3807         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3808         * src/SDCCicode.c (geniCodeCast),
3809         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3810         * src/SDCCloop.c (loopInduction): removed unused variable lr
3811         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3812           to convertToFcall to include char modulo (RFE 1065037), added check
3813           if left operand is unsigned and use abs of literal value
3814         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3815           as it doesn't work after conversion from peephole.def to peephole.rul
3816         * src/mcs51/gen.c (toBoolean): added check for size,
3817           (genModOneByte): optimized code for signed char modulo a literal
3818           power of 2 (thanks to Hubert Sack),
3819           (genRRC): removed unnecessary "clr c",
3820           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3821         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3822           jump optimization,
3823           swapped rules 256.c and 256.d,
3824           extended 256.d by using new multiple checks (thanks Erik),
3825           added rules 256.e and 256.f,
3826           updated rule 261.a and 261.b to new generated code
3827         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3828
3829 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3830
3831         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3832           induction related bugs, including first part of bug #1074377
3833
3834 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3835
3836         * applied patch from bug-report #1076292,
3837         * applied patches for genAnd and Goto-optimizations for Raphael
3838         Neider,
3839         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3840         dump a less iCode information,
3841         * src/pic16/device.h (pic16_options_t): added field debgen,
3842         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3843         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3844         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3845         puclic,
3846         * (various functions): added macros FENTRY and FENTRY2 to functions,
3847         to emit function prologue,
3848         * (various functions): fixed indentation,
3849         * (genNearPointerGet): fixed loading of FSR0,
3850         * (genPackBits): applied patch from Raphael Neider to fix updating
3851         of FSR0 and touching only the modified bits,
3852         * src/pic16/genarith.c (various functions): added macros FENTRY to
3853         emit function prologue in comments,
3854         * src/pic16/pcode.h: added functions debugf2, debugf3,
3855         * src/pic16/ralloc.c: partial fix for packForPush caused
3856         segmentation fault,
3857
3858 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3859
3860         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3861           <stsp AT users.sourceforge.net> with reversed byte order
3862         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3863
3864 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3865
3866         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3867           bug #1074377
3868         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3869         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3870
3871 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3872
3873         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3874
3875 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3876
3877         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3878           conditions,
3879           (setFromConditionArgs): friendly operand parser for peephole rules,
3880           (operandBaseName, operandsNotRelated): new peephole condition
3881           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3882           architecture specific register naming into account, handles n-way
3883           comparisons, and supports quoted literals
3884         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3885
3886 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3887
3888         * src/mcs51/peeph.def: fixed bug #1076940
3889
3890 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3891
3892         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3893
3894 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3895
3896         Adding support for replacing ljmps with sjmps in jumptables
3897         generated for switch statements. For now you need to set the
3898         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3899         Now 4 algorithms for mcs51 jumptable generation are used:
3900         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3901         addresses loaded pc-relative for up to 112 cases and stack-pushing
3902         target addresses loaded with offset from dptr for up to 256 cases.
3903
3904         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3905         * src/mcs51/main.c: adapted constants for switch table generation
3906         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3907
3908 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3909
3910         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3911         * support/regression/tests/bug1057979.c: added test for bug 1073386
3912
3913 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3914
3915         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3916         compilers
3917
3918 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3919
3920         * src/pic16/device.h,
3921         * src/pic16/genarith.c,
3922         * src/pic16/glue.c,
3923         * src/pic16/main.c,
3924         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3925
3926 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3927
3928         Large cummulative patch for pic16 port.
3929         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3930         to call when a stack overflow occurs,
3931         * (malloc.h): added CVS Id tag,
3932         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3933         variable,
3934         * added libc directory. The current version of LibC contains string
3935         functions, ctype functions and macros and some functions of the
3936         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3937         be extensively tested in the future. Standard disclaimer here.
3938         Library is not automatically build yet. But one can build it by
3939         invoking 'make' inside the libc directory.
3940         * added ADC library under libio. Preliminary version yet.
3941
3942         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3943         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3944         aopForRemat() now and not by pic16_aopOp(),
3945         * (pic16_popGetTempReg): removed warning messgae when allocating
3946         temporary registers, its a buggy feature and will be removed,
3947         * (pic16_popGet): set register instance field in AOP_CRY,
3948         * (pic16_outBitC): fixed for results in size greater than 1,
3949         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3950         * (pic16_storeForReturn): optimized return of 0,
3951         * (genCmp): experimental code for new genCmp which uses PIC18's
3952         special compare&skip instructions. Initial tests fail some times
3953         with variables grater than 1 byte in size, so new code is disabled,
3954         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3955         a single bit,
3956         * (genCast): began a fix to optimize the casting of a bit to another
3957         bit, now assigning a bitfield to another bitfield will fail, sorry,
3958         * src/pic16/main.c: disabled the use of lr-support feature,
3959         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3960         * added some function prototypes, added function _debugf prototype,
3961         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3962         bits with offset (case PO_GPR_BIT),
3963         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3964         command line,
3965         * (isBankInstruction): modified to return 0 for no banking instruction,
3966         and 1 for banking instruction,
3967         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3968         caused stop processing pCodes after a inline assembly block,
3969         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3970         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3971         registers when it shouldn't,
3972         * src/pic16/ralloc.c (allocReg): add preliminary support for
3973         supporting a limited set of temporary registers,
3974
3975 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3976
3977         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3978           genDataPointerSet): ensure assignments always copy in MSB to LSB
3979           order,
3980           (loadRegFromAop): recognize CLRH optimization,
3981           (genFunction): optimize RECEIVE iCodes in reentrant functions
3982
3983 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3984
3985         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3986           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3987           selected.
3988         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3989         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3990           contiguous with data
3991
3992 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3993
3994         * device/lib/_gptrget.c (_gptrget),
3995         * device/lib/_gptrgetc.c (_gptrgetc),
3996         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3997           instead of sjmp to ret
3998         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3999           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4000
4001 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4002
4003         * .version: bumped version to 2.4.7
4004         * device/lib/_gptrget.c (_gptrget): is now _naked
4005         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4006         * device/lib/_gptrput.c (_gptrput): is now _naked
4007         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4008           (createFunction): fixed xstack
4009         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4010         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4011           or bit either,
4012           (geniCodeCritical): store original interrupt state in an iTemp bit
4013           var unless stack-auto
4014         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4015         * src/SDCCmain.c (setIncludePath): added include/target to search path
4016         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4017         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4018           prototype,
4019           (processFuncArgs): put bit vars in bit area
4020         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4021           unsaveRBank): fixed xstack,
4022           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4023           (genFunction, genEndFunction): fixed xstack,
4024           (genAssign): optimization don't walk backwards through mem
4025         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4026         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4027         * support/regression/Makefile: also make library (for stack-auto) when
4028           making "all" and added "test-mcs51-xstack-auto"
4029         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4030         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4031         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4032         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4033         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4034           make-library by MAKE_LIBRARY
4035         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4036           regression tests for xstack
4037         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4038         * support/regression/tests/critical.c: test for critical on mcs51
4039
4040 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4041
4042         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4043           built version of sdcc instead of installed version
4044
4045 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4046
4047         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4048         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4049           vprintf.c now
4050         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4051         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4052           WARNING: remove device/lib/build/z80/printf.o by hand when
4053           updating from previous build!
4054         * device/lib/z80/printf.c: updated comment
4055         * support/regression/tests/bug1057979.c: test all ports now
4056         * support/regression/tests/bug1065458.c: file added
4057
4058 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4059
4060         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4061           *_start and *_end symbols for static functions
4062
4063 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4064
4065         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4066           and search crt0.o in all library paths,
4067           (setIncludePath): proper handling of --nostdinc,
4068           (setLibPath): proper handling of --nostdlib
4069         * support/regression/Makefile,
4070         * support/regression/ports/ds390/spec.mk,
4071         * support/regression/ports/gbz80/spec.mk,
4072         * support/regression/ports/hc08/spec.mk,
4073         * support/regression/ports/mcs51/spec.mk,
4074         * support/regression/ports/mcs51-large/spec.mk,
4075         * support/regression/ports/mcs51-stack-auto/spec.mk,
4076         * support/regression/ports/z80/spec.mk: use include and lib files from
4077           built version of sdcc instead of installed version
4078         * doc/sdccman.lyx: fixed typo in --nostdinc
4079
4080 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4081
4082         * src/pic/pcode.c,
4083         * src/pic/device.c,
4084         * src/pic/ralloc.c,
4085         * src/pic/gen.c : added support to generate code for struct bit fields.
4086
4087 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4088
4089         * as/xa51/xa_version.h,
4090         * device/include/errno.h,
4091         * device/include/regc515c.h,
4092         * device/lib/_itoa.c,
4093         * device/lib/_ltoa.c,
4094         * device/lib/ser_ir_cts_rts.c,
4095         * sim/ucsim/xa.src/glob.cc,
4096         * sim/ucsim/xa.src/inst_gen.cc,
4097         * sim/ucsim/xa.src/xa_bit.cc,
4098         * sim/ucsim/xa.src/xa_sfr.cc,
4099         * sim/ucsim/z80.src/inst_dd.cc,
4100         * sim/ucsim/z80.src/inst_fdcb.cc,
4101         * support/scripts/keil2sdcc.pl,
4102         * src/pic16/pic16.dsp,
4103         * src/pic16/pic16a.dsp: corrected cvs line endings
4104         * device/lib/printf_large.c: fixed bug 1057979
4105         * src/pic16/gen.c: fixed non-C standard code
4106         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4107         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4108         * support/regression/ports/mcs51/support.c: reload T1 asap
4109         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4110           pdata use and clear idata startup behaviour
4111         * support/regression/tests/bug1057979.c: added
4112
4113 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4114
4115         * device/examples/ds390/ow390/ad26.h,
4116         * device/examples/ds390/ow390/cnt1d.h,
4117         * device/examples/ds390/ow390/crcutil.c,
4118         * device/examples/ds390/ow390/ownet.h,
4119         * device/examples/ds390/ow390/owsesu.c,
4120         * device/examples/ds390/ow390/swt12.h,
4121         * device/examples/ds390/ow390/swtoper.c,
4122         * device/examples/ds390/ow390/temp10.h,
4123         * device/examples/ds390/ow390/thermodl.c,
4124         * device/examples/ds390/tinitalk/tinitalk.dsp,
4125         * device/examples/ds390/tinitalk/tinitalk.dsw,
4126         * device/examples/mcs51/clock/hw.h,
4127         * device/examples/mcs51/simple2/go.bat,
4128         * device/examples/serialcomm/windows/serial.h,
4129         * device/examples/xa51/dummy.c,
4130         * device/examples/xa51/hello.c,
4131         * device/include/80c51xa.h,
4132         * device/include/at89x051.h: corrected cvs line endings
4133
4134 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4135
4136         * src/pic16/main.c (options): added command line --gstack, to trace
4137         stack over/under flows,
4138         * added pragma 'wparam' to allow passing first byte of function
4139         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4140         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4141         call to __gstack_test function and sets up the symbol as extern,
4142         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4143         * popaop): added call to pic16_testStackOverflow,
4144         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4145         wparamList list,
4146         * (genCall, genPcall): now all parameters are passed via stack
4147         except in functions that are pass to wparam pragma in which WREG is
4148         used too,
4149         * (genPcall): REENTRANT flag is checked to see if variable prototype
4150         contains reentrant keyword, don't call a non-reentrant function, via
4151         a reentrant function pointer or vice versa, functions are never
4152         passed via WREG,
4153         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4154         D.Winkler,
4155         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4156         SIGSEGV when accessing a NULL register stucture,
4157         * (pic16_printGPointerType): modified to handle UPPER modifier for
4158         function initializers, changed prototype of function to simpler one,
4159         * (pic16_printIvalFuncPtr): check to see if function is already
4160         added in externs list,
4161         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4162         optimized a move from W to SFR with a move to the same register
4163         later after a CALL,
4164         * device/lib/pic16/debug: NEW directory, contains debug features
4165         which are enabled when linking with libdebug.lib, currently command
4166         line option --gstack enables stack pointer tracing for over/under
4167         flow, corresponding sources are in debug/gstack
4168
4169 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4170
4171         * doc/sdccman.lyx: updated SDCC version,
4172         * (PIC16 port): update list of command line options,
4173         * src/pic16/device.h (structure pic16_options_t): added field gstack
4174         to enable stack overflow tracing on push/pops,
4175         * src/pic16/device.c (statistics structure): added statistics
4176         structure,
4177         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4178         pic16_dump_int_registers): increase statistics counters for each
4179         * variable which is encountered
4180         * (pic16_dump_usection): emit each .udata variable to its own udata
4181         section,
4182         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4183         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4184         parameters via stack, otherwise use old scheme,
4185         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4186         assembler output file,
4187         * src/pic16/main.c: added command line options --gstack to enable
4188         push/pop tracing for stack overflow,
4189         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4190         instructions): added size of each instruction,
4191         * (pic16_countInstruction): estimate size of instructions in
4192         the_pFile list, inline assembly blocks are not counted,
4193         * (pic16_FixRegisterBanking): trace previous register usage, when
4194         banksel optimizations is greater than 0, don't emit a redudant
4195         banksel directive,
4196
4197 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4198
4199         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4200         * src/pic16/ralloc.c : applied same fix for pic16.
4201         * src/pic/gen.c : tidied it up a little.
4202
4203 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4204
4205         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4206         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4207
4208 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4209
4210         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4211
4212 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4213
4214         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4215         non-reentrant function __modsint in the interrupt function (thus
4216         corrupting math operations during serial I/O)
4217         * device/lib/ser_ir.c: as above, changed buffersize
4218         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4219         256.c,d for zeroing
4220         * doc/Makefile: added option -t for rsync
4221
4222 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4223
4224         * src/SDCCast.h (struct ast),
4225         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4226
4227 2004-10-20 Borut Razem <borut.razem AT siol.net>
4228
4229         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4230         package
4231
4232 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4235         makefile targets,
4236         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4237         support functions to replace long sequences of MOVFF's from access
4238         bank registers to stack and vice versa,
4239         * src/pic16/device.h: added new field opt_flags, where optimization
4240         flags can be set to enable certain features,
4241         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4242         * pBlock, (genFunction, genEndFunction): surroung loop for
4243         saving/loading used registers in stack with PC_INFO pCodes,
4244         INF_LREGS. Code in between can then be optimized by pCode optimizer
4245         to support function calls,
4246         * (genDataPointerSet): fixed bug which loaded float fields in
4247         structures with corrupt data,
4248         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4249         in a standard way debug info on stderr. Feature used for developing
4250         and debugging only,
4251         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4252         obsolete chunks of code,
4253         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4254         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4255         * pic16/src/pcode.c (pic16_newpCodeInfo,
4256         * (pic16_newpCodeOpLocalRegs),
4257         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4258         feature,
4259         * (pic16_pCodeConstString): printing of the initial value of a
4260         symbol as a comment is inhibited since parsing was already done by
4261         copyStr and output is corrupt,
4262         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4263
4264 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4265
4266         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4267
4268 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4269
4270         * as/mcs51/lkarea.c: removed old K&R style,
4271           (lnksect): changed check on boundary error,
4272           (lnksect2): changed check on boundary error,
4273           (lnksect2): extend XSTK to end of page if size = 1
4274         * as/mcs51/lkmain.c: removed old K&R style,
4275           (Areas51): create l_IRAM symbol
4276         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4277         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4278           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4279         * device/lib/_mullong.c: added version to be compiled with xstack
4280         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4281         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4282         * device/lib/mcs51/crtxstack.asm: fixed comment
4283         * src/SDCCglue.c: maxInterrupts defaults to 0,
4284           (emitMaps): added pdata,
4285           (createInterruptVect): (re)moved default,
4286           (glue): added pdata,
4287           (glue): moved __start__xstack to XSTK with default size 1
4288         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4289           and options.float_rent when options.stackAuto is set,
4290           (linkEdit): only write XDATA_NAME if provided on command line
4291         * src/SDCCmem.h,
4292         * src/SDCCmem.c: added pdata
4293         * src/port.h: added pdata_name to PORT
4294         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4295           (saveRegisters, unsaveRegisters): removed usage of B,
4296           (genMinus): fixed accumulator clash,
4297           (genJumpTab): added comment, this needs another look
4298         * src/mcs51/gen.c: added check for "B in use" paranoia,
4299           added pushB() and popB()
4300         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4301           chance
4302         * src/avr/main.c,
4303         * src/ds390/main.c,
4304         * src/hc08/main.c,
4305         * src/mcs51/main.c,
4306         * src/pic/main.c,
4307         * src/pic16/main.c,
4308         * src/xa51/main.c,
4309         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4310           added PSEG (PAG,XDATA) or NULL to port specifier
4311         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4312         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4313           (_mcs51_genInitStartup): removed __start__xstack equ,
4314           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4315         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4316         * src/z80/gen.c (_rleAppend): fixed warnings
4317         * support/regression/tests/zeropad.c: added pdata test
4318         * .version: bumped to 2.4.6
4319
4320 2004-10-17 Borut Razem <borut.razem AT siol.net>
4321
4322         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4323         as a part of nightly build
4324
4325 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4326
4327         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4328         WREG holds the first byte function parameters,
4329         * (aopForSym): take special case for symbols which are in FARSPACE
4330         but in CODESPACE too,
4331         * (assignResultValue): modified to take into account _G.useWreg,
4332         * (genCall): don't use wreg for parameter passing when function is
4333         declared as reentrant, too, added optimization INCF to stack
4334         pointer when stack parameter count is 1,
4335         * (genFunction, genEndFunction): refurnished and fixed to not using
4336         wreg for passing parameters when function has varargs or is
4337         reentrant, fixed bug with symbol name compare for generating
4338         functions in absolute address,
4339         * (pic16_storeForReturn): refurnished,
4340         * (genCmp): began writing a new version of the function, not ready
4341         yet, therefore it is disabled,
4342         * (genAssign): do not read code memory when assigning a function to
4343         a pointer function,
4344         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4345         array of characters, not pointer,
4346         * (pic16initialComments): in debug mode emit an .ident directive for
4347         the assembler,
4348         * (_process_pragma): emit a new warning type (internal to pic16)
4349         when setting stack to default length, emit a similar warning when
4350         placing a function at absolute address and address is not word aligned
4351         * (_pic16_parseOptions): added 'return TRUE' statement,
4352         * (_pic16_linkEdit): if compiling a source, then add the source's
4353         file object, first in the list of objects to link,
4354
4355 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4356
4357         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4358         * src/pic/main.c : removed VC warning.
4359         * src/pic/gen.c : changed comment.
4360
4361 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4362
4363         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4364         reference to a deprecated symbol _GPTRREG was causing failure to
4365         link. Thanks G. M. Gallant for the info.
4366
4367 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4368
4369         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4370         comments for Bugs item #954788.
4371
4372 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4373
4374         * src/pic16/device.c (pic16_dump_gsection,
4375         * pic16_groupRegistersInSection): handle symbols declared to be in
4376         access bank differently,
4377         * src/pic16/gen.c (struct _G): added field resDirect,
4378         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4379         send values read from stack directly to result and don't allocate
4380         temporary values,
4381         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4382         same registers,
4383         * (pic16_sameRegsOfs): NEW,
4384         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4385         free because they were not allocated from temporary pool,
4386         * pic16_popRegFromString): workaround to fix a problem with
4387         allocating variables twice or never,
4388         * (genGenPointerGet): using PRODL instead of FSR0H,
4389         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4390         instead of FSR0H,
4391         * (genAssign): take advantage of the _G.resDirect flag,
4392         * (genCast): around line 11844, use mov2f instead of directly
4393         MOVFF'ing between operands to account for literal values,
4394         * src/pic16/genutils.c: some new debug functions for gpsim have been
4395         added,
4396         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4397         float with integer part only,
4398         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4399         place variables in access bank
4400         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4401         updated sources to reflect recent changes in gen.c
4402
4403 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4404
4405         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4406         sources that searched for headers in installation path, now the
4407         device/include/pic16 is used,
4408         * src/pic16/glue.c (pic16glue),
4409         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4410         .line directives if not in debug mode, this suppresses assembler's
4411         warnings for ignored directives
4412
4413 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4414
4415         * src/port.h: made reset_regparms prototype void parameter explicit.
4416         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4417         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4418         * doc/sdccman.lyx: documented warning disabling and how to use
4419           printf_large to make it print floats.
4420         * device/include/stdbool.h: NEW
4421         * device/lib/_atof.c,
4422         * device/lib/_divuint.c,
4423         * device/lib/_divulong.c,
4424         * device/lib/expf.c,
4425         * device/lib/printf_large.c,
4426         * device/lib/sincosf.c,
4427         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4428         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4429           a completely reentrant lib.
4430
4431 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4432
4433         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4434         * device/include/pic16/stdio.h: fixed bug with colon
4435
4436 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4437
4438         * device/include/pic16/stdio.h,
4439         * device/include/pic16/stdlib.h,
4440         * device/include/pic16/math.h: NEW
4441         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4442         declared as _naked to reduce overhead
4443         * device/lib/Makefile.in (target port-specific-objects-pic16):
4444         changed * to *.* so to ignore the CVS directory,
4445         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4446         stacked variables back in stack,
4447         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4448         corruption
4449
4450 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4451
4452         * .version: bumped version number to 2.4.5
4453         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4454         * support/Util/SDCCerr.c (messages structure): added entry for
4455         W_POSSBUG2
4456
4457         Large cumulative patch for pic16 port and libraries.
4458         * device/include/pic16/sdcc-lib.h,
4459         * device/include/pic16/stdarg.h,
4460         * device/include/asm/pic16/features.h,
4461         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4462         * device/include/pic16/float.h: changes reentrant keyword with
4463         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4464         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4465         updated target build-libraries to include objects from gptr,
4466         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4467         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4468         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4469         all function headings,
4470         * src/SDCCmain.c: added global parameter userIncDirsSet,
4471         * (parseCmdLine): when option -I is encountered add directory to
4472         userIncDirsSet too,
4473         * src/version.awk: added space between control and long,
4474         * src/pic16/NOTES: added some notes for the port,
4475         * src/pic16/gen.c: added prototype for mov2fp function,
4476         * (fReturnpic16[]): properly named return value registers,
4477         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4478         * (aopForSym): added code to handle symbols with onStack flag set,
4479         symbols onStack are allocated PTRSIZE bytes,
4480         * (aopFreeAsmop): handles special case where asmops are stack objects,
4481         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4482         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4483         added argument lock to trace flaws in allocating temporary registers
4484         when developing port,
4485         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4486         * (pic16_popRegFromString): reenabled allocating a direct register
4487         from string,
4488         * (assignResultValue): various beautifications,
4489         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4490         referenced function argument,
4491         * (genIpush): reenabled to allow stacked arguments, handles only
4492         ic->parmPush iCodes,
4493         * (genCall, genPcall): major changes to allow for variable argument
4494         functions, fixed a bug with falsely restoring stack pointer after
4495         returning from call,
4496         * (genFunction): pending code for critical function,
4497         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4498         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4499         * (genNearPointerGet): fixed bug with indirect reading, was always
4500         reading from INDF0
4501         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4502         pointers,
4503         * (genAddrOf): rewrote code to take address of a stacked function parameter
4504         * (genCast): fixed casting to generic pointer type,
4505         * src/pic16/gen.h: added AOP_STA,
4506         * (struct asmop): added field stk,
4507         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4508         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4509         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4510         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4511         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4512         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4513         generic pointers,
4514         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4515         and library paths,
4516         * (pic16_port structure): generic pointer size is set to 3,
4517         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4518         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4519         compiler warning,
4520         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4521         operand is an iTemp,
4522
4523 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4524
4525         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4526         * debugger/mcs51/simi.c: addapt new syntax of s51
4527
4528 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4529
4530         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4531         * src/pic16/pcode.c: commented out some calls to free() in order to
4532         fix bug #989576,
4533
4534 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4535
4536         * src/SDCCicode.h,
4537         * src/SDCCicode.c (isiCodeInFunctionCall),
4538         * src/avr/ralloc.c (selectSpil),
4539         * src/pic/ralloc.c (selectSpil),
4540         * src/pic16/ralloc.c (selectSpil),
4541         * src/ds390/ralloc.c (selectSpil),
4542         * src/hc08/ralloc.c (selectSpil),
4543         * src/xa51/ralloc.c (selectSpil),
4544         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4545         stack in the middle of a function call sequence (fixes bug #1020268)
4546         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4547         costs associated with the minimum switch case.
4548
4549 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4550
4551         * src/SDCC.lex: fixed bug #1030549
4552
4553 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/SDCCcse.h (struct cseDef),
4556         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4557         over a function call if the CSE is derived from a symbol whose
4558         address has been taken (fixes bug #1029883)
4559         * support/regression/tests/bug-1029883: a new regression test for
4560         this bug
4561
4562 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4563
4564         * src/hc08/gen.c (emitinline): fixed bug #1029778
4565         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4566         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4567         and starts toward RFE #905167)
4568
4569 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4570
4571         * src/pic16/gen.c (mov2f): New function to move an operand to
4572         another without considering if it is a literal or a register,
4573         * (pic16_sameRegs): don't check if they are both AOP_REG,
4574         * (AccRsh): removed andmask=0 lines,
4575         * (genLeftShift): duplicated to be improved in future versions,
4576         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4577         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4578         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4579         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4580         * (insertBankSwitch): fixed inserting banksel directives algorithm
4581         for instructions that follow a skip instruction, this fixes a report
4582         for broken subtraction code generation,
4583         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4584         iCode is a left op, just in case result and right share the same
4585         registers
4586
4587 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4588
4589         * src/hc08/main.c,
4590         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4591         preservation of HX
4592         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4593         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4594         on 2004-09-12; it was buggy
4595
4596 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4597
4598         * src/SDCCsymt.h: removed RESULT_CHECK
4599         * src/SDCCast.c,
4600         * src/SDCCglue.c,
4601         * src/SDCCval.c,
4602         * src/pic/glue.c,
4603         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4604
4605 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4606
4607         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4608         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4609         configuration values no more rejected by compiler, they are assigned
4610         to configuration registers with a warning message instead,
4611         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4612         the for-loop so last conf register is emitted too,
4613         * (_pic16_initPaths): link library libsdcc.lib by default,
4614         * (_hasNativeMulFor): modified test for multiplication according to
4615         Raphael Neider's remarks. Integer multiplication is also done with
4616         support functions,
4617         * device/include/pic16/pic18fregs.h: corrected type error in while
4618         testing and including 18f6720 header file
4619
4620 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4621
4622         * src/pic16/device.h (pic16_options): removed field use_crt,
4623         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4624         until an optimization to handle single bits is added,
4625         * (pic16_loadFSR0): moved before genUnpackBits,
4626         * (genAnd): some white lines removed,
4627         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4628         leave_reset flags in pic16_options when using crt modules,
4629
4630 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4631
4632         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4633           for bugs 898889 & 979599. Also used some safer print instructions.
4634
4635 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4636
4637         * src/pic16/device.h (pic16_options_t): added field use_crt,
4638         crt_name, no_crt,
4639         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4640         catch a probable future bug,
4641         * src/pic16/gen.c: aopIdx function commented out,
4642         * (genAssign): commented out old code which used aopIdx,
4643         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4644         code, added if conditionals to take into account the --use-crt
4645         command line options,
4646         * src/pic16/main.c (pic16_optionsTable): added new command line
4647         options, --use-crt= and --no-crt,
4648         * (_pic16_linkEdit): now the proper crt object is added in the
4649         linker command line except than when --no-crt is specified,
4650         * src/pic16/pcode.c,
4651         * src/pic16/pcode.h: added some structures and functions for a new
4652         optimization scheme to compansate for instruction overhead between
4653         same iCodes, this scheme is currently under development and is not
4654         working in any way,
4655         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4656         to && operator,
4657         * device/lib/pic16/startup/crt0i.c,
4658         * device/lib/pic16/startup/crt0iz.c: added global char variable
4659         __uflags to force the generation of an idata section
4660
4661 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4662
4663         * doc/Makefile,
4664         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4665         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4666
4667 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4668
4669         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4670         Frieder) and clarified the default code optimization mode
4671
4672 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * src/SDCC.lex (doPragma, process_pragma),
4675         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4676         "opt_code_size", and "opt_code_balanced"
4677         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4678         regrouped options by category, added support for category headers
4679         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4680         and "--opt-code-size"
4681         * doc/sdccman.lyx: documented these new options and pragmas
4682         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4683         preference into account
4684
4685 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4686
4687         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4688           geniCodePreDec): Fixed bug 904237 by generating a warning
4689         * src/SDCCerr.h,
4690         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4691
4692 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4693
4694         * src/pic/device.c : When no max ram set validate full memory range.
4695         * src/pic/pcode.c,
4696         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4697
4698 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4699
4700         * device/lib/_gptrget.c,
4701         * device/lib/_gptrput.c: updated comment
4702         * device/lib/calloc.c,
4703         * device/lib/free.c,
4704         * device/lib/malloc.c,
4705         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4706         * src/SDCCcse.c (cseBBlock),
4707         * src/SDCCicode.c (printOperand, geniCodeArray),
4708         * src/SDCCicode.h (struct operand): fixed bug 868103
4709         * support/regression/tests/bug-868103.c: added
4710         * src/SDCCast.c (searchLitOp),
4711         * src/SDCCcse.h (struct cseDef),
4712         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4713         * src/SDCCicode.h (struct operand),
4714         * src/SDCCsymt.h (struct sym_link),
4715         * src/avr/gen.c (hasInc),
4716         * src/ds390/gen.c (hasInc),
4717         * src/hc08/gen.c (genPlusIncr, hasInc),
4718         * src/mcs51/gen.c (hasInc),
4719         * src/pic16/glue.c (pic16_printIvalChar),
4720         * src/pic16/ralloc.c (regWithIdx),
4721         * src/xa51/gen.c (hasInc) : removed warnings
4722         * src/SDCCast.c (createBlock): added comment ???
4723         * src/hc08/ralloc.c: updated comments
4724
4725 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4726
4727         * doc/sdccman.lyx: updated section on switch statements, added
4728         section about semaphore locking
4729         * doc/Makefile: added option -info for latex2html
4730         * device/lib/_gptrget.c,
4731         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4732
4733 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4734
4735         * src/pic/device.h,
4736         * src/pic/device.c,
4737         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4738          maxram is less than 0x100.
4739
4740 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4741
4742         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4743
4744 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * src/port.h,
4747         * src/mcs51/main.c,
4748         * src/ds390/main.c,
4749         * src/z80/main.c,
4750         * src/hc08/main.c,
4751         * src/pic/main.c,
4752         * src/pic16/main.c,
4753         * src/avr/main.c,
4754         * src/xa51/main.c
4755         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4756         a jump table is the best form for a switch statement, including
4757         automatic insertion of missing cases to make the case range
4758         continuous. Developed in collaboration with Frieder Ferlemann.
4759
4760 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4761
4762         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4763         accumulator result if it needs sign extension
4764
4765 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4766
4767         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4768
4769 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4770
4771         * device/lib/gbz80/printf.c,
4772         * device/lib/z80/printf.c: removed define for NULL
4773
4774 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4775
4776         * as/xa51/xa_link.c,
4777         * device/examples/ds390/ow390/ad26.c,
4778         * device/examples/ds390/ow390/cnt1d.c,
4779         * device/examples/ds390/ow390/counter.c,
4780         * device/examples/ds390/ow390/ds2480.h,
4781         * device/examples/ds390/ow390/ds2480ut.c,
4782         * device/examples/ds390/ow390/findtype.c,
4783         * device/examples/ds390/ow390/gethumd.c,
4784         * device/examples/ds390/ow390/owllu.c,
4785         * device/examples/ds390/ow390/ownetu.c,
4786         * device/examples/ds390/ow390/swt12.c,
4787         * device/examples/ds390/ow390/swtloop.c,
4788         * device/examples/ds390/ow390/temp.c,
4789         * device/examples/ds390/ow390/temp10.c,
4790         * device/examples/ds390/ow390/thermo21.c,
4791         * device/examples/ds390/ow390/tinilnk.c,
4792         * device/examples/ds390/ow390/tstfind.c,
4793         * device/examples/serialcomm/windows/serial.cpp,
4794         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4795         * device/include/reg51.h: fixed line endings for cvs
4796
4797 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4798
4799         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4800         packRegsForAccUse, packRegisters): new accumulator register
4801         packing algorithm
4802         * support/regression/ports/hc08/support.c (_putchar): suppress
4803         warning of unused variable
4804         * src/SDCCicode.c: added SWAP entry to codeTable
4805
4806 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4807
4808         * device/lib/sprintf.c: forgot to add this file before previous commit
4809
4810 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4811
4812         * src/pic16/gen.c (genPackBits): added operand right in function
4813         parameters, load result directly if p_type is POINTER (that is
4814         called by genNearPointerSet)
4815         * (genUnPackBits): added operand left in function parameters,
4816         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4817         FSR0 if accessing bitfields,
4818
4819 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4820
4821         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4822           _print_format; updated printf, sprintf, vsprintf
4823         * device/include/asm/default/features.h: corrected comment/define
4824         * device/lib/Makefile.in: added sprintf.c
4825         * device/lib/libsdcc.lib: added sprintf module
4826         * device/lib/printf_large.c,
4827         * device/lib/vprintf.c,
4828         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4829           into these 3 files
4830         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4831         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4832         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4833           hc08 test
4834         * support/regression/tests/zeropad.c: define idata as data for hc08
4835
4836 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4837
4838         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4839         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4840         labels are referenced at least once (even if a reference is not found)
4841         * src/hc08/gen.c (emitcode): set isComment flag for comments
4842         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4843         loads), rules 6a..6b (optimize jumps to return)
4844
4845 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4846
4847         * device/lib/acosf.c (acosf),
4848         * device/lib/asinf.c (asinf),
4849         * device/lib/atanf.c (atanf),
4850         * device/lib/ceilf.c (ceilf),
4851         * device/lib/cosf.c (cosf),
4852         * device/lib/coshf.c (coshf),
4853         * device/lib/cotf.c (cotf),
4854         * device/lib/fabsf.c (fabsf),
4855         * device/lib/floorf.c (floorf),
4856         * device/lib/log10f.c (log10f),
4857         * device/lib/logf.c (logf),
4858         * device/lib/sinf.c (sinf),
4859         * device/lib/sinhf.c (sinhf),
4860         * device/lib/sqrtf.c (sqrtf),
4861         * device/lib/tanf.c (tanf),
4862         * device/lib/tanhf.c (tanhf),
4863         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4864         replaced all instances of "reentrant" in the library functions
4865         defined in math.h with this macro.
4866         * support/regression/tests/float_trans.c: reenabled test for hc08
4867
4868 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4869
4870         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4871         erroneously deleted
4872
4873 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4874
4875         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4876         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4877         multi-byte volatile operands are used
4878         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4879         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4880         initialization to area GSINIT0 so that it would always precede
4881         any static initializers in GSINIT
4882         * support/regression/tests/zeropad.c: fixed idata define for hc08
4883         * support/regression/tests/bug-927659.c,
4884         * support/regression/tests/float_trans.c: disabled tests for hc08
4885         pending missing library routines
4886         * .version: increased version number to 2.4.4 - hc08 port now passes
4887         regression tests
4888
4889
4890 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4891
4892         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4893         * Makefile.common.in,
4894         * as/Makefile,
4895         * as/hc08/Makefile.in,
4896         * as/mcs51/Makefile.in,
4897         * as/z80/Makefile.in,
4898         * debugger/mcs51/Makefile.in,
4899         * device/include/Makefile.in,
4900         * device/lib/Makefile.in,
4901         * doc/Makefile,
4902         * link/Makefile,
4903         * link/z80/Makefile.in,
4904         * packihx/Makefile.in,
4905         * sim/ucsim/main_in.mk,
4906         * sim/ucsim/avr.src/Makefile.in,
4907         * sim/ucsim/doc/Makefile.in,
4908         * sim/ucsim/gui.src/serio.src/Makefile.in,
4909         * sim/ucsim/hc08.src/Makefile.in,
4910         * sim/ucsim/s51.src/Makefile.in,
4911         * sim/ucsim/xa.src/Makefile.in,
4912         * sim/ucsim/z80.src/Makefile.in,
4913         * src/Makefile.in,
4914         * support/cpp2/Makefile.in,
4915         * support/librarian/Makefile,
4916         * support/makebin/Makefile: added DESTDIR to the install path proposed
4917         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4918         * doc/sdccman.lyx: added DESTDIR documentation
4919
4920 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4921
4922         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4923         instruction for interrupt handlers, use fast returns when returning
4924         from high priority interrupts
4925
4926 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4927
4928         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4929         code generation
4930         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4931         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4932         bugs, ported much of Bernhard's code from mcs51
4933         * src/mcs51/gen.c (genSend),
4934         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4935         than one when calling a reentrant function
4936         * device/lib/_mullong.c: defined an alternate struct layout for big
4937         endian ports (hc08)
4938
4939 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4940
4941         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4942         test
4943
4944 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4945
4946         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4947         are sane and complete before asking the port its prefered parameter
4948         passing method (fixes bug #1017633)
4949         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4950         and _ret3
4951
4952 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4953
4954         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4955         problem in bitfields >= 8 bits.
4956
4957 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4958
4959         * src/SDCCsymt.c: undid changes that were not meant to be committed
4960
4961 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4962
4963         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4964
4965 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4966
4967         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4968           copied and wrong bit got inverted
4969
4970 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4971
4972         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4973         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4974         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4975         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4976         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4977         assignments to bitfields at known addresses
4978         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4979         reads from bitfields at known addresses
4980         * src/hc08/ralloc.c (packRegisters),
4981         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4982         genhc08Code): optimize pointer get values used as conditionals
4983         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4984         and branch
4985
4986 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4987
4988         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4989         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4990         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4991         as conditionals
4992
4993 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4994
4995         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4996
4997 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4998
4999         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5000         related problems
5001
5002 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5003
5004         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5005
5006 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5007
5008         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5009         mcs51 port
5010
5011 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5012
5013         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5014
5015 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5016
5017         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5018         cases use more compact code.
5019
5020 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5021
5022         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5023
5024 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5025
5026         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5027
5028 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5029
5030         * src/SDCCsymt.h,
5031         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5032         parameter of changePointer() from symbol* to sym_link*
5033         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5034         * src/SDCCsymt.c (compareType): void* type is castable to other
5035         pointers, but not necesarily an exact match.
5036         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5037         is no longer blindly treated as an exact match.
5038         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5039
5040 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5041
5042         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5043
5044 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5045
5046         * src/pic/gen.c,
5047         * src/pic/pcode.c,
5048         * src/pic/ralloc.h,
5049         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5050
5051 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5052
5053         * src/pic/device.c,
5054         * src/pic/device.h,
5055         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5056
5057 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5058
5059         * src/mcs51/gen.c (emitcode): fixed bug #992819
5060
5061 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5062
5063         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5064           there's no need to make it worse
5065
5066 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5067
5068         * src/mcs51/ralloc.c (deassignLR),
5069         * src/ds390/ralloc.c (deassignLR),
5070         * src/hc08/ralloc.c (deassignLR),
5071         * src/z80/ralloc.c (deassignLR),
5072         * src/pic/ralloc.c (deassignLR),
5073         * src/pic16/ralloc.c (deassignLR),
5074         * src/avr/ralloc.c (deassignLR),
5075         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5076         rlivePoint): fixed another part of bug #971834
5077
5078 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5079
5080         * src/z80/main.c: enabled "critical" keyword
5081         * src/z80/mappings.i,
5082         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5083         functions (fixes bug #979646)
5084         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5085
5086 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5087
5088         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5089           such as c:\mydir.
5090
5091 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5092
5093         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5094           doesn't disable too much optimizations
5095
5096 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5097
5098         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5099
5100 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5101
5102         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5103
5104 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5105
5106         * src/pic/gen.c tidied up tabs
5107         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5108         * src/pic/main.c tidied up tabs
5109         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5110         * src/pic/pcoderegs.c tidied up tabs
5111         * src/pic/ralloc.c tidied up tabs
5112
5113 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5114
5115         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5116         to S_FIXED for pic16 port and when symbol is not in level 0,
5117         allocate for S_REGISTER storage class and pic16 port, too,
5118         * src/pic16/device.h: prototype for checkSym,
5119         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5120         * (pic16_assignConfigWordValue): test the value and the mask to
5121         validate that the value is suitable for the configuration word,
5122         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5123         collect extern declared symbols, don't emit symbol twice, check
5124         first if symbol is in publics set first,
5125         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5126         * added command line '--fstack' which enables an experimental
5127         feature for stack access, too buggy to be used yet...
5128         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5129         * (pic16_allocDirReg): when register has storage class S_REGISTER
5130         allocate in pic16_dynAccessRegs,
5131         * device/include/pic16/pic18f????.h: modified configuration word
5132         naming convention, words started as CONFIG0H but should be CONFIG1H
5133
5134 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5135
5136         * device/include/mcs51reg.h: fixed bug 970993
5137
5138 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5139
5140         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5141         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5142         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5143         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5144         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5145         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5146           error/warning numbers,
5147           added function setWarningDisabled()
5148         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5149         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5150           _memcmp.c _memmove.c calloc.c realloc.c free.c
5151         * support/regression/tests/malloc.c: added tests for new functionality
5152         * support/regression/tests/zeropad.c: added tests for truncated initializers
5153           and initialized char arrays starting with '\x0'
5154         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5155
5156 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5157
5158         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5159
5160 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5161
5162         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5163         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5164         peephole 177.e. Thanks to anonymous
5165
5166 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5167
5168         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5169         function isn't used in the source but referenced as a
5170         variable initializer then declare it as extern in .asm file
5171
5172 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5173
5174         * .version: increased version number to 2.4.3
5175
5176         Adding version extension according to ChangeLog CVS revision
5177         * src/Makefile.in (target all): added dependency 'version.h'
5178         * (rule version.h): added rule to create version.h from ChangeLog,
5179         * (rule dep): added dependency version.h,
5180         * src/version.awk: AWK script to create version.h
5181         * src/SDCCdwarf2.c (dwWriteModule),
5182         * src/SDCCglue.c (initialComments),
5183         * src/SDCCmain.c (printVersionInfo): modified to write after
5184         version string the version extension number,
5185         * src/SDCCutil.c: included "version.h"
5186         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5187         number,
5188         * src/SDCCutil.h: added prototype for getBuildNumber
5189
5190         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5191         includeDirsSet, too,
5192         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5193         const char [] is found in function prototype...
5194
5195         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5196         moving to WREG with source is already in WREG,
5197         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5198         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5199         * (aopForSym): stack'ed symbols are partially supported, added
5200         if-clause to support symbols in FARSPACE,
5201         * (sameRegs): added test for AOP_ACC to see if registers are same,
5202         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5203         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5204         * (pic16_popRegFromString): will not allocate a new register if it
5205         doesn't find one by name, bug may have introduced...
5206         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5207         * (genIpush): revived to use pic16 port's stack,
5208         * (genAddrOf): added incomplete case for stack'ed operand,
5209         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5210         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5211         can handle multibyte operands,
5212         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5213         * (pic16initialComments): added message for MPLAB compatibility
5214         mode enabled,
5215         * src/pic16/main.h: prototype for pic16_mplab_comp,
5216         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5217         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5218         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5219         because of increased complexity of procedure,
5220         * (_process_pragma): stack pragma changed to format 'stack pos len',
5221         emit symbol '_stack_end' to conform with gplink,
5222         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5223         to search for register,
5224         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5225         PO_GPR_REGISTER,
5226         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5227         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5228         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5229         case for PO_GPR_REGISTER,
5230         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5231         dies, the new era is ahead !...
5232         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5233         pic16_dynInternalRegs,
5234         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5235         * (pic16_allocDirReg): minor optimizations and bug fixes,
5236         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5237
5238         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5239         load stack and frame pointer with address of 'stack_end' symbol
5240
5241 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5242
5243         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5244         without source code but only variable initializers
5245
5246 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5247
5248         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5249         external are not declared as extern to reduce overhead while linking
5250
5251 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5252
5253         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5254
5255 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5256
5257         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5258           Yee Keat for the patch
5259         * src/SDCCast.c (decorateType): fixed bug #979599
5260         * src/ds390/gen.h: removed local fReturnSizeDS390
5261         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5262         * src/ds390/gen.c (genAnd, genOr, genXor),
5263         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5264
5265 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5266
5267         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5268         add relFilesSet to $3, manipulate $2 to handle linking of object
5269         files without source files in command line,
5270         * device/include/pic16 (all headers): added ID location macros,
5271         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5272         entries for ID location bytes,
5273         * (pic16_assignIdByteValue): NEW,
5274         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5275         added field dumpcalltree to pic16_options_t,
5276         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5277         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5278         emitting rFalseIfx label after check_carry label,
5279         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5280         pic16_emitDIRegs), NEW
5281         * (pic16glue): dump .calltree file when option --calltree found,
5282         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5283         * (_pic16_genAssemblerPreamble): emit ID locations after
5284         configuration registers,
5285         * (pic16_linkCmd): modifications of the link command,
5286         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5287         * (pic16_pCodeInitRegisters): don't init stack registers,
5288         * (pic16_findPrevInstruction): fixed bug,
5289         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5290         bug with immediate registers,
5291         * (buildCallTree): traces stack push and pop,
5292         * (pct2): dump also stack usage for each function,
5293         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5294         * (pic16_allocDirReg): various modifications,
5295         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5296         fixed to 1,
5297
5298 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5299
5300         * src/pic16/pcode.c: removed buggy double colon
5301
5302 2004-07-01 Borut Razem <borut.razem AT siol.net>
5303
5304         * support/scripts/sdcc.nsi: added include/pic16 to setup
5305
5306 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5307
5308         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5309         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5310         target 'clean',
5311         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5312         specific command line arguments. Also added sample lkr script
5313         for placing a variable at a specific memory bank.
5314         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5315         at a specific memory bank,
5316         * (pic16_dump_isection): fixed bug which caused string literals to
5317         be omitted when dumping idata section,
5318         * (pic16_groupRegistersInSection): added code to handle registers
5319         in specific memory banks,
5320         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5321         public, all references are renamed too,
5322         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5323         AOP_DPTR2,
5324         * (pic16_storeForReturn): added case to handle when dest is WREG,
5325         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5326         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5327         pic16_rel_udata, check to see if that register is marked as being
5328         a member of a specific memory bank,
5329         * (pic16_printIvalCharPtr): added code to add string literals either
5330         to code or the idata sections,
5331         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5332         also accept the 'udata' pragma,
5333         * src/pic16/main.h: new structure types sectName and sectSym
5334         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5335         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5336         * (pic16_findPrevInstruction): fixed, it returned nothing,
5337         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5338         instruction combinations,
5339         * (pic16_FixRegisterBanking): heavily reorganised,
5340         * (pic16_AnalyzeBanking): if generating banksel directives is
5341         disabled, then don't call FixRegisterBanking at all,
5342         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5343         completely removed,
5344         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5345
5346 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5347
5348         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5349         Phuah Yee Keat <yk.phuah AT nestac.com>
5350
5351 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5352
5353         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5354         correctly the IVT even if it is relocated to some other location
5355
5356 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5357
5358         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5359         * device/include/pic16/pic18f2220.h: NEW,
5360         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5361         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5362         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5363         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5364         nodefaultlibs, ivt_loc is the location of the interrupt vector
5365         table, and nodefaultlibs signs that default libraries should not be
5366         linked in link stage,
5367         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5368         according to --ivt-loc argument,
5369         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5370         when pragma stack is found,
5371
5372 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5373
5374         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5375         256 (range check), 257 (do while), 258.a-f (bit banging
5376         f.e. on 3-wire SPI bus)
5377
5378 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5379
5380         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5381         variables used exclusively within a loop
5382
5383 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5384
5385         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5386
5387 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5388
5389         * src/SDCClrange.c (computeClash): fixed bug #971834
5390
5391 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5392
5393         * src/mcs51/gen.c (genCmp): fixed bug #975903
5394         * src/hc08/gen.c (operandsEqu),
5395         * src/ds390/gen.c (operandsEqu),
5396         * src/z80/gen.c (operandsEqu),
5397         * src/pic/gen.c (operandsEqu),
5398         * src/pic16/gen.c (operandsEqu),
5399         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5400         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5401
5402 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5403
5404         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5405
5406 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5407
5408         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5409         default case in switch statement,
5410         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5411         to eliminate problem with initialisation of pointers, but problem
5412         still exists,
5413         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5414         * (emitStaticSegment): removed various lines emitting debug info,
5415         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5416         added processor registers for utilizing EEPROM,
5417         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5418         configurable and set 8
5419
5420 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5421
5422         * .version: increased version number to 2.4.2,
5423
5424         Cumulative patch for pic16 port
5425         * src/pic16/device.c: changed scheme to dump initial values for
5426         variables in idata segment, all print_idata* functions were removed,
5427         now the pic16_printIval* will be called,
5428         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5429         * _pic16_printPointerType, pic16_printPointerType,
5430         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5431         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5432         NEW, similar to the respective functions in SDCCglue.c,
5433         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5434         way, emitting hex bytes,
5435         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5436
5437 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5438
5439         * src/avr/ralloc.c (serialRegAssign),
5440         * src/xa51/ralloc.c (serialRegAssign),
5441         * src/pic/ralloc.c (serialRegAssign),
5442         * src/pic16/ralloc.c (serialRegAssign),
5443         * src/hc08/ralloc.c (serialRegAssign),
5444         * src/z80/ralloc.c (serialRegAssign),
5445         * src/ds390/ralloc.c (serialRegAssign),
5446         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5447
5448 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5449
5450         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5451         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5452
5453 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5454
5455         Cumulative patch for pic16 port:
5456         * src/pic16/device.h (typedef PIC16_device) modified fields for
5457         defining microcontrollers,
5458         * src/pic16/device.c: added new info for all devices in Pics16 array,
5459         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5460         to be optimised out by the pCode optimiser,
5461         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5462         specially, bug reported by G.M. Gallant,
5463         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5464         as force'd so that cannot be optimised out by pCode optimiser,
5465         * src/pic16/pcode.c,
5466         * src/pic16/pcodepeeph.c,
5467         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5468         they are disabled by default, but can be enabled explicit with
5469         command argument --denable-peeps, for testing,
5470         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5471         --pomit-ivt in COMPILE_FLAGS
5472
5473 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5474
5475         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5476           compilation on MSVC
5477
5478 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5479
5480         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5481
5482 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5483
5484         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5485         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5486
5487 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5488
5489         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5490         would only assign 0x300001 register.
5491
5492 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5493
5494         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5495         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5496
5497 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5498
5499         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5500         for ds80c400
5501         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5502         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5503         added peephole 254 (left shift), 255 (jump table)
5504
5505 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5506
5507         * device/lib/Makefile.in: removed comment line with model-pic16,
5508         * (target port-specific-objects-pic16): the libraries and objects
5509         are copied to the build directory form the device/lib/pic16/bin
5510         directory
5511
5512         Cumulative patch concerning pic16 port:
5513         * library directory has been re-organized,
5514         * added support for PIC18F1220,
5515         * added headers and library sources for chips 18f1220,18f6520,
5516         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5517
5518         * configuration registers setting has changed, now each supported
5519         device has a complete description of the registers it uses,
5520         * all initialisations are moved to idata sections, these section
5521         can be absolute or relocatable,
5522         * fixed initialisation of codespace variables,
5523         * fixed warning about PCLATU and gpsim,
5524         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5525         * (genAssign): use table reads when assigning from variables in codespace,
5526         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5527         char/int variables placed in codespace,
5528         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5529         registers set in .asm file, no need for --pomit-config-words anymore,
5530         * (pic16glue): some 8051 legacy segments are commented out
5531         (to be removed completely),
5532         * added support for alternative assembler and linker with --asm=
5533         and --link= command line arguments,
5534         * peepholes are disabled automatically in the port, no need to
5535         specify on command line,
5536         * port supports natively char/int/long multiplication, but converts
5537         all divisions to support functions,
5538         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5539         to the file set in variable $2,
5540         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5541         strings in ASCII format and not in hex,
5542         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5543         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5544         allocate proper register if iCodes aren't temporary,
5545
5546 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5547
5548         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5549
5550 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5551
5552         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5553         is commented out
5554
5555 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5556
5557         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5558         computed address is reused
5559         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5560         multi-byte bitfields
5561
5562 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5563
5564         * src/z80/gen.c: (genArrayInit): must check for pointers too
5565
5566 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5567
5568         * support/regression/tests/zeropad.c: never meant to commit the
5569           nestedstruct test: removed, added check for GCC version
5570
5571 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5572
5573         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5574         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5575         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5576           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5577           bugs 928906 and 954082 half-empty initializers
5578         * src/SDCCsymt.h,
5579         * src/SDCCsymt.c (getAllocSize): added for above fix
5580         * src/z80/gen.c (genArrayInit): fixed bug 741044
5581         * support/regression/tests/zeropad.c: added tests
5582
5583 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5584
5585         * src/pic16/device.c (pic16_dump_section): corrected bug which
5586         caused some symbols of the libraries to be misplaced
5587
5588 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5589
5590         * src/pic16/glue.c,
5591         * src/pic16/ralloc.h,
5592         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5593         to fix conflict with pic port
5594
5595 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5596
5597         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5598         externs configuration variables,
5599         * src/pic16/ralloc.h,
5600         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5601         prototype in header, commented out some debug messages
5602
5603 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5604
5605         * src/pic16/glue.c,
5606         * src/pic16/main.c,
5607         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5608         for gpasm COFF object generation. Thanks to D. Hawkins for
5609         his patch info
5610
5611 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5612
5613         * src/ds390/main.c,
5614         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5615         Brock for spotting this)
5616         * src/ds390/gen.c (genEndFunction),
5617         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5618         interrupt handler and critical. Disable push/pop optimizations when
5619         peephole optimizations disabled.
5620
5621 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5622
5623         Updated pic16 library sources and headers.
5624         * device/lib/pic16/pic18f*/ ,
5625         * device/include/pic16/*.h: modified to handle structured SFR
5626         definitions
5627
5628 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5629
5630         * src/port.h (PORT structure): added hook initPaths, now each
5631         port can declare its own default search paths,
5632         which can been seen with the --print-search-dirs option,
5633         see pic16 port for example,
5634         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5635         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5636         * (doPrintSearchDirs): NEW, replaces in a central manner the
5637         printing of search dirs which was split in set*Paths functions,
5638         * (main): added call to port->initPaths and doPrintSearchDirs,
5639         * src/avr/main.c,
5640         * src/ds390/main.c,
5641         * src/hc08/main.c,
5642         * src/izt/i186.c,
5643         * src/izt/tlcs900h.c,
5644         * src/mcs51/main.c,
5645         * src/pic/main.c,
5646         * src/pic16/main.c: modified port structures to reflect addition of
5647         initPaths hook,
5648
5649         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5650         * (pic16_dump_section): for registers in same address reserve memory once,
5651         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5652         to no_banksel,
5653         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5654         result is greater in size than right or left,
5655         * (pic16_genUMult8X8_8): there are some cases where the result can
5656         be 16 bits size, so handle these,
5657         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5658         * (pic16_outBitC): modified to emit pcodes,
5659         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5660         or not,
5661         * (genDivOneByte): implemented algorithm to divide 8-bits,
5662         * (genCmp): uncommented goto, but issues still exist,
5663         * (genAnd): fixed a bug with variables >8bits,
5664         * (genPackBits): optimization added that uses BCF/BSF to change a
5665         single bit,
5666         * (genAssign): fixed bug when assigning floating point literals,
5667         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5668         __sdcc_gsinit_startup label,
5669         * src/pic16/main.c (_pic16_init): removed search directory
5670         initialisations,
5671         * (_pic16_initPaths): NEW, used to initialise search directories,
5672         * (_hasNativeMulFor): support functions for all except char/int
5673         multiplication, and char division,
5674         * (PIC16_port struct): modified entry for native mul support,
5675         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5676         no_banksel option,
5677         * (buildCallTree): call to register_usage is ifdef'ed out,
5678
5679 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5680
5681         * device/include/string.h: applied Stas Sergeev's patch to make this
5682         header file compatible with the preprocessor -Wundef option
5683         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5684         failure (fixes bug #941458)
5685
5686 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5687
5688         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5689         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5690         that the variable, not the function, should be static
5691         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5692         to be consistent with non-literal case
5693
5694 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5695
5696         * src/SDCCast.c (isConformingBody): fixed bug #949967
5697         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5698         convilong): fixed bug #952086
5699
5700 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5701
5702         * src/SDCCmem.c (allocVariables): fixed bug #955321
5703
5704 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5705
5706         * src/hc08/main.c (_hc08_genAssemblerEnd),
5707         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5708         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5709         completely eliminated the use of a temporary file
5710         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5711         when more than one file linked
5712         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5713
5714 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5717         which fixes bug #543481
5718         * support/regression/tests/bug-751703.c: fixed comments left from a
5719         cut and paste error
5720         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5721         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5722         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5723         scopes
5724         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5725         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5726         are now changed to underscores in moduleName
5727
5728 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5729
5730         * as/mcs51/lkmem.c: better fix for bug #954173
5731
5732 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5733         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5734
5735         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5736         * device/include/c8051f000.h,
5737         * device/include/c8051f120.h,
5738         * device/include/c8051f300.h,
5739         * device/include/c8051f310.h,
5740         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5741         PWM16) and detab'ed
5742
5743 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5744
5745         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5746         and mailing lists, doc'ed --no-peep-comments, removed reference
5747         to knoppix (newest version has no LyX/LaTeX), other minor changes
5748         * src/SDCCglue.c (glue): save 2 bytes stack space with
5749         option --main-return. The ljmp could probably be avoided too
5750
5751 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5752
5753         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5754
5755 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5756
5757         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5758         * src/SDCCopt.c (isLocalWithoutDef),
5759         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5760         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5761         (credit to Maarten Brock for patch #949363, on which this is based)
5762         * support/regression/tests/bug-751703.c: some test cases of extern used
5763         within inner scopes.
5764
5765 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5766
5767         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5768         SPEC_STRUCT
5769         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5770         struct definitions
5771         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5772         dwWriteLabel): fix to create valid debugger symbols even when
5773         the module name has non-alphanumeric symbols in it
5774         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5775         when a variable's allocation has been optimized away
5776
5777
5778 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5779
5780         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5781         * src/hc08/main.c,
5782         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5783         * src/mcs51/main.c,
5784         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5785         * src/ds390/main.c,
5786         * src/z80/gen.c (z80_emitDebuggerSymbol),
5787         * src/z80/main.c,
5788         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5789         * src/pic/main.c,
5790         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5791         * src/pic16/main.c,
5792         * src/avr/gen.c (avr_emitDebuggerSymbol),
5793         * src/avr/main.c,
5794         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5795         * src/xa51/main.c,
5796         * src/SDCCdebug.c (emitDebuggerSymbol),
5797         * src/SDCCdebug.h,
5798         * src/port.h: added a debugger struct to the port struct. Added a
5799         callback for defining debugger symbols
5800
5801         * src/SDCCast.c (createLabel),
5802         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5803         with isitmp = 1
5804         * src/SDCCicode.h,
5805         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5806         iCode back to the ast for the function
5807
5808         * src/hc08/ralloc.c (hc08_assignRegisters),
5809         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5810         unneeded fields from the regs struct.
5811         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5812         pushReg() & pullReg() functions instead of emitcode()
5813
5814         * src/hc08/gen.c (genLabel, genhc08Code),
5815         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5816
5817         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5818         debugger hooks
5819
5820         * src/hc08/gen.c (genEndFunction, genhc08Code),
5821         * src/hc08/gen.h,
5822         * src/mcs51/gen.c (genEndFunction, gen51Code),
5823         * src/mcs51/gen.h,
5824         * src/ds390/gen.c (genEndFunction, gen390Code),
5825         * src/ds390/gen.h,
5826         * src/z80/gen.c (genEndFunction, genZ80Code),
5827         * src/z80/gen.h,
5828         * src/z80/z80.h,
5829         * src/pic/gen.c (genEndFunction, genpic14Code),
5830         * src/pic/gen.h,
5831         * src/pic16/gen.c (genEndFunction, genpic16Code),
5832         * src/pic16/gen.h,
5833         * src/avr/gen.c (genEndFunction, genAVRCode),
5834         * src/avr/gen.h,
5835         * src/xa51/gen.c (genEndFunction, genXA51Code),
5836         * src/xa51/gen.h,
5837         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5838         specific code to cdbFile.c and out of the backend code generators
5839
5840         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5841         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5842         starting address is now 0
5843
5844         * as/hc08/asm.h,
5845         * as/hc08/m08pst.c,
5846         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5847         assembler directive for DWARF support
5848         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5849
5850         * src/src.dsp,
5851         * src/Makefile.in,
5852         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5853
5854 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5855
5856         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5857         and inappropriate peephole optimization in jump tables
5858
5859 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5860
5861         * as/hc08/m08pst.c,
5862         * src/SDCCglue.c: sdccopt works for the hc08 port now
5863
5864 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5865
5866         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5867
5868 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5869
5870         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5871
5872 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5873
5874         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5875         rules
5876         * src/SDCCmain.c,
5877         * src/SDCCglobl.h,
5878         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5879         comments from the peephole optimizer replacement rules
5880         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5881         symbols
5882         * src/SDCCcse.c (updateSpillLocation),
5883         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5884         equivalents
5885         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5886         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5887         objects far pointers
5888
5889 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5890
5891         * src/SDCCsymt.h: a missing part of my last change
5892         * src/pic/ralloc.c (regTypeNum),
5893         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5894
5895 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5896
5897         * src/SDCCicode.h,
5898         * src/SDCCicode.c (aggrToPtrDclType),
5899         * src/SDCCptropt.h,
5900         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5901         ptrPseudoSymConvert),
5902         * src/pic/ralloc.c (regTypeNum),
5903         * src/pic16/ralloc.c (regTypeNum),
5904         * src/hc08/ralloc.c (regTypeNum),
5905         * src/ds390/ralloc.c (regTypeNum),
5906         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5907         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5908
5909 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5910
5911         * link/z80/lkmain.c (afile),
5912         * as/hc08/lkmain.c (afile),
5913         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5914         prevent a pointer problem when a filename has no directory and
5915         no extension specified.
5916
5917 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5918
5919         * link/z80/lkmain.c (afile): allow periods in directory names
5920         * link/z80/lkmain.c (afile),
5921         * as/mcs51/lkmain.c (afile),
5922         * as/hc08/lkmain.c (afile): allow linker script file to have an
5923         extension other than ".lnk"
5924         * link/z80/lklex.c (getfid),
5925         * link/z80/lkmain.c (parse),
5926         * as/mcs51/lklex.c (getfid),
5927         * as/mcs51/lkmain.c (parse),
5928         * as/hc08/lklex.c (getfid),
5929         * as/hc08/lkmain.c (parse): Support comments in the linker script
5930         file on lines by themselves and after filenames
5931
5932 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5933
5934         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5935
5936 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5937
5938         * src/z80/peeph-z80.def: removed some peephole rules that don't
5939         work with multibyte arithmetic (fixed bug #937126)
5940         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5941         to registers and not global variables
5942         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5943         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5944         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5945         checking for assignments not internally generated (fixed bug #931895)
5946         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5947         structure member (fixed bug #930072)
5948
5949 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5950
5951         * src/SDCCmain.c (linkEdit),
5952         * src/hc08/main.c (_hc08_parseOptions),
5953         * as/hc08/Makefile.in,
5954         * as/hc08/aslink.h,
5955         * as/hc08/asm.h,
5956         * as/hc08/m08pst.c,
5957         * as/hc08/lkrloc.c (relr, rele),
5958         * as/hc08/lkarea.c (lnkarea)
5959         * as/hc08/lkmain.c (afile, parse),
5960         * as/hc08/lkelf.c: support for ELF output
5961         * as/hc08/lks19.c (s19),
5962         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5963
5964 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5965
5966         * as/mcs51/lkihx.c: Fixed bug #899105.
5967
5968 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5969
5970         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5971         .dsp files from Unix to DOS.
5972
5973 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5974
5975         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5976         function pointers; we have been compliant for several months now.
5977         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5978         change that was accidently commented out
5979         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5980         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5981         bug #922319
5982
5983 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5984
5985         * src/hc08/gen.c: output of all of the internal debugging information
5986         is now controlled by the D() macro; it is disabled by default
5987
5988 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5989
5990         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5991         harder to keep the same registers during a CAST iCode
5992         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5993         long via int can be done in a single cast, if the signedness is
5994         correct.
5995         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5996         putchar() in tinibios.c in ds390's library
5997
5998 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5999
6000         * src/SDCCast.c (decorateType): fixed bug #898889,
6001         cast result of a literal complement too
6002         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6003         fixed check for bitfields
6004
6005 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6006
6007         * src/SDCCicode.c (geniCodeLogic): made it static,
6008         (geniCodeLogicAndOr): added in order to fix bug #905492,
6009         (ast2iCode): fixed bug #905492
6010         * support/regression/tests/bug-905492.c: added
6011         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6012         (processParms): fixed bug #927659: don't copy parms, this will clear
6013         decorated flag
6014         * support/regression/tests/bug-927659.c: added
6015
6016 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6017
6018         * src/SDCCast.c (addCast): don't cast float to char
6019         * device/lib/libsdcc.lib: added _memmove
6020
6021 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6022
6023         * device/lib/large/Makefile: fixed parallel execution by
6024         replacing `make` by `$(MAKE)`
6025
6026 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6027
6028         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6029         offsets (fixes bug #923936)
6030
6031 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6032
6033         * device/lib/small/Makefile: fixed parallel execution by
6034         replacing `make` by `$(MAKE)`
6035
6036 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6037
6038         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6039
6040 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6041
6042         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6043         * src/regression/Makefile: Regression test was not running.
6044
6045 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6046
6047         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6048         complement if possible
6049         * src/SDCCval.c (valComplement),
6050         * src/SDCCicode.c (operandOperation): fixed complement of literal
6051         * support/regression/tests/onebyte.c (testComplement): added
6052
6053 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6054
6055         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6056         return an optimized tree; actually replace actParm with the new tree
6057         * src/SDCCast.h: added some parantheses to remove side effects
6058         * support/regression/tests/bug-920866.c
6059
6060 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6061         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6062         Bit operands were not being handled properly in the pic14 port.
6063         (now src/regression/add.c passes again).
6064
6065 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6066
6067         * src/SDCC.y (labeled_statement): case and default no longer require
6068         a following statement (RFE #893037)
6069
6070 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6071
6072         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6073         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6074         disabled (fixes bug #916294)
6075         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6076         "mov a,acc"; patch provided by Lenny Story
6077         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6078
6079 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6080
6081         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6082         functions
6083         * src/ds390/gen.c (genFunction, genEndFunction),
6084         * src/ds390/ralloc.c (ds390_assignRegisters),
6085         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6086         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6087         pushed if there are parameters passed on the stack. Also, a cleaner
6088         way to decide if r0/r1 should be pushed/popped. (Together they fix
6089         bug #918693)
6090
6091 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6092
6093         * doc/sdccman.lyx,
6094         * device/lib/mcs51/crtpagesfr.asm,
6095         * device/lib/mcs51/crtxinit.asm,
6096         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6097         to avoid confusion with Si Lab's SFRPAGE register.
6098
6099 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6100
6101         * src/SDCCglue.c (emitMaps): allow public sfr variables
6102         * src/SDCCglue.c (initialComments): include compiler build date
6103         with compiler version and put the timestamp of the generated
6104         assembly file on a serperate line to be less confusing.
6105         * src/port.h: added genInitStartup hook
6106         * src/avr/main.c,
6107         * src/ds390/main.c,
6108         * src/hc08/main.c,
6109         * src/pic/main.c,
6110         * src/pic16/main.c,
6111         * src/xa51/main.c,
6112         * src/z80/main.c: genInitStartup initialize as NULL (default to
6113         historical behaviour)
6114         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6115         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6116         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6117         library instead of hard coding it into the compiler.
6118         * support/regression/ports/mcs51-stack-auto/spec.mk,
6119         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6120         * device/lib/mcs51/Makefile,
6121         * device/lib/small/Makefile,
6122         * device/lib/large/Makefile,
6123         * device/lib/mcs51/crtpagesfr.asm,
6124         * device/lib/mcs51/crtstart.asm,
6125         * device/lib/mcs51/crtxclear.asm,
6126         * device/lib/mcs51/crtxinit.asm,
6127         * device/lib/mcs51/crtclear.asm,
6128         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6129         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6130         and into user configurable files.
6131         * device/lib/clean.mk: clean mcs51 directory too
6132         * support/regression/tests/longlit.c: added static to T1 declaration
6133         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6134         accesses in the initialization code
6135
6136 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6137
6138         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6139         OSCTRIMVAL as noted in bug #916008
6140
6141 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6142
6143         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6144         in loops with multiple exits (reported as incorrect registers
6145         used by Martin Helmling in Sdcc-user list)
6146
6147 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6148
6149         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6150         made ds390 register extensions look less like error messages
6151
6152 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6153
6154         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6155         reported by Adam Wozniak in Sdcc-user list
6156
6157 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6158
6159         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6160         arithmetic optimizations, added debug output
6161
6162 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6163
6164         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6165         * sdcc.spec: updated and split sdcc into 3 rpms
6166         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6167         needed for literals of LEFT_OP and '+'
6168         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6169         introduced RESULT_TYPE_NOPROM
6170         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6171         left shift
6172         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6173         limited promotion to int only for '*'
6174         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6175
6176 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6177
6178         * src/pic16/gen.c (genSkip),
6179         (genc16bit2lit), (gencjneshort): commented out
6180         (is_LitOp): new helper function, checks operand type
6181         (genCmpEq): rewritten
6182
6183 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6184
6185         * support/regression/tests/bug-908454.c: added
6186
6187 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6188
6189         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6190         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6191         (geniCodeCast): cosmetic, don't preserve bit storage class
6192         (geniCodeLeftShift): added promotion
6193         (geniCodeLogic): fixed regression
6194         * src/SDCCsymt.c (computeTypeOr): accept bits too
6195         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6196
6197 2004-03-07  Borut Razem <borut.razem AT siol.net>
6198
6199         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6200
6201 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6202
6203         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6204         version of pic16_genPackRegisters which does not check if ic is a
6205         CAST operator,
6206         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6207         function cause string1.c regression test fails
6208
6209 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6210
6211         * sim/ucsim/configure.in,
6212         * sim/ucsim/configure,
6213         * sim/ucsim/doc/Makefile.in: use docdir
6214         * src/SDCC.y: fixed sbit atrributes
6215         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6216         * src/SDCCast.c (decorateType): |^& need special promotion handling
6217         * src/SDCCast.h,
6218         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6219         * src/SDCCsymt.h (computeType),
6220         * src/SDCCicode.c: computeType() needs op
6221         * src/SDCCsymt.c (checkTypeSanity),
6222         * doc/sddman.lyx: "plain" bitfields are unsigned
6223         * src/SDCCsymt.c (computeTypeOr): added
6224         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6225         |^& ops
6226         * src/SDCCval.c (val*): computeType() needs op
6227         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6228         * support/regression/tests/onebyte.c: added tests for |^&
6229
6230 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6231
6232         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6233         for writing icode into asm output.
6234
6235 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6236
6237         * src/pic16/device.c: added some debug lines enabled
6238         with macro DEBUG_CHECK,
6239         * src/pic16/genarith.c: more debug in genPlus,
6240         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6241         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6242         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6243         * (aopForSym): onStack symbols are re-placed in data memspace,
6244         and onStack flag is cleared,
6245         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6246         copy temporary pcodeop,
6247         * (genPcall): added warning for not updating PCLATU,
6248         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6249         always true for pic16 port,
6250         * (genMultOneWord): NEW, supports integer multiplication,
6251         * (genMult): modified to call genMultOneWord,
6252         * (ifxForOp): added warning when return NULL,
6253         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6254         flag is set before call to operandFromSymbol for implicit
6255         added structures,
6256         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6257         options.intlong_rent are set by default,
6258         * (_hasNativeMulFor): modified to allow port generation of integer
6259         multiplication,
6260         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6261         set regtype to REG_SFR for all registers, restricting seting the
6262         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6263
6264 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6265
6266         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6267         more than 500 times in the regression tests
6268
6269 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6270
6271         * support/Util/SDCCerr.h,
6272         * support/Util/SDCCerr.c,
6273         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6274         enumerator_list),
6275         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6276         for symbol conflicts.
6277         * support/valdiags/tests/enum.c,
6278         * support/valdiags/tests/tentdecl.c,
6279         * support/valdiags/tests/struct.c: expect possible error messages
6280         referring to original symbol definitions.
6281         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6282         * src/SDCCsymt.h,
6283         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6284
6285 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6286
6287         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6288
6289 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6290
6291         * src/pic16/ralloc.c (newReg): fixed bug #908929
6292
6293 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/ds390/gen.c: added missing #include "main.h"
6296
6297 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6298
6299         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6300         checking if symbol is already in set,
6301         * src/pic16/device.h: prototype for checkAddSym,
6302         * src/pic16/gen.c: (_G): added entry interruptvector,
6303         * (assignResultValue): removed some commented out lines,
6304         * (genFunction): check for ISR via sym->type, absolute section for
6305         interrupt code is created via a new pBlock, the goto instruction is
6306         placed now correctly at the interrupt vector position, changed all
6307         references from ivec to _G.interruptvector,
6308         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6309         is the interrupt is a high priority one, same for return from ISR,
6310         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6311         externs to calls of checkAddSym,
6312         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6313         pic16_pcode_verbose flag is set,
6314         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6315         * src/pic16/pcoderegs.c: message about how many registers are saved
6316         will only be emitted if pic16_pcode_verbose flag is set,
6317
6318 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6319
6320         * src/ds390/ralloc.h,
6321         * src/ds390/ralloc.c (ds390_regWithIdx),
6322         * src/ds390/gen.c (emitcode),
6323         * src/ds390/main.h,
6324         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6325         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6326         ds390operandCompare, getRegsRead, getRegsWritten,
6327         initializeAsmLineNode): customized instruction size calculation for
6328         ds390, started basis for some register optimizations
6329         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6330         corresponding assembly output
6331         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6332         missing push/pop of r0/r1. Optimized push/pops
6333
6334 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6335
6336         * src/mcs51/main.c (instructionSize): fixed ACALL size
6337         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6338
6339 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6340
6341         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6342         the sorting of rlist with NULL elements
6343         * (print_idataType, print_idata): NEW to create idata sections
6344         * src/pic16/device.h: idataSymSet new variable
6345         * src/pic16/gen.c (genFunction): fixed some bugs in string
6346         comparing, improved the absolute section creation for ISRs,
6347         added FSR0L/FSR0H in registers that are saved in an ISR,
6348         * (genInline): fixed the processing of inline snippets,
6349         now they undergo no process by the peephole optimizer
6350         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6351         are placed in idataSymSet,
6352         * (pic16emitStaticSeg): extern symbols are added in externs,
6353         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6354         switching when aboslute variables are placed in access bank memory
6355         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6356         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6357         commented out with #if,
6358         * (pic16_packRegisters): reintroduce the check for CAST because some
6359         symbols are not correctly handled,
6360         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6361         pCodeInstruction instead of pCode,
6362         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6363         pCodeAsmDir definition,
6364         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6365         directive, then the argument directive is emitted without the leading
6366         tab, hack for inline labels which must be in the first column,
6367         * (compareLabel,pic16_findNextInstruction),
6368         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6369         * (insertBankSwitch): modified for the new pCodeAsmDir,
6370
6371 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6372         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6373
6374         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6375         instance,
6376         * (pushSide): commented out with #if,
6377         * (assignResultValue): fixed some typos in saving
6378         registers,
6379         * (genPcall): FIXED and sync'ed with genCall,
6380         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6381         * (genNearPointerGet): fixed to handle some more cases,
6382         implementation scheme via table reads,
6383         * (genConstPointerGet): modified to access code memory correct,
6384         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6385         and improved to handle some cases
6386         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6387         instead of "RETLW" for init data
6388         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6389         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6390         variables are placed in access bank memory (<0x80 and >=0xf80),
6391         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6392         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6393         TBLWT_POSTDEC,TBLWT_PREINC
6394         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6395         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6396         directives
6397         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6398         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6399         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6400         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6401
6402 2004-02-29  Borut Razem <borut.razem AT siol.net>
6403
6404         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6405         support/Util/findme.h, support/Util/system.h: enhance binary relative
6406         search for lib and include by using findProgramPath()
6407
6408 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6409
6410         * src/SDCCpeeph.h,
6411         * src/SDCCpeeph.c (pcDistance),
6412         * src/port.h,
6413         * src/mcs51/ralloc.h,
6414         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6415         * src/mcs51/main.h,
6416         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6417         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6418         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6419         size calculation port specific, started basis for some register
6420         optimizations
6421         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6422         missing push/pop of r0/r1. Optimized push/pops
6423         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6424         * device/lib/_modsint.c (_modsint),
6425         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6426         and stack version so regression tests pass
6427
6428 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6429
6430         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6431         * src/SDCCast.c (decorateType): catch another small optimization
6432         with '?' operator
6433         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6434         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6435         modified to finally use computeType() all over SDCC,
6436         see Feature Request #877103
6437         * src/SDCCval.h: cosmetic
6438         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6439         valCompare(); regression tested in muldiv.c
6440         * support/regression/tests/muldiv.c (testMod): mod sign follows
6441         dividend only
6442
6443 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6444
6445         * src/SDCCast.c (decorateType): fixed bug #902362
6446         * doc/INSTALL.txt: fixed install instructions for win32
6447
6448 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6449
6450         * device/include/Makefile.in (install): fixed by replacing spaces
6451         by tabs
6452         * doc/README.txt,
6453         * doc/INSTALL.txt: updated for release
6454         * doc/sdccman.lyx: added warning for --xstack being buggy
6455
6456 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6457
6458         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6459         to eliminate build warnings.
6460         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6461
6462 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6463            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6464
6465         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6466         removed -penable-stack, added comment for stack pragma, added
6467         warning for not initializing the stack/frame registers, removed
6468         comment at interrupts section
6469
6470         Stack is made permanent, there is no ability to disable stack usage.
6471         * src/pic16/device.h,
6472         * src/pic16/device.c: removed all references to USE_STACK macro,
6473         * src/pic16/device.c (pic16_dump_section): when no elements in
6474         rlist, free rlist before return,
6475         * (pic16_dump_int_registers): NEW, internal registers are a new set
6476         of general purpose registers reused by each function,
6477         * (checkAddReg): returns 1 if registers is added to set,
6478         * (pic16_groupRegistersInSection): when a registers is of type
6479         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6480         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6481         SRCASECMP macro is moved here from device.c
6482         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6483         PO_PCLATU, PO_PRODL, PO_PRODH,
6484         * (pic16_pCodeOpType, genMinus,
6485         changed compares to "a" register, with AOP_ACC,
6486         * (pic16_genPlus): fixed some bugs and indented properly,
6487         * (pic16_addSign): changed size to size+offset in the MOVWF
6488         instruction,
6489         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6490         multiply 8-bit operand by literal, result is 8-bit,
6491         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6492         multiply 2 8-bit operand, result is 8-bit,
6493         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6494         genUMult8X*_16,
6495         * src/pic16/gen.c: changed accUse to contain WREG only,
6496         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6497         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6498         true, do not use immediate addressing any more unless sym is a
6499         pointer in codespace,
6500         * (aopForRemat): do not use immediate addressing when symbol not in
6501         codespace and when symbol's address is requested,
6502         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6503         accUse size (= 1),
6504         * (aopGet): added case for AOP_ACC and don't return "accumulator
6505         bug" but WREG instead,
6506         * (popGetTempReg): pushes contents of temporary register in stack,
6507         * (popReleaseTempReg): pops contents of temporary register from
6508         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6509         * (pic16_popGet): separated case AOP_ACC to return register WREG
6510         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6511         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6512         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6513         the use of immediate pointers to certain cases only.
6514
6515         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6516         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6517         * (assignResultValue, genCall, genRet): modified to use the new
6518         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6519         genPcall is still broken,
6520         * (genFunction): added code to create 'A' type pBlocks when
6521         interrupt functions are generated, code not extensively tested yet,
6522         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6523         * (genEndFunction): modified so ISRs pop stored registers from stack,
6524         * (genMultOneByte): cleanup,
6525         * (AccRsh): added flag andmask, to and result with appropriate mask,
6526         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6527         * (genDataPointerGet): fixed and reenabled its use,
6528         * (genNearDataPointerGet): bugs fixed,
6529         * (genDataPointerSet): bugs fixed,
6530         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6531         pic16_DumpSymbol, pic16_DumpOp,
6532         * src/pic16/genutils.h: function prototypes for the above functions,
6533         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6534         pointers,
6535         * (pic16emitRegularMap): many many many improvements, but needs a
6536         major cleanup,
6537         * src/pic16/main.c: enable_stack in pic16_options is removed,
6538         * (_pic16_parseOptions): removed command line options -penable-stack,
6539         * (_process_pragma): emit stack symbol only when stack pragma is
6540         processed,
6541         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6542         redirected to FSR0L/FSR0H pair,
6543         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6544         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6545         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6546         for immediates,
6547         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6548         * (dumpPicOptype): NEW,
6549         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6550         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6551         with movff instruction,
6552         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6553         added pic16_int_regs, some packRegsFor* functions are commented out,
6554         because produce errors,
6555         * src/pic16/NOTES: minor modifications
6556
6557 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6558
6559         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6560         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6561         --pack-iram.
6562         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6563         * as/mcs51/lkaomf51.c: fixed bug #895763
6564
6565 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6566
6567         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6568
6569 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6570
6571         * doc/sdccman.lyx: added details about the HC08 storage classes and
6572         interrupts, fixed the register usage info for z80 & gbz80
6573
6574 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6575
6576         * doc/sdccman.lyx: added more pic16 port documentation
6577         * device/include/pic16/: added header pic18fregs.h
6578
6579 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6580
6581         * doc/sdccman.lyx: added Vangelis' contribution
6582
6583 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6584
6585         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6586         extend to the next CALL or PCALL, not just to the next CALL.
6587
6588 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6589
6590         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6591
6592 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6593
6594         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6595         bug #895752 and a better fix for bug #716790
6596
6597 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6598
6599         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6600
6601 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6602
6603         * doc/sdccman.lyx: minor changes, minor changed
6604
6605 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6606
6607         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6608         which can't handle SDCC_NEWONEBYTEOPS,
6609         (geniCodeMultiply): removed conversion from mult to shift for pic14
6610         and pic16
6611
6612 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6613
6614         * src/hc08/gen.h,
6615         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6616         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6617         thus fixing bug #895406
6618
6619 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6620
6621         * device/lib/_modsint.c,
6622         * device/lib/_modslong.c: sign follows divisor only
6623         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6624         signs or signedness can be ignored
6625         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6626         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6627         added optimization for IFX,
6628         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6629         arguments;
6630         reenabled optimization for IFX, which was removed on 2004-01-11
6631         * src/SDCCast.h: added return type IFX
6632         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6633         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6634         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6635         SDCC_OLDONEBYTEOPS selects the old behaviour
6636         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6637         changed again and commented promotion rule
6638         * src/SDCCval.c (valDiv): promotion no longer necessary
6639         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6640         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6641         rewritten
6642         * support/regression/tests/onebyte.c: added
6643
6644 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6645
6646         * gen.c (genInline): reverted to old code for assemnling inline
6647         code because of bug reported James Chadd
6648
6649 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6650
6651         * ralloc.h: missing declarations from previous patch,
6652         seems that patch for ralloc.h was never applied, fixed
6653
6654 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6655            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6656
6657         * pcode.c,
6658         * pcode.h,
6659         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6660         indirect addressing. Marked FSR0 as deprecated
6661         * gen.c (pointerCode): commented out, not needed now
6662         (pic16_popGet2p): new MOVFF helper function
6663         (genGenPointerGet),
6664         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6665         (shiftRLong): removed duplicate debugging info
6666
6667 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6668
6669         * src/ds390/gen.c (genNearPointerGet),
6670         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6671         optimization with bits, but not bitfields.
6672         * src/ds390/ralloc.c (packRegisters),
6673         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6674
6675 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6676
6677         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6678
6679 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6680
6681         * src/SDCCsymt.h,
6682         * src/SDCCicode.c (operandFromSymbol),
6683         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6684         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6685         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6686         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6687         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6688         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6689         bug #892038
6690         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6691         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6692         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6693         * src/SDCCsymt.c (newSymbol),
6694         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6695         enumerator_list),
6696         * src/SDCCval.h,
6697         * src/SDCCval.c (newiList): fixed bug #885705
6698
6699 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6700
6701         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6702         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6703
6704 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6705
6706         * device/include/c8051f120.h,
6707         * device/include/c8051f300.h,
6708         * device/include/c8051f310.h: added/updated header files for Silicon
6709         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6710         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6711         in new section Submitting patches
6712
6713 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6714
6715         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6716         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6717         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6718         genGenPointerSet),
6719         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6720         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6721         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6722         genGenPointerSet),
6723         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6724         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6725         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6726         genGenPointerSet),
6727         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6728         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6729         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6730         genGenPointerSet): fixed bug #892400
6731         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6732         to eliminate build warnings.
6733         * src/SDCCast.c (processParms),
6734         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6735         fixed bug 751859
6736         * support/valdiag/valdiag.py: added GCC to the list of defines active
6737         when compiling with gcc
6738
6739 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * support/Util/SDCCerr.h,
6742         * support/Util/SDCCerr.c,
6743         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6744         with an incomplete type (fixed bug #883734)
6745         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6746
6747 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6748
6749         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6750
6751 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6752
6753         * src/SDCCast.c (decorateType),
6754         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6755         function pointer implementation
6756         * support/regression/tests/funptrs.c: added tests to verify both forms
6757         of function pointers work correctly. Added tests to verify parameters
6758         are passed in the correct order.
6759
6760 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6761
6762         * device.c (regCompare): registers are sorted by ascending
6763         address and increasing size,
6764         * main.c (_pic16_finaliseOptions): removed the declaration
6765         of compiler macro MCU. Now a macro of the format pic18fxxxx
6766         will be defined from the command line
6767
6768 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6769             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6770
6771         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6772         PCOP_RLCF was overwritten!
6773         * gen.c (genSkip): commented out calls to pic16_emitcode,
6774         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6775         * (genlshTwo),
6776         * (genRRC): added debugging info,
6777         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6778         overwritten while shifting,
6779         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6780         overwritten while shifting,
6781         * (AccLsh),
6782         * (AccRsh),
6783         * (shiftLLeftOrResult),
6784         * (shiftRLeftOrResult),
6785         * (shiftRLong),
6786         * (shiftLLong): Implemented with pic16_emitpcode
6787         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6788         * (genLeftShift): Fixed bug, operand for shift by variable always
6789         was "and"ed with 0x0f,
6790         * (genLeftShiftLiteral),
6791         * (genrshTwo),
6792         * (genRightShiftLiteral): added debugging info,
6793         * (genrshFour): added comment,
6794         * (genRightShift): determined signedness from operand "left"
6795         instead of "result"
6796
6797 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6798
6799         * src/SDCCicode.c (geniCodeParms),
6800         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6801         function pointers, fixed function pointer bugs #861242 and #861896
6802
6803 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6804
6805         * device/include/c8051f000.h,
6806         * device/include/c8051f120.h,
6807         * device/include/c8051f300.h: added header files for Silicon
6808         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6809
6810 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6811
6812         * src/SDCCast.c (processParams): added new type flow and restructured
6813         (gatherAutoInit): added new type flow
6814         (addCast): cosmetic changes
6815         (getLeftResultType): added new type flow for array indices, patch
6816         provided by Stas, see FR #877103
6817         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6818         array index patch by Stas
6819         * src/SDCCast.h: added prototype getResultTypeFromType()
6820         * src/SDCCval.h,
6821         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6822         * src/pic/glue.c (pic14emitStaticSeg),
6823         * src/pic16/glue.c (pic16emitStaticSeg),
6824         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6825         for initialization of symbols
6826         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6827         * support/Util/SDCCerr.h:
6828         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6829         * .version: bumped version number to 2.3.8
6830         * device/include/Makefile.in (install),
6831         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6832         avoid warnings
6833
6834 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6835
6836         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6837         Slade Rich fixed an optimization bug
6838         * src/pic/pcodepeep.c,
6839         * src/pic/pcoderegs.c
6840         * doc/Makefile (install): added test for directory
6841
6842 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6843
6844         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6845         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6846         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6847         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6848         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6849         * as/mcs51/asexpr.c (term),
6850         * as/hc08/asexpr.c (term): fixed bug #887146
6851
6852 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/z80/gen.c (genMult): handle single byte result product
6855         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6856         DUMMY_READ_VOLATILE (fixed bug #886367)
6857
6858 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6859
6860         * support/regression/tests/libmullong.c: fixed logic, on little endian
6861         hosts we ended without a mullong_wrapper()
6862
6863 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6864
6865         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6866         virus/worm forged address usage.
6867
6868 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6869
6870         Fixed promotion, it should be done on AST level:
6871         * src/SDCCast.c (addCast): added promotion to int
6872         (decorateType): updated call to upCast()
6873         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6874         usualUnaryConversions()
6875
6876 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6877
6878         * support/regression/tests/literalop.c (mulWrapper): Added a
6879         wrapper to remove integer overflow warnings.
6880
6881         * support/regression/tests/float_trans.c: Made work on host.
6882
6883         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6884         location of sz80.
6885
6886         * support/regression/generate-cases.py (main): Changed from inline
6887         to a main method.
6888
6889         * doc/Makefile (install): Changed to depth first to get rid of
6890         missing directory install warning.
6891
6892         * as/Makefile (install-doc): Made work on Mac.
6893
6894 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6895
6896         * src/SDCCast.c: added an additional type flow in decorateType() of
6897         opposite direction, see feature request #860006; it's enabled at runtime
6898         by setting the environment variable SDCC_NEWTYPEFLOW
6899         * src/SDCCast.h: changed prototype of decorateType()
6900         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6901         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6902         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6903         see feature request #877103
6904         * src/SDCCval.c: updated call of decorateType()
6905         (valBitwise): fixed bug #882876
6906         (valMinus): added promotion
6907         (valLogicAndOr): result is unsigned
6908         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6909         * src/SDCCsymt.c (computeType),
6910         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6911         must not cause an unsigned operation
6912         * src/pic/glue (pic14emitRegularMap),
6913         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6914
6915 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6916
6917         * src/pic/pcode.c (PCodeID): commented out left over debug code
6918
6919 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6920
6921         * support/valdiag/tests/overflow.c: added shift tests
6922         * src/pic/device.c,
6923         * src/pic/gen.c,
6924         * src/pic/gen.h,
6925         * src/pic/glue.c,
6926         * src/pic/main.c,
6927         * src/pic/pcode.c,
6928         * src/pic/pcode.h,
6929         * src/pic/pcodepeep.c,
6930         * src/pic/pcoderegs.c,
6931         * src/pic/ralloc.c,
6932         * src/pic/ralloc.h: applied patch from Slade Rich;
6933         added support for multiple code pages and multiple RAM banks on the
6934         PIC 14 port. The ASM files now no longer simply assume all the
6935         code / RAM are in the same page / bank. This means the linker can
6936         safely allocate code/RAM of separate ASM files to different pages/banks.
6937         * doc/sdccman.lyx: added Slade's tips
6938         * src/mcs51/peeph.def: fixed bug #880768
6939
6940 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6943         * src/SDCCast.c (decorateType): fixed bug #880197
6944
6945 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6946
6947         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6948         getopt.h.
6949
6950         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6951         strtof is not part of C89 and isn't included with Mac OS X.
6952
6953 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6954
6955         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6956         shiftL2Left2Result): fixed bug #879326
6957         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6958         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6959         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6960         address fetch for clr instruction
6961         * device/lib/hc08/_mulint.c: created optimized assembly version
6962         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6963
6964 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6965
6966         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6967         proposed in FR #877103
6968
6969 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6970
6971         * src/SDCCval.c (cheapestVal): added missing checks
6972         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6973         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6974
6975 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6976
6977         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6978         equal operands
6979
6980 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6981
6982         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6983         loaded with the linker search paths (-L arguments) and the libraries
6984         to be linked with the current source (-l arguments). Changes
6985         currently will affect only the pic16 port.
6986         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6987         include path the port specific paths and port specific libraries,
6988         * gplink command now contains the $3 argument,
6989         * src/pic16/device.h,
6990         * src/pic16/device.c,: structure PIC_device is made public and
6991         renamed to PIC16_device, the same for variable Pics which is renamed
6992         to Pics16. Updated all references to them.
6993         * src/pic16/glue.c (pic16glue): corrected bug with code
6994         initialization which bypassed the variable initializations block.
6995
6996         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6997         COMPILE_FLAGS and added the --nostdinc option
6998
6999 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7000
7001         * device/include/mc68hc908jb8.h: Register defs for another member
7002         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7003
7004 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7005
7006         Documenting changes from previous commits.
7007         * configure.in (version 1.56),
7008         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7009         when generating output files to configure the pic16 library,
7010         but now I've commented it out, since gputils aren't installed in the
7011         SF compile farm, so library won't compile
7012
7013         * device/lib/Makefile.in (version 1.56): initially I've added in
7014         target 'all' the prerequestive 'model-pic16' so it compiled the
7015         pic16 library, but now I've commented it out for the same reasons
7016         above,
7017         * added targets 'model-pic16' and 'objects-pic16' to compile the
7018         library
7019         * added target 'port-specific-objects-pic16' to handle the
7020         generated libraries and copy them into the build/ directory
7021         * added target 'clean-intermediate-pic16' to clean intermediate
7022         files into pic16 directory
7023         * in target 'installdirs' added line to create directory pic16 in
7024         the installation path
7025
7026         * device/include/Makefile.in (version 1.11): in target 'install'
7027         added lines to copy all header files to installation path,
7028         * in target 'installdirs' added line create directory for pic16
7029         headers in the installation path
7030
7031 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7032
7033         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7034          a function call
7035
7036 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7037
7038         * configure,
7039         * device/lib/configure.in,
7040         * device/lib/configure: fixed for autoconf 2.57
7041
7042 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7045         option so that it actually works. Made it specific to the z80, since
7046         the gbz80 doesn't have these kinds of I/O ports.
7047
7048 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7049
7050         * device/include/z180.h,
7051         * device/lib/_memcpy.c,
7052         * device/lib/_memmove.c,
7053         * device/lib/_mulint.c,
7054         * device/lib/ser_ir.c,
7055         * device/lib/ser_ir_cts_rts.c,
7056         * device/lib/_strcmp.c,
7057         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7058         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7059         portmode; added deprecation warning for bank= and protmode= forms.
7060         Also, guard against buffer overflow.
7061         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7062
7063 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7064
7065         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7066         changed interrupt vector table generation to only emit declared vectors.
7067         * device/include/Makefile.in: added missing backslash
7068         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7069
7070 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7071
7072         Mainly changes to support compilation of the device libraries
7073         * src/pic16/device.c: stack is allocated via symbol and not
7074         via literal number. The symbol is placed in the corresponding
7075         position of the data ram
7076         * (pic16_dump_section): relocatable and absolute uninitialized
7077         data are now emitted in sorted order to reduce section naming,
7078         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7079         weren't marked as being in the access bank,
7080
7081 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7082
7083         Added portion of GNU PIC Library under the directory
7084         device/include/pic16 and device/lib/pic16. These files
7085         contain the declarations of SFRs for the PIC18Fxx2 devices.
7086         The directory is initialized via configure from toplevel.
7087
7088 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7089
7090         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7091         the spilllocations to be compared correctly
7092
7093 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7094
7095         * src/SDCCast.c (decorateType): fixed bug introduced today
7096
7097 2004-01-12  Borut Razem <borut.razem AT siol.net>
7098
7099         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7100         doc/sdccman.lyx: upper case pragmas are deprecated
7101
7102 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7103
7104         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7105         in simpler and even better code
7106
7107 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7108
7109         * src/SDCCicode.c (operandOperation): fixed bug #874819
7110         * src/SDCCast.c (decorateType): fixed
7111         char foo (unsigned long ul) { return ul > 0; }
7112
7113 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7114
7115         * doc/sdccman.lyx: Moved and added some sections, small changes
7116         all over. Telling LaTeX to be less strict with word spacing
7117         to better keep the right margin. Changed some notes about
7118         maintainance of the ports in section 3.2.1 - is it OK like this?
7119
7120 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7121
7122         SDCC source changes:
7123         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7124         convilong): modified to inform the pic16 port that builtin functions
7125         are external
7126
7127         PIC16 PORT specific changes:
7128         * src/pic16/device.c pic16_dump_equates() added,
7129         processor registers declared internally by the port are emitted in
7130         the translation as equates,
7131         * src/pic16/gen.c: inline code is passed unprocessed to the
7132         translation,
7133         * (pic16_popGetLit2): fnuction modified to take second operand as
7134         pCodeOp pointer and not as literal,
7135         * (popRegFromIdx): prefixed with pic16_,
7136         * (pic16_popCombine2): modified to receive already allocated pCode
7137         operands,
7138         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7139         * (genFunction): initializes local stack frame and pushes on stack
7140         all the registers used by this function,
7141         * (genEndFunction): restores all registers from stack and restores
7142         stack frame,
7143         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7144         improvements,
7145         * (pic16glue): changed the program startup sequence,
7146         * added new dbName code 'A' for functions placed in absolute section
7147         * src/pic16/main.c: added function attribute _naked,
7148         * added pragma 'code' to place a fnuction at an absolute address,
7149         * added command line arguments --debug-ralloc and --pcode-verbose,
7150         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7151         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7152         * (pic16_newpCodeOpLit2): modified to take the second operand as
7153         pCodeOp pointer,
7154         * (pic16_printpBlock): modified to emit each function in a separate
7155         section,
7156         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7157         UPPER for immediate operands,
7158         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7159         instruction,
7160         * src/pic16/peeph.def: all peepholes with movff are commented out,
7161         because there is a problem in the pcode peep optimizer,
7162         * src/pic16/ralloc.c: the register allocator can now reuse local
7163         function symbols for another function. This saves register usage.
7164         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7165
7166         Added file src/pic16/NOTES with information about program writing on
7167         the current port version.
7168
7169 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7170
7171         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7172         and peephole 252 (array access)
7173
7174 2004-01-09  Borut Razem <borut.razem AT siol.net>
7175
7176         * src/SDCCmain.c : fixed #872250: -l command line defined library
7177           files are scanned before standard library files
7178
7179 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7180
7181         * src/SDCCast.c (decorateType): fixed bug #874046
7182
7183 2004-01-09  Borut Razem <borut.razem AT siol.net>
7184
7185         * support/scripts/sdcc.nsi: remove previous installation
7186
7187 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7188
7189         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7190         bytes for last interrupt vector (mcs51)
7191         * sdcc.spec: fixed typo
7192
7193 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7194
7195         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7196         gen51Code): more efficient parameter receive for --model-large
7197         ("bug" #845294)
7198
7199 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7200
7201         * src/ds390/main.c,
7202         * src/z80/main.c: added missed needLinkerScript flags (more than
7203         one port structure defined in these file)
7204         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7205         bug #795325
7206
7207 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7208
7209         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7210         * src/port.h: added flag needLinkerScript in port->linker
7211         structure to inform whether to create a .lnk file or not,
7212         * src/avr/main.c,
7213         * src/ds390/main.c,
7214         * src/hc08/main.c,
7215         * src/mcs51/main.c,
7216         * src/pic/main.c,
7217         * src/pic16/main.c,
7218         * src/xa51/main.c,
7219         * src/z80/main.c: changed appropriately to configure
7220         needLinkerScript flag
7221         * src/pic/gen.c,
7222         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7223         * src/pic/glue.c: added variable udata_section_name to
7224         override default uninitialized data segment definition for
7225         devices only with SHAREBANK memory (reported from Erik Epetrich)
7226         * (pic14emitOverlay): modified to emit a commented overlay segment
7227         directive when no overlay data exist
7228         * (picglue): modified to emit uninitialized data segment
7229         according to udata_section_name
7230         * src/pic/main.c (_pic14_parseOptions): added command line
7231         options --udata-section-name=[name] to override default
7232         udata definition name
7233         * modified _linkCmd and _asmCmd to include compiler passed
7234         arguments via -W option
7235         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7236         object file from '.rel' to '.o' in port->linker structure,
7237         changed size of fptr from 2 to 3 in port structure
7238
7239 2004-01-07  Borut Razem <borut.razem AT siol.net>
7240
7241         * support/scripts/sdcc.nsi: update PATH
7242         * support/scripts/sdcc.ico: craeted
7243
7244 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7245
7246         * device/include/Makefile.in: fix install
7247         * doc/Makefile: fix install
7248
7249 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7250
7251         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7252         in bug #860505
7253         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7254         how the function variable allocation summary is displayed; also
7255         include information about variables allocated to the overlay
7256         segment
7257
7258 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7259
7260         * as/mcs51/lkmain.c: Help about -Y option
7261         * as/mcs51/lkarea.c: Fixed gcc warnings
7262
7263 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7264
7265         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7266         fixed warning
7267         * support/valdiag/tests/overflow.c: added
7268         * src/SDCCast.c (decorateType),
7269         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7270         LEFT_OP (left shift)
7271
7272 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7273
7274         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7275         (default behaviour).
7276
7277 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7278
7279         A python script to validate compiler diagnostic messages. It can be
7280         used to verify that sdcc complains about bad c source code and
7281         gives a good location of the error.
7282         * support/valdiag/Makefile,
7283         * support/valdiag/valdiag.py,
7284         * support/valdiag/tests/*
7285
7286 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7287
7288         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7289         * src/SDCCsymt.c (newEnumType),
7290         * src/SDCCsymt.h
7291         * support/Util/SDCCerr.c,
7292         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7293         enum related bugs.
7294         * support/regression/tests/enum.c: added test for enum values that
7295         require at least 2 bytes of storage.
7296
7297 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7298
7299         * src/common.h: added ifndef/define/endif macros
7300         around the header file.
7301         Bug reported from Jesus Calvino-Fraga
7302
7303 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7304
7305         * sdcc.spec: updated
7306         * device/include/Makefile.in: don't install CVS directories
7307         * device/lib/Makefile.in: added removal of CVS directories after install
7308         * doc/Makefile: fixed install, added local_icons
7309         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7310         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7311         * src/ds390/gen.c (genRightShift): fixed bug #870788
7312         * src/SDCCast.c (decorateType): fixed bug #870781
7313
7314 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7315
7316         PIC16 port related changes:
7317         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7318         added variable stackPos,
7319
7320         * gen.c: genCall, assignResultValue: added support for
7321         pushing/retrieving function parameters to/from stack,
7322         genFunction,genEndFunction: setup stack frame for the
7323         generated function,
7324         genAddrOf: will be changed according to bug 863624
7325
7326         * added files genutils.c and genutils.h which contain gen*
7327         debugged and optimised functions extracted from gen.c
7328
7329         * glue.c: added variable 'externs' which holds extern symbols,
7330         pic16emitRegularMap: is modified to properly handle relocatable
7331          symbols under the new scheme,
7332         pic16createInterruptVect: is modified
7333         pic16printPublics: is modified to emit 'global' assembler directives,
7334         added pic16_printExterns to print extern symbols,
7335         pic16glue: initializes stack/frame pointer in the beginning of
7336         the assembly output. Temporary hack, will be corrected later,
7337         because gplink yet does not support stack and SDCC does not
7338         yet support a type of crt0.o object to create the final binary.
7339
7340         * Removed many lines that contain 8051 legacy code.
7341         * The code is finally placed under a 'code' directive.
7342         * Added port specific options.
7343
7344         * _process_pragma: simplified since now we do not need *special*
7345         include file to define SFR registers. But a separate header
7346         will be needed. This will be developed later.
7347         * _pic16_parseOptions: added, parses port specific options:
7348         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7349         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7350         --preplace-udata-with=
7351
7352         * _pic16_setDefaultOptions: modified to initialize section names,
7353         but hack is temporarly out of order since it needs improvement.
7354         * _pic16_genAssemblerPreamble: configuration words are emitted by
7355         their address instead of their name. This part is incomplete and
7356         supports only the 18Fxx2 devices. Other devices will emit an error
7357         during assembly since they do not contain the same set of config
7358         registers
7359         * _pic16_genIVT: is modified,
7360
7361         * pcode.c: added definitions for some hardware registers that are needed
7362         for stack support
7363         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7364         All PCI entries are updated. Now LFSR is supported.
7365         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7366         * added pic16_newpCodeOpLit2 to support instructions with
7367         two literal arguments
7368         * pic16_pCode2str: corrected code that emits assembler instructions
7369         with two literal operands and those that have an access bit modifier
7370         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7371         this fixes a bug which caused some labels to be lost, when an
7372         assembler directive was added, i.e. banksel,
7373         * pic16_FixRegisterBanking: improved logic that causes the insertion
7374         of bank switching,
7375         * InlineFunction: functions that are called once, are not any more
7376         inlined. This can be a port option in the future,
7377
7378         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7379
7380         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7381         hold the corresponding uninitialized symbols,
7382         * pic16_allocProcessorRegister: registers have explicit marked the
7383         accessBank field,
7384         * pic16_allocInternalRegister: registers are explicit marked as
7385         not used,
7386         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7387         processing list, so bit registers were lost,
7388         *
7389
7390         * ralloc.h: added field 'accessBank' and original symbol operand
7391         in register definition,
7392         * removed the field isMapped from register definition,
7393
7394         ** Several functions have been removed from various sources:
7395         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7396         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7397         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7398         pic16_assignRelocatableRegisters
7399
7400         ** others have been introduced:
7401         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7402         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7403
7404 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7405
7406         * support/scripts/inc2h.pl: changed definition of BIT_AT
7407         to emit 'sbit at' instead of 'bit at'. This was a request.
7408
7409         PIC16 port related preliminary changes:
7410         * gen.c: prefixed function popRegFromString with
7411         pic16_ and all references to it corrected
7412         * pcode.c: all pic16_pc_* hardware registers prefixed
7413         with underscore (_),
7414         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7415         * ralloc.c: newReg(): when register is REG_SFR then
7416         set address to rIdx,
7417         pic16_allocProcessorRegister(): marks register wasUsed=0
7418         pic16_writeUsedRegs(): added a call to assign processor
7419         registers via pic16_assignFixedRegisters
7420
7421 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7422
7423         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7424         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7425         variables in unused register banks.  Also the SSEG is placed
7426         wherever there is enough space for it, and IDATA can be anywhere
7427         in internal RAM.  For now compile using -Wl-Y[stack_size].
7428         The mem file is different for this option as well, since it
7429         makes no sense of talking about DSEG lenght.
7430
7431 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7432
7433         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7434         in certain cases, e.g. when ROM assignment, patch provided
7435         from Albert den Haan.
7436
7437 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7438
7439         Many signedness and type propagation fixes:
7440         * src/SDCCicode.c: made geniCodeCast() static
7441         replaced SPEC_ by IS_ (cosmetic)
7442         (operandOperation): fixed div and mod operation
7443         (usualBinaryConversions): added support for promotion of char
7444         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7445         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7446         (geniCodeAdd): an array index will stay unsigned, even if promoted
7447         from char to int
7448         (geniCodeArray): ditto
7449         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7450         * src/SDCCsymt.c (computeType): added more support for char;
7451         promotion of char is selectable by promoteCharToInt, fixed signedness
7452         for all cases
7453         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7454         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7455         * src/SDCCval (val*): replaced signedness calculation by
7456         computeType()
7457         rearranged if-branches (cosmetic)
7458         (valShift): added warning W_SHIFT_CHANGED
7459         (valCompare): fixed problem with different types
7460         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7461         * support/regression/tests/literalop.c: added many cases
7462         * support/regression/tests/ast_constant_folding.c: changed finally to
7463         'unsigned int'
7464         * .version: new year, new version: 2.3.7
7465         * src/SDCCmain.c (main): applied patch #866468
7466         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7467         provided by Scott Bronson
7468         * doc/sdccman.lyx: updated documentation for sdcdb
7469         updated and added chapter tips
7470
7471 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7472
7473         * src/SDCCsymt.h: missing from yesterday's commits
7474
7475 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         * src/SDCC.y (struct_or_union_specifier),
7478         * support/Util/SDCCerr.c,
7479         * support/Util/SDCCerr.h: verify that struct & union tags are used
7480         as declared.
7481
7482 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7483
7484         * src/SDCCglobl.h: missing from yesterday's commits
7485
7486 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7487
7488         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7489         sft_attributes, struct_declaration, parameter_declaration,
7490         type_name, start_block, declaration_list),
7491         * src/SDCC.lex (check_type): support redefinition of typedef names
7492
7493 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7494
7495         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7496         aligned xdata arrays. Erik helped me with the if clause.
7497
7498 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7501         warning
7502
7503 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * src/SDCCast.h,
7506         * src/SDCCast.c (newAst_),
7507         * src/SDCCicode.h,
7508         * src/SDCCicode.c (ast2iCode, newiCode),
7509         * src/SDCCglobl.h,
7510         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7511         expr, statement, expression_statement, selection_statement,
7512         iteration_statement, expr_opt, jump_statement): foundation for tracking
7513         sequence points
7514         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7515         point code too)
7516
7517 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * support/Util/SDCCerr.c,
7520         * src/SDCCast.h,
7521         * src/SDCCast.c (createCase, createDefault, decorateType),
7522         * src/SDCClabel.c (labelUnreach),
7523         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7524         to error messages.
7525         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7526         (with thanks to Stas Sergeev)
7527         * device/include/time.h,
7528         * device/lib/time.c (CheckTime): suppress unreachable code warning
7529
7530 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7531
7532         * src/SDCCast.c (createIvalCharPtr),
7533         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7534         bug #753752)
7535         * support/regression/tests/nullstring.c: tests for these two bugs
7536
7537 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7538
7539         * support/Util/SDCCerr.h,
7540         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7541         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7542         about storage class and 'at' used inside struct or union
7543         * src/SDCCBBlock.c (iCodeFromeBBlock),
7544         * src/SDCCcse.c (ifxOptimize),
7545         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7546         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7547         printIval, emitStaticSeg, emitOverlay),
7548         * src/SDCClabel.c (deleteIfx),
7549         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7550         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7551         gatherAutoInit, processParms),
7552         * support/Util/SDCCerr.h,
7553         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7554         reporting for post-parse errors.
7555
7556 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7557
7558         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7559         implicit casts via union; they don't work on big endian systems
7560         (possible fix for bug #861138)
7561
7562 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7563
7564         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7565         * src/mcs51/main.c: fixed the fix for bug #737001
7566
7567 2003-12-15  Borut Razem <borut.razem AT siol.net>
7568
7569         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7570
7571 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7572
7573         * support/makebin/makebin.c: put output in binary mode
7574
7575 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7576
7577         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7578         xdata and data memory on startup. Set the environment variable
7579         SDCC_NOGENRAMCLEAR to disable this.
7580         * src/mcs51/peephole.def,
7581         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7582         (allows non-interrupt and interrupt code to safely compete for a resource
7583         without the non-interrupt code having to disable interrupts)
7584
7585 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7586
7587         * src/SDCCicode.c (geniCodeAdd),
7588         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7589         with valFromType if type might be a pointer and host is big endian).
7590         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7591         types, not just integer types.
7592         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7593         multiply defined with mismatching "at" address.
7594
7595 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7596
7597         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7598         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7599         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7600         with embedded nulls (fixed bug #753752)
7601
7602 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7603
7604         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7605         Apparently this did not see much testing (endless loop)
7606
7607 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7608
7609         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7610
7611 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7612
7613         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7614         gracefully handle NULL memmap pointers
7615
7616 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7619         instead of deleting the iCode when an operand is volatile
7620         * src/z80/gen.c (genDummyRead),
7621         * src/mcs51/gen.c (genDummyRead),
7622         * src/ds390/gen.c (genDummyRead),
7623         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7624         not just IC_RIGHT
7625         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7626         * src/SDCC.y: fixed bug #850420
7627
7628 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7629
7630         Applied z80 i/o port patch from Peter Townson and fixed some operators
7631         to better handle operands in A register.
7632         * device/include/z180.h
7633         * src/SDCC.y
7634         * src/SDCCglue.c
7635         * src/z80/gen.c
7636         * src/z80/gen.h
7637         * src/z80/main.c
7638         * src/z80/peeph-z80.def
7639         * src/z80/peeph.def
7640         * src/z80/z80.h
7641
7642 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7643
7644         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7645
7646 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7647
7648         * device/lib/hc08/_mullong.c: Removed extra #endif
7649
7650 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7651
7652         * sim/ucsim/hc08.src/inst.cc,
7653         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7654         carries from x to h
7655         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7656         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7657         * device/include/stdarg.h: fixed varargs for hc08
7658         * device/lib/Makefile.in,
7659         * device/lib/hc08/Makefile,
7660         * device/lib/hc08/_mulint.c,
7661         * device/lib/hc08/_mullong.c: fixed some endian problems
7662
7663 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7664
7665         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7666         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7667         * device/lib/_gptrget.c,
7668         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7669
7670 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7671
7672         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7673         * src/SDCCast.c (astErrors): fixed bug #846007
7674         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7675
7676 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7677
7678         * src/SDCCast.c (decorateType): disabled a transformation I added in
7679         revision 1.188 (access to fields of a structure at an absolute address);
7680         it breaks with bitfields, extern declarations, and gcse analysis.
7681         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7682         could be assigned through a pointer, so don't complain.
7683         * src/SDCCast.c (astErrors),
7684         * src/SDCCast.h,
7685         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7686
7687 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7688
7689         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7690         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7691         output of __config directives, since gpasm now supports them
7692         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7693         pre-processor macro, i.e. -DMCU=p18f452
7694         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7695         and modified to handle 'cast' icode similarly to '=' icode
7696         * src/pic16/device.h (typedef struct PIC_device): added field
7697         'extMIface' to indicate that chip has external memory interface
7698         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7699         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7700         18F8720
7701
7702 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7703
7704         * src/SDCC.y (pointer): fixed bug #846006
7705         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7706         * src/SDCCast.c (decorateType): fixed bug #846009
7707         * src/ds390/peeph.def,
7708         * src/ds390/gen.c (genAnd, genOr),
7709         * src/mcs51/peeph.def,
7710         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7711
7712 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7713
7714         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7715         * src/SDCCdflow.c
7716         * src/SDCCcse.c
7717         * src/SDCCcse.h
7718         * src/SDCCBBlock.h
7719         * src/SDCCBBlock.c
7720
7721 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7722
7723         fixed bug #845089
7724         * src/SDCCbitv.h,
7725         * src/SDCCbitv.c: added function to free a bitvector
7726         * src/SDCClrange.h,
7727         * src/SDCClrange.c: added function to recompute the liveranges
7728         * src/avr/ralloc.c,
7729         * src/ds390/ralloc.c,
7730         * src/hc08/ralloc.c,
7731         * src/mcs51/ralloc.c,
7732         * src/pic/ralloc.c,
7733         * src/pic16/ralloc.c,
7734         * src/xa51/ralloc.c,
7735         * src/z80/ralloc.c: recompute the liveranges after register packing
7736
7737 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7738
7739         * src/SDCCloop.c (newInduction): fixed bug #845630
7740
7741 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7742
7743         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7744         inadvertantly left behind from my 2003-11-12 change
7745
7746 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7747
7748         Updated headers I neglected to commit yesterday.
7749         * src/SDCClrange.h,
7750         * src/SDCCicode.h
7751
7752 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7753
7754         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7755         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7756         * src/SDCCopt.c (eBBlockFromiCode),
7757         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7758         the creation of the key hash table from the sequencing so it can be used
7759         earlier (for some GCSE bug fixes still pending)
7760
7761 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7762
7763         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7764         * support/regression/tests/addsub.c: testing genPlus shortcut
7765
7766 2003-11-15  Borut Razem <borut.razem AT siol.net>
7767
7768         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7769
7770 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7771
7772         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7773         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7774         ordering is immaterial.
7775         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7776
7777 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7778
7779         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7780         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7781         (SIGSEV) of bug #840381
7782         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7783         unlink new file before rename if new and old filenames are the same)
7784
7785 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7786
7787         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7788         uninitialized variables) for the mcs51. Set environment variable
7789         SDCC_GENRAMCLEAR to test.
7790         xdata initialization slightly shorter
7791
7792 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7793
7794         * src/SDCCsymt.h,
7795         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7796         #838241 & 780691 (basicly the same bug)
7797         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7798         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7799
7800 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7801
7802         * src/SDCCmain.c (linkEdit): "fix" #834252
7803
7804 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7805
7806         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7807         * src/SDCCast.h,
7808         * src/SDCC.y: fixed bug #819403
7809
7810 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7811
7812         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7813         the reentrant attribute.
7814         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7815         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7816         simulation
7817         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7818         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7819         erroneously reduced to a literal.
7820         * src/hc08/ralloc.c (packRegisters, rematStr),
7821         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7822         some cases
7823
7824 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7825
7826         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7827         * doc/sdccman.lyx: changed from 'article' to 'book'
7828         * doc/Makefile: readded test_suite_spec and cdbfileformat
7829
7830 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7831
7832         * device/include/stdlib.h: include malloc.h to comply with ANSI
7833         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7834
7835 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7836
7837         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7838         * doc/clean.mk: also remove *.out files
7839         * doc/sdccman.lyx: some additions, larger top/bottom margins
7840
7841 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7842
7843         * src/SDCC.y: fixed bug #837365
7844         * support/regression/tests/bitopcse.c
7845         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7846         a symbol (might be valop instead)
7847         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7848         * device/lib/clean.mk: added hc08 to the cleaning list
7849
7850 2003-11-04  Borut Razem <borut.razem AT siol.net>
7851
7852         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7853           made 2003-11-04
7854         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7855           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7856           malloc is declared in standard stdlib.h
7857
7858 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7859
7860         * device/lib/hc08/Makefile: need to clean .rel not .o files
7861         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7862
7863 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7864
7865         * src/port.h,
7866         * src/hc08/main.c,
7867         * src/mcs51/main.c,
7868         * src/ds390/main.c,
7869         * src/z80/main.c,
7870         * src/avr/main.c,
7871         * src/pic/main.c,
7872         * src/pic16/main.c,
7873         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7874         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7875         tests (which uses the port's oclsExpense function)
7876         * src/SDCC.y,
7877         * src/SDCCast.c,
7878         * src/SDCCicode.c,
7879         * src/hc08/gen.c,
7880         * src/ds390/gen.c,
7881         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7882
7883 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7884
7885         * src/SDCCcse.c (ifxOptimize),
7886         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7887         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7888         deleting the IFX iCode.
7889         * src/hc08/ralloc.c: reduced unneeded slocs
7890         * src/hc08/gen.c: fixed bug in asmopToBoolean
7891
7892 2003-11-04  Borut Razem <borut.razem AT siol.net>
7893
7894         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7895           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7896           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7897           transferred to configure
7898
7899 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7900
7901         Use headers defined in the C[++] standards:
7902         * sim/ucsim/gui.src/serio.src/fileio.cc
7903         * sim/ucsim/gui.src/serio.src/frontend.cc
7904         * sim/ucsim/gui.src/serio.src/main.cc
7905         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7906         * support/Util/NewAlloc.c
7907         * as/hc08/lklibr.c
7908         * as/mcs51/lklibr.c
7909         * as/z80/aslist.c
7910         * as/z80/assym.c
7911
7912 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7913
7914         * Added MSVC projects for hc08 assembler and linker:
7915         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7916         /as/hc08/link_hc08.dsp
7917
7918 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7919
7920         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7921
7922 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7923
7924         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7925
7926 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7927
7928         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7929
7930 2003-10-31  Borut Razem <borut.razem AT siol.net>
7931
7932         * support/cpp2/cpplib.h,
7933           support/cpp2/cpplib.c,
7934           support/cpp2/cpplex.c,
7935           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7936           to switch _asm block preprocessing on / off. Default is
7937           #pragma preproc_asm +
7938
7939 2003-10-31  Borut Razem <borut.razem AT siol.net>
7940
7941         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7942           when outputting comment blocks (when executed with -C option) and
7943           _asm (SDCPP specific) blocks
7944
7945 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7946
7947         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7948
7949 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7950
7951         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7952
7953 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7954
7955         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7956         * src/SDCCast.c (decorateType): fixed bug #832664
7957
7958 2003-10-31  Borut Razem <borut.razem AT siol.net>
7959
7960         * support\cpp2\cpplex.c: fixed for SDCPP:
7961           comments(when executed with -C option) and _asm blocks
7962           were included even if they where in skipped #if block.
7963           Applied solution from GCC cpp 3.3.2
7964
7965 2003-10-31  Borut Razem <borut.razem AT siol.net>
7966
7967         * src/SDCC.lex: sdcc now understands both formats:
7968           '# <line_number> <file_name>' and
7969           '#line <line_number> <file_name>'
7970         * support/cpp2/cppmain.c: sdcpp now generates the standard
7971           '# <line_number> <file_name>' instead of former
7972           '#line <line_number> <file_name>'
7973
7974 2003-10-30  Borut Razem <borut.razem AT siol.net>
7975
7976         * support/cpp2/cpphash.h,
7977         * support/cpp2/cpplib.h
7978         * support/cpp2/cpplex.c,
7979         * support/cpp2/cppmain.c,
7980         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7981
7982 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7983
7984         Fixed a number of problems revealed by bug #827883.
7985         * src/SDCCloop.c (loopInvariants): Spill location of the
7986         result operand should be recomputed if extracted from
7987         a loop. Also, don't extract assignments of an iTemp
7988         from a literal.
7989         * src/SDCCast.c (isConformingBody): loop reversal should
7990         not occur if the control variable is involved with a
7991         relational operator.
7992
7993 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7994
7995         * .version: bumped to 2.3.6 to reflect the big improvements
7996         made by Erik and Klaus. Thanks!
7997
7998 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7999
8000         Replaced the livrange code.
8001         * src/SDCClrange.c: added new LR code
8002         * src/SDCCloop.c,
8003         * src/SDCCBBlock.h: removed remainig parts from old LR code
8004         * src/ds390/ralloc.c,
8005         * src/ds390/gen.c: minor fixes to make it work with new code
8006
8007 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * as/hc08/asm.h,
8010         * as/hc08/lkrloc.c,
8011         * src/hc08/gen.c,
8012         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8013         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8014         (tweaked fix for bug #818696)
8015
8016 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8017
8018         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8019
8020 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8021
8022         * src/SDCCmain.c,
8023         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8024         * src/mcs51/gen.c (gencjneshort),
8025         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8026         more efficient (per Scott Bronson's suggestion)
8027
8028 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8029
8030         Extended the semantics of the critical keyword to include
8031         individual statements. See RFE #827755 and #799831
8032         * src/SDCC.y
8033         * src/SDCCicode.c
8034         * src/SDCCopt.c
8035         * src/SDCCast.c
8036         * support/Util/SDCCerr.c
8037         * support/Util/SDCCerr.h
8038         * src/mcs51/gen.c
8039         * src/ds390/gen.c
8040         * src/hc08/gen.c
8041
8042 2003-10-19  Borut Razem <borut.razem AT siol.net>
8043
8044         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8045
8046 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8049         Fixed bug #818696
8050         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8051         and predecrement operand is displayed
8052
8053 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8054
8055         * src/SDCCval.c (valMinus): fixed bug #826041
8056
8057 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8058
8059         Some hc08 related updates that I missed earlier
8060         * sim/ucsim/stypes.h
8061         * support/regression/ports/hc08/spec.mk
8062
8063 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8064
8065         New target "hc08" for the Motorola 68hc08 family of micros
8066
8067         * configure
8068         * configure.in
8069         * Makefile
8070         * src/hc08/*
8071         * src/SDCCmain.c
8072         * src/port.h
8073         * sim/ucsim/hc08.src/*
8074         * sim/ucsim/configure.in
8075         * src/ucsim/configure
8076         * sim/ucsim/packages_in.mk
8077         * as/hc08/*
8078         * as/Makefile
8079         * device/include/mc68hc908qy.h
8080         * device/lib/hc08/*
8081         * device/lib/Makefile.in
8082         * support/regression/ports/hc08/*
8083         * support/regression/Makefile
8084
8085 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8086
8087         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8088         regression test
8089         * src/ds390/gen.c (genCast): fixed bug #821957
8090
8091 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         * device/lib/logf.c: "fixed" overlay bug
8094         * support/regression/ports/host/spec.mk: added m library
8095         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8096         * support/regression/tests/float_trans: added (for Eric)
8097
8098 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8099
8100         * src/mcs51/gen.c (genCpl): fixed bug
8101         http://sf.net/mailarchive/message.php?msg_id=6263915
8102
8103 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8104
8105         * src/SDCCast.c (decorateType): added extended constant folding
8106         * src/SDCCsymt.c (computeType): cleanup
8107         * src/SDCCval.c (valShift): minor optimization
8108         * support/regression/tests/ast_constant_folding.c: added
8109
8110 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8111
8112         * src/SDCCmain.c: removed some unintended changes
8113
8114 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8115
8116         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8117         * src/z80/gen.c: fixed part of bug #817589
8118         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8119
8120 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8121
8122         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8123         * src/SDCCcflow.c
8124         * src/SDCCcse.c
8125         * src/SDCCdflow.c
8126         * src/SDCClabel.c
8127         * src/SDCClrange.c
8128         * src/SDCCmem.c
8129         * src/SDCCopt.c
8130         * src/SDCCpeeph.c
8131         * src/SDCCset.c
8132         * src/avr/ralloc.c
8133         * src/ds390/ralloc.c
8134         * src/izt/ralloc.c
8135         * src/mcs51/ralloc.c
8136         * src/pic/ralloc.c
8137         * src/pic16/ralloc.c
8138         * src/xa51/ralloc.c
8139         * src/z80/ralloc.c
8140         * src/z80/gen.c: removed unused label "release:"
8141
8142 2003-10-06  Borut Razem <borut.razem AT siol.net>
8143
8144         * src/SDCC.lex: removed definition of unused variables
8145           save_optimize and save_options
8146
8147 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8148
8149         * clean.mk: removed '=' in "-maxdepth=1"
8150         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8151         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8152
8153 2003-10-06  Borut Razem <borut.razem AT siol.net>
8154
8155         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8156           my_unput() replaced by unput()
8157
8158 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8159
8160         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8161         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8162         type-punned pointer will break strict-aliasing rules"
8163         Old LR behaviour is again default; Klaus' LR can be choosen by
8164         defining the environment variable LRKLAUS
8165         * src/SDCCBBlock.h
8166         * src/SDCCloop.c
8167         * src/SDCClrange.c
8168         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8169         * clean.mk: fixed removal of files in bin/CVS/
8170         * device/lib/clean.mk: fixed removal of directories small and large
8171         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8172         * src/SDCCicode.c,
8173         * src/SDCCval.c: removed superflous test for pedantic
8174
8175 2003-10-05  Borut Razem <borut.razem AT siol.net>
8176
8177         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8178           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8179           message "unmatched #pragma SAVE and #pragma RESTORE"
8180
8181 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8182
8183         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8184           assembly, critical functions, atomic, nojtbound)
8185
8186 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8187
8188         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8189         * src/SDCCBBlock.h
8190         * src/SDCCloop.c
8191         * src/SDCCloop.h
8192         * src/SDCClrange.c
8193
8194 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8195
8196         * src/z80/gen.h,
8197         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8198         * src/mcs51/gen.h
8199         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8200         * src/ds390/gen.h
8201         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8202         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8203         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8204
8205 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/z80/gen.c (genRet): fixed bug #524753
8208         * src/z80/gen.c (genCast): fixed internal error on cast from
8209         pointer to long
8210         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8211         fix for bug #477835 to the z80
8212         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8213         for tracking iCodes in the peephole optimizer for z80
8214
8215 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8216
8217         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8218         the other part of bug #814548
8219         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8220
8221 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8222
8223         * src/SDCCcse.c: fixed part of bug #814548
8224
8225 2003-09-28  Borut Razem <borut.razem AT siol.net>
8226
8227         * src/asm.c: rewrite of printILine() to use temporary file instead
8228           a pipe
8229         * src/xa51/main.c: commented out declaration of int rewinds
8230
8231 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8234
8235 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8236
8237         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8238         * src/asm.c (printILine): Fixed bug #811015
8239
8240 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8241
8242         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8243         freeing.
8244
8245 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8246
8247         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8248         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8249         to correctly handle general case of AOP_PAIRPTR
8250         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8251
8252 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8253
8254         * src/mcs51/ralloc.c (fillGaps),
8255         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8256         register positioning bug)
8257
8258 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8259
8260         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8261
8262 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8265         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8266         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8267         (ralloc doesn't intentionally do this now, but perhaps later)
8268         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8269         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8270         register positioning bugs (Fixed bug #762602 and #795325)
8271         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8272         (Fixed bug #808779)
8273         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8274         lines that --i-code-in-asm generates
8275
8276 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8277
8278         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8279         trying to fclose a FILE* that was already closed.
8280
8281 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8282
8283         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8284         of const struct should be treated as if const themselves)
8285
8286 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8287
8288         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8289
8290 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8291
8292         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8293         Unix (/n) and DOS (/r/n) line terminations.
8294
8295 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8298         bug #613775
8299
8300 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8301
8302         * src/mcs51/gen.c (genFunction, genEndFunction),
8303         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8304         and restore of EA so that stack offsets to parameters are
8305         correct when using both critical and reentrant/stack-auto.
8306         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8307         size (can be triggered in error if sloc is shared between
8308         different sized objects)
8309         * device/include/float.h: fixed macros to explicitly use
8310         unsigned long where needed
8311
8312 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8313
8314         Feature req. 799831: added code to allow nesting of critical functions
8315         * src/mcs51/gen.c (genFunction, genEndFunction)
8316         * src/ds390/gen.c (genFunction, genEndFunction)
8317
8318 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8319
8320         * src/SDCCsymt.c (sclsFromPtr),
8321         * src/SDCCsymt.h,
8322         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8323         support for standard C idiom of memory mapped variables; for
8324         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8325         to xdata int at 0x1234 tempvar = 1.
8326         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8327         provided by Akiya ISHIDA
8328
8329 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8330
8331         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8332         * src/SDCCval.c (constVal): added reduction from int to char
8333         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8334         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8335         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8336         to ignore the sign
8337         * support/regression/tests/shifts.c: fixed
8338
8339 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8340
8341         * src/z80/gen.c (genXor): Fixed bug #805445
8342
8343 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8344
8345         Fixed bug #621531 (const & volatile confusion in the type chain).
8346         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8347         refer to the const or volatile state of the pointer itself.
8348
8349         * src/SDCCast.c
8350         * src/SDCCglue.c
8351         * src/SDCCicode.c
8352         * src/SDCCsymt.c
8353         * src/SDCCval.c
8354         * src/SDCC.y
8355         * src/SDCCsymt.h
8356         * src/pic/gen.c
8357         * src/pic/ralloc.c
8358         * src/pic16/gen.c
8359         * src/pic16/ralloc.c
8360         * support/regression/tests/const.c
8361
8362 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8363
8364         When checking for duplicated modules, use absolute paths
8365         instead of relative paths.  Files changed:
8366
8367         * as/mcs51/lklib.c
8368         * link/z80/lklib.c
8369
8370 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8371
8372         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8373
8374 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8375
8376         * device/include/string.h: added size_t typedef, changed
8377         prototypes to use size_t, eliminated separate reentrant and
8378         non-reentrant declarations, added _memmove declaration
8379         * device/lib/_memcpy.c: changed to use size_t instead of int,
8380         changed /4 to >>2 to avoid division library call
8381         * device/lib/_memcmp.c,
8382         * device/lib/_memset.c,
8383         * device/lib/_strncat.c,
8384         * device/lib/_strncpy.c,
8385         * device/lib/_strncmp.c: changed to use size_t instead of int
8386         * device/lib/_memmove.c: new file (fixed bug #772294)
8387         * device/lib/Makefile.in: added _memmove.c
8388         * device/lib/z80/asm_strings.s: fixed bug #772290
8389         * support/regression/tests/bitfields.c: attempt to fix host assertion
8390         failure on amd64-unknown-linux2.2
8391
8392 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8393
8394         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8395         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8396         * as/z80/asmain.c (main): fixed bug #801766
8397
8398 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8399
8400         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8401         compilers
8402
8403 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8404
8405         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8406         reported in bug #800609
8407
8408 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8409
8410         * Top header beautifications in src/pic16 directory:
8411           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8412           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8413           pcoderegs.h, ralloc.c, ralloc.h
8414         * main.c: added top header and GPL license notice
8415         * pcode.c: fixed the if-conditional warning
8416
8417 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8418
8419         * device/lib/_mullong.c: replaced int by short for gcc
8420
8421 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8424         and JUMPTABLE iCodes properly now (worked by accident before)
8425         * src/mcs51/gen.c (leftRightUseAcc),
8426         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8427         iCode properly now. Use getSize instead of nRegs since a & b
8428         aren't part of the nRegs tally.
8429
8430 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8431
8432         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8433         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8434           before instructions that use the _STATUS register
8435
8436 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8437
8438         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8439         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8440         fetching of the pointer
8441         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8442         copied from genNearPointerSet()
8443         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8444         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8445         If they pop r0/r1 they must be called in the opposite order than aopOp().
8446         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8447         (resp. --stack-auto), prepared for --xstack
8448
8449 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8450
8451         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8452
8453 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8454
8455         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8456         these ports have their own __sdcc_external_start()
8457
8458 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8459
8460         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8461         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8462         type for bits was changed. It resulted in bit variables becoming
8463         global, which is not permitted in PIC 14 assembly output.
8464
8465 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8466
8467         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8468
8469 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8470
8471         Z80 and MCS51 linkers complaint if a public symbol is defined
8472         in more than one library module:
8473
8474         * as/mcs51/lklib.c
8475         * link/z80/lklib.c
8476         * as/mcs51/Makefile.in
8477
8478 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8479
8480         A few small changes that speed up the peephole optimizer.
8481
8482         * src/SDCCpeeph.c
8483
8484 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8485
8486         Try to make the peephole optimizer smarter by maintaining
8487         an association between the assembly source code and the
8488         iCodes that originated them. Put this information to use
8489         with a new peephole rule condition "notVolatile" so that
8490         the rules can be aggressive yet still safe.
8491
8492         * src/SDCCpeeph.c
8493         * src/SDCCpeeph.h
8494         * src/mcs51/gen.c
8495         * src/mcs51/peeph.def
8496
8497 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8498
8499         Fixed bug #741761
8500
8501         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8502         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8503         if the left or right operand symbols have the accuse flag set.
8504
8505 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8506
8507         Changed the type of the result of the ! (NOT) operator to char;
8508         previously it returned the same type as the source. This allows
8509         us to eliminate all the genFloatNot functions (all of its target
8510         implementations were very buggy) since !float can use the same
8511         code as !long now.
8512
8513         * src/SDCCicode.c (ast2iCode): ! returns char
8514         * src/mcs51/gen.c (genNot, genNotFloat),
8515         * src/ds390/gen.c (genNot, genNotFloat),
8516         * src/z80/gen.c (genNot, genNotFloat),
8517         * src/pic/gen.c (genNot, genNotFloat),
8518         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8519
8520 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8521
8522         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8523         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8524            during interrupts. Ensure WSAVE is located at a shared bank address.
8525         2. Fixed page selection in some places
8526         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8527            the registers name strings.
8528         4. Fixed "signed / unsigned compare" compiler warnings.
8529         5. The PIC port manages its own allocation of the general purpose
8530            registers, but makes no attempt to reuse them. As a result when
8531            compiling it soon runs out of general purpose registers. Some
8532            additional code was added to the files pcode.c and device.c to walk
8533            through the function call tree and rename the registers so that they
8534            get reused.
8535
8536         * src/pic/device.c
8537         * src/pic/gen.c
8538         * src/pic/glue.c
8539         * src/pic/pcode.c
8540         * src/pic/pcode.h
8541         * src/pic/ralloc.c
8542         * src/pic/ralloc.h
8543         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8544         genPlus() & genMinus() when the result is the same as left or right
8545
8546 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8547
8548         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8549
8550 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8551
8552         Made bitfield a distinct type from bit so that bitfields
8553         convert as per ANSI C and bits retain their traditional
8554         boolean style behaviour. Implemented bitfield support in
8555         the z80 port.
8556
8557         * src/SDCCsymt.h,
8558         * src/SDCCsymt.c,
8559         * src/SDCCast.c,
8560         * src/cdbFile.c,
8561         * src/mcs51/gen.c,
8562         * src/ds390/gen.c: bit v bitfield split
8563         * src/z80/gen.c: New support for bitfields
8564         * support/regression/tests/bitfields.c: reenabled z80,
8565         added more tests
8566
8567 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8568
8569         Rules 246.x, 247.x relate to bitfields, the others speed up
8570         access to xdata mapped I/O devices.
8571
8572         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8573
8574 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8575
8576         Cleaned up genPackBits and genUnpackBits and added two helper
8577         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8578         for literal assignments in genPackBits (thanks to Frieder for
8579         reminding me).
8580
8581         * src/mcs51/gen.c
8582         * src/ds390/gen.c
8583
8584 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8585
8586         Fixed bug #748310 (pointer to function type mishandled when the
8587         function name is omitted). Also fixed a SIGSEGV when a function
8588         attribute (reentrant, etc) is used on a non-function or on a
8589         function but misplaced before the parameter list.
8590
8591         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8592         bug #748310
8593         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8594         * support/Util/SDCCerr.h,
8595         * support/Util/SDCCerr.c: Added func attr misuse error msg
8596
8597 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         Fixed bug #787649 by anonymous
8600         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8601         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8602
8603 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8604
8605         Fixed numerous bitfield problems.
8606
8607         * src/SDCC.y: More bitfield related error checking
8608         * src/SDCCsymt.h,
8609         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8610         * support/Util/SDCCerr.h,
8611         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8612         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8613         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8614         * support/regression/tests/bitfields.c: tests added
8615
8616 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8617
8618         Made the constant following the "interrupt" keyword optional. If
8619         omitted, the function will not automatically be given an entry
8620         in the interrupt vector table (similar to #pragma NOIV, but
8621         less syntacticly kludgy). The interrupt number is also now
8622         range checked. Also fixed a bug in the high order bit example
8623         in the manual.
8624
8625         * src/SDCC.y
8626         * src/SDCCmem.c
8627         * src/SDCCglue.c
8628         * src/SDCCsymt.h
8629         * support/Util/SDCCerr.c
8630         * support/Util/SDCCerr.h
8631         * doc/sdccman.lyx
8632
8633 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8634
8635         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8636         * src/SDCCicode.c (operandOperation): rewritten some ops
8637         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8638         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8639         other type
8640         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8641         be re-activated by defining REDUCE_LITERALS)
8642         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8643         unsigned, but are signed by default
8644         * src/SDCCval.c (constVal): rearranged
8645         * src/SDCCval.c (valMod): preliminary fix
8646         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8647         * support/regression/literalop.c: added, work in progress
8648
8649 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8650
8651         Generate warnings for useless declarations like "char data;"
8652         that don't do what new users expect.
8653
8654         * src/SDCC.y
8655         * support/Util/SDCCerr.h
8656         * support/Util/SDCCerr.c
8657
8658 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8659
8660         * src/SDCCval.c (valMult): fix overflow detection of negative int
8661
8662 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8663
8664         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8665
8666         Changes to support big endian targets:
8667
8668         * src/ports.h
8669         * src/SDCCglue.c
8670         * src/avr/main.c
8671         * src/ds390/main.c
8672         * src/izt/i186.c
8673         * src/mcs51/main.c
8674         * src/pic/main.c
8675         * src/pic16/main.c
8676         * src/xa51/main.c
8677         * src/z80/main.c
8678
8679 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8682         * device/lib/time.c: fixed warning "integer overflow in expression"
8683
8684 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8685
8686         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8687         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8688         constants are unsigned; added recognition of "u" flag for unsigned
8689         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8690         * src/SDCCval.c (valDiv, valMod): fixed signdness
8691         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8692         signedness of modulo, left and right shift
8693         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8694         * support/Util/SDCCerr.h: added warning W_INT_OVL
8695         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8696         * src/SDCCast.c (ast_print): improved output of constants
8697
8698 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8699
8700         Fixed some warnings when building with MSVC:
8701
8702         * as\mcs51\asdata.c
8703         * as\z80\asdata.c
8704         * as\mcs51\asm.h
8705         * as\z80\asm.h
8706         * link\z80\aslink.h
8707         * link\z80\lkdata.c
8708         * link\z80\lkeval.c
8709         * link\z80\lkgb.c
8710         * link\z80\lkihx.c
8711         * link\z80\lks19.c
8712         * link\z80\lksym.c
8713         * support\cpp2\cpplib.c
8714         * src\ds390\gen.c
8715         * src\mcs51\gen.c
8716
8717 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8718
8719         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8720
8721 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8722
8723         * support\librarian\clean.mk: Do not remove Makefile.
8724         * support\librarian\Makefile: added.
8725
8726 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8727
8728         Added librarian to MSVC build:
8729         * all.dsp
8730         * sdcc.dsw
8731         * support\librarian\librarian.dsp
8732
8733         'configure' not needed for librarian, removed:
8734         * support\librarian\configure
8735         * support\librarian\configure.in
8736         * support\librarian\config_in.h
8737         * support\librarian\Makefile.in
8738
8739         Hopefully these ones built the librarian and the rest of sdcc properly:
8740         * Makefile
8741         * Makefile.common.in
8742
8743         Messed up 'configure', so revert to previous version:
8744         * configure
8745         * configure.in
8746
8747 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8748
8749         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8750         there, while the mantissa of a double is "only" 53 bits wide.
8751
8752 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8753
8754         Adding sdcclib to the build.  MSVC project coming soon.
8755         Files added/changed:
8756
8757         * support\librarian\clean.mk
8758         * support\librarian\configure
8759         * support\librarian\configure.in
8760         * support\librarian\config_in.h
8761         * support\librarian\Makefile.bcc
8762         * support\librarian\Makefile.in
8763         * support\librarian\sdcclib.c
8764         * Makefile.bcc
8765         * Makefile
8766         * Makefile.common.in
8767         * configure
8768         * configure.in
8769
8770 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8771
8772         Linker now complaints if linked modules have conflicting options, for
8773         example, one compiled using --model-large and another one compiled with
8774         --model-small.  The following files were modified:
8775
8776         * as\mcs51\asdata.c
8777         * as\mcs51\aslink.h
8778         * as\mcs51\asm.h
8779         * as\mcs51\asmain.c
8780         * as\mcs51\asout.c
8781         * as\mcs51\i51pst.c
8782         * as\mcs51\lkdata.c
8783         * as\mcs51\lklibr.c
8784         * as\mcs51\lkmain.c
8785         * as\z80\asdata.c
8786         * as\z80\asm.h
8787         * as\z80\asmain.c
8788         * as\z80\asout.c
8789         * as\z80\z80pst.c
8790         * link\z80\aslink.h
8791         * link\z80\lkdata.c
8792         * link\z80\lklibr.c
8793         * link\z80\lkmain.c
8794         * src\SDCCglue.c
8795
8796 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8797
8798         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8799         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8800
8801 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8802
8803         * src/z80/mappings.i: fix _mul[us][int,long] entries
8804
8805 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8806
8807         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8808
8809 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8810
8811         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8812         * support/regression/tests/bitopcse.c: added
8813         fixed warning:
8814         * src/avr/gen.c:
8815         * src/pic/gen.c:
8816         * src/pic16/gen.c:
8817         * src/z80/gen.c:
8818         * src/xa51/gen.c:
8819
8820 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8821
8822         added support for new library format to z80, gbz80 linkers:
8823         *link/z80/aslink.h
8824         *link/z80/lklex.c
8825         *link/z80/lklib.c
8826         *link/z80/lklist.c
8827
8828 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8829
8830         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8831         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8832
8833 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         added DUMMY_READ_VOLATILE:
8836         * src/SDCC.y:
8837         * src/avr/gen.c:
8838         * src/xa51/gen.c:
8839         * src/z80/gen.c:
8840         * src/pic/gen.c:
8841         * src/pic16/gen.c:
8842         * src/mcs51/gen.c:
8843         * src/ds390/gen.c:
8844         * src/SDCCcse.c (algebraicOpts): many improvements
8845         * src/SDCCcse.h: removed algebraicOpts()
8846         * src/SDCCicode.c (picDummyRead): added
8847
8848 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8849
8850         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8851         "Insufficient space in data memory".
8852
8853 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8854
8855         * src/mcs51/gen.c: fixed bug #771358
8856         * src/z80/gen.c: fixed bug #759087
8857
8858 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8859
8860         * src/pic16/glue.c: minor cleanup by Vangelis
8861
8862 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8863
8864         * device/include/regc515c.h: fixed #758477
8865         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8866         * device/lib/_gptrput.c: saved a few bytes
8867         * my tab spacing is 8, yours too?)
8868         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8869         * device/lib/serial.c: process RX bytes earlier than TX bytes
8870         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8871
8872 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8873
8874         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8875
8876 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8877
8878     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8879
8880 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8881
8882         * device/lib/Makefile.in: bad fix, reverted to 1.43
8883
8884 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8885
8886         * device/lib/Makefile.in: added missing z80 object files
8887
8888 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8889
8890         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8891         pic16 progress by Vangelis:
8892         * src/SDCCglobl.h:
8893         * src/SDCCmain.c:
8894         * src/pic/Makefile:
8895         * src/pic:
8896         * pic/Makefile:
8897         * pic16/device.c:
8898         * pic16/device.h:
8899         * pic16/gen.c:
8900         * pic16/gen.h:
8901         * pic16/genarith.c:
8902         * pic16/glue.c:
8903         * pic16/main.c:
8904         * pic16/pcode.c:
8905         * pic16/pcode.h:
8906         * pic16/pcodepeep.c:
8907         * pic16/peeph.def:
8908
8909 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8910
8911     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8912
8913 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8914
8915     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8916     added gbz80 build to MSVC project.
8917     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8918     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8919     from 8051 stuff and setup so it links using a .lnk file.
8920
8921 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8922
8923     * support/librarian/sdcclib.c: sdcc librarian.
8924     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8925     with sdcclib.
8926
8927 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8928
8929     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8930
8931 2003-07-02  Borut Razem <borut.razem AT siol.net>
8932
8933         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8934         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8935         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8936         src/xa51/main.c, src/z80/main.c:
8937         virtualization of glue() function: each port has it's own glue function,
8938         which is accessed by do_glue function pointer in PORT.general structure
8939
8940 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8941
8942         * DS800C400 fun, improved ROM interface and tinibios.
8943
8944 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8945
8946         * More support for DS80C400. Now includes beginning of interface to ROM.
8947
8948 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8949
8950         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8951
8952 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8953
8954         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8955
8956 2003-06-19  Borut Razem <borut.razem AT siol.net>
8957
8958         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8959
8960 2003-06-19  Borut Razem <borut.razem AT siol.net>
8961
8962         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8963         fixed Z80 port - crt0.o: cannot open.
8964
8965 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8966
8967         * support/Util/MySystem.c (merge_command): revert bad fix
8968
8969 2003-06-18  Borut Razem <borut.razem AT siol.net>
8970
8971         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8972
8973 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8974
8975         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8976         option --use-stdout sends errors to stdout instead of stderr.
8977
8978 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8979
8980         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8981
8982 2003-06-15  Borut Razem <borut.razem AT siol.net>
8983
8984         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8985         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8986         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8987         fixed width array of pointers replaced with sets;
8988         multiple include and lib paths ared transferred to preprocessor and linker
8989         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8990         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8991         fixed width array of pointers
8992         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8993         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8994         fixupPath(), getPathDifference()
8995         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8996         fixed width array of pointers
8997
8998 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8999
9000         * src/pic16/ralloc.c: fix warnings
9001         * src/pic16/pcode.c: fix warning
9002
9003 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9004
9005          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9006         know all the details, but essentially this set of changes enable
9007         the pic16 port to generate movff instructions and generate assembler
9008         directives,
9009         * src/SDCCmain.c:
9010         * src/pic16/gen.c:
9011         * src/pic16/glue.c:
9012         * src/pic16/pcode.c:
9013         * src/pic16/device.c:
9014         * src/pic16/main.c:
9015         * src/pic16/pcode.h:
9016         * src/pic16/pcoderegs.c:
9017         * src/pic16/ralloc.c:
9018         * src/pic16/ralloc.h:
9019
9020 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9021
9022         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9023         added option --vc, so sdcc errors and warnings are compatible with
9024         Microsoft Visual Studio.
9025
9026 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9027
9028         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9029           device/lib/libfloat.lib: added atof function.
9030
9031 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9032
9033         * doc/sdccman.lyx: updated to Lyx 1.3
9034         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9035         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9036         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9037
9038 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9041
9042 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9043
9044         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9045           additions to the "related tools/documentation" section
9046
9047 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9048
9049         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9050
9051 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9052
9053         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9054         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9055
9056 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9057
9058         * doc/sdccman.lyx: fix double dash and other minor things
9059         * doc/Makefile: fix double dash
9060
9061 2003-05-28  Karl Bongers(patches from Martin Helmling)
9062         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9063           condition and ignore commands.
9064
9065 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9066
9067         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9068           is in parts still quite out of date, I did changes as far as I felt makes sense
9069           for a non-native english speaker.
9070           Please feel free to add to the manual or to correct my changes.
9071         * doc/Makefile: undid touching the date of intermediate tex files.
9072
9073 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9074
9075         * doc/sdccman.lyx: Manual has an index now
9076
9077 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9078
9079         Finalize muluint/mulsint and mululong/mulslong merging:
9080         * device/lib/_mulint.c
9081         * device/lib/_mullong.c
9082         * device/lib/gbz80/mul.s
9083         * device/lib/gbz80/stubs.s
9084         * device/lib/z80/mul.s
9085         * device/lib/z80/stubs.s
9086         * src/SDCCsymt.c (initCSupport)
9087
9088 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9089
9090         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9091         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9092           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9093           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9094           instead of /Zm500.
9095
9096 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9097
9098         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9099           the regression tests I'm not brave enough to enable 245.b, 245.c
9100         * doc/sdccman.lyx: added latex preamble for hyperref package.
9101           Using pdflatex this will give you a hyperlinked pdf file with
9102           bookmarks. (prepend '%' before /usepackage if this breaks something)
9103
9104 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9105
9106          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9107
9108 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9109
9110         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9111
9112 2003-05-21    <johan AT balder>
9113
9114         * src/SDCCglue.c (printIval): fixed bug #739934
9115
9116 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9117
9118         Applied patch from bug 737905 (renamed yylineo to mylineno):
9119         * src/altlex.c
9120         * src/SDCCast.c
9121         * src/SDCglobl.h
9122         * src/SDCC.lex
9123         * src/SDCCsymt.c
9124         * src/SDCCval.c
9125         * src/pic16/pcode.c: Cleaned warnings
9126         * src/pic16/pcodeflow.c: Cleaned warnings
9127         * src/pic16/pcoderegs.c: Cleaned warnings
9128
9129 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9130
9131         * src/pic16/pcode.c: Cleaned warnings
9132         * src/pic16/pcodepeep.c: Cleaned warnings
9133         * src/pic16/ralloc.c: Cleaned warnings
9134
9135 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9136
9137         * doc/sdccman.lyx: fixed bug 739745
9138         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9139
9140 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9141
9142         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9143         it can be defined with CFLAGS when running configure
9144         * src/SDCCmain.c: fixed compiling + linking with object files
9145
9146 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9147
9148         * configure.in: configure for pic16 port,
9149             added --disable-pic16-port
9150         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9151         * src/SDCCmain.c: linkOptions is changed to set *,
9152             added if/endif conditional macros to remove options help
9153             messages from optionsTable when a port is not configured, added
9154             support for the PIc16 port in the ports table, when executing
9155             the compiler with no port specified on command line, a default
9156             port is selected with the new macro DEFAULT_PORT which is
9157             defined in port.h, in setDefaultOptions() linkOptions is removed
9158             from initialization assignment, since now it is a set,
9159             parseCmdLine uses setParseWithComma for linkOptions, in
9160             linkEdit() linkOptions are accessed with new function indexSet()
9161             which returns the i'th item of a set variable. See SDCCset.c, in
9162             linkEdit() when calling buildCmdLine(), added linkOptions as
9163             last argument. Now users can pass arguments to gplink via the
9164             -Wl option, main() uses pic16glue() to glue up pic16 programs
9165         * src/SDCCpeeph.c: various changes to support pic16
9166         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9167             return the i'th item of the set
9168         * src/SDCCset.h: added function prototype for indexSet()
9169         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9170         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9171         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9172             added macro DEFAULT_PORT
9173         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9174         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9175             generated
9176         * src/pic16/glue.c: commented out some error producing lines
9177         * src/pic16/main.c: __config directives are commented out to stop
9178             gpasm complaining and test the linkage with gplink, _linkCmd and
9179             _asmCmd changed to be more gplink and gpasm friendly
9180         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9181             produced an error when parsed, peep rule 12 is added to utilize
9182             movff, but it is commented out since the pCode does not support
9183             yet a command with 2 address arguments
9184
9185 2003-05-18    <johan AT balder>
9186
9187         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9188         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9189 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9190
9191         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9192   Added feature to script commands from file.
9193
9194 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9197         * src/SDCCutil.c: include ctype.h for win32
9198
9199 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9200
9201         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9202
9203 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9204
9205         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9206   Fixed so you can set breakpoints prior to run, run does not stop
9207   on entry now.  Add tbreak.  Other enhancements and fixes for use
9208   with ddd.
9209
9210 2003-05-12  Borut Razem <borut.razem AT siol.net>
9211
9212         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9213
9214 2003-05-11  Borut Razem <borut.razem AT siol.net>
9215
9216         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9217         the path of bin directory, so that PATH is the only env. variable, which has to be set
9218         in case of standard installation.
9219         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9220         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9221         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9222
9223 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9224
9225         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9226         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9227         temp files are in the port dir; clean the gen/test directory when
9228         generating new test.c
9229         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9230         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9231         * support/regression/tests/zeropad.c: added
9232
9233 2003-05-09    <johan AT balder>
9234
9235         * src/SDCCglue.c: fixed bug #597940
9236
9237 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9238
9239         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9240   cache sfr, optimize next,step, fix off by one sourceline,
9241   support ddd list function.
9242         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9243
9244 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9245
9246         * support/regression/HTMLgen.py: added compare_s2f()
9247         * support/regression/Makefile: redo 1.27
9248         * support/regression/generate-cases.py: redo 1.5
9249
9250 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9251
9252         * support/regression/tests/float.c: workaround 33 bit hex constant
9253         * support/regression/tests/simplefloat.c: fix division for host
9254
9255 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9256
9257         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9258         that tame's the PIC's over-aggressive optimizer.
9259
9260 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9261
9262          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9263          support for MSVC.
9264
9265 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9266
9267         Initial support for DS80C400. "Hello world" runs on TINIm400
9268         (with polled I/O).
9269
9270 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9271
9272          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9273          * Some notes on ddd usage added in debugger/README
9274          Martin Helmling adding more features and fixes for ddd GUI debugger.
9275          Code added for nexti, stepi, up, down, and other adjustments.
9276
9277 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9278
9279         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9280         * src/pic/peeph.def Added two rules to optimize carry manipulation
9281         * src/pic/* removed debug printfs
9282
9283 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9284
9285         * debugger/mcs51/cmd.c: added header newalloc.h
9286
9287 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9288
9289         * as/Makefile: new EXEEXT
9290         * as/z80/Makefile: remove trailing slash of BUILDIR
9291         * as/z80/clean.mk: new EXEEXT
9292         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9293         * support/cpp2/Makefile.in: new EXEEXT
9294         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9295
9296 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9297
9298         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9299         EXEEXT was introduced to fix all related problems with targets
9300         "clean", "install" and "uninstall"; a couple of further flaws
9301         especially with "clean" have been fixed too
9302         * as/mcs51/Makefile.in
9303         * as/mcs51/clean.mk
9304         * as/z80/Makefile
9305         * Makefile
9306         * clean.mk
9307         * debugger/mcs51/Makefile.in
9308         * debugger/mcs51/clean.mk
9309         * link/z80/Makefile
9310         * link/z80/Makefile.in
9311         * link/z80/clean.mk
9312         * link/Makefile
9313         * packihx/Makefile.in
9314         * packihx/clean.mk
9315         * sim/ucsim/Makefile
9316         * sim/ucsim/clean.mk
9317         * sim/ucsim/avr.src/Makefile.in
9318         * sim/ucsim/avr.src/clean.mk
9319         * sim/ucsim/s51.src/Makefile.in
9320         * sim/ucsim/s51.src/clean.mk
9321         * sim/ucsim/xa.src/Makefile.in
9322         * sim/ucsim/xa.src/clean.mk
9323         * sim/ucsim/z80.src/Makefile.in
9324         * sim/ucsim/z80.src/clean.mk
9325         * sim/ucsim/main_in.mk
9326         * sim/ucsim/packages_in.mk
9327         * sim/ucsim/gui.src/Makefile.in
9328         * sim/ucsim/gui.src/serio.src/Makefile.in
9329         * sim/ucsim/gui.src/serio.src/clean.mk
9330         * src/Makefile.in
9331         * src/clean.mk
9332         * support/cpp2/Makefile.in
9333         * support/cpp2/clean.mk
9334         * support/makebin/Makefile
9335         * support/makebin/clean.mk
9336         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9337         * doc/sdccman.lyx: --program-suffix no longer needed
9338
9339 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9340
9341          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9342          Martin Helmling added support for ddd GUI debugger.
9343          Code added to display assembly, set variables, and other commands
9344          to interface to ddd.
9345
9346 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9347
9348         * as/Makefile: fix target clean
9349         * as/clean.mk: fix target clean
9350         * as/z80/clean.mk: fix target clean
9351
9352 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * Makefile.common.in: added  AT EXEEXT AT
9355         * configure.in: removed all mingw32 stuff
9356         * configure: rebuilt from configure.in
9357         * doc/sdccman.lyx: updated section "installation"
9358         * support/scripts/sdcc_mingw32: adapted to configure
9359         * support/scripts/sdcc_cygwin_mingw32: added
9360
9361 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9362
9363         * src/pic Added object file support for the PIC port
9364         * src/pic Applied patch from Craig Franklin (this started the object file support)
9365         * src/regression Updated the PIC regression tests for object files
9366
9367 2003-04-20  Borut Razem <borut.razem AT siol.net>
9368
9369         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9370           lklex.c: In function `getfid':
9371           lklex.c:203: warning: array subscript has type `char'
9372         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9373           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9374         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9375           stack handling macros
9376
9377 2003-04-19  Borut Razem <borut.razem AT siol.net>
9378
9379         * "handling space characters in file path" task:
9380         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9381         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9382         * support/Util/MySystem.h: make it self-sufficient
9383         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9384           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9385           handling space characters in file path
9386         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9387           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9388         * support/Util/MySystem.c: handling space characters in executable's path
9389
9390 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9391
9392         * as/z80/Makefile: fix permanent rebuild of z80
9393         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9394         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9395
9396 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9397
9398         * src/SDCCopt.c: add special case optimization to replace modulo by
9399           a power of two with a bitwise AND.
9400
9401 2003-04-18    <johan AT balder>
9402
9403         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9404
9405 2003-04-17    <johan AT balder>
9406
9407         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9408         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9409
9410 2003-04-13  Borut Razem <borut.razem AT siol.net>
9411
9412         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9413         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9414           fixed mingw problem in adl_NORMALIZE_PATH
9415
9416 2003-04-12  Borut Razem <borut.razem AT siol.net>
9417
9418         * fixed "#pragma SAVE/RESTORE can not be nested":
9419         * src/SDCC.lex: reworked pragma handling functions
9420         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9421         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9422
9423 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * src/SDCCutil.c (pathEquivalent): defined but not used
9426         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9427         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9428         * configure: rebuilt from configure.in
9429         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9430         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9431         * device/include/Makefile.in: replace sdcc_datadir
9432         * device/lib/Makefile.in: replace sdcc_datadir
9433         * Makefile.common.in: add LDFLAGS from configure
9434         * packihx/Makefile.in: use LDFLAGS
9435         * src/Makefile.in: use LDFLAGS
9436         * support/cpp2/Makefile.in: add LDFLAGS from configure
9437         * support/makebin/Makefile: use LDFLAGS
9438         * .version: bumped version number to 2.3.5
9439
9440 2003-04-12  Borut Razem <borut.razem AT siol.net>
9441
9442         * completed "different paths" task:
9443         * src/SDCCmacro.c: fixed bug in handling quotes
9444         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9445         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9446
9447 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9448
9449         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9450
9451 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9452
9453         * ds390/gen.c ds390/peeph.def: fix bug 706781
9454
9455 2003-04-11  Borut Razem <borut.razem AT siol.net>
9456
9457         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9458
9459 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9460
9461         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9462         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9463          set - this bit used to not be set...).
9464         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9465           bad code in PIC Port
9466         * src/regression/and2.c added to test bug 609268
9467         * src/regression/Makefile added and2.c to regression test
9468
9469
9470 2003-04-08    <johan AT CP255758-A>
9471
9472         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9473         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9474         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9475
9476 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9477
9478         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9479         fix bug #487815
9480         * support/cpp2/Makefile.in: fix bug #487815
9481         * configure: rebuilt from configure.in
9482         * Makefile.common.in: docdir changed, new path suffixes
9483         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9484         * sdcc_vc_in.h: reflect changes from sdccconf.h
9485         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9486         * src/SDCCutil.h: remove BINDIR hack
9487         * doc/sdccman.lyx: update new path hierarchy
9488
9489 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9490
9491         * src/SDCCpeeph.c: added okToRemoveSLOC test
9492
9493 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9494
9495         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9496
9497 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9498
9499         * src/SDCCpeeph.c: added labelIsReturnOnly test
9500         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9501
9502 2003-04-05    <johan AT balder>
9503
9504         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9505         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9506         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9507         * src/SDCCast.c: fixed a warning
9508         * src/SDCCast.h: fixed a warning
9509         * src/SDCCicode.c (operandFromAst): fixed a warning
9510
9511 2003-04-04    <johan AT balder>
9512
9513         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9514         * src/SDCCast.c (decorateType): fixed bug #715076
9515         * src/SDCC.y: fixed bug #702907
9516
9517 2003-04-03    <johan AT balder>
9518
9519         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9520         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9521         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9522         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9523         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9524
9525 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9526
9527         * _decdptr.c: fix return values
9528         * _gptrget.c: fix return values
9529         * _gptrgetc.c: fix return values
9530         * _gptrput.c: fix return values
9531         * _mulint.c: fix return values
9532         * as/z80/Makefile: fix 'make -j' problem
9533
9534 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9535
9536         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9537         * configure.in: big cleanup, updated to autoconf 2.5x
9538         * configure: rebuilt from configure.in
9539         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9540         * sdcc_vc_in.h: reflect changes from sdccconf.h
9541         * doc/Makefile: fixed a flaw in "make install"
9542
9543 2003-04-02    <johan AT balder>
9544
9545         * src/ds390/gen.c (genCmp): no comments
9546         * src/mcs51/gen.c (genCmp): no comments
9547         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9548         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9549
9550 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         * support/regression/generate-cases.py: place generated file in given sub directory
9553         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9554         * support/regression/Makefile: improvements for 'make -j';
9555         side effect: it's simpler and faster now
9556
9557 2003-03-31  Borut Razem <borut.razem AT siol.net>
9558
9559         * src/z80/main.c: link-{port} and as-{port} defined without path
9560         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9561
9562 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9563
9564         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9565
9566 2003-03-30  Borut Razem <borut.razem AT siol.net>
9567
9568         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9569           changed type of list parameter to set
9570         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9571         * src/port.h: changed type of do_assemble() parameter to set
9572         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9573           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9574           definition of "cppoutfilename" macro with NULL value in preProcess()
9575         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9576         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9577         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9578           replaced with set *binPathSet
9579         * shash_add() deallocates the item, if allready exsists, before adding the new one
9580         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9581
9582 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9583
9584         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9585           a nested for loop bug in the PIC port
9586         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9587           for loops
9588
9589 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9590
9591         * support/Util/dbuf.h: remove C++ stuff to make it portable
9592
9593 2003-03-28  Borut Razem <borut.razem AT siol.net>
9594
9595         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9596           literal strings in stringLiteral()
9597         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9598         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9599           to the project
9600
9601 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9602
9603         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9604
9605 2003-03-26    <johan AT balder>
9606
9607         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9608         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9609         * src/SDCCast.c (decorateType): fixed " -v < 3"
9610
9611 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9612
9613         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9614         Added Lenny Story's debug infrastructure changes:
9615         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9616         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9617         * src/cdbFile.c: added
9618         * src/SDCCdebug.c: added
9619         * src/SDCCdebug.h: added
9620         * src/SDCCast.c (createFunction)
9621         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9622         * src/SDCCmain.c (parseCmdLine, main)
9623         * src/SDCCmem.c (redoStackOffsets)
9624         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9625         * src/SDCCsymt.h
9626         * src/common.h
9627         * src/avr/gen.c (genAVRCode)
9628         * src/ds390/gen.c (gen390Code)
9629         * src/mcs51/gen.c (gen51Code)
9630         * src/pic/gen.c (genpic14Code)
9631         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9632         * src/xa51/gen.c (genXA51Code)
9633         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9634
9635 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9636
9637         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9638         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9639
9640 2003-03-22    <johan AT balder>
9641
9642         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9643
9644 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9645
9646         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9647         * doc/cdbfileformat.lyx: added, written by Lenny Story
9648         * doc/Makefile: added cdbfileformat.lyx
9649         * doc/clean.mk: added cdbfileformat.lyx
9650
9651 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * src/mcs51/peeph.def: fix bug #705773
9654
9655 2003-03-20    <johan AT balder>
9656
9657         An sfr/sbit can have an "at #" AND an initializer
9658         * src/SDCCsymt.c (checkSClass):
9659         * src/SDCCmem.c (allocGlobal):
9660         * src/SDCCmem.c (allocLocal):
9661         * src/SDCCast.c (createBlock):
9662
9663 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9664
9665         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9666
9667 2003-03-16    <johan AT balder>
9668
9669         Undid the hackup of const and volatile, the problem is much bigger
9670         * src/SDCC.y:1.65
9671         * src/SDCCast.c:1.171
9672         * src/SDCCglue.c:1.138
9673         * src/SDCCicode.c:1.146
9674         * src/SDCCsymt.c:1.150
9675         * src/SDCCval.c:1.65
9676
9677 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9678
9679         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9680         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9681
9682 2003-03-13    <johan AT balder>
9683
9684         Hackup const and volatile modifiers in type chains a bit:
9685         * src/SDCC.y:1.63
9686         * src/SDCCast.c:1.169
9687         * src/SDCCglue.c:1.136
9688         * src/SDCCicode.c:1.143
9689         * src/SDCCsymt.c1.146
9690         * src/SDCCsymt.h1.59
9691         * src/SDCCval.c:1.63
9692
9693 2003-03-12    <johan AT balder>
9694
9695         * src/SDCCBBlock.h: more LRH debugging junk
9696         * src/SDCCcflow.h: more LRH debugging junk
9697         * src/SDCCloop.c: more LRH debugging junk
9698         * src/SDCC.y (struct_declaration): fixed bug #697590
9699         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9700         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9701         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9702
9703 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9704         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9705         test function names must now match exactly).
9706         * src/SDCCcse.c: added special case in findCheaperOp to allow
9707         extending a short integer. Makes less awful code for bug 700121 test case.
9708
9709 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9710
9711         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9712         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9713
9714 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9715
9716         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9717         actually called (operandsNotEqual() was called for all
9718         operandsNotEqualX tests).
9719
9720 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9721
9722         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9723         with shorter literals. Fixes bug 700121.
9724
9725 2003-03-11    <johan AT balder>
9726
9727         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9728
9729 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9730
9731         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9732         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9733
9734 2003-03-10  Borut Razem <borut.razem AT siol.net>
9735
9736         * src/SDCCmain.c: pipe preprocessor's output
9737         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9738         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9739         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9740         which closes all pipes in pipeSet set
9741         * src/SDCCset.c: free deleted item in function deleteSetItem()
9742         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9743         moved from z80 to src subproject
9744         * .version: increased version number to 2.3.4
9745
9746 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9747
9748         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9749         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9750         * support/regression/ports/xa51/spec.mk: fix typo
9751
9752 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9753
9754         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9755
9756 2003-03-09  Borut Razem <borut.razem AT siol.net>
9757
9758         * src/SDCCmain.c: pipe preprocessor's output
9759         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9760         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9761         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9762         which closes all pipes in pipeSet set
9763         * src/SDCCset.c: free deleted item in function deleteSetItem()
9764         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9765         moved from z80 to src subproject
9766
9767 2003-03-09  Borut Razem <borut.razem AT siol.net>
9768
9769         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9770         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9771         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9772         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9773         * src/SDCCglobl.h: unification of WIN32 native definitions
9774
9775 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9776
9777         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9778
9779 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9780
9781         * src/configure.in:   check for endianess (even while cross-compiling)
9782         * src/configure:      check for endianess (even while cross-compiling)
9783         * src/configure_in.h: check for endianess (even while cross-compiling)
9784         * src/avr/gen.c:        remove old endianess stuff
9785         * src/mcs51/gen.c:      remove old endianess stuff
9786         * src/ds390/gen.c:      remove old endianess stuff
9787         * src/pic/gen.c:        remove old endianess stuff
9788         * src/pic/genarith.c:   remove old endianess stuff
9789         * src/pic/glue.c:       fix endianess check
9790         * src/pic16/gen.c:      remove old endianess stuff
9791         * src/pic16/genarith.c: remove old endianess stuff
9792         * src/pic16/glue.c:     fix endianess check
9793         * src/xa51/gen.c:       remove old endianess stuff
9794         * src/z80/gen.c:        fix endianess check
9795         * src/SDCCglue.c:       fix endianess check
9796         * src/ds390/peeph.def: fix bug 700036
9797
9798 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9799
9800         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9801         * src/configure: find appropriate data-types on host for SDCC's int and long
9802         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9803         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9804         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9805
9806 2003-03-07    <johan AT balder>
9807
9808         Just a big NOOP:
9809                 some minor cleanups before the big shot
9810                 OP_DEFS and OP_USES now use Kevin's protection
9811                 new option --nolabelopt
9812
9813         * src/SDCCBBlock.c:
9814         * src/SDCCast.c,:
9815         * src/SDCCcflow.c:
9816         * src/SDCCcse.c:
9817         * src/SDCCicode.c:
9818         * src/SDCCicode.h:
9819         * src/SDCClabel.c:
9820         * src/SDCCloop.c:
9821         * src/SDCCmain.c:
9822         * src/ds390/ralloc.c:
9823         * src/mcs51/ralloc.c:
9824         * src/pic/ralloc.c:
9825         * src/xa51/ralloc.c:
9826         * src/z80/ralloc.c:
9827
9828 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9829
9830         * src/pic/pcode.c (get_op): fix 64 bit warnings
9831         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9832         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9833         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9834         * support/regression/tests/malloc.c: fix 64 bit warnings
9835
9836 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9837
9838         * src/mcs51/gen.c (genMinus): fixed bug 696436
9839
9840 2003-03-02  Borut Razem <borut.razem AT siol.net>
9841
9842         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9843
9844 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9845
9846         * configure.in: test for mkstemp
9847         * sdccconf_in.h: add HAVE_MKSTEMP
9848
9849 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9850
9851         * device/include/ctype.h: removed warning while using --stack-auto
9852         * device/include/malloc.h: removed warning while using --stack-auto
9853         * device/include/string.h: removed warning while using --stack-auto
9854
9855 2003-02-23  Borut Razem <borut.razem AT siol.net>
9856
9857         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9858         because NDEBUG is defined (see man assert)
9859         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9860
9861 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9862
9863         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9864         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9865
9866 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9867
9868         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9869         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9870
9871 2003-02-18    <johan AT balder>
9872
9873         * as/mcs51/asmain.c (asmbl): module can start with a digit
9874         * as/z80/asmain.c (asmbl): module can start with a digit
9875
9876 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9877
9878         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9879         * src/asm.c: fix pipe() for Mingw32
9880
9881 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9882
9883         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9884         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9885         make -V work again; --c1mode reads now from stdin
9886         * doc/sdccman.lyx: added --c1mode
9887         * support/Util/SDCCerr.c: new messages for c1 mode
9888         * support/Util/SDCCerr.h: new messages for c1 mode
9889         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9890
9891 2003-02-15    <johan AT balder>
9892
9893         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9894
9895 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9896
9897         * doc/sdccman.lyx: Environment variables, -o and other minor things
9898
9899 2003-02-14    <johan AT balder>
9900
9901         * src/xa51/main.c: before anyone really tries to use it :)
9902
9903         * Install doc's in share/sdcc/doc
9904         * removed some obsolete files
9905         * Do a proper make distclean and uninstall
9906         M Makefile.common.in
9907         R sdccbuild.sh
9908         M as/Makefile
9909         M device/include/Makefile.in
9910         M device/lib/Makefile.in
9911         M doc/sdccman.lyx
9912         M link/Makefile
9913         M sim/ucsim/doc/Makefile.in
9914         M src/clean.mk
9915         R src/avr/peeph.rul
9916         R src/xa51/peeph.rul
9917         M support/cpp2/Makefile.in
9918         M support/makebin/Makefile
9919
9920
9921 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9922
9923         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9924
9925 2003-02-10  Borut Razem <borut.razem AT siol.net>
9926
9927         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9928         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9929         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9930         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9931         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9932         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9933         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9934         src/z80/Makefile.bcc: Borland Makefile cleanup
9935         * as/z80/Makefile.bcc: Added Borland Makefile
9936         * support/cpp2/borland.h: Removed
9937
9938 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9939
9940         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9941         * src/SDCC.lex: new pragma NOIV
9942         * src/SDCCglobl.h: new pragma NOIV
9943         * src/SDCCmem.c: new pragma NOIV
9944
9945 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9946
9947         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9948
9949 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9950
9951         * src/SDCCmain.c: signal handling is switched off by --debug
9952         * doc/Makefile: small fix for install; use clean.mk again
9953         * doc/clean.mk: clean *.pdf and *.html too
9954
9955 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9956
9957         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9958         * device/lib/printfl.c: fix a ds390 bug by making it portable
9959         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9960         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9961         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9962         * debugger/mcs51/cmd.c: converted multi-line string literals
9963         * sim/ucsim/globals.cc: converted multi-line string literals
9964         * src/SDCCmain.c: introduced signal handler to remove temp files
9965         * doc/Makefile: small tweaks, implement clean
9966         * doc: removed generated files
9967
9968 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9969
9970         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9971         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9972         Address Record is not correctly generated for DS390."
9973
9974 2003-02-02  Borut Razem <borut.razem AT siol.net>
9975
9976         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9977         * as/mcs51/asm.h: fixed compilation with Borland C
9978         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9979         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9980         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9981         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9982         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9983         src/z80/Makefile.bcc: delete $(LIB) only if exist
9984         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9985
9986 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9987
9988         * device/include/malloc.h: introduced NULL
9989         * device/include/string.h: introduced NULL
9990         * device/include/stdlib.h: introduced NULL
9991         * device/lib/_memcpy.c: removed NULL
9992         * device/lib/_strcat.c: removed NULL
9993         * device/lib/_strchr.c: removed NULL
9994         * device/lib/_strcmp.c: removed NULL
9995         * device/lib/_strcpy.c: removed NULL
9996         * device/lib/_strcspn.c: removed NULL
9997         * device/lib/_strlen.c: removed NULL
9998         * device/lib/_strncat.c: removed NULL
9999         * device/lib/_strncmp.c: removed NULL
10000         * device/lib/_strncpy.c: removed NULL
10001         * device/lib/_strpbrk.c: removed NULL
10002         * device/lib/_strrchr.c: removed NULL
10003         * device/lib/_strspn.c: removed NULL
10004         * device/lib/_strstr.c: removed NULL
10005         * device/lib/_strtok.c: removed NULL
10006         * device/lib/malloc.c: removed NULL, include own header
10007
10008 2003-02-02    <johan AT balder>
10009
10010         * 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
10011         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10012         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10013         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10014         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10015         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10016
10017 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10018
10019         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10020         area 'DATA'"
10021
10022 2003-02-01    <johan AT balder>
10023
10024         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10025
10026 2003-01-31    <johan AT CP255758-A>
10027
10028         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10029
10030 2003-01-30    <johan AT balder>
10031
10032         * src/SDCCBBlock.c: automatic bug detection
10033         * src/SDCCicode.c: automatic bug detection
10034
10035 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10036
10037         * src/SDCCglobl.h:   now --xram-size 0 works
10038         * src/SDCCmain.c:    now --xram-size 0 works
10039
10040 2003-01-29    <johan AT balder>
10041
10042         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10043
10044 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10045
10046         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10047         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10048         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10049         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10050         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10051         * src/SDCCmain.c:    Added options --xram-size and --code-size
10052
10053 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10054
10055         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10056         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10057
10058 2003-01-27    <johan AT balder>
10059
10060         * src/SDCC.y: fixed bug #613764
10061
10062 2003-01-26    <johan AT balder>
10063
10064         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10065         * src/SDCCsymt.h: fixed bug #673374
10066         * src/SDCCglue.c: fixed bug #661910
10067         * src/SDCCast.c: fixed bug #458099 and 673374
10068
10069 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10070
10071         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10072         * as/mcs51/strcmpi.h: added
10073         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10074         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10075         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10076         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10077         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10078         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10079         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10080         * as/mcs51/Makefile.aslink: new module strcmpi
10081         * as/mcs51/Makefile.asx8051: new module strcmpi
10082         * as/mcs51/Makefil.bcc: new module strcmpi
10083         * as/mcs51/Makefile.in: new module strcmpi
10084         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10085
10086 2003-01-26    <johan AT balder>
10087
10088         * src/SDCCglue.c: reverted back to 1.124
10089         * src/SDCCast.c: reverted back to 1.156
10090         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10091
10092 2003-01-25    <johan AT balder>
10093
10094         * src/SDCCglue.c: A better fix for bug #661910
10095         * src/SDCCast.c: A better fix for bug #661910
10096         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10097
10098 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10099
10100         * src/Makefile.in: remove spawn.o
10101         * src/SDCCmain.c: remove spawn.h
10102         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10103         * src/spawn.c: removed
10104         * src/spawn.h: removed
10105         * support/regression/ports/ds390/spec.mk: link with -r
10106
10107 2003-01-24    <johan AT CP255758-A>
10108
10109         * src/ds390/gen.c (aopOp): fixed bug #667458
10110         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10111         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10112         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10113
10114 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10115
10116         * src/mcs51/peeph.def: better assembler identation by Frieder
10117         * src/mcs51/gen.c: better assembler identation by Frieder
10118
10119 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10120
10121         * as/z80/string.h: removed for gcc 3.2
10122         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10123         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10124
10125 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10126
10127         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10128         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10129         * support/regression/Makefile: separate temp files for ports
10130         * support/regression/generate-cases.py: separate temp files for ports
10131         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10132         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10133
10134 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10135
10136         * moved tinitalk to device/examples/ds390
10137
10138 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10139
10140         * as/mcs51/lkmem.c: rflag is for DS390
10141         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10142         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10143                          (linkEdit): move mem- and map-files the same way as ihx-files
10144         * src/z80/main.c (_setDefaultOptions): removed --generic
10145         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10146         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10147         * src/pic/glue.c (picglue): --c1mode works again
10148         * src/pic16/glue.c (pic16glue): --c1mode works again
10149         * src/asm.c (printCLine): fix #660034
10150
10151 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10152
10153         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10154         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10155         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10156         * as/mcs51/lkmem (summary): better fix for sp problem
10157         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10158         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10159         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10160                                               remove --stack-after-data
10161
10162 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10163
10164         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10165         * src/SDCCutil.c (join): ugly bug: missing '\0'
10166         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10167
10168 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10169
10170         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10171         * src/port.h: typo
10172         * src/pic/main.c (_asmCmd): gpasm supports -o
10173         * src/z80/main.c: more general macros
10174         * device/lib/Makefile.in: remove intermediate files
10175
10176 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10177
10178         * .version: Bumped version number to 2.3.3
10179         * src/SDCCBBlock.c: new option -o
10180         * src/SDCCglobl.h: new option -o
10181         * src/SDCCglue.c: new option -o
10182         * src/SDCCmain.c: new option -o
10183         * src/asm.c: new option -o
10184         * src/ds390/main.c: new option -o
10185         * src/pic/glue.c: new option -o
10186         * src/pic/pcode.c: new option -o
10187         * src/pic/ralloc.c: new option -o
10188         * src/pic16/glue.c: new option -o
10189         * src/pic16/pcode.c: new option -o
10190         * src/pic16/ralloc.c: new option -o
10191         * src/z80/main.c: new option -o
10192         * device/lib/Makefile.in: use -o
10193         * support/regression/ports/ds390/spec.mk: use -o
10194         * support/regression/ports/gbz80/spec.mk: use -o
10195         * support/regression/ports/mcs51/spec.mk: use -o
10196         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10197         * support/regression/ports/z80/spec.mk: use -o
10198         * support/regression/ports/ucz80/spec.mk: use -o
10199         * support/regression/ports/xa51/spec.mk: use -o
10200         * support/regression/fwk/lib/timeout.c: fix usage string
10201
10202 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10203         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10204
10205 2003-01-07    <johan AT balder>
10206
10207         * src/SDCCast.c (decorateType): fixed bug #600035
10208
10209 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10210         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10211         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10212         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10213         * src/pic/pcode.c: outcommented unused variable to remove warnings
10214         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10215
10216 2003-01-06    <karl AT turbobit.com>
10217         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10218    regression tests.
10219
10220 2003-01-06    <johan AT balder>
10221
10222         * src/SDCCicode.c: fixed array add
10223
10224 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10225         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10226         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10227
10228 2003-01-04    <johan AT balder>
10229
10230         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10231
10232 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10233         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10234
10235 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10236         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10237         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10238
10239 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10240         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10241
10242 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10243         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10244
10245 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10246         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10247
10248 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10249
10250     * in \sdcc\as\mcs51\ changed these files in order to create an
10251     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10252     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10253     following files to include the previous two files: aslink.dsp,
10254     Makefile.aslink, Makefile.bcc, and Makefile.in.
10255
10256     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10257     .adb instead of .cdb
10258
10259 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10260
10261         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10262         value from option --iram-size.
10263
10264 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10265
10266         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10267         dram[] array.
10268
10269 2002-09-18    <wiml AT hhhh.org>
10270
10271         * SDCClrange.h: exposed setFromRange() and setToRange()
10272         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10273           packRegsForAccUse() (bug 542397)
10274         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10275           multiple times and emitting the fetch operations more than once
10276           added aopGetUsesAcc() function to allow binary operators to
10277           fetch their operands in the correct order; made genMinus() emit
10278           compact code for X = LITERAL - Y
10279
10280 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10281         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10282         sprintf() in line 1267.
10283
10284 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10285         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10286         like ports.
10287
10288 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10289         Changes to aslink (All the changes are marked with 'JCF'):
10290
10291         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10292         summary().
10293
10294         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10295         area BSEG.  Also moves, if possible, the DATA area down into the internal
10296         ram so more space is available.
10297
10298         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10299         sflag.
10300
10301         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10302         not bytes.  Function summary() which creates a memory usage summary
10303         file with extension .mem.  Reports of overlaping stack and small stack
10304         size.  If the space for the stack is less than 16 bytes aslink trows a
10305         warning.
10306
10307         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10308         the 8051.  Option 'y' for memory summary output file.
10309
10310         Changes to sdcc (All the changes are marked with 'JCF'):
10311
10312         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10313
10314         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10315         overlaying area for it (uses RegBankUsed[4]).
10316
10317         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10318         bank zero as used by default.  By default aslink locates the stack
10319         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10320         the creation of the .mem file.  Delegates the allocation of data area
10321         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10322         the begining of the stack area to aslink.
10323
10324         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10325         glue() in SDCCglue.c creates an area for it.
10326
10327 2002-09-03  Borut Razem <borut.razem AT siol.net>
10328         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10329         sdcc/src/pic/glue.c:
10330         introduced atexit() handler for teporay files removal in case of
10331         errors, assertions, ...
10332
10333 2002-08-29  Borut Razem <borut.razem AT siol.net>
10334         * sdcc/support/cpp2/auto-host_vc_in.h:
10335         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10336         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10337         Maybe there is a similar problem with BORLANDC? It should be checked!
10338
10339         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10340         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10341         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10342         was not executed, and the compiler (cl) launched a warning:
10343         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10344
10345 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10346         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10347
10348 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10349         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10350
10351         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10352           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10353           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10354           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10355           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10356           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10357           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10358         - added Release configuration in VS projects
10359         - review of compiler an linker options
10360         - VC .exe files are generated in bin_vc directory, not to interfere
10361           with binaries generated from other projects (cygwin, mingw, bcc ...)
10362
10363         * sdcc/src/yacc.dsp: added
10364
10365         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10366         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10367         and insert the version number definitions from .version
10368
10369         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10370
10371         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10372         added - genarate auto-host.h using auto-host_vc_in.h as template
10373
10374         * sdcc/sdcc_vc.h,
10375         removed from CVS, generated automatically
10376
10377 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10378         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10379
10380 2002-08-11  Borut Razem <borut.razem AT siol.net>
10381         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10382
10383 2002-08-10  Borut Razem <borut.razem AT siol.net>
10384         * src/SDCCmain.c (main):
10385         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10386         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10387         The consequence was that some temporary files were not removed.
10388
10389         * src/SDCCglue.c:
10390         unification of code in functions tempfilename() and tempfile():
10391         function tempnam() is defined in Visual Studio 6.0 and .NET
10392
10393         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10394
10395         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10396           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10397         - removed compiler command line option /WX: Treats all warnings as errors
10398         - update a list of source files, included into the project
10399
10400         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10401           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10402         changed project type to Generic Project so that can be correcly converted to VS.NET project
10403
10404         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10405
10406         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10407
10408         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10409
10410         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10411         added return 0 statements after assert() to make compiler happy
10412
10413         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10414         added newline in the def file to keep MSC compiler satisfied
10415
10416         * sdcc/src/z80/gen.c:
10417         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10418           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10419         - solved MSC error in function aopDump()
10420
10421         * sdcc_vc.h: define PREFIX as "\\sdcc"
10422
10423 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10424         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10425
10426 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10427         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10428         - Rewrote the register banking algorithm.
10429         - Added pCode live-range analysis to registers (for now, only non-used and
10430         singly-used registers optimized away)
10431
10432         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10433
10434         * 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.
10435
10436 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10437         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10438
10439 2002-04-22  Michael Hope  <michaelh AT vroom>
10440
10441         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10442
10443         * configure.in (DD_COPT): Added include support required for gbdk.
10444
10445         * .version: Bumped version number just to increase it.
10446
10447         * src/SDCCmain.c: Added -nostdinc to the default options.
10448
10449 2002-04-15  Michael Hope  <michaelh AT vroom>
10450
10451         * device/lib/z80/printf.c (sprintf): Added.
10452
10453         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10454
10455         * src/z80/peeph.def: Added transpose redundent load rule.
10456
10457         * src/z80/main.c: Added force callee saves for jaune.
10458
10459         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10460
10461         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10462
10463 2002-03-28  Johan Knol  <johan AT balder>
10464
10465         * src/SDCCval.c: fixed bug #532436
10466
10467 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10468         * /src/port.h:
10469         Added "char *Processor" field to the port structure.
10470
10471         * /src/SDCCmain.c:
10472         Added -p option. Allows port dependent processor to be specified.
10473
10474         * all ports:
10475         Initialized the new field char *Processor field to NULL in all ports
10476
10477         * /src/pic/*:
10478         Compiler generated registers for interrupt context saving
10479         were not getting allocated.
10480
10481 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10482
10483         * /src/SDCCast.c:
10484         Fixed left shift. Will promote the left side of a left shift
10485         if a) left shifting more than size of operand or b) when assigned
10486         to something size > size of left side
10487
10488 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10489         * src/pic/*
10490         tons of changes. Register allocation has been
10491         rewritten. Added customization for the various PICs. Flow
10492         analysis is restructured. ...
10493
10494         * src/pic/device.h:
10495         Added
10496
10497         * src/pic/device.c:
10498         Added. device.c is a PIC port hack to accomodate variations
10499         in PIC devices.
10500
10501 2002-03-13  Michael Hope  <michaelh AT vroom>
10502
10503         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10504
10505 2002-03-04  johanknol  <johanknol AT manik>
10506
10507         * /src/SDCCval.c: fixed
10508
10509         const unsigned char arr[][2] = { { 0, 1 } };
10510         t18.c:1: error: Initializer element is not constant
10511
10512 2002-03-04  bela  <bela AT manik>
10513
10514         * /device/include/mcs51reg.h:
10515         ds89c420 register definition update
10516
10517 2002-03-03    <johan AT FRIJA>
10518
10519         * support/Util/SDCCerr.c: did something, but don't no why anymore
10520
10521         * support/regression/tests/bug-524691.c: made it a little less shy
10522
10523         * src/SDCCast.c (decorateType): fixed bug #524697
10524
10525         * src/SDCCast.c: made some lineno improvements
10526
10527         * src/SDCCval.c (getNelements): changed warning to error
10528
10529         * src/SDCCglue.c (printIvalArray): changed warning to error
10530
10531         * src/SDCCicode.c: fixed a warning for mingw
10532
10533         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10534
10535         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10536
10537 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10538
10539         * src/ds390/peeph.def:
10540         Added some more peephole rules
10541
10542         * src/ds390/gen.c: Various fixes & enhancements
10543
10544         * src/SDCClrange.c, src/SDCClrange.h:
10545         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10546
10547         * src/ds390/ralloc.c:
10548         various fixes & enhancements (ds390) specific
10549
10550         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10551         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10552         from rallocs.
10553
10554         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10555
10556 2002-03-02    <johan AT FRIJA>
10557
10558         * src/SDCCast.c (decorateType): fixed bug #524708
10559
10560         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10561
10562         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10563
10564 2002-03-01  Michael Hope  <michaelh AT vroom>
10565
10566         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10567
10568         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10569
10570 2002-03-01    <johan AT FRIJA>
10571
10572         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10573
10574         * src/SDCCast.c (decorateType): fixed bug #524209
10575
10576         * src/SDCCval.c (valNot): fixed bug #524195
10577
10578 2002-02-26    <johan AT balder>
10579
10580         * src/xa51/gen.c: fixed a warning
10581
10582         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10583
10584         * src/SDCCast.c (decorateType): fixed bug #522534
10585
10586 2002-02-23    <johan AT balder>
10587
10588         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10589
10590 2002-02-22    <johan AT balder>
10591
10592         * src/SDCCast.c: fixed bug #514865
10593
10594         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10595
10596 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10597
10598         * sdcc/src/SDCCloop.c:
10599         Previous fix was not good. basic blocks that have "break" or "return" are
10600         not really partof a loop , but live ranges used in these blocks should
10601         be live thru the entire loop, so set partOfLoop but don't add them to
10602         loop region
10603
10604 2002-02-21    <johan AT FRIJA>
10605
10606         * src/SDCCcse.c: fixed bug #514308
10607
10608 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10609
10610         * src/SDCCloop.c:
10611         Fixed BUG #519583. If a conditional block ended in a return/break
10612         statement inside a loop, it was not being considered part of the loop.
10613
10614         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10615
10616 2002-02-10  Karl Bongers <karl AT turbobit.com>
10617
10618         * debugger/*:
10619         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10620         with lots of comments and notes.
10621
10622         * device/examples/test2.c:
10623         Fix bug, "red" variable not being initialized(compiler complained).
10624
10625         * device/examples/Makefile, examples/test3.c:
10626         Add Makefile in device/examples folder, compiles test3.c
10627         for use as a multiple module SDCDB test case.
10628
10629         * sim/ucsim/cmd.src/cmdset.cc:
10630         Took out debug printfs in ucsim "next" command.
10631
10632         * sim/ucsim/xa.src:
10633         Karl and Johan start ucsim XA support.  Most dissassembly working,
10634         about 75% emulation done(plenty of work remaining).
10635
10636         * sim/ucsim/z80.src:
10637         Add Z80 support to ucsim, add test-ucz80 regression test,
10638         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10639         Notice z80 compiler fails on examples/test3.c/crc code.
10640
10641 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10642
10643         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10644         Added support for --parms-in-bank1
10645
10646         * src/ds390/peeph.def:
10647         added a few more peephole optimzations
10648
10649         * src/ds390/main.c:
10650         1) added __builtin_inp & __builtin_outp used to read in data of given length
10651            from a memory mapped port
10652         2) added __builtin_memcmp
10653         3) added __builtin_swapw swap bytes of a short
10654
10655         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10656         1) handle multiple send & receives from register bank1
10657         2) ralloc can now allocate DPTR1 to some liveRanges
10658
10659         * src/SDCCsymt.c, src/SDCCsymt.h:
10660         changes to handle multiple sends & receives
10661
10662         * src/SDCCptropt.h:
10663         added some pointer arithmetic optimization
10664
10665         * src/SDCCptropt.c:
10666         added some pointer arithmetic optimizations but not stable yet so not
10667         called from anywhere (will get this working shortly)
10668
10669         * src/SDCCopt.c: fixed for multiple sends & receives
10670
10671         * src/SDCCmain.c:
10672         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10673         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10674            set preprocessor defines (depending on options)
10675
10676         * src/SDCCicode.c, src/SDCCicode.h:
10677         changes made to handle multiple sends & receives
10678
10679         * src/SDCCglobl.h:
10680         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10681
10682         * src/SDCCcse.c, src/SDCCcse.h:
10683         added function findbackward def (to be used in upcoming optimization)
10684
10685         * src/SDCCcflow.c, src/SDCCcflow.h:
10686         added function returnAtEnd - to determine if a basic block terminates with
10687         a RETURN iCode
10688
10689         * src/SDCCast.c, src/SDCCast.h:
10690         added option parms-in-bank1
10691
10692         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10693         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10694         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10695         adjusted for --parms-in-bank1 option
10696
10697         * device/include/string.h:
10698         donot redefine "reentrant" keyword
10699
10700         * device/include/ds80c390.h: Added some more SFRs
10701
10702 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10703
10704         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10705
10706 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10707
10708         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10709
10710 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10711
10712         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10713
10714 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10715
10716         * Added --xram-movc option
10717
10718 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10719
10720         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10721
10722 2002-01-11  Johan Knol
10723
10724         * Added math lib of Jesus Calvino-Fraga
10725
10726 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10727
10728         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10729         * support/regression/Makefile: new target test-mcs51-stack-auto
10730         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10731
10732 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10733
10734         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10735
10736 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10737
10738         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10739
10740 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10741
10742         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10743
10744         * src/SDCCglue.h: add definition for printIvalChar()
10745
10746 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10747
10748         * src/SDCCast.c: fix #498138 by Johan
10749
10750         * src/SDCCglue.c: fix #498138 by Johan
10751
10752 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10753
10754         * support/regression/Makefile: fix clean
10755
10756         * support/regression/ports/ds390/support.c: fix transmission of last character
10757
10758 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10759
10760         * /sdcc/src/ds390/gen.c:
10761         a) improved computing address of stack variable
10762         b) took out some #if 0 code
10763         c) improved parmBytes adjustment
10764         d) improved genPlusIncr & genMinusIncr
10765         e) genCmp could generate bad code (when left assigned to DPTR)
10766         f) Fixed bug in hasInc
10767
10768         * /sdcc/src/ds390/ralloc.c:
10769         a) packRegsForSupport could mess up live information (Fixed)
10770         b) packRegsDPTRuse could be incorrect for left & right shift
10771
10772         * /sdcc/src/mcs51/ralloc.c:
10773         packRegsForSupport could mess up the live information (Fixed)
10774
10775         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10776
10777         * /sdcc/src/SDCCast.c:
10778         can reverse a loop even if function call is present as long
10779         as the loop control variable is local & is not passed as parameter
10780
10781 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10782
10783         * /sdcc/ChangeLog: *** empty log message ***
10784
10785         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10786         More builtin function additions for TININative
10787
10788         * /sdcc/src/ds390/ralloc.c:
10789         Had broken the regression testsuite
10790
10791         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10792
10793         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10794         Added funcattr hasStackParms will be set for reentrant functions when there
10795         are paramteres on the stack, this helps in minimizing frame pointer generation
10796         typeFromStr can handle function pointers now
10797
10798         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10799         *** empty log message ***
10800
10801 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10802
10803         * /src/ds390/gen.c, /src/ds390/main.c:
10804         More builtin function additions for TININative
10805
10806         * /src/ds390/ralloc.c:
10807         Had broken the regression testsuite
10808
10809         * /src/SDCCast.c: Fixed a bug in dumptree
10810
10811         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10812         Added funcattr hasStackParms will be set for reentrant functions when there
10813         are paramteres on the stack, this helps in minimizing frame pointer generation
10814         typeFromStr can handle function pointers now
10815
10816         * /doc/builtins.txt, /doc/TININative.txt:
10817         *** empty log message ***
10818
10819
10820 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10821
10822         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10823         ALPHA version for -mTININative
10824
10825         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10826         updated to reflect changes in the port structure
10827
10828         * /src/port.h:
10829         added function do_assemble (similar to do_link) if non-null this function
10830         will be called to do assembly (-mTININative) requires a multi command
10831         assembly
10832         added function genAssemblerEnd will be called to generate assembler Epilogue
10833
10834         * /src/SDCCsymt.c:
10835         added _JavaNative to debug info printing
10836
10837         * /src/SDCCmain.c: added option --tini-libid
10838         added port->do_assemble function (-mTININative) has a multi command assemble
10839
10840         * /src/SDCCglue.c: Disabled "constExpr" check
10841         added port->genAssemblerEnd function
10842
10843         * /src/SDCCglobl.h: Added option --tini-libid value
10844
10845         * /src/SDCCast.h:
10846         tookout optimizeCompare from the header (has no external references)
10847
10848         * /src/SDCCast.c: made one more function "static"
10849
10850 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10851
10852         * src/z80/mappings.i: Added z80asm support.
10853
10854         * src/z80/main.c: Added z80asm support on --asm=z80asm
10855
10856         * src/z80/gen.c: Fixed asm portability issues.
10857
10858         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10859
10860         * src/SDCCglue.c (printExterns): Added global/extern split.
10861
10862 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10863
10864         * support/regression/Makefile: added test for mcs51 model large
10865
10866         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10867
10868         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10869
10870 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10871
10872         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10873
10874 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10875
10876         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10877
10878         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10879
10880 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10881
10882         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10883
10884         * support/regression/tests/simplefloat.c: Port to mcs51.
10885
10886 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10887         * support/regression/tests/bug-485362.c: Added.
10888
10889         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10890
10891         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10892
10893         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10894
10895         * src/z80/gen.c (aopDump): Added a dump function.
10896
10897 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10898         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10899
10900         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10901
10902         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10903
10904         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10905
10906         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10907
10908         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10909
10910         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10911
10912         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10913
10914         * support/regression/ports/ds390/support.c: Use tinibios.
10915
10916         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10917
10918 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10919
10920         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10921         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10922
10923         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10924
10925         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10926
10927 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10928
10929         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10930
10931         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10932         (packRegsForIYUse): Created and optimised.
10933
10934 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10935
10936         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10937 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10938
10939         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10940
10941         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10942
10943         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10944
10945 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10946
10947         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10948
10949         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10950
10951 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10952
10953         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10954
10955         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10956
10957         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10958
10959 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10960
10961         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10962         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10963         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10964
10965         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10966
10967         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10968         (genNotFloat): Added.
10969         (genUminusFloat): Added.
10970
10971         * device/lib/z80/Makefile: Added floating pt stubs.
10972
10973         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10974
10975         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10976
10977         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10978
10979 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10980
10981         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10982
10983         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10984
10985         * sdcc/support/regression/Makefile: Add port ds390.
10986
10987         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10988
10989         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10990
10991         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10992
10993         * sdcc/support/regression/ports/ds390/support.c: Added.
10994
10995         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10996
10997         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10998
10999         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11000
11001 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11002
11003         * device/include/malloc.h: Added z80 and gbz80 support.
11004
11005         * device/lib/gbz80/heap.s: Added.
11006
11007         * device/lib/z80/heap.s: Added.
11008
11009         * device/lib/malloc.c: Added z80 and gbz80 support.
11010
11011         * support/regression/tests/malloc.c (testMalloc): Added.
11012
11013         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11014
11015         * support/regression/tests/bug-478094.c: Added.
11016
11017         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11018
11019 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11020
11021         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11022
11023         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11024
11025         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11026
11027         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11028
11029         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11030
11031 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11032
11033         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11034
11035 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11036
11037         * support/regression/tests/bug-477927.c: Added.
11038
11039         * src/z80/peeph.def: Added minor rules.
11040
11041         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11042
11043         * src/z80/peeph.def: Added jump optimisation modification.
11044
11045 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11046
11047         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11048
11049 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11050
11051         * support/regression/tests/funptrs.c: Added.
11052
11053 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11054
11055         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11056
11057 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11058
11059         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11060
11061         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11062
11063         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11064         (movLeft2ResultLong): Created.
11065
11066         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11067         (joinPushes): Added.  Joins two char pushes into a word push.
11068
11069 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11070
11071         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11072
11073         * support/makebin/Makefile (install): Added creation of dest dir.
11074
11075 2001-10-24 Karl Bongers <karl AT turbobit.com>
11076
11077         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11078
11079 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11080
11081         * src/z80/ralloc.c: Turned off faulty pack for one use.
11082
11083         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11084
11085         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11086
11087 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11088
11089         * support/regression/Makefile: Improved clean
11090
11091         * support/regression/ports/gbz80/spec.mk: Added clean
11092
11093         * support/regression/ports/host/spec.mk: Added clean
11094
11095         * support/regression/ports/z80/spec.mk: Added clean
11096
11097         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11098
11099         * support/regression/ports/mcs51/timeout.c: little improvements
11100
11101 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11102
11103         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11104
11105         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11106
11107         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11108
11109 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11110
11111         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11112
11113         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11114
11115 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11116         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11117
11118         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11119
11120         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11121
11122         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11123
11124         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11125
11126         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11127
11128         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11129
11130         * support/regression/tests/longor.c: Added.
11131
11132 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11133
11134         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11135
11136         * as/mcs51/aslink.h: define PATH_MAX
11137
11138         * as/mcs51/asm.h: define PATH_MAX
11139
11140         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11141
11142         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11143
11144         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11145
11146         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11147
11148         * src/SDCCglobl.h: define PATH_MAX
11149
11150         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11151
11152         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11153
11154 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11155
11156         * src/z80/gen.c (gencjneshort): Fixed
11157
11158         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11159
11160 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11161
11162         * support/regression/tests/bug-469671.c: Added.
11163
11164         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11165
11166 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11167
11168         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11169
11170         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11171
11172 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11173
11174         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11175
11176         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11177
11178         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11179
11180         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11181
11182         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11183
11184         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11185
11186         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11187
11188 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11189
11190         * 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.
11191
11192         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11193
11194         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11195
11196 2001-10-07    <johan AT FRIJA>
11197
11198         * device/lib/gets.c (gets): fixed the return value.
11199
11200 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11201         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11202
11203         * 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.
11204
11205         * 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.
11206
11207         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11208
11209         * src/pic/gen.c: Removed Safe_strdup.
11210
11211         * configure.in: Added option to enable libgc support.
11212
11213         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11214         (bitVectUnion): Optimised.
11215         (bitVectIntersect): Optimised.
11216         (bitVectBitsInCommon): Optimised.
11217         (bitVectCplAnd): Optimised.
11218
11219         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11220
11221 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11222
11223         * src/SDCCmain.c: distinguish between assembler debug and plain options
11224
11225         * src/avr/main.c:   remove standard assembler options
11226
11227         * src/ds390/main.c: remove standard assembler options
11228
11229         * src/mcs51/main.c: remove standard assembler options
11230
11231         * src/port.h: removed "PENDING" comment
11232
11233 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11234
11235         * src/device/lib/_mulint.c  : new, with assember functions
11236
11237         * src/device/lib/_mullong.c : new, with assember functions
11238
11239         * src/device/lib/_divuint.c : with assember functions
11240
11241         * src/device/lib/_divsint.c : with assember functions
11242
11243         * src/device/lib/_divulong.c: with assember functions
11244
11245         * src/device/lib/_divslong.c: with assember functions
11246
11247         * src/device/lib/_moduint.c : with assember functions
11248
11249         * src/device/lib/_modsint.c : with assember functions
11250
11251         * src/device/lib/_modulong.c: with assember functions
11252
11253         * src/device/lib/_modslong.c: with assember functions
11254
11255         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11256
11257         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11258
11259         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11260                                       replaced _mululong.c and _mulslong.c by _mullong.c
11261
11262 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11263
11264         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11265
11266 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11267
11268         * src/SDCCglue.c: test, if win32api is available for MINGW
11269
11270 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11271
11272         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11273         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11274         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11275         * support/regression/ports/host/spec.mk: removed GENERIC
11276         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11277         * support/regression/ports/z80/spec.mk: removed GENERIC
11278
11279 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11280
11281         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11282
11283         * support/regression/tests/bug-467035.c: Created.
11284
11285 2001-10-01    <johan AT FRIJA>
11286
11287         * src/SDCC.y: fixed bug #466586 part 1
11288
11289 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11290
11291         * SDCCicode.c: z80 has no generic pointers
11292         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11293
11294 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11295
11296         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11297
11298 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11299
11300         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11301
11302         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11303
11304 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11305
11306         * configure.in: Fixed up so that ucsim is only configured once.
11307
11308         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11309
11310         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11311         (getPathDifference): As above.
11312
11313         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11314
11315         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11316
11317 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11318         * .version: Updated to 2.3.1
11319
11320         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11321         Added copyright header.
11322
11323         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11324         (assemble): Added support for macro based assembler commands.
11325         (linkEdit): Added support for macro based linker commands.
11326         (preProcess): Changed the pre-processor to use macros.
11327         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11328         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11329
11330         * device/lib/z80/crt0.s: Added module name for debugging.
11331
11332 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11333
11334         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11335
11336         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11337
11338         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11339
11340         * src/Makefile.in: Added SDCCmacro and SDCCutil
11341
11342 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11343
11344         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11345
11346 2001-09-16    <johan AT FRIJA>
11347
11348         * 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.
11349
11350 2001-09-15    <johan AT FRIJA>
11351
11352         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11353         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11354
11355 2001-09-11    <johan AT FRIJA>
11356
11357         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11358
11359 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11360
11361         * support/regression/tests/bug-460444.c: Added test case.
11362
11363         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11364         (genCast): Added justification for all of the asserts.
11365
11366 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11367
11368         * support/regression/support.c: _xdata replaced by xdata
11369
11370         * support/regression/spec.mk: removed _generic
11371
11372 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11373
11374         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11375
11376         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11377         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11378
11379         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11380
11381         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11382
11383         * support/regression/tests/bug-460010.c: Added test case.
11384
11385         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11386
11387 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11388
11389         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11390
11391         * support/regression/testfwk.c: removed workaround for bug #436344
11392
11393         * support/regression/tests/bp.c: use less memory with mcs51
11394
11395         * support/regression/tests/bug-441448.c: use less memory
11396
11397         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11398
11399         * support/regression/collate-results.py: typo
11400
11401 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11402
11403         * support/regression/tests/fetchoverlap.c: Added new test case.
11404
11405         * support/regression/tests/bp.c: Added new test case.
11406
11407         * support/regression/tests/bug-448984.c: Added new test case.
11408
11409         * support/regression/tests/pow2shifts.c: Added new test case.
11410
11411         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11412         (genlshTwo): Fixed right shift for count > 8.
11413
11414         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11415
11416 2001-09-08    <johan AT FRIJA>
11417
11418         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11419
11420 2001-09-07    <johan AT FRIJA>
11421
11422         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11423
11424         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11425
11426 2001-09-06    <johan AT FRIJA>
11427
11428         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11429         * bernhard noted me at this: "() equals to (void)" (1.38)
11430
11431 2001-09-05    <johan AT FRIJA>
11432
11433         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11434
11435 2001-09-04    <johan AT FRIJA>
11436
11437         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11438
11439
11440 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11441
11442         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11443
11444 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11445
11446         * link/z80/aslink.h: Fixed path for PATH_MAX
11447
11448 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11449
11450         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11451
11452         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11453
11454         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11455
11456         * 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.
11457
11458 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11459
11460         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11461         (genCmp): Fixed up genCmp for the GB with longs.
11462
11463         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11464
11465         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11466
11467         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11468
11469         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11470
11471 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11472
11473         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11474
11475 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11476
11477         * 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.
11478
11479         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11480
11481 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11482
11483         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11484
11485         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11486
11487 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11488
11489   * sim/ucsim/configure:    little improvement of Cygwin-detection
11490   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11491   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11492   * support/regression/tests/bug-221100.c: small changes for mcs51
11493   * support/regression/tests/bug-221168.c: small changes for mcs51
11494   * support/regression/tests/bug-227710.c: small changes for mcs51
11495   * support/regression/tests/staticinit.c: small changes for mcs51
11496   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11497   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11498   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11499
11500 $Revision$