* src/SDCCast.c (isLoopCountable): fixed bug #1478316
[fw/sdcc] / ChangeLog
1 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
4
5 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
6
7         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
8         * support/regression/tests/bug-1493710.c: added
9
10 2006-05-27 Borut Razem <borut.razem AT siol.net>
11
12         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
13           static instead auto
14         * support/regression/ports/pic16/support.c: increase stack size
15           from default 64 bytes to 128 bytes
16         * support/regression/tests/staticinit.c,
17           support/regression/tests/float.c: regression tests fully enabled
18           for pic16 port by putting the initialized data arrays into the code
19           section
20         * support/regression/ports/pic16/spec.mk: don't link default libraries.
21           This was changed by mistake in the previous version.
22
23 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
24
25         * src/pic16/gen.c (genFunction, genEndFunction): some
26         beautifications, fixed bug with falsely restoring FSR2 in large
27         stack model, thanks to Beau E. Cox for reporting the bug
28
29 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * debugger/mcs51/break.c,
32         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
33           use %p to print pointers, made address variables unsigned
34         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
35         * debugger/mcs51/symtab.c (parseSymbol): must return something
36         * src/mcs51/gen.c (aopForSym): small optimization,
37            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
38           (freeAsmop): added missing break,
39           (aopPut): removed parameter bvolatile, determine it inside the function,
40           (saveRegisters, unsaveRegisters): small optimization,
41           (genIpush): removed pointless check,
42           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
43           replaced sprintf with SNPRINTF,
44           replaced strcpy with strncpyz,
45           updated aopPut calls,
46           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
47         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
48
49 2006-05-24 Borut Razem <borut.razem AT siol.net>
50
51         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
52           modification of test for the pic16 port, put the array to the code
53           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
54
55 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
56
57         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
58         * support/Util/pstdint.h: added
59
60 2006-05-22 Borut Razem <borut.razem AT siol.net>
61
62         * src/regression/Makefile: removed bool2.c test, added -q linker option
63         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
64           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
65           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
66           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
67           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
68           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
69           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
70           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
71           define SUPPORT_BIT_TYPES 0, removed unused bit variables
72
73 2006-05-22 Raphael Neider <rneider AT web.de>
74
75         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
76           bug #1492360 (problematic due to generic pointers, see code)
77
78 2006-05-22 Borut Razem <borut.razem AT siol.net>
79
80         * support/regression/ports/pic16/specs.mk: removed stack size linker
81           directive
82         * support/regression/tests/array.c,
83           support/regression/tests/bitopcse.c,
84           support/regression/tests/bug-908454.c,
85           support/regression/tests/malloc.c: modified for pic16 regression test
86         * support/regression/tests/bitfields.c:
87           pic16 - excluded bitfileds of size > 8
88         * support/regression/tests/bp.c: pic16 - reduced data size
89         * support/regression/tests/bug-221100.c: pic16 - reduced data size
90         * support/regression/tests/bug-460010.c:
91           pic16 - used the absolute address the fits in memory
92         * support/regression/tests/bug-716242.c:
93           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
94         * support/regression/tests/float.c:
95           pic16 - excluded - data size too big
96         * support/regression/tests/onebyte.c:
97           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
98         * support/regression/tests/shifts.c:
99           pic16 - function names probably have to differ in first X characters
100           (gpasm limitation?)
101         * support/regression/tests/staticinit.c:
102           pic16 - excluded some tests due error: no target memory available for
103           section ".idata"
104
105 2006-05-22 Borut Razem <borut.razem AT siol.net>
106
107         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
108           second try. Thanks Stas Sergeev once more.
109
110 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
111
112         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
113           (genLeftShift, genRightShift): fixed bug 1491627
114         * src/hc08/peeph.def (rules 7, 8.x): added
115         * support/regression/tests/shifts.c (ShiftLeftByParam,
116           ShiftRightByParam, testShiftByParam): added to test variable shifting
117
118 2006-05-20 Raphael Neider <rneider AT web.de>
119
120         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
121         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
122           (allocReg): add only new registers to dynAllocRegs,
123           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
124             #1489055, #1445850, and probably #1483693
125
126 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
127
128         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
129         bug in for-loop that didn't emit the last of CONFIG and ID registers
130
131 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
132
133         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
134           with offset
135         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
136           1489016, 1434401 and 1490124
137         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
138           1489016, 1434401 and 1490124
139
140 2006-05-17 Borut Razem <borut.razem AT siol.net>
141
142         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
143           thanks Stas Sergeev
144
145 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
146
147         * device/include/mcs51/P89c51RD2.h,
148         * device/include/mcs51/P89LPC901.h,
149         * device/include/mcs51/P89LPC922.h,
150         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
151
152 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
153
154         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
155         to fix missing stack pragma in compiled binary object file,
156
157 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
158
159         * support/packihx/configure.in,
160         * support/packihx/configure: removed warning, autoconf >= 2.5x can
161         determine sizeof basic types even while cross compiling
162
163 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
164
165         * src/avr/gen.c (aopop),
166         * src/ds390/gen.c (aopOp),
167         * src/hc08/gen.c (aopOp),
168         * src/mcs51/gen.c (aopop),
169         * src/pic16/gen.c (pic16_aopOp),
170         * src/pic/gen.c (aopOp),
171         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
172         if size of operand is smaller than spill location
173
174 2006-05-12 Borut Razem <borut.razem AT siol.net>
175
176         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
177           have to have CR/LF line endings even if they are checked out on *nix
178           or on WIN32 in cygwin binmode
179
180 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
181
182         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
183         * device/include/ds80c390.h: added sfr16 definitions
184         * src/ds390/gen.c,
185         * src/ds390/gen.h,
186         * src/ds390/main.c,
187         * src/ds390/ralloc.c,
188         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
189           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
190           bit returning functions
191         * support/regression/tests/sfr16.c: enabled test on ds390
192
193 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
194
195         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
196         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
197
198 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
199
200         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
201         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
202           (cl_address_space constructor): removed expensive initialization,
203           (cl_address_space::get_cell): extended for late initialization,
204           (cl_address_space::*): use late initialization,
205           (cl_address_decoder::activate): removed expensive initialization,
206           This reduced regression test running time by 25%
207
208 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
209
210         * packihx/,
211         * configure.in,
212         * configure,
213         * sdcc.dsw,
214         * Makefile.bcc,
215         * Makefile.in,
216         * support/packihx/Makefile.in,
217         * support/packihx/clean.mk,
218         * support/packihx/Makefile.bcc,
219         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
220
221 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
222
223         * src/SDCCval.c (valNot): fix for regression test failure
224           of not.c on big endian hosts
225
226 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
227
228         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
229
230 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
231
232         * device/lib/mcs51/Makefile.in: changed string comparison operator
233           to = for POSIX compliance; == is bash extension
234
235 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
238           kosmonaut_pirx
239
240 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
241
242         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
243         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
244         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
245         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
246         bug report #1478657,
247
248 2006-05-05 Borut Razem <borut.razem AT siol.net>
249
250         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
251           making the html
252
253 2006-05-02 Borut Razem <borut.razem AT siol.net>
254
255         * doc/Makefile.in: removed *.ind dependency since there is no rule to
256           create *.ind, which made make to fail if invoked with -j 2
257
258 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
259
260         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
261           Hubert Sack for patch 1479782
262
263 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
264
265         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
266
267 2006-05-01 Raphael Neider <rneider AT web.de>
268
269         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
270           (create_pic): store only prefix-free device name,
271           (init_pic): check for device names with "16" prefix,
272           (list_valid_pics),
273         * src/pic/device.h (struct PIC_device),
274         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
275             stored device name,
276         * device/include/pic/pic12f{635,675,629,683}.h,
277         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
278         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
279         * device/include/pic/pic16f505.h,
280         * device/lib/pic/libdev/pic16f505.c: removed
281         * device/include/pic/pic14devices.txt: added support for pic12f
282             devices, removed unsupported non 16-bit devices
283             [above changes provided by patch from Zik Saleeba]
284         * src/pic/*, src/pic16/*, device/include/pic16/*,
285           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
286
287 2006-05-01 Borut Razem <borut.razem AT siol.net>
288
289         * configure.in, configure, doc/Makefile.in:
290           sync with nightly build makefile - latex, dvipdf and dvips
291           not needed any more
292
293 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
294
295         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
296         in the library source
297
298 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
301
302 2006-04-28 Raphael Neider <rneider AT web.de>
303
304         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
305         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
306           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
307         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
308
309 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
310
311         * device/lib/pic/libdev/Makefile.in,
312         * device/lib/hc08/Makefile.in,
313         * device/lib/gbz80/Makefile.in,
314         * device/lib/z80/Makefile.in,
315         * device/lib/ds390/Makefile.in,
316         * device/lib/ds400/Makefile.in: added srcdir to include search path,
317         thanks to Borut for the bug report
318         * configure.in,
319         * configure: always create doc/Makefile independent from --enable-doc
320         * Makefile.in: always install from directory doc independent from
321         --enable-doc
322         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
323         removed
324         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
325         * doc/Makefile.in: install *.txt if present
326         * device/include/Makefile.in (install): added installation of pic/*.inc
327         and pic/*.txt files again, they were erroneously removed
328
329 2006-04-28 Raphael Neider <rneider AT web.de>
330
331         * src/pic/{gen.c,main.h,pcode.c},
332         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
333             concerning signedness with casts
334
335 2006-04-28 Raphael Neider <rneider AT web.de>
336
337         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
338             definition of an interrupt handler,
339         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
340             interrupt handler stuff from picglue() to separate routine,
341           (picglue): enabled definition of intr handlers in files w/o main()
342
343 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
344
345         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
346           compilation with MSVC 2005 Express Edition (VC8)
347
348 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
349
350         * device/lib/Makefile: fixed build of gbz80 lib
351
352 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
353
354         * support/regression/tests/bug-460010.c,
355         * support/regression/tests/bug-524691.c,
356         * support/regression/tests/bug-716242.c: removed conditional defines
357           that are already in testfwk.h
358
359 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
360
361         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
362           (AccAXRsh1): added, shift right by 1,
363           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
364            AccAXLrl1
365         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
366
367 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
368
369         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
370         remove cast to same type
371         * src/SDCCast.c (decorateType): fix for RFE 1475742,
372         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
373         * as/z80/Makefile,
374         * link/z80/Makefile: removed, they have moved to
375         Makefile.in files
376         * configure,
377         * configure.in: replaced duplicate message about ucsim by missing sdcpp
378         * install-sh: fix bug #1204398 by setting umask 0022
379         * device/lib/Makefile: separate build of z80 and gbz80 lib
380
381 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
382
383         Enabled VPATH feature: changed nearly all Makefiles (149 files).
384         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
385
386         One basic decision: e.g. src/clean.mk includes further files. In order
387         to make this work there are two solutions:
388         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
389           run configure on them. This way they can use
390           'include $(srcdir)/port-clean.mk'
391         - always include clean.mk by the Makefile at the same level. To avoid
392           that `make clean` tries to include and build Makefile.dep the
393           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
394           implemented, because now even `make uninstall` doesn't create
395           Makefile.in. clean.mk could be eliminated by pasting it in
396           Makefile.in.
397
398         * debugger/mcs51/Makefile.in: build own objects from library sources
399         (SLIB, SDCC) in current directory
400
401         * configure, configure.in: renamed --disable-device-lib-build in
402         --disable-device-lib; added --enable-doc, the required tools are
403         searched by configure; added result message; the toolchain for the
404         belonging ports are now only built, if the port is enabled.
405
406         * support/regression/*: all output is written in directory gen, because
407         the fwk and ports directories don't livet in the build tree using vpath
408
409         * doc/sdccman.lyx: renamed --disable-device-lib-build to
410         --disable-device-lib, added --enable-doc, added section VPATH
411
412         * sim/ucsim/configure.in,
413         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
414         z80 are enabled by default
415
416 2006-04-24 Raphael Neider <rneider AT web.de>
417
418         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
419             to config word, "pic14_"-prefixed some extern functions
420           (pic14_emitConfigWord): emit __config directive(s) if assignment to
421             config word has been found
422         * src/pic/device.h: added prototypes
423         * src/pic/pcode.c: added "pic14_"-prefix where needed
424         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
425             fixup
426         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
427             words,
428           (pic14emitRegularMap): ignore config words,
429           (pic14createInterruptVect): moved generating __config directives away
430           (picglue): have __config directives emitted
431
432 2006-04-24 Borut Razem <borut.razem AT siol.net>
433
434         * doc/Makefile: sync with nightly build makefile
435
436 2006-04-24 Raphael Neider <rneider AT web.de>
437
438         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
439             registers that have not been assigned proper liveranges,
440             fixes #1469504 and #1474602,
441           (pCodeRegOptimizeRegUsage): fixed typo in comment
442
443 2006-04-24 Borut Razem <borut.razem AT siol.net>
444
445         * device/examples/main8051.c: deleted - it was removed from CVS
446           24.mar.2000 and after that modified 18.feb.2001, so it reappered
447           after the transition to Subversion
448         * src/SDCCalloc.h: deleted - it was removed  from CVS
449           3.feb.2001 and after that modified 18.feb.2001, so it reappered
450           after the transition to Subversion
451         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
452           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
453           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
454           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
455
456 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
457
458         * as/asx8051.dsp: added mcs51/strcmpi.h
459         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
460         * as/hc08/aslink.h: updated lnksect prototype
461         * as/hc08/asm.h,
462         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
463         * as/hc08/asmain.c,
464         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
465           (newdot): handle A_ABS
466         * as/hc08/asout.c,
467         * as/mcs51/asout.c (outarea): output address
468         * as/hc08/lkaomf51.c,
469         * as/mcs51/lkaomf51.c: disabled unused array UsageType
470         * as/hc08/m08pst.c,
471         * as/mcs51/i51pst.c,
472         * as/z80/z80pst.c: "ABS" is not A_OVR
473         * as/hc08/lkarea.c (newarea): read a_addr,
474           (lnkarea): added codemap array, sort absolute areas to the front,
475            combine all GSINITx/GSFINAL,
476           (find_empty_space, allocate_space): new functions,
477           (lnksect): return next address, handle absolute sections
478         * as/mcs51/lkarea.c (newarea): read a_addr,
479           lnksect2 prototype changed,
480           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
481           (find_empty_space, allocate_space): new, factored out of lnksect2,
482           (lnksect2): return next address, handle absolute sections
483         * as/hc08/lkhead.c,
484         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
485         * as/hc08/lklibr.c (addfile, fndsym),
486         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
487           index out of range and detect both '\' and '/'
488         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
489         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
490           regression tests (ds390 cannot return bool yet)
491         * doc/sdccman.lyx: changed version number, document changed --no-peep,
492           document critical interrupts on z80, document changed SDCC define
493         * src/asm.c (_asxxxx_mapping): fixed .org directive,
494           (_a390_mapping): added .org directive
495         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
496           (genMultOneByte): fixed warnings
497         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
498           ones
499         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
500         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
501           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
502         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
503         * src/pic16/main.c: removed newReg prototype
504         * src/pic16/pcode.c,
505         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
506           warnings
507         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
508           ones
509         * src/pic16/ralloc.c
510         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
511           to fix warnings
512         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
513           from short to PIC_OPTYPE
514         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
515         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
516           optype from short to PIC_OPTYPE
517         * src/port.h: made int_size unsigned to fix warnings
518         * src/SDCC.y: fixed warning on MSVC
519         * src/SDCCicode.c (getArraySizePtr): return unsigned int
520         * src/SDCCopt.c (convertToFcall): fixed warnings
521         * src/SDCCsymt.h: removed double prototype for genSymName
522         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
523           offset int to fix warnings
524
525 2006-04-22 Borut Razem <borut.razem AT siol.net>
526
527         * doc/sdccman.lyx, */Makefile, */Makefile.in:
528           references to CVS replaced with Subversion
529
530 2006-04-21 Borut Razem <borut.razem AT siol.net>
531
532         * doc/sdccman.lyx, */Makefile, */Makefile.in:
533           references to CVS replaced with Subversion
534
535 2006-04-19 Borut Razem <borut.razem AT siol.net>
536
537         * src/version.awk: adapted for svn
538         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
539           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
540           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
541           /binutils-avr/etc/*.vi, *.jin: removed all properties
542           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
543
544 2006-04-19 Borut Razem <borut.razem AT siol.net>
545
546         * CVS to Subversion migration completed
547
548 2006-04-18 Borut Razem <borut.razem AT siol.net>
549
550         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
551           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
552
553 2006-04-17 Borut Razem <borut.razem AT siol.net>
554
555         * device/include/Makefile.in: added pic/*.inc to the installation
556
557 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
558
559         * support/regression/collate-results.py: fixed output in case of
560         a valdiag error
561         * support/regression/generate-cases.py: fixed splitting of pathnames
562         with dots
563         * as/hc08/lklibr.c (addfile),
564         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
565
566 2006-04-11 Raphael Neider <rneider AT web.de>
567
568         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
569         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
570         * src/pic16/pcode.c (assignValnums): fixed #1460578
571
572 2006-04-11 Raphael Neider <rneider AT web.de>
573
574         * device/lib/pic/libdev/*.c,
575         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
576           fixes #1468739, enables compilation in --std-c99 mode
577         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
578
579 2006-04-11 Raphael Neider <rneider AT web.de>
580
581         * src/pic/device.c (find_device): removed debug output
582           (list_valid_pics): enabled verbose listing of supported devices
583         * device/include/stdbool.h: define bool as char for pic14/16 as well
584
585 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
586
587         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
588
589 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
590
591         * .version: bumped version to 2.5.6
592         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
593
594 2006-04-06 Raphael Neider <rneider AT web.de>
595
596         * .version: bumped version to 2.5.6 (pic14 ABI changed)
597         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
598         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
599           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
600             pic14_constructAbsMap
601           (pic14printPublics): declare absolute global symbols as global
602           (pic14createInterruptVect),
603         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
604           (newReg): assume new registers unused, use correct name in
605             hashtable (reg->name instead of name), more debugLog output
606         * src/pic/device.h (PIC_device): added fields for verbose output
607         * src/pic/device.c: moved device definition to pic14devices.txt,
608             added routines for runtime parsing of pic14devices.txt,
609             added support for second config word
610         * src/pic/main.c (_process_pragma): removed #pragma maxram,
611           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
612           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
613           (_pic14_parseOptions): moved pCodeInitRegisters here
614           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
615         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
616           (pCodeInitRegisters): rewrapped comments, perpared new approach to
617             handling the pseudo stack
618         * device/lib/Makefile.in: ignore failures in objects-pic16,
619         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
620         * device/lib/pic/NEWS: document new dependency on picXXX.lib
621         * device/lib/pic/Makefile.subdir,
622         * device/lib/pic16/Makefile.subdir: improved clean rules
623         * device/lib/pic/libdev/: NEW, pic14 device libraries
624         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
625         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
626         * device/include/Makefile.in: create subdir and install pic14 headers
627         * device/include/pic/p16f_common.inc: removed unused declarations
628         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
629             PICs from inc2h.pl v1.6,
630             replaced BIT_AT macros with struct declarations
631         * device/include/pic/pic14devices.txt: definition of supported devices,
632             all above improvements contributed by Zik Saleeba, thanks
633         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
634         * support/scripts/sdcc.nsi: also install pic14 device libraries and
635             headers
636
637 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
638
639         * device/include/mcs51/c8051f410.h: added interrupt numbers,
640         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
641           thanks to Charles Olds
642
643 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
644
645         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
646
647 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
648
649         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
650         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
651         * support/regression/bug1464657.c: added, new test
652
653 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
656           version number
657
658 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
659
660         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
661           --no-peep and --peep-file <file> are used don't use default rules but
662           do use the <file>
663
664 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * src/mcs51/gen.c (genCall): fixed bug 1457608
667
668 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
669
670         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
671         changes seem to cause (trigger?) problems with the build system.
672
673 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
674
675         * src/SDCCpeeph.c (operandsLiteral): new, added,
676           (callFuncByName): inserted operandsLiteral
677         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
678
679 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
680
681         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
682         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
683
684 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
685
686         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
687           implemented patch 1120823 Thanks to Willy De la Court (normal
688           interrupts need an interrupt number now if they are made critical),
689           and enabled nesting of critical functions though not for gbz80
690           (genCritical, genEndCritical): added functions
691           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
692         * src/z80/mappings.i: added "ei" to all mappings
693
694 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
695
696         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
697         submitted by the Debian SDCC maintainer Aurelien Jarno:
698         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
699         archive with gcc 4.1 on mips and wrote the patch"
700
701 2006-03-16 Raphael Neider <rneider AT web.de>
702
703         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
704           the left operand is shorter than the result (c* = lit-c* + int),
705           fixes bug #1450796
706         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
707           OP_SYMBOL
708
709 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
710
711         * src/.version: increased version number to 2.5.5
712         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
713         linking is done manually in pic16 port's _linkEdit,
714         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
715         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
716         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
717         allocate asmop as AOP_ACC,
718         (aopForRemat): added parameter 'bool result' in function declaration,
719         (pic16_aopGet): return AOP_ACC when accessing WREG,
720         (pic16_popGetTempReg): minor modification,
721         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
722         'pic16_allocWithIdx',
723         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
724         calling function in absolute addresses,
725         (genAssign): take into account AOP_ACC asmop,
726         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
727         * src/pic16/pcoderegs.c: some debug functions and lines added,
728         * src/pic16/ralloc.c (decodeRegType): added but commented out,
729         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
730         register too,
731         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
732         call to allocReg, not by manually allocating a new one,
733         (pic16_assignRegisters): now before going through the register
734         allocating functions mark all registers as free. This eliminates some
735         side effects resulting from peephole parser done earlier in the backbone
736
737 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
738
739         * src/SDCCicode.c (geniCodeLogic),
740         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
741
742 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
743
744         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
745           (genSend): bugfix, do not allocate and free twice,
746           (shiftRLong): handle partially overlapping aops
747         * support/regression/tests/bitopcse.c: fixed warning redefined idata
748
749 2006-03-08 Borut Razem <borut.razem AT siol.net>
750
751         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
752           for pic16
753
754 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
755
756         * support/regression/tests/bug1409955.c: new, added
757         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
758         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
759           (aopForSym, aopOp): increment asmop.allocated if reused,
760           (freeAsmop): decrement asmop.allocated and check for zero instead of
761           using asmop.freed,
762           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
763           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
764            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
765            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
766            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
767            genSignedRightShift, genRightShift, genDataPointerGet,
768            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
769            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
770             in reverse order from allocation,
771           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
772             added swappedLR to keep track
773         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
774           pdata & code for GCC, z80, gbz80 & hc08
775         * support/regression/tests/zeropad.c: moved defines to testfwk.h
776
777 2006-03-08 Raphael Neider <rneider AT web.de>
778
779         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
780
781 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
782
783         * device/include/mcs51/c8051f410.h: new SiLabs mcu
784         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
785         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
786
787 2006-03-06 Borut Razem <borut.razem AT siol.net>
788
789         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
790           made the linker quiet
791
792 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
793
794         * src/pic16/gen.c (genPcall): fixed bug #1443644
795         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
796         which dumps before the function entry point a data byte which represents
797         the number of the local variables used by the specified function, added
798         'xinst' for initial support for Extended Instruction Support,
799         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
800         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
801         port->fun_prefix anymore (may change later),
802         (genFunction, genEndFunction): do not store/restore local registers for
803         _main (this should take care the --main-return command line option in
804         the future),
805         (genOr): removed some legacy pic-port instructions,
806         * src/pic16/genarith.c (genAddLit): re-enabled old code because
807         performing operations with SFR's causes data to be written more than
808         once to each SFR. Perhaps SFRs should be handled in special cases...
809         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
810         pcode.h
811         * src/pic16/main.c (_process_pragma): stack bound checking did not take
812         into account for stack starting position,
813         (struct OPTIONS pic16_optionsTable): added command line argument
814         --extended or -y for Extended Instruction Support,
815         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
816         (deassignLRs): *** perhaps the most important change, old 'for' code
817         (commented out for reference), didn't account for some registers which
818         were left marked 'not free' after a pointer operation. The change
819         reduces register usage a lot in some cases
820
821 2006-03-04 Borut Razem <borut.razem AT siol.net>
822
823         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
824           _clean
825         * support/regression/tests/bug-524697.c: decreased array size for
826           mcs51 to fit into the internal RAM
827         * support/regression/Makefile.in: a little bit more verbose
828
829 2006-03-03 Borut Razem <borut.razem AT siol.net>
830
831         * support/regression/fwk/lib/testfwk.c,
832           support/regression/fwk/include/testfwk.h: introduced function
833           _prints(), nonrecursive _printn(), call _initEmu() from main()
834         * support/regression/ports/gbz80/support.asm,
835           support/regression/ports/ucz80/support.asm,
836           support/regression/ports/z80/support.asm,
837           support/regression/ports/ds390/support.c,
838           support/regression/ports/hc08/support.c,
839           support/regression/ports/host/support.c,
840           support/regression/ports/mcs51/support.c,
841           support/regression/ports/xa51/support.c: added empty _initEmu()
842           function
843         * support/regression/ports/pic16/gpsim.cmd,
844           support/regression/ports/pic16/spec.mk,
845           support/regression/ports/pic16/support.c,
846           support/regression/Makefile.in: added pic16 regression test
847
848 2006-03-01 Raphael Neider <rneider AT web.de>
849
850         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
851           genConstPointerGet): use safe way of generating MOVFF to cover
852             literals as well as registers, fixes bug #1440527
853         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
854             dereference
855           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
856             more correctly, fixes bug #1232186
857           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
858         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
859             gplink guess the correct processor in more cases, applied patch
860             from Till Riedel attached to and fixing bug #1436552
861
862 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
863
864         * support/regression/tests/array.c: added, contains check for #1434401
865         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
866
867 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
868
869         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
870         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
871         * device/include/mcs51/c8051f326.h,
872         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
873         * device/include/mcs51/c8051f000.h,
874         * device/include/mcs51/c8051f018.h,
875         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
876           PCON_IDLE,PCON_STOP and added sfr16 definitions
877
878 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
879
880         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
881           genGetWord): fixed bug 1409955
882
883 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
884
885         * device/include/hc08/mc68hc908gp32.h,
886         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
887
888 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
889
890         * src/SDCCast.c (constExprValue): return NULL if not a value
891         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
892         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
893         * support/regression/tests/bitfields.c: enabled signed bitfield for all
894
895 2006-02-13 Borut Razem <borut.razem AT siol.net>
896
897         * src/regression/ptrarg.c: added, fails due to bug #1430967
898         * src/regression/Makefile: ptrarg.c added, ...
899
900 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
901
902         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
903         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
904
905 2006-02-11 Borut Razem <borut.razem AT siol.net>
906
907         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
908           print "Processor: xxx" message to stdout only if --verbose
909
910 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
911
912         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
913         * support/regression/tests/bug1426356.c: added
914         * support/regression/tests/bitfields.c: removed 2 tests
915
916 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
917
918         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
919         * device/include/mcs51/c8051f330.h,
920         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
921           PCON_IDLE,PCON_STOP and added sfr16 definitions
922         * device/lib/_divsint.c,
923         * device/lib/_divuint.c,
924         * device/lib/_divulong.c,
925         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
926           register bank bug for small stackauto
927
928 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
929
930         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
931
932 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
933
934         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
935         * all.dsp: corrected several bin paths
936         * device/include/mcs51/c8051f120.h,
937         * device/include/mcs51/c8051f300.h,
938         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
939           to PCON_IDLE,PCON_STOP
940         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
941         * device/lib/printf_large.c (output_float): fixed bug 1388703
942         * support/regression/tests/bug1057979.c: added test for bug 1388703
943
944 2006-02-08 Raphael Neider <rneider AT web.de>
945
946         * src/pic/pcode.c (pciTRIS): fixed typo,
947           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
948           (LinkFlow): fixed handling of flows that end in a call,
949           (ReuseReg): perform safety check earlier
950         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
951             to work with flows at the beginning of a pBlock,
952             fixes #1426557 (Symbol not previously defined),
953           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
954             usage information
955           (RemoveUnusedRegisters): update register usage info
956         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
957             created, reuse existing ones instead
958         * src/pic/gen.c (genPcall): fixed #1424719
959
960 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
961
962         * link/z80/lkmain.c,
963         * link/z80/lklex.c,
964         * link/z80/lkdata.c,
965         * link/z80/aslink.h: fixed build on current cygwin:
966         replaced getline() by lk_getline()
967
968 2006-02-01 Borut Razem <borut.razem AT siol.net>
969
970         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
971           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
972           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
973           src/regression/bool1.c, src/regression/bool2.c,
974           src/regression/bool3.c, src/regression/call1.c,
975           src/regression/compare.c, src/regression/compare10.c,
976           src/regression/compare2.c, src/regression/compare3.c,
977           src/regression/compare4.c, src/regression/compare5.c,
978           src/regression/compare6.c, src/regression/compare7.c,
979           src/regression/compare8.c, src/regression/compare9.c,
980           src/regression/configword.c, src/regression/for.c,
981           src/regression/inline.c, src/regression/mult1.c,
982           src/regression/nestfor.c, src/regression/or1.c,
983           src/regression/pointer1.c, src/regression/ptrfunc.c,
984           src/regression/rotate1.c, src/regression/rotate2.c,
985           src/regression/rotate3.c, src/regression/rotate4.c,
986           src/regression/rotate5.c, src/regression/rotate6.c,
987           src/regression/rotate7.c, src/regression/string1.c,
988           src/regression/struct1.c, src/regression/sub.c,
989           src/regression/sub2.c, src/regression/switch1.c,
990           src/regression/while.c, src/regression/xor.c,
991           src/regression/create_stc, src/regression/simulate,
992           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
993           regression tests
994         * src/regression/gpsim_assert.h: added
995
996 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
997
998         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
999         ((void (code *) (void)) 0) ();
1000         * as/hc08/aslex.c,
1001         * as/hc08/aslink.h,
1002         * as/hc08/asm.h,
1003         * as/hc08/asmain.c,
1004         * as/hc08/lkdata.c,
1005         * as/hc08/lklex.c,
1006         * as/hc08/lkmain.c,
1007         * as/mcs51/aslex.c,
1008         * as/mcs51/aslink.h,
1009         * as/mcs51/asm.h,
1010         * as/mcs51/asmain.c,
1011         * as/mcs51/lkdata.c,
1012         * as/mcs51/lklex.c,
1013         * as/mcs51/lkmain.c,
1014         * as/z80/aslex.c,
1015         * as/z80/asm.h,
1016         * as/z80/asmain.c: fixed build on current cygwin:
1017         replaced getline() by as_getline()
1018
1019 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1020
1021         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1022         declarator in the symbol chain
1023         * src/SDCCsymt.h,
1024         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1025         parameter list for function pointers
1026         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1027         * support/regression/tests/bug-716242.c: added
1028
1029 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1030
1031         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1032         offset if possible
1033         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1034
1035 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1036
1037         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1038         inifinitely recurseable, added static
1039         * support/regression/tests/bug-1408066.c: added
1040
1041 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1042
1043         * src/SDCCicode.h,
1044         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1045         renamed, added possibility to create "postLoopLbl"-labels
1046         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1047         newiTempLoopHeaderLabel
1048         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1049         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1050         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1051         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1052         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1053         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1054         (basicInduction): fixed bug #136564, made static,
1055         (loopInduction): changed parameter of basicInduction, made static,
1056         (addPostLoopBlock): added
1057         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1058         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1059         findLoopEndSeq
1060         * support/regression/tests/bug-136564.c: added
1061         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1062         --std-sdcc99 to LIBSDCCFLAGS
1063
1064 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1065
1066         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1067         while loop
1068         * support/regression/tests/bug-1406131.c: added
1069
1070 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1071
1072         * src/SDCCast.c (decorateType): fix promotion of unary minus
1073         * src/SDCCsymt.c (computeType): beautified
1074         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1075         (valUnaryPM, valComplement): fix sign and promotion,
1076         (valNot): ANSI: result type is int (SDCC: unsigned char)
1077         * support/regression/tests/uminus.c: speedup by removing superflous
1078         test case 'int'
1079         * support/regression/tests/onebyte.c: added promotion and signedness
1080         tests for unary minus
1081         * support/regressions/tests/bug-477927.c: disable warning about
1082         uninitialized variables
1083         * support/regression/tests/not.c: added
1084
1085 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1086
1087         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1088         * src/mcs51/gen.c (gen51Code): show final register usage after
1089         fillGaps in asm with --i-code-in-asm
1090         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1091         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1092         incUsed, rliveClear, adjustIChain): made static,
1093         (setFromRange): excluded because it's unused,
1094         (findPrevUseSym, markWholeLoop): added,
1095         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1096         through all branches of predecessors enables sdcc to emit the warning
1097         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1098         (rlivePoint): made static, added parameter emitWarnings which is only
1099         true during the first run out of two,
1100         (findRecursiveSucc, findRecursivePred): removed,
1101         (computeLiveRanges): made static, added parameter emitWarnings,
1102         (dumpIcRlive): added for debugging only
1103         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1104         removed prototype of setFromRange()
1105         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1106         in call of computeLiveRanges()
1107         * support/regression/tests/bug-895992.c: added
1108         * support/regression/tests/bug-971834.c: added
1109         * support/valdiag/tests/bug-895992.c: added
1110         * support/valdiag/tests/bug-971834.c: added
1111
1112 2005-12-18 Raphael Neider <rneider AT web.de>
1113
1114         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1115           (genUnpackBits): improved code for direct operands,
1116           (genPackBits): improved code for literal assignment to bitfields
1117             and for direct destination operands (no FSR indirection),
1118             prevented redundant AND, fixes #1362800,
1119           (AccLsh): added parameter to disable masking of the result
1120         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1121           skip instructions with side-effects (like incfsz),
1122           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1123         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1124         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1125           fixes #1375263
1126
1127 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1128
1129         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1130         volatile variables as spill location
1131
1132 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1133
1134         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1135         replacing literals
1136         * support/regression/tests/bug-1376320.c: added
1137
1138 2005-12-08 Raphael Neider <rneider AT web.de>
1139
1140         * src/pic/device.c: renamed is_shared to pic14_is_shared
1141         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1142         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1143           (is_valid_identifier): added for above workaround
1144
1145 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1146
1147         * device/lib/Makefile.in: fixed to enable port-specific-objects
1148         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1149           char, thanks Hubert Sack
1150         * doc/sdccman.lyx: documented --xstack-loc,
1151           elaborated a bit more on interrupts and pitfalls,
1152           removed "setjmp/longjmp unsupported",
1153           documented some unsupported C99 features
1154         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1155         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1156           if, thanks Hubert Sack
1157         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1158         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1159           make make_library
1160         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1161           regression tests can report resource usage (rfe 700441)
1162         * support/regression/collate-results.py: report resource usage
1163         * support/regression/ports/ds390/spec.mk,
1164         * support/regression/ports/hc08/spec.mk,
1165         * support/regression/ports/mcs51/spec.mk,
1166         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1167         * support/regression/ports/ds390/uCsim.cmd,
1168         * support/regression/ports/hc08/uCsim.cmd,
1169         * support/regression/ports/mcs51/uCsim.cmd,
1170         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1171         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1172           library, use the default one
1173         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1174           building the library
1175
1176 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * config.dsp: added dependency on .version and configure_vc.awk
1179         * device/include/setjmp.h: updated for --stack-auto and --xstack
1180         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1181         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1182         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1183         * device/lib/libsdcc.lib: added _setjmp
1184         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1185           (decorateType): fixed bug 1372851,
1186           (optimizeGetHbit): fixed warning
1187         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1188           array initialisation
1189         * support/regression/tests/bug1057979.c: added test for bug 1358192
1190         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1191
1192 2005-12-03 Borut Razem <borut.razem AT siol.net>
1193
1194         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1195           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1196
1197 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1198
1199         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1200         createIval): implement symbol independant "flexible array member",
1201         (createIvalCharPtr): implemented flexible array initialisation with a
1202         string
1203         * src/SDCCsymt.c (copyStruct): removed,
1204         (getSize): fixed misleading comment,
1205         (getAllocSize): removed, the additional allocation size is now in
1206         sym->flexArrayLength,
1207         (checkStructFlexArray): new, syntax checks for flexible array members,
1208         (compStructSize): added syntax checks for "flexible array members"
1209         (copyStruct): removed,
1210         (copyLinkChain): removed inefficient fix for bug 770487
1211         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1212         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1213         symbol->flexArrayLength
1214         * src/SDCCerr.c,
1215         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1216         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1217         * support/regression/tests/structflexarray.c: added
1218         * support/valdiag/tests/structflexiblearray.c: added
1219
1220 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1221
1222         * src/SDCCast.c (decorateType): fixed bug 1368489
1223         * support/Util/SDCCerr.c,
1224         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1225
1226 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1227
1228         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1229           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1230
1231 2005-11-27 Borut Razem <borut.razem AT siol.net>
1232
1233         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1234           support/cpp2/mkdeps.h: added command line option
1235           -obj-ext=<extension> to SDCPP to define object file externion, used
1236           for generation of make dependencies (-M)
1237         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1238
1239 2005-11-26 Borut Razem <borut.razem AT siol.net>
1240
1241         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1242           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1243           added pic and pic16 libraries
1244
1245 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1246
1247         * device/include/float.h: Corrected typo in prototype of __fsgt
1248
1249 2005-11-25 Borut Razem <borut.razem AT siol.net>
1250
1251         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1252           added creation of model-mcs51-stack-auto libraries
1253
1254 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1255
1256         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1257         and fields-list too
1258         * src/SDCCast.c (createIvalArray): removed obsolete comment
1259
1260 2005-11-24 Borut Razem <borut.razem AT siol.net>
1261
1262         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1263           added missing device/lib/mcs51/crt*.asm sources
1264
1265 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1266
1267         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1268
1269 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1270
1271         * device/lib/_fs2schar.c,
1272         * device/lib/_fs2sint.c,
1273         * device/lib/_fs2slong.c: optimized inline asm
1274
1275 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1276
1277         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1278           Better handling of floats between -1.0 and 0.0.
1279
1280 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1281
1282         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1283           (the missing "if"s prohibited removal of redundant labels)
1284
1285 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1286
1287         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1288           Properly convert floats between -1.0 and 0.0 to long, int, and char
1289           types (max integer value of negative floats tends to zero).
1290         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1291           Removed changes made so to work properly with floats between
1292           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1293           and _fs2char.c
1294
1295 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1296
1297         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1298         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1299         (genCast) cosmetic change
1300         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1301         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1302         from mcs51
1303         * support/regression/tests/bitfields (testSignedBitfields): added
1304
1305 2005-11-18 Borut Razem <borut.razem AT siol.net>
1306
1307         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1308         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1309           introduced SILENT option to make building of pic16 libraries less
1310
1311 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1312
1313         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1314           Now they work properly with floats between -1.0 and 0.0
1315         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1316
1317 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1318
1319         * src/SDCCicode.c (printOperand): added missing else
1320
1321 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1322
1323         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1324         reformatted for better readability
1325         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1326         signed bitfields
1327
1328 2005-11-17 Borut Razem <borut.razem AT siol.net>
1329
1330         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1331           introduced SILENT option to make building of pic16 libraries less
1332           verbose - used for nightly snapshot build
1333         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1334           available on Win32 platforms.
1335         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1336           medium, large, pic and pic16
1337
1338 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1339
1340         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1341           printf("%f"...) sets fraction to zero.
1342
1343 2005-11-16 Raphael Neider <rneider AT web.de>
1344
1345         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1346           fixes #1357221
1347         * src/pic/gen.c (genIfx): implemented for CARRY bit
1348         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1349           to generic pointers, fixes #1357332,
1350           (pic16_movLit2f): NEW,
1351           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1352
1353 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1354
1355         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1356
1357 2005-11-11 Raphael Neider <rneider AT web.de>
1358
1359         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1360         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1361           compute pointer's type from operand,
1362           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1363           improved single bit reads, fixes bug #1353379
1364
1365 2005-11-09 Borut Razem <borut.razem AT siol.net>
1366
1367         * support/scripts/sdcc.nsi: added lib/pic to the package
1368
1369 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1370
1371         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1372
1373 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * support/regression/tests/bug1348008.c: added
1376         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1377         * support/regression/tests/bug1337835.c: updated comment
1378
1379 2005-11-06 Borut Razem <borut.razem AT siol.net>
1380
1381         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1382           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1383           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1384           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1385           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1386           dynamic construction of cl_error_class and derivates - 2.nd try
1387
1388 2005-11-05 Borut Razem <borut.razem AT siol.net>
1389
1390         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1391           bug, which caused Bus Errors on sparc solaris
1392
1393 2005-11-04 Borut Razem <borut.razem AT siol.net>
1394
1395         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1396           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1397           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1398           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1399           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1400           and derivates to resolve the initialization problem on OSX
1401
1402 2005-11-02 Borut Razem <borut.razem AT siol.net>
1403
1404         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1405           corrected typo - #include <winsock2.h>
1406
1407 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1408
1409         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1410           (_asxxxx_mapping): added org directive for future enhancements
1411
1412 2005-11-01 Borut Razem <borut.razem AT siol.net>
1413
1414         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1415           enabled sockets on WIN32
1416         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1417
1418 2005-10-31 Borut Razem <borut.razem AT siol.net>
1419
1420         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1421           WIN32 backslash path delimiters should be escaped when used in C strings
1422         * support/regression/tests/bitfields.c: exclude failing assertions for
1423           __CYGWIN32__ and __MINGW32__ hosts
1424
1425 2005-10-30 Borut Razem <borut.razem AT siol.net>
1426
1427         * src/SDCCutil.c: corrected double comparison typo
1428
1429 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1430
1431         * device/lib/medium/Makefile: added for new memory model medium
1432         * device/include/asm/mcs51/features.h: updated for medium/pdata
1433         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1434           added Multiply & Accumulate sbit's and MAC0_PAGE define
1435         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1436         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1437         * device/lib/_mullong.c: update for medium model
1438         * device/lib/incl.mk: added medium model
1439         * doc/sdccman.lyx: documented medium model
1440         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1441         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1442         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1443         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1444           (allocParms): set SCLS and OCLS to pdata for medium model
1445         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1446           for pdata,
1447           (powof2): return <0 if not power of 2
1448         * src/avr/gen.c (genBitWise): use updated powof2
1449         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1450           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1451           (shiftLLeftOrResult): use B if necessary
1452         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1453         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1454         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1455         * support/regression/Makefile.in: added test-mcs51-medium
1456         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1457
1458 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1459
1460         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1461         specifier unsigned
1462         * device/lib/time.c (mktime): fixed bug 1334315
1463
1464 2005-10-28 Raphael Neider <rneider AT web.de>
1465
1466         * device/include/pic/p16f_common.inc: added common declarations
1467         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1468
1469 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1470
1471         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1472           (aopPutUsesAcc): added to predict accumulator use,
1473           (assignResultValue): save acc if necessary,
1474           (genMinusDec): store result if indirectly addressed,
1475           (genDivOneByte):  save acc if necessary,
1476           (movLeft2Result): bugfix if left already in acc,
1477           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1478             attention to accumulator use (esp. pdata),
1479           (genReceive): receive pdata correctly
1480         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1481         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1482
1483 2005-10-27 Raphael Neider <rneider AT web.de>
1484
1485         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1486
1487 2005-10-27 Raphael Neider <rneider AT web.de>
1488
1489         * .version: changed version to 2.5.4
1490         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1491         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1492           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1493             arithmetics support routines
1494         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1495         * device/lib/Makefile.in: also create installdir for pic
1496
1497         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1498           pic14 port as well
1499         * src/pic/device.c (dump_sfr): rewritten to delegate register
1500           placement to the linker (use `extern sym' rather than sym EQU addr),
1501           (validAddress): fixed to check last specified address
1502         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1503           (popGetLit): truncate literal value to 8 bit,
1504           (popGet): moved assert to more appropriate place
1505           (popGetExternal): create pCode operand from and mark the according
1506             symbol as being `extern'
1507           (popGetAddr): added sanity check on immediate's offset, provide
1508             GPOINTER tag on demand
1509           (aopPut): fixed for immediates,
1510           (mov2w_op): move operand's address or contents to WREG (depending on
1511             operand type), safer variant of mov2w,
1512           (movwf,call_libraryfunc): NEW, handy abbreviations,
1513           (get_argument_pcop,get_return_val_pcop,pass_argument,
1514           get_returnvalue): interface for accessing function parameters and
1515             return values,
1516           (assignResultValuei,genRet): use new parameter/return value interface
1517           (pic14_getDataSize): back to old version handling generic pointers,
1518           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1519             provided implementation and/or fixed old one,
1520           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1521             calls, removed legacy 8051 reference code
1522           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1523           (loadSignToC): NEW, move the operands sign bit to CARRY,
1524           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1525             genRightShiftSigned, accepts negative shift counts,
1526           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1527           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1528             generic pointers, __data pointers and __code pointers,
1529           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1530             and signed bitfields, limit bitfields to 8 bit,
1531           (genDataPointerGet): fixed number of bytes read,
1532           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1533           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1534             pointers to constant data are no longer assumed to point to __code
1535             space, removed invalid pointer types,
1536           (bitpatternFromVal): retrieve the PICs representation of an integer
1537             or float literal,
1538           (genDataPointerSet): fixed assigning to po_immediate operands,
1539           (genGenPointerSet): implemented as library call,
1540           (genIfx): fixed incorrect condition,
1541           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1542             provide GPOINTER tag according to destination's storage class,
1543           (genCast): added code to handle casting to generic pointers, added
1544             sign-/zero extension of the result
1545           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1546         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1547         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1548           extend the result
1549         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1550           address/register resides in the shared banks
1551           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1552             put all variables into separate sections (have the linker arrange
1553             them)
1554           (picglue): put init code and interrupt handlers in separate sections
1555         * src/pic/main.c: added port specific options table, modified to PORT
1556           structure to make GPOINTERs 3 byte, added pic14_options
1557           (_pic14_do_link): private linking routine (update paths to libraries,
1558             add libsdcc.lib by default)
1559         * src/pic/main.h: declare pic14_options
1560         * src/pic/pcode.c: fixed instructions i/o relations,
1561           (RegCond): reverted to correct version,
1562           (newpCodeOpLit): truncate literals to 8 bit,
1563           (genericPrint): added debug output,
1564           (getRegFromInstruction): fixed for various operand types, simplified
1565           (BuildFlow): fixed broken handling of isntructions with labels
1566           (LinkFlow): start at last instruction in flow (skip trailing comments),
1567             pass the flow on to the next instruction after CALL
1568           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1569           (insertPCodeInstruction): fixed inserting after a skip instruction,
1570           (DoBankSelect): fixed for labeled instructions
1571           (OptimizepBlock): honor --nopeep switch
1572           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1573         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1574         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1575           (pCodeOptime2pCodes): allow disabling this optimization via
1576             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1577             but is still buggy), started implementation of a dataflow based
1578             pCode optimization (CSE + dead code elimination)
1579           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1580         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1581           names are independant of the stack location and therefore portable across
1582           devices
1583
1584 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1585
1586         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1587           (selectSpil): fixed bug 1337835 by not spilling bit variables
1588         * support/regression/tests/bug1337835.c: added test for this bug
1589         * src/mcs51/peeph.def: restart after rule 3.c,
1590           addded rules 263.x to optimize loading constants
1591
1592 2005-10-26 Raphael Neider <rneider AT web.de>
1593
1594         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1595         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1596           (genAssign): emit warning when casting literals to generic pointer
1597             type, also applies when taking the address of a fixed variable,
1598           (genCast): improved casting to generic pointers
1599         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1600           extern variables, added verbose error message
1601         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1602
1603 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1604
1605         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1606         carry must be complemented too
1607         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1608         could be emitted by genMinus
1609         * src/SDCCval.c (constVal): fixed bug 1305065
1610
1611 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1612
1613         * src/SDCCast.c (addCast): added promotion for bit variables
1614         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1615         promotion casts + optimisation
1616         (optimizeGetWord): fix warning 'i' might be used uninitialized
1617         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1618         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1619
1620 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1621
1622         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1623         all chars are promoted to int; promotion should be handled in SDCCast.c
1624
1625 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1626
1627         * device/lib/_strcmp.c: Fixed bug 1326457
1628
1629 2005-10-11 Raphael Neider <rneider AT web.de>
1630
1631         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1632         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1633
1634 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1635
1636         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1637         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1638
1639 2005-10-04 Raphael Neider <rneider AT web.de>
1640
1641         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1642           device/lib/pic16/pics.all: added pic18f1320
1643         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1644
1645 2005-09-30 Raphael Neider <rneider AT web.de>
1646
1647         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1648         * src/pic16/devices.inc: NEW, provides device descriptions
1649         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1650
1651 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1652
1653         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1654           GETHBIT
1655
1656 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1657
1658         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1659           documented Any Order Bit, Higher Order Byte and Higher Order Word
1660         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1661         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1662           (optimizeGetAbit): new, to get any bit, not only the high bit,
1663           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1664           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1665           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1666           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1667             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1668             GETABIT, GETBYTE, GETWORD: decorate them,
1669           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1670           (ast_print): added GETABIT, GETBYTE, GETWORD
1671         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1672         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1673           (geniCodeBinary): new generic binary icode,
1674           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1675         * src/port.h: updated comment for PORT.hasExtBitOp
1676         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1677           (genGetByte): new, to get a single byte,
1678           (genGetWord): new, to get a word from a long,
1679           (gen51Code): added GETABIT, GETBYTE, GETWORD
1680         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1681
1682 2005-09-23 Raphael Neider <rneider AT web.de>
1683
1684         * configure.in, configure: have device/lib/pic configured
1685         * device/lib/Makefile.in: added model-pic14
1686         * device/lib/clean.mk: added pic/ to clean rule
1687         * device/lib/pic: added rudimentary pic14 library providing support
1688           functions for multiplication/division/generic pointer access
1689         * src/SDCCopt.c (convilong): mark support functions as extern
1690           for pic14 port as well
1691         * src/pic/gen.c (genMult): added assertions,
1692           (genpic14Code): emit warning on unhandled iCodes
1693         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1694         * src/pic/pcode.c (pCodeOpCopy),
1695         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1696           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1697           SFR_REGISTER}), made safe for future extensions
1698         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1699           instructions even if preceeded by SKIP instructions (also remove
1700           them); removed unused code
1701         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1702           prevents leaving parts of the structure uninitialized after copying
1703
1704 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1705
1706         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1707           ago by me
1708         * support/regression/tests/addsub.c: added test for the bug
1709
1710 2005-09-21 Raphael Neider <rneider AT web.de>
1711
1712         * device/include/pic16/pic18f1220.h,
1713           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1714         * device/lib/pic16/Makefile.rules: added missing opening paren
1715         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1716           are provided in genutils.c,
1717           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1718           operand/result sizes,
1719           (genCmp): assert on NULL pointers first, then check deref'ed values
1720         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1721           result size
1722
1723 2005-09-18 Raphael Neider <rneider AT web.de>
1724
1725         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1726           as these are now unused,
1727           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1728         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1729           local, avoids uninitialized pointer dereference on r->name
1730         * src/pic16/ralloc.c (newReg): fixed indentation
1731
1732 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1733
1734         * src/SDCCval.c (constVal): fixed bug 730366
1735         * support/Util/SDCCerr.c,
1736         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1737
1738 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1739
1740         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1741
1742 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1743
1744         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1745
1746 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1747
1748         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1749           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1750         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1751           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1752         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1753         * packihx/packihx.c (hexDigit): made c unsigned char
1754         * as/mcs51/lklibr.c (fndsym),
1755         * link/z80/lkgb.c (gb),
1756         * link/z80/lklibr.c (fndsym),
1757         * link/z80/lkrloc.c (relr),
1758         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1759         * src/SDCC.lex (checkCurrFile, process_pragma),
1760         * src/SDCCglue.c (spacesToUnderscores),
1761         * src/SDCCmain.c (setParseWithComma, processFile),
1762         * src/asm.c (tvsprintf, printCLine),
1763         * src/avr/gen.c (emitcode, aopPut),
1764         * src/ds390/gen.c (emitcode),
1765         * src/hc08/gen.c (emitcode, emitinline),
1766         * src/mcs51/gen.c (emitcode, genInline),
1767         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1768           tokenizeLineNode),
1769         * src/pic/ralloc.c (debugLog),
1770         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1771           tokenizeLineNode),
1772         * src/pic16/ralloc.c (debugLog),
1773         * src/z80/main.c (_process_pragma):
1774            made all ctype.h function calls safe
1775         * src/SDCCopt.c: include math.h for fabs
1776         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1777           and used them throughout the code to make ctype.h function calls safe
1778         * src/ds390/main.c (asmLineNodeFromLineNode),
1779         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1780         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1781            unsigned char*
1782         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1783           (newpCodeAsmDir): made ctype.h function calls safe
1784         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1785           pic16_emitcode):  made lbp unsigned char*
1786         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1787           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1788         * src/xa51/gen.c (emitcode),
1789         * src/z80/gen.c (_emit2): made lbp unsigned char*
1790         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1791            char*
1792
1793 2005-09-05 Raphael Neider <rneider AT web.de>
1794
1795         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1796           access bank splitpoint
1797
1798 2005-09-05 Raphael Neider <rneider AT web.de>
1799
1800         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1801
1802 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1803
1804         * .version: changed to version 2.5.3
1805         * doc/sdccman.lyx: changed version to 2.5.3,
1806           documented --codeseg and --constseg and pragma codeseg and constseg,
1807           documented bit parameters (reentrant) and bit returning
1808         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1809            currFunc->recvSize, but is this ok for all ports?
1810           (ast2iCode): result of ~ on unsigned char must be cast to int for
1811            bool to work
1812         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1813           function pointers in bit space
1814         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1815           (processFuncArgs): call port.reg_parm() with reentrancy info
1816         * src/port.h,
1817         * src/avr/main.c,
1818         * src/ds390/main.c,
1819         * src/hc08/main.c,
1820         * src/pic/main.c,
1821         * src/pic16/main.c,
1822         * src/xa51/main.c,
1823         * src/z80/main.c: port.reg_parm prototype extended with
1824           "bool reentrant" parameter
1825         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1826           options.stackAuto for allocating bit register parameters
1827         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1828           (genSend): set BitBankUsed if it is,
1829           (selectRegBank): factored out of genCall for use in genPcall,
1830           (genCall): removed redundant dtype assignmen, use selectRegBank,
1831           (genPcall): handle returning in Carry properly, save in F0 if needed,
1832           (genReceive): handle bit register parameters
1833         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1834           (mcs51_assignRegisters): enable bit registers for all reentrant
1835            functions and don't set BitBankUsed unconditionally
1836         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1837         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1838         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1839
1840 2005-08-27 Borut Razem <borut.razem AT siol.net>
1841
1842         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1843         ppc-osx (Darwin) does not support -u option. It seems that it is
1844         supported only on Linux - GNU cp
1845
1846 2005-08-25 Borut Razem <borut.razem AT siol.net>
1847
1848         * sim/ucsim/gui.src/serio.src/Makefile.in,
1849           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1850           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1851           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1852           install and strip, since the strip at /usr/ccs/bin should be used
1853           on solaris
1854
1855 2005-08-24 Borut Razem <borut.razem AT siol.net>
1856
1857         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1858
1859 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1860
1861         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1862         ffffffffu
1863
1864 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1865
1866         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1867         * as/mcs51/lkmain.c (link_main): fixed warning
1868         * device/include/stdbool.h: ds390 has no advanced bit support yet
1869         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1870         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1871         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1872           and updated their macros
1873         * src/SDCCval.c (constVal): updated comment for renamed b_long
1874
1875 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1876
1877         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1878         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1879           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1880           (oprio): set priority for '['
1881         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1882            and adb_24_bit
1883         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1884         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1885         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1886         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1887           added overlayable BIT_BANK area
1888         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1889           (summary2): explain 'T' in legenda
1890         * as/mcs51/lkrloc.c: replaced old K&R style,
1891           (relr): added R_BIT processing,
1892           (errmsg): added "Bit-addressable relocation error",
1893           (adb_bit): added for converting from byte- to bit-addressable space,
1894           (adb_24_bit): added for converting from byte- to bit-addressable space
1895         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1896            used in reentrant functions now even as return value
1897         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1898         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1899           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1900         * src/SDCCglobl.h: added indicator BitBankUsed
1901         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1902            the bit registers b0-b7
1903         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1904           (geniCodeCast): fixed bug 1263853,
1905           (geniCodeLogicAndOr): put result in bool or char,
1906           (geniCodeReceive): added parameter func for accessing the return type,
1907           (geniCodeFunctionBody): pass func to geniCodeReceive
1908         * src/SDCCmain.c: added indicator BitBankUsed
1909         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1910         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1911           (checkSClass): don't put automatic bool/bit on stack,
1912           (checkFunction): removed check on function cannot return bit
1913         * src/SDCCsymt.h: added newBoolLink prototype
1914         * src/mcs51/gen.c (rb1regs): added bit registers,
1915           (movc): created for assigning to carry,
1916           (pushReg, popReg): created for pushing registers,
1917           (sameRegs): check both AOP_REG and AOP_CRY types,
1918           (aopOp): handle bit registers,
1919           (aopPut): optimization no self-assign,
1920           (saveRegisters): push reg->base (bits) only once for bit registers,
1921            and use pushReg,
1922           (unsaveRegisters): pop reg->base only once and use popReg,
1923           (assignResultValue): added parameter func and return in carry for bits,
1924           (genIpush): optimization no reload in A if not changed,
1925           (genSend): bit parameters in reentrant functions are passed in bit
1926            registers by first assigning to bits in B, then save registers and
1927            copy B to bits,
1928           (genCall): handle returning in Carry properly, save it in F0 if needed,
1929           (genPcall): updated assignResultValue call, this is not safe yet for bit
1930            returning function !!!
1931           (genFunction): don't generate equ's for bit registers and use pushReg,
1932           (genEndFunction): take care of bit returning functions and use popReg,
1933           (genRet): return bit in Carry,
1934           (genIfx): optimize bit registers and other directly addressable bits,
1935           (genReceive): updated assignResultValue call
1936         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1937           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1938            registers when using stack-auto
1939         * src/mcs51/ralloc.c (_G): added allBitregs,
1940           (regs8051): added the bit registers,
1941           (createStackSpil): use macro IS_BIT,
1942           (getRegBit): added to allocate a bit register, else spill,
1943           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1944           (updateRegUsage): factored out to ease stepping while debugging,
1945           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1946            also allocate bit registers,
1947           (fillGaps): handle bit registers,
1948           (findAllBitregs): added to create bit vector with all bit registers,
1949           (mcs51_allBitregs): returns this bit vector,
1950           (mcs51_assignRegisters): when using stack-auto use bit registers for
1951            passing parameters and creating local variables
1952         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1953
1954 2005-08-22 Borut Razem <borut.razem AT siol.net>
1955
1956         * device/lib/Makefile.in: replaced find option -or with -o
1957           to make it run on solaris
1958
1959 2005-08-22 Raphael Neider <rneider AT web.de>
1960
1961         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1962           fixes #1265442 (crash on Solaris)
1963
1964 2005-08-20 Borut Razem <borut.razem AT siol.net>
1965
1966         * configure, configure.in: added tests for libsocket and libnsl libraries,
1967           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1968           from support/regression/Makefile.in
1969         * support/regression/Makefile.in: added
1970         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1971         * sim/ucsim/libtool: regenerated on sparc-solaris
1972         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1973           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1974           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1975           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1976           sparc-solaris, which doesn't use GNU ld linker
1977         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1978         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1979
1980 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1981
1982         * src/mcs51/peeph.def: updated comments
1983
1984 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1985
1986         * device/lib/_gptrget.c,
1987         * device/lib/_gptrput.c: slightly shorter
1988         * doc/sdccman.lyx: incremented version
1989         * src/mcs51/peeph.def: moved peephole comments to the line of first
1990           change to better keep line correlation, reanimated 186.e
1991         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1992
1993 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1994
1995         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1996           David Saxton with quotes around file name.
1997
1998 2005-08-15 Borut Razem <borut.razem AT siol.net>
1999
2000         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2001           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2002           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2003           make tests run on x86_64 platform
2004
2005 2005-08-13 Raphael Neider <rneider AT web.de>
2006
2007         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2008           as it might be executed DURING a build (parallel make is wonderful)
2009
2010 2005-08-13 Raphael Neider <rneider AT web.de>
2011
2012         * device/lib/Makefile.in (port-specific-objects-pic16):
2013           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2014         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2015           dependency
2016         * device/lib/pic16/Makefile.rules: build subdirs before creating
2017           the library, removed builddir rule, create $(builddir) early in
2018           recurse rule, use empty recurse rule for leaf directories
2019         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2020           mkdir errors (race condition), removed duplicate suffix "hex"
2021           from clean rules
2022         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2023         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2024           prevents mkdir -p from aborting on Alpha
2025
2026 2005-08-12 Raphael Neider <rneider AT web.de>
2027
2028         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2029           db-statements in order to allow for arrays of pointers in code
2030           sections to be placed without interspersed 0-padding, fixes
2031           bug #1256215
2032         * (emitStatistics): fixed division by zero for pic18f1220
2033         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2034           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2035         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2036         * (pic16_pCodeConstString): keep track of already emitted string
2037           literals to prevent "duplicate definitions of symbol _str_NR"
2038         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2039           debug message
2040         * device/lib/Makefile.in: ignore failing PIC16 library builds
2041         * device/lib/pic16/Makefile: do not build if gputils are missing
2042         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2043
2044 2005-08-10 Raphael Neider <rneider AT web.de>
2045
2046         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2047           my last commit)
2048
2049 2005-08-10 Raphael Neider <rneider AT web.de>
2050
2051         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2052           Rokas' patch to add the new fixed point type "__fixed16x16"
2053         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2054           functions for __fixed16x16 arithmetics
2055         * device/lib/pic16: reimplemented the build system to support
2056           a separate build directory, better handling of libio (create
2057           the library in a separate subdir for each architecture) and
2058           easier configuration (centralized in Makefile.common)
2059
2060 2005-08-07 Raphael Neider <rneider AT web.de>
2061
2062         * src/pic16/gen.c (genrshTwo): fixed sign extension
2063         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2064         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2065           added T0CONbits
2066         * device/include/pic16/pic18f4220.h: NEW, header for
2067           pic18f4220 and pic18f4320
2068         * device/include/pic16/pic18fregs.h: added new devices,
2069           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2070         * device/include/pic16/signal.h: resolved name clashes
2071           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2072           to also allow testing for interrupt enable bits, added
2073           comments on how to use the macros
2074         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2075         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2076           register definitions for the devices
2077         * device/lib/pic16/pics.all: added new devices
2078         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2079           allocated memory
2080         * device/lib/pic16/libc/stdlib/memfree: do not count
2081           the block header as free memory
2082         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2083           simplified and added missing end-of-blocklist-marker
2084           (reported by Peter Onion, fixes #1252814)
2085         * (_mergeHeapBlock): fixed loop condition
2086         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2087           len==0, restructured code
2088         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2089           up a bit, reduced bitfield accesses, prevent endless loops
2090           in case of heap corruption
2091         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2092           "unreferenced arguments/must return a value" warnings
2093         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2094           replaced BAUDREG with SPBRG
2095         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2096           device/lib/pic16/debug/gstack/gstack.c: replaced
2097           _naked, _asm, _endasm with __naked, __asm, __endasm
2098
2099 2005-08-05 Raphael Neider <rneider AT web.de>
2100
2101         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2102           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2103
2104 2005-08-05 Borut Razem <borut.razem AT siol.net>
2105
2106         * device/lib/Makefile.in: added missing ';'
2107         * configure: removed ^M characters
2108
2109 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2110
2111         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2112           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2113           License
2114
2115 2005-08-04 Borut Razem <borut.razem AT siol.net>
2116
2117         * configure.in: pic16 libraries build 2nd try - enable running
2118           configure in device/lib/pic16
2119         * configure: regenerated from configure.in
2120         * device/lib/Makefile.in: create $(PORT)/bin directory
2121
2122 2005-08-03 Raphael Neider <rneider AT web.de>
2123
2124         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2125           to get/set values via pointers
2126         * (genUnpackBits,genPackBits): changed detection of
2127           ptr->bitfield vs. sym.bitfield, fixed access via generic
2128           pointers, removed dead (wrong) code for multibyte bitfields
2129         * (genNearPointerGet, genGenPointerGet): removed useless code,
2130           fixed bitfield detection, fixes #1250594
2131         * (genNearPointerSet): removed useless code
2132         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2133           and introduced macro pic16_emitpcode that conditionally emits
2134           the origin of the following pCode (useful for debugging SDCC)
2135         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2136         * (createDefmap): fixed handling of LFSR for --optimize-df
2137
2138 2005-08-02 Borut Razem <borut.razem AT siol.net>
2139
2140         * device/lib/Makefile.in: pic16 libraries build enabled since
2141           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2142
2143 2005-08-02 Raphael Neider <rneider AT web.de>
2144
2145         * src/pic16/gen.c (genPackBits): removed deprecated warning
2146         * (genGenPointerSet): fixed bitfield detection
2147
2148 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2149
2150         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2151
2152 2005-07-31 Raphael Neider <rneider AT web.de>
2153
2154         * device/lib/pic16/libdev/pic18f458.c,
2155           device/include/pic16/pic18f458.h: added missing T0CONbits
2156
2157 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2158
2159         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2160
2161 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2162
2163         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2164
2165 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2166
2167         * device/include/mcs51/at89c51ed2.h: added.
2168
2169 2005-07-23 Raphael Neider <rneider AT web.de>
2170
2171         * src/pic/gen.h: added emitpcode macro for debugging
2172         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2173           and replace by macro adding debug information on demand
2174         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2175         * (gencjne): tried to fix; replaced with correct (slower) code
2176         * (gen{Unp,P}ackBits): fixed single bit access
2177         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2178         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2179           previous instruction
2180         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2181           register has to be handled with care (forbidding movement
2182           of assignments/uses, removing assignments completely, ...)
2183         * (pCodeOptime2pCodes): make use of regIsSpecial
2184         * added lots of debugging output (commented out)
2185         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2186           from being reused as result UNLESS it is known to work
2187
2188 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2189
2190         * support/Util/dbuf.h: include <stddef.h> for size_t
2191         * .version: changed to version 2.5.2
2192
2193 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2194
2195         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2196
2197 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2198
2199         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2200           (genModOneByte): removed needless psha/pula
2201
2202 2005-07-22 Raphael Neider <rneider AT web.de>
2203
2204         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2205           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2206         * src/pic/gen.c (resolveIfx): do not "invent" labels
2207         * (genSkipc): changed to positive logic
2208         * (genSkipCond): removed as no longer needed
2209         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2210           backport from PIC16
2211         * (genLeftShift): check operands are in different registers
2212         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2213           INCF does not update CARRY...
2214         * src/pic/main.c: fixed _linkCmd
2215         * src/pic/pcode.c (unlinkpCode): added inactive code
2216         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2217           alive (do not assign result and operand overlapping registers)
2218
2219 2005-07-22 Raphael Neider <rneider AT web.de>
2220
2221         * src/pic/device.c (dump_sfr): replaced register declaration with
2222           call to emitSymbolToFile() to avoid duplicate symbols
2223         * (assignRelocatableRegisters): do not declare external symbols
2224         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2225           right (take size of type, not etype)
2226         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2227         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2228         * (packRegsForAccUse): disabled assignment of WREG as
2229           the result reg to prevent occurence of just fixed #1235003,
2230           fixes #1242954
2231         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2232           symbols (avoids duplicate symbols in .asm file)
2233         * (pic14emitRegularMap): use emitSymbolToFile()
2234         * src/pic/gen.c (aopOp): fixed spillLocation handling
2235         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2236         * (genDataPointerSet): removed unneccessary variables/output
2237
2238 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2239
2240         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2241         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2242
2243 2005-07-21 Raphael Neider <rneider AT web.de>
2244
2245         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2246           architecture cannot handle them efficiently, fixes bug #1235003
2247         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2248           check for empty sets before using them (fixes bug #1232190)
2249
2250 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2253           (lnksect2): generate warnings for memory overlap
2254         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2255           constseg to set the name of these segments so you can instruct the linker
2256           to place them in banks
2257         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2258         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2259           added code_seg and const_seg to options
2260         * src/SDCCglue.c (emitMaps): use options.const_seg,
2261           (createInterruptVect): put interrupt vectors in segment HOME,
2262           (glue): put HOME before static segment and put the main glue in HOME,
2263           (glue): use options.code_seg
2264         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2265         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2266           these segments so you can instruct the linker to place them in banks
2267           (linkEdit): use code_loc for HOME segment which should be the first
2268           segment in code memory now
2269         * src/SDCCmem.c: fixed more stuff like bug 1238386
2270         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2271           (changePointer): don't change function pointers to code pointers for
2272           banked functions,
2273           (compareType): added exceptional check for banked function pointers
2274         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2275         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2276           after static in code memory
2277         * src/mcs51/gen.c: added aopLiteralLong prototype,
2278           (aopForSym): use getSize for functions,
2279           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2280           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2281           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2282           the segment,
2283           (genPcall): use call for literal function pointers and generate banked
2284           calls over the one trampoline so there's only one place for the user to
2285           modify according to his/hers hardware,
2286           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2287           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2288         * src/mcs51/main.c: added keyword banked,
2289           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2290         * support/Util/SDCCerr.c,
2291         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2292           needed for passing the bank and address to the trampoline
2293         * device/lib/mcs51/crtbank.asm: added for bankswitching
2294         * device/lib/mcs51/Makefile: added crtbank
2295
2296 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2297
2298         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2299           for fields at offset 0 of a struct or union as reported
2300           on 2005-07-07 in the developer mailing list.
2301
2302 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2303
2304         * src/SDCCmem.c: fixed bug 1238386
2305
2306 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2307
2308         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2309           (patch #1144962), added peephole 300, enabled 259.x
2310         * doc/sdccman.lyx: removed screenshot and provided link instead
2311
2312 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2313
2314         * doc/sdccman.lyx: added section about debugging with ddd
2315         * doc/figures/ddd_example.eps: screenshot of debugging session
2316
2317 2005-07-04 Raphael Neider <rneider AT web.de>
2318
2319         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2320           like CODE pointers, fixes #1115683
2321         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2322           call, fixes bugs #1232211, #1228110,
2323           fixed wrong casts to pCodeFlow from pCodeInstructions
2324
2325 2005-07-04 Raphael Neider <rneider AT web.de>
2326
2327         * src/pic/gen.c (popGet): changed assert to allow for
2328           bit operands
2329         * (popGetAddr): changed signature to provide
2330           an additional index, patched all call sites
2331         * (genCmpEq): handle literal-like operands correctly
2332         * (genAddrOf): added sanity checks on __code/__data pointers
2333         * (genAssign): added handling of symbols from __code section
2334         * (gencjne): do not generate code for comparisons whose result
2335           is neither stored nor used, fixes bug #1171114
2336         * (AccLsh, AccRsh): operate on operand instead of WREG
2337         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2338           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2339           by known count
2340         * rewrote complete shift-by-literal logic, commented unused
2341           functions out
2342         * (genConstPointerGet): get multiple bytes (if result size > 1),
2343           fixed handling of non-immediate addresses
2344         * (genPointerGet): handle CODE pointers like CONST pointers
2345         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2346         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2347           operand is to be treated as a literal or not
2348         * (mov2w,genPcall,genCmpEq),
2349           src/pic/genarith.c: use aop_isLitLike() to decide between
2350           literal/register contents
2351         * (addSign): added missing offset
2352         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2353           only emit comment in debug-mode,
2354           use {aop,op}_isLitLike throughout the file
2355         * src/pic/glue.c: fix initializers for pointers (work in progress)
2356         * src/pic/pcode.c (get_op): honor index on _const symbols
2357         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2358         * (dumppBlock): added pCode size estimation
2359         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2360           check for IS_SYMOP before OP_SYMBOL'ing
2361         * fixed indentation, compacted switch-statements
2362         * (allocReg): find free register and allocate it instead of
2363           allocating new registers all the time
2364         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2365           registers as its operands (necessary only for multibyte GETs)
2366
2367 2005-07-01 Raphael Neider <rneider AT web.de>
2368
2369         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2370           debugging .asm-output macros FENTRY + FEXIT
2371         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2372           way... I wonder...
2373         * (emitpComment): NEW, printf to pCode
2374         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2375           offset handling
2376         * (popGetAddr): NEW, variant of popGet to access an immediates
2377           high(er) bytes instead of the n'th byte of memory they reference,
2378           replaced popGet with popGetAddr where neccessary
2379         * (genDataPointerGet): reactivated and fixed implementation
2380         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2381           accesses
2382         * (genDataPointerSet): fixed multibyte assignments
2383         * (genpic14Code): fixed --i-code-in-asm handling
2384         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2385         * (genPlus): fixed index-out-of-bounds error
2386         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2387         * src/pic/ralloc.c: added debugging output macro FENTRY2
2388         * (spillThis): fixed indentation, enbraced for-body for clarity
2389         * (rematStr): commented out as now unused
2390         * (regTypeNum): commented out special spill case (overwrites
2391           arbitrary values)
2392         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2393
2394 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2395
2396         * doc/sdccman.lyx: documented sfr16/sfr32,
2397           added example for using storage class with function pointers
2398         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2399
2400 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2401
2402         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2403         * device/lib/_itoa.c,
2404         * device/lib/_ltoa.c: optimized codesize
2405         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2406           but don't know how to suppress the double warning.
2407         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2408         * support/Util/SDCCerr.c,
2409         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2410
2411 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2412
2413         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2414           fixed old K&R prototypes
2415         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2416         * device/lib/_gptrget.c,
2417         * device/lib/_gptrgetc.c,
2418         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2419           also new versions for small generic pointers and banked generic pointers
2420         * src/port.h: added const_name
2421         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2422         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2423         * src/SDCCcse.c (findPrevIc): check all associative operators
2424         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2425         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2426         * src/SDCCmem.c: updated comments,
2427           set far-space to 0 for pdata, results in optimized code
2428         * src/SDCCmem.h: added macro CONST_NAME
2429         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2430           moving the info into the highest bits, see also gptrget/gptrput
2431         * src/src.dsp: added sdcc.ico to project files
2432         * src/avr/gen.c (genCast): fixed bug 0x%d
2433         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2434         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2435           relation between ptr_type and DCL_TYPE,
2436           (genCast): fixed bug 0x%d
2437         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2438           (CODE)" for const_name
2439         * src/hc08/gen.c (genCast): fixed bug 0x%d
2440         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2441           (hc08_port): added "CONST (CODE)" for const_name
2442         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2443           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2444           between ptr_type and DCL_TYPE,
2445           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2446           operand* and took AOP() inside function so sfr-ness can be checked,
2447           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2448           new prototype,
2449           (genFunction, genEndFunction): optimized stack setup,
2450           (genMinus): optimized for literals with ending zeroes (in bytes),
2451           (genCast): fixed bug 0x%d
2452         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2453           (mcs51_port): added "CONST (CODE)" for const_name
2454         * src/mcs51/peeph.def: made rule 226 more generic
2455         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2456         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2457         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2458         * src/z80/main.c (z80_port): added NULL for const_name,
2459           (gbz80_port): added NULL for const_name
2460         * support/regression/tests/bug663539.c,
2461         * support/regression/tests/sfr16.c: new tests
2462
2463 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2464
2465         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2466
2467 2005-06-24 Raphael Neider <rneider AT web.de>
2468
2469         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2470           corrected typos...
2471         * device/include/pic16/signal.h: added USBIF
2472           and SIG_USB
2473
2474 2005-06-24 Raphael Neider <rneider AT web.de>
2475
2476         * device/lib/pic16/libdev/pic18f2455.c,
2477           device/include/pic16/pic18f2455.h: NEW
2478         * device/include/pic16/pic18fregs.h,
2479           device/lib/pic16/pics.all,
2480           src/pic16/device.c: added 18f2455
2481         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2482           device/include/pic16/{pic18f[68][567].h,usart.h}:
2483           replaced MULTIPLE_USARTS define with more relaible
2484           compatibility sfrs (for USART access)
2485
2486 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2487
2488         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2489           and the output asm file line is printed on two lines.
2490
2491 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2492
2493         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2494           BGT, BLE, BHI, and BLS instructions
2495         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2496           genCmpEq): removed
2497         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2498           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2499           fixes bug #1216342
2500         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2501
2502 2005-06-15 Raphael Neider <rneider AT web.de>
2503
2504         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2505         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2506         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2507           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2508           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2509
2510 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2511
2512         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2513           Marcel Telka in bug #1215704
2514
2515 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2516
2517         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2518           located in shared memory bank.
2519
2520 2005-05-31 Raphael Neider <rneider AT web.de>
2521
2522         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2523           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2524           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2525
2526 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2527
2528         * device/lib/_strncpy.c: fixed the fix
2529
2530 2005-05-26 Raphael Neider <rneider AT web.de>
2531
2532         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2533           initializers with \0, bug #1208187
2534         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2535           intializers with \0, bug #1208187
2536
2537 2005-05-26 Raphael Neider <rneider AT web.de>
2538
2539         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2540           initializers with \0, bug #1208187
2541         * src/pic16/main.c (_process_pragma): added sanity checks
2542           for stack position and size, emit warnings when appropriate
2543
2544 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2545
2546         * device/lib/_strncpy.c: fixed not filling with \0
2547
2548 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2549
2550         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2551           createFunction),
2552         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2553           compound_statement),
2554         * src/SDCCsymt.h,
2555         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2556
2557 2005-05-24 Raphael Neider <rneider AT web.de>
2558
2559         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2560
2561 2005-05-24 Raphael Neider <rneider AT web.de>
2562
2563         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2564           TRISE definitions, closes bug #1162453
2565
2566 2005-05-22 Raphael Neider <rneider AT web.de>
2567
2568         * src/pic16/main.c (_process_pragma): check for missing
2569           arguments to pragmas code and udata
2570         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2571           consistency fixes to match other headers (thanks to Jim Paris)
2572         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2573
2574 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2575
2576         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2577
2578 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2579
2580         * support/regression/tests/bug1198642.c: new test
2581         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2582         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2583         * support/scripts/resource.h,
2584         * support/scripts/resource.rc,
2585         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2586         * support/scripts/sdcc.ico: added 32x32 icon
2587
2588 2005-05-18 Raphael Neider <rneider AT web.de>
2589
2590         * device/lib/pic16/libdev/pic18f*.c,
2591         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2592           keywords to "__sfr" and "__at (X)"
2593         * device/include/pic16/pic18fregs.h: added pic18f4520
2594         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2595           #1203088 (MPLAB compatibility)
2596
2597 2005-05-17 Raphael Neider <rneider AT web.de>
2598
2599         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2600         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2601         * device/lib/pic16/pics.all: added new devices
2602         * src/pic16/device.c: added support for pic18f4520
2603
2604 2005-05-16 Raphael Neider <rneider AT web.de>
2605         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2606         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2607         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2608           convenience function for bit access
2609
2610 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2611
2612         * device/lib/printf_large.c: fixed bug 1193299
2613         * support/regression/tests/bug1057979.c: added test %3.3s
2614
2615 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2616
2617         * device/include/mcs51/8051.h,
2618         * device/include/mcs51/8052.h: made parseable with lint
2619         * device/include/mcs51/lint.h: added include file for (sp)lint
2620         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2621         * doc/cdbfileformat.lyx,
2622         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2623
2624 2005-05-14 Raphael Neider <rneider AT web.de>
2625
2626         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2627         * device/lib/pic16/libc/stdlib/itoa.c (new)
2628         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2629         * device/lib/pic16/libio/Makefile: exclude subdir according to
2630           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2631         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2632         * src/pic16/gen.c (genFunction): prevent annoying warning
2633         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2634           nameclashes on BeOS
2635         * support/cpp2/cppmain.c (cpp_output_string): new
2636         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2637           fixes bug 1116802
2638
2639 2005-05-13 Borut Razem <borut.razem AT siol.net>
2640
2641         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2642
2643 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2644
2645         * .version: changed to version 2.5.1; back to bleeding edge development
2646
2647 2005-05-11 Borut Razem <borut.razem AT siol.net>
2648
2649         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2650           generate PDF version 1.3 documents
2651
2652 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2653
2654         * .version: changed to version 2.5.0
2655
2656 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2657
2658         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2659
2660 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2661
2662         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2663         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2664         well as many smaller updates.
2665         * .version: changed to version 2.5.0-pre1
2666
2667 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2668
2669         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2670
2671 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2672
2673         * support/regression/tests/bug1185672.c: added
2674         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2675           bug 1185672
2676         * src/mcs51/gen.c (genCall): added comments, made it look safer
2677         * src/mcs51/gen.c (genEndFunction): simplified
2678
2679 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2680
2681         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2682
2683 2005-04-14 Borut Razem <borut.razem AT siol.net>
2684
2685         * fixed bug 1045046 - SIGSEGV with really simple code?:
2686           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2687           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2688
2689 2005-04-14 Borut Razem <borut.razem AT siol.net>
2690
2691         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2692           src/pic16/device.h: temporarily disabled experimental #inline pragma
2693           for 2.5.0 release
2694
2695 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2696
2697         * device/include/z80/stdio.h,
2698         * device/include/z80/string.h: removed these highly incomplete files so
2699           SDCC can use the default ones in device/include/
2700
2701 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2702
2703         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2704         gcc warning.
2705         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2706         fix sdcpp warnings.
2707
2708 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2709
2710         * device/include/malloc.h: removed redundant __reentrant prototypes
2711         * device/lib/_mullong.c: added working xstack variant in asm (C version
2712           doesn't pass regression tests)
2713         * device/lib/bpx.c: used __data and made bpx char for mcs51
2714         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2715           (createFunction): fixed bug with xstackPtr
2716         * src/SDCCcse.c: corrected comments
2717         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2718           (killDeadCode, eBBlockFromiCode): removed unused code
2719         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2720           corrected comments
2721         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2722           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2723           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2724           (genModOneByte): fixed warning in MSVC
2725         * src/mcs51/main.c (): added comments
2726         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2727
2728 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2729
2730         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2731
2732 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2733
2734         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2735
2736 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2737
2738         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2739         characters arrays of larger size than the declared one.
2740
2741 2005-04-10 Borut Razem <borut.razem AT siol.net>
2742
2743         * src/pic/gen.c (genInline),
2744           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2745           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2746           (findNextInstruction), (findPrevInstruction),
2747           (findInstructionUsingLabel),
2748           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2749         * src/pic/pcode.c (findLabel): added missing '\n'
2750         * src/src.dsp: added SDCCdwarf2.c to the project
2751
2752 2005-04-09 Borut Razem <borut.razem AT siol.net>
2753
2754         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2755
2756 2005-04-08 Raphael Neider <rneider AT web.de>
2757
2758         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2759           into the chain after a given one) and mergeDefmapSymbols (combine
2760           defmap entries for each symbol per pcode)
2761         * (createDefmap): have defmap entries merged in the end
2762         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2763           a symbol before replacing one access type's symbol, merge symbols in
2764           the end (replacement symbol might already have an entry)
2765         * (assignValnums): keep reference to written WREG intact
2766
2767 2005-04-08 Raphael Neider <rneider AT web.de>
2768
2769         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2770           Alpha)
2771
2772 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2773
2774         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2775         bytes
2776
2777 2005-04-07 Raphael Neider <rneider AT web.de>
2778
2779         * device/include/pic16/usart.h: added compatibility defines for
2780           devices with more than one USART
2781         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2782
2783 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2784
2785         * device/lib/Makefile.in: updated for port specific include
2786
2787 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2788
2789         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2790
2791 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2792
2793         * device/include/8051.h,
2794         * device/include/8052.h,
2795         * device/include/at89S8252.h,
2796         * device/include/at89c55.h,
2797         * device/include/at89x051.h,
2798         * device/include/at89x51.h,
2799         * device/include/at89x52.h,
2800         * device/include/mcs51reg.h,
2801         * device/include/reg51.h,
2802         * device/include/reg764.h,
2803         * device/include/regc515c.h,
2804         * device/include/sab80515.h: (re)moved these 12 files
2805         * device/include/mcs51/8051.h,
2806         * device/include/mcs51/8052.h,
2807         * device/include/mcs51/at89S8252.h,
2808         * device/include/mcs51/at89c55.h,
2809         * device/include/mcs51/at89x051.h,
2810         * device/include/mcs51/at89x51.h,
2811         * device/include/mcs51/at89x52.h,
2812         * device/include/mcs51/mcs51reg.h,
2813         * device/include/mcs51/reg51.h,
2814         * device/include/mcs51/reg764.h,
2815         * device/include/mcs51/regc515c.h,
2816         * device/include/mcs51/sab80515.h: and added them here
2817
2818 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2819
2820         * device/include/stdarg.h: changed SDCC specific keywords to double
2821           underlined form.
2822         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2823           mcs51 and ds390.
2824         * device/include/hc08/mc68hc908gp32.h,
2825         * device/include/hc08/mc68hc908jb8.h,
2826         * device/include/hc08/mc68hc908jkjl.h,
2827         * device/include/hc08/mc68hc908qy.h: fixed comments
2828         * device/include/mcs51/README: updated
2829         * device/include/mcs51/c8051f120.h: added PINRSF
2830         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2831         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2832           amidst code. Also inline is not supported.
2833
2834 2005-04-06 Raphael Neider <rneider AT web.de>
2835
2836         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2837         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2838           callers stack/frame pointers
2839
2840 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2841
2842         * device/include/pic16/usart.h: added, missing in previous commit,
2843         * device/include/pic16/adc.h: fixed typo,
2844         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2845         commit,
2846         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2847         <p18fxxx.inc>
2848         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2849         uninitialized because a bug appears with gplink
2850         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2851         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2852         complains for unrecognised option
2853
2854 2005-04-05 Raphael Neider <rneider AT web.de>
2855
2856         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2857           structs as well (using memcpy)
2858         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2859           on ISRs (GOTO has no label)
2860         * src/pic16/device.h: added OF_OPTIMIZE_DF
2861         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2862           new data flow analysis/optimization
2863         * src/pic16/pcode.c: added (prototypes for and implementation of)
2864           dataflow analysis functions, fixed pCodeInstructions' inCond and
2865           outCond values, made RCALL a branch instruction
2866         * (pic16_unlinkpCode): keep C line if possible
2867         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2868           C line moved if possible
2869         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2870         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2871           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2872         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2873           new flow)
2874         * (pic16_getJumptabpCode): NEW, needed in...
2875         * (LinkFlow): fixed handling of jumptables, calls and conditional
2876           branches
2877         * (pic16_InsertCommentAfter): NEW
2878         * (pic16_pCodeReplace): made verbose and flow preserving
2879         * (AnalyzeFlow): added call to data flow analysis
2880         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2881         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2882         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2883
2884 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2885
2886         * src/SDCCast.c (decorateType): fixed bug #1105626
2887
2888 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2889
2890         * device/include/asm/pic16/features.h,
2891         * pic18f*.h headers,
2892         * device/include/pic16/adc.h,
2893         * device/include/pic16/delay.h,
2894         * device/include/pic16/i2c.h,
2895         * device/include/pic16/malloc.h,
2896         * device/include/pic16/stdio.h,
2897         * device/include/pic16/stdlib.h,
2898         * device/include/pic16/string.h,
2899         * device/lib/pic16/libc/stdio/printf_tiny.c,
2900         * device/lib/pic16/libc/stdio/printf_small.c,
2901         * device/lib/pic16/libc/stdio/strmgpsim.c,
2902         * device/lib/pic16/libc/stdio/strmmssp.c,
2903         * device/lib/pic16/libc/stdio/strmusart.c,
2904         * device/lib/pic16/libc/stdio/vfprintf.c,
2905         * device/lib/pic16/libc/stdlib/ltoa.c,
2906         * device/lib/pic16/libc/stdlib/putchar.c,
2907         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2908         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2909         * device/lib/pic16/libc/stdlib/memchrram.c,
2910         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2911         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2912         * device/lib/pic16/libio/adc/adcbusy.c,
2913         * device/lib/pic16/libio/adc/adcread.c,
2914         * device/lib/pic16/libio/adc/adcsetch.c,
2915         * device/lib/pic16/libio/usart/ubaud.c,
2916         * device/lib/pic16/libio/usart/ubusy.c,
2917         * device/lib/pic16/libio/usart/udrdy.c,
2918         * device/lib/pic16/libio/usart/uopen.c,
2919         * device/lib/pic16/libio/usart/uputc.c,
2920         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2921         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2922         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2923         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2924         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2925         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2926         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2927         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2928         specific keywords to double underlined form,
2929         * device/lib/pic16/libc/Makefile.rules,
2930         * device/lib/pic16/libsdcc/Makefile.rules,
2931         * device/lib/pic16/libm/Makefile,
2932         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2933         to compile with C standard set in Makefile.common
2934         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2935         rand.c and crc.c in compilation process,
2936         * device/lib/pic16/libsdcc/int/divuint.c,
2937         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2938         `c' from signed to unsigned,
2939         * device/lib/pic16/startup/crt0.c,
2940         * device/lib/pic16/startup/crt0i.c,
2941         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2942         keywords to double underlined form, bug fixes in _do_cinit function
2943         which prevented the correct initialization of the .idata segment,
2944         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2945         core to enter a infinite loop
2946         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2947
2948 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2949
2950         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2951
2952 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2953
2954         * device/include/Makefile.in: add support for hc08 subdirectory
2955         * device/include/hc08/: new subdirectory
2956         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2957         Lucas Loizaga, thanks!
2958         * device/include/hc08/mc68hc908qy.h,
2959         * device/include/hc08/mc68hc908gp32.h,
2960         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2961         their own directory. Changed internal macro names to use the compiler
2962         reserved namespace. Changed SDCC specific keywords to double
2963         underlined form.
2964         * device/include/math.h,
2965         * device/include/malloc.h,
2966         * device/include/stdarg.h,
2967         * device/include/stdbool.h
2968         * device/include/string.h,
2969         * device/include/tinibios.h,
2970         * device/include/ds400rom.h,
2971         * device/include/8051.h,
2972         * device/include/8052.h,
2973         * device/include/80c51xa.h,
2974         * device/include/at89c55.h,
2975         * device/include/at89S8252.h,
2976         * device/include/at89x51.h,
2977         * device/include/at89x52.h,
2978         * device/include/ds80c390.h,
2979         * device/include/reg764.h,
2980         * device/include/regc515c.h,
2981         * device/include/sab80515.h,
2982         * device/include/mcs51/c8051f000.h,
2983         * device/include/mcs51/c8051f018.h,
2984         * device/include/mcs51/c8051f020.h,
2985         * device/include/mcs51/c8051f040.h,
2986         * device/include/mcs51/c8051f060.h,
2987         * device/include/mcs51/c8051f120.h,
2988         * device/include/mcs51/c8051f300.h,
2989         * device/include/mcs51/c8051f310.h,
2990         * device/include/mcs51/c8051f320.h,
2991         * device/include/mcs51/c8051f330.h,
2992         * device/include/mcs51/c8051f350.h,
2993         * device/include/z180.h: Changed SDCC specific keywords to double
2994         underlined form.
2995
2996 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2997
2998         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2999         18F4455,
3000         * (pic16_assignConfigWordValue): disable testing of configuration
3001         register value with config mask,
3002         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3003         function with port->fun_prefix,
3004         * (genFunction): when generating a naked interrupt function never
3005         create an absolute segment placed in interrupt vector address, place
3006         the actual interrupt function at IVA instead, when an interrupt
3007         function is generated with unspecified interrupt then do not create
3008         the absolute section,
3009         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3010         code for generating a call to generic pointer get/put function with
3011         a call to function pic16_callGenericPointer(),
3012         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3013         the call to the generic pointer get/put functions with prefixing the
3014         function name with port->fun_prefix,
3015         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3016         * src/pic16/main.c (_process_pragma): prefix function with
3017         port->fun_prefix,
3018         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3019         calling assembler, old 18Fxxxx macro is deprecated,
3020         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3021         PC_ASMDIR in while condition,
3022         * (findInstruction): add PC_ASMDIR in while condition,
3023         * (buildCallTree): prefix main with port->fun_prefix,
3024         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3025         identifier for variable with banked access in instructions BTFSS,
3026         BTFSC, BCF, BSF, BTG
3027         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3028         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3029         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3030         perform optimization when enviroment variable NO_REG_OPT is set,
3031         * (insideLRBlock): NEW, return 1 if register is inside an
3032         INF_LOCALREGS block,
3033         * (RemoveRegFromLRBlock): remove a register that is completely
3034         eliminated by register optimization, but it is still left in local
3035         register store/restore in/from stack block,
3036         * (Remove2pcodes): after removing register, check to see if it
3037         should be removed from local register store/restore in/from stack
3038         block,
3039         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3040         DUMMY_READ_VOLATILE,
3041
3042         * device/include/pic16/adc.h: minor prototype modifications and
3043         update,
3044         * device/include/pic16/malloc.h: added GPL notice various
3045         modifications,
3046         * device/include/pic16/stdint.h: NEW, standard header for ints
3047         * device/include/pic16/delay.h: NEW, header for delay functions,
3048         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3049         delay1mtcy,
3050         * device/include/pic16/signal.h: NEW, header providing helper macros
3051         for implementing signal handlers,
3052         * device/include/pic16/stdio.h: added prototypes for functions,
3053         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3054         prototypes for stdin and stdout, added macro PUTCHAR to
3055         automatically implement putchar function prototype,
3056         * device/include/pic16/usart.h: modified and updated USART library,
3057         * device/lib/pic16/libio/adc/,
3058         * device/lib/pic16/libio/i2c: some modifications to improve library
3059         performance,
3060         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3061         family of functions,
3062         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3063         family of functions and other sources,
3064         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3065         of the PIC18Fxx[28] devices,
3066         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3067         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3068         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3069         _do_cinit function, because the previous failed when local variables
3070         where not placed in the same memory bank,
3071         * device/lib/pic16/libsdcc/char/: various modifications to improve
3072         library performance,
3073         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3074         information on the new functions of the c library and more...
3075
3076 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3077
3078         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3079
3080 2005-03-26 Raphael Neider <rneider AT web.de>
3081
3082         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3083           if condition == CARRY)
3084         * (genCmp): adapted to new genSkipc semantics
3085         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3086           on rIfx (genCmp was broken)
3087
3088 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3089
3090         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3091         * src/z80/main.c (_keywords[]),
3092         * src/SDCCglobal.h (struct options),
3093         * src/SDCC.y,
3094         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3095         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3096         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3097         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3098         always available in leading double underscore form. The C99 support is
3099         mostly missing, but it's a start.
3100         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3101         reserved identifier "__data".
3102
3103 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3104
3105         * src/mcs51/peeph.def: fixed bug 1170013
3106
3107 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3108
3109         * device/include/mcs51reg.h: fixed bug 842007
3110
3111 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3112
3113         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3114         last time.
3115
3116 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3117
3118         * src/port.h (struct PORT),
3119         * src/avr/ralloc.c (avr_assignRegisters),
3120         * src/avr/main.c,
3121         * src/ds390/ralloc.c (ds390_assignRegisters),
3122         * src/ds390/main.c,
3123         * src/hc08/ralloc.c (hc08_assignRegisters),
3124         * src/hc08/main.c,
3125         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3126         * src/mcs51/main.c,
3127         * src/pic/ralloc.c (pic14_assignRegisters),
3128         * src/pic/main.c,
3129         * src/pic16/ralloc.c (pic16_assignRegisters),
3130         * src/pic16/main.c,
3131         * src/xa51/ralloc.c (xa51_assignRegisters),
3132         * src/xa51/main.c,
3133         * src/z80/ralloc.c (z80_assignRegisters),
3134         * src/z80/ralloc.h,
3135         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3136         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3137         * src/SDCCcse.h,
3138         * src/SDCCdflow.c (computeDataFlow),
3139         * src/SDCCdflow.h,
3140         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3141         * src/SDCCloop.h,
3142         * src/SDCCcflow.c (*),
3143         * src/SDCCcflow.h,
3144         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3145         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3146         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3147         immedDom() returning wrong block; probably fixes bug #1160833)
3148
3149 2005-03-20 Borut Razem <borut.razem AT siol.net>
3150
3151         * support/scripts/inc2h.pl: WIN32 port
3152
3153 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3154
3155         * device/lib/makefile.in: added abs.c and labs.c
3156
3157 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3158
3159         * device/include/stdint.h: added
3160         * device/lib/abs.c: added
3161         * device/lib/labs.c: added
3162         * device/include/stdlib.h: added abs() and labs() prototypes
3163         * device/lib/libsdcc.lib: added abs and labs
3164         * device/include/float.h,
3165         * device/lib/_fsmul.c,
3166         * device/lib/printf_fast.c,
3167         * device/lib/printf_tiny.c: updated comments
3168
3169 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3170
3171         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3172         bug #1164313
3173
3174 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3175
3176         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3177         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3178
3179 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3180
3181         * device/lib/printf_large.c: removed inline assembly for portability and
3182           readability. Use printf_fast if speed or size are more important.
3183         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3184         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3185
3186 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3187
3188         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3189         prevent compiler warning
3190
3191 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3192
3193         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3194         moved to level 0 and declared as static. Also they are explicit
3195         placed in access bank. This was necessery because some times they
3196         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3197         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3198         optimizations. Currently only compare to unsigned char is implemented,
3199         * src/pic16/gen.c: added fReturnIdx array,
3200         * (struct resolvedIfx) is moved to gen.h and made public,
3201         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3202         * (aopForSym): added an optimization to directly store in stack of
3203         the operand of a SEND iCode,
3204         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3205         but as registers instead (AOP_REG) using the fReturnIdx array,
3206         * (pic16_freeAsmop): remove the freed register from the
3207         _G.sregsAlloc field,
3208         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3209         a compare of 'WREG',
3210         * (pic16_popGetTempRegCond): changed function prototype, now
3211         function takes also a bitVector argument v which holds the current
3212         set of registers that are allocated for stack access by aopForSym,
3213         registers allocated in aopForSym for accessing stack symbols are not
3214         any more part of the functions usedRegs field,
3215         * (genCall): some times aopOp is called for a stack variable to be
3216         send, aopForSym might perform the push, if this is true make sure
3217         that genCall doesn't push the variable twice by testing _G.resDirect,
3218         * (genFunction): changed testing for unspecified interrupt number
3219         from 256 to INTNO_UNSPEC,
3220         * modified selection scheme of frame pointer generation. Previously
3221         if function did use local registers a frame pointer was generated,
3222         now a frame pointer is generated only if function has arguments
3223         (that need PLUSW2 register access), or has stack arguments, or the
3224         compiler is not instructed to omit the frame pointer,
3225         * (genEndFunction): before restoring local registers that were saved
3226         in the function preamble, also restore the registers that *might*
3227         have been allocated for stack access,
3228         * (genRet): removed some old comments,
3229         * (genCmp, the active (RN's) version): added a call to the
3230         pic16_genCmp_special function to perform the compare with a more
3231         robust and optimized way,
3232         * (genInline): a feature has been added in inline code generation,
3233         which allows a wildcard variable substitution when writing inline
3234         assembly. Code is incomplete and experimental therefore undocumented,
3235         * (genCast): changed order of aopOp for result and right to allow
3236         aopForSym to directly load the result if possible,
3237         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3238         perform an optimized compare on some selected special occasions,
3239         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3240         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3241         generate an IVT any more,
3242         * src/pic16/main.c (pic16_optionsTable): added command line option
3243         --optimize-cmp,
3244         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3245         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3246         macros,
3247         * src/pic16/NOTES: Raphael Neider added in list of active developers
3248         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3249         jumptable_end to prevent bug #,
3250         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3251         inCond and outCond fields,
3252         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3253         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3254         turn off register spilling,
3255         * (packRegsForOneUse): synced with other ports' versions although it
3256         is not used currently,
3257         * (pic16_packRegisters): added an optimization while reading
3258         structure bitfields, some registers may be saved (malloc code is
3259         decreased by 80 bytes)
3260
3261 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3262
3263         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3264         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3265         this can be optimized more?
3266
3267 2005-03-10 Raphael Neider <rneider AT web.de>
3268
3269         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3270           genNearPointerGet): (hopefully) fixed access to bitfields via
3271           pointers (p->bitN = x; and x = p->bitN; failed)
3272
3273 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3274
3275         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3276
3277 2005-03-09 Raphael Neider <rneider AT web.de>
3278
3279         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3280
3281 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3282
3283         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3284         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3285           (regTypeNum): set REG_BIT type if necessary
3286         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3287         * support/regression/tests/critical.c: check bug 1144613
3288
3289 2005-03-02 Raphael Neider <rneider AT web.de>
3290
3291         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3292
3293 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3294
3295         * src/avr/ralloc.c (serialRegAssign),
3296         * src/ds390/ralloc.c (serialRegAssign),
3297         * src/hc08/ralloc.c (serialRegAssign),
3298         * src/mcs51/ralloc.c (serialRegAssign),
3299         * src/pic/ralloc.c (serialRegAssign),
3300         * src/pic16/ralloc.c (serialRegAssign),
3301         * src/xa51/ralloc.c (serialRegAssign),
3302         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3303
3304 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3305
3306         * src/SDCCast.c (decorateType): fixed bug 1124787
3307
3308 2005-02-20 Hubert Sack <sack AT digiplan.de>
3309         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3310
3311         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3312         patch #1121755
3313
3314 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3315
3316         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3317         to keep the correct label reference count when adding/removing references
3318         to labels. A peephole file using this is appended to patch #1144962.
3319
3320 2005-02-14 Raphael Neider <rneider AT web.de>
3321
3322         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3323         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3324         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3325           retrievals of result operand's value on assignment
3326
3327 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3328
3329         * device/include/pic16/string.h: modified prototype for memccpy()
3330         to memccpy(void *, void *, char, size_t)
3331         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3332         check whether to omit frame pointer or not,
3333         * (genInline): convert all occurences of "\n" to LF in inline
3334         assembler blocks, this helps formatting the inline text,
3335         * (pic16_loadFSR0): modified prototype,
3336         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3337         removed some 8051 legacy code,
3338         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3339         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3340         before allocating temporary registers in functions,
3341
3342 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3343
3344         * support/regression/tests/bitvars.c: corrected the "fix"
3345
3346 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3347
3348         * support/regression/tests/bitvars.c,
3349         * support/regression/tests/bitwise.c,
3350         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3351
3352 2005-02-10 Raphael Neider <rneider AT web.de>
3353
3354         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3355           different size for Alpha
3356         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3357
3358 2005-02-09 Raphael Neider <rneider AT web.de>
3359
3360         * src/SDCC.lex(doPragma) : save and restore warning options as well
3361           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3362         * have #pragma less_pedantic set the errorlevel to WARNING
3363           (fixes #1117001)
3364         * (cloneOptimize) : fixed wrong malloc's size
3365         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3366           facilitate correct handling of #pragma (save|restore)
3367
3368 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3369
3370         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3371
3372 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3373
3374         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3375
3376 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3377
3378         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3379
3380 2005-02-02 Raphael Neider <rneider AT web.de>
3381
3382         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3383         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3384         * (pic16_storeForReturn): fixed to allow returning function pointers
3385         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3386         * device/include/pic16/{stddef.h,stdbool.h}: added
3387
3388 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3389
3390         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3391
3392 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3393
3394         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3395         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3396          appeared to be required
3397
3398 2005-01-31 Borut Razem <borut.razem AT siol.net>
3399
3400         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3401           include/mcs51 and include/z80 directories to the package
3402
3403 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3404
3405         * src/hc08/gen.c (genFunction): fixed bug #1112752
3406
3407 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3408
3409         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3410
3411 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3412
3413         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3414
3415 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3416
3417         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3418
3419 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3420
3421         * device/include/c8051fxxx.h: removed these 6 files
3422         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3423
3424 2005-01-26 Raphael Neider <rneider AT web.de>
3425
3426         * src/pic16/gen.c (genAssign): fixed assignment from longs
3427           in codespace (were cut to three bytes)
3428         * (genDummyRead): implemented (except for CODESPACE...),
3429           fixed bug #1108575
3430         * src/pic16/glue.c (emitStatistics): beautified
3431         * device/lib/pic16/libm/Makefile: added include path
3432
3433 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3434
3435         * src/z80/gen.c (aopPut): fixed bug #1103902
3436
3437 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3438
3439         * device/lib/expf.c: fixed bug #1095792
3440
3441 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3442
3443         * device/lib/pic16/libm: added Math library sources
3444
3445 2005-01-24 Raphael Neider <rneider AT web.de>
3446
3447         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3448           to enable upcast to pCodeOpReg2 (there is no type tag to
3449           differenciate the two and pic16_popGet2p cast into PCOR2)
3450         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3451           (sizeof(sectNames) changed to sizeof(sectName))
3452           Both patches fix segfaults under MinGW.
3453
3454 2005-01-23 Raphael Neider <rneider AT web.de>
3455
3456         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3457           Safe_[mc]?alloc()'ed variables
3458         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3459           of (byte sized) temporaries (assign them to WREG for now)
3460         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3461           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3462           this might fix SIGSEGVs on MinGW...
3463         * src/SDCCopt.c (killDeadCode): restored original behaviour
3464           (volatile operands might get thrown away though)
3465
3466 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3467
3468         * src/pic16/gen.c: fixed bug #1106975,
3469         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3470         pointer update, INTCON is saved, global interrupts are disabled and
3471         restored after updateing TOS.
3472         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3473         * added function attribute 'shadowregs' to take advantage of shadow
3474         registers,
3475         * added function attribute 'wparam' as an alternative to the wparam
3476         pragma,
3477         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3478         user declares a non-ISR function as 'shadowregs',
3479         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3480
3481 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3482
3483         * .version: bumped version number to 2.4.8
3484         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3485         pic16 port,
3486         * device/lib/pic16/libio/i2c/: I2C module support library,
3487         * device/include/pic16/i2c.h: I2C support library header,
3488         * device/lib/pic16/libc/stdio/: standard IO support sources,
3489         * (printf_small.c): printf_small() source, supports float print,
3490         * (printf_tiny.c): printf_tiny() source, does not support floats,
3491         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3492         enable global optimizations for entire library source, other
3493         Makefiles in the source tree are also modified to reflect this,
3494         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3495         function,
3496         * doc/sdccman.lyx: updated to reflect new changes,
3497         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3498         sym->onStack if-case,
3499         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3500         sbit, idata, _idata, xdata, _xdata,
3501         * added pragma library, to link an external library, (see doc),
3502         * removed command line options, --pomit-config-words, --pomit-ivt,
3503         --pleave-reset-vector,
3504         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3505         when calling assembler to reflect memory model used, also define
3506         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3507         reflect stack model used,
3508         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3509         on stack return NULL,
3510
3511 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3512
3513         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3514           of the operands is volatile. Fixes #1020220
3515
3516 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3517
3518         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3519         * (OptimizeRegUsage): make sure that there is really no other flow where
3520           the first pCode is used
3521
3522 2005-01-22 Raphael Neider <rneider AT web.de>
3523
3524         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3525           to fix #1106967 (pCode->seq are not set up correctly)
3526
3527 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3528
3529         * src/SDCCglue.c (glue): make sure code area is declared before the
3530         static initialization area.
3531
3532 2005-01-21 Raphael Neider <rneider AT web.de>
3533
3534         * device/lib/Makefile.in: fixed test for pic16 install dir
3535         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3536           optimizations
3537         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3538           added --optimize-goto compiler switch and pragma wparam documentation
3539         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3540         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3541           and PRODH closing bug #1071770 (peephole optimizer)
3542
3543 2005-01-19 Raphael Neider <rneider AT web.de>
3544
3545         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3546           cmdLine buffers (used when calling sdcpp...) are large enough
3547           (MAX_PATH=256 truncates arguments leading to system halts when
3548           used in MinGW...)
3549         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3550         * (genUminus): rewritten to for efficiency
3551         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3552           used uninitialized in some cases)
3553         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3554           copy the third byte from the int -- now assumes 0x80 (data memory)
3555         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3556           operands (genAddLit expects the iCode's operands to swapped as
3557           well), fixed leftover bytes (crashed for short left operands)
3558         * (pic16_genMinusDec): performance improvements, removed false
3559           PIC14 emitSKPNCs
3560         * (pic16_genMinus): fixed to cope with differently sized operands
3561         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3562           for --obanksel > 1
3563         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3564         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3565           new banksel optimization
3566         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3567           analysis for temporary registers (segfaults...)
3568         * src/pic16/peeph.def: added rule
3569
3570 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3571
3572         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3573         which converts a float number to its ASCII representation
3574         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3575         functions to convert the fractional and integer part of a float to ASCII,
3576         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3577         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3578         ram
3579         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3580         _STATMEM macros,
3581         * device/include/pic16/adc.h: added GPL info,
3582         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3583         a pCodeOp as tested operand,
3584         * (genNearPointerGet): optimized bit testing, does not use
3585         intermediate register for bit value, test directly instead with
3586         BTFSS, BTFSC, works only for single bits,
3587         * (genpic16Code): dump the name of the iCode in the asm,
3588         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3589         renamed to pic16_decodeOp,
3590         * (serialRegAssign): do not allocate a temporary register for iCode
3591         sequences that test a single bit for 1/0
3592
3593 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3594
3595         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3596         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3597         access stack and frame pointers. They are initially assigned to
3598         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3599         accessing SFRs. Updated all occurences of modification of stack or
3600         frame pointer in gen.c and pcode.c,
3601         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3602         assigning of a literal value to pointers,
3603         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3604         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3605         selected
3606
3607 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3608
3609         * doc/sdccman.lyx: update documentation about stack pragma, added
3610         some info for stack memory models
3611
3612 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3613
3614         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3615
3616 2005-01-08 Raphael Neider <rneider AT web.de>
3617
3618         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3619           udata sections to fix bug #1097823
3620
3621 2005-01-05 Raphael Neider <rneider AT web.de>
3622
3623         * src/pic16/gen.c (genGenericShift): added handling of differently
3624           sized left operand and result
3625
3626 2005-01-04 Raphael Neider <rneider AT web.de>
3627
3628         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3629         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3630           to hold the condition bit)
3631         * added new version of genCmp (old code available via #define)
3632         * added new version of genShiftLeft/genShiftRight in a generic
3633           way, now supports shifting by negative values
3634         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3635           shiftCount (expected by genGenericShift)
3636         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3637         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3638           dump
3639         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3640           is an invalid literal too...)
3641
3642 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3643
3644         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3645         from Raphael Neider,
3646         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3647         for 8-bit literals. This fixes some literal operands which are sign
3648         extended to 16-bits ints when instruction needs only 8-bits.
3649
3650 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3651
3652         * device/lib/logf.c: added mcs51 assembly version
3653         * device/lib/expf.c: added mcs51 assembly version
3654         * device/lib/_logexpf.c: new shared asm code for expf and logf
3655         * device/include/math.h: add defines for assembly math library
3656         * device/lib/Makefile.in: build new _logexpf.c
3657         * device/lib/libfloat.lib: use new _logexpf.c
3658
3659 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3660
3661         * src/pic/device.c
3662         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3663           device types which have less than 0x7f registers.
3664
3665 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3666
3667         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3668
3669 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3670
3671         * device/lib/printf_fast.c: only build on supported arch.
3672         * device/lib/printf_tiny.c: only build on supported arch.
3673         * device/lib/printf_fast_f.c: only build if asm float lib
3674         * device/lib/_fsget1arg.c: only build if asm float lib
3675         * device/lib/_fsget2args.c: only build if asm float lib
3676         * device/lib/_fsnormalize.c: only build if asm float lib
3677         * device/lib/_fsreturnval.c: only build if asm float lib
3678         * device/lib/_fsrshift.c: only build if asm float lib
3679         * device/lib/_fsswapargs.c: only build if asm float lib
3680         * device/include/stdio.h: don't provide print_fast,
3681           print_fast_f, print_tiny prototypes if --xstack used
3682
3683 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3684
3685         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3686         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3687           to the SOURCES
3688
3689 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3690
3691         * device/lib/printf_fast_f.c: same as printf_fast, but
3692           with floating point enabled
3693         * device/lib/printf_fast.c: minor tweaks
3694         * device/include/stdio.h: add printf_fast_f
3695
3696 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3697
3698         * src/SDCCmain.c: make --float-reent default for mcs51
3699         * device/lib/_fsadd.c: added mcs51 assembly version
3700         * device/lib/_fssub.c: added mcs51 assembly version
3701         * device/lib/_fsmul.c: added mcs51 assembly version
3702         * device/lib/_fsdiv.c: added mcs51 assembly version
3703         * device/lib/_fseq.c: added mcs51 assembly version
3704         * device/lib/_fsneq.c: added mcs51 assembly version
3705         * device/lib/_fsgt.c: added mcs51 assembly version
3706         * device/lib/_fslt.c: added mcs51 assembly version
3707         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3708         * device/lib/Makefile.in: add _fscmp to build
3709         * device/lib/libfloat.lib: add _fscmp to build
3710
3711 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3712
3713         * device/lib/_fs2slong.c: added mcs51 assembly version
3714         * device/lib/_fs2sint.c: added mcs51 assembly version
3715         * device/lib/_fs2schar.c: added mcs51 assembly version
3716         * device/lib/_fs2ulong.c: added mcs51 assembly version
3717         * device/lib/_fs2uint.c: added mcs51 assembly version
3718         * device/lib/_fs2uchar.c: added mcs51 assembly version
3719         * device/lib/_slong2fs.c: added mcs51 assembly version
3720         * device/lib/_sint2fs.c: added mcs51 assembly version
3721         * device/lib/_schar2fs.c: added mcs51 assembly version
3722         * device/lib/_ulong2fs.c: added mcs51 assembly version
3723         * device/lib/_uint2fs.c: added mcs51 assembly version
3724         * device/lib/_uchar2fs.c: added mcs51 assembly version
3725         * device/include/float.h: added #define to select asm vs c
3726
3727 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3728
3729         * device/lib/printf_fast.c: improvements to float output
3730         * device/include/float.h: add defines for assembly float library
3731         * device/lib/_fsget1arg.c: receive 1 float arg
3732         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3733         * device/lib/_fsnormalize.c: normalize a float
3734         * device/lib/_fsreturnval.c: return float, various helper routines
3735         * device/lib/_fsrshift.c: right shift a float's mantissa
3736         * device/lib/_fsswapargs.c: swap 2 floats
3737         * device/lib/Makefile.in: build these 6 new files for mcs51
3738         * device/lib/libfloat.lib: add these 6 files to the library
3739
3740 2004-12-26 Borut Razem <borut.razem AT siol.net>
3741
3742         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3743           built by gcc 3.4.2
3744
3745 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3746
3747         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3748           and fully reentrant and register bank neutral.
3749         * device/lib/printf_fast.c: added float (not enabled by default),
3750           added compact/slower integer (also not enabled by default),
3751           improved size/speed of fast integer code, other minor changes
3752         * device/include/stdio.h, device/lib/Makefile.in,
3753           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3754
3755 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3756
3757         * src/pic16/pcode.c: declaring variables other than at the start of a
3758           block is not supported in C by VC6.
3759
3760 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3761
3762         * applied a previous patch from Raphael Neider that wasn't included
3763         in the previous commits, which fixes infinite loops within jumptable
3764         improvements,
3765         * made some fixes that previous patches introduced
3766
3767 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3768
3769         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3770         that fixes an issue with AOP_PCODE asmop's offset,
3771         * (pic16_popCopyReg): update instance field too,
3772         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3773         function of pic port,
3774         * (genCmp, genAnd, genAssign),
3775         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3776
3777 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3778
3779         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3780         variables initial values to idata section,
3781         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3782         variables in some functions. This utilizes parmBytes field of iCode
3783         structure to hold the offset of the variable in stack. (might be
3784         able to use the stack field too?)
3785         * applied patch from Raphael Neider # ### , # ###
3786         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3787         variable initial values in idata section,
3788         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3789         for static variables with initial value
3790         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3791         applied fix in while loop from Raphael Neider.
3792
3793 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3794
3795         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3796         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3797         * src/ds390/ralloc.c (serialRegAssign): spill bits
3798         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3799         * support/Util/SDCCerr.c,
3800         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3801         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3802         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3803
3804 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3805
3806         * device/include/sdcc-lib.h: inserted LGPL, added includes
3807           asm/ds390/features.h and asm/mcs51/features.h
3808         * device/include/asm/default/features.h,
3809         * device/include/asm/gbz80/features.h,
3810         * device/include/asm/z80/features.h: added empty _AUTOMEM
3811           and _STATMEM
3812         * device/include/asm/ds390/features.h,
3813         * device/include/asm/mcs51/features.h: added files with defines for
3814           _AUTOMEM and _STATMEM indicating automatic and static storage class
3815         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3816         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3817         * src/SDCCicode.c (geniCodeCast),
3818         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3819         * src/SDCCloop.c (loopInduction): removed unused variable lr
3820         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3821           to convertToFcall to include char modulo (RFE 1065037), added check
3822           if left operand is unsigned and use abs of literal value
3823         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3824           as it doesn't work after conversion from peephole.def to peephole.rul
3825         * src/mcs51/gen.c (toBoolean): added check for size,
3826           (genModOneByte): optimized code for signed char modulo a literal
3827           power of 2 (thanks to Hubert Sack),
3828           (genRRC): removed unnecessary "clr c",
3829           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3830         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3831           jump optimization,
3832           swapped rules 256.c and 256.d,
3833           extended 256.d by using new multiple checks (thanks Erik),
3834           added rules 256.e and 256.f,
3835           updated rule 261.a and 261.b to new generated code
3836         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3837
3838 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3839
3840         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3841           induction related bugs, including first part of bug #1074377
3842
3843 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3844
3845         * applied patch from bug-report #1076292,
3846         * applied patches for genAnd and Goto-optimizations for Raphael
3847         Neider,
3848         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3849         dump a less iCode information,
3850         * src/pic16/device.h (pic16_options_t): added field debgen,
3851         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3852         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3853         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3854         puclic,
3855         * (various functions): added macros FENTRY and FENTRY2 to functions,
3856         to emit function prologue,
3857         * (various functions): fixed indentation,
3858         * (genNearPointerGet): fixed loading of FSR0,
3859         * (genPackBits): applied patch from Raphael Neider to fix updating
3860         of FSR0 and touching only the modified bits,
3861         * src/pic16/genarith.c (various functions): added macros FENTRY to
3862         emit function prologue in comments,
3863         * src/pic16/pcode.h: added functions debugf2, debugf3,
3864         * src/pic16/ralloc.c: partial fix for packForPush caused
3865         segmentation fault,
3866
3867 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3868
3869         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3870           <stsp AT users.sourceforge.net> with reversed byte order
3871         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3872
3873 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3874
3875         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3876           bug #1074377
3877         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3878         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3879
3880 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3881
3882         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3883
3884 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3885
3886         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3887           conditions,
3888           (setFromConditionArgs): friendly operand parser for peephole rules,
3889           (operandBaseName, operandsNotRelated): new peephole condition
3890           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3891           architecture specific register naming into account, handles n-way
3892           comparisons, and supports quoted literals
3893         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3894
3895 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3896
3897         * src/mcs51/peeph.def: fixed bug #1076940
3898
3899 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3900
3901         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3902
3903 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3904
3905         Adding support for replacing ljmps with sjmps in jumptables
3906         generated for switch statements. For now you need to set the
3907         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3908         Now 4 algorithms for mcs51 jumptable generation are used:
3909         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3910         addresses loaded pc-relative for up to 112 cases and stack-pushing
3911         target addresses loaded with offset from dptr for up to 256 cases.
3912
3913         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3914         * src/mcs51/main.c: adapted constants for switch table generation
3915         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3916
3917 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3918
3919         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3920         * support/regression/tests/bug1057979.c: added test for bug 1073386
3921
3922 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3923
3924         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3925         compilers
3926
3927 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3928
3929         * src/pic16/device.h,
3930         * src/pic16/genarith.c,
3931         * src/pic16/glue.c,
3932         * src/pic16/main.c,
3933         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3934
3935 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3936
3937         Large cummulative patch for pic16 port.
3938         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3939         to call when a stack overflow occurs,
3940         * (malloc.h): added CVS Id tag,
3941         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3942         variable,
3943         * added libc directory. The current version of LibC contains string
3944         functions, ctype functions and macros and some functions of the
3945         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3946         be extensively tested in the future. Standard disclaimer here.
3947         Library is not automatically build yet. But one can build it by
3948         invoking 'make' inside the libc directory.
3949         * added ADC library under libio. Preliminary version yet.
3950
3951         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3952         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3953         aopForRemat() now and not by pic16_aopOp(),
3954         * (pic16_popGetTempReg): removed warning messgae when allocating
3955         temporary registers, its a buggy feature and will be removed,
3956         * (pic16_popGet): set register instance field in AOP_CRY,
3957         * (pic16_outBitC): fixed for results in size greater than 1,
3958         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3959         * (pic16_storeForReturn): optimized return of 0,
3960         * (genCmp): experimental code for new genCmp which uses PIC18's
3961         special compare&skip instructions. Initial tests fail some times
3962         with variables grater than 1 byte in size, so new code is disabled,
3963         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3964         a single bit,
3965         * (genCast): began a fix to optimize the casting of a bit to another
3966         bit, now assigning a bitfield to another bitfield will fail, sorry,
3967         * src/pic16/main.c: disabled the use of lr-support feature,
3968         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3969         * added some function prototypes, added function _debugf prototype,
3970         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3971         bits with offset (case PO_GPR_BIT),
3972         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3973         command line,
3974         * (isBankInstruction): modified to return 0 for no banking instruction,
3975         and 1 for banking instruction,
3976         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3977         caused stop processing pCodes after a inline assembly block,
3978         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3979         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3980         registers when it shouldn't,
3981         * src/pic16/ralloc.c (allocReg): add preliminary support for
3982         supporting a limited set of temporary registers,
3983
3984 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3985
3986         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3987           genDataPointerSet): ensure assignments always copy in MSB to LSB
3988           order,
3989           (loadRegFromAop): recognize CLRH optimization,
3990           (genFunction): optimize RECEIVE iCodes in reentrant functions
3991
3992 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3993
3994         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3995           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3996           selected.
3997         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3998         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3999           contiguous with data
4000
4001 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4002
4003         * device/lib/_gptrget.c (_gptrget),
4004         * device/lib/_gptrgetc.c (_gptrgetc),
4005         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4006           instead of sjmp to ret
4007         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4008           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4009
4010 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4011
4012         * .version: bumped version to 2.4.7
4013         * device/lib/_gptrget.c (_gptrget): is now _naked
4014         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4015         * device/lib/_gptrput.c (_gptrput): is now _naked
4016         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4017           (createFunction): fixed xstack
4018         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4019         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4020           or bit either,
4021           (geniCodeCritical): store original interrupt state in an iTemp bit
4022           var unless stack-auto
4023         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4024         * src/SDCCmain.c (setIncludePath): added include/target to search path
4025         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4026         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4027           prototype,
4028           (processFuncArgs): put bit vars in bit area
4029         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4030           unsaveRBank): fixed xstack,
4031           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4032           (genFunction, genEndFunction): fixed xstack,
4033           (genAssign): optimization don't walk backwards through mem
4034         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4035         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4036         * support/regression/Makefile: also make library (for stack-auto) when
4037           making "all" and added "test-mcs51-xstack-auto"
4038         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4039         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4040         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4041         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4042         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4043           make-library by MAKE_LIBRARY
4044         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4045           regression tests for xstack
4046         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4047         * support/regression/tests/critical.c: test for critical on mcs51
4048
4049 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4050
4051         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4052           built version of sdcc instead of installed version
4053
4054 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4055
4056         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4057         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4058           vprintf.c now
4059         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4060         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4061           WARNING: remove device/lib/build/z80/printf.o by hand when
4062           updating from previous build!
4063         * device/lib/z80/printf.c: updated comment
4064         * support/regression/tests/bug1057979.c: test all ports now
4065         * support/regression/tests/bug1065458.c: file added
4066
4067 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4068
4069         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4070           *_start and *_end symbols for static functions
4071
4072 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4073
4074         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4075           and search crt0.o in all library paths,
4076           (setIncludePath): proper handling of --nostdinc,
4077           (setLibPath): proper handling of --nostdlib
4078         * support/regression/Makefile,
4079         * support/regression/ports/ds390/spec.mk,
4080         * support/regression/ports/gbz80/spec.mk,
4081         * support/regression/ports/hc08/spec.mk,
4082         * support/regression/ports/mcs51/spec.mk,
4083         * support/regression/ports/mcs51-large/spec.mk,
4084         * support/regression/ports/mcs51-stack-auto/spec.mk,
4085         * support/regression/ports/z80/spec.mk: use include and lib files from
4086           built version of sdcc instead of installed version
4087         * doc/sdccman.lyx: fixed typo in --nostdinc
4088
4089 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4090
4091         * src/pic/pcode.c,
4092         * src/pic/device.c,
4093         * src/pic/ralloc.c,
4094         * src/pic/gen.c : added support to generate code for struct bit fields.
4095
4096 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4097
4098         * as/xa51/xa_version.h,
4099         * device/include/errno.h,
4100         * device/include/regc515c.h,
4101         * device/lib/_itoa.c,
4102         * device/lib/_ltoa.c,
4103         * device/lib/ser_ir_cts_rts.c,
4104         * sim/ucsim/xa.src/glob.cc,
4105         * sim/ucsim/xa.src/inst_gen.cc,
4106         * sim/ucsim/xa.src/xa_bit.cc,
4107         * sim/ucsim/xa.src/xa_sfr.cc,
4108         * sim/ucsim/z80.src/inst_dd.cc,
4109         * sim/ucsim/z80.src/inst_fdcb.cc,
4110         * support/scripts/keil2sdcc.pl,
4111         * src/pic16/pic16.dsp,
4112         * src/pic16/pic16a.dsp: corrected cvs line endings
4113         * device/lib/printf_large.c: fixed bug 1057979
4114         * src/pic16/gen.c: fixed non-C standard code
4115         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4116         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4117         * support/regression/ports/mcs51/support.c: reload T1 asap
4118         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4119           pdata use and clear idata startup behaviour
4120         * support/regression/tests/bug1057979.c: added
4121
4122 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4123
4124         * device/examples/ds390/ow390/ad26.h,
4125         * device/examples/ds390/ow390/cnt1d.h,
4126         * device/examples/ds390/ow390/crcutil.c,
4127         * device/examples/ds390/ow390/ownet.h,
4128         * device/examples/ds390/ow390/owsesu.c,
4129         * device/examples/ds390/ow390/swt12.h,
4130         * device/examples/ds390/ow390/swtoper.c,
4131         * device/examples/ds390/ow390/temp10.h,
4132         * device/examples/ds390/ow390/thermodl.c,
4133         * device/examples/ds390/tinitalk/tinitalk.dsp,
4134         * device/examples/ds390/tinitalk/tinitalk.dsw,
4135         * device/examples/mcs51/clock/hw.h,
4136         * device/examples/mcs51/simple2/go.bat,
4137         * device/examples/serialcomm/windows/serial.h,
4138         * device/examples/xa51/dummy.c,
4139         * device/examples/xa51/hello.c,
4140         * device/include/80c51xa.h,
4141         * device/include/at89x051.h: corrected cvs line endings
4142
4143 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4144
4145         * src/pic16/main.c (options): added command line --gstack, to trace
4146         stack over/under flows,
4147         * added pragma 'wparam' to allow passing first byte of function
4148         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4149         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4150         call to __gstack_test function and sets up the symbol as extern,
4151         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4152         * popaop): added call to pic16_testStackOverflow,
4153         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4154         wparamList list,
4155         * (genCall, genPcall): now all parameters are passed via stack
4156         except in functions that are pass to wparam pragma in which WREG is
4157         used too,
4158         * (genPcall): REENTRANT flag is checked to see if variable prototype
4159         contains reentrant keyword, don't call a non-reentrant function, via
4160         a reentrant function pointer or vice versa, functions are never
4161         passed via WREG,
4162         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4163         D.Winkler,
4164         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4165         SIGSEGV when accessing a NULL register stucture,
4166         * (pic16_printGPointerType): modified to handle UPPER modifier for
4167         function initializers, changed prototype of function to simpler one,
4168         * (pic16_printIvalFuncPtr): check to see if function is already
4169         added in externs list,
4170         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4171         optimized a move from W to SFR with a move to the same register
4172         later after a CALL,
4173         * device/lib/pic16/debug: NEW directory, contains debug features
4174         which are enabled when linking with libdebug.lib, currently command
4175         line option --gstack enables stack pointer tracing for over/under
4176         flow, corresponding sources are in debug/gstack
4177
4178 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4179
4180         * doc/sdccman.lyx: updated SDCC version,
4181         * (PIC16 port): update list of command line options,
4182         * src/pic16/device.h (structure pic16_options_t): added field gstack
4183         to enable stack overflow tracing on push/pops,
4184         * src/pic16/device.c (statistics structure): added statistics
4185         structure,
4186         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4187         pic16_dump_int_registers): increase statistics counters for each
4188         * variable which is encountered
4189         * (pic16_dump_usection): emit each .udata variable to its own udata
4190         section,
4191         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4192         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4193         parameters via stack, otherwise use old scheme,
4194         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4195         assembler output file,
4196         * src/pic16/main.c: added command line options --gstack to enable
4197         push/pop tracing for stack overflow,
4198         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4199         instructions): added size of each instruction,
4200         * (pic16_countInstruction): estimate size of instructions in
4201         the_pFile list, inline assembly blocks are not counted,
4202         * (pic16_FixRegisterBanking): trace previous register usage, when
4203         banksel optimizations is greater than 0, don't emit a redudant
4204         banksel directive,
4205
4206 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4207
4208         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4209         * src/pic16/ralloc.c : applied same fix for pic16.
4210         * src/pic/gen.c : tidied it up a little.
4211
4212 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4213
4214         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4215         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4216
4217 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4218
4219         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4220
4221 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4222
4223         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4224         non-reentrant function __modsint in the interrupt function (thus
4225         corrupting math operations during serial I/O)
4226         * device/lib/ser_ir.c: as above, changed buffersize
4227         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4228         256.c,d for zeroing
4229         * doc/Makefile: added option -t for rsync
4230
4231 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4232
4233         * src/SDCCast.h (struct ast),
4234         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4235
4236 2004-10-20 Borut Razem <borut.razem AT siol.net>
4237
4238         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4239         package
4240
4241 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4242
4243         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4244         makefile targets,
4245         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4246         support functions to replace long sequences of MOVFF's from access
4247         bank registers to stack and vice versa,
4248         * src/pic16/device.h: added new field opt_flags, where optimization
4249         flags can be set to enable certain features,
4250         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4251         * pBlock, (genFunction, genEndFunction): surroung loop for
4252         saving/loading used registers in stack with PC_INFO pCodes,
4253         INF_LREGS. Code in between can then be optimized by pCode optimizer
4254         to support function calls,
4255         * (genDataPointerSet): fixed bug which loaded float fields in
4256         structures with corrupt data,
4257         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4258         in a standard way debug info on stderr. Feature used for developing
4259         and debugging only,
4260         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4261         obsolete chunks of code,
4262         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4263         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4264         * pic16/src/pcode.c (pic16_newpCodeInfo,
4265         * (pic16_newpCodeOpLocalRegs),
4266         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4267         feature,
4268         * (pic16_pCodeConstString): printing of the initial value of a
4269         symbol as a comment is inhibited since parsing was already done by
4270         copyStr and output is corrupt,
4271         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4272
4273 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4274
4275         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4276
4277 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4278
4279         * as/mcs51/lkarea.c: removed old K&R style,
4280           (lnksect): changed check on boundary error,
4281           (lnksect2): changed check on boundary error,
4282           (lnksect2): extend XSTK to end of page if size = 1
4283         * as/mcs51/lkmain.c: removed old K&R style,
4284           (Areas51): create l_IRAM symbol
4285         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4286         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4287           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4288         * device/lib/_mullong.c: added version to be compiled with xstack
4289         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4290         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4291         * device/lib/mcs51/crtxstack.asm: fixed comment
4292         * src/SDCCglue.c: maxInterrupts defaults to 0,
4293           (emitMaps): added pdata,
4294           (createInterruptVect): (re)moved default,
4295           (glue): added pdata,
4296           (glue): moved __start__xstack to XSTK with default size 1
4297         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4298           and options.float_rent when options.stackAuto is set,
4299           (linkEdit): only write XDATA_NAME if provided on command line
4300         * src/SDCCmem.h,
4301         * src/SDCCmem.c: added pdata
4302         * src/port.h: added pdata_name to PORT
4303         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4304           (saveRegisters, unsaveRegisters): removed usage of B,
4305           (genMinus): fixed accumulator clash,
4306           (genJumpTab): added comment, this needs another look
4307         * src/mcs51/gen.c: added check for "B in use" paranoia,
4308           added pushB() and popB()
4309         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4310           chance
4311         * src/avr/main.c,
4312         * src/ds390/main.c,
4313         * src/hc08/main.c,
4314         * src/mcs51/main.c,
4315         * src/pic/main.c,
4316         * src/pic16/main.c,
4317         * src/xa51/main.c,
4318         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4319           added PSEG (PAG,XDATA) or NULL to port specifier
4320         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4321         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4322           (_mcs51_genInitStartup): removed __start__xstack equ,
4323           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4324         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4325         * src/z80/gen.c (_rleAppend): fixed warnings
4326         * support/regression/tests/zeropad.c: added pdata test
4327         * .version: bumped to 2.4.6
4328
4329 2004-10-17 Borut Razem <borut.razem AT siol.net>
4330
4331         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4332         as a part of nightly build
4333
4334 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4335
4336         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4337         WREG holds the first byte function parameters,
4338         * (aopForSym): take special case for symbols which are in FARSPACE
4339         but in CODESPACE too,
4340         * (assignResultValue): modified to take into account _G.useWreg,
4341         * (genCall): don't use wreg for parameter passing when function is
4342         declared as reentrant, too, added optimization INCF to stack
4343         pointer when stack parameter count is 1,
4344         * (genFunction, genEndFunction): refurnished and fixed to not using
4345         wreg for passing parameters when function has varargs or is
4346         reentrant, fixed bug with symbol name compare for generating
4347         functions in absolute address,
4348         * (pic16_storeForReturn): refurnished,
4349         * (genCmp): began writing a new version of the function, not ready
4350         yet, therefore it is disabled,
4351         * (genAssign): do not read code memory when assigning a function to
4352         a pointer function,
4353         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4354         array of characters, not pointer,
4355         * (pic16initialComments): in debug mode emit an .ident directive for
4356         the assembler,
4357         * (_process_pragma): emit a new warning type (internal to pic16)
4358         when setting stack to default length, emit a similar warning when
4359         placing a function at absolute address and address is not word aligned
4360         * (_pic16_parseOptions): added 'return TRUE' statement,
4361         * (_pic16_linkEdit): if compiling a source, then add the source's
4362         file object, first in the list of objects to link,
4363
4364 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4365
4366         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4367         * src/pic/main.c : removed VC warning.
4368         * src/pic/gen.c : changed comment.
4369
4370 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4371
4372         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4373         reference to a deprecated symbol _GPTRREG was causing failure to
4374         link. Thanks G. M. Gallant for the info.
4375
4376 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4377
4378         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4379         comments for Bugs item #954788.
4380
4381 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4382
4383         * src/pic16/device.c (pic16_dump_gsection,
4384         * pic16_groupRegistersInSection): handle symbols declared to be in
4385         access bank differently,
4386         * src/pic16/gen.c (struct _G): added field resDirect,
4387         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4388         send values read from stack directly to result and don't allocate
4389         temporary values,
4390         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4391         same registers,
4392         * (pic16_sameRegsOfs): NEW,
4393         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4394         free because they were not allocated from temporary pool,
4395         * pic16_popRegFromString): workaround to fix a problem with
4396         allocating variables twice or never,
4397         * (genGenPointerGet): using PRODL instead of FSR0H,
4398         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4399         instead of FSR0H,
4400         * (genAssign): take advantage of the _G.resDirect flag,
4401         * (genCast): around line 11844, use mov2f instead of directly
4402         MOVFF'ing between operands to account for literal values,
4403         * src/pic16/genutils.c: some new debug functions for gpsim have been
4404         added,
4405         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4406         float with integer part only,
4407         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4408         place variables in access bank
4409         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4410         updated sources to reflect recent changes in gen.c
4411
4412 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4413
4414         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4415         sources that searched for headers in installation path, now the
4416         device/include/pic16 is used,
4417         * src/pic16/glue.c (pic16glue),
4418         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4419         .line directives if not in debug mode, this suppresses assembler's
4420         warnings for ignored directives
4421
4422 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4423
4424         * src/port.h: made reset_regparms prototype void parameter explicit.
4425         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4426         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4427         * doc/sdccman.lyx: documented warning disabling and how to use
4428           printf_large to make it print floats.
4429         * device/include/stdbool.h: NEW
4430         * device/lib/_atof.c,
4431         * device/lib/_divuint.c,
4432         * device/lib/_divulong.c,
4433         * device/lib/expf.c,
4434         * device/lib/printf_large.c,
4435         * device/lib/sincosf.c,
4436         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4437         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4438           a completely reentrant lib.
4439
4440 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4441
4442         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4443         * device/include/pic16/stdio.h: fixed bug with colon
4444
4445 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4446
4447         * device/include/pic16/stdio.h,
4448         * device/include/pic16/stdlib.h,
4449         * device/include/pic16/math.h: NEW
4450         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4451         declared as _naked to reduce overhead
4452         * device/lib/Makefile.in (target port-specific-objects-pic16):
4453         changed * to *.* so to ignore the CVS directory,
4454         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4455         stacked variables back in stack,
4456         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4457         corruption
4458
4459 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4460
4461         * .version: bumped version number to 2.4.5
4462         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4463         * support/Util/SDCCerr.c (messages structure): added entry for
4464         W_POSSBUG2
4465
4466         Large cumulative patch for pic16 port and libraries.
4467         * device/include/pic16/sdcc-lib.h,
4468         * device/include/pic16/stdarg.h,
4469         * device/include/asm/pic16/features.h,
4470         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4471         * device/include/pic16/float.h: changes reentrant keyword with
4472         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4473         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4474         updated target build-libraries to include objects from gptr,
4475         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4476         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4477         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4478         all function headings,
4479         * src/SDCCmain.c: added global parameter userIncDirsSet,
4480         * (parseCmdLine): when option -I is encountered add directory to
4481         userIncDirsSet too,
4482         * src/version.awk: added space between control and long,
4483         * src/pic16/NOTES: added some notes for the port,
4484         * src/pic16/gen.c: added prototype for mov2fp function,
4485         * (fReturnpic16[]): properly named return value registers,
4486         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4487         * (aopForSym): added code to handle symbols with onStack flag set,
4488         symbols onStack are allocated PTRSIZE bytes,
4489         * (aopFreeAsmop): handles special case where asmops are stack objects,
4490         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4491         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4492         added argument lock to trace flaws in allocating temporary registers
4493         when developing port,
4494         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4495         * (pic16_popRegFromString): reenabled allocating a direct register
4496         from string,
4497         * (assignResultValue): various beautifications,
4498         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4499         referenced function argument,
4500         * (genIpush): reenabled to allow stacked arguments, handles only
4501         ic->parmPush iCodes,
4502         * (genCall, genPcall): major changes to allow for variable argument
4503         functions, fixed a bug with falsely restoring stack pointer after
4504         returning from call,
4505         * (genFunction): pending code for critical function,
4506         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4507         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4508         * (genNearPointerGet): fixed bug with indirect reading, was always
4509         reading from INDF0
4510         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4511         pointers,
4512         * (genAddrOf): rewrote code to take address of a stacked function parameter
4513         * (genCast): fixed casting to generic pointer type,
4514         * src/pic16/gen.h: added AOP_STA,
4515         * (struct asmop): added field stk,
4516         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4517         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4518         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4519         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4520         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4521         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4522         generic pointers,
4523         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4524         and library paths,
4525         * (pic16_port structure): generic pointer size is set to 3,
4526         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4527         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4528         compiler warning,
4529         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4530         operand is an iTemp,
4531
4532 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4533
4534         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4535         * debugger/mcs51/simi.c: addapt new syntax of s51
4536
4537 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4538
4539         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4540         * src/pic16/pcode.c: commented out some calls to free() in order to
4541         fix bug #989576,
4542
4543 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4544
4545         * src/SDCCicode.h,
4546         * src/SDCCicode.c (isiCodeInFunctionCall),
4547         * src/avr/ralloc.c (selectSpil),
4548         * src/pic/ralloc.c (selectSpil),
4549         * src/pic16/ralloc.c (selectSpil),
4550         * src/ds390/ralloc.c (selectSpil),
4551         * src/hc08/ralloc.c (selectSpil),
4552         * src/xa51/ralloc.c (selectSpil),
4553         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4554         stack in the middle of a function call sequence (fixes bug #1020268)
4555         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4556         costs associated with the minimum switch case.
4557
4558 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4559
4560         * src/SDCC.lex: fixed bug #1030549
4561
4562 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4563
4564         * src/SDCCcse.h (struct cseDef),
4565         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4566         over a function call if the CSE is derived from a symbol whose
4567         address has been taken (fixes bug #1029883)
4568         * support/regression/tests/bug-1029883: a new regression test for
4569         this bug
4570
4571 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/hc08/gen.c (emitinline): fixed bug #1029778
4574         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4575         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4576         and starts toward RFE #905167)
4577
4578 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4579
4580         * src/pic16/gen.c (mov2f): New function to move an operand to
4581         another without considering if it is a literal or a register,
4582         * (pic16_sameRegs): don't check if they are both AOP_REG,
4583         * (AccRsh): removed andmask=0 lines,
4584         * (genLeftShift): duplicated to be improved in future versions,
4585         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4586         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4587         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4588         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4589         * (insertBankSwitch): fixed inserting banksel directives algorithm
4590         for instructions that follow a skip instruction, this fixes a report
4591         for broken subtraction code generation,
4592         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4593         iCode is a left op, just in case result and right share the same
4594         registers
4595
4596 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4597
4598         * src/hc08/main.c,
4599         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4600         preservation of HX
4601         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4602         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4603         on 2004-09-12; it was buggy
4604
4605 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4606
4607         * src/SDCCsymt.h: removed RESULT_CHECK
4608         * src/SDCCast.c,
4609         * src/SDCCglue.c,
4610         * src/SDCCval.c,
4611         * src/pic/glue.c,
4612         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4613
4614 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4615
4616         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4617         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4618         configuration values no more rejected by compiler, they are assigned
4619         to configuration registers with a warning message instead,
4620         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4621         the for-loop so last conf register is emitted too,
4622         * (_pic16_initPaths): link library libsdcc.lib by default,
4623         * (_hasNativeMulFor): modified test for multiplication according to
4624         Raphael Neider's remarks. Integer multiplication is also done with
4625         support functions,
4626         * device/include/pic16/pic18fregs.h: corrected type error in while
4627         testing and including 18f6720 header file
4628
4629 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4630
4631         * src/pic16/device.h (pic16_options): removed field use_crt,
4632         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4633         until an optimization to handle single bits is added,
4634         * (pic16_loadFSR0): moved before genUnpackBits,
4635         * (genAnd): some white lines removed,
4636         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4637         leave_reset flags in pic16_options when using crt modules,
4638
4639 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4640
4641         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4642           for bugs 898889 & 979599. Also used some safer print instructions.
4643
4644 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4645
4646         * src/pic16/device.h (pic16_options_t): added field use_crt,
4647         crt_name, no_crt,
4648         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4649         catch a probable future bug,
4650         * src/pic16/gen.c: aopIdx function commented out,
4651         * (genAssign): commented out old code which used aopIdx,
4652         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4653         code, added if conditionals to take into account the --use-crt
4654         command line options,
4655         * src/pic16/main.c (pic16_optionsTable): added new command line
4656         options, --use-crt= and --no-crt,
4657         * (_pic16_linkEdit): now the proper crt object is added in the
4658         linker command line except than when --no-crt is specified,
4659         * src/pic16/pcode.c,
4660         * src/pic16/pcode.h: added some structures and functions for a new
4661         optimization scheme to compansate for instruction overhead between
4662         same iCodes, this scheme is currently under development and is not
4663         working in any way,
4664         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4665         to && operator,
4666         * device/lib/pic16/startup/crt0i.c,
4667         * device/lib/pic16/startup/crt0iz.c: added global char variable
4668         __uflags to force the generation of an idata section
4669
4670 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4671
4672         * doc/Makefile,
4673         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4674         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4675
4676 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4677
4678         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4679         Frieder) and clarified the default code optimization mode
4680
4681 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4682
4683         * src/SDCC.lex (doPragma, process_pragma),
4684         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4685         "opt_code_size", and "opt_code_balanced"
4686         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4687         regrouped options by category, added support for category headers
4688         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4689         and "--opt-code-size"
4690         * doc/sdccman.lyx: documented these new options and pragmas
4691         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4692         preference into account
4693
4694 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4695
4696         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4697           geniCodePreDec): Fixed bug 904237 by generating a warning
4698         * src/SDCCerr.h,
4699         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4700
4701 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4702
4703         * src/pic/device.c : When no max ram set validate full memory range.
4704         * src/pic/pcode.c,
4705         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4706
4707 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4708
4709         * device/lib/_gptrget.c,
4710         * device/lib/_gptrput.c: updated comment
4711         * device/lib/calloc.c,
4712         * device/lib/free.c,
4713         * device/lib/malloc.c,
4714         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4715         * src/SDCCcse.c (cseBBlock),
4716         * src/SDCCicode.c (printOperand, geniCodeArray),
4717         * src/SDCCicode.h (struct operand): fixed bug 868103
4718         * support/regression/tests/bug-868103.c: added
4719         * src/SDCCast.c (searchLitOp),
4720         * src/SDCCcse.h (struct cseDef),
4721         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4722         * src/SDCCicode.h (struct operand),
4723         * src/SDCCsymt.h (struct sym_link),
4724         * src/avr/gen.c (hasInc),
4725         * src/ds390/gen.c (hasInc),
4726         * src/hc08/gen.c (genPlusIncr, hasInc),
4727         * src/mcs51/gen.c (hasInc),
4728         * src/pic16/glue.c (pic16_printIvalChar),
4729         * src/pic16/ralloc.c (regWithIdx),
4730         * src/xa51/gen.c (hasInc) : removed warnings
4731         * src/SDCCast.c (createBlock): added comment ???
4732         * src/hc08/ralloc.c: updated comments
4733
4734 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4735
4736         * doc/sdccman.lyx: updated section on switch statements, added
4737         section about semaphore locking
4738         * doc/Makefile: added option -info for latex2html
4739         * device/lib/_gptrget.c,
4740         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4741
4742 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4743
4744         * src/pic/device.h,
4745         * src/pic/device.c,
4746         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4747          maxram is less than 0x100.
4748
4749 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4750
4751         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4752
4753 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4754
4755         * src/port.h,
4756         * src/mcs51/main.c,
4757         * src/ds390/main.c,
4758         * src/z80/main.c,
4759         * src/hc08/main.c,
4760         * src/pic/main.c,
4761         * src/pic16/main.c,
4762         * src/avr/main.c,
4763         * src/xa51/main.c
4764         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4765         a jump table is the best form for a switch statement, including
4766         automatic insertion of missing cases to make the case range
4767         continuous. Developed in collaboration with Frieder Ferlemann.
4768
4769 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4770
4771         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4772         accumulator result if it needs sign extension
4773
4774 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4775
4776         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4777
4778 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4779
4780         * device/lib/gbz80/printf.c,
4781         * device/lib/z80/printf.c: removed define for NULL
4782
4783 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4784
4785         * as/xa51/xa_link.c,
4786         * device/examples/ds390/ow390/ad26.c,
4787         * device/examples/ds390/ow390/cnt1d.c,
4788         * device/examples/ds390/ow390/counter.c,
4789         * device/examples/ds390/ow390/ds2480.h,
4790         * device/examples/ds390/ow390/ds2480ut.c,
4791         * device/examples/ds390/ow390/findtype.c,
4792         * device/examples/ds390/ow390/gethumd.c,
4793         * device/examples/ds390/ow390/owllu.c,
4794         * device/examples/ds390/ow390/ownetu.c,
4795         * device/examples/ds390/ow390/swt12.c,
4796         * device/examples/ds390/ow390/swtloop.c,
4797         * device/examples/ds390/ow390/temp.c,
4798         * device/examples/ds390/ow390/temp10.c,
4799         * device/examples/ds390/ow390/thermo21.c,
4800         * device/examples/ds390/ow390/tinilnk.c,
4801         * device/examples/ds390/ow390/tstfind.c,
4802         * device/examples/serialcomm/windows/serial.cpp,
4803         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4804         * device/include/reg51.h: fixed line endings for cvs
4805
4806 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4807
4808         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4809         packRegsForAccUse, packRegisters): new accumulator register
4810         packing algorithm
4811         * support/regression/ports/hc08/support.c (_putchar): suppress
4812         warning of unused variable
4813         * src/SDCCicode.c: added SWAP entry to codeTable
4814
4815 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4816
4817         * device/lib/sprintf.c: forgot to add this file before previous commit
4818
4819 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4820
4821         * src/pic16/gen.c (genPackBits): added operand right in function
4822         parameters, load result directly if p_type is POINTER (that is
4823         called by genNearPointerSet)
4824         * (genUnPackBits): added operand left in function parameters,
4825         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4826         FSR0 if accessing bitfields,
4827
4828 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4829
4830         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4831           _print_format; updated printf, sprintf, vsprintf
4832         * device/include/asm/default/features.h: corrected comment/define
4833         * device/lib/Makefile.in: added sprintf.c
4834         * device/lib/libsdcc.lib: added sprintf module
4835         * device/lib/printf_large.c,
4836         * device/lib/vprintf.c,
4837         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4838           into these 3 files
4839         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4840         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4841         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4842           hc08 test
4843         * support/regression/tests/zeropad.c: define idata as data for hc08
4844
4845 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4846
4847         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4848         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4849         labels are referenced at least once (even if a reference is not found)
4850         * src/hc08/gen.c (emitcode): set isComment flag for comments
4851         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4852         loads), rules 6a..6b (optimize jumps to return)
4853
4854 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4855
4856         * device/lib/acosf.c (acosf),
4857         * device/lib/asinf.c (asinf),
4858         * device/lib/atanf.c (atanf),
4859         * device/lib/ceilf.c (ceilf),
4860         * device/lib/cosf.c (cosf),
4861         * device/lib/coshf.c (coshf),
4862         * device/lib/cotf.c (cotf),
4863         * device/lib/fabsf.c (fabsf),
4864         * device/lib/floorf.c (floorf),
4865         * device/lib/log10f.c (log10f),
4866         * device/lib/logf.c (logf),
4867         * device/lib/sinf.c (sinf),
4868         * device/lib/sinhf.c (sinhf),
4869         * device/lib/sqrtf.c (sqrtf),
4870         * device/lib/tanf.c (tanf),
4871         * device/lib/tanhf.c (tanhf),
4872         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4873         replaced all instances of "reentrant" in the library functions
4874         defined in math.h with this macro.
4875         * support/regression/tests/float_trans.c: reenabled test for hc08
4876
4877 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4878
4879         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4880         erroneously deleted
4881
4882 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4883
4884         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4885         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4886         multi-byte volatile operands are used
4887         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4888         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4889         initialization to area GSINIT0 so that it would always precede
4890         any static initializers in GSINIT
4891         * support/regression/tests/zeropad.c: fixed idata define for hc08
4892         * support/regression/tests/bug-927659.c,
4893         * support/regression/tests/float_trans.c: disabled tests for hc08
4894         pending missing library routines
4895         * .version: increased version number to 2.4.4 - hc08 port now passes
4896         regression tests
4897
4898
4899 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4900
4901         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4902         * Makefile.common.in,
4903         * as/Makefile,
4904         * as/hc08/Makefile.in,
4905         * as/mcs51/Makefile.in,
4906         * as/z80/Makefile.in,
4907         * debugger/mcs51/Makefile.in,
4908         * device/include/Makefile.in,
4909         * device/lib/Makefile.in,
4910         * doc/Makefile,
4911         * link/Makefile,
4912         * link/z80/Makefile.in,
4913         * packihx/Makefile.in,
4914         * sim/ucsim/main_in.mk,
4915         * sim/ucsim/avr.src/Makefile.in,
4916         * sim/ucsim/doc/Makefile.in,
4917         * sim/ucsim/gui.src/serio.src/Makefile.in,
4918         * sim/ucsim/hc08.src/Makefile.in,
4919         * sim/ucsim/s51.src/Makefile.in,
4920         * sim/ucsim/xa.src/Makefile.in,
4921         * sim/ucsim/z80.src/Makefile.in,
4922         * src/Makefile.in,
4923         * support/cpp2/Makefile.in,
4924         * support/librarian/Makefile,
4925         * support/makebin/Makefile: added DESTDIR to the install path proposed
4926         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4927         * doc/sdccman.lyx: added DESTDIR documentation
4928
4929 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4930
4931         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4932         instruction for interrupt handlers, use fast returns when returning
4933         from high priority interrupts
4934
4935 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4936
4937         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4938         code generation
4939         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4940         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4941         bugs, ported much of Bernhard's code from mcs51
4942         * src/mcs51/gen.c (genSend),
4943         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4944         than one when calling a reentrant function
4945         * device/lib/_mullong.c: defined an alternate struct layout for big
4946         endian ports (hc08)
4947
4948 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4951         test
4952
4953 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4954
4955         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4956         are sane and complete before asking the port its prefered parameter
4957         passing method (fixes bug #1017633)
4958         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4959         and _ret3
4960
4961 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4962
4963         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4964         problem in bitfields >= 8 bits.
4965
4966 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4967
4968         * src/SDCCsymt.c: undid changes that were not meant to be committed
4969
4970 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4971
4972         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4973
4974 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4975
4976         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4977           copied and wrong bit got inverted
4978
4979 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4980
4981         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4982         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4983         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4984         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4985         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4986         assignments to bitfields at known addresses
4987         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4988         reads from bitfields at known addresses
4989         * src/hc08/ralloc.c (packRegisters),
4990         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4991         genhc08Code): optimize pointer get values used as conditionals
4992         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4993         and branch
4994
4995 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4996
4997         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4998         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4999         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5000         as conditionals
5001
5002 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5003
5004         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5005
5006 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5007
5008         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5009         related problems
5010
5011 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5012
5013         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5014
5015 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5016
5017         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5018         mcs51 port
5019
5020 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5021
5022         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5023
5024 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5025
5026         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5027         cases use more compact code.
5028
5029 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5030
5031         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5032
5033 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5034
5035         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5036
5037 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5038
5039         * src/SDCCsymt.h,
5040         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5041         parameter of changePointer() from symbol* to sym_link*
5042         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5043         * src/SDCCsymt.c (compareType): void* type is castable to other
5044         pointers, but not necesarily an exact match.
5045         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5046         is no longer blindly treated as an exact match.
5047         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5048
5049 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5050
5051         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5052
5053 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5054
5055         * src/pic/gen.c,
5056         * src/pic/pcode.c,
5057         * src/pic/ralloc.h,
5058         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5059
5060 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5061
5062         * src/pic/device.c,
5063         * src/pic/device.h,
5064         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5065
5066 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5067
5068         * src/mcs51/gen.c (emitcode): fixed bug #992819
5069
5070 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5071
5072         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5073           there's no need to make it worse
5074
5075 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5076
5077         * src/mcs51/ralloc.c (deassignLR),
5078         * src/ds390/ralloc.c (deassignLR),
5079         * src/hc08/ralloc.c (deassignLR),
5080         * src/z80/ralloc.c (deassignLR),
5081         * src/pic/ralloc.c (deassignLR),
5082         * src/pic16/ralloc.c (deassignLR),
5083         * src/avr/ralloc.c (deassignLR),
5084         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5085         rlivePoint): fixed another part of bug #971834
5086
5087 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5088
5089         * src/z80/main.c: enabled "critical" keyword
5090         * src/z80/mappings.i,
5091         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5092         functions (fixes bug #979646)
5093         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5094
5095 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5096
5097         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5098           such as c:\mydir.
5099
5100 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5101
5102         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5103           doesn't disable too much optimizations
5104
5105 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5106
5107         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5108
5109 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5110
5111         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5112
5113 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5114
5115         * src/pic/gen.c tidied up tabs
5116         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5117         * src/pic/main.c tidied up tabs
5118         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5119         * src/pic/pcoderegs.c tidied up tabs
5120         * src/pic/ralloc.c tidied up tabs
5121
5122 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5123
5124         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5125         to S_FIXED for pic16 port and when symbol is not in level 0,
5126         allocate for S_REGISTER storage class and pic16 port, too,
5127         * src/pic16/device.h: prototype for checkSym,
5128         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5129         * (pic16_assignConfigWordValue): test the value and the mask to
5130         validate that the value is suitable for the configuration word,
5131         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5132         collect extern declared symbols, don't emit symbol twice, check
5133         first if symbol is in publics set first,
5134         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5135         * added command line '--fstack' which enables an experimental
5136         feature for stack access, too buggy to be used yet...
5137         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5138         * (pic16_allocDirReg): when register has storage class S_REGISTER
5139         allocate in pic16_dynAccessRegs,
5140         * device/include/pic16/pic18f????.h: modified configuration word
5141         naming convention, words started as CONFIG0H but should be CONFIG1H
5142
5143 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5144
5145         * device/include/mcs51reg.h: fixed bug 970993
5146
5147 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5148
5149         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5150         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5151         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5152         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5153         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5154         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5155           error/warning numbers,
5156           added function setWarningDisabled()
5157         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5158         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5159           _memcmp.c _memmove.c calloc.c realloc.c free.c
5160         * support/regression/tests/malloc.c: added tests for new functionality
5161         * support/regression/tests/zeropad.c: added tests for truncated initializers
5162           and initialized char arrays starting with '\x0'
5163         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5164
5165 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5166
5167         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5168
5169 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5170
5171         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5172         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5173         peephole 177.e. Thanks to anonymous
5174
5175 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5176
5177         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5178         function isn't used in the source but referenced as a
5179         variable initializer then declare it as extern in .asm file
5180
5181 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5182
5183         * .version: increased version number to 2.4.3
5184
5185         Adding version extension according to ChangeLog CVS revision
5186         * src/Makefile.in (target all): added dependency 'version.h'
5187         * (rule version.h): added rule to create version.h from ChangeLog,
5188         * (rule dep): added dependency version.h,
5189         * src/version.awk: AWK script to create version.h
5190         * src/SDCCdwarf2.c (dwWriteModule),
5191         * src/SDCCglue.c (initialComments),
5192         * src/SDCCmain.c (printVersionInfo): modified to write after
5193         version string the version extension number,
5194         * src/SDCCutil.c: included "version.h"
5195         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5196         number,
5197         * src/SDCCutil.h: added prototype for getBuildNumber
5198
5199         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5200         includeDirsSet, too,
5201         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5202         const char [] is found in function prototype...
5203
5204         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5205         moving to WREG with source is already in WREG,
5206         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5207         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5208         * (aopForSym): stack'ed symbols are partially supported, added
5209         if-clause to support symbols in FARSPACE,
5210         * (sameRegs): added test for AOP_ACC to see if registers are same,
5211         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5212         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5213         * (pic16_popRegFromString): will not allocate a new register if it
5214         doesn't find one by name, bug may have introduced...
5215         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5216         * (genIpush): revived to use pic16 port's stack,
5217         * (genAddrOf): added incomplete case for stack'ed operand,
5218         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5219         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5220         can handle multibyte operands,
5221         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5222         * (pic16initialComments): added message for MPLAB compatibility
5223         mode enabled,
5224         * src/pic16/main.h: prototype for pic16_mplab_comp,
5225         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5226         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5227         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5228         because of increased complexity of procedure,
5229         * (_process_pragma): stack pragma changed to format 'stack pos len',
5230         emit symbol '_stack_end' to conform with gplink,
5231         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5232         to search for register,
5233         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5234         PO_GPR_REGISTER,
5235         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5236         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5237         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5238         case for PO_GPR_REGISTER,
5239         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5240         dies, the new era is ahead !...
5241         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5242         pic16_dynInternalRegs,
5243         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5244         * (pic16_allocDirReg): minor optimizations and bug fixes,
5245         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5246
5247         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5248         load stack and frame pointer with address of 'stack_end' symbol
5249
5250 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5251
5252         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5253         without source code but only variable initializers
5254
5255 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5256
5257         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5258         external are not declared as extern to reduce overhead while linking
5259
5260 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5261
5262         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5263
5264 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5265
5266         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5267           Yee Keat for the patch
5268         * src/SDCCast.c (decorateType): fixed bug #979599
5269         * src/ds390/gen.h: removed local fReturnSizeDS390
5270         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5271         * src/ds390/gen.c (genAnd, genOr, genXor),
5272         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5273
5274 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5275
5276         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5277         add relFilesSet to $3, manipulate $2 to handle linking of object
5278         files without source files in command line,
5279         * device/include/pic16 (all headers): added ID location macros,
5280         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5281         entries for ID location bytes,
5282         * (pic16_assignIdByteValue): NEW,
5283         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5284         added field dumpcalltree to pic16_options_t,
5285         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5286         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5287         emitting rFalseIfx label after check_carry label,
5288         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5289         pic16_emitDIRegs), NEW
5290         * (pic16glue): dump .calltree file when option --calltree found,
5291         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5292         * (_pic16_genAssemblerPreamble): emit ID locations after
5293         configuration registers,
5294         * (pic16_linkCmd): modifications of the link command,
5295         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5296         * (pic16_pCodeInitRegisters): don't init stack registers,
5297         * (pic16_findPrevInstruction): fixed bug,
5298         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5299         bug with immediate registers,
5300         * (buildCallTree): traces stack push and pop,
5301         * (pct2): dump also stack usage for each function,
5302         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5303         * (pic16_allocDirReg): various modifications,
5304         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5305         fixed to 1,
5306
5307 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5308
5309         * src/pic16/pcode.c: removed buggy double colon
5310
5311 2004-07-01 Borut Razem <borut.razem AT siol.net>
5312
5313         * support/scripts/sdcc.nsi: added include/pic16 to setup
5314
5315 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5316
5317         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5318         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5319         target 'clean',
5320         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5321         specific command line arguments. Also added sample lkr script
5322         for placing a variable at a specific memory bank.
5323         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5324         at a specific memory bank,
5325         * (pic16_dump_isection): fixed bug which caused string literals to
5326         be omitted when dumping idata section,
5327         * (pic16_groupRegistersInSection): added code to handle registers
5328         in specific memory banks,
5329         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5330         public, all references are renamed too,
5331         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5332         AOP_DPTR2,
5333         * (pic16_storeForReturn): added case to handle when dest is WREG,
5334         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5335         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5336         pic16_rel_udata, check to see if that register is marked as being
5337         a member of a specific memory bank,
5338         * (pic16_printIvalCharPtr): added code to add string literals either
5339         to code or the idata sections,
5340         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5341         also accept the 'udata' pragma,
5342         * src/pic16/main.h: new structure types sectName and sectSym
5343         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5344         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5345         * (pic16_findPrevInstruction): fixed, it returned nothing,
5346         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5347         instruction combinations,
5348         * (pic16_FixRegisterBanking): heavily reorganised,
5349         * (pic16_AnalyzeBanking): if generating banksel directives is
5350         disabled, then don't call FixRegisterBanking at all,
5351         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5352         completely removed,
5353         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5354
5355 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5356
5357         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5358         Phuah Yee Keat <yk.phuah AT nestac.com>
5359
5360 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5361
5362         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5363         correctly the IVT even if it is relocated to some other location
5364
5365 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5366
5367         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5368         * device/include/pic16/pic18f2220.h: NEW,
5369         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5370         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5371         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5372         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5373         nodefaultlibs, ivt_loc is the location of the interrupt vector
5374         table, and nodefaultlibs signs that default libraries should not be
5375         linked in link stage,
5376         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5377         according to --ivt-loc argument,
5378         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5379         when pragma stack is found,
5380
5381 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5382
5383         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5384         256 (range check), 257 (do while), 258.a-f (bit banging
5385         f.e. on 3-wire SPI bus)
5386
5387 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5388
5389         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5390         variables used exclusively within a loop
5391
5392 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5393
5394         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5395
5396 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5397
5398         * src/SDCClrange.c (computeClash): fixed bug #971834
5399
5400 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5401
5402         * src/mcs51/gen.c (genCmp): fixed bug #975903
5403         * src/hc08/gen.c (operandsEqu),
5404         * src/ds390/gen.c (operandsEqu),
5405         * src/z80/gen.c (operandsEqu),
5406         * src/pic/gen.c (operandsEqu),
5407         * src/pic16/gen.c (operandsEqu),
5408         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5409         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5410
5411 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5412
5413         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5414
5415 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5416
5417         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5418         default case in switch statement,
5419         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5420         to eliminate problem with initialisation of pointers, but problem
5421         still exists,
5422         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5423         * (emitStaticSegment): removed various lines emitting debug info,
5424         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5425         added processor registers for utilizing EEPROM,
5426         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5427         configurable and set 8
5428
5429 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5430
5431         * .version: increased version number to 2.4.2,
5432
5433         Cumulative patch for pic16 port
5434         * src/pic16/device.c: changed scheme to dump initial values for
5435         variables in idata segment, all print_idata* functions were removed,
5436         now the pic16_printIval* will be called,
5437         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5438         * _pic16_printPointerType, pic16_printPointerType,
5439         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5440         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5441         NEW, similar to the respective functions in SDCCglue.c,
5442         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5443         way, emitting hex bytes,
5444         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5445
5446 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5447
5448         * src/avr/ralloc.c (serialRegAssign),
5449         * src/xa51/ralloc.c (serialRegAssign),
5450         * src/pic/ralloc.c (serialRegAssign),
5451         * src/pic16/ralloc.c (serialRegAssign),
5452         * src/hc08/ralloc.c (serialRegAssign),
5453         * src/z80/ralloc.c (serialRegAssign),
5454         * src/ds390/ralloc.c (serialRegAssign),
5455         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5456
5457 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5458
5459         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5460         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5461
5462 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5463
5464         Cumulative patch for pic16 port:
5465         * src/pic16/device.h (typedef PIC16_device) modified fields for
5466         defining microcontrollers,
5467         * src/pic16/device.c: added new info for all devices in Pics16 array,
5468         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5469         to be optimised out by the pCode optimiser,
5470         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5471         specially, bug reported by G.M. Gallant,
5472         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5473         as force'd so that cannot be optimised out by pCode optimiser,
5474         * src/pic16/pcode.c,
5475         * src/pic16/pcodepeeph.c,
5476         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5477         they are disabled by default, but can be enabled explicit with
5478         command argument --denable-peeps, for testing,
5479         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5480         --pomit-ivt in COMPILE_FLAGS
5481
5482 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5483
5484         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5485           compilation on MSVC
5486
5487 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5488
5489         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5490
5491 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5492
5493         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5494         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5495
5496 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5497
5498         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5499         would only assign 0x300001 register.
5500
5501 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5502
5503         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5504         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5505
5506 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5507
5508         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5509         for ds80c400
5510         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5511         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5512         added peephole 254 (left shift), 255 (jump table)
5513
5514 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5515
5516         * device/lib/Makefile.in: removed comment line with model-pic16,
5517         * (target port-specific-objects-pic16): the libraries and objects
5518         are copied to the build directory form the device/lib/pic16/bin
5519         directory
5520
5521         Cumulative patch concerning pic16 port:
5522         * library directory has been re-organized,
5523         * added support for PIC18F1220,
5524         * added headers and library sources for chips 18f1220,18f6520,
5525         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5526
5527         * configuration registers setting has changed, now each supported
5528         device has a complete description of the registers it uses,
5529         * all initialisations are moved to idata sections, these section
5530         can be absolute or relocatable,
5531         * fixed initialisation of codespace variables,
5532         * fixed warning about PCLATU and gpsim,
5533         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5534         * (genAssign): use table reads when assigning from variables in codespace,
5535         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5536         char/int variables placed in codespace,
5537         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5538         registers set in .asm file, no need for --pomit-config-words anymore,
5539         * (pic16glue): some 8051 legacy segments are commented out
5540         (to be removed completely),
5541         * added support for alternative assembler and linker with --asm=
5542         and --link= command line arguments,
5543         * peepholes are disabled automatically in the port, no need to
5544         specify on command line,
5545         * port supports natively char/int/long multiplication, but converts
5546         all divisions to support functions,
5547         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5548         to the file set in variable $2,
5549         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5550         strings in ASCII format and not in hex,
5551         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5552         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5553         allocate proper register if iCodes aren't temporary,
5554
5555 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5556
5557         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5558
5559 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5560
5561         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5562         is commented out
5563
5564 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5565
5566         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5567         computed address is reused
5568         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5569         multi-byte bitfields
5570
5571 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5572
5573         * src/z80/gen.c: (genArrayInit): must check for pointers too
5574
5575 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5576
5577         * support/regression/tests/zeropad.c: never meant to commit the
5578           nestedstruct test: removed, added check for GCC version
5579
5580 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5581
5582         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5583         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5584         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5585           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5586           bugs 928906 and 954082 half-empty initializers
5587         * src/SDCCsymt.h,
5588         * src/SDCCsymt.c (getAllocSize): added for above fix
5589         * src/z80/gen.c (genArrayInit): fixed bug 741044
5590         * support/regression/tests/zeropad.c: added tests
5591
5592 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5593
5594         * src/pic16/device.c (pic16_dump_section): corrected bug which
5595         caused some symbols of the libraries to be misplaced
5596
5597 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5598
5599         * src/pic16/glue.c,
5600         * src/pic16/ralloc.h,
5601         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5602         to fix conflict with pic port
5603
5604 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5605
5606         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5607         externs configuration variables,
5608         * src/pic16/ralloc.h,
5609         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5610         prototype in header, commented out some debug messages
5611
5612 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5613
5614         * src/pic16/glue.c,
5615         * src/pic16/main.c,
5616         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5617         for gpasm COFF object generation. Thanks to D. Hawkins for
5618         his patch info
5619
5620 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5621
5622         * src/ds390/main.c,
5623         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5624         Brock for spotting this)
5625         * src/ds390/gen.c (genEndFunction),
5626         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5627         interrupt handler and critical. Disable push/pop optimizations when
5628         peephole optimizations disabled.
5629
5630 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5631
5632         Updated pic16 library sources and headers.
5633         * device/lib/pic16/pic18f*/ ,
5634         * device/include/pic16/*.h: modified to handle structured SFR
5635         definitions
5636
5637 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5638
5639         * src/port.h (PORT structure): added hook initPaths, now each
5640         port can declare its own default search paths,
5641         which can been seen with the --print-search-dirs option,
5642         see pic16 port for example,
5643         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5644         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5645         * (doPrintSearchDirs): NEW, replaces in a central manner the
5646         printing of search dirs which was split in set*Paths functions,
5647         * (main): added call to port->initPaths and doPrintSearchDirs,
5648         * src/avr/main.c,
5649         * src/ds390/main.c,
5650         * src/hc08/main.c,
5651         * src/izt/i186.c,
5652         * src/izt/tlcs900h.c,
5653         * src/mcs51/main.c,
5654         * src/pic/main.c,
5655         * src/pic16/main.c: modified port structures to reflect addition of
5656         initPaths hook,
5657
5658         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5659         * (pic16_dump_section): for registers in same address reserve memory once,
5660         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5661         to no_banksel,
5662         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5663         result is greater in size than right or left,
5664         * (pic16_genUMult8X8_8): there are some cases where the result can
5665         be 16 bits size, so handle these,
5666         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5667         * (pic16_outBitC): modified to emit pcodes,
5668         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5669         or not,
5670         * (genDivOneByte): implemented algorithm to divide 8-bits,
5671         * (genCmp): uncommented goto, but issues still exist,
5672         * (genAnd): fixed a bug with variables >8bits,
5673         * (genPackBits): optimization added that uses BCF/BSF to change a
5674         single bit,
5675         * (genAssign): fixed bug when assigning floating point literals,
5676         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5677         __sdcc_gsinit_startup label,
5678         * src/pic16/main.c (_pic16_init): removed search directory
5679         initialisations,
5680         * (_pic16_initPaths): NEW, used to initialise search directories,
5681         * (_hasNativeMulFor): support functions for all except char/int
5682         multiplication, and char division,
5683         * (PIC16_port struct): modified entry for native mul support,
5684         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5685         no_banksel option,
5686         * (buildCallTree): call to register_usage is ifdef'ed out,
5687
5688 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5689
5690         * device/include/string.h: applied Stas Sergeev's patch to make this
5691         header file compatible with the preprocessor -Wundef option
5692         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5693         failure (fixes bug #941458)
5694
5695 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5696
5697         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5698         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5699         that the variable, not the function, should be static
5700         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5701         to be consistent with non-literal case
5702
5703 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5704
5705         * src/SDCCast.c (isConformingBody): fixed bug #949967
5706         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5707         convilong): fixed bug #952086
5708
5709 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5710
5711         * src/SDCCmem.c (allocVariables): fixed bug #955321
5712
5713 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5714
5715         * src/hc08/main.c (_hc08_genAssemblerEnd),
5716         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5717         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5718         completely eliminated the use of a temporary file
5719         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5720         when more than one file linked
5721         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5722
5723 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5724
5725         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5726         which fixes bug #543481
5727         * support/regression/tests/bug-751703.c: fixed comments left from a
5728         cut and paste error
5729         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5730         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5731         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5732         scopes
5733         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5734         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5735         are now changed to underscores in moduleName
5736
5737 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5738
5739         * as/mcs51/lkmem.c: better fix for bug #954173
5740
5741 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5742         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5743
5744         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5745         * device/include/c8051f000.h,
5746         * device/include/c8051f120.h,
5747         * device/include/c8051f300.h,
5748         * device/include/c8051f310.h,
5749         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5750         PWM16) and detab'ed
5751
5752 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5753
5754         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5755         and mailing lists, doc'ed --no-peep-comments, removed reference
5756         to knoppix (newest version has no LyX/LaTeX), other minor changes
5757         * src/SDCCglue.c (glue): save 2 bytes stack space with
5758         option --main-return. The ljmp could probably be avoided too
5759
5760 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5761
5762         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5763
5764 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5765
5766         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5767         * src/SDCCopt.c (isLocalWithoutDef),
5768         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5769         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5770         (credit to Maarten Brock for patch #949363, on which this is based)
5771         * support/regression/tests/bug-751703.c: some test cases of extern used
5772         within inner scopes.
5773
5774 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5775
5776         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5777         SPEC_STRUCT
5778         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5779         struct definitions
5780         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5781         dwWriteLabel): fix to create valid debugger symbols even when
5782         the module name has non-alphanumeric symbols in it
5783         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5784         when a variable's allocation has been optimized away
5785
5786
5787 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5788
5789         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5790         * src/hc08/main.c,
5791         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5792         * src/mcs51/main.c,
5793         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5794         * src/ds390/main.c,
5795         * src/z80/gen.c (z80_emitDebuggerSymbol),
5796         * src/z80/main.c,
5797         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5798         * src/pic/main.c,
5799         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5800         * src/pic16/main.c,
5801         * src/avr/gen.c (avr_emitDebuggerSymbol),
5802         * src/avr/main.c,
5803         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5804         * src/xa51/main.c,
5805         * src/SDCCdebug.c (emitDebuggerSymbol),
5806         * src/SDCCdebug.h,
5807         * src/port.h: added a debugger struct to the port struct. Added a
5808         callback for defining debugger symbols
5809
5810         * src/SDCCast.c (createLabel),
5811         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5812         with isitmp = 1
5813         * src/SDCCicode.h,
5814         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5815         iCode back to the ast for the function
5816
5817         * src/hc08/ralloc.c (hc08_assignRegisters),
5818         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5819         unneeded fields from the regs struct.
5820         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5821         pushReg() & pullReg() functions instead of emitcode()
5822
5823         * src/hc08/gen.c (genLabel, genhc08Code),
5824         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5825
5826         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5827         debugger hooks
5828
5829         * src/hc08/gen.c (genEndFunction, genhc08Code),
5830         * src/hc08/gen.h,
5831         * src/mcs51/gen.c (genEndFunction, gen51Code),
5832         * src/mcs51/gen.h,
5833         * src/ds390/gen.c (genEndFunction, gen390Code),
5834         * src/ds390/gen.h,
5835         * src/z80/gen.c (genEndFunction, genZ80Code),
5836         * src/z80/gen.h,
5837         * src/z80/z80.h,
5838         * src/pic/gen.c (genEndFunction, genpic14Code),
5839         * src/pic/gen.h,
5840         * src/pic16/gen.c (genEndFunction, genpic16Code),
5841         * src/pic16/gen.h,
5842         * src/avr/gen.c (genEndFunction, genAVRCode),
5843         * src/avr/gen.h,
5844         * src/xa51/gen.c (genEndFunction, genXA51Code),
5845         * src/xa51/gen.h,
5846         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5847         specific code to cdbFile.c and out of the backend code generators
5848
5849         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5850         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5851         starting address is now 0
5852
5853         * as/hc08/asm.h,
5854         * as/hc08/m08pst.c,
5855         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5856         assembler directive for DWARF support
5857         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5858
5859         * src/src.dsp,
5860         * src/Makefile.in,
5861         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5862
5863 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5864
5865         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5866         and inappropriate peephole optimization in jump tables
5867
5868 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5869
5870         * as/hc08/m08pst.c,
5871         * src/SDCCglue.c: sdccopt works for the hc08 port now
5872
5873 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5874
5875         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5876
5877 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5878
5879         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5880
5881 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5884         rules
5885         * src/SDCCmain.c,
5886         * src/SDCCglobl.h,
5887         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5888         comments from the peephole optimizer replacement rules
5889         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5890         symbols
5891         * src/SDCCcse.c (updateSpillLocation),
5892         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5893         equivalents
5894         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5895         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5896         objects far pointers
5897
5898 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5899
5900         * src/SDCCsymt.h: a missing part of my last change
5901         * src/pic/ralloc.c (regTypeNum),
5902         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5903
5904 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/SDCCicode.h,
5907         * src/SDCCicode.c (aggrToPtrDclType),
5908         * src/SDCCptropt.h,
5909         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5910         ptrPseudoSymConvert),
5911         * src/pic/ralloc.c (regTypeNum),
5912         * src/pic16/ralloc.c (regTypeNum),
5913         * src/hc08/ralloc.c (regTypeNum),
5914         * src/ds390/ralloc.c (regTypeNum),
5915         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5916         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5917
5918 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5919
5920         * link/z80/lkmain.c (afile),
5921         * as/hc08/lkmain.c (afile),
5922         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5923         prevent a pointer problem when a filename has no directory and
5924         no extension specified.
5925
5926 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5927
5928         * link/z80/lkmain.c (afile): allow periods in directory names
5929         * link/z80/lkmain.c (afile),
5930         * as/mcs51/lkmain.c (afile),
5931         * as/hc08/lkmain.c (afile): allow linker script file to have an
5932         extension other than ".lnk"
5933         * link/z80/lklex.c (getfid),
5934         * link/z80/lkmain.c (parse),
5935         * as/mcs51/lklex.c (getfid),
5936         * as/mcs51/lkmain.c (parse),
5937         * as/hc08/lklex.c (getfid),
5938         * as/hc08/lkmain.c (parse): Support comments in the linker script
5939         file on lines by themselves and after filenames
5940
5941 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5942
5943         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5944
5945 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5946
5947         * src/z80/peeph-z80.def: removed some peephole rules that don't
5948         work with multibyte arithmetic (fixed bug #937126)
5949         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5950         to registers and not global variables
5951         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5952         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5953         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5954         checking for assignments not internally generated (fixed bug #931895)
5955         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5956         structure member (fixed bug #930072)
5957
5958 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/SDCCmain.c (linkEdit),
5961         * src/hc08/main.c (_hc08_parseOptions),
5962         * as/hc08/Makefile.in,
5963         * as/hc08/aslink.h,
5964         * as/hc08/asm.h,
5965         * as/hc08/m08pst.c,
5966         * as/hc08/lkrloc.c (relr, rele),
5967         * as/hc08/lkarea.c (lnkarea)
5968         * as/hc08/lkmain.c (afile, parse),
5969         * as/hc08/lkelf.c: support for ELF output
5970         * as/hc08/lks19.c (s19),
5971         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5972
5973 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5974
5975         * as/mcs51/lkihx.c: Fixed bug #899105.
5976
5977 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5978
5979         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5980         .dsp files from Unix to DOS.
5981
5982 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5985         function pointers; we have been compliant for several months now.
5986         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5987         change that was accidently commented out
5988         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5989         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5990         bug #922319
5991
5992 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5993
5994         * src/hc08/gen.c: output of all of the internal debugging information
5995         is now controlled by the D() macro; it is disabled by default
5996
5997 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5998
5999         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6000         harder to keep the same registers during a CAST iCode
6001         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6002         long via int can be done in a single cast, if the signedness is
6003         correct.
6004         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6005         putchar() in tinibios.c in ds390's library
6006
6007 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6008
6009         * src/SDCCast.c (decorateType): fixed bug #898889,
6010         cast result of a literal complement too
6011         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6012         fixed check for bitfields
6013
6014 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6015
6016         * src/SDCCicode.c (geniCodeLogic): made it static,
6017         (geniCodeLogicAndOr): added in order to fix bug #905492,
6018         (ast2iCode): fixed bug #905492
6019         * support/regression/tests/bug-905492.c: added
6020         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6021         (processParms): fixed bug #927659: don't copy parms, this will clear
6022         decorated flag
6023         * support/regression/tests/bug-927659.c: added
6024
6025 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6026
6027         * src/SDCCast.c (addCast): don't cast float to char
6028         * device/lib/libsdcc.lib: added _memmove
6029
6030 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6031
6032         * device/lib/large/Makefile: fixed parallel execution by
6033         replacing `make` by `$(MAKE)`
6034
6035 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6036
6037         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6038         offsets (fixes bug #923936)
6039
6040 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6041
6042         * device/lib/small/Makefile: fixed parallel execution by
6043         replacing `make` by `$(MAKE)`
6044
6045 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6046
6047         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6048
6049 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6050
6051         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6052         * src/regression/Makefile: Regression test was not running.
6053
6054 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6055
6056         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6057         complement if possible
6058         * src/SDCCval.c (valComplement),
6059         * src/SDCCicode.c (operandOperation): fixed complement of literal
6060         * support/regression/tests/onebyte.c (testComplement): added
6061
6062 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6063
6064         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6065         return an optimized tree; actually replace actParm with the new tree
6066         * src/SDCCast.h: added some parantheses to remove side effects
6067         * support/regression/tests/bug-920866.c
6068
6069 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6070         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6071         Bit operands were not being handled properly in the pic14 port.
6072         (now src/regression/add.c passes again).
6073
6074 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6075
6076         * src/SDCC.y (labeled_statement): case and default no longer require
6077         a following statement (RFE #893037)
6078
6079 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6080
6081         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6082         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6083         disabled (fixes bug #916294)
6084         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6085         "mov a,acc"; patch provided by Lenny Story
6086         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6087
6088 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6089
6090         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6091         functions
6092         * src/ds390/gen.c (genFunction, genEndFunction),
6093         * src/ds390/ralloc.c (ds390_assignRegisters),
6094         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6095         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6096         pushed if there are parameters passed on the stack. Also, a cleaner
6097         way to decide if r0/r1 should be pushed/popped. (Together they fix
6098         bug #918693)
6099
6100 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6101
6102         * doc/sdccman.lyx,
6103         * device/lib/mcs51/crtpagesfr.asm,
6104         * device/lib/mcs51/crtxinit.asm,
6105         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6106         to avoid confusion with Si Lab's SFRPAGE register.
6107
6108 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6109
6110         * src/SDCCglue.c (emitMaps): allow public sfr variables
6111         * src/SDCCglue.c (initialComments): include compiler build date
6112         with compiler version and put the timestamp of the generated
6113         assembly file on a serperate line to be less confusing.
6114         * src/port.h: added genInitStartup hook
6115         * src/avr/main.c,
6116         * src/ds390/main.c,
6117         * src/hc08/main.c,
6118         * src/pic/main.c,
6119         * src/pic16/main.c,
6120         * src/xa51/main.c,
6121         * src/z80/main.c: genInitStartup initialize as NULL (default to
6122         historical behaviour)
6123         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6124         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6125         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6126         library instead of hard coding it into the compiler.
6127         * support/regression/ports/mcs51-stack-auto/spec.mk,
6128         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6129         * device/lib/mcs51/Makefile,
6130         * device/lib/small/Makefile,
6131         * device/lib/large/Makefile,
6132         * device/lib/mcs51/crtpagesfr.asm,
6133         * device/lib/mcs51/crtstart.asm,
6134         * device/lib/mcs51/crtxclear.asm,
6135         * device/lib/mcs51/crtxinit.asm,
6136         * device/lib/mcs51/crtclear.asm,
6137         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6138         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6139         and into user configurable files.
6140         * device/lib/clean.mk: clean mcs51 directory too
6141         * support/regression/tests/longlit.c: added static to T1 declaration
6142         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6143         accesses in the initialization code
6144
6145 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6146
6147         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6148         OSCTRIMVAL as noted in bug #916008
6149
6150 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6151
6152         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6153         in loops with multiple exits (reported as incorrect registers
6154         used by Martin Helmling in Sdcc-user list)
6155
6156 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6157
6158         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6159         made ds390 register extensions look less like error messages
6160
6161 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6164         reported by Adam Wozniak in Sdcc-user list
6165
6166 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6167
6168         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6169         arithmetic optimizations, added debug output
6170
6171 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6172
6173         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6174         * sdcc.spec: updated and split sdcc into 3 rpms
6175         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6176         needed for literals of LEFT_OP and '+'
6177         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6178         introduced RESULT_TYPE_NOPROM
6179         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6180         left shift
6181         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6182         limited promotion to int only for '*'
6183         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6184
6185 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6186
6187         * src/pic16/gen.c (genSkip),
6188         (genc16bit2lit), (gencjneshort): commented out
6189         (is_LitOp): new helper function, checks operand type
6190         (genCmpEq): rewritten
6191
6192 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6193
6194         * support/regression/tests/bug-908454.c: added
6195
6196 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6197
6198         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6199         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6200         (geniCodeCast): cosmetic, don't preserve bit storage class
6201         (geniCodeLeftShift): added promotion
6202         (geniCodeLogic): fixed regression
6203         * src/SDCCsymt.c (computeTypeOr): accept bits too
6204         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6205
6206 2004-03-07  Borut Razem <borut.razem AT siol.net>
6207
6208         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6209
6210 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6211
6212         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6213         version of pic16_genPackRegisters which does not check if ic is a
6214         CAST operator,
6215         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6216         function cause string1.c regression test fails
6217
6218 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6219
6220         * sim/ucsim/configure.in,
6221         * sim/ucsim/configure,
6222         * sim/ucsim/doc/Makefile.in: use docdir
6223         * src/SDCC.y: fixed sbit atrributes
6224         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6225         * src/SDCCast.c (decorateType): |^& need special promotion handling
6226         * src/SDCCast.h,
6227         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6228         * src/SDCCsymt.h (computeType),
6229         * src/SDCCicode.c: computeType() needs op
6230         * src/SDCCsymt.c (checkTypeSanity),
6231         * doc/sddman.lyx: "plain" bitfields are unsigned
6232         * src/SDCCsymt.c (computeTypeOr): added
6233         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6234         |^& ops
6235         * src/SDCCval.c (val*): computeType() needs op
6236         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6237         * support/regression/tests/onebyte.c: added tests for |^&
6238
6239 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6240
6241         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6242         for writing icode into asm output.
6243
6244 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6245
6246         * src/pic16/device.c: added some debug lines enabled
6247         with macro DEBUG_CHECK,
6248         * src/pic16/genarith.c: more debug in genPlus,
6249         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6250         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6251         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6252         * (aopForSym): onStack symbols are re-placed in data memspace,
6253         and onStack flag is cleared,
6254         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6255         copy temporary pcodeop,
6256         * (genPcall): added warning for not updating PCLATU,
6257         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6258         always true for pic16 port,
6259         * (genMultOneWord): NEW, supports integer multiplication,
6260         * (genMult): modified to call genMultOneWord,
6261         * (ifxForOp): added warning when return NULL,
6262         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6263         flag is set before call to operandFromSymbol for implicit
6264         added structures,
6265         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6266         options.intlong_rent are set by default,
6267         * (_hasNativeMulFor): modified to allow port generation of integer
6268         multiplication,
6269         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6270         set regtype to REG_SFR for all registers, restricting seting the
6271         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6272
6273 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6274
6275         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6276         more than 500 times in the regression tests
6277
6278 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * support/Util/SDCCerr.h,
6281         * support/Util/SDCCerr.c,
6282         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6283         enumerator_list),
6284         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6285         for symbol conflicts.
6286         * support/valdiags/tests/enum.c,
6287         * support/valdiags/tests/tentdecl.c,
6288         * support/valdiags/tests/struct.c: expect possible error messages
6289         referring to original symbol definitions.
6290         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6291         * src/SDCCsymt.h,
6292         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6293
6294 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6295
6296         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6297
6298 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6299
6300         * src/pic16/ralloc.c (newReg): fixed bug #908929
6301
6302 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6303
6304         * src/ds390/gen.c: added missing #include "main.h"
6305
6306 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6307
6308         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6309         checking if symbol is already in set,
6310         * src/pic16/device.h: prototype for checkAddSym,
6311         * src/pic16/gen.c: (_G): added entry interruptvector,
6312         * (assignResultValue): removed some commented out lines,
6313         * (genFunction): check for ISR via sym->type, absolute section for
6314         interrupt code is created via a new pBlock, the goto instruction is
6315         placed now correctly at the interrupt vector position, changed all
6316         references from ivec to _G.interruptvector,
6317         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6318         is the interrupt is a high priority one, same for return from ISR,
6319         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6320         externs to calls of checkAddSym,
6321         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6322         pic16_pcode_verbose flag is set,
6323         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6324         * src/pic16/pcoderegs.c: message about how many registers are saved
6325         will only be emitted if pic16_pcode_verbose flag is set,
6326
6327 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         * src/ds390/ralloc.h,
6330         * src/ds390/ralloc.c (ds390_regWithIdx),
6331         * src/ds390/gen.c (emitcode),
6332         * src/ds390/main.h,
6333         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6334         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6335         ds390operandCompare, getRegsRead, getRegsWritten,
6336         initializeAsmLineNode): customized instruction size calculation for
6337         ds390, started basis for some register optimizations
6338         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6339         corresponding assembly output
6340         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6341         missing push/pop of r0/r1. Optimized push/pops
6342
6343 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6344
6345         * src/mcs51/main.c (instructionSize): fixed ACALL size
6346         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6347
6348 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6349
6350         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6351         the sorting of rlist with NULL elements
6352         * (print_idataType, print_idata): NEW to create idata sections
6353         * src/pic16/device.h: idataSymSet new variable
6354         * src/pic16/gen.c (genFunction): fixed some bugs in string
6355         comparing, improved the absolute section creation for ISRs,
6356         added FSR0L/FSR0H in registers that are saved in an ISR,
6357         * (genInline): fixed the processing of inline snippets,
6358         now they undergo no process by the peephole optimizer
6359         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6360         are placed in idataSymSet,
6361         * (pic16emitStaticSeg): extern symbols are added in externs,
6362         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6363         switching when aboslute variables are placed in access bank memory
6364         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6365         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6366         commented out with #if,
6367         * (pic16_packRegisters): reintroduce the check for CAST because some
6368         symbols are not correctly handled,
6369         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6370         pCodeInstruction instead of pCode,
6371         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6372         pCodeAsmDir definition,
6373         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6374         directive, then the argument directive is emitted without the leading
6375         tab, hack for inline labels which must be in the first column,
6376         * (compareLabel,pic16_findNextInstruction),
6377         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6378         * (insertBankSwitch): modified for the new pCodeAsmDir,
6379
6380 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6381         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6382
6383         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6384         instance,
6385         * (pushSide): commented out with #if,
6386         * (assignResultValue): fixed some typos in saving
6387         registers,
6388         * (genPcall): FIXED and sync'ed with genCall,
6389         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6390         * (genNearPointerGet): fixed to handle some more cases,
6391         implementation scheme via table reads,
6392         * (genConstPointerGet): modified to access code memory correct,
6393         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6394         and improved to handle some cases
6395         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6396         instead of "RETLW" for init data
6397         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6398         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6399         variables are placed in access bank memory (<0x80 and >=0xf80),
6400         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6401         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6402         TBLWT_POSTDEC,TBLWT_PREINC
6403         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6404         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6405         directives
6406         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6407         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6408         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6409         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6410
6411 2004-02-29  Borut Razem <borut.razem AT siol.net>
6412
6413         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6414         support/Util/findme.h, support/Util/system.h: enhance binary relative
6415         search for lib and include by using findProgramPath()
6416
6417 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6418
6419         * src/SDCCpeeph.h,
6420         * src/SDCCpeeph.c (pcDistance),
6421         * src/port.h,
6422         * src/mcs51/ralloc.h,
6423         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6424         * src/mcs51/main.h,
6425         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6426         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6427         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6428         size calculation port specific, started basis for some register
6429         optimizations
6430         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6431         missing push/pop of r0/r1. Optimized push/pops
6432         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6433         * device/lib/_modsint.c (_modsint),
6434         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6435         and stack version so regression tests pass
6436
6437 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6438
6439         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6440         * src/SDCCast.c (decorateType): catch another small optimization
6441         with '?' operator
6442         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6443         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6444         modified to finally use computeType() all over SDCC,
6445         see Feature Request #877103
6446         * src/SDCCval.h: cosmetic
6447         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6448         valCompare(); regression tested in muldiv.c
6449         * support/regression/tests/muldiv.c (testMod): mod sign follows
6450         dividend only
6451
6452 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6453
6454         * src/SDCCast.c (decorateType): fixed bug #902362
6455         * doc/INSTALL.txt: fixed install instructions for win32
6456
6457 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6458
6459         * device/include/Makefile.in (install): fixed by replacing spaces
6460         by tabs
6461         * doc/README.txt,
6462         * doc/INSTALL.txt: updated for release
6463         * doc/sdccman.lyx: added warning for --xstack being buggy
6464
6465 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6466
6467         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6468         to eliminate build warnings.
6469         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6470
6471 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6472            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6473
6474         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6475         removed -penable-stack, added comment for stack pragma, added
6476         warning for not initializing the stack/frame registers, removed
6477         comment at interrupts section
6478
6479         Stack is made permanent, there is no ability to disable stack usage.
6480         * src/pic16/device.h,
6481         * src/pic16/device.c: removed all references to USE_STACK macro,
6482         * src/pic16/device.c (pic16_dump_section): when no elements in
6483         rlist, free rlist before return,
6484         * (pic16_dump_int_registers): NEW, internal registers are a new set
6485         of general purpose registers reused by each function,
6486         * (checkAddReg): returns 1 if registers is added to set,
6487         * (pic16_groupRegistersInSection): when a registers is of type
6488         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6489         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6490         SRCASECMP macro is moved here from device.c
6491         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6492         PO_PCLATU, PO_PRODL, PO_PRODH,
6493         * (pic16_pCodeOpType, genMinus,
6494         changed compares to "a" register, with AOP_ACC,
6495         * (pic16_genPlus): fixed some bugs and indented properly,
6496         * (pic16_addSign): changed size to size+offset in the MOVWF
6497         instruction,
6498         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6499         multiply 8-bit operand by literal, result is 8-bit,
6500         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6501         multiply 2 8-bit operand, result is 8-bit,
6502         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6503         genUMult8X*_16,
6504         * src/pic16/gen.c: changed accUse to contain WREG only,
6505         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6506         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6507         true, do not use immediate addressing any more unless sym is a
6508         pointer in codespace,
6509         * (aopForRemat): do not use immediate addressing when symbol not in
6510         codespace and when symbol's address is requested,
6511         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6512         accUse size (= 1),
6513         * (aopGet): added case for AOP_ACC and don't return "accumulator
6514         bug" but WREG instead,
6515         * (popGetTempReg): pushes contents of temporary register in stack,
6516         * (popReleaseTempReg): pops contents of temporary register from
6517         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6518         * (pic16_popGet): separated case AOP_ACC to return register WREG
6519         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6520         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6521         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6522         the use of immediate pointers to certain cases only.
6523
6524         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6525         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6526         * (assignResultValue, genCall, genRet): modified to use the new
6527         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6528         genPcall is still broken,
6529         * (genFunction): added code to create 'A' type pBlocks when
6530         interrupt functions are generated, code not extensively tested yet,
6531         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6532         * (genEndFunction): modified so ISRs pop stored registers from stack,
6533         * (genMultOneByte): cleanup,
6534         * (AccRsh): added flag andmask, to and result with appropriate mask,
6535         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6536         * (genDataPointerGet): fixed and reenabled its use,
6537         * (genNearDataPointerGet): bugs fixed,
6538         * (genDataPointerSet): bugs fixed,
6539         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6540         pic16_DumpSymbol, pic16_DumpOp,
6541         * src/pic16/genutils.h: function prototypes for the above functions,
6542         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6543         pointers,
6544         * (pic16emitRegularMap): many many many improvements, but needs a
6545         major cleanup,
6546         * src/pic16/main.c: enable_stack in pic16_options is removed,
6547         * (_pic16_parseOptions): removed command line options -penable-stack,
6548         * (_process_pragma): emit stack symbol only when stack pragma is
6549         processed,
6550         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6551         redirected to FSR0L/FSR0H pair,
6552         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6553         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6554         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6555         for immediates,
6556         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6557         * (dumpPicOptype): NEW,
6558         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6559         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6560         with movff instruction,
6561         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6562         added pic16_int_regs, some packRegsFor* functions are commented out,
6563         because produce errors,
6564         * src/pic16/NOTES: minor modifications
6565
6566 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6567
6568         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6569         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6570         --pack-iram.
6571         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6572         * as/mcs51/lkaomf51.c: fixed bug #895763
6573
6574 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6575
6576         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6577
6578 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6579
6580         * doc/sdccman.lyx: added details about the HC08 storage classes and
6581         interrupts, fixed the register usage info for z80 & gbz80
6582
6583 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6584
6585         * doc/sdccman.lyx: added more pic16 port documentation
6586         * device/include/pic16/: added header pic18fregs.h
6587
6588 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6589
6590         * doc/sdccman.lyx: added Vangelis' contribution
6591
6592 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6593
6594         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6595         extend to the next CALL or PCALL, not just to the next CALL.
6596
6597 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6598
6599         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6600
6601 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6602
6603         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6604         bug #895752 and a better fix for bug #716790
6605
6606 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6607
6608         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6609
6610 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6611
6612         * doc/sdccman.lyx: minor changes, minor changed
6613
6614 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6615
6616         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6617         which can't handle SDCC_NEWONEBYTEOPS,
6618         (geniCodeMultiply): removed conversion from mult to shift for pic14
6619         and pic16
6620
6621 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6622
6623         * src/hc08/gen.h,
6624         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6625         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6626         thus fixing bug #895406
6627
6628 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6629
6630         * device/lib/_modsint.c,
6631         * device/lib/_modslong.c: sign follows divisor only
6632         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6633         signs or signedness can be ignored
6634         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6635         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6636         added optimization for IFX,
6637         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6638         arguments;
6639         reenabled optimization for IFX, which was removed on 2004-01-11
6640         * src/SDCCast.h: added return type IFX
6641         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6642         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6643         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6644         SDCC_OLDONEBYTEOPS selects the old behaviour
6645         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6646         changed again and commented promotion rule
6647         * src/SDCCval.c (valDiv): promotion no longer necessary
6648         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6649         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6650         rewritten
6651         * support/regression/tests/onebyte.c: added
6652
6653 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6654
6655         * gen.c (genInline): reverted to old code for assemnling inline
6656         code because of bug reported James Chadd
6657
6658 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6659
6660         * ralloc.h: missing declarations from previous patch,
6661         seems that patch for ralloc.h was never applied, fixed
6662
6663 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6664            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6665
6666         * pcode.c,
6667         * pcode.h,
6668         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6669         indirect addressing. Marked FSR0 as deprecated
6670         * gen.c (pointerCode): commented out, not needed now
6671         (pic16_popGet2p): new MOVFF helper function
6672         (genGenPointerGet),
6673         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6674         (shiftRLong): removed duplicate debugging info
6675
6676 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6677
6678         * src/ds390/gen.c (genNearPointerGet),
6679         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6680         optimization with bits, but not bitfields.
6681         * src/ds390/ralloc.c (packRegisters),
6682         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6683
6684 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6685
6686         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6687
6688 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6689
6690         * src/SDCCsymt.h,
6691         * src/SDCCicode.c (operandFromSymbol),
6692         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6693         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6694         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6695         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6696         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6697         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6698         bug #892038
6699         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6700         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6701         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6702         * src/SDCCsymt.c (newSymbol),
6703         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6704         enumerator_list),
6705         * src/SDCCval.h,
6706         * src/SDCCval.c (newiList): fixed bug #885705
6707
6708 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6709
6710         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6711         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6712
6713 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6714
6715         * device/include/c8051f120.h,
6716         * device/include/c8051f300.h,
6717         * device/include/c8051f310.h: added/updated header files for Silicon
6718         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6719         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6720         in new section Submitting patches
6721
6722 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6723
6724         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6725         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6726         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6727         genGenPointerSet),
6728         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6729         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6730         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6731         genGenPointerSet),
6732         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6733         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6734         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6735         genGenPointerSet),
6736         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6737         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6738         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6739         genGenPointerSet): fixed bug #892400
6740         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6741         to eliminate build warnings.
6742         * src/SDCCast.c (processParms),
6743         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6744         fixed bug 751859
6745         * support/valdiag/valdiag.py: added GCC to the list of defines active
6746         when compiling with gcc
6747
6748 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6749
6750         * support/Util/SDCCerr.h,
6751         * support/Util/SDCCerr.c,
6752         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6753         with an incomplete type (fixed bug #883734)
6754         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6755
6756 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6757
6758         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6759
6760 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6761
6762         * src/SDCCast.c (decorateType),
6763         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6764         function pointer implementation
6765         * support/regression/tests/funptrs.c: added tests to verify both forms
6766         of function pointers work correctly. Added tests to verify parameters
6767         are passed in the correct order.
6768
6769 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6770
6771         * device.c (regCompare): registers are sorted by ascending
6772         address and increasing size,
6773         * main.c (_pic16_finaliseOptions): removed the declaration
6774         of compiler macro MCU. Now a macro of the format pic18fxxxx
6775         will be defined from the command line
6776
6777 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6778             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6779
6780         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6781         PCOP_RLCF was overwritten!
6782         * gen.c (genSkip): commented out calls to pic16_emitcode,
6783         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6784         * (genlshTwo),
6785         * (genRRC): added debugging info,
6786         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6787         overwritten while shifting,
6788         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6789         overwritten while shifting,
6790         * (AccLsh),
6791         * (AccRsh),
6792         * (shiftLLeftOrResult),
6793         * (shiftRLeftOrResult),
6794         * (shiftRLong),
6795         * (shiftLLong): Implemented with pic16_emitpcode
6796         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6797         * (genLeftShift): Fixed bug, operand for shift by variable always
6798         was "and"ed with 0x0f,
6799         * (genLeftShiftLiteral),
6800         * (genrshTwo),
6801         * (genRightShiftLiteral): added debugging info,
6802         * (genrshFour): added comment,
6803         * (genRightShift): determined signedness from operand "left"
6804         instead of "result"
6805
6806 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6807
6808         * src/SDCCicode.c (geniCodeParms),
6809         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6810         function pointers, fixed function pointer bugs #861242 and #861896
6811
6812 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6813
6814         * device/include/c8051f000.h,
6815         * device/include/c8051f120.h,
6816         * device/include/c8051f300.h: added header files for Silicon
6817         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6818
6819 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6820
6821         * src/SDCCast.c (processParams): added new type flow and restructured
6822         (gatherAutoInit): added new type flow
6823         (addCast): cosmetic changes
6824         (getLeftResultType): added new type flow for array indices, patch
6825         provided by Stas, see FR #877103
6826         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6827         array index patch by Stas
6828         * src/SDCCast.h: added prototype getResultTypeFromType()
6829         * src/SDCCval.h,
6830         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6831         * src/pic/glue.c (pic14emitStaticSeg),
6832         * src/pic16/glue.c (pic16emitStaticSeg),
6833         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6834         for initialization of symbols
6835         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6836         * support/Util/SDCCerr.h:
6837         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6838         * .version: bumped version number to 2.3.8
6839         * device/include/Makefile.in (install),
6840         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6841         avoid warnings
6842
6843 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6844
6845         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6846         Slade Rich fixed an optimization bug
6847         * src/pic/pcodepeep.c,
6848         * src/pic/pcoderegs.c
6849         * doc/Makefile (install): added test for directory
6850
6851 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6852
6853         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6854         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6855         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6856         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6857         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6858         * as/mcs51/asexpr.c (term),
6859         * as/hc08/asexpr.c (term): fixed bug #887146
6860
6861 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6862
6863         * src/z80/gen.c (genMult): handle single byte result product
6864         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6865         DUMMY_READ_VOLATILE (fixed bug #886367)
6866
6867 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6868
6869         * support/regression/tests/libmullong.c: fixed logic, on little endian
6870         hosts we ended without a mullong_wrapper()
6871
6872 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6873
6874         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6875         virus/worm forged address usage.
6876
6877 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6878
6879         Fixed promotion, it should be done on AST level:
6880         * src/SDCCast.c (addCast): added promotion to int
6881         (decorateType): updated call to upCast()
6882         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6883         usualUnaryConversions()
6884
6885 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6886
6887         * support/regression/tests/literalop.c (mulWrapper): Added a
6888         wrapper to remove integer overflow warnings.
6889
6890         * support/regression/tests/float_trans.c: Made work on host.
6891
6892         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6893         location of sz80.
6894
6895         * support/regression/generate-cases.py (main): Changed from inline
6896         to a main method.
6897
6898         * doc/Makefile (install): Changed to depth first to get rid of
6899         missing directory install warning.
6900
6901         * as/Makefile (install-doc): Made work on Mac.
6902
6903 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6904
6905         * src/SDCCast.c: added an additional type flow in decorateType() of
6906         opposite direction, see feature request #860006; it's enabled at runtime
6907         by setting the environment variable SDCC_NEWTYPEFLOW
6908         * src/SDCCast.h: changed prototype of decorateType()
6909         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6910         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6911         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6912         see feature request #877103
6913         * src/SDCCval.c: updated call of decorateType()
6914         (valBitwise): fixed bug #882876
6915         (valMinus): added promotion
6916         (valLogicAndOr): result is unsigned
6917         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6918         * src/SDCCsymt.c (computeType),
6919         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6920         must not cause an unsigned operation
6921         * src/pic/glue (pic14emitRegularMap),
6922         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6923
6924 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6925
6926         * src/pic/pcode.c (PCodeID): commented out left over debug code
6927
6928 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6929
6930         * support/valdiag/tests/overflow.c: added shift tests
6931         * src/pic/device.c,
6932         * src/pic/gen.c,
6933         * src/pic/gen.h,
6934         * src/pic/glue.c,
6935         * src/pic/main.c,
6936         * src/pic/pcode.c,
6937         * src/pic/pcode.h,
6938         * src/pic/pcodepeep.c,
6939         * src/pic/pcoderegs.c,
6940         * src/pic/ralloc.c,
6941         * src/pic/ralloc.h: applied patch from Slade Rich;
6942         added support for multiple code pages and multiple RAM banks on the
6943         PIC 14 port. The ASM files now no longer simply assume all the
6944         code / RAM are in the same page / bank. This means the linker can
6945         safely allocate code/RAM of separate ASM files to different pages/banks.
6946         * doc/sdccman.lyx: added Slade's tips
6947         * src/mcs51/peeph.def: fixed bug #880768
6948
6949 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6950
6951         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6952         * src/SDCCast.c (decorateType): fixed bug #880197
6953
6954 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6955
6956         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6957         getopt.h.
6958
6959         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6960         strtof is not part of C89 and isn't included with Mac OS X.
6961
6962 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6963
6964         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6965         shiftL2Left2Result): fixed bug #879326
6966         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6967         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6968         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6969         address fetch for clr instruction
6970         * device/lib/hc08/_mulint.c: created optimized assembly version
6971         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6972
6973 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6974
6975         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6976         proposed in FR #877103
6977
6978 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6979
6980         * src/SDCCval.c (cheapestVal): added missing checks
6981         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6982         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6983
6984 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6985
6986         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6987         equal operands
6988
6989 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6990
6991         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6992         loaded with the linker search paths (-L arguments) and the libraries
6993         to be linked with the current source (-l arguments). Changes
6994         currently will affect only the pic16 port.
6995         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6996         include path the port specific paths and port specific libraries,
6997         * gplink command now contains the $3 argument,
6998         * src/pic16/device.h,
6999         * src/pic16/device.c,: structure PIC_device is made public and
7000         renamed to PIC16_device, the same for variable Pics which is renamed
7001         to Pics16. Updated all references to them.
7002         * src/pic16/glue.c (pic16glue): corrected bug with code
7003         initialization which bypassed the variable initializations block.
7004
7005         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7006         COMPILE_FLAGS and added the --nostdinc option
7007
7008 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7009
7010         * device/include/mc68hc908jb8.h: Register defs for another member
7011         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7012
7013 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7014
7015         Documenting changes from previous commits.
7016         * configure.in (version 1.56),
7017         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7018         when generating output files to configure the pic16 library,
7019         but now I've commented it out, since gputils aren't installed in the
7020         SF compile farm, so library won't compile
7021
7022         * device/lib/Makefile.in (version 1.56): initially I've added in
7023         target 'all' the prerequestive 'model-pic16' so it compiled the
7024         pic16 library, but now I've commented it out for the same reasons
7025         above,
7026         * added targets 'model-pic16' and 'objects-pic16' to compile the
7027         library
7028         * added target 'port-specific-objects-pic16' to handle the
7029         generated libraries and copy them into the build/ directory
7030         * added target 'clean-intermediate-pic16' to clean intermediate
7031         files into pic16 directory
7032         * in target 'installdirs' added line to create directory pic16 in
7033         the installation path
7034
7035         * device/include/Makefile.in (version 1.11): in target 'install'
7036         added lines to copy all header files to installation path,
7037         * in target 'installdirs' added line create directory for pic16
7038         headers in the installation path
7039
7040 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7041
7042         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7043          a function call
7044
7045 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7046
7047         * configure,
7048         * device/lib/configure.in,
7049         * device/lib/configure: fixed for autoconf 2.57
7050
7051 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7054         option so that it actually works. Made it specific to the z80, since
7055         the gbz80 doesn't have these kinds of I/O ports.
7056
7057 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7058
7059         * device/include/z180.h,
7060         * device/lib/_memcpy.c,
7061         * device/lib/_memmove.c,
7062         * device/lib/_mulint.c,
7063         * device/lib/ser_ir.c,
7064         * device/lib/ser_ir_cts_rts.c,
7065         * device/lib/_strcmp.c,
7066         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7067         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7068         portmode; added deprecation warning for bank= and protmode= forms.
7069         Also, guard against buffer overflow.
7070         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7071
7072 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7073
7074         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7075         changed interrupt vector table generation to only emit declared vectors.
7076         * device/include/Makefile.in: added missing backslash
7077         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7078
7079 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7080
7081         Mainly changes to support compilation of the device libraries
7082         * src/pic16/device.c: stack is allocated via symbol and not
7083         via literal number. The symbol is placed in the corresponding
7084         position of the data ram
7085         * (pic16_dump_section): relocatable and absolute uninitialized
7086         data are now emitted in sorted order to reduce section naming,
7087         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7088         weren't marked as being in the access bank,
7089
7090 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7091
7092         Added portion of GNU PIC Library under the directory
7093         device/include/pic16 and device/lib/pic16. These files
7094         contain the declarations of SFRs for the PIC18Fxx2 devices.
7095         The directory is initialized via configure from toplevel.
7096
7097 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7098
7099         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7100         the spilllocations to be compared correctly
7101
7102 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7103
7104         * src/SDCCast.c (decorateType): fixed bug introduced today
7105
7106 2004-01-12  Borut Razem <borut.razem AT siol.net>
7107
7108         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7109         doc/sdccman.lyx: upper case pragmas are deprecated
7110
7111 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7112
7113         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7114         in simpler and even better code
7115
7116 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7117
7118         * src/SDCCicode.c (operandOperation): fixed bug #874819
7119         * src/SDCCast.c (decorateType): fixed
7120         char foo (unsigned long ul) { return ul > 0; }
7121
7122 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7123
7124         * doc/sdccman.lyx: Moved and added some sections, small changes
7125         all over. Telling LaTeX to be less strict with word spacing
7126         to better keep the right margin. Changed some notes about
7127         maintainance of the ports in section 3.2.1 - is it OK like this?
7128
7129 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7130
7131         SDCC source changes:
7132         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7133         convilong): modified to inform the pic16 port that builtin functions
7134         are external
7135
7136         PIC16 PORT specific changes:
7137         * src/pic16/device.c pic16_dump_equates() added,
7138         processor registers declared internally by the port are emitted in
7139         the translation as equates,
7140         * src/pic16/gen.c: inline code is passed unprocessed to the
7141         translation,
7142         * (pic16_popGetLit2): fnuction modified to take second operand as
7143         pCodeOp pointer and not as literal,
7144         * (popRegFromIdx): prefixed with pic16_,
7145         * (pic16_popCombine2): modified to receive already allocated pCode
7146         operands,
7147         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7148         * (genFunction): initializes local stack frame and pushes on stack
7149         all the registers used by this function,
7150         * (genEndFunction): restores all registers from stack and restores
7151         stack frame,
7152         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7153         improvements,
7154         * (pic16glue): changed the program startup sequence,
7155         * added new dbName code 'A' for functions placed in absolute section
7156         * src/pic16/main.c: added function attribute _naked,
7157         * added pragma 'code' to place a fnuction at an absolute address,
7158         * added command line arguments --debug-ralloc and --pcode-verbose,
7159         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7160         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7161         * (pic16_newpCodeOpLit2): modified to take the second operand as
7162         pCodeOp pointer,
7163         * (pic16_printpBlock): modified to emit each function in a separate
7164         section,
7165         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7166         UPPER for immediate operands,
7167         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7168         instruction,
7169         * src/pic16/peeph.def: all peepholes with movff are commented out,
7170         because there is a problem in the pcode peep optimizer,
7171         * src/pic16/ralloc.c: the register allocator can now reuse local
7172         function symbols for another function. This saves register usage.
7173         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7174
7175         Added file src/pic16/NOTES with information about program writing on
7176         the current port version.
7177
7178 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7179
7180         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7181         and peephole 252 (array access)
7182
7183 2004-01-09  Borut Razem <borut.razem AT siol.net>
7184
7185         * src/SDCCmain.c : fixed #872250: -l command line defined library
7186           files are scanned before standard library files
7187
7188 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7189
7190         * src/SDCCast.c (decorateType): fixed bug #874046
7191
7192 2004-01-09  Borut Razem <borut.razem AT siol.net>
7193
7194         * support/scripts/sdcc.nsi: remove previous installation
7195
7196 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7197
7198         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7199         bytes for last interrupt vector (mcs51)
7200         * sdcc.spec: fixed typo
7201
7202 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7203
7204         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7205         gen51Code): more efficient parameter receive for --model-large
7206         ("bug" #845294)
7207
7208 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7209
7210         * src/ds390/main.c,
7211         * src/z80/main.c: added missed needLinkerScript flags (more than
7212         one port structure defined in these file)
7213         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7214         bug #795325
7215
7216 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7217
7218         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7219         * src/port.h: added flag needLinkerScript in port->linker
7220         structure to inform whether to create a .lnk file or not,
7221         * src/avr/main.c,
7222         * src/ds390/main.c,
7223         * src/hc08/main.c,
7224         * src/mcs51/main.c,
7225         * src/pic/main.c,
7226         * src/pic16/main.c,
7227         * src/xa51/main.c,
7228         * src/z80/main.c: changed appropriately to configure
7229         needLinkerScript flag
7230         * src/pic/gen.c,
7231         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7232         * src/pic/glue.c: added variable udata_section_name to
7233         override default uninitialized data segment definition for
7234         devices only with SHAREBANK memory (reported from Erik Epetrich)
7235         * (pic14emitOverlay): modified to emit a commented overlay segment
7236         directive when no overlay data exist
7237         * (picglue): modified to emit uninitialized data segment
7238         according to udata_section_name
7239         * src/pic/main.c (_pic14_parseOptions): added command line
7240         options --udata-section-name=[name] to override default
7241         udata definition name
7242         * modified _linkCmd and _asmCmd to include compiler passed
7243         arguments via -W option
7244         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7245         object file from '.rel' to '.o' in port->linker structure,
7246         changed size of fptr from 2 to 3 in port structure
7247
7248 2004-01-07  Borut Razem <borut.razem AT siol.net>
7249
7250         * support/scripts/sdcc.nsi: update PATH
7251         * support/scripts/sdcc.ico: craeted
7252
7253 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7254
7255         * device/include/Makefile.in: fix install
7256         * doc/Makefile: fix install
7257
7258 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7259
7260         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7261         in bug #860505
7262         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7263         how the function variable allocation summary is displayed; also
7264         include information about variables allocated to the overlay
7265         segment
7266
7267 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7268
7269         * as/mcs51/lkmain.c: Help about -Y option
7270         * as/mcs51/lkarea.c: Fixed gcc warnings
7271
7272 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7273
7274         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7275         fixed warning
7276         * support/valdiag/tests/overflow.c: added
7277         * src/SDCCast.c (decorateType),
7278         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7279         LEFT_OP (left shift)
7280
7281 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7282
7283         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7284         (default behaviour).
7285
7286 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7287
7288         A python script to validate compiler diagnostic messages. It can be
7289         used to verify that sdcc complains about bad c source code and
7290         gives a good location of the error.
7291         * support/valdiag/Makefile,
7292         * support/valdiag/valdiag.py,
7293         * support/valdiag/tests/*
7294
7295 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7296
7297         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7298         * src/SDCCsymt.c (newEnumType),
7299         * src/SDCCsymt.h
7300         * support/Util/SDCCerr.c,
7301         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7302         enum related bugs.
7303         * support/regression/tests/enum.c: added test for enum values that
7304         require at least 2 bytes of storage.
7305
7306 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7307
7308         * src/common.h: added ifndef/define/endif macros
7309         around the header file.
7310         Bug reported from Jesus Calvino-Fraga
7311
7312 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7313
7314         * sdcc.spec: updated
7315         * device/include/Makefile.in: don't install CVS directories
7316         * device/lib/Makefile.in: added removal of CVS directories after install
7317         * doc/Makefile: fixed install, added local_icons
7318         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7319         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7320         * src/ds390/gen.c (genRightShift): fixed bug #870788
7321         * src/SDCCast.c (decorateType): fixed bug #870781
7322
7323 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7324
7325         PIC16 port related changes:
7326         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7327         added variable stackPos,
7328
7329         * gen.c: genCall, assignResultValue: added support for
7330         pushing/retrieving function parameters to/from stack,
7331         genFunction,genEndFunction: setup stack frame for the
7332         generated function,
7333         genAddrOf: will be changed according to bug 863624
7334
7335         * added files genutils.c and genutils.h which contain gen*
7336         debugged and optimised functions extracted from gen.c
7337
7338         * glue.c: added variable 'externs' which holds extern symbols,
7339         pic16emitRegularMap: is modified to properly handle relocatable
7340          symbols under the new scheme,
7341         pic16createInterruptVect: is modified
7342         pic16printPublics: is modified to emit 'global' assembler directives,
7343         added pic16_printExterns to print extern symbols,
7344         pic16glue: initializes stack/frame pointer in the beginning of
7345         the assembly output. Temporary hack, will be corrected later,
7346         because gplink yet does not support stack and SDCC does not
7347         yet support a type of crt0.o object to create the final binary.
7348
7349         * Removed many lines that contain 8051 legacy code.
7350         * The code is finally placed under a 'code' directive.
7351         * Added port specific options.
7352
7353         * _process_pragma: simplified since now we do not need *special*
7354         include file to define SFR registers. But a separate header
7355         will be needed. This will be developed later.
7356         * _pic16_parseOptions: added, parses port specific options:
7357         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7358         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7359         --preplace-udata-with=
7360
7361         * _pic16_setDefaultOptions: modified to initialize section names,
7362         but hack is temporarly out of order since it needs improvement.
7363         * _pic16_genAssemblerPreamble: configuration words are emitted by
7364         their address instead of their name. This part is incomplete and
7365         supports only the 18Fxx2 devices. Other devices will emit an error
7366         during assembly since they do not contain the same set of config
7367         registers
7368         * _pic16_genIVT: is modified,
7369
7370         * pcode.c: added definitions for some hardware registers that are needed
7371         for stack support
7372         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7373         All PCI entries are updated. Now LFSR is supported.
7374         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7375         * added pic16_newpCodeOpLit2 to support instructions with
7376         two literal arguments
7377         * pic16_pCode2str: corrected code that emits assembler instructions
7378         with two literal operands and those that have an access bit modifier
7379         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7380         this fixes a bug which caused some labels to be lost, when an
7381         assembler directive was added, i.e. banksel,
7382         * pic16_FixRegisterBanking: improved logic that causes the insertion
7383         of bank switching,
7384         * InlineFunction: functions that are called once, are not any more
7385         inlined. This can be a port option in the future,
7386
7387         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7388
7389         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7390         hold the corresponding uninitialized symbols,
7391         * pic16_allocProcessorRegister: registers have explicit marked the
7392         accessBank field,
7393         * pic16_allocInternalRegister: registers are explicit marked as
7394         not used,
7395         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7396         processing list, so bit registers were lost,
7397         *
7398
7399         * ralloc.h: added field 'accessBank' and original symbol operand
7400         in register definition,
7401         * removed the field isMapped from register definition,
7402
7403         ** Several functions have been removed from various sources:
7404         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7405         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7406         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7407         pic16_assignRelocatableRegisters
7408
7409         ** others have been introduced:
7410         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7411         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7412
7413 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7414
7415         * support/scripts/inc2h.pl: changed definition of BIT_AT
7416         to emit 'sbit at' instead of 'bit at'. This was a request.
7417
7418         PIC16 port related preliminary changes:
7419         * gen.c: prefixed function popRegFromString with
7420         pic16_ and all references to it corrected
7421         * pcode.c: all pic16_pc_* hardware registers prefixed
7422         with underscore (_),
7423         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7424         * ralloc.c: newReg(): when register is REG_SFR then
7425         set address to rIdx,
7426         pic16_allocProcessorRegister(): marks register wasUsed=0
7427         pic16_writeUsedRegs(): added a call to assign processor
7428         registers via pic16_assignFixedRegisters
7429
7430 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7431
7432         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7433         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7434         variables in unused register banks.  Also the SSEG is placed
7435         wherever there is enough space for it, and IDATA can be anywhere
7436         in internal RAM.  For now compile using -Wl-Y[stack_size].
7437         The mem file is different for this option as well, since it
7438         makes no sense of talking about DSEG lenght.
7439
7440 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7441
7442         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7443         in certain cases, e.g. when ROM assignment, patch provided
7444         from Albert den Haan.
7445
7446 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         Many signedness and type propagation fixes:
7449         * src/SDCCicode.c: made geniCodeCast() static
7450         replaced SPEC_ by IS_ (cosmetic)
7451         (operandOperation): fixed div and mod operation
7452         (usualBinaryConversions): added support for promotion of char
7453         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7454         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7455         (geniCodeAdd): an array index will stay unsigned, even if promoted
7456         from char to int
7457         (geniCodeArray): ditto
7458         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7459         * src/SDCCsymt.c (computeType): added more support for char;
7460         promotion of char is selectable by promoteCharToInt, fixed signedness
7461         for all cases
7462         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7463         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7464         * src/SDCCval (val*): replaced signedness calculation by
7465         computeType()
7466         rearranged if-branches (cosmetic)
7467         (valShift): added warning W_SHIFT_CHANGED
7468         (valCompare): fixed problem with different types
7469         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7470         * support/regression/tests/literalop.c: added many cases
7471         * support/regression/tests/ast_constant_folding.c: changed finally to
7472         'unsigned int'
7473         * .version: new year, new version: 2.3.7
7474         * src/SDCCmain.c (main): applied patch #866468
7475         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7476         provided by Scott Bronson
7477         * doc/sdccman.lyx: updated documentation for sdcdb
7478         updated and added chapter tips
7479
7480 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7481
7482         * src/SDCCsymt.h: missing from yesterday's commits
7483
7484 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/SDCC.y (struct_or_union_specifier),
7487         * support/Util/SDCCerr.c,
7488         * support/Util/SDCCerr.h: verify that struct & union tags are used
7489         as declared.
7490
7491 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7492
7493         * src/SDCCglobl.h: missing from yesterday's commits
7494
7495 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7496
7497         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7498         sft_attributes, struct_declaration, parameter_declaration,
7499         type_name, start_block, declaration_list),
7500         * src/SDCC.lex (check_type): support redefinition of typedef names
7501
7502 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7503
7504         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7505         aligned xdata arrays. Erik helped me with the if clause.
7506
7507 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7508
7509         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7510         warning
7511
7512 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7513
7514         * src/SDCCast.h,
7515         * src/SDCCast.c (newAst_),
7516         * src/SDCCicode.h,
7517         * src/SDCCicode.c (ast2iCode, newiCode),
7518         * src/SDCCglobl.h,
7519         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7520         expr, statement, expression_statement, selection_statement,
7521         iteration_statement, expr_opt, jump_statement): foundation for tracking
7522         sequence points
7523         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7524         point code too)
7525
7526 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7527
7528         * support/Util/SDCCerr.c,
7529         * src/SDCCast.h,
7530         * src/SDCCast.c (createCase, createDefault, decorateType),
7531         * src/SDCClabel.c (labelUnreach),
7532         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7533         to error messages.
7534         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7535         (with thanks to Stas Sergeev)
7536         * device/include/time.h,
7537         * device/lib/time.c (CheckTime): suppress unreachable code warning
7538
7539 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7540
7541         * src/SDCCast.c (createIvalCharPtr),
7542         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7543         bug #753752)
7544         * support/regression/tests/nullstring.c: tests for these two bugs
7545
7546 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7547
7548         * support/Util/SDCCerr.h,
7549         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7550         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7551         about storage class and 'at' used inside struct or union
7552         * src/SDCCBBlock.c (iCodeFromeBBlock),
7553         * src/SDCCcse.c (ifxOptimize),
7554         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7555         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7556         printIval, emitStaticSeg, emitOverlay),
7557         * src/SDCClabel.c (deleteIfx),
7558         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7559         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7560         gatherAutoInit, processParms),
7561         * support/Util/SDCCerr.h,
7562         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7563         reporting for post-parse errors.
7564
7565 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7566
7567         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7568         implicit casts via union; they don't work on big endian systems
7569         (possible fix for bug #861138)
7570
7571 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7572
7573         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7574         * src/mcs51/main.c: fixed the fix for bug #737001
7575
7576 2003-12-15  Borut Razem <borut.razem AT siol.net>
7577
7578         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7579
7580 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7581
7582         * support/makebin/makebin.c: put output in binary mode
7583
7584 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7585
7586         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7587         xdata and data memory on startup. Set the environment variable
7588         SDCC_NOGENRAMCLEAR to disable this.
7589         * src/mcs51/peephole.def,
7590         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7591         (allows non-interrupt and interrupt code to safely compete for a resource
7592         without the non-interrupt code having to disable interrupts)
7593
7594 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7595
7596         * src/SDCCicode.c (geniCodeAdd),
7597         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7598         with valFromType if type might be a pointer and host is big endian).
7599         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7600         types, not just integer types.
7601         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7602         multiply defined with mismatching "at" address.
7603
7604 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7605
7606         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7607         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7608         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7609         with embedded nulls (fixed bug #753752)
7610
7611 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7612
7613         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7614         Apparently this did not see much testing (endless loop)
7615
7616 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7619
7620 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7621
7622         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7623         gracefully handle NULL memmap pointers
7624
7625 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7626
7627         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7628         instead of deleting the iCode when an operand is volatile
7629         * src/z80/gen.c (genDummyRead),
7630         * src/mcs51/gen.c (genDummyRead),
7631         * src/ds390/gen.c (genDummyRead),
7632         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7633         not just IC_RIGHT
7634         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7635         * src/SDCC.y: fixed bug #850420
7636
7637 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7638
7639         Applied z80 i/o port patch from Peter Townson and fixed some operators
7640         to better handle operands in A register.
7641         * device/include/z180.h
7642         * src/SDCC.y
7643         * src/SDCCglue.c
7644         * src/z80/gen.c
7645         * src/z80/gen.h
7646         * src/z80/main.c
7647         * src/z80/peeph-z80.def
7648         * src/z80/peeph.def
7649         * src/z80/z80.h
7650
7651 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7652
7653         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7654
7655 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7656
7657         * device/lib/hc08/_mullong.c: Removed extra #endif
7658
7659 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7660
7661         * sim/ucsim/hc08.src/inst.cc,
7662         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7663         carries from x to h
7664         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7665         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7666         * device/include/stdarg.h: fixed varargs for hc08
7667         * device/lib/Makefile.in,
7668         * device/lib/hc08/Makefile,
7669         * device/lib/hc08/_mulint.c,
7670         * device/lib/hc08/_mullong.c: fixed some endian problems
7671
7672 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7673
7674         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7675         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7676         * device/lib/_gptrget.c,
7677         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7678
7679 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7680
7681         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7682         * src/SDCCast.c (astErrors): fixed bug #846007
7683         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7684
7685 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7686
7687         * src/SDCCast.c (decorateType): disabled a transformation I added in
7688         revision 1.188 (access to fields of a structure at an absolute address);
7689         it breaks with bitfields, extern declarations, and gcse analysis.
7690         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7691         could be assigned through a pointer, so don't complain.
7692         * src/SDCCast.c (astErrors),
7693         * src/SDCCast.h,
7694         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7695
7696 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7697
7698         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7699         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7700         output of __config directives, since gpasm now supports them
7701         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7702         pre-processor macro, i.e. -DMCU=p18f452
7703         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7704         and modified to handle 'cast' icode similarly to '=' icode
7705         * src/pic16/device.h (typedef struct PIC_device): added field
7706         'extMIface' to indicate that chip has external memory interface
7707         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7708         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7709         18F8720
7710
7711 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7712
7713         * src/SDCC.y (pointer): fixed bug #846006
7714         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7715         * src/SDCCast.c (decorateType): fixed bug #846009
7716         * src/ds390/peeph.def,
7717         * src/ds390/gen.c (genAnd, genOr),
7718         * src/mcs51/peeph.def,
7719         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7720
7721 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7722
7723         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7724         * src/SDCCdflow.c
7725         * src/SDCCcse.c
7726         * src/SDCCcse.h
7727         * src/SDCCBBlock.h
7728         * src/SDCCBBlock.c
7729
7730 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7731
7732         fixed bug #845089
7733         * src/SDCCbitv.h,
7734         * src/SDCCbitv.c: added function to free a bitvector
7735         * src/SDCClrange.h,
7736         * src/SDCClrange.c: added function to recompute the liveranges
7737         * src/avr/ralloc.c,
7738         * src/ds390/ralloc.c,
7739         * src/hc08/ralloc.c,
7740         * src/mcs51/ralloc.c,
7741         * src/pic/ralloc.c,
7742         * src/pic16/ralloc.c,
7743         * src/xa51/ralloc.c,
7744         * src/z80/ralloc.c: recompute the liveranges after register packing
7745
7746 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7747
7748         * src/SDCCloop.c (newInduction): fixed bug #845630
7749
7750 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7753         inadvertantly left behind from my 2003-11-12 change
7754
7755 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7756
7757         Updated headers I neglected to commit yesterday.
7758         * src/SDCClrange.h,
7759         * src/SDCCicode.h
7760
7761 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7762
7763         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7764         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7765         * src/SDCCopt.c (eBBlockFromiCode),
7766         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7767         the creation of the key hash table from the sequencing so it can be used
7768         earlier (for some GCSE bug fixes still pending)
7769
7770 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7771
7772         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7773         * support/regression/tests/addsub.c: testing genPlus shortcut
7774
7775 2003-11-15  Borut Razem <borut.razem AT siol.net>
7776
7777         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7778
7779 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7780
7781         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7782         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7783         ordering is immaterial.
7784         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7785
7786 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7787
7788         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7789         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7790         (SIGSEV) of bug #840381
7791         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7792         unlink new file before rename if new and old filenames are the same)
7793
7794 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7795
7796         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7797         uninitialized variables) for the mcs51. Set environment variable
7798         SDCC_GENRAMCLEAR to test.
7799         xdata initialization slightly shorter
7800
7801 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7802
7803         * src/SDCCsymt.h,
7804         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7805         #838241 & 780691 (basicly the same bug)
7806         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7807         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7808
7809 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7810
7811         * src/SDCCmain.c (linkEdit): "fix" #834252
7812
7813 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7814
7815         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7816         * src/SDCCast.h,
7817         * src/SDCC.y: fixed bug #819403
7818
7819 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7820
7821         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7822         the reentrant attribute.
7823         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7824         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7825         simulation
7826         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7827         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7828         erroneously reduced to a literal.
7829         * src/hc08/ralloc.c (packRegisters, rematStr),
7830         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7831         some cases
7832
7833 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7834
7835         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7836         * doc/sdccman.lyx: changed from 'article' to 'book'
7837         * doc/Makefile: readded test_suite_spec and cdbfileformat
7838
7839 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7840
7841         * device/include/stdlib.h: include malloc.h to comply with ANSI
7842         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7843
7844 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7845
7846         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7847         * doc/clean.mk: also remove *.out files
7848         * doc/sdccman.lyx: some additions, larger top/bottom margins
7849
7850 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7851
7852         * src/SDCC.y: fixed bug #837365
7853         * support/regression/tests/bitopcse.c
7854         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7855         a symbol (might be valop instead)
7856         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7857         * device/lib/clean.mk: added hc08 to the cleaning list
7858
7859 2003-11-04  Borut Razem <borut.razem AT siol.net>
7860
7861         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7862           made 2003-11-04
7863         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7864           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7865           malloc is declared in standard stdlib.h
7866
7867 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7868
7869         * device/lib/hc08/Makefile: need to clean .rel not .o files
7870         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7871
7872 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7873
7874         * src/port.h,
7875         * src/hc08/main.c,
7876         * src/mcs51/main.c,
7877         * src/ds390/main.c,
7878         * src/z80/main.c,
7879         * src/avr/main.c,
7880         * src/pic/main.c,
7881         * src/pic16/main.c,
7882         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7883         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7884         tests (which uses the port's oclsExpense function)
7885         * src/SDCC.y,
7886         * src/SDCCast.c,
7887         * src/SDCCicode.c,
7888         * src/hc08/gen.c,
7889         * src/ds390/gen.c,
7890         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7891
7892 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7893
7894         * src/SDCCcse.c (ifxOptimize),
7895         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7896         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7897         deleting the IFX iCode.
7898         * src/hc08/ralloc.c: reduced unneeded slocs
7899         * src/hc08/gen.c: fixed bug in asmopToBoolean
7900
7901 2003-11-04  Borut Razem <borut.razem AT siol.net>
7902
7903         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7904           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7905           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7906           transferred to configure
7907
7908 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7909
7910         Use headers defined in the C[++] standards:
7911         * sim/ucsim/gui.src/serio.src/fileio.cc
7912         * sim/ucsim/gui.src/serio.src/frontend.cc
7913         * sim/ucsim/gui.src/serio.src/main.cc
7914         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7915         * support/Util/NewAlloc.c
7916         * as/hc08/lklibr.c
7917         * as/mcs51/lklibr.c
7918         * as/z80/aslist.c
7919         * as/z80/assym.c
7920
7921 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7922
7923         * Added MSVC projects for hc08 assembler and linker:
7924         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7925         /as/hc08/link_hc08.dsp
7926
7927 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7928
7929         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7930
7931 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7932
7933         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7934
7935 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7936
7937         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7938
7939 2003-10-31  Borut Razem <borut.razem AT siol.net>
7940
7941         * support/cpp2/cpplib.h,
7942           support/cpp2/cpplib.c,
7943           support/cpp2/cpplex.c,
7944           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7945           to switch _asm block preprocessing on / off. Default is
7946           #pragma preproc_asm +
7947
7948 2003-10-31  Borut Razem <borut.razem AT siol.net>
7949
7950         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7951           when outputting comment blocks (when executed with -C option) and
7952           _asm (SDCPP specific) blocks
7953
7954 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7955
7956         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7957
7958 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7959
7960         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7961
7962 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7963
7964         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7965         * src/SDCCast.c (decorateType): fixed bug #832664
7966
7967 2003-10-31  Borut Razem <borut.razem AT siol.net>
7968
7969         * support\cpp2\cpplex.c: fixed for SDCPP:
7970           comments(when executed with -C option) and _asm blocks
7971           were included even if they where in skipped #if block.
7972           Applied solution from GCC cpp 3.3.2
7973
7974 2003-10-31  Borut Razem <borut.razem AT siol.net>
7975
7976         * src/SDCC.lex: sdcc now understands both formats:
7977           '# <line_number> <file_name>' and
7978           '#line <line_number> <file_name>'
7979         * support/cpp2/cppmain.c: sdcpp now generates the standard
7980           '# <line_number> <file_name>' instead of former
7981           '#line <line_number> <file_name>'
7982
7983 2003-10-30  Borut Razem <borut.razem AT siol.net>
7984
7985         * support/cpp2/cpphash.h,
7986         * support/cpp2/cpplib.h
7987         * support/cpp2/cpplex.c,
7988         * support/cpp2/cppmain.c,
7989         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7990
7991 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7992
7993         Fixed a number of problems revealed by bug #827883.
7994         * src/SDCCloop.c (loopInvariants): Spill location of the
7995         result operand should be recomputed if extracted from
7996         a loop. Also, don't extract assignments of an iTemp
7997         from a literal.
7998         * src/SDCCast.c (isConformingBody): loop reversal should
7999         not occur if the control variable is involved with a
8000         relational operator.
8001
8002 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8003
8004         * .version: bumped to 2.3.6 to reflect the big improvements
8005         made by Erik and Klaus. Thanks!
8006
8007 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8008
8009         Replaced the livrange code.
8010         * src/SDCClrange.c: added new LR code
8011         * src/SDCCloop.c,
8012         * src/SDCCBBlock.h: removed remainig parts from old LR code
8013         * src/ds390/ralloc.c,
8014         * src/ds390/gen.c: minor fixes to make it work with new code
8015
8016 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8017
8018         * as/hc08/asm.h,
8019         * as/hc08/lkrloc.c,
8020         * src/hc08/gen.c,
8021         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8022         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8023         (tweaked fix for bug #818696)
8024
8025 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8026
8027         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8028
8029 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8030
8031         * src/SDCCmain.c,
8032         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8033         * src/mcs51/gen.c (gencjneshort),
8034         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8035         more efficient (per Scott Bronson's suggestion)
8036
8037 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         Extended the semantics of the critical keyword to include
8040         individual statements. See RFE #827755 and #799831
8041         * src/SDCC.y
8042         * src/SDCCicode.c
8043         * src/SDCCopt.c
8044         * src/SDCCast.c
8045         * support/Util/SDCCerr.c
8046         * support/Util/SDCCerr.h
8047         * src/mcs51/gen.c
8048         * src/ds390/gen.c
8049         * src/hc08/gen.c
8050
8051 2003-10-19  Borut Razem <borut.razem AT siol.net>
8052
8053         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8054
8055 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8056
8057         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8058         Fixed bug #818696
8059         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8060         and predecrement operand is displayed
8061
8062 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * src/SDCCval.c (valMinus): fixed bug #826041
8065
8066 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8067
8068         Some hc08 related updates that I missed earlier
8069         * sim/ucsim/stypes.h
8070         * support/regression/ports/hc08/spec.mk
8071
8072 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8073
8074         New target "hc08" for the Motorola 68hc08 family of micros
8075
8076         * configure
8077         * configure.in
8078         * Makefile
8079         * src/hc08/*
8080         * src/SDCCmain.c
8081         * src/port.h
8082         * sim/ucsim/hc08.src/*
8083         * sim/ucsim/configure.in
8084         * src/ucsim/configure
8085         * sim/ucsim/packages_in.mk
8086         * as/hc08/*
8087         * as/Makefile
8088         * device/include/mc68hc908qy.h
8089         * device/lib/hc08/*
8090         * device/lib/Makefile.in
8091         * support/regression/ports/hc08/*
8092         * support/regression/Makefile
8093
8094 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8095
8096         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8097         regression test
8098         * src/ds390/gen.c (genCast): fixed bug #821957
8099
8100 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8101
8102         * device/lib/logf.c: "fixed" overlay bug
8103         * support/regression/ports/host/spec.mk: added m library
8104         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8105         * support/regression/tests/float_trans: added (for Eric)
8106
8107 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8108
8109         * src/mcs51/gen.c (genCpl): fixed bug
8110         http://sf.net/mailarchive/message.php?msg_id=6263915
8111
8112 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8113
8114         * src/SDCCast.c (decorateType): added extended constant folding
8115         * src/SDCCsymt.c (computeType): cleanup
8116         * src/SDCCval.c (valShift): minor optimization
8117         * support/regression/tests/ast_constant_folding.c: added
8118
8119 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8120
8121         * src/SDCCmain.c: removed some unintended changes
8122
8123 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8126         * src/z80/gen.c: fixed part of bug #817589
8127         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8128
8129 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8130
8131         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8132         * src/SDCCcflow.c
8133         * src/SDCCcse.c
8134         * src/SDCCdflow.c
8135         * src/SDCClabel.c
8136         * src/SDCClrange.c
8137         * src/SDCCmem.c
8138         * src/SDCCopt.c
8139         * src/SDCCpeeph.c
8140         * src/SDCCset.c
8141         * src/avr/ralloc.c
8142         * src/ds390/ralloc.c
8143         * src/izt/ralloc.c
8144         * src/mcs51/ralloc.c
8145         * src/pic/ralloc.c
8146         * src/pic16/ralloc.c
8147         * src/xa51/ralloc.c
8148         * src/z80/ralloc.c
8149         * src/z80/gen.c: removed unused label "release:"
8150
8151 2003-10-06  Borut Razem <borut.razem AT siol.net>
8152
8153         * src/SDCC.lex: removed definition of unused variables
8154           save_optimize and save_options
8155
8156 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8157
8158         * clean.mk: removed '=' in "-maxdepth=1"
8159         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8160         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8161
8162 2003-10-06  Borut Razem <borut.razem AT siol.net>
8163
8164         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8165           my_unput() replaced by unput()
8166
8167 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8168
8169         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8170         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8171         type-punned pointer will break strict-aliasing rules"
8172         Old LR behaviour is again default; Klaus' LR can be choosen by
8173         defining the environment variable LRKLAUS
8174         * src/SDCCBBlock.h
8175         * src/SDCCloop.c
8176         * src/SDCClrange.c
8177         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8178         * clean.mk: fixed removal of files in bin/CVS/
8179         * device/lib/clean.mk: fixed removal of directories small and large
8180         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8181         * src/SDCCicode.c,
8182         * src/SDCCval.c: removed superflous test for pedantic
8183
8184 2003-10-05  Borut Razem <borut.razem AT siol.net>
8185
8186         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8187           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8188           message "unmatched #pragma SAVE and #pragma RESTORE"
8189
8190 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8191
8192         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8193           assembly, critical functions, atomic, nojtbound)
8194
8195 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8196
8197         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8198         * src/SDCCBBlock.h
8199         * src/SDCCloop.c
8200         * src/SDCCloop.h
8201         * src/SDCClrange.c
8202
8203 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8204
8205         * src/z80/gen.h,
8206         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8207         * src/mcs51/gen.h
8208         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8209         * src/ds390/gen.h
8210         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8211         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8212         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8213
8214 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8215
8216         * src/z80/gen.c (genRet): fixed bug #524753
8217         * src/z80/gen.c (genCast): fixed internal error on cast from
8218         pointer to long
8219         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8220         fix for bug #477835 to the z80
8221         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8222         for tracking iCodes in the peephole optimizer for z80
8223
8224 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8225
8226         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8227         the other part of bug #814548
8228         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8229
8230 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8231
8232         * src/SDCCcse.c: fixed part of bug #814548
8233
8234 2003-09-28  Borut Razem <borut.razem AT siol.net>
8235
8236         * src/asm.c: rewrite of printILine() to use temporary file instead
8237           a pipe
8238         * src/xa51/main.c: commented out declaration of int rewinds
8239
8240 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8243
8244 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8247         * src/asm.c (printILine): Fixed bug #811015
8248
8249 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8250
8251         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8252         freeing.
8253
8254 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8255
8256         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8257         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8258         to correctly handle general case of AOP_PAIRPTR
8259         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8260
8261 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8262
8263         * src/mcs51/ralloc.c (fillGaps),
8264         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8265         register positioning bug)
8266
8267 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8270
8271 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8272
8273         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8274         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8275         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8276         (ralloc doesn't intentionally do this now, but perhaps later)
8277         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8278         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8279         register positioning bugs (Fixed bug #762602 and #795325)
8280         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8281         (Fixed bug #808779)
8282         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8283         lines that --i-code-in-asm generates
8284
8285 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8286
8287         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8288         trying to fclose a FILE* that was already closed.
8289
8290 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8291
8292         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8293         of const struct should be treated as if const themselves)
8294
8295 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8296
8297         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8298
8299 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8300
8301         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8302         Unix (/n) and DOS (/r/n) line terminations.
8303
8304 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8305
8306         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8307         bug #613775
8308
8309 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8310
8311         * src/mcs51/gen.c (genFunction, genEndFunction),
8312         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8313         and restore of EA so that stack offsets to parameters are
8314         correct when using both critical and reentrant/stack-auto.
8315         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8316         size (can be triggered in error if sloc is shared between
8317         different sized objects)
8318         * device/include/float.h: fixed macros to explicitly use
8319         unsigned long where needed
8320
8321 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         Feature req. 799831: added code to allow nesting of critical functions
8324         * src/mcs51/gen.c (genFunction, genEndFunction)
8325         * src/ds390/gen.c (genFunction, genEndFunction)
8326
8327 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8328
8329         * src/SDCCsymt.c (sclsFromPtr),
8330         * src/SDCCsymt.h,
8331         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8332         support for standard C idiom of memory mapped variables; for
8333         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8334         to xdata int at 0x1234 tempvar = 1.
8335         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8336         provided by Akiya ISHIDA
8337
8338 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8339
8340         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8341         * src/SDCCval.c (constVal): added reduction from int to char
8342         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8343         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8344         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8345         to ignore the sign
8346         * support/regression/tests/shifts.c: fixed
8347
8348 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8349
8350         * src/z80/gen.c (genXor): Fixed bug #805445
8351
8352 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8353
8354         Fixed bug #621531 (const & volatile confusion in the type chain).
8355         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8356         refer to the const or volatile state of the pointer itself.
8357
8358         * src/SDCCast.c
8359         * src/SDCCglue.c
8360         * src/SDCCicode.c
8361         * src/SDCCsymt.c
8362         * src/SDCCval.c
8363         * src/SDCC.y
8364         * src/SDCCsymt.h
8365         * src/pic/gen.c
8366         * src/pic/ralloc.c
8367         * src/pic16/gen.c
8368         * src/pic16/ralloc.c
8369         * support/regression/tests/const.c
8370
8371 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8372
8373         When checking for duplicated modules, use absolute paths
8374         instead of relative paths.  Files changed:
8375
8376         * as/mcs51/lklib.c
8377         * link/z80/lklib.c
8378
8379 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8380
8381         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8382
8383 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8384
8385         * device/include/string.h: added size_t typedef, changed
8386         prototypes to use size_t, eliminated separate reentrant and
8387         non-reentrant declarations, added _memmove declaration
8388         * device/lib/_memcpy.c: changed to use size_t instead of int,
8389         changed /4 to >>2 to avoid division library call
8390         * device/lib/_memcmp.c,
8391         * device/lib/_memset.c,
8392         * device/lib/_strncat.c,
8393         * device/lib/_strncpy.c,
8394         * device/lib/_strncmp.c: changed to use size_t instead of int
8395         * device/lib/_memmove.c: new file (fixed bug #772294)
8396         * device/lib/Makefile.in: added _memmove.c
8397         * device/lib/z80/asm_strings.s: fixed bug #772290
8398         * support/regression/tests/bitfields.c: attempt to fix host assertion
8399         failure on amd64-unknown-linux2.2
8400
8401 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8402
8403         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8404         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8405         * as/z80/asmain.c (main): fixed bug #801766
8406
8407 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8408
8409         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8410         compilers
8411
8412 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8413
8414         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8415         reported in bug #800609
8416
8417 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8418
8419         * Top header beautifications in src/pic16 directory:
8420           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8421           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8422           pcoderegs.h, ralloc.c, ralloc.h
8423         * main.c: added top header and GPL license notice
8424         * pcode.c: fixed the if-conditional warning
8425
8426 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8427
8428         * device/lib/_mullong.c: replaced int by short for gcc
8429
8430 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8431
8432         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8433         and JUMPTABLE iCodes properly now (worked by accident before)
8434         * src/mcs51/gen.c (leftRightUseAcc),
8435         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8436         iCode properly now. Use getSize instead of nRegs since a & b
8437         aren't part of the nRegs tally.
8438
8439 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8440
8441         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8442         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8443           before instructions that use the _STATUS register
8444
8445 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8448         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8449         fetching of the pointer
8450         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8451         copied from genNearPointerSet()
8452         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8453         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8454         If they pop r0/r1 they must be called in the opposite order than aopOp().
8455         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8456         (resp. --stack-auto), prepared for --xstack
8457
8458 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8459
8460         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8461
8462 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8463
8464         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8465         these ports have their own __sdcc_external_start()
8466
8467 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8468
8469         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8470         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8471         type for bits was changed. It resulted in bit variables becoming
8472         global, which is not permitted in PIC 14 assembly output.
8473
8474 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8475
8476         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8477
8478 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8479
8480         Z80 and MCS51 linkers complaint if a public symbol is defined
8481         in more than one library module:
8482
8483         * as/mcs51/lklib.c
8484         * link/z80/lklib.c
8485         * as/mcs51/Makefile.in
8486
8487 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8488
8489         A few small changes that speed up the peephole optimizer.
8490
8491         * src/SDCCpeeph.c
8492
8493 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8494
8495         Try to make the peephole optimizer smarter by maintaining
8496         an association between the assembly source code and the
8497         iCodes that originated them. Put this information to use
8498         with a new peephole rule condition "notVolatile" so that
8499         the rules can be aggressive yet still safe.
8500
8501         * src/SDCCpeeph.c
8502         * src/SDCCpeeph.h
8503         * src/mcs51/gen.c
8504         * src/mcs51/peeph.def
8505
8506 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8507
8508         Fixed bug #741761
8509
8510         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8511         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8512         if the left or right operand symbols have the accuse flag set.
8513
8514 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8515
8516         Changed the type of the result of the ! (NOT) operator to char;
8517         previously it returned the same type as the source. This allows
8518         us to eliminate all the genFloatNot functions (all of its target
8519         implementations were very buggy) since !float can use the same
8520         code as !long now.
8521
8522         * src/SDCCicode.c (ast2iCode): ! returns char
8523         * src/mcs51/gen.c (genNot, genNotFloat),
8524         * src/ds390/gen.c (genNot, genNotFloat),
8525         * src/z80/gen.c (genNot, genNotFloat),
8526         * src/pic/gen.c (genNot, genNotFloat),
8527         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8528
8529 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8532         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8533            during interrupts. Ensure WSAVE is located at a shared bank address.
8534         2. Fixed page selection in some places
8535         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8536            the registers name strings.
8537         4. Fixed "signed / unsigned compare" compiler warnings.
8538         5. The PIC port manages its own allocation of the general purpose
8539            registers, but makes no attempt to reuse them. As a result when
8540            compiling it soon runs out of general purpose registers. Some
8541            additional code was added to the files pcode.c and device.c to walk
8542            through the function call tree and rename the registers so that they
8543            get reused.
8544
8545         * src/pic/device.c
8546         * src/pic/gen.c
8547         * src/pic/glue.c
8548         * src/pic/pcode.c
8549         * src/pic/pcode.h
8550         * src/pic/ralloc.c
8551         * src/pic/ralloc.h
8552         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8553         genPlus() & genMinus() when the result is the same as left or right
8554
8555 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8556
8557         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8558
8559 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8560
8561         Made bitfield a distinct type from bit so that bitfields
8562         convert as per ANSI C and bits retain their traditional
8563         boolean style behaviour. Implemented bitfield support in
8564         the z80 port.
8565
8566         * src/SDCCsymt.h,
8567         * src/SDCCsymt.c,
8568         * src/SDCCast.c,
8569         * src/cdbFile.c,
8570         * src/mcs51/gen.c,
8571         * src/ds390/gen.c: bit v bitfield split
8572         * src/z80/gen.c: New support for bitfields
8573         * support/regression/tests/bitfields.c: reenabled z80,
8574         added more tests
8575
8576 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8577
8578         Rules 246.x, 247.x relate to bitfields, the others speed up
8579         access to xdata mapped I/O devices.
8580
8581         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8582
8583 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8584
8585         Cleaned up genPackBits and genUnpackBits and added two helper
8586         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8587         for literal assignments in genPackBits (thanks to Frieder for
8588         reminding me).
8589
8590         * src/mcs51/gen.c
8591         * src/ds390/gen.c
8592
8593 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8594
8595         Fixed bug #748310 (pointer to function type mishandled when the
8596         function name is omitted). Also fixed a SIGSEGV when a function
8597         attribute (reentrant, etc) is used on a non-function or on a
8598         function but misplaced before the parameter list.
8599
8600         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8601         bug #748310
8602         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8603         * support/Util/SDCCerr.h,
8604         * support/Util/SDCCerr.c: Added func attr misuse error msg
8605
8606 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8607
8608         Fixed bug #787649 by anonymous
8609         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8610         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8611
8612 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8613
8614         Fixed numerous bitfield problems.
8615
8616         * src/SDCC.y: More bitfield related error checking
8617         * src/SDCCsymt.h,
8618         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8619         * support/Util/SDCCerr.h,
8620         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8621         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8622         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8623         * support/regression/tests/bitfields.c: tests added
8624
8625 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8626
8627         Made the constant following the "interrupt" keyword optional. If
8628         omitted, the function will not automatically be given an entry
8629         in the interrupt vector table (similar to #pragma NOIV, but
8630         less syntacticly kludgy). The interrupt number is also now
8631         range checked. Also fixed a bug in the high order bit example
8632         in the manual.
8633
8634         * src/SDCC.y
8635         * src/SDCCmem.c
8636         * src/SDCCglue.c
8637         * src/SDCCsymt.h
8638         * support/Util/SDCCerr.c
8639         * support/Util/SDCCerr.h
8640         * doc/sdccman.lyx
8641
8642 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8645         * src/SDCCicode.c (operandOperation): rewritten some ops
8646         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8647         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8648         other type
8649         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8650         be re-activated by defining REDUCE_LITERALS)
8651         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8652         unsigned, but are signed by default
8653         * src/SDCCval.c (constVal): rearranged
8654         * src/SDCCval.c (valMod): preliminary fix
8655         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8656         * support/regression/literalop.c: added, work in progress
8657
8658 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8659
8660         Generate warnings for useless declarations like "char data;"
8661         that don't do what new users expect.
8662
8663         * src/SDCC.y
8664         * support/Util/SDCCerr.h
8665         * support/Util/SDCCerr.c
8666
8667 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8668
8669         * src/SDCCval.c (valMult): fix overflow detection of negative int
8670
8671 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8672
8673         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8674
8675         Changes to support big endian targets:
8676
8677         * src/ports.h
8678         * src/SDCCglue.c
8679         * src/avr/main.c
8680         * src/ds390/main.c
8681         * src/izt/i186.c
8682         * src/mcs51/main.c
8683         * src/pic/main.c
8684         * src/pic16/main.c
8685         * src/xa51/main.c
8686         * src/z80/main.c
8687
8688 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8689
8690         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8691         * device/lib/time.c: fixed warning "integer overflow in expression"
8692
8693 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8694
8695         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8696         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8697         constants are unsigned; added recognition of "u" flag for unsigned
8698         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8699         * src/SDCCval.c (valDiv, valMod): fixed signdness
8700         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8701         signedness of modulo, left and right shift
8702         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8703         * support/Util/SDCCerr.h: added warning W_INT_OVL
8704         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8705         * src/SDCCast.c (ast_print): improved output of constants
8706
8707 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8708
8709         Fixed some warnings when building with MSVC:
8710
8711         * as\mcs51\asdata.c
8712         * as\z80\asdata.c
8713         * as\mcs51\asm.h
8714         * as\z80\asm.h
8715         * link\z80\aslink.h
8716         * link\z80\lkdata.c
8717         * link\z80\lkeval.c
8718         * link\z80\lkgb.c
8719         * link\z80\lkihx.c
8720         * link\z80\lks19.c
8721         * link\z80\lksym.c
8722         * support\cpp2\cpplib.c
8723         * src\ds390\gen.c
8724         * src\mcs51\gen.c
8725
8726 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8727
8728         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8729
8730 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8731
8732         * support\librarian\clean.mk: Do not remove Makefile.
8733         * support\librarian\Makefile: added.
8734
8735 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8736
8737         Added librarian to MSVC build:
8738         * all.dsp
8739         * sdcc.dsw
8740         * support\librarian\librarian.dsp
8741
8742         'configure' not needed for librarian, removed:
8743         * support\librarian\configure
8744         * support\librarian\configure.in
8745         * support\librarian\config_in.h
8746         * support\librarian\Makefile.in
8747
8748         Hopefully these ones built the librarian and the rest of sdcc properly:
8749         * Makefile
8750         * Makefile.common.in
8751
8752         Messed up 'configure', so revert to previous version:
8753         * configure
8754         * configure.in
8755
8756 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8759         there, while the mantissa of a double is "only" 53 bits wide.
8760
8761 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8762
8763         Adding sdcclib to the build.  MSVC project coming soon.
8764         Files added/changed:
8765
8766         * support\librarian\clean.mk
8767         * support\librarian\configure
8768         * support\librarian\configure.in
8769         * support\librarian\config_in.h
8770         * support\librarian\Makefile.bcc
8771         * support\librarian\Makefile.in
8772         * support\librarian\sdcclib.c
8773         * Makefile.bcc
8774         * Makefile
8775         * Makefile.common.in
8776         * configure
8777         * configure.in
8778
8779 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8780
8781         Linker now complaints if linked modules have conflicting options, for
8782         example, one compiled using --model-large and another one compiled with
8783         --model-small.  The following files were modified:
8784
8785         * as\mcs51\asdata.c
8786         * as\mcs51\aslink.h
8787         * as\mcs51\asm.h
8788         * as\mcs51\asmain.c
8789         * as\mcs51\asout.c
8790         * as\mcs51\i51pst.c
8791         * as\mcs51\lkdata.c
8792         * as\mcs51\lklibr.c
8793         * as\mcs51\lkmain.c
8794         * as\z80\asdata.c
8795         * as\z80\asm.h
8796         * as\z80\asmain.c
8797         * as\z80\asout.c
8798         * as\z80\z80pst.c
8799         * link\z80\aslink.h
8800         * link\z80\lkdata.c
8801         * link\z80\lklibr.c
8802         * link\z80\lkmain.c
8803         * src\SDCCglue.c
8804
8805 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8806
8807         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8808         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8809
8810 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8811
8812         * src/z80/mappings.i: fix _mul[us][int,long] entries
8813
8814 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8815
8816         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8817
8818 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8821         * support/regression/tests/bitopcse.c: added
8822         fixed warning:
8823         * src/avr/gen.c:
8824         * src/pic/gen.c:
8825         * src/pic16/gen.c:
8826         * src/z80/gen.c:
8827         * src/xa51/gen.c:
8828
8829 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8830
8831         added support for new library format to z80, gbz80 linkers:
8832         *link/z80/aslink.h
8833         *link/z80/lklex.c
8834         *link/z80/lklib.c
8835         *link/z80/lklist.c
8836
8837 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8838
8839         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8840         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8841
8842 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8843
8844         added DUMMY_READ_VOLATILE:
8845         * src/SDCC.y:
8846         * src/avr/gen.c:
8847         * src/xa51/gen.c:
8848         * src/z80/gen.c:
8849         * src/pic/gen.c:
8850         * src/pic16/gen.c:
8851         * src/mcs51/gen.c:
8852         * src/ds390/gen.c:
8853         * src/SDCCcse.c (algebraicOpts): many improvements
8854         * src/SDCCcse.h: removed algebraicOpts()
8855         * src/SDCCicode.c (picDummyRead): added
8856
8857 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8858
8859         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8860         "Insufficient space in data memory".
8861
8862 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8863
8864         * src/mcs51/gen.c: fixed bug #771358
8865         * src/z80/gen.c: fixed bug #759087
8866
8867 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8868
8869         * src/pic16/glue.c: minor cleanup by Vangelis
8870
8871 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8872
8873         * device/include/regc515c.h: fixed #758477
8874         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8875         * device/lib/_gptrput.c: saved a few bytes
8876         * my tab spacing is 8, yours too?)
8877         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8878         * device/lib/serial.c: process RX bytes earlier than TX bytes
8879         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8880
8881 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8882
8883         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8884
8885 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8886
8887     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8888
8889 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8890
8891         * device/lib/Makefile.in: bad fix, reverted to 1.43
8892
8893 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8894
8895         * device/lib/Makefile.in: added missing z80 object files
8896
8897 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8898
8899         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8900         pic16 progress by Vangelis:
8901         * src/SDCCglobl.h:
8902         * src/SDCCmain.c:
8903         * src/pic/Makefile:
8904         * src/pic:
8905         * pic/Makefile:
8906         * pic16/device.c:
8907         * pic16/device.h:
8908         * pic16/gen.c:
8909         * pic16/gen.h:
8910         * pic16/genarith.c:
8911         * pic16/glue.c:
8912         * pic16/main.c:
8913         * pic16/pcode.c:
8914         * pic16/pcode.h:
8915         * pic16/pcodepeep.c:
8916         * pic16/peeph.def:
8917
8918 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8919
8920     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8921
8922 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8923
8924     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8925     added gbz80 build to MSVC project.
8926     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8927     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8928     from 8051 stuff and setup so it links using a .lnk file.
8929
8930 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8931
8932     * support/librarian/sdcclib.c: sdcc librarian.
8933     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8934     with sdcclib.
8935
8936 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8937
8938     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8939
8940 2003-07-02  Borut Razem <borut.razem AT siol.net>
8941
8942         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8943         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8944         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8945         src/xa51/main.c, src/z80/main.c:
8946         virtualization of glue() function: each port has it's own glue function,
8947         which is accessed by do_glue function pointer in PORT.general structure
8948
8949 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8950
8951         * DS800C400 fun, improved ROM interface and tinibios.
8952
8953 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8954
8955         * More support for DS80C400. Now includes beginning of interface to ROM.
8956
8957 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8958
8959         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8960
8961 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8962
8963         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8964
8965 2003-06-19  Borut Razem <borut.razem AT siol.net>
8966
8967         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8968
8969 2003-06-19  Borut Razem <borut.razem AT siol.net>
8970
8971         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8972         fixed Z80 port - crt0.o: cannot open.
8973
8974 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8975
8976         * support/Util/MySystem.c (merge_command): revert bad fix
8977
8978 2003-06-18  Borut Razem <borut.razem AT siol.net>
8979
8980         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8981
8982 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8983
8984         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8985         option --use-stdout sends errors to stdout instead of stderr.
8986
8987 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8990
8991 2003-06-15  Borut Razem <borut.razem AT siol.net>
8992
8993         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8994         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8995         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8996         fixed width array of pointers replaced with sets;
8997         multiple include and lib paths ared transferred to preprocessor and linker
8998         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8999         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9000         fixed width array of pointers
9001         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9002         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9003         fixupPath(), getPathDifference()
9004         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9005         fixed width array of pointers
9006
9007 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9008
9009         * src/pic16/ralloc.c: fix warnings
9010         * src/pic16/pcode.c: fix warning
9011
9012 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9013
9014          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9015         know all the details, but essentially this set of changes enable
9016         the pic16 port to generate movff instructions and generate assembler
9017         directives,
9018         * src/SDCCmain.c:
9019         * src/pic16/gen.c:
9020         * src/pic16/glue.c:
9021         * src/pic16/pcode.c:
9022         * src/pic16/device.c:
9023         * src/pic16/main.c:
9024         * src/pic16/pcode.h:
9025         * src/pic16/pcoderegs.c:
9026         * src/pic16/ralloc.c:
9027         * src/pic16/ralloc.h:
9028
9029 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9030
9031         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9032         added option --vc, so sdcc errors and warnings are compatible with
9033         Microsoft Visual Studio.
9034
9035 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9036
9037         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9038           device/lib/libfloat.lib: added atof function.
9039
9040 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * doc/sdccman.lyx: updated to Lyx 1.3
9043         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9044         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9045         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9046
9047 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9048
9049         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9050
9051 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9052
9053         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9054           additions to the "related tools/documentation" section
9055
9056 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9057
9058         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9059
9060 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9061
9062         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9063         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9064
9065 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9066
9067         * doc/sdccman.lyx: fix double dash and other minor things
9068         * doc/Makefile: fix double dash
9069
9070 2003-05-28  Karl Bongers(patches from Martin Helmling)
9071         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9072           condition and ignore commands.
9073
9074 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9075
9076         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9077           is in parts still quite out of date, I did changes as far as I felt makes sense
9078           for a non-native english speaker.
9079           Please feel free to add to the manual or to correct my changes.
9080         * doc/Makefile: undid touching the date of intermediate tex files.
9081
9082 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9083
9084         * doc/sdccman.lyx: Manual has an index now
9085
9086 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9087
9088         Finalize muluint/mulsint and mululong/mulslong merging:
9089         * device/lib/_mulint.c
9090         * device/lib/_mullong.c
9091         * device/lib/gbz80/mul.s
9092         * device/lib/gbz80/stubs.s
9093         * device/lib/z80/mul.s
9094         * device/lib/z80/stubs.s
9095         * src/SDCCsymt.c (initCSupport)
9096
9097 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9098
9099         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9100         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9101           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9102           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9103           instead of /Zm500.
9104
9105 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9106
9107         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9108           the regression tests I'm not brave enough to enable 245.b, 245.c
9109         * doc/sdccman.lyx: added latex preamble for hyperref package.
9110           Using pdflatex this will give you a hyperlinked pdf file with
9111           bookmarks. (prepend '%' before /usepackage if this breaks something)
9112
9113 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9114
9115          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9116
9117 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9118
9119         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9120
9121 2003-05-21    <johan AT balder>
9122
9123         * src/SDCCglue.c (printIval): fixed bug #739934
9124
9125 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9126
9127         Applied patch from bug 737905 (renamed yylineo to mylineno):
9128         * src/altlex.c
9129         * src/SDCCast.c
9130         * src/SDCglobl.h
9131         * src/SDCC.lex
9132         * src/SDCCsymt.c
9133         * src/SDCCval.c
9134         * src/pic16/pcode.c: Cleaned warnings
9135         * src/pic16/pcodeflow.c: Cleaned warnings
9136         * src/pic16/pcoderegs.c: Cleaned warnings
9137
9138 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9139
9140         * src/pic16/pcode.c: Cleaned warnings
9141         * src/pic16/pcodepeep.c: Cleaned warnings
9142         * src/pic16/ralloc.c: Cleaned warnings
9143
9144 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9145
9146         * doc/sdccman.lyx: fixed bug 739745
9147         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9148
9149 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9150
9151         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9152         it can be defined with CFLAGS when running configure
9153         * src/SDCCmain.c: fixed compiling + linking with object files
9154
9155 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9156
9157         * configure.in: configure for pic16 port,
9158             added --disable-pic16-port
9159         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9160         * src/SDCCmain.c: linkOptions is changed to set *,
9161             added if/endif conditional macros to remove options help
9162             messages from optionsTable when a port is not configured, added
9163             support for the PIc16 port in the ports table, when executing
9164             the compiler with no port specified on command line, a default
9165             port is selected with the new macro DEFAULT_PORT which is
9166             defined in port.h, in setDefaultOptions() linkOptions is removed
9167             from initialization assignment, since now it is a set,
9168             parseCmdLine uses setParseWithComma for linkOptions, in
9169             linkEdit() linkOptions are accessed with new function indexSet()
9170             which returns the i'th item of a set variable. See SDCCset.c, in
9171             linkEdit() when calling buildCmdLine(), added linkOptions as
9172             last argument. Now users can pass arguments to gplink via the
9173             -Wl option, main() uses pic16glue() to glue up pic16 programs
9174         * src/SDCCpeeph.c: various changes to support pic16
9175         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9176             return the i'th item of the set
9177         * src/SDCCset.h: added function prototype for indexSet()
9178         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9179         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9180         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9181             added macro DEFAULT_PORT
9182         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9183         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9184             generated
9185         * src/pic16/glue.c: commented out some error producing lines
9186         * src/pic16/main.c: __config directives are commented out to stop
9187             gpasm complaining and test the linkage with gplink, _linkCmd and
9188             _asmCmd changed to be more gplink and gpasm friendly
9189         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9190             produced an error when parsed, peep rule 12 is added to utilize
9191             movff, but it is commented out since the pCode does not support
9192             yet a command with 2 address arguments
9193
9194 2003-05-18    <johan AT balder>
9195
9196         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9197         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9198 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9199
9200         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9201   Added feature to script commands from file.
9202
9203 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9204
9205         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9206         * src/SDCCutil.c: include ctype.h for win32
9207
9208 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9209
9210         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9211
9212 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9213
9214         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9215   Fixed so you can set breakpoints prior to run, run does not stop
9216   on entry now.  Add tbreak.  Other enhancements and fixes for use
9217   with ddd.
9218
9219 2003-05-12  Borut Razem <borut.razem AT siol.net>
9220
9221         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9222
9223 2003-05-11  Borut Razem <borut.razem AT siol.net>
9224
9225         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9226         the path of bin directory, so that PATH is the only env. variable, which has to be set
9227         in case of standard installation.
9228         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9229         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9230         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9231
9232 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9233
9234         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9235         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9236         temp files are in the port dir; clean the gen/test directory when
9237         generating new test.c
9238         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9239         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9240         * support/regression/tests/zeropad.c: added
9241
9242 2003-05-09    <johan AT balder>
9243
9244         * src/SDCCglue.c: fixed bug #597940
9245
9246 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9247
9248         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9249   cache sfr, optimize next,step, fix off by one sourceline,
9250   support ddd list function.
9251         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9252
9253 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9254
9255         * support/regression/HTMLgen.py: added compare_s2f()
9256         * support/regression/Makefile: redo 1.27
9257         * support/regression/generate-cases.py: redo 1.5
9258
9259 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9260
9261         * support/regression/tests/float.c: workaround 33 bit hex constant
9262         * support/regression/tests/simplefloat.c: fix division for host
9263
9264 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9265
9266         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9267         that tame's the PIC's over-aggressive optimizer.
9268
9269 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9270
9271          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9272          support for MSVC.
9273
9274 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9275
9276         Initial support for DS80C400. "Hello world" runs on TINIm400
9277         (with polled I/O).
9278
9279 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9280
9281          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9282          * Some notes on ddd usage added in debugger/README
9283          Martin Helmling adding more features and fixes for ddd GUI debugger.
9284          Code added for nexti, stepi, up, down, and other adjustments.
9285
9286 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9287
9288         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9289         * src/pic/peeph.def Added two rules to optimize carry manipulation
9290         * src/pic/* removed debug printfs
9291
9292 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9293
9294         * debugger/mcs51/cmd.c: added header newalloc.h
9295
9296 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9297
9298         * as/Makefile: new EXEEXT
9299         * as/z80/Makefile: remove trailing slash of BUILDIR
9300         * as/z80/clean.mk: new EXEEXT
9301         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9302         * support/cpp2/Makefile.in: new EXEEXT
9303         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9304
9305 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9306
9307         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9308         EXEEXT was introduced to fix all related problems with targets
9309         "clean", "install" and "uninstall"; a couple of further flaws
9310         especially with "clean" have been fixed too
9311         * as/mcs51/Makefile.in
9312         * as/mcs51/clean.mk
9313         * as/z80/Makefile
9314         * Makefile
9315         * clean.mk
9316         * debugger/mcs51/Makefile.in
9317         * debugger/mcs51/clean.mk
9318         * link/z80/Makefile
9319         * link/z80/Makefile.in
9320         * link/z80/clean.mk
9321         * link/Makefile
9322         * packihx/Makefile.in
9323         * packihx/clean.mk
9324         * sim/ucsim/Makefile
9325         * sim/ucsim/clean.mk
9326         * sim/ucsim/avr.src/Makefile.in
9327         * sim/ucsim/avr.src/clean.mk
9328         * sim/ucsim/s51.src/Makefile.in
9329         * sim/ucsim/s51.src/clean.mk
9330         * sim/ucsim/xa.src/Makefile.in
9331         * sim/ucsim/xa.src/clean.mk
9332         * sim/ucsim/z80.src/Makefile.in
9333         * sim/ucsim/z80.src/clean.mk
9334         * sim/ucsim/main_in.mk
9335         * sim/ucsim/packages_in.mk
9336         * sim/ucsim/gui.src/Makefile.in
9337         * sim/ucsim/gui.src/serio.src/Makefile.in
9338         * sim/ucsim/gui.src/serio.src/clean.mk
9339         * src/Makefile.in
9340         * src/clean.mk
9341         * support/cpp2/Makefile.in
9342         * support/cpp2/clean.mk
9343         * support/makebin/Makefile
9344         * support/makebin/clean.mk
9345         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9346         * doc/sdccman.lyx: --program-suffix no longer needed
9347
9348 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9349
9350          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9351          Martin Helmling added support for ddd GUI debugger.
9352          Code added to display assembly, set variables, and other commands
9353          to interface to ddd.
9354
9355 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9356
9357         * as/Makefile: fix target clean
9358         * as/clean.mk: fix target clean
9359         * as/z80/clean.mk: fix target clean
9360
9361 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9362
9363         * Makefile.common.in: added  AT EXEEXT AT
9364         * configure.in: removed all mingw32 stuff
9365         * configure: rebuilt from configure.in
9366         * doc/sdccman.lyx: updated section "installation"
9367         * support/scripts/sdcc_mingw32: adapted to configure
9368         * support/scripts/sdcc_cygwin_mingw32: added
9369
9370 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9371
9372         * src/pic Added object file support for the PIC port
9373         * src/pic Applied patch from Craig Franklin (this started the object file support)
9374         * src/regression Updated the PIC regression tests for object files
9375
9376 2003-04-20  Borut Razem <borut.razem AT siol.net>
9377
9378         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9379           lklex.c: In function `getfid':
9380           lklex.c:203: warning: array subscript has type `char'
9381         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9382           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9383         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9384           stack handling macros
9385
9386 2003-04-19  Borut Razem <borut.razem AT siol.net>
9387
9388         * "handling space characters in file path" task:
9389         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9390         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9391         * support/Util/MySystem.h: make it self-sufficient
9392         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9393           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9394           handling space characters in file path
9395         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9396           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9397         * support/Util/MySystem.c: handling space characters in executable's path
9398
9399 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9400
9401         * as/z80/Makefile: fix permanent rebuild of z80
9402         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9403         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9404
9405 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9406
9407         * src/SDCCopt.c: add special case optimization to replace modulo by
9408           a power of two with a bitwise AND.
9409
9410 2003-04-18    <johan AT balder>
9411
9412         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9413
9414 2003-04-17    <johan AT balder>
9415
9416         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9417         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9418
9419 2003-04-13  Borut Razem <borut.razem AT siol.net>
9420
9421         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9422         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9423           fixed mingw problem in adl_NORMALIZE_PATH
9424
9425 2003-04-12  Borut Razem <borut.razem AT siol.net>
9426
9427         * fixed "#pragma SAVE/RESTORE can not be nested":
9428         * src/SDCC.lex: reworked pragma handling functions
9429         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9430         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9431
9432 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9433
9434         * src/SDCCutil.c (pathEquivalent): defined but not used
9435         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9436         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9437         * configure: rebuilt from configure.in
9438         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9439         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9440         * device/include/Makefile.in: replace sdcc_datadir
9441         * device/lib/Makefile.in: replace sdcc_datadir
9442         * Makefile.common.in: add LDFLAGS from configure
9443         * packihx/Makefile.in: use LDFLAGS
9444         * src/Makefile.in: use LDFLAGS
9445         * support/cpp2/Makefile.in: add LDFLAGS from configure
9446         * support/makebin/Makefile: use LDFLAGS
9447         * .version: bumped version number to 2.3.5
9448
9449 2003-04-12  Borut Razem <borut.razem AT siol.net>
9450
9451         * completed "different paths" task:
9452         * src/SDCCmacro.c: fixed bug in handling quotes
9453         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9454         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9455
9456 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9457
9458         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9459
9460 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9461
9462         * ds390/gen.c ds390/peeph.def: fix bug 706781
9463
9464 2003-04-11  Borut Razem <borut.razem AT siol.net>
9465
9466         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9467
9468 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9469
9470         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9471         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9472          set - this bit used to not be set...).
9473         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9474           bad code in PIC Port
9475         * src/regression/and2.c added to test bug 609268
9476         * src/regression/Makefile added and2.c to regression test
9477
9478
9479 2003-04-08    <johan AT CP255758-A>
9480
9481         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9482         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9483         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9484
9485 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9486
9487         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9488         fix bug #487815
9489         * support/cpp2/Makefile.in: fix bug #487815
9490         * configure: rebuilt from configure.in
9491         * Makefile.common.in: docdir changed, new path suffixes
9492         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9493         * sdcc_vc_in.h: reflect changes from sdccconf.h
9494         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9495         * src/SDCCutil.h: remove BINDIR hack
9496         * doc/sdccman.lyx: update new path hierarchy
9497
9498 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9499
9500         * src/SDCCpeeph.c: added okToRemoveSLOC test
9501
9502 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9503
9504         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9505
9506 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9507
9508         * src/SDCCpeeph.c: added labelIsReturnOnly test
9509         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9510
9511 2003-04-05    <johan AT balder>
9512
9513         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9514         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9515         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9516         * src/SDCCast.c: fixed a warning
9517         * src/SDCCast.h: fixed a warning
9518         * src/SDCCicode.c (operandFromAst): fixed a warning
9519
9520 2003-04-04    <johan AT balder>
9521
9522         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9523         * src/SDCCast.c (decorateType): fixed bug #715076
9524         * src/SDCC.y: fixed bug #702907
9525
9526 2003-04-03    <johan AT balder>
9527
9528         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9529         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9530         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9531         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9532         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9533
9534 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9535
9536         * _decdptr.c: fix return values
9537         * _gptrget.c: fix return values
9538         * _gptrgetc.c: fix return values
9539         * _gptrput.c: fix return values
9540         * _mulint.c: fix return values
9541         * as/z80/Makefile: fix 'make -j' problem
9542
9543 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9544
9545         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9546         * configure.in: big cleanup, updated to autoconf 2.5x
9547         * configure: rebuilt from configure.in
9548         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9549         * sdcc_vc_in.h: reflect changes from sdccconf.h
9550         * doc/Makefile: fixed a flaw in "make install"
9551
9552 2003-04-02    <johan AT balder>
9553
9554         * src/ds390/gen.c (genCmp): no comments
9555         * src/mcs51/gen.c (genCmp): no comments
9556         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9557         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9558
9559 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9560
9561         * support/regression/generate-cases.py: place generated file in given sub directory
9562         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9563         * support/regression/Makefile: improvements for 'make -j';
9564         side effect: it's simpler and faster now
9565
9566 2003-03-31  Borut Razem <borut.razem AT siol.net>
9567
9568         * src/z80/main.c: link-{port} and as-{port} defined without path
9569         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9570
9571 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9572
9573         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9574
9575 2003-03-30  Borut Razem <borut.razem AT siol.net>
9576
9577         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9578           changed type of list parameter to set
9579         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9580         * src/port.h: changed type of do_assemble() parameter to set
9581         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9582           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9583           definition of "cppoutfilename" macro with NULL value in preProcess()
9584         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9585         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9586         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9587           replaced with set *binPathSet
9588         * shash_add() deallocates the item, if allready exsists, before adding the new one
9589         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9590
9591 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9592
9593         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9594           a nested for loop bug in the PIC port
9595         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9596           for loops
9597
9598 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9599
9600         * support/Util/dbuf.h: remove C++ stuff to make it portable
9601
9602 2003-03-28  Borut Razem <borut.razem AT siol.net>
9603
9604         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9605           literal strings in stringLiteral()
9606         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9607         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9608           to the project
9609
9610 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9611
9612         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9613
9614 2003-03-26    <johan AT balder>
9615
9616         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9617         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9618         * src/SDCCast.c (decorateType): fixed " -v < 3"
9619
9620 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9621
9622         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9623         Added Lenny Story's debug infrastructure changes:
9624         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9625         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9626         * src/cdbFile.c: added
9627         * src/SDCCdebug.c: added
9628         * src/SDCCdebug.h: added
9629         * src/SDCCast.c (createFunction)
9630         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9631         * src/SDCCmain.c (parseCmdLine, main)
9632         * src/SDCCmem.c (redoStackOffsets)
9633         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9634         * src/SDCCsymt.h
9635         * src/common.h
9636         * src/avr/gen.c (genAVRCode)
9637         * src/ds390/gen.c (gen390Code)
9638         * src/mcs51/gen.c (gen51Code)
9639         * src/pic/gen.c (genpic14Code)
9640         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9641         * src/xa51/gen.c (genXA51Code)
9642         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9643
9644 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9645
9646         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9647         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9648
9649 2003-03-22    <johan AT balder>
9650
9651         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9652
9653 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9654
9655         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9656         * doc/cdbfileformat.lyx: added, written by Lenny Story
9657         * doc/Makefile: added cdbfileformat.lyx
9658         * doc/clean.mk: added cdbfileformat.lyx
9659
9660 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9661
9662         * src/mcs51/peeph.def: fix bug #705773
9663
9664 2003-03-20    <johan AT balder>
9665
9666         An sfr/sbit can have an "at #" AND an initializer
9667         * src/SDCCsymt.c (checkSClass):
9668         * src/SDCCmem.c (allocGlobal):
9669         * src/SDCCmem.c (allocLocal):
9670         * src/SDCCast.c (createBlock):
9671
9672 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9673
9674         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9675
9676 2003-03-16    <johan AT balder>
9677
9678         Undid the hackup of const and volatile, the problem is much bigger
9679         * src/SDCC.y:1.65
9680         * src/SDCCast.c:1.171
9681         * src/SDCCglue.c:1.138
9682         * src/SDCCicode.c:1.146
9683         * src/SDCCsymt.c:1.150
9684         * src/SDCCval.c:1.65
9685
9686 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9687
9688         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9689         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9690
9691 2003-03-13    <johan AT balder>
9692
9693         Hackup const and volatile modifiers in type chains a bit:
9694         * src/SDCC.y:1.63
9695         * src/SDCCast.c:1.169
9696         * src/SDCCglue.c:1.136
9697         * src/SDCCicode.c:1.143
9698         * src/SDCCsymt.c1.146
9699         * src/SDCCsymt.h1.59
9700         * src/SDCCval.c:1.63
9701
9702 2003-03-12    <johan AT balder>
9703
9704         * src/SDCCBBlock.h: more LRH debugging junk
9705         * src/SDCCcflow.h: more LRH debugging junk
9706         * src/SDCCloop.c: more LRH debugging junk
9707         * src/SDCC.y (struct_declaration): fixed bug #697590
9708         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9709         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9710         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9711
9712 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9713         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9714         test function names must now match exactly).
9715         * src/SDCCcse.c: added special case in findCheaperOp to allow
9716         extending a short integer. Makes less awful code for bug 700121 test case.
9717
9718 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9719
9720         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9721         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9722
9723 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9724
9725         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9726         actually called (operandsNotEqual() was called for all
9727         operandsNotEqualX tests).
9728
9729 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9730
9731         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9732         with shorter literals. Fixes bug 700121.
9733
9734 2003-03-11    <johan AT balder>
9735
9736         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9737
9738 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9739
9740         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9741         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9742
9743 2003-03-10  Borut Razem <borut.razem AT siol.net>
9744
9745         * src/SDCCmain.c: pipe preprocessor's output
9746         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9747         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9748         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9749         which closes all pipes in pipeSet set
9750         * src/SDCCset.c: free deleted item in function deleteSetItem()
9751         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9752         moved from z80 to src subproject
9753         * .version: increased version number to 2.3.4
9754
9755 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9756
9757         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9758         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9759         * support/regression/ports/xa51/spec.mk: fix typo
9760
9761 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9764
9765 2003-03-09  Borut Razem <borut.razem AT siol.net>
9766
9767         * src/SDCCmain.c: pipe preprocessor's output
9768         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9769         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9770         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9771         which closes all pipes in pipeSet set
9772         * src/SDCCset.c: free deleted item in function deleteSetItem()
9773         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9774         moved from z80 to src subproject
9775
9776 2003-03-09  Borut Razem <borut.razem AT siol.net>
9777
9778         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9779         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9780         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9781         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9782         * src/SDCCglobl.h: unification of WIN32 native definitions
9783
9784 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9785
9786         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9787
9788 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9789
9790         * src/configure.in:   check for endianess (even while cross-compiling)
9791         * src/configure:      check for endianess (even while cross-compiling)
9792         * src/configure_in.h: check for endianess (even while cross-compiling)
9793         * src/avr/gen.c:        remove old endianess stuff
9794         * src/mcs51/gen.c:      remove old endianess stuff
9795         * src/ds390/gen.c:      remove old endianess stuff
9796         * src/pic/gen.c:        remove old endianess stuff
9797         * src/pic/genarith.c:   remove old endianess stuff
9798         * src/pic/glue.c:       fix endianess check
9799         * src/pic16/gen.c:      remove old endianess stuff
9800         * src/pic16/genarith.c: remove old endianess stuff
9801         * src/pic16/glue.c:     fix endianess check
9802         * src/xa51/gen.c:       remove old endianess stuff
9803         * src/z80/gen.c:        fix endianess check
9804         * src/SDCCglue.c:       fix endianess check
9805         * src/ds390/peeph.def: fix bug 700036
9806
9807 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9808
9809         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9810         * src/configure: find appropriate data-types on host for SDCC's int and long
9811         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9812         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9813         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9814
9815 2003-03-07    <johan AT balder>
9816
9817         Just a big NOOP:
9818                 some minor cleanups before the big shot
9819                 OP_DEFS and OP_USES now use Kevin's protection
9820                 new option --nolabelopt
9821
9822         * src/SDCCBBlock.c:
9823         * src/SDCCast.c,:
9824         * src/SDCCcflow.c:
9825         * src/SDCCcse.c:
9826         * src/SDCCicode.c:
9827         * src/SDCCicode.h:
9828         * src/SDCClabel.c:
9829         * src/SDCCloop.c:
9830         * src/SDCCmain.c:
9831         * src/ds390/ralloc.c:
9832         * src/mcs51/ralloc.c:
9833         * src/pic/ralloc.c:
9834         * src/xa51/ralloc.c:
9835         * src/z80/ralloc.c:
9836
9837 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9838
9839         * src/pic/pcode.c (get_op): fix 64 bit warnings
9840         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9841         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9842         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9843         * support/regression/tests/malloc.c: fix 64 bit warnings
9844
9845 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9846
9847         * src/mcs51/gen.c (genMinus): fixed bug 696436
9848
9849 2003-03-02  Borut Razem <borut.razem AT siol.net>
9850
9851         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9852
9853 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9854
9855         * configure.in: test for mkstemp
9856         * sdccconf_in.h: add HAVE_MKSTEMP
9857
9858 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9859
9860         * device/include/ctype.h: removed warning while using --stack-auto
9861         * device/include/malloc.h: removed warning while using --stack-auto
9862         * device/include/string.h: removed warning while using --stack-auto
9863
9864 2003-02-23  Borut Razem <borut.razem AT siol.net>
9865
9866         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9867         because NDEBUG is defined (see man assert)
9868         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9869
9870 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9871
9872         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9873         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9874
9875 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9876
9877         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9878         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9879
9880 2003-02-18    <johan AT balder>
9881
9882         * as/mcs51/asmain.c (asmbl): module can start with a digit
9883         * as/z80/asmain.c (asmbl): module can start with a digit
9884
9885 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9886
9887         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9888         * src/asm.c: fix pipe() for Mingw32
9889
9890 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9891
9892         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9893         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9894         make -V work again; --c1mode reads now from stdin
9895         * doc/sdccman.lyx: added --c1mode
9896         * support/Util/SDCCerr.c: new messages for c1 mode
9897         * support/Util/SDCCerr.h: new messages for c1 mode
9898         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9899
9900 2003-02-15    <johan AT balder>
9901
9902         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9903
9904 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9905
9906         * doc/sdccman.lyx: Environment variables, -o and other minor things
9907
9908 2003-02-14    <johan AT balder>
9909
9910         * src/xa51/main.c: before anyone really tries to use it :)
9911
9912         * Install doc's in share/sdcc/doc
9913         * removed some obsolete files
9914         * Do a proper make distclean and uninstall
9915         M Makefile.common.in
9916         R sdccbuild.sh
9917         M as/Makefile
9918         M device/include/Makefile.in
9919         M device/lib/Makefile.in
9920         M doc/sdccman.lyx
9921         M link/Makefile
9922         M sim/ucsim/doc/Makefile.in
9923         M src/clean.mk
9924         R src/avr/peeph.rul
9925         R src/xa51/peeph.rul
9926         M support/cpp2/Makefile.in
9927         M support/makebin/Makefile
9928
9929
9930 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9931
9932         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9933
9934 2003-02-10  Borut Razem <borut.razem AT siol.net>
9935
9936         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9937         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9938         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9939         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9940         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9941         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9942         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9943         src/z80/Makefile.bcc: Borland Makefile cleanup
9944         * as/z80/Makefile.bcc: Added Borland Makefile
9945         * support/cpp2/borland.h: Removed
9946
9947 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9948
9949         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9950         * src/SDCC.lex: new pragma NOIV
9951         * src/SDCCglobl.h: new pragma NOIV
9952         * src/SDCCmem.c: new pragma NOIV
9953
9954 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9955
9956         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9957
9958 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9959
9960         * src/SDCCmain.c: signal handling is switched off by --debug
9961         * doc/Makefile: small fix for install; use clean.mk again
9962         * doc/clean.mk: clean *.pdf and *.html too
9963
9964 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9965
9966         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9967         * device/lib/printfl.c: fix a ds390 bug by making it portable
9968         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9969         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9970         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9971         * debugger/mcs51/cmd.c: converted multi-line string literals
9972         * sim/ucsim/globals.cc: converted multi-line string literals
9973         * src/SDCCmain.c: introduced signal handler to remove temp files
9974         * doc/Makefile: small tweaks, implement clean
9975         * doc: removed generated files
9976
9977 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9978
9979         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9980         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9981         Address Record is not correctly generated for DS390."
9982
9983 2003-02-02  Borut Razem <borut.razem AT siol.net>
9984
9985         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9986         * as/mcs51/asm.h: fixed compilation with Borland C
9987         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9988         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9989         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9990         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9991         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9992         src/z80/Makefile.bcc: delete $(LIB) only if exist
9993         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9994
9995 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9996
9997         * device/include/malloc.h: introduced NULL
9998         * device/include/string.h: introduced NULL
9999         * device/include/stdlib.h: introduced NULL
10000         * device/lib/_memcpy.c: removed NULL
10001         * device/lib/_strcat.c: removed NULL
10002         * device/lib/_strchr.c: removed NULL
10003         * device/lib/_strcmp.c: removed NULL
10004         * device/lib/_strcpy.c: removed NULL
10005         * device/lib/_strcspn.c: removed NULL
10006         * device/lib/_strlen.c: removed NULL
10007         * device/lib/_strncat.c: removed NULL
10008         * device/lib/_strncmp.c: removed NULL
10009         * device/lib/_strncpy.c: removed NULL
10010         * device/lib/_strpbrk.c: removed NULL
10011         * device/lib/_strrchr.c: removed NULL
10012         * device/lib/_strspn.c: removed NULL
10013         * device/lib/_strstr.c: removed NULL
10014         * device/lib/_strtok.c: removed NULL
10015         * device/lib/malloc.c: removed NULL, include own header
10016
10017 2003-02-02    <johan AT balder>
10018
10019         * 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
10020         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10021         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10022         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10023         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10024         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10025
10026 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10027
10028         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10029         area 'DATA'"
10030
10031 2003-02-01    <johan AT balder>
10032
10033         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10034
10035 2003-01-31    <johan AT CP255758-A>
10036
10037         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10038
10039 2003-01-30    <johan AT balder>
10040
10041         * src/SDCCBBlock.c: automatic bug detection
10042         * src/SDCCicode.c: automatic bug detection
10043
10044 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10045
10046         * src/SDCCglobl.h:   now --xram-size 0 works
10047         * src/SDCCmain.c:    now --xram-size 0 works
10048
10049 2003-01-29    <johan AT balder>
10050
10051         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10052
10053 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10054
10055         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10056         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10057         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10058         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10059         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10060         * src/SDCCmain.c:    Added options --xram-size and --code-size
10061
10062 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10063
10064         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10065         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10066
10067 2003-01-27    <johan AT balder>
10068
10069         * src/SDCC.y: fixed bug #613764
10070
10071 2003-01-26    <johan AT balder>
10072
10073         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10074         * src/SDCCsymt.h: fixed bug #673374
10075         * src/SDCCglue.c: fixed bug #661910
10076         * src/SDCCast.c: fixed bug #458099 and 673374
10077
10078 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10079
10080         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10081         * as/mcs51/strcmpi.h: added
10082         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10083         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10084         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10085         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10086         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10087         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10088         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10089         * as/mcs51/Makefile.aslink: new module strcmpi
10090         * as/mcs51/Makefile.asx8051: new module strcmpi
10091         * as/mcs51/Makefil.bcc: new module strcmpi
10092         * as/mcs51/Makefile.in: new module strcmpi
10093         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10094
10095 2003-01-26    <johan AT balder>
10096
10097         * src/SDCCglue.c: reverted back to 1.124
10098         * src/SDCCast.c: reverted back to 1.156
10099         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10100
10101 2003-01-25    <johan AT balder>
10102
10103         * src/SDCCglue.c: A better fix for bug #661910
10104         * src/SDCCast.c: A better fix for bug #661910
10105         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10106
10107 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10108
10109         * src/Makefile.in: remove spawn.o
10110         * src/SDCCmain.c: remove spawn.h
10111         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10112         * src/spawn.c: removed
10113         * src/spawn.h: removed
10114         * support/regression/ports/ds390/spec.mk: link with -r
10115
10116 2003-01-24    <johan AT CP255758-A>
10117
10118         * src/ds390/gen.c (aopOp): fixed bug #667458
10119         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10120         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10121         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10122
10123 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10124
10125         * src/mcs51/peeph.def: better assembler identation by Frieder
10126         * src/mcs51/gen.c: better assembler identation by Frieder
10127
10128 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10129
10130         * as/z80/string.h: removed for gcc 3.2
10131         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10132         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10133
10134 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10135
10136         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10137         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10138         * support/regression/Makefile: separate temp files for ports
10139         * support/regression/generate-cases.py: separate temp files for ports
10140         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10141         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10142
10143 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10144
10145         * moved tinitalk to device/examples/ds390
10146
10147 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10148
10149         * as/mcs51/lkmem.c: rflag is for DS390
10150         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10151         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10152                          (linkEdit): move mem- and map-files the same way as ihx-files
10153         * src/z80/main.c (_setDefaultOptions): removed --generic
10154         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10155         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10156         * src/pic/glue.c (picglue): --c1mode works again
10157         * src/pic16/glue.c (pic16glue): --c1mode works again
10158         * src/asm.c (printCLine): fix #660034
10159
10160 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10161
10162         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10163         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10164         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10165         * as/mcs51/lkmem (summary): better fix for sp problem
10166         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10167         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10168         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10169                                               remove --stack-after-data
10170
10171 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10172
10173         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10174         * src/SDCCutil.c (join): ugly bug: missing '\0'
10175         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10176
10177 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10178
10179         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10180         * src/port.h: typo
10181         * src/pic/main.c (_asmCmd): gpasm supports -o
10182         * src/z80/main.c: more general macros
10183         * device/lib/Makefile.in: remove intermediate files
10184
10185 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10186
10187         * .version: Bumped version number to 2.3.3
10188         * src/SDCCBBlock.c: new option -o
10189         * src/SDCCglobl.h: new option -o
10190         * src/SDCCglue.c: new option -o
10191         * src/SDCCmain.c: new option -o
10192         * src/asm.c: new option -o
10193         * src/ds390/main.c: new option -o
10194         * src/pic/glue.c: new option -o
10195         * src/pic/pcode.c: new option -o
10196         * src/pic/ralloc.c: new option -o
10197         * src/pic16/glue.c: new option -o
10198         * src/pic16/pcode.c: new option -o
10199         * src/pic16/ralloc.c: new option -o
10200         * src/z80/main.c: new option -o
10201         * device/lib/Makefile.in: use -o
10202         * support/regression/ports/ds390/spec.mk: use -o
10203         * support/regression/ports/gbz80/spec.mk: use -o
10204         * support/regression/ports/mcs51/spec.mk: use -o
10205         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10206         * support/regression/ports/z80/spec.mk: use -o
10207         * support/regression/ports/ucz80/spec.mk: use -o
10208         * support/regression/ports/xa51/spec.mk: use -o
10209         * support/regression/fwk/lib/timeout.c: fix usage string
10210
10211 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10212         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10213
10214 2003-01-07    <johan AT balder>
10215
10216         * src/SDCCast.c (decorateType): fixed bug #600035
10217
10218 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10219         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10220         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10221         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10222         * src/pic/pcode.c: outcommented unused variable to remove warnings
10223         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10224
10225 2003-01-06    <karl AT turbobit.com>
10226         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10227    regression tests.
10228
10229 2003-01-06    <johan AT balder>
10230
10231         * src/SDCCicode.c: fixed array add
10232
10233 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10234         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10235         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10236
10237 2003-01-04    <johan AT balder>
10238
10239         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10240
10241 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10242         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10243
10244 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10245         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10246         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10247
10248 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10249         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10250
10251 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10252         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10253
10254 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10255         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10256
10257 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10258
10259     * in \sdcc\as\mcs51\ changed these files in order to create an
10260     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10261     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10262     following files to include the previous two files: aslink.dsp,
10263     Makefile.aslink, Makefile.bcc, and Makefile.in.
10264
10265     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10266     .adb instead of .cdb
10267
10268 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10269
10270         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10271         value from option --iram-size.
10272
10273 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10274
10275         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10276         dram[] array.
10277
10278 2002-09-18    <wiml AT hhhh.org>
10279
10280         * SDCClrange.h: exposed setFromRange() and setToRange()
10281         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10282           packRegsForAccUse() (bug 542397)
10283         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10284           multiple times and emitting the fetch operations more than once
10285           added aopGetUsesAcc() function to allow binary operators to
10286           fetch their operands in the correct order; made genMinus() emit
10287           compact code for X = LITERAL - Y
10288
10289 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10290         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10291         sprintf() in line 1267.
10292
10293 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10294         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10295         like ports.
10296
10297 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10298         Changes to aslink (All the changes are marked with 'JCF'):
10299
10300         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10301         summary().
10302
10303         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10304         area BSEG.  Also moves, if possible, the DATA area down into the internal
10305         ram so more space is available.
10306
10307         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10308         sflag.
10309
10310         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10311         not bytes.  Function summary() which creates a memory usage summary
10312         file with extension .mem.  Reports of overlaping stack and small stack
10313         size.  If the space for the stack is less than 16 bytes aslink trows a
10314         warning.
10315
10316         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10317         the 8051.  Option 'y' for memory summary output file.
10318
10319         Changes to sdcc (All the changes are marked with 'JCF'):
10320
10321         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10322
10323         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10324         overlaying area for it (uses RegBankUsed[4]).
10325
10326         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10327         bank zero as used by default.  By default aslink locates the stack
10328         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10329         the creation of the .mem file.  Delegates the allocation of data area
10330         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10331         the begining of the stack area to aslink.
10332
10333         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10334         glue() in SDCCglue.c creates an area for it.
10335
10336 2002-09-03  Borut Razem <borut.razem AT siol.net>
10337         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10338         sdcc/src/pic/glue.c:
10339         introduced atexit() handler for teporay files removal in case of
10340         errors, assertions, ...
10341
10342 2002-08-29  Borut Razem <borut.razem AT siol.net>
10343         * sdcc/support/cpp2/auto-host_vc_in.h:
10344         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10345         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10346         Maybe there is a similar problem with BORLANDC? It should be checked!
10347
10348         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10349         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10350         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10351         was not executed, and the compiler (cl) launched a warning:
10352         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10353
10354 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10355         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10356
10357 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10358         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10359
10360         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10361           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10362           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10363           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10364           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10365           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10366           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10367         - added Release configuration in VS projects
10368         - review of compiler an linker options
10369         - VC .exe files are generated in bin_vc directory, not to interfere
10370           with binaries generated from other projects (cygwin, mingw, bcc ...)
10371
10372         * sdcc/src/yacc.dsp: added
10373
10374         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10375         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10376         and insert the version number definitions from .version
10377
10378         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10379
10380         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10381         added - genarate auto-host.h using auto-host_vc_in.h as template
10382
10383         * sdcc/sdcc_vc.h,
10384         removed from CVS, generated automatically
10385
10386 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10387         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10388
10389 2002-08-11  Borut Razem <borut.razem AT siol.net>
10390         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10391
10392 2002-08-10  Borut Razem <borut.razem AT siol.net>
10393         * src/SDCCmain.c (main):
10394         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10395         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10396         The consequence was that some temporary files were not removed.
10397
10398         * src/SDCCglue.c:
10399         unification of code in functions tempfilename() and tempfile():
10400         function tempnam() is defined in Visual Studio 6.0 and .NET
10401
10402         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10403
10404         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10405           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10406         - removed compiler command line option /WX: Treats all warnings as errors
10407         - update a list of source files, included into the project
10408
10409         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10410           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10411         changed project type to Generic Project so that can be correcly converted to VS.NET project
10412
10413         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10414
10415         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10416
10417         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10418
10419         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10420         added return 0 statements after assert() to make compiler happy
10421
10422         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10423         added newline in the def file to keep MSC compiler satisfied
10424
10425         * sdcc/src/z80/gen.c:
10426         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10427           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10428         - solved MSC error in function aopDump()
10429
10430         * sdcc_vc.h: define PREFIX as "\\sdcc"
10431
10432 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10433         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10434
10435 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10436         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10437         - Rewrote the register banking algorithm.
10438         - Added pCode live-range analysis to registers (for now, only non-used and
10439         singly-used registers optimized away)
10440
10441         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10442
10443         * 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.
10444
10445 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10446         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10447
10448 2002-04-22  Michael Hope  <michaelh AT vroom>
10449
10450         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10451
10452         * configure.in (DD_COPT): Added include support required for gbdk.
10453
10454         * .version: Bumped version number just to increase it.
10455
10456         * src/SDCCmain.c: Added -nostdinc to the default options.
10457
10458 2002-04-15  Michael Hope  <michaelh AT vroom>
10459
10460         * device/lib/z80/printf.c (sprintf): Added.
10461
10462         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10463
10464         * src/z80/peeph.def: Added transpose redundent load rule.
10465
10466         * src/z80/main.c: Added force callee saves for jaune.
10467
10468         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10469
10470         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10471
10472 2002-03-28  Johan Knol  <johan AT balder>
10473
10474         * src/SDCCval.c: fixed bug #532436
10475
10476 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10477         * /src/port.h:
10478         Added "char *Processor" field to the port structure.
10479
10480         * /src/SDCCmain.c:
10481         Added -p option. Allows port dependent processor to be specified.
10482
10483         * all ports:
10484         Initialized the new field char *Processor field to NULL in all ports
10485
10486         * /src/pic/*:
10487         Compiler generated registers for interrupt context saving
10488         were not getting allocated.
10489
10490 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10491
10492         * /src/SDCCast.c:
10493         Fixed left shift. Will promote the left side of a left shift
10494         if a) left shifting more than size of operand or b) when assigned
10495         to something size > size of left side
10496
10497 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10498         * src/pic/*
10499         tons of changes. Register allocation has been
10500         rewritten. Added customization for the various PICs. Flow
10501         analysis is restructured. ...
10502
10503         * src/pic/device.h:
10504         Added
10505
10506         * src/pic/device.c:
10507         Added. device.c is a PIC port hack to accomodate variations
10508         in PIC devices.
10509
10510 2002-03-13  Michael Hope  <michaelh AT vroom>
10511
10512         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10513
10514 2002-03-04  johanknol  <johanknol AT manik>
10515
10516         * /src/SDCCval.c: fixed
10517
10518         const unsigned char arr[][2] = { { 0, 1 } };
10519         t18.c:1: error: Initializer element is not constant
10520
10521 2002-03-04  bela  <bela AT manik>
10522
10523         * /device/include/mcs51reg.h:
10524         ds89c420 register definition update
10525
10526 2002-03-03    <johan AT FRIJA>
10527
10528         * support/Util/SDCCerr.c: did something, but don't no why anymore
10529
10530         * support/regression/tests/bug-524691.c: made it a little less shy
10531
10532         * src/SDCCast.c (decorateType): fixed bug #524697
10533
10534         * src/SDCCast.c: made some lineno improvements
10535
10536         * src/SDCCval.c (getNelements): changed warning to error
10537
10538         * src/SDCCglue.c (printIvalArray): changed warning to error
10539
10540         * src/SDCCicode.c: fixed a warning for mingw
10541
10542         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10543
10544         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10545
10546 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10547
10548         * src/ds390/peeph.def:
10549         Added some more peephole rules
10550
10551         * src/ds390/gen.c: Various fixes & enhancements
10552
10553         * src/SDCClrange.c, src/SDCClrange.h:
10554         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10555
10556         * src/ds390/ralloc.c:
10557         various fixes & enhancements (ds390) specific
10558
10559         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10560         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10561         from rallocs.
10562
10563         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10564
10565 2002-03-02    <johan AT FRIJA>
10566
10567         * src/SDCCast.c (decorateType): fixed bug #524708
10568
10569         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10570
10571         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10572
10573 2002-03-01  Michael Hope  <michaelh AT vroom>
10574
10575         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10576
10577         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10578
10579 2002-03-01    <johan AT FRIJA>
10580
10581         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10582
10583         * src/SDCCast.c (decorateType): fixed bug #524209
10584
10585         * src/SDCCval.c (valNot): fixed bug #524195
10586
10587 2002-02-26    <johan AT balder>
10588
10589         * src/xa51/gen.c: fixed a warning
10590
10591         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10592
10593         * src/SDCCast.c (decorateType): fixed bug #522534
10594
10595 2002-02-23    <johan AT balder>
10596
10597         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10598
10599 2002-02-22    <johan AT balder>
10600
10601         * src/SDCCast.c: fixed bug #514865
10602
10603         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10604
10605 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10606
10607         * sdcc/src/SDCCloop.c:
10608         Previous fix was not good. basic blocks that have "break" or "return" are
10609         not really partof a loop , but live ranges used in these blocks should
10610         be live thru the entire loop, so set partOfLoop but don't add them to
10611         loop region
10612
10613 2002-02-21    <johan AT FRIJA>
10614
10615         * src/SDCCcse.c: fixed bug #514308
10616
10617 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10618
10619         * src/SDCCloop.c:
10620         Fixed BUG #519583. If a conditional block ended in a return/break
10621         statement inside a loop, it was not being considered part of the loop.
10622
10623         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10624
10625 2002-02-10  Karl Bongers <karl AT turbobit.com>
10626
10627         * debugger/*:
10628         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10629         with lots of comments and notes.
10630
10631         * device/examples/test2.c:
10632         Fix bug, "red" variable not being initialized(compiler complained).
10633
10634         * device/examples/Makefile, examples/test3.c:
10635         Add Makefile in device/examples folder, compiles test3.c
10636         for use as a multiple module SDCDB test case.
10637
10638         * sim/ucsim/cmd.src/cmdset.cc:
10639         Took out debug printfs in ucsim "next" command.
10640
10641         * sim/ucsim/xa.src:
10642         Karl and Johan start ucsim XA support.  Most dissassembly working,
10643         about 75% emulation done(plenty of work remaining).
10644
10645         * sim/ucsim/z80.src:
10646         Add Z80 support to ucsim, add test-ucz80 regression test,
10647         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10648         Notice z80 compiler fails on examples/test3.c/crc code.
10649
10650 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10651
10652         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10653         Added support for --parms-in-bank1
10654
10655         * src/ds390/peeph.def:
10656         added a few more peephole optimzations
10657
10658         * src/ds390/main.c:
10659         1) added __builtin_inp & __builtin_outp used to read in data of given length
10660            from a memory mapped port
10661         2) added __builtin_memcmp
10662         3) added __builtin_swapw swap bytes of a short
10663
10664         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10665         1) handle multiple send & receives from register bank1
10666         2) ralloc can now allocate DPTR1 to some liveRanges
10667
10668         * src/SDCCsymt.c, src/SDCCsymt.h:
10669         changes to handle multiple sends & receives
10670
10671         * src/SDCCptropt.h:
10672         added some pointer arithmetic optimization
10673
10674         * src/SDCCptropt.c:
10675         added some pointer arithmetic optimizations but not stable yet so not
10676         called from anywhere (will get this working shortly)
10677
10678         * src/SDCCopt.c: fixed for multiple sends & receives
10679
10680         * src/SDCCmain.c:
10681         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10682         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10683            set preprocessor defines (depending on options)
10684
10685         * src/SDCCicode.c, src/SDCCicode.h:
10686         changes made to handle multiple sends & receives
10687
10688         * src/SDCCglobl.h:
10689         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10690
10691         * src/SDCCcse.c, src/SDCCcse.h:
10692         added function findbackward def (to be used in upcoming optimization)
10693
10694         * src/SDCCcflow.c, src/SDCCcflow.h:
10695         added function returnAtEnd - to determine if a basic block terminates with
10696         a RETURN iCode
10697
10698         * src/SDCCast.c, src/SDCCast.h:
10699         added option parms-in-bank1
10700
10701         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10702         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10703         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10704         adjusted for --parms-in-bank1 option
10705
10706         * device/include/string.h:
10707         donot redefine "reentrant" keyword
10708
10709         * device/include/ds80c390.h: Added some more SFRs
10710
10711 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10712
10713         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10714
10715 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10716
10717         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10718
10719 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10720
10721         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10722
10723 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10724
10725         * Added --xram-movc option
10726
10727 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10728
10729         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10730
10731 2002-01-11  Johan Knol
10732
10733         * Added math lib of Jesus Calvino-Fraga
10734
10735 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10736
10737         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10738         * support/regression/Makefile: new target test-mcs51-stack-auto
10739         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10740
10741 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10742
10743         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10744
10745 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10746
10747         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10748
10749 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10750
10751         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10752
10753         * src/SDCCglue.h: add definition for printIvalChar()
10754
10755 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10756
10757         * src/SDCCast.c: fix #498138 by Johan
10758
10759         * src/SDCCglue.c: fix #498138 by Johan
10760
10761 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10762
10763         * support/regression/Makefile: fix clean
10764
10765         * support/regression/ports/ds390/support.c: fix transmission of last character
10766
10767 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10768
10769         * /sdcc/src/ds390/gen.c:
10770         a) improved computing address of stack variable
10771         b) took out some #if 0 code
10772         c) improved parmBytes adjustment
10773         d) improved genPlusIncr & genMinusIncr
10774         e) genCmp could generate bad code (when left assigned to DPTR)
10775         f) Fixed bug in hasInc
10776
10777         * /sdcc/src/ds390/ralloc.c:
10778         a) packRegsForSupport could mess up live information (Fixed)
10779         b) packRegsDPTRuse could be incorrect for left & right shift
10780
10781         * /sdcc/src/mcs51/ralloc.c:
10782         packRegsForSupport could mess up the live information (Fixed)
10783
10784         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10785
10786         * /sdcc/src/SDCCast.c:
10787         can reverse a loop even if function call is present as long
10788         as the loop control variable is local & is not passed as parameter
10789
10790 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10791
10792         * /sdcc/ChangeLog: *** empty log message ***
10793
10794         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10795         More builtin function additions for TININative
10796
10797         * /sdcc/src/ds390/ralloc.c:
10798         Had broken the regression testsuite
10799
10800         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10801
10802         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10803         Added funcattr hasStackParms will be set for reentrant functions when there
10804         are paramteres on the stack, this helps in minimizing frame pointer generation
10805         typeFromStr can handle function pointers now
10806
10807         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10808         *** empty log message ***
10809
10810 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10811
10812         * /src/ds390/gen.c, /src/ds390/main.c:
10813         More builtin function additions for TININative
10814
10815         * /src/ds390/ralloc.c:
10816         Had broken the regression testsuite
10817
10818         * /src/SDCCast.c: Fixed a bug in dumptree
10819
10820         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10821         Added funcattr hasStackParms will be set for reentrant functions when there
10822         are paramteres on the stack, this helps in minimizing frame pointer generation
10823         typeFromStr can handle function pointers now
10824
10825         * /doc/builtins.txt, /doc/TININative.txt:
10826         *** empty log message ***
10827
10828
10829 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10830
10831         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10832         ALPHA version for -mTININative
10833
10834         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10835         updated to reflect changes in the port structure
10836
10837         * /src/port.h:
10838         added function do_assemble (similar to do_link) if non-null this function
10839         will be called to do assembly (-mTININative) requires a multi command
10840         assembly
10841         added function genAssemblerEnd will be called to generate assembler Epilogue
10842
10843         * /src/SDCCsymt.c:
10844         added _JavaNative to debug info printing
10845
10846         * /src/SDCCmain.c: added option --tini-libid
10847         added port->do_assemble function (-mTININative) has a multi command assemble
10848
10849         * /src/SDCCglue.c: Disabled "constExpr" check
10850         added port->genAssemblerEnd function
10851
10852         * /src/SDCCglobl.h: Added option --tini-libid value
10853
10854         * /src/SDCCast.h:
10855         tookout optimizeCompare from the header (has no external references)
10856
10857         * /src/SDCCast.c: made one more function "static"
10858
10859 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10860
10861         * src/z80/mappings.i: Added z80asm support.
10862
10863         * src/z80/main.c: Added z80asm support on --asm=z80asm
10864
10865         * src/z80/gen.c: Fixed asm portability issues.
10866
10867         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10868
10869         * src/SDCCglue.c (printExterns): Added global/extern split.
10870
10871 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10872
10873         * support/regression/Makefile: added test for mcs51 model large
10874
10875         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10876
10877         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10878
10879 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10880
10881         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10882
10883 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10884
10885         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10886
10887         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10888
10889 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10890
10891         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10892
10893         * support/regression/tests/simplefloat.c: Port to mcs51.
10894
10895 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10896         * support/regression/tests/bug-485362.c: Added.
10897
10898         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10899
10900         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10901
10902         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10903
10904         * src/z80/gen.c (aopDump): Added a dump function.
10905
10906 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10907         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10908
10909         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10910
10911         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10912
10913         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10914
10915         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10916
10917         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10918
10919         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10920
10921         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10922
10923         * support/regression/ports/ds390/support.c: Use tinibios.
10924
10925         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10926
10927 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10928
10929         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10930         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10931
10932         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10933
10934         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10935
10936 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10937
10938         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10939
10940         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10941         (packRegsForIYUse): Created and optimised.
10942
10943 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10944
10945         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10946 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10947
10948         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10949
10950         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10951
10952         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10953
10954 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10955
10956         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10957
10958         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10959
10960 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10961
10962         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10963
10964         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10965
10966         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10967
10968 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10969
10970         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10971         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10972         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10973
10974         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10975
10976         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10977         (genNotFloat): Added.
10978         (genUminusFloat): Added.
10979
10980         * device/lib/z80/Makefile: Added floating pt stubs.
10981
10982         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10983
10984         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10985
10986         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10987
10988 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10989
10990         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10991
10992         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10993
10994         * sdcc/support/regression/Makefile: Add port ds390.
10995
10996         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10997
10998         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10999
11000         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11001
11002         * sdcc/support/regression/ports/ds390/support.c: Added.
11003
11004         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11005
11006         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11007
11008         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11009
11010 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11011
11012         * device/include/malloc.h: Added z80 and gbz80 support.
11013
11014         * device/lib/gbz80/heap.s: Added.
11015
11016         * device/lib/z80/heap.s: Added.
11017
11018         * device/lib/malloc.c: Added z80 and gbz80 support.
11019
11020         * support/regression/tests/malloc.c (testMalloc): Added.
11021
11022         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11023
11024         * support/regression/tests/bug-478094.c: Added.
11025
11026         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11027
11028 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11029
11030         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11031
11032         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11033
11034         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11035
11036         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11037
11038         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11039
11040 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11041
11042         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11043
11044 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11045
11046         * support/regression/tests/bug-477927.c: Added.
11047
11048         * src/z80/peeph.def: Added minor rules.
11049
11050         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11051
11052         * src/z80/peeph.def: Added jump optimisation modification.
11053
11054 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11055
11056         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11057
11058 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11059
11060         * support/regression/tests/funptrs.c: Added.
11061
11062 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11063
11064         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11065
11066 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11067
11068         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11069
11070         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11071
11072         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11073         (movLeft2ResultLong): Created.
11074
11075         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11076         (joinPushes): Added.  Joins two char pushes into a word push.
11077
11078 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11079
11080         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11081
11082         * support/makebin/Makefile (install): Added creation of dest dir.
11083
11084 2001-10-24 Karl Bongers <karl AT turbobit.com>
11085
11086         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11087
11088 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11089
11090         * src/z80/ralloc.c: Turned off faulty pack for one use.
11091
11092         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11093
11094         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11095
11096 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11097
11098         * support/regression/Makefile: Improved clean
11099
11100         * support/regression/ports/gbz80/spec.mk: Added clean
11101
11102         * support/regression/ports/host/spec.mk: Added clean
11103
11104         * support/regression/ports/z80/spec.mk: Added clean
11105
11106         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11107
11108         * support/regression/ports/mcs51/timeout.c: little improvements
11109
11110 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11111
11112         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11113
11114         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11115
11116         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11117
11118 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11119
11120         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11121
11122         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11123
11124 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11125         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11126
11127         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11128
11129         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11130
11131         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11132
11133         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11134
11135         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11136
11137         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11138
11139         * support/regression/tests/longor.c: Added.
11140
11141 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11142
11143         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11144
11145         * as/mcs51/aslink.h: define PATH_MAX
11146
11147         * as/mcs51/asm.h: define PATH_MAX
11148
11149         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11150
11151         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11152
11153         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11154
11155         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11156
11157         * src/SDCCglobl.h: define PATH_MAX
11158
11159         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11160
11161         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11162
11163 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11164
11165         * src/z80/gen.c (gencjneshort): Fixed
11166
11167         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11168
11169 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11170
11171         * support/regression/tests/bug-469671.c: Added.
11172
11173         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11174
11175 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11176
11177         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11178
11179         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11180
11181 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11182
11183         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11184
11185         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11186
11187         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11188
11189         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11190
11191         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11192
11193         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11194
11195         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11196
11197 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11198
11199         * 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.
11200
11201         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11202
11203         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11204
11205 2001-10-07    <johan AT FRIJA>
11206
11207         * device/lib/gets.c (gets): fixed the return value.
11208
11209 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11210         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11211
11212         * 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.
11213
11214         * 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.
11215
11216         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11217
11218         * src/pic/gen.c: Removed Safe_strdup.
11219
11220         * configure.in: Added option to enable libgc support.
11221
11222         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11223         (bitVectUnion): Optimised.
11224         (bitVectIntersect): Optimised.
11225         (bitVectBitsInCommon): Optimised.
11226         (bitVectCplAnd): Optimised.
11227
11228         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11229
11230 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11231
11232         * src/SDCCmain.c: distinguish between assembler debug and plain options
11233
11234         * src/avr/main.c:   remove standard assembler options
11235
11236         * src/ds390/main.c: remove standard assembler options
11237
11238         * src/mcs51/main.c: remove standard assembler options
11239
11240         * src/port.h: removed "PENDING" comment
11241
11242 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11243
11244         * src/device/lib/_mulint.c  : new, with assember functions
11245
11246         * src/device/lib/_mullong.c : new, with assember functions
11247
11248         * src/device/lib/_divuint.c : with assember functions
11249
11250         * src/device/lib/_divsint.c : with assember functions
11251
11252         * src/device/lib/_divulong.c: with assember functions
11253
11254         * src/device/lib/_divslong.c: with assember functions
11255
11256         * src/device/lib/_moduint.c : with assember functions
11257
11258         * src/device/lib/_modsint.c : with assember functions
11259
11260         * src/device/lib/_modulong.c: with assember functions
11261
11262         * src/device/lib/_modslong.c: with assember functions
11263
11264         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11265
11266         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11267
11268         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11269                                       replaced _mululong.c and _mulslong.c by _mullong.c
11270
11271 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11272
11273         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11274
11275 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11276
11277         * src/SDCCglue.c: test, if win32api is available for MINGW
11278
11279 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11280
11281         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11282         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11283         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11284         * support/regression/ports/host/spec.mk: removed GENERIC
11285         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11286         * support/regression/ports/z80/spec.mk: removed GENERIC
11287
11288 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11289
11290         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11291
11292         * support/regression/tests/bug-467035.c: Created.
11293
11294 2001-10-01    <johan AT FRIJA>
11295
11296         * src/SDCC.y: fixed bug #466586 part 1
11297
11298 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11299
11300         * SDCCicode.c: z80 has no generic pointers
11301         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11302
11303 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11304
11305         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11306
11307 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11308
11309         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11310
11311         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11312
11313 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11314
11315         * configure.in: Fixed up so that ucsim is only configured once.
11316
11317         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11318
11319         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11320         (getPathDifference): As above.
11321
11322         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11323
11324         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11325
11326 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11327         * .version: Updated to 2.3.1
11328
11329         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11330         Added copyright header.
11331
11332         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11333         (assemble): Added support for macro based assembler commands.
11334         (linkEdit): Added support for macro based linker commands.
11335         (preProcess): Changed the pre-processor to use macros.
11336         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11337         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11338
11339         * device/lib/z80/crt0.s: Added module name for debugging.
11340
11341 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11342
11343         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11344
11345         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11346
11347         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11348
11349         * src/Makefile.in: Added SDCCmacro and SDCCutil
11350
11351 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11352
11353         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11354
11355 2001-09-16    <johan AT FRIJA>
11356
11357         * 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.
11358
11359 2001-09-15    <johan AT FRIJA>
11360
11361         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11362         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11363
11364 2001-09-11    <johan AT FRIJA>
11365
11366         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11367
11368 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11369
11370         * support/regression/tests/bug-460444.c: Added test case.
11371
11372         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11373         (genCast): Added justification for all of the asserts.
11374
11375 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11376
11377         * support/regression/support.c: _xdata replaced by xdata
11378
11379         * support/regression/spec.mk: removed _generic
11380
11381 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11382
11383         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11384
11385         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11386         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11387
11388         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11389
11390         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11391
11392         * support/regression/tests/bug-460010.c: Added test case.
11393
11394         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11395
11396 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11397
11398         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11399
11400         * support/regression/testfwk.c: removed workaround for bug #436344
11401
11402         * support/regression/tests/bp.c: use less memory with mcs51
11403
11404         * support/regression/tests/bug-441448.c: use less memory
11405
11406         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11407
11408         * support/regression/collate-results.py: typo
11409
11410 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11411
11412         * support/regression/tests/fetchoverlap.c: Added new test case.
11413
11414         * support/regression/tests/bp.c: Added new test case.
11415
11416         * support/regression/tests/bug-448984.c: Added new test case.
11417
11418         * support/regression/tests/pow2shifts.c: Added new test case.
11419
11420         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11421         (genlshTwo): Fixed right shift for count > 8.
11422
11423         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11424
11425 2001-09-08    <johan AT FRIJA>
11426
11427         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11428
11429 2001-09-07    <johan AT FRIJA>
11430
11431         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11432
11433         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11434
11435 2001-09-06    <johan AT FRIJA>
11436
11437         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11438         * bernhard noted me at this: "() equals to (void)" (1.38)
11439
11440 2001-09-05    <johan AT FRIJA>
11441
11442         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11443
11444 2001-09-04    <johan AT FRIJA>
11445
11446         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11447
11448
11449 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11450
11451         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11452
11453 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11454
11455         * link/z80/aslink.h: Fixed path for PATH_MAX
11456
11457 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11458
11459         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11460
11461         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11462
11463         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11464
11465         * 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.
11466
11467 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11468
11469         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11470         (genCmp): Fixed up genCmp for the GB with longs.
11471
11472         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11473
11474         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11475
11476         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11477
11478         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11479
11480 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11481
11482         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11483
11484 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11485
11486         * 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.
11487
11488         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11489
11490 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11491
11492         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11493
11494         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11495
11496 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11497
11498   * sim/ucsim/configure:    little improvement of Cygwin-detection
11499   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11500   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11501   * support/regression/tests/bug-221100.c: small changes for mcs51
11502   * support/regression/tests/bug-221168.c: small changes for mcs51
11503   * support/regression/tests/bug-227710.c: small changes for mcs51
11504   * support/regression/tests/staticinit.c: small changes for mcs51
11505   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11506   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11507   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11508
11509 $Revision$