35c6bea1dd562c971a8e8ba8aaf7b8c97a2cb63e
[fw/sdcc] / ChangeLog
1 2006-05-17 Borut Razem <borut.razem AT siol.net>
2
3         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
4           thanks Stas Sergeev
5
6 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/include/mcs51/P89c51RD2.h,
9         * device/include/mcs51/P89LPC901.h,
10         * device/include/mcs51/P89LPC922.h,
11         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
12
13 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
14
15         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
16         to fix missing stack pragma in compiled binary object file,
17
18 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
19
20         * support/packihx/configure.in,
21         * support/packihx/configure: removed warning, autoconf >= 2.5x can
22         determine sizeof basic types even while cross compiling
23
24 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
25
26         * src/avr/gen.c (aopop),
27         * src/ds390/gen.c (aopOp),
28         * src/hc08/gen.c (aopOp),
29         * src/mcs51/gen.c (aopop),
30         * src/pic16/gen.c (pic16_aopOp),
31         * src/pic/gen.c (aopOp),
32         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
33         if size of operand is smaller than spill location
34
35 2006-05-12 Borut Razem <borut.razem AT siol.net>
36
37         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
38           have to have CR/LF line endings even if they are checked out on *nix
39           or on WIN32 in cygwin binmode
40
41 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
42
43         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
44         * device/include/ds80c390.h: added sfr16 definitions
45         * src/ds390/gen.c,
46         * src/ds390/gen.h,
47         * src/ds390/main.c,
48         * src/ds390/ralloc.c,
49         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
50           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
51           bit returning functions
52         * support/regression/tests/sfr16.c: enabled test on ds390
53
54 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
55
56         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
57         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
58
59 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
60
61         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
62         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
63           (cl_address_space constructor): removed expensive initialization,
64           (cl_address_space::get_cell): extended for late initialization,
65           (cl_address_space::*): use late initialization,
66           (cl_address_decoder::activate): removed expensive initialization,
67           This reduced regression test running time by 25%
68
69 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
70
71         * packihx/,
72         * configure.in,
73         * configure,
74         * sdcc.dsw,
75         * Makefile.bcc,
76         * Makefile.in,
77         * support/packihx/Makefile.in,
78         * support/packihx/clean.mk,
79         * support/packihx/Makefile.bcc,
80         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
81
82 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
83
84         * src/SDCCval.c (valNot): fix for regression test failure
85           of not.c on big endian hosts
86
87 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
88
89         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
90
91 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
92
93         * device/lib/mcs51/Makefile.in: changed string comparison operator
94           to = for POSIX compliance; == is bash extension
95
96 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
99           kosmonaut_pirx
100
101 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
102
103         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
104         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
105         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
106         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
107         bug report #1478657,
108
109 2006-05-05 Borut Razem <borut.razem AT siol.net>
110
111         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
112           making the html
113
114 2006-05-02 Borut Razem <borut.razem AT siol.net>
115
116         * doc/Makefile.in: removed *.ind dependency since there is no rule to
117           create *.ind, which made make to fail if invoked with -j 2
118
119 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
122           Hubert Sack for patch 1479782
123
124 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
125
126         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
127
128 2006-05-01 Raphael Neider <rneider AT web.de>
129
130         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
131           (create_pic): store only prefix-free device name,
132           (init_pic): check for device names with "16" prefix,
133           (list_valid_pics),
134         * src/pic/device.h (struct PIC_device),
135         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
136             stored device name,
137         * device/include/pic/pic12f{635,675,629,683}.h,
138         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
139         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
140         * device/include/pic/pic16f505.h,
141         * device/lib/pic/libdev/pic16f505.c: removed
142         * device/include/pic/pic14devices.txt: added support for pic12f
143             devices, removed unsupported non 16-bit devices
144             [above changes provided by patch from Zik Saleeba]
145         * src/pic/*, src/pic16/*, device/include/pic16/*,
146           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
147
148 2006-05-01 Borut Razem <borut.razem AT siol.net>
149
150         * configure.in, configure, doc/Makefile.in:
151           sync with nightly build makefile - latex, dvipdf and dvips
152           not needed any more
153
154 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
155
156         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
157         in the library source
158
159 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
162
163 2006-04-28 Raphael Neider <rneider AT web.de>
164
165         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
166         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
167           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
168         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
169
170 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
171
172         * device/lib/pic/libdev/Makefile.in,
173         * device/lib/hc08/Makefile.in,
174         * device/lib/gbz80/Makefile.in,
175         * device/lib/z80/Makefile.in,
176         * device/lib/ds390/Makefile.in,
177         * device/lib/ds400/Makefile.in: added srcdir to include search path,
178         thanks to Borut for the bug report
179         * configure.in,
180         * configure: always create doc/Makefile independent from --enable-doc
181         * Makefile.in: always install from directory doc independent from
182         --enable-doc
183         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
184         removed
185         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
186         * doc/Makefile.in: install *.txt if present
187         * device/include/Makefile.in (install): added installation of pic/*.inc
188         and pic/*.txt files again, they were erroneously removed
189
190 2006-04-28 Raphael Neider <rneider AT web.de>
191
192         * src/pic/{gen.c,main.h,pcode.c},
193         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
194             concerning signedness with casts
195
196 2006-04-28 Raphael Neider <rneider AT web.de>
197
198         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
199             definition of an interrupt handler,
200         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
201             interrupt handler stuff from picglue() to separate routine,
202           (picglue): enabled definition of intr handlers in files w/o main()
203
204 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
205
206         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
207           compilation with MSVC 2005 Express Edition (VC8)
208
209 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
210
211         * device/lib/Makefile: fixed build of gbz80 lib
212
213 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
214
215         * support/regression/tests/bug-460010.c,
216         * support/regression/tests/bug-524691.c,
217         * support/regression/tests/bug-716242.c: removed conditional defines
218           that are already in testfwk.h
219
220 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
221
222         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
223           (AccAXRsh1): added, shift right by 1,
224           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
225            AccAXLrl1
226         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
227
228 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
229
230         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
231         remove cast to same type
232         * src/SDCCast.c (decorateType): fix for RFE 1475742,
233         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
234         * as/z80/Makefile,
235         * link/z80/Makefile: removed, they have moved to
236         Makefile.in files
237         * configure,
238         * configure.in: replaced duplicate message about ucsim by missing sdcpp
239         * install-sh: fix bug #1204398 by setting umask 0022
240         * device/lib/Makefile: separate build of z80 and gbz80 lib
241
242 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
243
244         Enabled VPATH feature: changed nearly all Makefiles (149 files).
245         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
246
247         One basic decision: e.g. src/clean.mk includes further files. In order
248         to make this work there are two solutions:
249         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
250           run configure on them. This way they can use
251           'include $(srcdir)/port-clean.mk'
252         - always include clean.mk by the Makefile at the same level. To avoid
253           that `make clean` tries to include and build Makefile.dep the
254           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
255           implemented, because now even `make uninstall` doesn't create
256           Makefile.in. clean.mk could be eliminated by pasting it in
257           Makefile.in.
258
259         * debugger/mcs51/Makefile.in: build own objects from library sources
260         (SLIB, SDCC) in current directory
261
262         * configure, configure.in: renamed --disable-device-lib-build in
263         --disable-device-lib; added --enable-doc, the required tools are
264         searched by configure; added result message; the toolchain for the
265         belonging ports are now only built, if the port is enabled.
266
267         * support/regression/*: all output is written in directory gen, because
268         the fwk and ports directories don't livet in the build tree using vpath
269
270         * doc/sdccman.lyx: renamed --disable-device-lib-build to
271         --disable-device-lib, added --enable-doc, added section VPATH
272
273         * sim/ucsim/configure.in,
274         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
275         z80 are enabled by default
276
277 2006-04-24 Raphael Neider <rneider AT web.de>
278
279         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
280             to config word, "pic14_"-prefixed some extern functions
281           (pic14_emitConfigWord): emit __config directive(s) if assignment to
282             config word has been found
283         * src/pic/device.h: added prototypes
284         * src/pic/pcode.c: added "pic14_"-prefix where needed
285         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
286             fixup
287         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
288             words,
289           (pic14emitRegularMap): ignore config words,
290           (pic14createInterruptVect): moved generating __config directives away
291           (picglue): have __config directives emitted
292
293 2006-04-24 Borut Razem <borut.razem AT siol.net>
294
295         * doc/Makefile: sync with nightly build makefile
296
297 2006-04-24 Raphael Neider <rneider AT web.de>
298
299         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
300             registers that have not been assigned proper liveranges,
301             fixes #1469504 and #1474602,
302           (pCodeRegOptimizeRegUsage): fixed typo in comment
303
304 2006-04-24 Borut Razem <borut.razem AT siol.net>
305
306         * device/examples/main8051.c: deleted - it was removed from CVS
307           24.mar.2000 and after that modified 18.feb.2001, so it reappered
308           after the transition to Subversion
309         * src/SDCCalloc.h: deleted - it was removed  from CVS
310           3.feb.2001 and after that modified 18.feb.2001, so it reappered
311           after the transition to Subversion
312         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
313           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
314           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
315           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
316
317 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
318
319         * as/asx8051.dsp: added mcs51/strcmpi.h
320         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
321         * as/hc08/aslink.h: updated lnksect prototype
322         * as/hc08/asm.h,
323         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
324         * as/hc08/asmain.c,
325         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
326           (newdot): handle A_ABS
327         * as/hc08/asout.c,
328         * as/mcs51/asout.c (outarea): output address
329         * as/hc08/lkaomf51.c,
330         * as/mcs51/lkaomf51.c: disabled unused array UsageType
331         * as/hc08/m08pst.c,
332         * as/mcs51/i51pst.c,
333         * as/z80/z80pst.c: "ABS" is not A_OVR
334         * as/hc08/lkarea.c (newarea): read a_addr,
335           (lnkarea): added codemap array, sort absolute areas to the front,
336            combine all GSINITx/GSFINAL,
337           (find_empty_space, allocate_space): new functions,
338           (lnksect): return next address, handle absolute sections
339         * as/mcs51/lkarea.c (newarea): read a_addr,
340           lnksect2 prototype changed,
341           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
342           (find_empty_space, allocate_space): new, factored out of lnksect2,
343           (lnksect2): return next address, handle absolute sections
344         * as/hc08/lkhead.c,
345         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
346         * as/hc08/lklibr.c (addfile, fndsym),
347         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
348           index out of range and detect both '\' and '/'
349         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
350         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
351           regression tests (ds390 cannot return bool yet)
352         * doc/sdccman.lyx: changed version number, document changed --no-peep,
353           document critical interrupts on z80, document changed SDCC define
354         * src/asm.c (_asxxxx_mapping): fixed .org directive,
355           (_a390_mapping): added .org directive
356         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
357           (genMultOneByte): fixed warnings
358         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
359           ones
360         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
361         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
362           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
363         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
364         * src/pic16/main.c: removed newReg prototype
365         * src/pic16/pcode.c,
366         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
367           warnings
368         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
369           ones
370         * src/pic16/ralloc.c
371         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
372           to fix warnings
373         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
374           from short to PIC_OPTYPE
375         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
376         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
377           optype from short to PIC_OPTYPE
378         * src/port.h: made int_size unsigned to fix warnings
379         * src/SDCC.y: fixed warning on MSVC
380         * src/SDCCicode.c (getArraySizePtr): return unsigned int
381         * src/SDCCopt.c (convertToFcall): fixed warnings
382         * src/SDCCsymt.h: removed double prototype for genSymName
383         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
384           offset int to fix warnings
385
386 2006-04-22 Borut Razem <borut.razem AT siol.net>
387
388         * doc/sdccman.lyx, */Makefile, */Makefile.in:
389           references to CVS replaced with Subversion
390
391 2006-04-21 Borut Razem <borut.razem AT siol.net>
392
393         * doc/sdccman.lyx, */Makefile, */Makefile.in:
394           references to CVS replaced with Subversion
395
396 2006-04-19 Borut Razem <borut.razem AT siol.net>
397
398         * src/version.awk: adapted for svn
399         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
400           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
401           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
402           /binutils-avr/etc/*.vi, *.jin: removed all properties
403           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
404
405 2006-04-19 Borut Razem <borut.razem AT siol.net>
406
407         * CVS to Subversion migration completed
408
409 2006-04-18 Borut Razem <borut.razem AT siol.net>
410
411         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
412           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
413
414 2006-04-17 Borut Razem <borut.razem AT siol.net>
415
416         * device/include/Makefile.in: added pic/*.inc to the installation
417
418 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
419
420         * support/regression/collate-results.py: fixed output in case of
421         a valdiag error
422         * support/regression/generate-cases.py: fixed splitting of pathnames
423         with dots
424         * as/hc08/lklibr.c (addfile),
425         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
426
427 2006-04-11 Raphael Neider <rneider AT web.de>
428
429         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
430         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
431         * src/pic16/pcode.c (assignValnums): fixed #1460578
432
433 2006-04-11 Raphael Neider <rneider AT web.de>
434
435         * device/lib/pic/libdev/*.c,
436         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
437           fixes #1468739, enables compilation in --std-c99 mode
438         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
439
440 2006-04-11 Raphael Neider <rneider AT web.de>
441
442         * src/pic/device.c (find_device): removed debug output
443           (list_valid_pics): enabled verbose listing of supported devices
444         * device/include/stdbool.h: define bool as char for pic14/16 as well
445
446 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
447
448         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
449
450 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
451
452         * .version: bumped version to 2.5.6
453         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
454
455 2006-04-06 Raphael Neider <rneider AT web.de>
456
457         * .version: bumped version to 2.5.6 (pic14 ABI changed)
458         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
459         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
460           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
461             pic14_constructAbsMap
462           (pic14printPublics): declare absolute global symbols as global
463           (pic14createInterruptVect),
464         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
465           (newReg): assume new registers unused, use correct name in
466             hashtable (reg->name instead of name), more debugLog output
467         * src/pic/device.h (PIC_device): added fields for verbose output
468         * src/pic/device.c: moved device definition to pic14devices.txt,
469             added routines for runtime parsing of pic14devices.txt,
470             added support for second config word
471         * src/pic/main.c (_process_pragma): removed #pragma maxram,
472           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
473           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
474           (_pic14_parseOptions): moved pCodeInitRegisters here
475           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
476         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
477           (pCodeInitRegisters): rewrapped comments, perpared new approach to
478             handling the pseudo stack
479         * device/lib/Makefile.in: ignore failures in objects-pic16,
480         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
481         * device/lib/pic/NEWS: document new dependency on picXXX.lib
482         * device/lib/pic/Makefile.subdir,
483         * device/lib/pic16/Makefile.subdir: improved clean rules
484         * device/lib/pic/libdev/: NEW, pic14 device libraries
485         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
486         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
487         * device/include/Makefile.in: create subdir and install pic14 headers
488         * device/include/pic/p16f_common.inc: removed unused declarations
489         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
490             PICs from inc2h.pl v1.6,
491             replaced BIT_AT macros with struct declarations
492         * device/include/pic/pic14devices.txt: definition of supported devices,
493             all above improvements contributed by Zik Saleeba, thanks
494         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
495         * support/scripts/sdcc.nsi: also install pic14 device libraries and
496             headers
497
498 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
499
500         * device/include/mcs51/c8051f410.h: added interrupt numbers,
501         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
502           thanks to Charles Olds
503
504 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
505
506         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
507
508 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
511         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
512         * support/regression/bug1464657.c: added, new test
513
514 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
515
516         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
517           version number
518
519 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
520
521         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
522           --no-peep and --peep-file <file> are used don't use default rules but
523           do use the <file>
524
525 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
526
527         * src/mcs51/gen.c (genCall): fixed bug 1457608
528
529 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
530
531         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
532         changes seem to cause (trigger?) problems with the build system.
533
534 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * src/SDCCpeeph.c (operandsLiteral): new, added,
537           (callFuncByName): inserted operandsLiteral
538         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
539
540 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
541
542         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
543         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
544
545 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
546
547         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
548           implemented patch 1120823 Thanks to Willy De la Court (normal
549           interrupts need an interrupt number now if they are made critical),
550           and enabled nesting of critical functions though not for gbz80
551           (genCritical, genEndCritical): added functions
552           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
553         * src/z80/mappings.i: added "ei" to all mappings
554
555 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
556
557         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
558         submitted by the Debian SDCC maintainer Aurelien Jarno:
559         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
560         archive with gcc 4.1 on mips and wrote the patch"
561
562 2006-03-16 Raphael Neider <rneider AT web.de>
563
564         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
565           the left operand is shorter than the result (c* = lit-c* + int),
566           fixes bug #1450796
567         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
568           OP_SYMBOL
569
570 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
571
572         * src/.version: increased version number to 2.5.5
573         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
574         linking is done manually in pic16 port's _linkEdit,
575         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
576         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
577         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
578         allocate asmop as AOP_ACC,
579         (aopForRemat): added parameter 'bool result' in function declaration,
580         (pic16_aopGet): return AOP_ACC when accessing WREG,
581         (pic16_popGetTempReg): minor modification,
582         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
583         'pic16_allocWithIdx',
584         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
585         calling function in absolute addresses,
586         (genAssign): take into account AOP_ACC asmop,
587         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
588         * src/pic16/pcoderegs.c: some debug functions and lines added,
589         * src/pic16/ralloc.c (decodeRegType): added but commented out,
590         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
591         register too,
592         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
593         call to allocReg, not by manually allocating a new one,
594         (pic16_assignRegisters): now before going through the register
595         allocating functions mark all registers as free. This eliminates some
596         side effects resulting from peephole parser done earlier in the backbone
597
598 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
599
600         * src/SDCCicode.c (geniCodeLogic),
601         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
602
603 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
604
605         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
606           (genSend): bugfix, do not allocate and free twice,
607           (shiftRLong): handle partially overlapping aops
608         * support/regression/tests/bitopcse.c: fixed warning redefined idata
609
610 2006-03-08 Borut Razem <borut.razem AT siol.net>
611
612         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
613           for pic16
614
615 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
616
617         * support/regression/tests/bug1409955.c: new, added
618         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
619         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
620           (aopForSym, aopOp): increment asmop.allocated if reused,
621           (freeAsmop): decrement asmop.allocated and check for zero instead of
622           using asmop.freed,
623           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
624           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
625            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
626            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
627            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
628            genSignedRightShift, genRightShift, genDataPointerGet,
629            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
630            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
631             in reverse order from allocation,
632           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
633             added swappedLR to keep track
634         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
635           pdata & code for GCC, z80, gbz80 & hc08
636         * support/regression/tests/zeropad.c: moved defines to testfwk.h
637
638 2006-03-08 Raphael Neider <rneider AT web.de>
639
640         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
641
642 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
643
644         * device/include/mcs51/c8051f410.h: new SiLabs mcu
645         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
646         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
647
648 2006-03-06 Borut Razem <borut.razem AT siol.net>
649
650         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
651           made the linker quiet
652
653 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
654
655         * src/pic16/gen.c (genPcall): fixed bug #1443644
656         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
657         which dumps before the function entry point a data byte which represents
658         the number of the local variables used by the specified function, added
659         'xinst' for initial support for Extended Instruction Support,
660         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
661         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
662         port->fun_prefix anymore (may change later),
663         (genFunction, genEndFunction): do not store/restore local registers for
664         _main (this should take care the --main-return command line option in
665         the future),
666         (genOr): removed some legacy pic-port instructions,
667         * src/pic16/genarith.c (genAddLit): re-enabled old code because
668         performing operations with SFR's causes data to be written more than
669         once to each SFR. Perhaps SFRs should be handled in special cases...
670         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
671         pcode.h
672         * src/pic16/main.c (_process_pragma): stack bound checking did not take
673         into account for stack starting position,
674         (struct OPTIONS pic16_optionsTable): added command line argument
675         --extended or -y for Extended Instruction Support,
676         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
677         (deassignLRs): *** perhaps the most important change, old 'for' code
678         (commented out for reference), didn't account for some registers which
679         were left marked 'not free' after a pointer operation. The change
680         reduces register usage a lot in some cases
681
682 2006-03-04 Borut Razem <borut.razem AT siol.net>
683
684         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
685           _clean
686         * support/regression/tests/bug-524697.c: decreased array size for
687           mcs51 to fit into the internal RAM
688         * support/regression/Makefile.in: a little bit more verbose
689
690 2006-03-03 Borut Razem <borut.razem AT siol.net>
691
692         * support/regression/fwk/lib/testfwk.c,
693           support/regression/fwk/include/testfwk.h: introduced function
694           _prints(), nonrecursive _printn(), call _initEmu() from main()
695         * support/regression/ports/gbz80/support.asm,
696           support/regression/ports/ucz80/support.asm,
697           support/regression/ports/z80/support.asm,
698           support/regression/ports/ds390/support.c,
699           support/regression/ports/hc08/support.c,
700           support/regression/ports/host/support.c,
701           support/regression/ports/mcs51/support.c,
702           support/regression/ports/xa51/support.c: added empty _initEmu()
703           function
704         * support/regression/ports/pic16/gpsim.cmd,
705           support/regression/ports/pic16/spec.mk,
706           support/regression/ports/pic16/support.c,
707           support/regression/Makefile.in: added pic16 regression test
708
709 2006-03-01 Raphael Neider <rneider AT web.de>
710
711         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
712           genConstPointerGet): use safe way of generating MOVFF to cover
713             literals as well as registers, fixes bug #1440527
714         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
715             dereference
716           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
717             more correctly, fixes bug #1232186
718           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
719         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
720             gplink guess the correct processor in more cases, applied patch
721             from Till Riedel attached to and fixing bug #1436552
722
723 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
724
725         * support/regression/tests/array.c: added, contains check for #1434401
726         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
727
728 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
729
730         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
731         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
732         * device/include/mcs51/c8051f326.h,
733         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
734         * device/include/mcs51/c8051f000.h,
735         * device/include/mcs51/c8051f018.h,
736         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
737           PCON_IDLE,PCON_STOP and added sfr16 definitions
738
739 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
740
741         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
742           genGetWord): fixed bug 1409955
743
744 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
745
746         * device/include/hc08/mc68hc908gp32.h,
747         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
748
749 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
750
751         * src/SDCCast.c (constExprValue): return NULL if not a value
752         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
753         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
754         * support/regression/tests/bitfields.c: enabled signed bitfield for all
755
756 2006-02-13 Borut Razem <borut.razem AT siol.net>
757
758         * src/regression/ptrarg.c: added, fails due to bug #1430967
759         * src/regression/Makefile: ptrarg.c added, ...
760
761 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
764         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
765
766 2006-02-11 Borut Razem <borut.razem AT siol.net>
767
768         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
769           print "Processor: xxx" message to stdout only if --verbose
770
771 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
772
773         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
774         * support/regression/tests/bug1426356.c: added
775         * support/regression/tests/bitfields.c: removed 2 tests
776
777 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
778
779         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
780         * device/include/mcs51/c8051f330.h,
781         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
782           PCON_IDLE,PCON_STOP and added sfr16 definitions
783         * device/lib/_divsint.c,
784         * device/lib/_divuint.c,
785         * device/lib/_divulong.c,
786         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
787           register bank bug for small stackauto
788
789 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
790
791         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
792
793 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
796         * all.dsp: corrected several bin paths
797         * device/include/mcs51/c8051f120.h,
798         * device/include/mcs51/c8051f300.h,
799         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
800           to PCON_IDLE,PCON_STOP
801         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
802         * device/lib/printf_large.c (output_float): fixed bug 1388703
803         * support/regression/tests/bug1057979.c: added test for bug 1388703
804
805 2006-02-08 Raphael Neider <rneider AT web.de>
806
807         * src/pic/pcode.c (pciTRIS): fixed typo,
808           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
809           (LinkFlow): fixed handling of flows that end in a call,
810           (ReuseReg): perform safety check earlier
811         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
812             to work with flows at the beginning of a pBlock,
813             fixes #1426557 (Symbol not previously defined),
814           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
815             usage information
816           (RemoveUnusedRegisters): update register usage info
817         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
818             created, reuse existing ones instead
819         * src/pic/gen.c (genPcall): fixed #1424719
820
821 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
822
823         * link/z80/lkmain.c,
824         * link/z80/lklex.c,
825         * link/z80/lkdata.c,
826         * link/z80/aslink.h: fixed build on current cygwin:
827         replaced getline() by lk_getline()
828
829 2006-02-01 Borut Razem <borut.razem AT siol.net>
830
831         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
832           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
833           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
834           src/regression/bool1.c, src/regression/bool2.c,
835           src/regression/bool3.c, src/regression/call1.c,
836           src/regression/compare.c, src/regression/compare10.c,
837           src/regression/compare2.c, src/regression/compare3.c,
838           src/regression/compare4.c, src/regression/compare5.c,
839           src/regression/compare6.c, src/regression/compare7.c,
840           src/regression/compare8.c, src/regression/compare9.c,
841           src/regression/configword.c, src/regression/for.c,
842           src/regression/inline.c, src/regression/mult1.c,
843           src/regression/nestfor.c, src/regression/or1.c,
844           src/regression/pointer1.c, src/regression/ptrfunc.c,
845           src/regression/rotate1.c, src/regression/rotate2.c,
846           src/regression/rotate3.c, src/regression/rotate4.c,
847           src/regression/rotate5.c, src/regression/rotate6.c,
848           src/regression/rotate7.c, src/regression/string1.c,
849           src/regression/struct1.c, src/regression/sub.c,
850           src/regression/sub2.c, src/regression/switch1.c,
851           src/regression/while.c, src/regression/xor.c,
852           src/regression/create_stc, src/regression/simulate,
853           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
854           regression tests
855         * src/regression/gpsim_assert.h: added
856
857 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
858
859         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
860         ((void (code *) (void)) 0) ();
861         * as/hc08/aslex.c,
862         * as/hc08/aslink.h,
863         * as/hc08/asm.h,
864         * as/hc08/asmain.c,
865         * as/hc08/lkdata.c,
866         * as/hc08/lklex.c,
867         * as/hc08/lkmain.c,
868         * as/mcs51/aslex.c,
869         * as/mcs51/aslink.h,
870         * as/mcs51/asm.h,
871         * as/mcs51/asmain.c,
872         * as/mcs51/lkdata.c,
873         * as/mcs51/lklex.c,
874         * as/mcs51/lkmain.c,
875         * as/z80/aslex.c,
876         * as/z80/asm.h,
877         * as/z80/asmain.c: fixed build on current cygwin:
878         replaced getline() by as_getline()
879
880 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
881
882         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
883         declarator in the symbol chain
884         * src/SDCCsymt.h,
885         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
886         parameter list for function pointers
887         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
888         * support/regression/tests/bug-716242.c: added
889
890 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
891
892         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
893         offset if possible
894         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
895
896 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
897
898         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
899         inifinitely recurseable, added static
900         * support/regression/tests/bug-1408066.c: added
901
902 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
903
904         * src/SDCCicode.h,
905         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
906         renamed, added possibility to create "postLoopLbl"-labels
907         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
908         newiTempLoopHeaderLabel
909         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
910         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
911         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
912         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
913         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
914         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
915         (basicInduction): fixed bug #136564, made static,
916         (loopInduction): changed parameter of basicInduction, made static,
917         (addPostLoopBlock): added
918         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
919         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
920         findLoopEndSeq
921         * support/regression/tests/bug-136564.c: added
922         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
923         --std-sdcc99 to LIBSDCCFLAGS
924
925 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
926
927         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
928         while loop
929         * support/regression/tests/bug-1406131.c: added
930
931 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
932
933         * src/SDCCast.c (decorateType): fix promotion of unary minus
934         * src/SDCCsymt.c (computeType): beautified
935         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
936         (valUnaryPM, valComplement): fix sign and promotion,
937         (valNot): ANSI: result type is int (SDCC: unsigned char)
938         * support/regression/tests/uminus.c: speedup by removing superflous
939         test case 'int'
940         * support/regression/tests/onebyte.c: added promotion and signedness
941         tests for unary minus
942         * support/regressions/tests/bug-477927.c: disable warning about
943         uninitialized variables
944         * support/regression/tests/not.c: added
945
946 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
947
948         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
949         * src/mcs51/gen.c (gen51Code): show final register usage after
950         fillGaps in asm with --i-code-in-asm
951         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
952         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
953         incUsed, rliveClear, adjustIChain): made static,
954         (setFromRange): excluded because it's unused,
955         (findPrevUseSym, markWholeLoop): added,
956         (findPrevUse): rewritten; fixes bug 895992; now a complete search
957         through all branches of predecessors enables sdcc to emit the warning
958         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
959         (rlivePoint): made static, added parameter emitWarnings which is only
960         true during the first run out of two,
961         (findRecursiveSucc, findRecursivePred): removed,
962         (computeLiveRanges): made static, added parameter emitWarnings,
963         (dumpIcRlive): added for debugging only
964         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
965         removed prototype of setFromRange()
966         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
967         in call of computeLiveRanges()
968         * support/regression/tests/bug-895992.c: added
969         * support/regression/tests/bug-971834.c: added
970         * support/valdiag/tests/bug-895992.c: added
971         * support/valdiag/tests/bug-971834.c: added
972
973 2005-12-18 Raphael Neider <rneider AT web.de>
974
975         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
976           (genUnpackBits): improved code for direct operands,
977           (genPackBits): improved code for literal assignment to bitfields
978             and for direct destination operands (no FSR indirection),
979             prevented redundant AND, fixes #1362800,
980           (AccLsh): added parameter to disable masking of the result
981         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
982           skip instructions with side-effects (like incfsz),
983           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
984         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
985         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
986           fixes #1375263
987
988 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
989
990         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
991         volatile variables as spill location
992
993 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
994
995         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
996         replacing literals
997         * support/regression/tests/bug-1376320.c: added
998
999 2005-12-08 Raphael Neider <rneider AT web.de>
1000
1001         * src/pic/device.c: renamed is_shared to pic14_is_shared
1002         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1003         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1004           (is_valid_identifier): added for above workaround
1005
1006 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1007
1008         * device/lib/Makefile.in: fixed to enable port-specific-objects
1009         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1010           char, thanks Hubert Sack
1011         * doc/sdccman.lyx: documented --xstack-loc,
1012           elaborated a bit more on interrupts and pitfalls,
1013           removed "setjmp/longjmp unsupported",
1014           documented some unsupported C99 features
1015         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1016         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1017           if, thanks Hubert Sack
1018         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1019         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1020           make make_library
1021         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1022           regression tests can report resource usage (rfe 700441)
1023         * support/regression/collate-results.py: report resource usage
1024         * support/regression/ports/ds390/spec.mk,
1025         * support/regression/ports/hc08/spec.mk,
1026         * support/regression/ports/mcs51/spec.mk,
1027         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1028         * support/regression/ports/ds390/uCsim.cmd,
1029         * support/regression/ports/hc08/uCsim.cmd,
1030         * support/regression/ports/mcs51/uCsim.cmd,
1031         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1032         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1033           library, use the default one
1034         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1035           building the library
1036
1037 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1038
1039         * config.dsp: added dependency on .version and configure_vc.awk
1040         * device/include/setjmp.h: updated for --stack-auto and --xstack
1041         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1042         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1043         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1044         * device/lib/libsdcc.lib: added _setjmp
1045         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1046           (decorateType): fixed bug 1372851,
1047           (optimizeGetHbit): fixed warning
1048         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1049           array initialisation
1050         * support/regression/tests/bug1057979.c: added test for bug 1358192
1051         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1052
1053 2005-12-03 Borut Razem <borut.razem AT siol.net>
1054
1055         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1056           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1057
1058 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1059
1060         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1061         createIval): implement symbol independant "flexible array member",
1062         (createIvalCharPtr): implemented flexible array initialisation with a
1063         string
1064         * src/SDCCsymt.c (copyStruct): removed,
1065         (getSize): fixed misleading comment,
1066         (getAllocSize): removed, the additional allocation size is now in
1067         sym->flexArrayLength,
1068         (checkStructFlexArray): new, syntax checks for flexible array members,
1069         (compStructSize): added syntax checks for "flexible array members"
1070         (copyStruct): removed,
1071         (copyLinkChain): removed inefficient fix for bug 770487
1072         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1073         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1074         symbol->flexArrayLength
1075         * src/SDCCerr.c,
1076         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1077         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1078         * support/regression/tests/structflexarray.c: added
1079         * support/valdiag/tests/structflexiblearray.c: added
1080
1081 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1082
1083         * src/SDCCast.c (decorateType): fixed bug 1368489
1084         * support/Util/SDCCerr.c,
1085         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1086
1087 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1088
1089         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1090           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1091
1092 2005-11-27 Borut Razem <borut.razem AT siol.net>
1093
1094         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1095           support/cpp2/mkdeps.h: added command line option
1096           -obj-ext=<extension> to SDCPP to define object file externion, used
1097           for generation of make dependencies (-M)
1098         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1099
1100 2005-11-26 Borut Razem <borut.razem AT siol.net>
1101
1102         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1103           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1104           added pic and pic16 libraries
1105
1106 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1107
1108         * device/include/float.h: Corrected typo in prototype of __fsgt
1109
1110 2005-11-25 Borut Razem <borut.razem AT siol.net>
1111
1112         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1113           added creation of model-mcs51-stack-auto libraries
1114
1115 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1116
1117         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1118         and fields-list too
1119         * src/SDCCast.c (createIvalArray): removed obsolete comment
1120
1121 2005-11-24 Borut Razem <borut.razem AT siol.net>
1122
1123         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1124           added missing device/lib/mcs51/crt*.asm sources
1125
1126 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1127
1128         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1129
1130 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1131
1132         * device/lib/_fs2schar.c,
1133         * device/lib/_fs2sint.c,
1134         * device/lib/_fs2slong.c: optimized inline asm
1135
1136 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1137
1138         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1139           Better handling of floats between -1.0 and 0.0.
1140
1141 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1142
1143         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1144           (the missing "if"s prohibited removal of redundant labels)
1145
1146 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1147
1148         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1149           Properly convert floats between -1.0 and 0.0 to long, int, and char
1150           types (max integer value of negative floats tends to zero).
1151         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1152           Removed changes made so to work properly with floats between
1153           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1154           and _fs2char.c
1155
1156 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1157
1158         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1159         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1160         (genCast) cosmetic change
1161         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1162         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1163         from mcs51
1164         * support/regression/tests/bitfields (testSignedBitfields): added
1165
1166 2005-11-18 Borut Razem <borut.razem AT siol.net>
1167
1168         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1169         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1170           introduced SILENT option to make building of pic16 libraries less
1171
1172 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1173
1174         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1175           Now they work properly with floats between -1.0 and 0.0
1176         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1177
1178 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1179
1180         * src/SDCCicode.c (printOperand): added missing else
1181
1182 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1183
1184         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1185         reformatted for better readability
1186         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1187         signed bitfields
1188
1189 2005-11-17 Borut Razem <borut.razem AT siol.net>
1190
1191         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1192           introduced SILENT option to make building of pic16 libraries less
1193           verbose - used for nightly snapshot build
1194         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1195           available on Win32 platforms.
1196         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1197           medium, large, pic and pic16
1198
1199 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1200
1201         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1202           printf("%f"...) sets fraction to zero.
1203
1204 2005-11-16 Raphael Neider <rneider AT web.de>
1205
1206         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1207           fixes #1357221
1208         * src/pic/gen.c (genIfx): implemented for CARRY bit
1209         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1210           to generic pointers, fixes #1357332,
1211           (pic16_movLit2f): NEW,
1212           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1213
1214 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1215
1216         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1217
1218 2005-11-11 Raphael Neider <rneider AT web.de>
1219
1220         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1221         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1222           compute pointer's type from operand,
1223           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1224           improved single bit reads, fixes bug #1353379
1225
1226 2005-11-09 Borut Razem <borut.razem AT siol.net>
1227
1228         * support/scripts/sdcc.nsi: added lib/pic to the package
1229
1230 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1231
1232         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1233
1234 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1235
1236         * support/regression/tests/bug1348008.c: added
1237         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1238         * support/regression/tests/bug1337835.c: updated comment
1239
1240 2005-11-06 Borut Razem <borut.razem AT siol.net>
1241
1242         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1243           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1244           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1245           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1246           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1247           dynamic construction of cl_error_class and derivates - 2.nd try
1248
1249 2005-11-05 Borut Razem <borut.razem AT siol.net>
1250
1251         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1252           bug, which caused Bus Errors on sparc solaris
1253
1254 2005-11-04 Borut Razem <borut.razem AT siol.net>
1255
1256         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1257           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1258           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1259           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1260           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1261           and derivates to resolve the initialization problem on OSX
1262
1263 2005-11-02 Borut Razem <borut.razem AT siol.net>
1264
1265         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1266           corrected typo - #include <winsock2.h>
1267
1268 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1269
1270         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1271           (_asxxxx_mapping): added org directive for future enhancements
1272
1273 2005-11-01 Borut Razem <borut.razem AT siol.net>
1274
1275         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1276           enabled sockets on WIN32
1277         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1278
1279 2005-10-31 Borut Razem <borut.razem AT siol.net>
1280
1281         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1282           WIN32 backslash path delimiters should be escaped when used in C strings
1283         * support/regression/tests/bitfields.c: exclude failing assertions for
1284           __CYGWIN32__ and __MINGW32__ hosts
1285
1286 2005-10-30 Borut Razem <borut.razem AT siol.net>
1287
1288         * src/SDCCutil.c: corrected double comparison typo
1289
1290 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1291
1292         * device/lib/medium/Makefile: added for new memory model medium
1293         * device/include/asm/mcs51/features.h: updated for medium/pdata
1294         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1295           added Multiply & Accumulate sbit's and MAC0_PAGE define
1296         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1297         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1298         * device/lib/_mullong.c: update for medium model
1299         * device/lib/incl.mk: added medium model
1300         * doc/sdccman.lyx: documented medium model
1301         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1302         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1303         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1304         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1305           (allocParms): set SCLS and OCLS to pdata for medium model
1306         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1307           for pdata,
1308           (powof2): return <0 if not power of 2
1309         * src/avr/gen.c (genBitWise): use updated powof2
1310         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1311           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1312           (shiftLLeftOrResult): use B if necessary
1313         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1314         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1315         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1316         * support/regression/Makefile.in: added test-mcs51-medium
1317         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1318
1319 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1320
1321         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1322         specifier unsigned
1323         * device/lib/time.c (mktime): fixed bug 1334315
1324
1325 2005-10-28 Raphael Neider <rneider AT web.de>
1326
1327         * device/include/pic/p16f_common.inc: added common declarations
1328         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1329
1330 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1331
1332         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1333           (aopPutUsesAcc): added to predict accumulator use,
1334           (assignResultValue): save acc if necessary,
1335           (genMinusDec): store result if indirectly addressed,
1336           (genDivOneByte):  save acc if necessary,
1337           (movLeft2Result): bugfix if left already in acc,
1338           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1339             attention to accumulator use (esp. pdata),
1340           (genReceive): receive pdata correctly
1341         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1342         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1343
1344 2005-10-27 Raphael Neider <rneider AT web.de>
1345
1346         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1347
1348 2005-10-27 Raphael Neider <rneider AT web.de>
1349
1350         * .version: changed version to 2.5.4
1351         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1352         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1353           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1354             arithmetics support routines
1355         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1356         * device/lib/Makefile.in: also create installdir for pic
1357
1358         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1359           pic14 port as well
1360         * src/pic/device.c (dump_sfr): rewritten to delegate register
1361           placement to the linker (use `extern sym' rather than sym EQU addr),
1362           (validAddress): fixed to check last specified address
1363         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1364           (popGetLit): truncate literal value to 8 bit,
1365           (popGet): moved assert to more appropriate place
1366           (popGetExternal): create pCode operand from and mark the according
1367             symbol as being `extern'
1368           (popGetAddr): added sanity check on immediate's offset, provide
1369             GPOINTER tag on demand
1370           (aopPut): fixed for immediates,
1371           (mov2w_op): move operand's address or contents to WREG (depending on
1372             operand type), safer variant of mov2w,
1373           (movwf,call_libraryfunc): NEW, handy abbreviations,
1374           (get_argument_pcop,get_return_val_pcop,pass_argument,
1375           get_returnvalue): interface for accessing function parameters and
1376             return values,
1377           (assignResultValuei,genRet): use new parameter/return value interface
1378           (pic14_getDataSize): back to old version handling generic pointers,
1379           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1380             provided implementation and/or fixed old one,
1381           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1382             calls, removed legacy 8051 reference code
1383           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1384           (loadSignToC): NEW, move the operands sign bit to CARRY,
1385           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1386             genRightShiftSigned, accepts negative shift counts,
1387           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1388           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1389             generic pointers, __data pointers and __code pointers,
1390           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1391             and signed bitfields, limit bitfields to 8 bit,
1392           (genDataPointerGet): fixed number of bytes read,
1393           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1394           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1395             pointers to constant data are no longer assumed to point to __code
1396             space, removed invalid pointer types,
1397           (bitpatternFromVal): retrieve the PICs representation of an integer
1398             or float literal,
1399           (genDataPointerSet): fixed assigning to po_immediate operands,
1400           (genGenPointerSet): implemented as library call,
1401           (genIfx): fixed incorrect condition,
1402           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1403             provide GPOINTER tag according to destination's storage class,
1404           (genCast): added code to handle casting to generic pointers, added
1405             sign-/zero extension of the result
1406           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1407         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1408         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1409           extend the result
1410         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1411           address/register resides in the shared banks
1412           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1413             put all variables into separate sections (have the linker arrange
1414             them)
1415           (picglue): put init code and interrupt handlers in separate sections
1416         * src/pic/main.c: added port specific options table, modified to PORT
1417           structure to make GPOINTERs 3 byte, added pic14_options
1418           (_pic14_do_link): private linking routine (update paths to libraries,
1419             add libsdcc.lib by default)
1420         * src/pic/main.h: declare pic14_options
1421         * src/pic/pcode.c: fixed instructions i/o relations,
1422           (RegCond): reverted to correct version,
1423           (newpCodeOpLit): truncate literals to 8 bit,
1424           (genericPrint): added debug output,
1425           (getRegFromInstruction): fixed for various operand types, simplified
1426           (BuildFlow): fixed broken handling of isntructions with labels
1427           (LinkFlow): start at last instruction in flow (skip trailing comments),
1428             pass the flow on to the next instruction after CALL
1429           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1430           (insertPCodeInstruction): fixed inserting after a skip instruction,
1431           (DoBankSelect): fixed for labeled instructions
1432           (OptimizepBlock): honor --nopeep switch
1433           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1434         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1435         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1436           (pCodeOptime2pCodes): allow disabling this optimization via
1437             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1438             but is still buggy), started implementation of a dataflow based
1439             pCode optimization (CSE + dead code elimination)
1440           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1441         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1442           names are independant of the stack location and therefore portable across
1443           devices
1444
1445 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1446
1447         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1448           (selectSpil): fixed bug 1337835 by not spilling bit variables
1449         * support/regression/tests/bug1337835.c: added test for this bug
1450         * src/mcs51/peeph.def: restart after rule 3.c,
1451           addded rules 263.x to optimize loading constants
1452
1453 2005-10-26 Raphael Neider <rneider AT web.de>
1454
1455         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1456         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1457           (genAssign): emit warning when casting literals to generic pointer
1458             type, also applies when taking the address of a fixed variable,
1459           (genCast): improved casting to generic pointers
1460         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1461           extern variables, added verbose error message
1462         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1463
1464 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1465
1466         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1467         carry must be complemented too
1468         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1469         could be emitted by genMinus
1470         * src/SDCCval.c (constVal): fixed bug 1305065
1471
1472 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1473
1474         * src/SDCCast.c (addCast): added promotion for bit variables
1475         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1476         promotion casts + optimisation
1477         (optimizeGetWord): fix warning 'i' might be used uninitialized
1478         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1479         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1480
1481 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1482
1483         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1484         all chars are promoted to int; promotion should be handled in SDCCast.c
1485
1486 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1487
1488         * device/lib/_strcmp.c: Fixed bug 1326457
1489
1490 2005-10-11 Raphael Neider <rneider AT web.de>
1491
1492         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1493         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1494
1495 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1496
1497         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1498         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1499
1500 2005-10-04 Raphael Neider <rneider AT web.de>
1501
1502         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1503           device/lib/pic16/pics.all: added pic18f1320
1504         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1505
1506 2005-09-30 Raphael Neider <rneider AT web.de>
1507
1508         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1509         * src/pic16/devices.inc: NEW, provides device descriptions
1510         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1511
1512 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1513
1514         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1515           GETHBIT
1516
1517 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1518
1519         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1520           documented Any Order Bit, Higher Order Byte and Higher Order Word
1521         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1522         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1523           (optimizeGetAbit): new, to get any bit, not only the high bit,
1524           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1525           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1526           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1527           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1528             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1529             GETABIT, GETBYTE, GETWORD: decorate them,
1530           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1531           (ast_print): added GETABIT, GETBYTE, GETWORD
1532         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1533         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1534           (geniCodeBinary): new generic binary icode,
1535           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1536         * src/port.h: updated comment for PORT.hasExtBitOp
1537         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1538           (genGetByte): new, to get a single byte,
1539           (genGetWord): new, to get a word from a long,
1540           (gen51Code): added GETABIT, GETBYTE, GETWORD
1541         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1542
1543 2005-09-23 Raphael Neider <rneider AT web.de>
1544
1545         * configure.in, configure: have device/lib/pic configured
1546         * device/lib/Makefile.in: added model-pic14
1547         * device/lib/clean.mk: added pic/ to clean rule
1548         * device/lib/pic: added rudimentary pic14 library providing support
1549           functions for multiplication/division/generic pointer access
1550         * src/SDCCopt.c (convilong): mark support functions as extern
1551           for pic14 port as well
1552         * src/pic/gen.c (genMult): added assertions,
1553           (genpic14Code): emit warning on unhandled iCodes
1554         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1555         * src/pic/pcode.c (pCodeOpCopy),
1556         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1557           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1558           SFR_REGISTER}), made safe for future extensions
1559         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1560           instructions even if preceeded by SKIP instructions (also remove
1561           them); removed unused code
1562         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1563           prevents leaving parts of the structure uninitialized after copying
1564
1565 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1566
1567         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1568           ago by me
1569         * support/regression/tests/addsub.c: added test for the bug
1570
1571 2005-09-21 Raphael Neider <rneider AT web.de>
1572
1573         * device/include/pic16/pic18f1220.h,
1574           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1575         * device/lib/pic16/Makefile.rules: added missing opening paren
1576         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1577           are provided in genutils.c,
1578           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1579           operand/result sizes,
1580           (genCmp): assert on NULL pointers first, then check deref'ed values
1581         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1582           result size
1583
1584 2005-09-18 Raphael Neider <rneider AT web.de>
1585
1586         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1587           as these are now unused,
1588           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1589         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1590           local, avoids uninitialized pointer dereference on r->name
1591         * src/pic16/ralloc.c (newReg): fixed indentation
1592
1593 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1594
1595         * src/SDCCval.c (constVal): fixed bug 730366
1596         * support/Util/SDCCerr.c,
1597         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1598
1599 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1600
1601         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1602
1603 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1604
1605         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1606
1607 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1608
1609         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1610           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1611         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1612           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1613         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1614         * packihx/packihx.c (hexDigit): made c unsigned char
1615         * as/mcs51/lklibr.c (fndsym),
1616         * link/z80/lkgb.c (gb),
1617         * link/z80/lklibr.c (fndsym),
1618         * link/z80/lkrloc.c (relr),
1619         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1620         * src/SDCC.lex (checkCurrFile, process_pragma),
1621         * src/SDCCglue.c (spacesToUnderscores),
1622         * src/SDCCmain.c (setParseWithComma, processFile),
1623         * src/asm.c (tvsprintf, printCLine),
1624         * src/avr/gen.c (emitcode, aopPut),
1625         * src/ds390/gen.c (emitcode),
1626         * src/hc08/gen.c (emitcode, emitinline),
1627         * src/mcs51/gen.c (emitcode, genInline),
1628         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1629           tokenizeLineNode),
1630         * src/pic/ralloc.c (debugLog),
1631         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1632           tokenizeLineNode),
1633         * src/pic16/ralloc.c (debugLog),
1634         * src/z80/main.c (_process_pragma):
1635            made all ctype.h function calls safe
1636         * src/SDCCopt.c: include math.h for fabs
1637         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1638           and used them throughout the code to make ctype.h function calls safe
1639         * src/ds390/main.c (asmLineNodeFromLineNode),
1640         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1641         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1642            unsigned char*
1643         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1644           (newpCodeAsmDir): made ctype.h function calls safe
1645         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1646           pic16_emitcode):  made lbp unsigned char*
1647         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1648           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1649         * src/xa51/gen.c (emitcode),
1650         * src/z80/gen.c (_emit2): made lbp unsigned char*
1651         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1652            char*
1653
1654 2005-09-05 Raphael Neider <rneider AT web.de>
1655
1656         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1657           access bank splitpoint
1658
1659 2005-09-05 Raphael Neider <rneider AT web.de>
1660
1661         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1662
1663 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1664
1665         * .version: changed to version 2.5.3
1666         * doc/sdccman.lyx: changed version to 2.5.3,
1667           documented --codeseg and --constseg and pragma codeseg and constseg,
1668           documented bit parameters (reentrant) and bit returning
1669         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1670            currFunc->recvSize, but is this ok for all ports?
1671           (ast2iCode): result of ~ on unsigned char must be cast to int for
1672            bool to work
1673         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1674           function pointers in bit space
1675         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1676           (processFuncArgs): call port.reg_parm() with reentrancy info
1677         * src/port.h,
1678         * src/avr/main.c,
1679         * src/ds390/main.c,
1680         * src/hc08/main.c,
1681         * src/pic/main.c,
1682         * src/pic16/main.c,
1683         * src/xa51/main.c,
1684         * src/z80/main.c: port.reg_parm prototype extended with
1685           "bool reentrant" parameter
1686         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1687           options.stackAuto for allocating bit register parameters
1688         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1689           (genSend): set BitBankUsed if it is,
1690           (selectRegBank): factored out of genCall for use in genPcall,
1691           (genCall): removed redundant dtype assignmen, use selectRegBank,
1692           (genPcall): handle returning in Carry properly, save in F0 if needed,
1693           (genReceive): handle bit register parameters
1694         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1695           (mcs51_assignRegisters): enable bit registers for all reentrant
1696            functions and don't set BitBankUsed unconditionally
1697         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1698         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1699         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1700
1701 2005-08-27 Borut Razem <borut.razem AT siol.net>
1702
1703         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1704         ppc-osx (Darwin) does not support -u option. It seems that it is
1705         supported only on Linux - GNU cp
1706
1707 2005-08-25 Borut Razem <borut.razem AT siol.net>
1708
1709         * sim/ucsim/gui.src/serio.src/Makefile.in,
1710           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1711           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1712           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1713           install and strip, since the strip at /usr/ccs/bin should be used
1714           on solaris
1715
1716 2005-08-24 Borut Razem <borut.razem AT siol.net>
1717
1718         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1719
1720 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1721
1722         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1723         ffffffffu
1724
1725 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1726
1727         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1728         * as/mcs51/lkmain.c (link_main): fixed warning
1729         * device/include/stdbool.h: ds390 has no advanced bit support yet
1730         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1731         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1732         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1733           and updated their macros
1734         * src/SDCCval.c (constVal): updated comment for renamed b_long
1735
1736 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1737
1738         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1739         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1740           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1741           (oprio): set priority for '['
1742         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1743            and adb_24_bit
1744         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1745         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1746         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1747         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1748           added overlayable BIT_BANK area
1749         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1750           (summary2): explain 'T' in legenda
1751         * as/mcs51/lkrloc.c: replaced old K&R style,
1752           (relr): added R_BIT processing,
1753           (errmsg): added "Bit-addressable relocation error",
1754           (adb_bit): added for converting from byte- to bit-addressable space,
1755           (adb_24_bit): added for converting from byte- to bit-addressable space
1756         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1757            used in reentrant functions now even as return value
1758         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1759         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1760           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1761         * src/SDCCglobl.h: added indicator BitBankUsed
1762         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1763            the bit registers b0-b7
1764         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1765           (geniCodeCast): fixed bug 1263853,
1766           (geniCodeLogicAndOr): put result in bool or char,
1767           (geniCodeReceive): added parameter func for accessing the return type,
1768           (geniCodeFunctionBody): pass func to geniCodeReceive
1769         * src/SDCCmain.c: added indicator BitBankUsed
1770         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1771         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1772           (checkSClass): don't put automatic bool/bit on stack,
1773           (checkFunction): removed check on function cannot return bit
1774         * src/SDCCsymt.h: added newBoolLink prototype
1775         * src/mcs51/gen.c (rb1regs): added bit registers,
1776           (movc): created for assigning to carry,
1777           (pushReg, popReg): created for pushing registers,
1778           (sameRegs): check both AOP_REG and AOP_CRY types,
1779           (aopOp): handle bit registers,
1780           (aopPut): optimization no self-assign,
1781           (saveRegisters): push reg->base (bits) only once for bit registers,
1782            and use pushReg,
1783           (unsaveRegisters): pop reg->base only once and use popReg,
1784           (assignResultValue): added parameter func and return in carry for bits,
1785           (genIpush): optimization no reload in A if not changed,
1786           (genSend): bit parameters in reentrant functions are passed in bit
1787            registers by first assigning to bits in B, then save registers and
1788            copy B to bits,
1789           (genCall): handle returning in Carry properly, save it in F0 if needed,
1790           (genPcall): updated assignResultValue call, this is not safe yet for bit
1791            returning function !!!
1792           (genFunction): don't generate equ's for bit registers and use pushReg,
1793           (genEndFunction): take care of bit returning functions and use popReg,
1794           (genRet): return bit in Carry,
1795           (genIfx): optimize bit registers and other directly addressable bits,
1796           (genReceive): updated assignResultValue call
1797         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1798           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1799            registers when using stack-auto
1800         * src/mcs51/ralloc.c (_G): added allBitregs,
1801           (regs8051): added the bit registers,
1802           (createStackSpil): use macro IS_BIT,
1803           (getRegBit): added to allocate a bit register, else spill,
1804           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1805           (updateRegUsage): factored out to ease stepping while debugging,
1806           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1807            also allocate bit registers,
1808           (fillGaps): handle bit registers,
1809           (findAllBitregs): added to create bit vector with all bit registers,
1810           (mcs51_allBitregs): returns this bit vector,
1811           (mcs51_assignRegisters): when using stack-auto use bit registers for
1812            passing parameters and creating local variables
1813         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1814
1815 2005-08-22 Borut Razem <borut.razem AT siol.net>
1816
1817         * device/lib/Makefile.in: replaced find option -or with -o
1818           to make it run on solaris
1819
1820 2005-08-22 Raphael Neider <rneider AT web.de>
1821
1822         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1823           fixes #1265442 (crash on Solaris)
1824
1825 2005-08-20 Borut Razem <borut.razem AT siol.net>
1826
1827         * configure, configure.in: added tests for libsocket and libnsl libraries,
1828           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1829           from support/regression/Makefile.in
1830         * support/regression/Makefile.in: added
1831         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1832         * sim/ucsim/libtool: regenerated on sparc-solaris
1833         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1834           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1835           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1836           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1837           sparc-solaris, which doesn't use GNU ld linker
1838         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1839         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1840
1841 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1842
1843         * src/mcs51/peeph.def: updated comments
1844
1845 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1846
1847         * device/lib/_gptrget.c,
1848         * device/lib/_gptrput.c: slightly shorter
1849         * doc/sdccman.lyx: incremented version
1850         * src/mcs51/peeph.def: moved peephole comments to the line of first
1851           change to better keep line correlation, reanimated 186.e
1852         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1853
1854 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1855
1856         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1857           David Saxton with quotes around file name.
1858
1859 2005-08-15 Borut Razem <borut.razem AT siol.net>
1860
1861         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1862           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1863           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1864           make tests run on x86_64 platform
1865
1866 2005-08-13 Raphael Neider <rneider AT web.de>
1867
1868         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1869           as it might be executed DURING a build (parallel make is wonderful)
1870
1871 2005-08-13 Raphael Neider <rneider AT web.de>
1872
1873         * device/lib/Makefile.in (port-specific-objects-pic16):
1874           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1875         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1876           dependency
1877         * device/lib/pic16/Makefile.rules: build subdirs before creating
1878           the library, removed builddir rule, create $(builddir) early in
1879           recurse rule, use empty recurse rule for leaf directories
1880         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1881           mkdir errors (race condition), removed duplicate suffix "hex"
1882           from clean rules
1883         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1884         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1885           prevents mkdir -p from aborting on Alpha
1886
1887 2005-08-12 Raphael Neider <rneider AT web.de>
1888
1889         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1890           db-statements in order to allow for arrays of pointers in code
1891           sections to be placed without interspersed 0-padding, fixes
1892           bug #1256215
1893         * (emitStatistics): fixed division by zero for pic18f1220
1894         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1895           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1896         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1897         * (pic16_pCodeConstString): keep track of already emitted string
1898           literals to prevent "duplicate definitions of symbol _str_NR"
1899         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1900           debug message
1901         * device/lib/Makefile.in: ignore failing PIC16 library builds
1902         * device/lib/pic16/Makefile: do not build if gputils are missing
1903         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1904
1905 2005-08-10 Raphael Neider <rneider AT web.de>
1906
1907         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1908           my last commit)
1909
1910 2005-08-10 Raphael Neider <rneider AT web.de>
1911
1912         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1913           Rokas' patch to add the new fixed point type "__fixed16x16"
1914         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1915           functions for __fixed16x16 arithmetics
1916         * device/lib/pic16: reimplemented the build system to support
1917           a separate build directory, better handling of libio (create
1918           the library in a separate subdir for each architecture) and
1919           easier configuration (centralized in Makefile.common)
1920
1921 2005-08-07 Raphael Neider <rneider AT web.de>
1922
1923         * src/pic16/gen.c (genrshTwo): fixed sign extension
1924         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1925         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1926           added T0CONbits
1927         * device/include/pic16/pic18f4220.h: NEW, header for
1928           pic18f4220 and pic18f4320
1929         * device/include/pic16/pic18fregs.h: added new devices,
1930           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1931         * device/include/pic16/signal.h: resolved name clashes
1932           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1933           to also allow testing for interrupt enable bits, added
1934           comments on how to use the macros
1935         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1936         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1937           register definitions for the devices
1938         * device/lib/pic16/pics.all: added new devices
1939         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1940           allocated memory
1941         * device/lib/pic16/libc/stdlib/memfree: do not count
1942           the block header as free memory
1943         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1944           simplified and added missing end-of-blocklist-marker
1945           (reported by Peter Onion, fixes #1252814)
1946         * (_mergeHeapBlock): fixed loop condition
1947         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1948           len==0, restructured code
1949         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1950           up a bit, reduced bitfield accesses, prevent endless loops
1951           in case of heap corruption
1952         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1953           "unreferenced arguments/must return a value" warnings
1954         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1955           replaced BAUDREG with SPBRG
1956         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1957           device/lib/pic16/debug/gstack/gstack.c: replaced
1958           _naked, _asm, _endasm with __naked, __asm, __endasm
1959
1960 2005-08-05 Raphael Neider <rneider AT web.de>
1961
1962         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1963           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1964
1965 2005-08-05 Borut Razem <borut.razem AT siol.net>
1966
1967         * device/lib/Makefile.in: added missing ';'
1968         * configure: removed ^M characters
1969
1970 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1971
1972         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1973           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1974           License
1975
1976 2005-08-04 Borut Razem <borut.razem AT siol.net>
1977
1978         * configure.in: pic16 libraries build 2nd try - enable running
1979           configure in device/lib/pic16
1980         * configure: regenerated from configure.in
1981         * device/lib/Makefile.in: create $(PORT)/bin directory
1982
1983 2005-08-03 Raphael Neider <rneider AT web.de>
1984
1985         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1986           to get/set values via pointers
1987         * (genUnpackBits,genPackBits): changed detection of
1988           ptr->bitfield vs. sym.bitfield, fixed access via generic
1989           pointers, removed dead (wrong) code for multibyte bitfields
1990         * (genNearPointerGet, genGenPointerGet): removed useless code,
1991           fixed bitfield detection, fixes #1250594
1992         * (genNearPointerSet): removed useless code
1993         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1994           and introduced macro pic16_emitpcode that conditionally emits
1995           the origin of the following pCode (useful for debugging SDCC)
1996         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1997         * (createDefmap): fixed handling of LFSR for --optimize-df
1998
1999 2005-08-02 Borut Razem <borut.razem AT siol.net>
2000
2001         * device/lib/Makefile.in: pic16 libraries build enabled since
2002           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2003
2004 2005-08-02 Raphael Neider <rneider AT web.de>
2005
2006         * src/pic16/gen.c (genPackBits): removed deprecated warning
2007         * (genGenPointerSet): fixed bitfield detection
2008
2009 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2010
2011         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2012
2013 2005-07-31 Raphael Neider <rneider AT web.de>
2014
2015         * device/lib/pic16/libdev/pic18f458.c,
2016           device/include/pic16/pic18f458.h: added missing T0CONbits
2017
2018 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2019
2020         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2021
2022 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2023
2024         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2025
2026 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2027
2028         * device/include/mcs51/at89c51ed2.h: added.
2029
2030 2005-07-23 Raphael Neider <rneider AT web.de>
2031
2032         * src/pic/gen.h: added emitpcode macro for debugging
2033         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2034           and replace by macro adding debug information on demand
2035         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2036         * (gencjne): tried to fix; replaced with correct (slower) code
2037         * (gen{Unp,P}ackBits): fixed single bit access
2038         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2039         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2040           previous instruction
2041         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2042           register has to be handled with care (forbidding movement
2043           of assignments/uses, removing assignments completely, ...)
2044         * (pCodeOptime2pCodes): make use of regIsSpecial
2045         * added lots of debugging output (commented out)
2046         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2047           from being reused as result UNLESS it is known to work
2048
2049 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2050
2051         * support/Util/dbuf.h: include <stddef.h> for size_t
2052         * .version: changed to version 2.5.2
2053
2054 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2055
2056         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2057
2058 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2059
2060         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2061           (genModOneByte): removed needless psha/pula
2062
2063 2005-07-22 Raphael Neider <rneider AT web.de>
2064
2065         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2066           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2067         * src/pic/gen.c (resolveIfx): do not "invent" labels
2068         * (genSkipc): changed to positive logic
2069         * (genSkipCond): removed as no longer needed
2070         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2071           backport from PIC16
2072         * (genLeftShift): check operands are in different registers
2073         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2074           INCF does not update CARRY...
2075         * src/pic/main.c: fixed _linkCmd
2076         * src/pic/pcode.c (unlinkpCode): added inactive code
2077         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2078           alive (do not assign result and operand overlapping registers)
2079
2080 2005-07-22 Raphael Neider <rneider AT web.de>
2081
2082         * src/pic/device.c (dump_sfr): replaced register declaration with
2083           call to emitSymbolToFile() to avoid duplicate symbols
2084         * (assignRelocatableRegisters): do not declare external symbols
2085         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2086           right (take size of type, not etype)
2087         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2088         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2089         * (packRegsForAccUse): disabled assignment of WREG as
2090           the result reg to prevent occurence of just fixed #1235003,
2091           fixes #1242954
2092         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2093           symbols (avoids duplicate symbols in .asm file)
2094         * (pic14emitRegularMap): use emitSymbolToFile()
2095         * src/pic/gen.c (aopOp): fixed spillLocation handling
2096         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2097         * (genDataPointerSet): removed unneccessary variables/output
2098
2099 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2100
2101         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2102         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2103
2104 2005-07-21 Raphael Neider <rneider AT web.de>
2105
2106         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2107           architecture cannot handle them efficiently, fixes bug #1235003
2108         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2109           check for empty sets before using them (fixes bug #1232190)
2110
2111 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2112
2113         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2114           (lnksect2): generate warnings for memory overlap
2115         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2116           constseg to set the name of these segments so you can instruct the linker
2117           to place them in banks
2118         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2119         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2120           added code_seg and const_seg to options
2121         * src/SDCCglue.c (emitMaps): use options.const_seg,
2122           (createInterruptVect): put interrupt vectors in segment HOME,
2123           (glue): put HOME before static segment and put the main glue in HOME,
2124           (glue): use options.code_seg
2125         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2126         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2127           these segments so you can instruct the linker to place them in banks
2128           (linkEdit): use code_loc for HOME segment which should be the first
2129           segment in code memory now
2130         * src/SDCCmem.c: fixed more stuff like bug 1238386
2131         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2132           (changePointer): don't change function pointers to code pointers for
2133           banked functions,
2134           (compareType): added exceptional check for banked function pointers
2135         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2136         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2137           after static in code memory
2138         * src/mcs51/gen.c: added aopLiteralLong prototype,
2139           (aopForSym): use getSize for functions,
2140           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2141           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2142           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2143           the segment,
2144           (genPcall): use call for literal function pointers and generate banked
2145           calls over the one trampoline so there's only one place for the user to
2146           modify according to his/hers hardware,
2147           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2148           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2149         * src/mcs51/main.c: added keyword banked,
2150           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2151         * support/Util/SDCCerr.c,
2152         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2153           needed for passing the bank and address to the trampoline
2154         * device/lib/mcs51/crtbank.asm: added for bankswitching
2155         * device/lib/mcs51/Makefile: added crtbank
2156
2157 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2158
2159         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2160           for fields at offset 0 of a struct or union as reported
2161           on 2005-07-07 in the developer mailing list.
2162
2163 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2164
2165         * src/SDCCmem.c: fixed bug 1238386
2166
2167 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2168
2169         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2170           (patch #1144962), added peephole 300, enabled 259.x
2171         * doc/sdccman.lyx: removed screenshot and provided link instead
2172
2173 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2174
2175         * doc/sdccman.lyx: added section about debugging with ddd
2176         * doc/figures/ddd_example.eps: screenshot of debugging session
2177
2178 2005-07-04 Raphael Neider <rneider AT web.de>
2179
2180         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2181           like CODE pointers, fixes #1115683
2182         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2183           call, fixes bugs #1232211, #1228110,
2184           fixed wrong casts to pCodeFlow from pCodeInstructions
2185
2186 2005-07-04 Raphael Neider <rneider AT web.de>
2187
2188         * src/pic/gen.c (popGet): changed assert to allow for
2189           bit operands
2190         * (popGetAddr): changed signature to provide
2191           an additional index, patched all call sites
2192         * (genCmpEq): handle literal-like operands correctly
2193         * (genAddrOf): added sanity checks on __code/__data pointers
2194         * (genAssign): added handling of symbols from __code section
2195         * (gencjne): do not generate code for comparisons whose result
2196           is neither stored nor used, fixes bug #1171114
2197         * (AccLsh, AccRsh): operate on operand instead of WREG
2198         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2199           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2200           by known count
2201         * rewrote complete shift-by-literal logic, commented unused
2202           functions out
2203         * (genConstPointerGet): get multiple bytes (if result size > 1),
2204           fixed handling of non-immediate addresses
2205         * (genPointerGet): handle CODE pointers like CONST pointers
2206         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2207         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2208           operand is to be treated as a literal or not
2209         * (mov2w,genPcall,genCmpEq),
2210           src/pic/genarith.c: use aop_isLitLike() to decide between
2211           literal/register contents
2212         * (addSign): added missing offset
2213         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2214           only emit comment in debug-mode,
2215           use {aop,op}_isLitLike throughout the file
2216         * src/pic/glue.c: fix initializers for pointers (work in progress)
2217         * src/pic/pcode.c (get_op): honor index on _const symbols
2218         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2219         * (dumppBlock): added pCode size estimation
2220         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2221           check for IS_SYMOP before OP_SYMBOL'ing
2222         * fixed indentation, compacted switch-statements
2223         * (allocReg): find free register and allocate it instead of
2224           allocating new registers all the time
2225         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2226           registers as its operands (necessary only for multibyte GETs)
2227
2228 2005-07-01 Raphael Neider <rneider AT web.de>
2229
2230         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2231           debugging .asm-output macros FENTRY + FEXIT
2232         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2233           way... I wonder...
2234         * (emitpComment): NEW, printf to pCode
2235         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2236           offset handling
2237         * (popGetAddr): NEW, variant of popGet to access an immediates
2238           high(er) bytes instead of the n'th byte of memory they reference,
2239           replaced popGet with popGetAddr where neccessary
2240         * (genDataPointerGet): reactivated and fixed implementation
2241         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2242           accesses
2243         * (genDataPointerSet): fixed multibyte assignments
2244         * (genpic14Code): fixed --i-code-in-asm handling
2245         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2246         * (genPlus): fixed index-out-of-bounds error
2247         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2248         * src/pic/ralloc.c: added debugging output macro FENTRY2
2249         * (spillThis): fixed indentation, enbraced for-body for clarity
2250         * (rematStr): commented out as now unused
2251         * (regTypeNum): commented out special spill case (overwrites
2252           arbitrary values)
2253         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2254
2255 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2256
2257         * doc/sdccman.lyx: documented sfr16/sfr32,
2258           added example for using storage class with function pointers
2259         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2260
2261 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2262
2263         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2264         * device/lib/_itoa.c,
2265         * device/lib/_ltoa.c: optimized codesize
2266         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2267           but don't know how to suppress the double warning.
2268         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2269         * support/Util/SDCCerr.c,
2270         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2271
2272 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2273
2274         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2275           fixed old K&R prototypes
2276         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2277         * device/lib/_gptrget.c,
2278         * device/lib/_gptrgetc.c,
2279         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2280           also new versions for small generic pointers and banked generic pointers
2281         * src/port.h: added const_name
2282         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2283         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2284         * src/SDCCcse.c (findPrevIc): check all associative operators
2285         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2286         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2287         * src/SDCCmem.c: updated comments,
2288           set far-space to 0 for pdata, results in optimized code
2289         * src/SDCCmem.h: added macro CONST_NAME
2290         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2291           moving the info into the highest bits, see also gptrget/gptrput
2292         * src/src.dsp: added sdcc.ico to project files
2293         * src/avr/gen.c (genCast): fixed bug 0x%d
2294         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2295         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2296           relation between ptr_type and DCL_TYPE,
2297           (genCast): fixed bug 0x%d
2298         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2299           (CODE)" for const_name
2300         * src/hc08/gen.c (genCast): fixed bug 0x%d
2301         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2302           (hc08_port): added "CONST (CODE)" for const_name
2303         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2304           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2305           between ptr_type and DCL_TYPE,
2306           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2307           operand* and took AOP() inside function so sfr-ness can be checked,
2308           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2309           new prototype,
2310           (genFunction, genEndFunction): optimized stack setup,
2311           (genMinus): optimized for literals with ending zeroes (in bytes),
2312           (genCast): fixed bug 0x%d
2313         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2314           (mcs51_port): added "CONST (CODE)" for const_name
2315         * src/mcs51/peeph.def: made rule 226 more generic
2316         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2317         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2318         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2319         * src/z80/main.c (z80_port): added NULL for const_name,
2320           (gbz80_port): added NULL for const_name
2321         * support/regression/tests/bug663539.c,
2322         * support/regression/tests/sfr16.c: new tests
2323
2324 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2325
2326         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2327
2328 2005-06-24 Raphael Neider <rneider AT web.de>
2329
2330         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2331           corrected typos...
2332         * device/include/pic16/signal.h: added USBIF
2333           and SIG_USB
2334
2335 2005-06-24 Raphael Neider <rneider AT web.de>
2336
2337         * device/lib/pic16/libdev/pic18f2455.c,
2338           device/include/pic16/pic18f2455.h: NEW
2339         * device/include/pic16/pic18fregs.h,
2340           device/lib/pic16/pics.all,
2341           src/pic16/device.c: added 18f2455
2342         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2343           device/include/pic16/{pic18f[68][567].h,usart.h}:
2344           replaced MULTIPLE_USARTS define with more relaible
2345           compatibility sfrs (for USART access)
2346
2347 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2348
2349         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2350           and the output asm file line is printed on two lines.
2351
2352 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2353
2354         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2355           BGT, BLE, BHI, and BLS instructions
2356         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2357           genCmpEq): removed
2358         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2359           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2360           fixes bug #1216342
2361         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2362
2363 2005-06-15 Raphael Neider <rneider AT web.de>
2364
2365         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2366         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2367         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2368           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2369           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2370
2371 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2372
2373         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2374           Marcel Telka in bug #1215704
2375
2376 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2377
2378         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2379           located in shared memory bank.
2380
2381 2005-05-31 Raphael Neider <rneider AT web.de>
2382
2383         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2384           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2385           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2386
2387 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2388
2389         * device/lib/_strncpy.c: fixed the fix
2390
2391 2005-05-26 Raphael Neider <rneider AT web.de>
2392
2393         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2394           initializers with \0, bug #1208187
2395         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2396           intializers with \0, bug #1208187
2397
2398 2005-05-26 Raphael Neider <rneider AT web.de>
2399
2400         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2401           initializers with \0, bug #1208187
2402         * src/pic16/main.c (_process_pragma): added sanity checks
2403           for stack position and size, emit warnings when appropriate
2404
2405 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2406
2407         * device/lib/_strncpy.c: fixed not filling with \0
2408
2409 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2410
2411         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2412           createFunction),
2413         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2414           compound_statement),
2415         * src/SDCCsymt.h,
2416         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2417
2418 2005-05-24 Raphael Neider <rneider AT web.de>
2419
2420         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2421
2422 2005-05-24 Raphael Neider <rneider AT web.de>
2423
2424         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2425           TRISE definitions, closes bug #1162453
2426
2427 2005-05-22 Raphael Neider <rneider AT web.de>
2428
2429         * src/pic16/main.c (_process_pragma): check for missing
2430           arguments to pragmas code and udata
2431         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2432           consistency fixes to match other headers (thanks to Jim Paris)
2433         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2434
2435 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2436
2437         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2438
2439 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2440
2441         * support/regression/tests/bug1198642.c: new test
2442         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2443         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2444         * support/scripts/resource.h,
2445         * support/scripts/resource.rc,
2446         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2447         * support/scripts/sdcc.ico: added 32x32 icon
2448
2449 2005-05-18 Raphael Neider <rneider AT web.de>
2450
2451         * device/lib/pic16/libdev/pic18f*.c,
2452         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2453           keywords to "__sfr" and "__at (X)"
2454         * device/include/pic16/pic18fregs.h: added pic18f4520
2455         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2456           #1203088 (MPLAB compatibility)
2457
2458 2005-05-17 Raphael Neider <rneider AT web.de>
2459
2460         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2461         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2462         * device/lib/pic16/pics.all: added new devices
2463         * src/pic16/device.c: added support for pic18f4520
2464
2465 2005-05-16 Raphael Neider <rneider AT web.de>
2466         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2467         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2468         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2469           convenience function for bit access
2470
2471 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2472
2473         * device/lib/printf_large.c: fixed bug 1193299
2474         * support/regression/tests/bug1057979.c: added test %3.3s
2475
2476 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2477
2478         * device/include/mcs51/8051.h,
2479         * device/include/mcs51/8052.h: made parseable with lint
2480         * device/include/mcs51/lint.h: added include file for (sp)lint
2481         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2482         * doc/cdbfileformat.lyx,
2483         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2484
2485 2005-05-14 Raphael Neider <rneider AT web.de>
2486
2487         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2488         * device/lib/pic16/libc/stdlib/itoa.c (new)
2489         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2490         * device/lib/pic16/libio/Makefile: exclude subdir according to
2491           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2492         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2493         * src/pic16/gen.c (genFunction): prevent annoying warning
2494         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2495           nameclashes on BeOS
2496         * support/cpp2/cppmain.c (cpp_output_string): new
2497         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2498           fixes bug 1116802
2499
2500 2005-05-13 Borut Razem <borut.razem AT siol.net>
2501
2502         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2503
2504 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2505
2506         * .version: changed to version 2.5.1; back to bleeding edge development
2507
2508 2005-05-11 Borut Razem <borut.razem AT siol.net>
2509
2510         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2511           generate PDF version 1.3 documents
2512
2513 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2514
2515         * .version: changed to version 2.5.0
2516
2517 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2518
2519         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2520
2521 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2522
2523         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2524         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2525         well as many smaller updates.
2526         * .version: changed to version 2.5.0-pre1
2527
2528 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2529
2530         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2531
2532 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2533
2534         * support/regression/tests/bug1185672.c: added
2535         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2536           bug 1185672
2537         * src/mcs51/gen.c (genCall): added comments, made it look safer
2538         * src/mcs51/gen.c (genEndFunction): simplified
2539
2540 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2541
2542         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2543
2544 2005-04-14 Borut Razem <borut.razem AT siol.net>
2545
2546         * fixed bug 1045046 - SIGSEGV with really simple code?:
2547           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2548           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2549
2550 2005-04-14 Borut Razem <borut.razem AT siol.net>
2551
2552         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2553           src/pic16/device.h: temporarily disabled experimental #inline pragma
2554           for 2.5.0 release
2555
2556 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2557
2558         * device/include/z80/stdio.h,
2559         * device/include/z80/string.h: removed these highly incomplete files so
2560           SDCC can use the default ones in device/include/
2561
2562 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2563
2564         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2565         gcc warning.
2566         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2567         fix sdcpp warnings.
2568
2569 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2570
2571         * device/include/malloc.h: removed redundant __reentrant prototypes
2572         * device/lib/_mullong.c: added working xstack variant in asm (C version
2573           doesn't pass regression tests)
2574         * device/lib/bpx.c: used __data and made bpx char for mcs51
2575         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2576           (createFunction): fixed bug with xstackPtr
2577         * src/SDCCcse.c: corrected comments
2578         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2579           (killDeadCode, eBBlockFromiCode): removed unused code
2580         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2581           corrected comments
2582         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2583           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2584           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2585           (genModOneByte): fixed warning in MSVC
2586         * src/mcs51/main.c (): added comments
2587         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2588
2589 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2590
2591         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2592
2593 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2594
2595         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2596
2597 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2598
2599         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2600         characters arrays of larger size than the declared one.
2601
2602 2005-04-10 Borut Razem <borut.razem AT siol.net>
2603
2604         * src/pic/gen.c (genInline),
2605           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2606           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2607           (findNextInstruction), (findPrevInstruction),
2608           (findInstructionUsingLabel),
2609           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2610         * src/pic/pcode.c (findLabel): added missing '\n'
2611         * src/src.dsp: added SDCCdwarf2.c to the project
2612
2613 2005-04-09 Borut Razem <borut.razem AT siol.net>
2614
2615         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2616
2617 2005-04-08 Raphael Neider <rneider AT web.de>
2618
2619         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2620           into the chain after a given one) and mergeDefmapSymbols (combine
2621           defmap entries for each symbol per pcode)
2622         * (createDefmap): have defmap entries merged in the end
2623         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2624           a symbol before replacing one access type's symbol, merge symbols in
2625           the end (replacement symbol might already have an entry)
2626         * (assignValnums): keep reference to written WREG intact
2627
2628 2005-04-08 Raphael Neider <rneider AT web.de>
2629
2630         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2631           Alpha)
2632
2633 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2634
2635         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2636         bytes
2637
2638 2005-04-07 Raphael Neider <rneider AT web.de>
2639
2640         * device/include/pic16/usart.h: added compatibility defines for
2641           devices with more than one USART
2642         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2643
2644 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2645
2646         * device/lib/Makefile.in: updated for port specific include
2647
2648 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2649
2650         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2651
2652 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2653
2654         * device/include/8051.h,
2655         * device/include/8052.h,
2656         * device/include/at89S8252.h,
2657         * device/include/at89c55.h,
2658         * device/include/at89x051.h,
2659         * device/include/at89x51.h,
2660         * device/include/at89x52.h,
2661         * device/include/mcs51reg.h,
2662         * device/include/reg51.h,
2663         * device/include/reg764.h,
2664         * device/include/regc515c.h,
2665         * device/include/sab80515.h: (re)moved these 12 files
2666         * device/include/mcs51/8051.h,
2667         * device/include/mcs51/8052.h,
2668         * device/include/mcs51/at89S8252.h,
2669         * device/include/mcs51/at89c55.h,
2670         * device/include/mcs51/at89x051.h,
2671         * device/include/mcs51/at89x51.h,
2672         * device/include/mcs51/at89x52.h,
2673         * device/include/mcs51/mcs51reg.h,
2674         * device/include/mcs51/reg51.h,
2675         * device/include/mcs51/reg764.h,
2676         * device/include/mcs51/regc515c.h,
2677         * device/include/mcs51/sab80515.h: and added them here
2678
2679 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2680
2681         * device/include/stdarg.h: changed SDCC specific keywords to double
2682           underlined form.
2683         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2684           mcs51 and ds390.
2685         * device/include/hc08/mc68hc908gp32.h,
2686         * device/include/hc08/mc68hc908jb8.h,
2687         * device/include/hc08/mc68hc908jkjl.h,
2688         * device/include/hc08/mc68hc908qy.h: fixed comments
2689         * device/include/mcs51/README: updated
2690         * device/include/mcs51/c8051f120.h: added PINRSF
2691         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2692         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2693           amidst code. Also inline is not supported.
2694
2695 2005-04-06 Raphael Neider <rneider AT web.de>
2696
2697         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2698         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2699           callers stack/frame pointers
2700
2701 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2702
2703         * device/include/pic16/usart.h: added, missing in previous commit,
2704         * device/include/pic16/adc.h: fixed typo,
2705         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2706         commit,
2707         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2708         <p18fxxx.inc>
2709         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2710         uninitialized because a bug appears with gplink
2711         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2712         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2713         complains for unrecognised option
2714
2715 2005-04-05 Raphael Neider <rneider AT web.de>
2716
2717         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2718           structs as well (using memcpy)
2719         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2720           on ISRs (GOTO has no label)
2721         * src/pic16/device.h: added OF_OPTIMIZE_DF
2722         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2723           new data flow analysis/optimization
2724         * src/pic16/pcode.c: added (prototypes for and implementation of)
2725           dataflow analysis functions, fixed pCodeInstructions' inCond and
2726           outCond values, made RCALL a branch instruction
2727         * (pic16_unlinkpCode): keep C line if possible
2728         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2729           C line moved if possible
2730         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2731         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2732           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2733         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2734           new flow)
2735         * (pic16_getJumptabpCode): NEW, needed in...
2736         * (LinkFlow): fixed handling of jumptables, calls and conditional
2737           branches
2738         * (pic16_InsertCommentAfter): NEW
2739         * (pic16_pCodeReplace): made verbose and flow preserving
2740         * (AnalyzeFlow): added call to data flow analysis
2741         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2742         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2743         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2744
2745 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2746
2747         * src/SDCCast.c (decorateType): fixed bug #1105626
2748
2749 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2750
2751         * device/include/asm/pic16/features.h,
2752         * pic18f*.h headers,
2753         * device/include/pic16/adc.h,
2754         * device/include/pic16/delay.h,
2755         * device/include/pic16/i2c.h,
2756         * device/include/pic16/malloc.h,
2757         * device/include/pic16/stdio.h,
2758         * device/include/pic16/stdlib.h,
2759         * device/include/pic16/string.h,
2760         * device/lib/pic16/libc/stdio/printf_tiny.c,
2761         * device/lib/pic16/libc/stdio/printf_small.c,
2762         * device/lib/pic16/libc/stdio/strmgpsim.c,
2763         * device/lib/pic16/libc/stdio/strmmssp.c,
2764         * device/lib/pic16/libc/stdio/strmusart.c,
2765         * device/lib/pic16/libc/stdio/vfprintf.c,
2766         * device/lib/pic16/libc/stdlib/ltoa.c,
2767         * device/lib/pic16/libc/stdlib/putchar.c,
2768         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2769         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2770         * device/lib/pic16/libc/stdlib/memchrram.c,
2771         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2772         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2773         * device/lib/pic16/libio/adc/adcbusy.c,
2774         * device/lib/pic16/libio/adc/adcread.c,
2775         * device/lib/pic16/libio/adc/adcsetch.c,
2776         * device/lib/pic16/libio/usart/ubaud.c,
2777         * device/lib/pic16/libio/usart/ubusy.c,
2778         * device/lib/pic16/libio/usart/udrdy.c,
2779         * device/lib/pic16/libio/usart/uopen.c,
2780         * device/lib/pic16/libio/usart/uputc.c,
2781         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2782         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2783         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2784         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2785         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2786         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2787         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2788         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2789         specific keywords to double underlined form,
2790         * device/lib/pic16/libc/Makefile.rules,
2791         * device/lib/pic16/libsdcc/Makefile.rules,
2792         * device/lib/pic16/libm/Makefile,
2793         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2794         to compile with C standard set in Makefile.common
2795         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2796         rand.c and crc.c in compilation process,
2797         * device/lib/pic16/libsdcc/int/divuint.c,
2798         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2799         `c' from signed to unsigned,
2800         * device/lib/pic16/startup/crt0.c,
2801         * device/lib/pic16/startup/crt0i.c,
2802         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2803         keywords to double underlined form, bug fixes in _do_cinit function
2804         which prevented the correct initialization of the .idata segment,
2805         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2806         core to enter a infinite loop
2807         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2808
2809 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2810
2811         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2812
2813 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2814
2815         * device/include/Makefile.in: add support for hc08 subdirectory
2816         * device/include/hc08/: new subdirectory
2817         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2818         Lucas Loizaga, thanks!
2819         * device/include/hc08/mc68hc908qy.h,
2820         * device/include/hc08/mc68hc908gp32.h,
2821         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2822         their own directory. Changed internal macro names to use the compiler
2823         reserved namespace. Changed SDCC specific keywords to double
2824         underlined form.
2825         * device/include/math.h,
2826         * device/include/malloc.h,
2827         * device/include/stdarg.h,
2828         * device/include/stdbool.h
2829         * device/include/string.h,
2830         * device/include/tinibios.h,
2831         * device/include/ds400rom.h,
2832         * device/include/8051.h,
2833         * device/include/8052.h,
2834         * device/include/80c51xa.h,
2835         * device/include/at89c55.h,
2836         * device/include/at89S8252.h,
2837         * device/include/at89x51.h,
2838         * device/include/at89x52.h,
2839         * device/include/ds80c390.h,
2840         * device/include/reg764.h,
2841         * device/include/regc515c.h,
2842         * device/include/sab80515.h,
2843         * device/include/mcs51/c8051f000.h,
2844         * device/include/mcs51/c8051f018.h,
2845         * device/include/mcs51/c8051f020.h,
2846         * device/include/mcs51/c8051f040.h,
2847         * device/include/mcs51/c8051f060.h,
2848         * device/include/mcs51/c8051f120.h,
2849         * device/include/mcs51/c8051f300.h,
2850         * device/include/mcs51/c8051f310.h,
2851         * device/include/mcs51/c8051f320.h,
2852         * device/include/mcs51/c8051f330.h,
2853         * device/include/mcs51/c8051f350.h,
2854         * device/include/z180.h: Changed SDCC specific keywords to double
2855         underlined form.
2856
2857 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2858
2859         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2860         18F4455,
2861         * (pic16_assignConfigWordValue): disable testing of configuration
2862         register value with config mask,
2863         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2864         function with port->fun_prefix,
2865         * (genFunction): when generating a naked interrupt function never
2866         create an absolute segment placed in interrupt vector address, place
2867         the actual interrupt function at IVA instead, when an interrupt
2868         function is generated with unspecified interrupt then do not create
2869         the absolute section,
2870         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2871         code for generating a call to generic pointer get/put function with
2872         a call to function pic16_callGenericPointer(),
2873         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2874         the call to the generic pointer get/put functions with prefixing the
2875         function name with port->fun_prefix,
2876         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2877         * src/pic16/main.c (_process_pragma): prefix function with
2878         port->fun_prefix,
2879         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2880         calling assembler, old 18Fxxxx macro is deprecated,
2881         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2882         PC_ASMDIR in while condition,
2883         * (findInstruction): add PC_ASMDIR in while condition,
2884         * (buildCallTree): prefix main with port->fun_prefix,
2885         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2886         identifier for variable with banked access in instructions BTFSS,
2887         BTFSC, BCF, BSF, BTG
2888         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2889         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2890         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2891         perform optimization when enviroment variable NO_REG_OPT is set,
2892         * (insideLRBlock): NEW, return 1 if register is inside an
2893         INF_LOCALREGS block,
2894         * (RemoveRegFromLRBlock): remove a register that is completely
2895         eliminated by register optimization, but it is still left in local
2896         register store/restore in/from stack block,
2897         * (Remove2pcodes): after removing register, check to see if it
2898         should be removed from local register store/restore in/from stack
2899         block,
2900         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2901         DUMMY_READ_VOLATILE,
2902
2903         * device/include/pic16/adc.h: minor prototype modifications and
2904         update,
2905         * device/include/pic16/malloc.h: added GPL notice various
2906         modifications,
2907         * device/include/pic16/stdint.h: NEW, standard header for ints
2908         * device/include/pic16/delay.h: NEW, header for delay functions,
2909         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2910         delay1mtcy,
2911         * device/include/pic16/signal.h: NEW, header providing helper macros
2912         for implementing signal handlers,
2913         * device/include/pic16/stdio.h: added prototypes for functions,
2914         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2915         prototypes for stdin and stdout, added macro PUTCHAR to
2916         automatically implement putchar function prototype,
2917         * device/include/pic16/usart.h: modified and updated USART library,
2918         * device/lib/pic16/libio/adc/,
2919         * device/lib/pic16/libio/i2c: some modifications to improve library
2920         performance,
2921         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2922         family of functions,
2923         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2924         family of functions and other sources,
2925         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2926         of the PIC18Fxx[28] devices,
2927         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2928         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2929         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2930         _do_cinit function, because the previous failed when local variables
2931         where not placed in the same memory bank,
2932         * device/lib/pic16/libsdcc/char/: various modifications to improve
2933         library performance,
2934         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2935         information on the new functions of the c library and more...
2936
2937 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2938
2939         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2940
2941 2005-03-26 Raphael Neider <rneider AT web.de>
2942
2943         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2944           if condition == CARRY)
2945         * (genCmp): adapted to new genSkipc semantics
2946         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2947           on rIfx (genCmp was broken)
2948
2949 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2950
2951         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2952         * src/z80/main.c (_keywords[]),
2953         * src/SDCCglobal.h (struct options),
2954         * src/SDCC.y,
2955         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2956         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2957         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2958         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2959         always available in leading double underscore form. The C99 support is
2960         mostly missing, but it's a start.
2961         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2962         reserved identifier "__data".
2963
2964 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2965
2966         * src/mcs51/peeph.def: fixed bug 1170013
2967
2968 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2969
2970         * device/include/mcs51reg.h: fixed bug 842007
2971
2972 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2973
2974         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2975         last time.
2976
2977 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2978
2979         * src/port.h (struct PORT),
2980         * src/avr/ralloc.c (avr_assignRegisters),
2981         * src/avr/main.c,
2982         * src/ds390/ralloc.c (ds390_assignRegisters),
2983         * src/ds390/main.c,
2984         * src/hc08/ralloc.c (hc08_assignRegisters),
2985         * src/hc08/main.c,
2986         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2987         * src/mcs51/main.c,
2988         * src/pic/ralloc.c (pic14_assignRegisters),
2989         * src/pic/main.c,
2990         * src/pic16/ralloc.c (pic16_assignRegisters),
2991         * src/pic16/main.c,
2992         * src/xa51/ralloc.c (xa51_assignRegisters),
2993         * src/xa51/main.c,
2994         * src/z80/ralloc.c (z80_assignRegisters),
2995         * src/z80/ralloc.h,
2996         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2997         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2998         * src/SDCCcse.h,
2999         * src/SDCCdflow.c (computeDataFlow),
3000         * src/SDCCdflow.h,
3001         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3002         * src/SDCCloop.h,
3003         * src/SDCCcflow.c (*),
3004         * src/SDCCcflow.h,
3005         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3006         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3007         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3008         immedDom() returning wrong block; probably fixes bug #1160833)
3009
3010 2005-03-20 Borut Razem <borut.razem AT siol.net>
3011
3012         * support/scripts/inc2h.pl: WIN32 port
3013
3014 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3015
3016         * device/lib/makefile.in: added abs.c and labs.c
3017
3018 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3019
3020         * device/include/stdint.h: added
3021         * device/lib/abs.c: added
3022         * device/lib/labs.c: added
3023         * device/include/stdlib.h: added abs() and labs() prototypes
3024         * device/lib/libsdcc.lib: added abs and labs
3025         * device/include/float.h,
3026         * device/lib/_fsmul.c,
3027         * device/lib/printf_fast.c,
3028         * device/lib/printf_tiny.c: updated comments
3029
3030 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3031
3032         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3033         bug #1164313
3034
3035 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3036
3037         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3038         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3039
3040 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * device/lib/printf_large.c: removed inline assembly for portability and
3043           readability. Use printf_fast if speed or size are more important.
3044         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3045         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3046
3047 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3048
3049         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3050         prevent compiler warning
3051
3052 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3053
3054         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3055         moved to level 0 and declared as static. Also they are explicit
3056         placed in access bank. This was necessery because some times they
3057         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3058         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3059         optimizations. Currently only compare to unsigned char is implemented,
3060         * src/pic16/gen.c: added fReturnIdx array,
3061         * (struct resolvedIfx) is moved to gen.h and made public,
3062         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3063         * (aopForSym): added an optimization to directly store in stack of
3064         the operand of a SEND iCode,
3065         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3066         but as registers instead (AOP_REG) using the fReturnIdx array,
3067         * (pic16_freeAsmop): remove the freed register from the
3068         _G.sregsAlloc field,
3069         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3070         a compare of 'WREG',
3071         * (pic16_popGetTempRegCond): changed function prototype, now
3072         function takes also a bitVector argument v which holds the current
3073         set of registers that are allocated for stack access by aopForSym,
3074         registers allocated in aopForSym for accessing stack symbols are not
3075         any more part of the functions usedRegs field,
3076         * (genCall): some times aopOp is called for a stack variable to be
3077         send, aopForSym might perform the push, if this is true make sure
3078         that genCall doesn't push the variable twice by testing _G.resDirect,
3079         * (genFunction): changed testing for unspecified interrupt number
3080         from 256 to INTNO_UNSPEC,
3081         * modified selection scheme of frame pointer generation. Previously
3082         if function did use local registers a frame pointer was generated,
3083         now a frame pointer is generated only if function has arguments
3084         (that need PLUSW2 register access), or has stack arguments, or the
3085         compiler is not instructed to omit the frame pointer,
3086         * (genEndFunction): before restoring local registers that were saved
3087         in the function preamble, also restore the registers that *might*
3088         have been allocated for stack access,
3089         * (genRet): removed some old comments,
3090         * (genCmp, the active (RN's) version): added a call to the
3091         pic16_genCmp_special function to perform the compare with a more
3092         robust and optimized way,
3093         * (genInline): a feature has been added in inline code generation,
3094         which allows a wildcard variable substitution when writing inline
3095         assembly. Code is incomplete and experimental therefore undocumented,
3096         * (genCast): changed order of aopOp for result and right to allow
3097         aopForSym to directly load the result if possible,
3098         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3099         perform an optimized compare on some selected special occasions,
3100         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3101         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3102         generate an IVT any more,
3103         * src/pic16/main.c (pic16_optionsTable): added command line option
3104         --optimize-cmp,
3105         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3106         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3107         macros,
3108         * src/pic16/NOTES: Raphael Neider added in list of active developers
3109         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3110         jumptable_end to prevent bug #,
3111         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3112         inCond and outCond fields,
3113         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3114         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3115         turn off register spilling,
3116         * (packRegsForOneUse): synced with other ports' versions although it
3117         is not used currently,
3118         * (pic16_packRegisters): added an optimization while reading
3119         structure bitfields, some registers may be saved (malloc code is
3120         decreased by 80 bytes)
3121
3122 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3123
3124         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3125         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3126         this can be optimized more?
3127
3128 2005-03-10 Raphael Neider <rneider AT web.de>
3129
3130         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3131           genNearPointerGet): (hopefully) fixed access to bitfields via
3132           pointers (p->bitN = x; and x = p->bitN; failed)
3133
3134 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3135
3136         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3137
3138 2005-03-09 Raphael Neider <rneider AT web.de>
3139
3140         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3141
3142 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3143
3144         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3145         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3146           (regTypeNum): set REG_BIT type if necessary
3147         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3148         * support/regression/tests/critical.c: check bug 1144613
3149
3150 2005-03-02 Raphael Neider <rneider AT web.de>
3151
3152         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3153
3154 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3155
3156         * src/avr/ralloc.c (serialRegAssign),
3157         * src/ds390/ralloc.c (serialRegAssign),
3158         * src/hc08/ralloc.c (serialRegAssign),
3159         * src/mcs51/ralloc.c (serialRegAssign),
3160         * src/pic/ralloc.c (serialRegAssign),
3161         * src/pic16/ralloc.c (serialRegAssign),
3162         * src/xa51/ralloc.c (serialRegAssign),
3163         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3164
3165 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3166
3167         * src/SDCCast.c (decorateType): fixed bug 1124787
3168
3169 2005-02-20 Hubert Sack <sack AT digiplan.de>
3170         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3171
3172         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3173         patch #1121755
3174
3175 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3176
3177         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3178         to keep the correct label reference count when adding/removing references
3179         to labels. A peephole file using this is appended to patch #1144962.
3180
3181 2005-02-14 Raphael Neider <rneider AT web.de>
3182
3183         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3184         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3185         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3186           retrievals of result operand's value on assignment
3187
3188 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3189
3190         * device/include/pic16/string.h: modified prototype for memccpy()
3191         to memccpy(void *, void *, char, size_t)
3192         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3193         check whether to omit frame pointer or not,
3194         * (genInline): convert all occurences of "\n" to LF in inline
3195         assembler blocks, this helps formatting the inline text,
3196         * (pic16_loadFSR0): modified prototype,
3197         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3198         removed some 8051 legacy code,
3199         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3200         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3201         before allocating temporary registers in functions,
3202
3203 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3204
3205         * support/regression/tests/bitvars.c: corrected the "fix"
3206
3207 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3208
3209         * support/regression/tests/bitvars.c,
3210         * support/regression/tests/bitwise.c,
3211         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3212
3213 2005-02-10 Raphael Neider <rneider AT web.de>
3214
3215         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3216           different size for Alpha
3217         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3218
3219 2005-02-09 Raphael Neider <rneider AT web.de>
3220
3221         * src/SDCC.lex(doPragma) : save and restore warning options as well
3222           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3223         * have #pragma less_pedantic set the errorlevel to WARNING
3224           (fixes #1117001)
3225         * (cloneOptimize) : fixed wrong malloc's size
3226         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3227           facilitate correct handling of #pragma (save|restore)
3228
3229 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3230
3231         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3232
3233 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3234
3235         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3236
3237 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3240
3241 2005-02-02 Raphael Neider <rneider AT web.de>
3242
3243         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3244         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3245         * (pic16_storeForReturn): fixed to allow returning function pointers
3246         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3247         * device/include/pic16/{stddef.h,stdbool.h}: added
3248
3249 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3250
3251         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3252
3253 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3254
3255         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3256         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3257          appeared to be required
3258
3259 2005-01-31 Borut Razem <borut.razem AT siol.net>
3260
3261         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3262           include/mcs51 and include/z80 directories to the package
3263
3264 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3265
3266         * src/hc08/gen.c (genFunction): fixed bug #1112752
3267
3268 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3269
3270         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3271
3272 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3273
3274         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3275
3276 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3277
3278         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3279
3280 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3281
3282         * device/include/c8051fxxx.h: removed these 6 files
3283         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3284
3285 2005-01-26 Raphael Neider <rneider AT web.de>
3286
3287         * src/pic16/gen.c (genAssign): fixed assignment from longs
3288           in codespace (were cut to three bytes)
3289         * (genDummyRead): implemented (except for CODESPACE...),
3290           fixed bug #1108575
3291         * src/pic16/glue.c (emitStatistics): beautified
3292         * device/lib/pic16/libm/Makefile: added include path
3293
3294 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3295
3296         * src/z80/gen.c (aopPut): fixed bug #1103902
3297
3298 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3299
3300         * device/lib/expf.c: fixed bug #1095792
3301
3302 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3303
3304         * device/lib/pic16/libm: added Math library sources
3305
3306 2005-01-24 Raphael Neider <rneider AT web.de>
3307
3308         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3309           to enable upcast to pCodeOpReg2 (there is no type tag to
3310           differenciate the two and pic16_popGet2p cast into PCOR2)
3311         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3312           (sizeof(sectNames) changed to sizeof(sectName))
3313           Both patches fix segfaults under MinGW.
3314
3315 2005-01-23 Raphael Neider <rneider AT web.de>
3316
3317         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3318           Safe_[mc]?alloc()'ed variables
3319         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3320           of (byte sized) temporaries (assign them to WREG for now)
3321         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3322           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3323           this might fix SIGSEGVs on MinGW...
3324         * src/SDCCopt.c (killDeadCode): restored original behaviour
3325           (volatile operands might get thrown away though)
3326
3327 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3328
3329         * src/pic16/gen.c: fixed bug #1106975,
3330         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3331         pointer update, INTCON is saved, global interrupts are disabled and
3332         restored after updateing TOS.
3333         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3334         * added function attribute 'shadowregs' to take advantage of shadow
3335         registers,
3336         * added function attribute 'wparam' as an alternative to the wparam
3337         pragma,
3338         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3339         user declares a non-ISR function as 'shadowregs',
3340         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3341
3342 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3343
3344         * .version: bumped version number to 2.4.8
3345         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3346         pic16 port,
3347         * device/lib/pic16/libio/i2c/: I2C module support library,
3348         * device/include/pic16/i2c.h: I2C support library header,
3349         * device/lib/pic16/libc/stdio/: standard IO support sources,
3350         * (printf_small.c): printf_small() source, supports float print,
3351         * (printf_tiny.c): printf_tiny() source, does not support floats,
3352         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3353         enable global optimizations for entire library source, other
3354         Makefiles in the source tree are also modified to reflect this,
3355         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3356         function,
3357         * doc/sdccman.lyx: updated to reflect new changes,
3358         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3359         sym->onStack if-case,
3360         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3361         sbit, idata, _idata, xdata, _xdata,
3362         * added pragma library, to link an external library, (see doc),
3363         * removed command line options, --pomit-config-words, --pomit-ivt,
3364         --pleave-reset-vector,
3365         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3366         when calling assembler to reflect memory model used, also define
3367         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3368         reflect stack model used,
3369         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3370         on stack return NULL,
3371
3372 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3373
3374         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3375           of the operands is volatile. Fixes #1020220
3376
3377 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3378
3379         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3380         * (OptimizeRegUsage): make sure that there is really no other flow where
3381           the first pCode is used
3382
3383 2005-01-22 Raphael Neider <rneider AT web.de>
3384
3385         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3386           to fix #1106967 (pCode->seq are not set up correctly)
3387
3388 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3389
3390         * src/SDCCglue.c (glue): make sure code area is declared before the
3391         static initialization area.
3392
3393 2005-01-21 Raphael Neider <rneider AT web.de>
3394
3395         * device/lib/Makefile.in: fixed test for pic16 install dir
3396         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3397           optimizations
3398         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3399           added --optimize-goto compiler switch and pragma wparam documentation
3400         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3401         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3402           and PRODH closing bug #1071770 (peephole optimizer)
3403
3404 2005-01-19 Raphael Neider <rneider AT web.de>
3405
3406         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3407           cmdLine buffers (used when calling sdcpp...) are large enough
3408           (MAX_PATH=256 truncates arguments leading to system halts when
3409           used in MinGW...)
3410         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3411         * (genUminus): rewritten to for efficiency
3412         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3413           used uninitialized in some cases)
3414         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3415           copy the third byte from the int -- now assumes 0x80 (data memory)
3416         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3417           operands (genAddLit expects the iCode's operands to swapped as
3418           well), fixed leftover bytes (crashed for short left operands)
3419         * (pic16_genMinusDec): performance improvements, removed false
3420           PIC14 emitSKPNCs
3421         * (pic16_genMinus): fixed to cope with differently sized operands
3422         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3423           for --obanksel > 1
3424         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3425         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3426           new banksel optimization
3427         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3428           analysis for temporary registers (segfaults...)
3429         * src/pic16/peeph.def: added rule
3430
3431 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3432
3433         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3434         which converts a float number to its ASCII representation
3435         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3436         functions to convert the fractional and integer part of a float to ASCII,
3437         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3438         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3439         ram
3440         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3441         _STATMEM macros,
3442         * device/include/pic16/adc.h: added GPL info,
3443         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3444         a pCodeOp as tested operand,
3445         * (genNearPointerGet): optimized bit testing, does not use
3446         intermediate register for bit value, test directly instead with
3447         BTFSS, BTFSC, works only for single bits,
3448         * (genpic16Code): dump the name of the iCode in the asm,
3449         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3450         renamed to pic16_decodeOp,
3451         * (serialRegAssign): do not allocate a temporary register for iCode
3452         sequences that test a single bit for 1/0
3453
3454 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3455
3456         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3457         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3458         access stack and frame pointers. They are initially assigned to
3459         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3460         accessing SFRs. Updated all occurences of modification of stack or
3461         frame pointer in gen.c and pcode.c,
3462         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3463         assigning of a literal value to pointers,
3464         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3465         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3466         selected
3467
3468 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3469
3470         * doc/sdccman.lyx: update documentation about stack pragma, added
3471         some info for stack memory models
3472
3473 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3474
3475         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3476
3477 2005-01-08 Raphael Neider <rneider AT web.de>
3478
3479         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3480           udata sections to fix bug #1097823
3481
3482 2005-01-05 Raphael Neider <rneider AT web.de>
3483
3484         * src/pic16/gen.c (genGenericShift): added handling of differently
3485           sized left operand and result
3486
3487 2005-01-04 Raphael Neider <rneider AT web.de>
3488
3489         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3490         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3491           to hold the condition bit)
3492         * added new version of genCmp (old code available via #define)
3493         * added new version of genShiftLeft/genShiftRight in a generic
3494           way, now supports shifting by negative values
3495         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3496           shiftCount (expected by genGenericShift)
3497         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3498         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3499           dump
3500         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3501           is an invalid literal too...)
3502
3503 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3504
3505         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3506         from Raphael Neider,
3507         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3508         for 8-bit literals. This fixes some literal operands which are sign
3509         extended to 16-bits ints when instruction needs only 8-bits.
3510
3511 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3512
3513         * device/lib/logf.c: added mcs51 assembly version
3514         * device/lib/expf.c: added mcs51 assembly version
3515         * device/lib/_logexpf.c: new shared asm code for expf and logf
3516         * device/include/math.h: add defines for assembly math library
3517         * device/lib/Makefile.in: build new _logexpf.c
3518         * device/lib/libfloat.lib: use new _logexpf.c
3519
3520 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3521
3522         * src/pic/device.c
3523         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3524           device types which have less than 0x7f registers.
3525
3526 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3527
3528         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3529
3530 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3531
3532         * device/lib/printf_fast.c: only build on supported arch.
3533         * device/lib/printf_tiny.c: only build on supported arch.
3534         * device/lib/printf_fast_f.c: only build if asm float lib
3535         * device/lib/_fsget1arg.c: only build if asm float lib
3536         * device/lib/_fsget2args.c: only build if asm float lib
3537         * device/lib/_fsnormalize.c: only build if asm float lib
3538         * device/lib/_fsreturnval.c: only build if asm float lib
3539         * device/lib/_fsrshift.c: only build if asm float lib
3540         * device/lib/_fsswapargs.c: only build if asm float lib
3541         * device/include/stdio.h: don't provide print_fast,
3542           print_fast_f, print_tiny prototypes if --xstack used
3543
3544 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3545
3546         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3547         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3548           to the SOURCES
3549
3550 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3551
3552         * device/lib/printf_fast_f.c: same as printf_fast, but
3553           with floating point enabled
3554         * device/lib/printf_fast.c: minor tweaks
3555         * device/include/stdio.h: add printf_fast_f
3556
3557 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3558
3559         * src/SDCCmain.c: make --float-reent default for mcs51
3560         * device/lib/_fsadd.c: added mcs51 assembly version
3561         * device/lib/_fssub.c: added mcs51 assembly version
3562         * device/lib/_fsmul.c: added mcs51 assembly version
3563         * device/lib/_fsdiv.c: added mcs51 assembly version
3564         * device/lib/_fseq.c: added mcs51 assembly version
3565         * device/lib/_fsneq.c: added mcs51 assembly version
3566         * device/lib/_fsgt.c: added mcs51 assembly version
3567         * device/lib/_fslt.c: added mcs51 assembly version
3568         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3569         * device/lib/Makefile.in: add _fscmp to build
3570         * device/lib/libfloat.lib: add _fscmp to build
3571
3572 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3573
3574         * device/lib/_fs2slong.c: added mcs51 assembly version
3575         * device/lib/_fs2sint.c: added mcs51 assembly version
3576         * device/lib/_fs2schar.c: added mcs51 assembly version
3577         * device/lib/_fs2ulong.c: added mcs51 assembly version
3578         * device/lib/_fs2uint.c: added mcs51 assembly version
3579         * device/lib/_fs2uchar.c: added mcs51 assembly version
3580         * device/lib/_slong2fs.c: added mcs51 assembly version
3581         * device/lib/_sint2fs.c: added mcs51 assembly version
3582         * device/lib/_schar2fs.c: added mcs51 assembly version
3583         * device/lib/_ulong2fs.c: added mcs51 assembly version
3584         * device/lib/_uint2fs.c: added mcs51 assembly version
3585         * device/lib/_uchar2fs.c: added mcs51 assembly version
3586         * device/include/float.h: added #define to select asm vs c
3587
3588 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3589
3590         * device/lib/printf_fast.c: improvements to float output
3591         * device/include/float.h: add defines for assembly float library
3592         * device/lib/_fsget1arg.c: receive 1 float arg
3593         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3594         * device/lib/_fsnormalize.c: normalize a float
3595         * device/lib/_fsreturnval.c: return float, various helper routines
3596         * device/lib/_fsrshift.c: right shift a float's mantissa
3597         * device/lib/_fsswapargs.c: swap 2 floats
3598         * device/lib/Makefile.in: build these 6 new files for mcs51
3599         * device/lib/libfloat.lib: add these 6 files to the library
3600
3601 2004-12-26 Borut Razem <borut.razem AT siol.net>
3602
3603         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3604           built by gcc 3.4.2
3605
3606 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3607
3608         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3609           and fully reentrant and register bank neutral.
3610         * device/lib/printf_fast.c: added float (not enabled by default),
3611           added compact/slower integer (also not enabled by default),
3612           improved size/speed of fast integer code, other minor changes
3613         * device/include/stdio.h, device/lib/Makefile.in,
3614           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3615
3616 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3617
3618         * src/pic16/pcode.c: declaring variables other than at the start of a
3619           block is not supported in C by VC6.
3620
3621 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3622
3623         * applied a previous patch from Raphael Neider that wasn't included
3624         in the previous commits, which fixes infinite loops within jumptable
3625         improvements,
3626         * made some fixes that previous patches introduced
3627
3628 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3629
3630         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3631         that fixes an issue with AOP_PCODE asmop's offset,
3632         * (pic16_popCopyReg): update instance field too,
3633         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3634         function of pic port,
3635         * (genCmp, genAnd, genAssign),
3636         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3637
3638 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3639
3640         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3641         variables initial values to idata section,
3642         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3643         variables in some functions. This utilizes parmBytes field of iCode
3644         structure to hold the offset of the variable in stack. (might be
3645         able to use the stack field too?)
3646         * applied patch from Raphael Neider # ### , # ###
3647         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3648         variable initial values in idata section,
3649         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3650         for static variables with initial value
3651         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3652         applied fix in while loop from Raphael Neider.
3653
3654 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3655
3656         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3657         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3658         * src/ds390/ralloc.c (serialRegAssign): spill bits
3659         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3660         * support/Util/SDCCerr.c,
3661         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3662         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3663         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3664
3665 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3666
3667         * device/include/sdcc-lib.h: inserted LGPL, added includes
3668           asm/ds390/features.h and asm/mcs51/features.h
3669         * device/include/asm/default/features.h,
3670         * device/include/asm/gbz80/features.h,
3671         * device/include/asm/z80/features.h: added empty _AUTOMEM
3672           and _STATMEM
3673         * device/include/asm/ds390/features.h,
3674         * device/include/asm/mcs51/features.h: added files with defines for
3675           _AUTOMEM and _STATMEM indicating automatic and static storage class
3676         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3677         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3678         * src/SDCCicode.c (geniCodeCast),
3679         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3680         * src/SDCCloop.c (loopInduction): removed unused variable lr
3681         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3682           to convertToFcall to include char modulo (RFE 1065037), added check
3683           if left operand is unsigned and use abs of literal value
3684         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3685           as it doesn't work after conversion from peephole.def to peephole.rul
3686         * src/mcs51/gen.c (toBoolean): added check for size,
3687           (genModOneByte): optimized code for signed char modulo a literal
3688           power of 2 (thanks to Hubert Sack),
3689           (genRRC): removed unnecessary "clr c",
3690           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3691         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3692           jump optimization,
3693           swapped rules 256.c and 256.d,
3694           extended 256.d by using new multiple checks (thanks Erik),
3695           added rules 256.e and 256.f,
3696           updated rule 261.a and 261.b to new generated code
3697         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3698
3699 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3700
3701         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3702           induction related bugs, including first part of bug #1074377
3703
3704 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3705
3706         * applied patch from bug-report #1076292,
3707         * applied patches for genAnd and Goto-optimizations for Raphael
3708         Neider,
3709         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3710         dump a less iCode information,
3711         * src/pic16/device.h (pic16_options_t): added field debgen,
3712         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3713         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3714         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3715         puclic,
3716         * (various functions): added macros FENTRY and FENTRY2 to functions,
3717         to emit function prologue,
3718         * (various functions): fixed indentation,
3719         * (genNearPointerGet): fixed loading of FSR0,
3720         * (genPackBits): applied patch from Raphael Neider to fix updating
3721         of FSR0 and touching only the modified bits,
3722         * src/pic16/genarith.c (various functions): added macros FENTRY to
3723         emit function prologue in comments,
3724         * src/pic16/pcode.h: added functions debugf2, debugf3,
3725         * src/pic16/ralloc.c: partial fix for packForPush caused
3726         segmentation fault,
3727
3728 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3729
3730         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3731           <stsp AT users.sourceforge.net> with reversed byte order
3732         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3733
3734 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3735
3736         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3737           bug #1074377
3738         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3739         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3740
3741 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3742
3743         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3744
3745 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3746
3747         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3748           conditions,
3749           (setFromConditionArgs): friendly operand parser for peephole rules,
3750           (operandBaseName, operandsNotRelated): new peephole condition
3751           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3752           architecture specific register naming into account, handles n-way
3753           comparisons, and supports quoted literals
3754         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3755
3756 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3757
3758         * src/mcs51/peeph.def: fixed bug #1076940
3759
3760 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3761
3762         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3763
3764 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3765
3766         Adding support for replacing ljmps with sjmps in jumptables
3767         generated for switch statements. For now you need to set the
3768         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3769         Now 4 algorithms for mcs51 jumptable generation are used:
3770         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3771         addresses loaded pc-relative for up to 112 cases and stack-pushing
3772         target addresses loaded with offset from dptr for up to 256 cases.
3773
3774         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3775         * src/mcs51/main.c: adapted constants for switch table generation
3776         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3777
3778 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3781         * support/regression/tests/bug1057979.c: added test for bug 1073386
3782
3783 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3784
3785         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3786         compilers
3787
3788 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3789
3790         * src/pic16/device.h,
3791         * src/pic16/genarith.c,
3792         * src/pic16/glue.c,
3793         * src/pic16/main.c,
3794         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3795
3796 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3797
3798         Large cummulative patch for pic16 port.
3799         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3800         to call when a stack overflow occurs,
3801         * (malloc.h): added CVS Id tag,
3802         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3803         variable,
3804         * added libc directory. The current version of LibC contains string
3805         functions, ctype functions and macros and some functions of the
3806         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3807         be extensively tested in the future. Standard disclaimer here.
3808         Library is not automatically build yet. But one can build it by
3809         invoking 'make' inside the libc directory.
3810         * added ADC library under libio. Preliminary version yet.
3811
3812         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3813         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3814         aopForRemat() now and not by pic16_aopOp(),
3815         * (pic16_popGetTempReg): removed warning messgae when allocating
3816         temporary registers, its a buggy feature and will be removed,
3817         * (pic16_popGet): set register instance field in AOP_CRY,
3818         * (pic16_outBitC): fixed for results in size greater than 1,
3819         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3820         * (pic16_storeForReturn): optimized return of 0,
3821         * (genCmp): experimental code for new genCmp which uses PIC18's
3822         special compare&skip instructions. Initial tests fail some times
3823         with variables grater than 1 byte in size, so new code is disabled,
3824         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3825         a single bit,
3826         * (genCast): began a fix to optimize the casting of a bit to another
3827         bit, now assigning a bitfield to another bitfield will fail, sorry,
3828         * src/pic16/main.c: disabled the use of lr-support feature,
3829         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3830         * added some function prototypes, added function _debugf prototype,
3831         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3832         bits with offset (case PO_GPR_BIT),
3833         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3834         command line,
3835         * (isBankInstruction): modified to return 0 for no banking instruction,
3836         and 1 for banking instruction,
3837         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3838         caused stop processing pCodes after a inline assembly block,
3839         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3840         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3841         registers when it shouldn't,
3842         * src/pic16/ralloc.c (allocReg): add preliminary support for
3843         supporting a limited set of temporary registers,
3844
3845 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3846
3847         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3848           genDataPointerSet): ensure assignments always copy in MSB to LSB
3849           order,
3850           (loadRegFromAop): recognize CLRH optimization,
3851           (genFunction): optimize RECEIVE iCodes in reentrant functions
3852
3853 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3854
3855         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3856           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3857           selected.
3858         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3859         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3860           contiguous with data
3861
3862 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3863
3864         * device/lib/_gptrget.c (_gptrget),
3865         * device/lib/_gptrgetc.c (_gptrgetc),
3866         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3867           instead of sjmp to ret
3868         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3869           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3870
3871 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3872
3873         * .version: bumped version to 2.4.7
3874         * device/lib/_gptrget.c (_gptrget): is now _naked
3875         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3876         * device/lib/_gptrput.c (_gptrput): is now _naked
3877         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3878           (createFunction): fixed xstack
3879         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3880         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3881           or bit either,
3882           (geniCodeCritical): store original interrupt state in an iTemp bit
3883           var unless stack-auto
3884         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3885         * src/SDCCmain.c (setIncludePath): added include/target to search path
3886         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3887         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3888           prototype,
3889           (processFuncArgs): put bit vars in bit area
3890         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3891           unsaveRBank): fixed xstack,
3892           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3893           (genFunction, genEndFunction): fixed xstack,
3894           (genAssign): optimization don't walk backwards through mem
3895         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3896         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3897         * support/regression/Makefile: also make library (for stack-auto) when
3898           making "all" and added "test-mcs51-xstack-auto"
3899         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3900         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3901         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3902         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3903         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3904           make-library by MAKE_LIBRARY
3905         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3906           regression tests for xstack
3907         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3908         * support/regression/tests/critical.c: test for critical on mcs51
3909
3910 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3911
3912         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3913           built version of sdcc instead of installed version
3914
3915 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3916
3917         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3918         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3919           vprintf.c now
3920         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3921         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3922           WARNING: remove device/lib/build/z80/printf.o by hand when
3923           updating from previous build!
3924         * device/lib/z80/printf.c: updated comment
3925         * support/regression/tests/bug1057979.c: test all ports now
3926         * support/regression/tests/bug1065458.c: file added
3927
3928 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3929
3930         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3931           *_start and *_end symbols for static functions
3932
3933 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3934
3935         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3936           and search crt0.o in all library paths,
3937           (setIncludePath): proper handling of --nostdinc,
3938           (setLibPath): proper handling of --nostdlib
3939         * support/regression/Makefile,
3940         * support/regression/ports/ds390/spec.mk,
3941         * support/regression/ports/gbz80/spec.mk,
3942         * support/regression/ports/hc08/spec.mk,
3943         * support/regression/ports/mcs51/spec.mk,
3944         * support/regression/ports/mcs51-large/spec.mk,
3945         * support/regression/ports/mcs51-stack-auto/spec.mk,
3946         * support/regression/ports/z80/spec.mk: use include and lib files from
3947           built version of sdcc instead of installed version
3948         * doc/sdccman.lyx: fixed typo in --nostdinc
3949
3950 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3951
3952         * src/pic/pcode.c,
3953         * src/pic/device.c,
3954         * src/pic/ralloc.c,
3955         * src/pic/gen.c : added support to generate code for struct bit fields.
3956
3957 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3958
3959         * as/xa51/xa_version.h,
3960         * device/include/errno.h,
3961         * device/include/regc515c.h,
3962         * device/lib/_itoa.c,
3963         * device/lib/_ltoa.c,
3964         * device/lib/ser_ir_cts_rts.c,
3965         * sim/ucsim/xa.src/glob.cc,
3966         * sim/ucsim/xa.src/inst_gen.cc,
3967         * sim/ucsim/xa.src/xa_bit.cc,
3968         * sim/ucsim/xa.src/xa_sfr.cc,
3969         * sim/ucsim/z80.src/inst_dd.cc,
3970         * sim/ucsim/z80.src/inst_fdcb.cc,
3971         * support/scripts/keil2sdcc.pl,
3972         * src/pic16/pic16.dsp,
3973         * src/pic16/pic16a.dsp: corrected cvs line endings
3974         * device/lib/printf_large.c: fixed bug 1057979
3975         * src/pic16/gen.c: fixed non-C standard code
3976         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3977         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3978         * support/regression/ports/mcs51/support.c: reload T1 asap
3979         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3980           pdata use and clear idata startup behaviour
3981         * support/regression/tests/bug1057979.c: added
3982
3983 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3984
3985         * device/examples/ds390/ow390/ad26.h,
3986         * device/examples/ds390/ow390/cnt1d.h,
3987         * device/examples/ds390/ow390/crcutil.c,
3988         * device/examples/ds390/ow390/ownet.h,
3989         * device/examples/ds390/ow390/owsesu.c,
3990         * device/examples/ds390/ow390/swt12.h,
3991         * device/examples/ds390/ow390/swtoper.c,
3992         * device/examples/ds390/ow390/temp10.h,
3993         * device/examples/ds390/ow390/thermodl.c,
3994         * device/examples/ds390/tinitalk/tinitalk.dsp,
3995         * device/examples/ds390/tinitalk/tinitalk.dsw,
3996         * device/examples/mcs51/clock/hw.h,
3997         * device/examples/mcs51/simple2/go.bat,
3998         * device/examples/serialcomm/windows/serial.h,
3999         * device/examples/xa51/dummy.c,
4000         * device/examples/xa51/hello.c,
4001         * device/include/80c51xa.h,
4002         * device/include/at89x051.h: corrected cvs line endings
4003
4004 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4005
4006         * src/pic16/main.c (options): added command line --gstack, to trace
4007         stack over/under flows,
4008         * added pragma 'wparam' to allow passing first byte of function
4009         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4010         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4011         call to __gstack_test function and sets up the symbol as extern,
4012         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4013         * popaop): added call to pic16_testStackOverflow,
4014         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4015         wparamList list,
4016         * (genCall, genPcall): now all parameters are passed via stack
4017         except in functions that are pass to wparam pragma in which WREG is
4018         used too,
4019         * (genPcall): REENTRANT flag is checked to see if variable prototype
4020         contains reentrant keyword, don't call a non-reentrant function, via
4021         a reentrant function pointer or vice versa, functions are never
4022         passed via WREG,
4023         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4024         D.Winkler,
4025         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4026         SIGSEGV when accessing a NULL register stucture,
4027         * (pic16_printGPointerType): modified to handle UPPER modifier for
4028         function initializers, changed prototype of function to simpler one,
4029         * (pic16_printIvalFuncPtr): check to see if function is already
4030         added in externs list,
4031         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4032         optimized a move from W to SFR with a move to the same register
4033         later after a CALL,
4034         * device/lib/pic16/debug: NEW directory, contains debug features
4035         which are enabled when linking with libdebug.lib, currently command
4036         line option --gstack enables stack pointer tracing for over/under
4037         flow, corresponding sources are in debug/gstack
4038
4039 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4040
4041         * doc/sdccman.lyx: updated SDCC version,
4042         * (PIC16 port): update list of command line options,
4043         * src/pic16/device.h (structure pic16_options_t): added field gstack
4044         to enable stack overflow tracing on push/pops,
4045         * src/pic16/device.c (statistics structure): added statistics
4046         structure,
4047         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4048         pic16_dump_int_registers): increase statistics counters for each
4049         * variable which is encountered
4050         * (pic16_dump_usection): emit each .udata variable to its own udata
4051         section,
4052         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4053         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4054         parameters via stack, otherwise use old scheme,
4055         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4056         assembler output file,
4057         * src/pic16/main.c: added command line options --gstack to enable
4058         push/pop tracing for stack overflow,
4059         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4060         instructions): added size of each instruction,
4061         * (pic16_countInstruction): estimate size of instructions in
4062         the_pFile list, inline assembly blocks are not counted,
4063         * (pic16_FixRegisterBanking): trace previous register usage, when
4064         banksel optimizations is greater than 0, don't emit a redudant
4065         banksel directive,
4066
4067 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4068
4069         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4070         * src/pic16/ralloc.c : applied same fix for pic16.
4071         * src/pic/gen.c : tidied it up a little.
4072
4073 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4074
4075         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4076         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4077
4078 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4079
4080         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4081
4082 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4083
4084         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4085         non-reentrant function __modsint in the interrupt function (thus
4086         corrupting math operations during serial I/O)
4087         * device/lib/ser_ir.c: as above, changed buffersize
4088         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4089         256.c,d for zeroing
4090         * doc/Makefile: added option -t for rsync
4091
4092 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4093
4094         * src/SDCCast.h (struct ast),
4095         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4096
4097 2004-10-20 Borut Razem <borut.razem AT siol.net>
4098
4099         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4100         package
4101
4102 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4103
4104         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4105         makefile targets,
4106         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4107         support functions to replace long sequences of MOVFF's from access
4108         bank registers to stack and vice versa,
4109         * src/pic16/device.h: added new field opt_flags, where optimization
4110         flags can be set to enable certain features,
4111         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4112         * pBlock, (genFunction, genEndFunction): surroung loop for
4113         saving/loading used registers in stack with PC_INFO pCodes,
4114         INF_LREGS. Code in between can then be optimized by pCode optimizer
4115         to support function calls,
4116         * (genDataPointerSet): fixed bug which loaded float fields in
4117         structures with corrupt data,
4118         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4119         in a standard way debug info on stderr. Feature used for developing
4120         and debugging only,
4121         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4122         obsolete chunks of code,
4123         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4124         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4125         * pic16/src/pcode.c (pic16_newpCodeInfo,
4126         * (pic16_newpCodeOpLocalRegs),
4127         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4128         feature,
4129         * (pic16_pCodeConstString): printing of the initial value of a
4130         symbol as a comment is inhibited since parsing was already done by
4131         copyStr and output is corrupt,
4132         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4133
4134 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4135
4136         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4137
4138 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4139
4140         * as/mcs51/lkarea.c: removed old K&R style,
4141           (lnksect): changed check on boundary error,
4142           (lnksect2): changed check on boundary error,
4143           (lnksect2): extend XSTK to end of page if size = 1
4144         * as/mcs51/lkmain.c: removed old K&R style,
4145           (Areas51): create l_IRAM symbol
4146         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4147         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4148           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4149         * device/lib/_mullong.c: added version to be compiled with xstack
4150         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4151         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4152         * device/lib/mcs51/crtxstack.asm: fixed comment
4153         * src/SDCCglue.c: maxInterrupts defaults to 0,
4154           (emitMaps): added pdata,
4155           (createInterruptVect): (re)moved default,
4156           (glue): added pdata,
4157           (glue): moved __start__xstack to XSTK with default size 1
4158         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4159           and options.float_rent when options.stackAuto is set,
4160           (linkEdit): only write XDATA_NAME if provided on command line
4161         * src/SDCCmem.h,
4162         * src/SDCCmem.c: added pdata
4163         * src/port.h: added pdata_name to PORT
4164         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4165           (saveRegisters, unsaveRegisters): removed usage of B,
4166           (genMinus): fixed accumulator clash,
4167           (genJumpTab): added comment, this needs another look
4168         * src/mcs51/gen.c: added check for "B in use" paranoia,
4169           added pushB() and popB()
4170         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4171           chance
4172         * src/avr/main.c,
4173         * src/ds390/main.c,
4174         * src/hc08/main.c,
4175         * src/mcs51/main.c,
4176         * src/pic/main.c,
4177         * src/pic16/main.c,
4178         * src/xa51/main.c,
4179         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4180           added PSEG (PAG,XDATA) or NULL to port specifier
4181         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4182         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4183           (_mcs51_genInitStartup): removed __start__xstack equ,
4184           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4185         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4186         * src/z80/gen.c (_rleAppend): fixed warnings
4187         * support/regression/tests/zeropad.c: added pdata test
4188         * .version: bumped to 2.4.6
4189
4190 2004-10-17 Borut Razem <borut.razem AT siol.net>
4191
4192         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4193         as a part of nightly build
4194
4195 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4196
4197         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4198         WREG holds the first byte function parameters,
4199         * (aopForSym): take special case for symbols which are in FARSPACE
4200         but in CODESPACE too,
4201         * (assignResultValue): modified to take into account _G.useWreg,
4202         * (genCall): don't use wreg for parameter passing when function is
4203         declared as reentrant, too, added optimization INCF to stack
4204         pointer when stack parameter count is 1,
4205         * (genFunction, genEndFunction): refurnished and fixed to not using
4206         wreg for passing parameters when function has varargs or is
4207         reentrant, fixed bug with symbol name compare for generating
4208         functions in absolute address,
4209         * (pic16_storeForReturn): refurnished,
4210         * (genCmp): began writing a new version of the function, not ready
4211         yet, therefore it is disabled,
4212         * (genAssign): do not read code memory when assigning a function to
4213         a pointer function,
4214         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4215         array of characters, not pointer,
4216         * (pic16initialComments): in debug mode emit an .ident directive for
4217         the assembler,
4218         * (_process_pragma): emit a new warning type (internal to pic16)
4219         when setting stack to default length, emit a similar warning when
4220         placing a function at absolute address and address is not word aligned
4221         * (_pic16_parseOptions): added 'return TRUE' statement,
4222         * (_pic16_linkEdit): if compiling a source, then add the source's
4223         file object, first in the list of objects to link,
4224
4225 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4226
4227         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4228         * src/pic/main.c : removed VC warning.
4229         * src/pic/gen.c : changed comment.
4230
4231 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4232
4233         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4234         reference to a deprecated symbol _GPTRREG was causing failure to
4235         link. Thanks G. M. Gallant for the info.
4236
4237 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4238
4239         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4240         comments for Bugs item #954788.
4241
4242 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4243
4244         * src/pic16/device.c (pic16_dump_gsection,
4245         * pic16_groupRegistersInSection): handle symbols declared to be in
4246         access bank differently,
4247         * src/pic16/gen.c (struct _G): added field resDirect,
4248         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4249         send values read from stack directly to result and don't allocate
4250         temporary values,
4251         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4252         same registers,
4253         * (pic16_sameRegsOfs): NEW,
4254         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4255         free because they were not allocated from temporary pool,
4256         * pic16_popRegFromString): workaround to fix a problem with
4257         allocating variables twice or never,
4258         * (genGenPointerGet): using PRODL instead of FSR0H,
4259         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4260         instead of FSR0H,
4261         * (genAssign): take advantage of the _G.resDirect flag,
4262         * (genCast): around line 11844, use mov2f instead of directly
4263         MOVFF'ing between operands to account for literal values,
4264         * src/pic16/genutils.c: some new debug functions for gpsim have been
4265         added,
4266         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4267         float with integer part only,
4268         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4269         place variables in access bank
4270         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4271         updated sources to reflect recent changes in gen.c
4272
4273 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4274
4275         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4276         sources that searched for headers in installation path, now the
4277         device/include/pic16 is used,
4278         * src/pic16/glue.c (pic16glue),
4279         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4280         .line directives if not in debug mode, this suppresses assembler's
4281         warnings for ignored directives
4282
4283 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4284
4285         * src/port.h: made reset_regparms prototype void parameter explicit.
4286         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4287         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4288         * doc/sdccman.lyx: documented warning disabling and how to use
4289           printf_large to make it print floats.
4290         * device/include/stdbool.h: NEW
4291         * device/lib/_atof.c,
4292         * device/lib/_divuint.c,
4293         * device/lib/_divulong.c,
4294         * device/lib/expf.c,
4295         * device/lib/printf_large.c,
4296         * device/lib/sincosf.c,
4297         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4298         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4299           a completely reentrant lib.
4300
4301 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4302
4303         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4304         * device/include/pic16/stdio.h: fixed bug with colon
4305
4306 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4307
4308         * device/include/pic16/stdio.h,
4309         * device/include/pic16/stdlib.h,
4310         * device/include/pic16/math.h: NEW
4311         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4312         declared as _naked to reduce overhead
4313         * device/lib/Makefile.in (target port-specific-objects-pic16):
4314         changed * to *.* so to ignore the CVS directory,
4315         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4316         stacked variables back in stack,
4317         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4318         corruption
4319
4320 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4321
4322         * .version: bumped version number to 2.4.5
4323         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4324         * support/Util/SDCCerr.c (messages structure): added entry for
4325         W_POSSBUG2
4326
4327         Large cumulative patch for pic16 port and libraries.
4328         * device/include/pic16/sdcc-lib.h,
4329         * device/include/pic16/stdarg.h,
4330         * device/include/asm/pic16/features.h,
4331         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4332         * device/include/pic16/float.h: changes reentrant keyword with
4333         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4334         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4335         updated target build-libraries to include objects from gptr,
4336         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4337         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4338         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4339         all function headings,
4340         * src/SDCCmain.c: added global parameter userIncDirsSet,
4341         * (parseCmdLine): when option -I is encountered add directory to
4342         userIncDirsSet too,
4343         * src/version.awk: added space between control and long,
4344         * src/pic16/NOTES: added some notes for the port,
4345         * src/pic16/gen.c: added prototype for mov2fp function,
4346         * (fReturnpic16[]): properly named return value registers,
4347         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4348         * (aopForSym): added code to handle symbols with onStack flag set,
4349         symbols onStack are allocated PTRSIZE bytes,
4350         * (aopFreeAsmop): handles special case where asmops are stack objects,
4351         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4352         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4353         added argument lock to trace flaws in allocating temporary registers
4354         when developing port,
4355         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4356         * (pic16_popRegFromString): reenabled allocating a direct register
4357         from string,
4358         * (assignResultValue): various beautifications,
4359         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4360         referenced function argument,
4361         * (genIpush): reenabled to allow stacked arguments, handles only
4362         ic->parmPush iCodes,
4363         * (genCall, genPcall): major changes to allow for variable argument
4364         functions, fixed a bug with falsely restoring stack pointer after
4365         returning from call,
4366         * (genFunction): pending code for critical function,
4367         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4368         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4369         * (genNearPointerGet): fixed bug with indirect reading, was always
4370         reading from INDF0
4371         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4372         pointers,
4373         * (genAddrOf): rewrote code to take address of a stacked function parameter
4374         * (genCast): fixed casting to generic pointer type,
4375         * src/pic16/gen.h: added AOP_STA,
4376         * (struct asmop): added field stk,
4377         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4378         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4379         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4380         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4381         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4382         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4383         generic pointers,
4384         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4385         and library paths,
4386         * (pic16_port structure): generic pointer size is set to 3,
4387         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4388         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4389         compiler warning,
4390         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4391         operand is an iTemp,
4392
4393 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4394
4395         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4396         * debugger/mcs51/simi.c: addapt new syntax of s51
4397
4398 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4399
4400         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4401         * src/pic16/pcode.c: commented out some calls to free() in order to
4402         fix bug #989576,
4403
4404 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4405
4406         * src/SDCCicode.h,
4407         * src/SDCCicode.c (isiCodeInFunctionCall),
4408         * src/avr/ralloc.c (selectSpil),
4409         * src/pic/ralloc.c (selectSpil),
4410         * src/pic16/ralloc.c (selectSpil),
4411         * src/ds390/ralloc.c (selectSpil),
4412         * src/hc08/ralloc.c (selectSpil),
4413         * src/xa51/ralloc.c (selectSpil),
4414         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4415         stack in the middle of a function call sequence (fixes bug #1020268)
4416         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4417         costs associated with the minimum switch case.
4418
4419 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4420
4421         * src/SDCC.lex: fixed bug #1030549
4422
4423 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4424
4425         * src/SDCCcse.h (struct cseDef),
4426         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4427         over a function call if the CSE is derived from a symbol whose
4428         address has been taken (fixes bug #1029883)
4429         * support/regression/tests/bug-1029883: a new regression test for
4430         this bug
4431
4432 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4433
4434         * src/hc08/gen.c (emitinline): fixed bug #1029778
4435         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4436         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4437         and starts toward RFE #905167)
4438
4439 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4440
4441         * src/pic16/gen.c (mov2f): New function to move an operand to
4442         another without considering if it is a literal or a register,
4443         * (pic16_sameRegs): don't check if they are both AOP_REG,
4444         * (AccRsh): removed andmask=0 lines,
4445         * (genLeftShift): duplicated to be improved in future versions,
4446         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4447         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4448         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4449         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4450         * (insertBankSwitch): fixed inserting banksel directives algorithm
4451         for instructions that follow a skip instruction, this fixes a report
4452         for broken subtraction code generation,
4453         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4454         iCode is a left op, just in case result and right share the same
4455         registers
4456
4457 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4458
4459         * src/hc08/main.c,
4460         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4461         preservation of HX
4462         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4463         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4464         on 2004-09-12; it was buggy
4465
4466 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4467
4468         * src/SDCCsymt.h: removed RESULT_CHECK
4469         * src/SDCCast.c,
4470         * src/SDCCglue.c,
4471         * src/SDCCval.c,
4472         * src/pic/glue.c,
4473         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4474
4475 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4476
4477         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4478         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4479         configuration values no more rejected by compiler, they are assigned
4480         to configuration registers with a warning message instead,
4481         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4482         the for-loop so last conf register is emitted too,
4483         * (_pic16_initPaths): link library libsdcc.lib by default,
4484         * (_hasNativeMulFor): modified test for multiplication according to
4485         Raphael Neider's remarks. Integer multiplication is also done with
4486         support functions,
4487         * device/include/pic16/pic18fregs.h: corrected type error in while
4488         testing and including 18f6720 header file
4489
4490 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4491
4492         * src/pic16/device.h (pic16_options): removed field use_crt,
4493         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4494         until an optimization to handle single bits is added,
4495         * (pic16_loadFSR0): moved before genUnpackBits,
4496         * (genAnd): some white lines removed,
4497         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4498         leave_reset flags in pic16_options when using crt modules,
4499
4500 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4501
4502         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4503           for bugs 898889 & 979599. Also used some safer print instructions.
4504
4505 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4506
4507         * src/pic16/device.h (pic16_options_t): added field use_crt,
4508         crt_name, no_crt,
4509         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4510         catch a probable future bug,
4511         * src/pic16/gen.c: aopIdx function commented out,
4512         * (genAssign): commented out old code which used aopIdx,
4513         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4514         code, added if conditionals to take into account the --use-crt
4515         command line options,
4516         * src/pic16/main.c (pic16_optionsTable): added new command line
4517         options, --use-crt= and --no-crt,
4518         * (_pic16_linkEdit): now the proper crt object is added in the
4519         linker command line except than when --no-crt is specified,
4520         * src/pic16/pcode.c,
4521         * src/pic16/pcode.h: added some structures and functions for a new
4522         optimization scheme to compansate for instruction overhead between
4523         same iCodes, this scheme is currently under development and is not
4524         working in any way,
4525         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4526         to && operator,
4527         * device/lib/pic16/startup/crt0i.c,
4528         * device/lib/pic16/startup/crt0iz.c: added global char variable
4529         __uflags to force the generation of an idata section
4530
4531 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4532
4533         * doc/Makefile,
4534         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4535         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4536
4537 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4538
4539         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4540         Frieder) and clarified the default code optimization mode
4541
4542 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4543
4544         * src/SDCC.lex (doPragma, process_pragma),
4545         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4546         "opt_code_size", and "opt_code_balanced"
4547         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4548         regrouped options by category, added support for category headers
4549         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4550         and "--opt-code-size"
4551         * doc/sdccman.lyx: documented these new options and pragmas
4552         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4553         preference into account
4554
4555 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4556
4557         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4558           geniCodePreDec): Fixed bug 904237 by generating a warning
4559         * src/SDCCerr.h,
4560         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4561
4562 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4563
4564         * src/pic/device.c : When no max ram set validate full memory range.
4565         * src/pic/pcode.c,
4566         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4567
4568 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4569
4570         * device/lib/_gptrget.c,
4571         * device/lib/_gptrput.c: updated comment
4572         * device/lib/calloc.c,
4573         * device/lib/free.c,
4574         * device/lib/malloc.c,
4575         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4576         * src/SDCCcse.c (cseBBlock),
4577         * src/SDCCicode.c (printOperand, geniCodeArray),
4578         * src/SDCCicode.h (struct operand): fixed bug 868103
4579         * support/regression/tests/bug-868103.c: added
4580         * src/SDCCast.c (searchLitOp),
4581         * src/SDCCcse.h (struct cseDef),
4582         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4583         * src/SDCCicode.h (struct operand),
4584         * src/SDCCsymt.h (struct sym_link),
4585         * src/avr/gen.c (hasInc),
4586         * src/ds390/gen.c (hasInc),
4587         * src/hc08/gen.c (genPlusIncr, hasInc),
4588         * src/mcs51/gen.c (hasInc),
4589         * src/pic16/glue.c (pic16_printIvalChar),
4590         * src/pic16/ralloc.c (regWithIdx),
4591         * src/xa51/gen.c (hasInc) : removed warnings
4592         * src/SDCCast.c (createBlock): added comment ???
4593         * src/hc08/ralloc.c: updated comments
4594
4595 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4596
4597         * doc/sdccman.lyx: updated section on switch statements, added
4598         section about semaphore locking
4599         * doc/Makefile: added option -info for latex2html
4600         * device/lib/_gptrget.c,
4601         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4602
4603 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4604
4605         * src/pic/device.h,
4606         * src/pic/device.c,
4607         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4608          maxram is less than 0x100.
4609
4610 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4611
4612         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4613
4614 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4615
4616         * src/port.h,
4617         * src/mcs51/main.c,
4618         * src/ds390/main.c,
4619         * src/z80/main.c,
4620         * src/hc08/main.c,
4621         * src/pic/main.c,
4622         * src/pic16/main.c,
4623         * src/avr/main.c,
4624         * src/xa51/main.c
4625         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4626         a jump table is the best form for a switch statement, including
4627         automatic insertion of missing cases to make the case range
4628         continuous. Developed in collaboration with Frieder Ferlemann.
4629
4630 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4631
4632         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4633         accumulator result if it needs sign extension
4634
4635 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4636
4637         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4638
4639 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4640
4641         * device/lib/gbz80/printf.c,
4642         * device/lib/z80/printf.c: removed define for NULL
4643
4644 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4645
4646         * as/xa51/xa_link.c,
4647         * device/examples/ds390/ow390/ad26.c,
4648         * device/examples/ds390/ow390/cnt1d.c,
4649         * device/examples/ds390/ow390/counter.c,
4650         * device/examples/ds390/ow390/ds2480.h,
4651         * device/examples/ds390/ow390/ds2480ut.c,
4652         * device/examples/ds390/ow390/findtype.c,
4653         * device/examples/ds390/ow390/gethumd.c,
4654         * device/examples/ds390/ow390/owllu.c,
4655         * device/examples/ds390/ow390/ownetu.c,
4656         * device/examples/ds390/ow390/swt12.c,
4657         * device/examples/ds390/ow390/swtloop.c,
4658         * device/examples/ds390/ow390/temp.c,
4659         * device/examples/ds390/ow390/temp10.c,
4660         * device/examples/ds390/ow390/thermo21.c,
4661         * device/examples/ds390/ow390/tinilnk.c,
4662         * device/examples/ds390/ow390/tstfind.c,
4663         * device/examples/serialcomm/windows/serial.cpp,
4664         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4665         * device/include/reg51.h: fixed line endings for cvs
4666
4667 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4668
4669         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4670         packRegsForAccUse, packRegisters): new accumulator register
4671         packing algorithm
4672         * support/regression/ports/hc08/support.c (_putchar): suppress
4673         warning of unused variable
4674         * src/SDCCicode.c: added SWAP entry to codeTable
4675
4676 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4677
4678         * device/lib/sprintf.c: forgot to add this file before previous commit
4679
4680 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4681
4682         * src/pic16/gen.c (genPackBits): added operand right in function
4683         parameters, load result directly if p_type is POINTER (that is
4684         called by genNearPointerSet)
4685         * (genUnPackBits): added operand left in function parameters,
4686         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4687         FSR0 if accessing bitfields,
4688
4689 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4690
4691         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4692           _print_format; updated printf, sprintf, vsprintf
4693         * device/include/asm/default/features.h: corrected comment/define
4694         * device/lib/Makefile.in: added sprintf.c
4695         * device/lib/libsdcc.lib: added sprintf module
4696         * device/lib/printf_large.c,
4697         * device/lib/vprintf.c,
4698         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4699           into these 3 files
4700         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4701         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4702         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4703           hc08 test
4704         * support/regression/tests/zeropad.c: define idata as data for hc08
4705
4706 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4707
4708         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4709         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4710         labels are referenced at least once (even if a reference is not found)
4711         * src/hc08/gen.c (emitcode): set isComment flag for comments
4712         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4713         loads), rules 6a..6b (optimize jumps to return)
4714
4715 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * device/lib/acosf.c (acosf),
4718         * device/lib/asinf.c (asinf),
4719         * device/lib/atanf.c (atanf),
4720         * device/lib/ceilf.c (ceilf),
4721         * device/lib/cosf.c (cosf),
4722         * device/lib/coshf.c (coshf),
4723         * device/lib/cotf.c (cotf),
4724         * device/lib/fabsf.c (fabsf),
4725         * device/lib/floorf.c (floorf),
4726         * device/lib/log10f.c (log10f),
4727         * device/lib/logf.c (logf),
4728         * device/lib/sinf.c (sinf),
4729         * device/lib/sinhf.c (sinhf),
4730         * device/lib/sqrtf.c (sqrtf),
4731         * device/lib/tanf.c (tanf),
4732         * device/lib/tanhf.c (tanhf),
4733         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4734         replaced all instances of "reentrant" in the library functions
4735         defined in math.h with this macro.
4736         * support/regression/tests/float_trans.c: reenabled test for hc08
4737
4738 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4739
4740         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4741         erroneously deleted
4742
4743 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4744
4745         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4746         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4747         multi-byte volatile operands are used
4748         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4749         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4750         initialization to area GSINIT0 so that it would always precede
4751         any static initializers in GSINIT
4752         * support/regression/tests/zeropad.c: fixed idata define for hc08
4753         * support/regression/tests/bug-927659.c,
4754         * support/regression/tests/float_trans.c: disabled tests for hc08
4755         pending missing library routines
4756         * .version: increased version number to 2.4.4 - hc08 port now passes
4757         regression tests
4758
4759
4760 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4761
4762         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4763         * Makefile.common.in,
4764         * as/Makefile,
4765         * as/hc08/Makefile.in,
4766         * as/mcs51/Makefile.in,
4767         * as/z80/Makefile.in,
4768         * debugger/mcs51/Makefile.in,
4769         * device/include/Makefile.in,
4770         * device/lib/Makefile.in,
4771         * doc/Makefile,
4772         * link/Makefile,
4773         * link/z80/Makefile.in,
4774         * packihx/Makefile.in,
4775         * sim/ucsim/main_in.mk,
4776         * sim/ucsim/avr.src/Makefile.in,
4777         * sim/ucsim/doc/Makefile.in,
4778         * sim/ucsim/gui.src/serio.src/Makefile.in,
4779         * sim/ucsim/hc08.src/Makefile.in,
4780         * sim/ucsim/s51.src/Makefile.in,
4781         * sim/ucsim/xa.src/Makefile.in,
4782         * sim/ucsim/z80.src/Makefile.in,
4783         * src/Makefile.in,
4784         * support/cpp2/Makefile.in,
4785         * support/librarian/Makefile,
4786         * support/makebin/Makefile: added DESTDIR to the install path proposed
4787         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4788         * doc/sdccman.lyx: added DESTDIR documentation
4789
4790 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4791
4792         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4793         instruction for interrupt handlers, use fast returns when returning
4794         from high priority interrupts
4795
4796 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4797
4798         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4799         code generation
4800         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4801         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4802         bugs, ported much of Bernhard's code from mcs51
4803         * src/mcs51/gen.c (genSend),
4804         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4805         than one when calling a reentrant function
4806         * device/lib/_mullong.c: defined an alternate struct layout for big
4807         endian ports (hc08)
4808
4809 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4810
4811         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4812         test
4813
4814 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4815
4816         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4817         are sane and complete before asking the port its prefered parameter
4818         passing method (fixes bug #1017633)
4819         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4820         and _ret3
4821
4822 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4823
4824         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4825         problem in bitfields >= 8 bits.
4826
4827 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4828
4829         * src/SDCCsymt.c: undid changes that were not meant to be committed
4830
4831 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4832
4833         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4834
4835 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4836
4837         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4838           copied and wrong bit got inverted
4839
4840 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4843         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4844         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4845         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4846         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4847         assignments to bitfields at known addresses
4848         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4849         reads from bitfields at known addresses
4850         * src/hc08/ralloc.c (packRegisters),
4851         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4852         genhc08Code): optimize pointer get values used as conditionals
4853         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4854         and branch
4855
4856 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4857
4858         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4859         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4860         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4861         as conditionals
4862
4863 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4864
4865         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4866
4867 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4868
4869         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4870         related problems
4871
4872 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4873
4874         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4875
4876 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4877
4878         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4879         mcs51 port
4880
4881 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4882
4883         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4884
4885 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4886
4887         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4888         cases use more compact code.
4889
4890 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4891
4892         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4893
4894 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4895
4896         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4897
4898 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4899
4900         * src/SDCCsymt.h,
4901         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4902         parameter of changePointer() from symbol* to sym_link*
4903         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4904         * src/SDCCsymt.c (compareType): void* type is castable to other
4905         pointers, but not necesarily an exact match.
4906         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4907         is no longer blindly treated as an exact match.
4908         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4909
4910 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4911
4912         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4913
4914 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4915
4916         * src/pic/gen.c,
4917         * src/pic/pcode.c,
4918         * src/pic/ralloc.h,
4919         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4920
4921 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4922
4923         * src/pic/device.c,
4924         * src/pic/device.h,
4925         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4926
4927 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4928
4929         * src/mcs51/gen.c (emitcode): fixed bug #992819
4930
4931 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4932
4933         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4934           there's no need to make it worse
4935
4936 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4937
4938         * src/mcs51/ralloc.c (deassignLR),
4939         * src/ds390/ralloc.c (deassignLR),
4940         * src/hc08/ralloc.c (deassignLR),
4941         * src/z80/ralloc.c (deassignLR),
4942         * src/pic/ralloc.c (deassignLR),
4943         * src/pic16/ralloc.c (deassignLR),
4944         * src/avr/ralloc.c (deassignLR),
4945         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4946         rlivePoint): fixed another part of bug #971834
4947
4948 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * src/z80/main.c: enabled "critical" keyword
4951         * src/z80/mappings.i,
4952         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4953         functions (fixes bug #979646)
4954         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4955
4956 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4957
4958         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4959           such as c:\mydir.
4960
4961 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4962
4963         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4964           doesn't disable too much optimizations
4965
4966 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4967
4968         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4969
4970 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4971
4972         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4973
4974 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4975
4976         * src/pic/gen.c tidied up tabs
4977         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4978         * src/pic/main.c tidied up tabs
4979         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4980         * src/pic/pcoderegs.c tidied up tabs
4981         * src/pic/ralloc.c tidied up tabs
4982
4983 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4984
4985         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4986         to S_FIXED for pic16 port and when symbol is not in level 0,
4987         allocate for S_REGISTER storage class and pic16 port, too,
4988         * src/pic16/device.h: prototype for checkSym,
4989         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4990         * (pic16_assignConfigWordValue): test the value and the mask to
4991         validate that the value is suitable for the configuration word,
4992         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4993         collect extern declared symbols, don't emit symbol twice, check
4994         first if symbol is in publics set first,
4995         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4996         * added command line '--fstack' which enables an experimental
4997         feature for stack access, too buggy to be used yet...
4998         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4999         * (pic16_allocDirReg): when register has storage class S_REGISTER
5000         allocate in pic16_dynAccessRegs,
5001         * device/include/pic16/pic18f????.h: modified configuration word
5002         naming convention, words started as CONFIG0H but should be CONFIG1H
5003
5004 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5005
5006         * device/include/mcs51reg.h: fixed bug 970993
5007
5008 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5009
5010         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5011         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5012         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5013         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5014         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5015         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5016           error/warning numbers,
5017           added function setWarningDisabled()
5018         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5019         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5020           _memcmp.c _memmove.c calloc.c realloc.c free.c
5021         * support/regression/tests/malloc.c: added tests for new functionality
5022         * support/regression/tests/zeropad.c: added tests for truncated initializers
5023           and initialized char arrays starting with '\x0'
5024         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5025
5026 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5027
5028         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5029
5030 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5031
5032         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5033         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5034         peephole 177.e. Thanks to anonymous
5035
5036 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5037
5038         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5039         function isn't used in the source but referenced as a
5040         variable initializer then declare it as extern in .asm file
5041
5042 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5043
5044         * .version: increased version number to 2.4.3
5045
5046         Adding version extension according to ChangeLog CVS revision
5047         * src/Makefile.in (target all): added dependency 'version.h'
5048         * (rule version.h): added rule to create version.h from ChangeLog,
5049         * (rule dep): added dependency version.h,
5050         * src/version.awk: AWK script to create version.h
5051         * src/SDCCdwarf2.c (dwWriteModule),
5052         * src/SDCCglue.c (initialComments),
5053         * src/SDCCmain.c (printVersionInfo): modified to write after
5054         version string the version extension number,
5055         * src/SDCCutil.c: included "version.h"
5056         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5057         number,
5058         * src/SDCCutil.h: added prototype for getBuildNumber
5059
5060         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5061         includeDirsSet, too,
5062         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5063         const char [] is found in function prototype...
5064
5065         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5066         moving to WREG with source is already in WREG,
5067         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5068         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5069         * (aopForSym): stack'ed symbols are partially supported, added
5070         if-clause to support symbols in FARSPACE,
5071         * (sameRegs): added test for AOP_ACC to see if registers are same,
5072         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5073         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5074         * (pic16_popRegFromString): will not allocate a new register if it
5075         doesn't find one by name, bug may have introduced...
5076         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5077         * (genIpush): revived to use pic16 port's stack,
5078         * (genAddrOf): added incomplete case for stack'ed operand,
5079         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5080         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5081         can handle multibyte operands,
5082         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5083         * (pic16initialComments): added message for MPLAB compatibility
5084         mode enabled,
5085         * src/pic16/main.h: prototype for pic16_mplab_comp,
5086         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5087         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5088         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5089         because of increased complexity of procedure,
5090         * (_process_pragma): stack pragma changed to format 'stack pos len',
5091         emit symbol '_stack_end' to conform with gplink,
5092         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5093         to search for register,
5094         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5095         PO_GPR_REGISTER,
5096         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5097         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5098         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5099         case for PO_GPR_REGISTER,
5100         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5101         dies, the new era is ahead !...
5102         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5103         pic16_dynInternalRegs,
5104         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5105         * (pic16_allocDirReg): minor optimizations and bug fixes,
5106         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5107
5108         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5109         load stack and frame pointer with address of 'stack_end' symbol
5110
5111 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5112
5113         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5114         without source code but only variable initializers
5115
5116 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5117
5118         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5119         external are not declared as extern to reduce overhead while linking
5120
5121 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5122
5123         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5124
5125 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5126
5127         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5128           Yee Keat for the patch
5129         * src/SDCCast.c (decorateType): fixed bug #979599
5130         * src/ds390/gen.h: removed local fReturnSizeDS390
5131         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5132         * src/ds390/gen.c (genAnd, genOr, genXor),
5133         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5134
5135 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5136
5137         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5138         add relFilesSet to $3, manipulate $2 to handle linking of object
5139         files without source files in command line,
5140         * device/include/pic16 (all headers): added ID location macros,
5141         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5142         entries for ID location bytes,
5143         * (pic16_assignIdByteValue): NEW,
5144         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5145         added field dumpcalltree to pic16_options_t,
5146         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5147         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5148         emitting rFalseIfx label after check_carry label,
5149         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5150         pic16_emitDIRegs), NEW
5151         * (pic16glue): dump .calltree file when option --calltree found,
5152         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5153         * (_pic16_genAssemblerPreamble): emit ID locations after
5154         configuration registers,
5155         * (pic16_linkCmd): modifications of the link command,
5156         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5157         * (pic16_pCodeInitRegisters): don't init stack registers,
5158         * (pic16_findPrevInstruction): fixed bug,
5159         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5160         bug with immediate registers,
5161         * (buildCallTree): traces stack push and pop,
5162         * (pct2): dump also stack usage for each function,
5163         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5164         * (pic16_allocDirReg): various modifications,
5165         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5166         fixed to 1,
5167
5168 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5169
5170         * src/pic16/pcode.c: removed buggy double colon
5171
5172 2004-07-01 Borut Razem <borut.razem AT siol.net>
5173
5174         * support/scripts/sdcc.nsi: added include/pic16 to setup
5175
5176 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5177
5178         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5179         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5180         target 'clean',
5181         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5182         specific command line arguments. Also added sample lkr script
5183         for placing a variable at a specific memory bank.
5184         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5185         at a specific memory bank,
5186         * (pic16_dump_isection): fixed bug which caused string literals to
5187         be omitted when dumping idata section,
5188         * (pic16_groupRegistersInSection): added code to handle registers
5189         in specific memory banks,
5190         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5191         public, all references are renamed too,
5192         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5193         AOP_DPTR2,
5194         * (pic16_storeForReturn): added case to handle when dest is WREG,
5195         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5196         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5197         pic16_rel_udata, check to see if that register is marked as being
5198         a member of a specific memory bank,
5199         * (pic16_printIvalCharPtr): added code to add string literals either
5200         to code or the idata sections,
5201         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5202         also accept the 'udata' pragma,
5203         * src/pic16/main.h: new structure types sectName and sectSym
5204         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5205         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5206         * (pic16_findPrevInstruction): fixed, it returned nothing,
5207         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5208         instruction combinations,
5209         * (pic16_FixRegisterBanking): heavily reorganised,
5210         * (pic16_AnalyzeBanking): if generating banksel directives is
5211         disabled, then don't call FixRegisterBanking at all,
5212         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5213         completely removed,
5214         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5215
5216 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5217
5218         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5219         Phuah Yee Keat <yk.phuah AT nestac.com>
5220
5221 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5222
5223         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5224         correctly the IVT even if it is relocated to some other location
5225
5226 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5227
5228         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5229         * device/include/pic16/pic18f2220.h: NEW,
5230         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5231         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5232         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5233         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5234         nodefaultlibs, ivt_loc is the location of the interrupt vector
5235         table, and nodefaultlibs signs that default libraries should not be
5236         linked in link stage,
5237         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5238         according to --ivt-loc argument,
5239         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5240         when pragma stack is found,
5241
5242 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5243
5244         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5245         256 (range check), 257 (do while), 258.a-f (bit banging
5246         f.e. on 3-wire SPI bus)
5247
5248 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5249
5250         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5251         variables used exclusively within a loop
5252
5253 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5254
5255         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5256
5257 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5258
5259         * src/SDCClrange.c (computeClash): fixed bug #971834
5260
5261 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5262
5263         * src/mcs51/gen.c (genCmp): fixed bug #975903
5264         * src/hc08/gen.c (operandsEqu),
5265         * src/ds390/gen.c (operandsEqu),
5266         * src/z80/gen.c (operandsEqu),
5267         * src/pic/gen.c (operandsEqu),
5268         * src/pic16/gen.c (operandsEqu),
5269         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5270         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5271
5272 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5273
5274         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5275
5276 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5277
5278         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5279         default case in switch statement,
5280         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5281         to eliminate problem with initialisation of pointers, but problem
5282         still exists,
5283         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5284         * (emitStaticSegment): removed various lines emitting debug info,
5285         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5286         added processor registers for utilizing EEPROM,
5287         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5288         configurable and set 8
5289
5290 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5291
5292         * .version: increased version number to 2.4.2,
5293
5294         Cumulative patch for pic16 port
5295         * src/pic16/device.c: changed scheme to dump initial values for
5296         variables in idata segment, all print_idata* functions were removed,
5297         now the pic16_printIval* will be called,
5298         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5299         * _pic16_printPointerType, pic16_printPointerType,
5300         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5301         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5302         NEW, similar to the respective functions in SDCCglue.c,
5303         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5304         way, emitting hex bytes,
5305         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5306
5307 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5308
5309         * src/avr/ralloc.c (serialRegAssign),
5310         * src/xa51/ralloc.c (serialRegAssign),
5311         * src/pic/ralloc.c (serialRegAssign),
5312         * src/pic16/ralloc.c (serialRegAssign),
5313         * src/hc08/ralloc.c (serialRegAssign),
5314         * src/z80/ralloc.c (serialRegAssign),
5315         * src/ds390/ralloc.c (serialRegAssign),
5316         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5317
5318 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5319
5320         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5321         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5322
5323 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5324
5325         Cumulative patch for pic16 port:
5326         * src/pic16/device.h (typedef PIC16_device) modified fields for
5327         defining microcontrollers,
5328         * src/pic16/device.c: added new info for all devices in Pics16 array,
5329         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5330         to be optimised out by the pCode optimiser,
5331         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5332         specially, bug reported by G.M. Gallant,
5333         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5334         as force'd so that cannot be optimised out by pCode optimiser,
5335         * src/pic16/pcode.c,
5336         * src/pic16/pcodepeeph.c,
5337         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5338         they are disabled by default, but can be enabled explicit with
5339         command argument --denable-peeps, for testing,
5340         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5341         --pomit-ivt in COMPILE_FLAGS
5342
5343 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5344
5345         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5346           compilation on MSVC
5347
5348 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5349
5350         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5351
5352 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5353
5354         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5355         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5356
5357 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5358
5359         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5360         would only assign 0x300001 register.
5361
5362 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5363
5364         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5365         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5366
5367 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5368
5369         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5370         for ds80c400
5371         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5372         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5373         added peephole 254 (left shift), 255 (jump table)
5374
5375 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5376
5377         * device/lib/Makefile.in: removed comment line with model-pic16,
5378         * (target port-specific-objects-pic16): the libraries and objects
5379         are copied to the build directory form the device/lib/pic16/bin
5380         directory
5381
5382         Cumulative patch concerning pic16 port:
5383         * library directory has been re-organized,
5384         * added support for PIC18F1220,
5385         * added headers and library sources for chips 18f1220,18f6520,
5386         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5387
5388         * configuration registers setting has changed, now each supported
5389         device has a complete description of the registers it uses,
5390         * all initialisations are moved to idata sections, these section
5391         can be absolute or relocatable,
5392         * fixed initialisation of codespace variables,
5393         * fixed warning about PCLATU and gpsim,
5394         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5395         * (genAssign): use table reads when assigning from variables in codespace,
5396         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5397         char/int variables placed in codespace,
5398         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5399         registers set in .asm file, no need for --pomit-config-words anymore,
5400         * (pic16glue): some 8051 legacy segments are commented out
5401         (to be removed completely),
5402         * added support for alternative assembler and linker with --asm=
5403         and --link= command line arguments,
5404         * peepholes are disabled automatically in the port, no need to
5405         specify on command line,
5406         * port supports natively char/int/long multiplication, but converts
5407         all divisions to support functions,
5408         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5409         to the file set in variable $2,
5410         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5411         strings in ASCII format and not in hex,
5412         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5413         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5414         allocate proper register if iCodes aren't temporary,
5415
5416 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5417
5418         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5419
5420 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5421
5422         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5423         is commented out
5424
5425 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5426
5427         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5428         computed address is reused
5429         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5430         multi-byte bitfields
5431
5432 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5433
5434         * src/z80/gen.c: (genArrayInit): must check for pointers too
5435
5436 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5437
5438         * support/regression/tests/zeropad.c: never meant to commit the
5439           nestedstruct test: removed, added check for GCC version
5440
5441 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5442
5443         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5444         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5445         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5446           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5447           bugs 928906 and 954082 half-empty initializers
5448         * src/SDCCsymt.h,
5449         * src/SDCCsymt.c (getAllocSize): added for above fix
5450         * src/z80/gen.c (genArrayInit): fixed bug 741044
5451         * support/regression/tests/zeropad.c: added tests
5452
5453 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5454
5455         * src/pic16/device.c (pic16_dump_section): corrected bug which
5456         caused some symbols of the libraries to be misplaced
5457
5458 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5459
5460         * src/pic16/glue.c,
5461         * src/pic16/ralloc.h,
5462         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5463         to fix conflict with pic port
5464
5465 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5466
5467         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5468         externs configuration variables,
5469         * src/pic16/ralloc.h,
5470         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5471         prototype in header, commented out some debug messages
5472
5473 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5474
5475         * src/pic16/glue.c,
5476         * src/pic16/main.c,
5477         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5478         for gpasm COFF object generation. Thanks to D. Hawkins for
5479         his patch info
5480
5481 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/ds390/main.c,
5484         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5485         Brock for spotting this)
5486         * src/ds390/gen.c (genEndFunction),
5487         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5488         interrupt handler and critical. Disable push/pop optimizations when
5489         peephole optimizations disabled.
5490
5491 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5492
5493         Updated pic16 library sources and headers.
5494         * device/lib/pic16/pic18f*/ ,
5495         * device/include/pic16/*.h: modified to handle structured SFR
5496         definitions
5497
5498 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5499
5500         * src/port.h (PORT structure): added hook initPaths, now each
5501         port can declare its own default search paths,
5502         which can been seen with the --print-search-dirs option,
5503         see pic16 port for example,
5504         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5505         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5506         * (doPrintSearchDirs): NEW, replaces in a central manner the
5507         printing of search dirs which was split in set*Paths functions,
5508         * (main): added call to port->initPaths and doPrintSearchDirs,
5509         * src/avr/main.c,
5510         * src/ds390/main.c,
5511         * src/hc08/main.c,
5512         * src/izt/i186.c,
5513         * src/izt/tlcs900h.c,
5514         * src/mcs51/main.c,
5515         * src/pic/main.c,
5516         * src/pic16/main.c: modified port structures to reflect addition of
5517         initPaths hook,
5518
5519         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5520         * (pic16_dump_section): for registers in same address reserve memory once,
5521         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5522         to no_banksel,
5523         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5524         result is greater in size than right or left,
5525         * (pic16_genUMult8X8_8): there are some cases where the result can
5526         be 16 bits size, so handle these,
5527         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5528         * (pic16_outBitC): modified to emit pcodes,
5529         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5530         or not,
5531         * (genDivOneByte): implemented algorithm to divide 8-bits,
5532         * (genCmp): uncommented goto, but issues still exist,
5533         * (genAnd): fixed a bug with variables >8bits,
5534         * (genPackBits): optimization added that uses BCF/BSF to change a
5535         single bit,
5536         * (genAssign): fixed bug when assigning floating point literals,
5537         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5538         __sdcc_gsinit_startup label,
5539         * src/pic16/main.c (_pic16_init): removed search directory
5540         initialisations,
5541         * (_pic16_initPaths): NEW, used to initialise search directories,
5542         * (_hasNativeMulFor): support functions for all except char/int
5543         multiplication, and char division,
5544         * (PIC16_port struct): modified entry for native mul support,
5545         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5546         no_banksel option,
5547         * (buildCallTree): call to register_usage is ifdef'ed out,
5548
5549 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5550
5551         * device/include/string.h: applied Stas Sergeev's patch to make this
5552         header file compatible with the preprocessor -Wundef option
5553         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5554         failure (fixes bug #941458)
5555
5556 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5559         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5560         that the variable, not the function, should be static
5561         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5562         to be consistent with non-literal case
5563
5564 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5565
5566         * src/SDCCast.c (isConformingBody): fixed bug #949967
5567         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5568         convilong): fixed bug #952086
5569
5570 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5571
5572         * src/SDCCmem.c (allocVariables): fixed bug #955321
5573
5574 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5575
5576         * src/hc08/main.c (_hc08_genAssemblerEnd),
5577         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5578         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5579         completely eliminated the use of a temporary file
5580         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5581         when more than one file linked
5582         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5583
5584 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5585
5586         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5587         which fixes bug #543481
5588         * support/regression/tests/bug-751703.c: fixed comments left from a
5589         cut and paste error
5590         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5591         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5592         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5593         scopes
5594         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5595         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5596         are now changed to underscores in moduleName
5597
5598 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5599
5600         * as/mcs51/lkmem.c: better fix for bug #954173
5601
5602 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5603         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5604
5605         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5606         * device/include/c8051f000.h,
5607         * device/include/c8051f120.h,
5608         * device/include/c8051f300.h,
5609         * device/include/c8051f310.h,
5610         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5611         PWM16) and detab'ed
5612
5613 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5614
5615         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5616         and mailing lists, doc'ed --no-peep-comments, removed reference
5617         to knoppix (newest version has no LyX/LaTeX), other minor changes
5618         * src/SDCCglue.c (glue): save 2 bytes stack space with
5619         option --main-return. The ljmp could probably be avoided too
5620
5621 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5622
5623         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5624
5625 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5626
5627         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5628         * src/SDCCopt.c (isLocalWithoutDef),
5629         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5630         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5631         (credit to Maarten Brock for patch #949363, on which this is based)
5632         * support/regression/tests/bug-751703.c: some test cases of extern used
5633         within inner scopes.
5634
5635 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5636
5637         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5638         SPEC_STRUCT
5639         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5640         struct definitions
5641         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5642         dwWriteLabel): fix to create valid debugger symbols even when
5643         the module name has non-alphanumeric symbols in it
5644         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5645         when a variable's allocation has been optimized away
5646
5647
5648 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5649
5650         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5651         * src/hc08/main.c,
5652         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5653         * src/mcs51/main.c,
5654         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5655         * src/ds390/main.c,
5656         * src/z80/gen.c (z80_emitDebuggerSymbol),
5657         * src/z80/main.c,
5658         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5659         * src/pic/main.c,
5660         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5661         * src/pic16/main.c,
5662         * src/avr/gen.c (avr_emitDebuggerSymbol),
5663         * src/avr/main.c,
5664         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5665         * src/xa51/main.c,
5666         * src/SDCCdebug.c (emitDebuggerSymbol),
5667         * src/SDCCdebug.h,
5668         * src/port.h: added a debugger struct to the port struct. Added a
5669         callback for defining debugger symbols
5670
5671         * src/SDCCast.c (createLabel),
5672         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5673         with isitmp = 1
5674         * src/SDCCicode.h,
5675         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5676         iCode back to the ast for the function
5677
5678         * src/hc08/ralloc.c (hc08_assignRegisters),
5679         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5680         unneeded fields from the regs struct.
5681         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5682         pushReg() & pullReg() functions instead of emitcode()
5683
5684         * src/hc08/gen.c (genLabel, genhc08Code),
5685         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5686
5687         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5688         debugger hooks
5689
5690         * src/hc08/gen.c (genEndFunction, genhc08Code),
5691         * src/hc08/gen.h,
5692         * src/mcs51/gen.c (genEndFunction, gen51Code),
5693         * src/mcs51/gen.h,
5694         * src/ds390/gen.c (genEndFunction, gen390Code),
5695         * src/ds390/gen.h,
5696         * src/z80/gen.c (genEndFunction, genZ80Code),
5697         * src/z80/gen.h,
5698         * src/z80/z80.h,
5699         * src/pic/gen.c (genEndFunction, genpic14Code),
5700         * src/pic/gen.h,
5701         * src/pic16/gen.c (genEndFunction, genpic16Code),
5702         * src/pic16/gen.h,
5703         * src/avr/gen.c (genEndFunction, genAVRCode),
5704         * src/avr/gen.h,
5705         * src/xa51/gen.c (genEndFunction, genXA51Code),
5706         * src/xa51/gen.h,
5707         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5708         specific code to cdbFile.c and out of the backend code generators
5709
5710         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5711         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5712         starting address is now 0
5713
5714         * as/hc08/asm.h,
5715         * as/hc08/m08pst.c,
5716         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5717         assembler directive for DWARF support
5718         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5719
5720         * src/src.dsp,
5721         * src/Makefile.in,
5722         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5723
5724 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5727         and inappropriate peephole optimization in jump tables
5728
5729 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5730
5731         * as/hc08/m08pst.c,
5732         * src/SDCCglue.c: sdccopt works for the hc08 port now
5733
5734 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5735
5736         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5737
5738 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5739
5740         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5741
5742 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5743
5744         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5745         rules
5746         * src/SDCCmain.c,
5747         * src/SDCCglobl.h,
5748         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5749         comments from the peephole optimizer replacement rules
5750         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5751         symbols
5752         * src/SDCCcse.c (updateSpillLocation),
5753         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5754         equivalents
5755         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5756         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5757         objects far pointers
5758
5759 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5760
5761         * src/SDCCsymt.h: a missing part of my last change
5762         * src/pic/ralloc.c (regTypeNum),
5763         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5764
5765 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5766
5767         * src/SDCCicode.h,
5768         * src/SDCCicode.c (aggrToPtrDclType),
5769         * src/SDCCptropt.h,
5770         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5771         ptrPseudoSymConvert),
5772         * src/pic/ralloc.c (regTypeNum),
5773         * src/pic16/ralloc.c (regTypeNum),
5774         * src/hc08/ralloc.c (regTypeNum),
5775         * src/ds390/ralloc.c (regTypeNum),
5776         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5777         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5778
5779 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5780
5781         * link/z80/lkmain.c (afile),
5782         * as/hc08/lkmain.c (afile),
5783         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5784         prevent a pointer problem when a filename has no directory and
5785         no extension specified.
5786
5787 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5788
5789         * link/z80/lkmain.c (afile): allow periods in directory names
5790         * link/z80/lkmain.c (afile),
5791         * as/mcs51/lkmain.c (afile),
5792         * as/hc08/lkmain.c (afile): allow linker script file to have an
5793         extension other than ".lnk"
5794         * link/z80/lklex.c (getfid),
5795         * link/z80/lkmain.c (parse),
5796         * as/mcs51/lklex.c (getfid),
5797         * as/mcs51/lkmain.c (parse),
5798         * as/hc08/lklex.c (getfid),
5799         * as/hc08/lkmain.c (parse): Support comments in the linker script
5800         file on lines by themselves and after filenames
5801
5802 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5803
5804         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5805
5806 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5807
5808         * src/z80/peeph-z80.def: removed some peephole rules that don't
5809         work with multibyte arithmetic (fixed bug #937126)
5810         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5811         to registers and not global variables
5812         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5813         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5814         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5815         checking for assignments not internally generated (fixed bug #931895)
5816         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5817         structure member (fixed bug #930072)
5818
5819 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5820
5821         * src/SDCCmain.c (linkEdit),
5822         * src/hc08/main.c (_hc08_parseOptions),
5823         * as/hc08/Makefile.in,
5824         * as/hc08/aslink.h,
5825         * as/hc08/asm.h,
5826         * as/hc08/m08pst.c,
5827         * as/hc08/lkrloc.c (relr, rele),
5828         * as/hc08/lkarea.c (lnkarea)
5829         * as/hc08/lkmain.c (afile, parse),
5830         * as/hc08/lkelf.c: support for ELF output
5831         * as/hc08/lks19.c (s19),
5832         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5833
5834 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5835
5836         * as/mcs51/lkihx.c: Fixed bug #899105.
5837
5838 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5839
5840         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5841         .dsp files from Unix to DOS.
5842
5843 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5844
5845         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5846         function pointers; we have been compliant for several months now.
5847         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5848         change that was accidently commented out
5849         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5850         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5851         bug #922319
5852
5853 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * src/hc08/gen.c: output of all of the internal debugging information
5856         is now controlled by the D() macro; it is disabled by default
5857
5858 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5859
5860         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5861         harder to keep the same registers during a CAST iCode
5862         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5863         long via int can be done in a single cast, if the signedness is
5864         correct.
5865         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5866         putchar() in tinibios.c in ds390's library
5867
5868 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5869
5870         * src/SDCCast.c (decorateType): fixed bug #898889,
5871         cast result of a literal complement too
5872         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5873         fixed check for bitfields
5874
5875 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5876
5877         * src/SDCCicode.c (geniCodeLogic): made it static,
5878         (geniCodeLogicAndOr): added in order to fix bug #905492,
5879         (ast2iCode): fixed bug #905492
5880         * support/regression/tests/bug-905492.c: added
5881         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5882         (processParms): fixed bug #927659: don't copy parms, this will clear
5883         decorated flag
5884         * support/regression/tests/bug-927659.c: added
5885
5886 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5887
5888         * src/SDCCast.c (addCast): don't cast float to char
5889         * device/lib/libsdcc.lib: added _memmove
5890
5891 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5892
5893         * device/lib/large/Makefile: fixed parallel execution by
5894         replacing `make` by `$(MAKE)`
5895
5896 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5897
5898         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5899         offsets (fixes bug #923936)
5900
5901 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5902
5903         * device/lib/small/Makefile: fixed parallel execution by
5904         replacing `make` by `$(MAKE)`
5905
5906 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5907
5908         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5909
5910 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5911
5912         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5913         * src/regression/Makefile: Regression test was not running.
5914
5915 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5916
5917         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5918         complement if possible
5919         * src/SDCCval.c (valComplement),
5920         * src/SDCCicode.c (operandOperation): fixed complement of literal
5921         * support/regression/tests/onebyte.c (testComplement): added
5922
5923 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5924
5925         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5926         return an optimized tree; actually replace actParm with the new tree
5927         * src/SDCCast.h: added some parantheses to remove side effects
5928         * support/regression/tests/bug-920866.c
5929
5930 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5931         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5932         Bit operands were not being handled properly in the pic14 port.
5933         (now src/regression/add.c passes again).
5934
5935 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5936
5937         * src/SDCC.y (labeled_statement): case and default no longer require
5938         a following statement (RFE #893037)
5939
5940 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5941
5942         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5943         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5944         disabled (fixes bug #916294)
5945         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5946         "mov a,acc"; patch provided by Lenny Story
5947         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5948
5949 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5950
5951         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5952         functions
5953         * src/ds390/gen.c (genFunction, genEndFunction),
5954         * src/ds390/ralloc.c (ds390_assignRegisters),
5955         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5956         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5957         pushed if there are parameters passed on the stack. Also, a cleaner
5958         way to decide if r0/r1 should be pushed/popped. (Together they fix
5959         bug #918693)
5960
5961 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5962
5963         * doc/sdccman.lyx,
5964         * device/lib/mcs51/crtpagesfr.asm,
5965         * device/lib/mcs51/crtxinit.asm,
5966         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5967         to avoid confusion with Si Lab's SFRPAGE register.
5968
5969 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5970
5971         * src/SDCCglue.c (emitMaps): allow public sfr variables
5972         * src/SDCCglue.c (initialComments): include compiler build date
5973         with compiler version and put the timestamp of the generated
5974         assembly file on a serperate line to be less confusing.
5975         * src/port.h: added genInitStartup hook
5976         * src/avr/main.c,
5977         * src/ds390/main.c,
5978         * src/hc08/main.c,
5979         * src/pic/main.c,
5980         * src/pic16/main.c,
5981         * src/xa51/main.c,
5982         * src/z80/main.c: genInitStartup initialize as NULL (default to
5983         historical behaviour)
5984         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5985         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5986         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5987         library instead of hard coding it into the compiler.
5988         * support/regression/ports/mcs51-stack-auto/spec.mk,
5989         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5990         * device/lib/mcs51/Makefile,
5991         * device/lib/small/Makefile,
5992         * device/lib/large/Makefile,
5993         * device/lib/mcs51/crtpagesfr.asm,
5994         * device/lib/mcs51/crtstart.asm,
5995         * device/lib/mcs51/crtxclear.asm,
5996         * device/lib/mcs51/crtxinit.asm,
5997         * device/lib/mcs51/crtclear.asm,
5998         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5999         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6000         and into user configurable files.
6001         * device/lib/clean.mk: clean mcs51 directory too
6002         * support/regression/tests/longlit.c: added static to T1 declaration
6003         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6004         accesses in the initialization code
6005
6006 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6007
6008         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6009         OSCTRIMVAL as noted in bug #916008
6010
6011 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6012
6013         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6014         in loops with multiple exits (reported as incorrect registers
6015         used by Martin Helmling in Sdcc-user list)
6016
6017 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6018
6019         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6020         made ds390 register extensions look less like error messages
6021
6022 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6023
6024         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6025         reported by Adam Wozniak in Sdcc-user list
6026
6027 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6028
6029         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6030         arithmetic optimizations, added debug output
6031
6032 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6033
6034         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6035         * sdcc.spec: updated and split sdcc into 3 rpms
6036         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6037         needed for literals of LEFT_OP and '+'
6038         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6039         introduced RESULT_TYPE_NOPROM
6040         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6041         left shift
6042         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6043         limited promotion to int only for '*'
6044         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6045
6046 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6047
6048         * src/pic16/gen.c (genSkip),
6049         (genc16bit2lit), (gencjneshort): commented out
6050         (is_LitOp): new helper function, checks operand type
6051         (genCmpEq): rewritten
6052
6053 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6054
6055         * support/regression/tests/bug-908454.c: added
6056
6057 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6058
6059         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6060         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6061         (geniCodeCast): cosmetic, don't preserve bit storage class
6062         (geniCodeLeftShift): added promotion
6063         (geniCodeLogic): fixed regression
6064         * src/SDCCsymt.c (computeTypeOr): accept bits too
6065         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6066
6067 2004-03-07  Borut Razem <borut.razem AT siol.net>
6068
6069         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6070
6071 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6072
6073         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6074         version of pic16_genPackRegisters which does not check if ic is a
6075         CAST operator,
6076         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6077         function cause string1.c regression test fails
6078
6079 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6080
6081         * sim/ucsim/configure.in,
6082         * sim/ucsim/configure,
6083         * sim/ucsim/doc/Makefile.in: use docdir
6084         * src/SDCC.y: fixed sbit atrributes
6085         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6086         * src/SDCCast.c (decorateType): |^& need special promotion handling
6087         * src/SDCCast.h,
6088         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6089         * src/SDCCsymt.h (computeType),
6090         * src/SDCCicode.c: computeType() needs op
6091         * src/SDCCsymt.c (checkTypeSanity),
6092         * doc/sddman.lyx: "plain" bitfields are unsigned
6093         * src/SDCCsymt.c (computeTypeOr): added
6094         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6095         |^& ops
6096         * src/SDCCval.c (val*): computeType() needs op
6097         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6098         * support/regression/tests/onebyte.c: added tests for |^&
6099
6100 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6101
6102         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6103         for writing icode into asm output.
6104
6105 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6106
6107         * src/pic16/device.c: added some debug lines enabled
6108         with macro DEBUG_CHECK,
6109         * src/pic16/genarith.c: more debug in genPlus,
6110         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6111         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6112         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6113         * (aopForSym): onStack symbols are re-placed in data memspace,
6114         and onStack flag is cleared,
6115         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6116         copy temporary pcodeop,
6117         * (genPcall): added warning for not updating PCLATU,
6118         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6119         always true for pic16 port,
6120         * (genMultOneWord): NEW, supports integer multiplication,
6121         * (genMult): modified to call genMultOneWord,
6122         * (ifxForOp): added warning when return NULL,
6123         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6124         flag is set before call to operandFromSymbol for implicit
6125         added structures,
6126         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6127         options.intlong_rent are set by default,
6128         * (_hasNativeMulFor): modified to allow port generation of integer
6129         multiplication,
6130         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6131         set regtype to REG_SFR for all registers, restricting seting the
6132         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6133
6134 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6135
6136         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6137         more than 500 times in the regression tests
6138
6139 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6140
6141         * support/Util/SDCCerr.h,
6142         * support/Util/SDCCerr.c,
6143         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6144         enumerator_list),
6145         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6146         for symbol conflicts.
6147         * support/valdiags/tests/enum.c,
6148         * support/valdiags/tests/tentdecl.c,
6149         * support/valdiags/tests/struct.c: expect possible error messages
6150         referring to original symbol definitions.
6151         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6152         * src/SDCCsymt.h,
6153         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6154
6155 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6156
6157         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6158
6159 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6160
6161         * src/pic16/ralloc.c (newReg): fixed bug #908929
6162
6163 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6164
6165         * src/ds390/gen.c: added missing #include "main.h"
6166
6167 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6168
6169         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6170         checking if symbol is already in set,
6171         * src/pic16/device.h: prototype for checkAddSym,
6172         * src/pic16/gen.c: (_G): added entry interruptvector,
6173         * (assignResultValue): removed some commented out lines,
6174         * (genFunction): check for ISR via sym->type, absolute section for
6175         interrupt code is created via a new pBlock, the goto instruction is
6176         placed now correctly at the interrupt vector position, changed all
6177         references from ivec to _G.interruptvector,
6178         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6179         is the interrupt is a high priority one, same for return from ISR,
6180         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6181         externs to calls of checkAddSym,
6182         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6183         pic16_pcode_verbose flag is set,
6184         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6185         * src/pic16/pcoderegs.c: message about how many registers are saved
6186         will only be emitted if pic16_pcode_verbose flag is set,
6187
6188 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * src/ds390/ralloc.h,
6191         * src/ds390/ralloc.c (ds390_regWithIdx),
6192         * src/ds390/gen.c (emitcode),
6193         * src/ds390/main.h,
6194         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6195         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6196         ds390operandCompare, getRegsRead, getRegsWritten,
6197         initializeAsmLineNode): customized instruction size calculation for
6198         ds390, started basis for some register optimizations
6199         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6200         corresponding assembly output
6201         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6202         missing push/pop of r0/r1. Optimized push/pops
6203
6204 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6205
6206         * src/mcs51/main.c (instructionSize): fixed ACALL size
6207         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6208
6209 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6210
6211         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6212         the sorting of rlist with NULL elements
6213         * (print_idataType, print_idata): NEW to create idata sections
6214         * src/pic16/device.h: idataSymSet new variable
6215         * src/pic16/gen.c (genFunction): fixed some bugs in string
6216         comparing, improved the absolute section creation for ISRs,
6217         added FSR0L/FSR0H in registers that are saved in an ISR,
6218         * (genInline): fixed the processing of inline snippets,
6219         now they undergo no process by the peephole optimizer
6220         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6221         are placed in idataSymSet,
6222         * (pic16emitStaticSeg): extern symbols are added in externs,
6223         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6224         switching when aboslute variables are placed in access bank memory
6225         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6226         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6227         commented out with #if,
6228         * (pic16_packRegisters): reintroduce the check for CAST because some
6229         symbols are not correctly handled,
6230         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6231         pCodeInstruction instead of pCode,
6232         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6233         pCodeAsmDir definition,
6234         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6235         directive, then the argument directive is emitted without the leading
6236         tab, hack for inline labels which must be in the first column,
6237         * (compareLabel,pic16_findNextInstruction),
6238         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6239         * (insertBankSwitch): modified for the new pCodeAsmDir,
6240
6241 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6242         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6243
6244         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6245         instance,
6246         * (pushSide): commented out with #if,
6247         * (assignResultValue): fixed some typos in saving
6248         registers,
6249         * (genPcall): FIXED and sync'ed with genCall,
6250         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6251         * (genNearPointerGet): fixed to handle some more cases,
6252         implementation scheme via table reads,
6253         * (genConstPointerGet): modified to access code memory correct,
6254         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6255         and improved to handle some cases
6256         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6257         instead of "RETLW" for init data
6258         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6259         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6260         variables are placed in access bank memory (<0x80 and >=0xf80),
6261         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6262         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6263         TBLWT_POSTDEC,TBLWT_PREINC
6264         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6265         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6266         directives
6267         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6268         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6269         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6270         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6271
6272 2004-02-29  Borut Razem <borut.razem AT siol.net>
6273
6274         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6275         support/Util/findme.h, support/Util/system.h: enhance binary relative
6276         search for lib and include by using findProgramPath()
6277
6278 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * src/SDCCpeeph.h,
6281         * src/SDCCpeeph.c (pcDistance),
6282         * src/port.h,
6283         * src/mcs51/ralloc.h,
6284         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6285         * src/mcs51/main.h,
6286         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6287         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6288         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6289         size calculation port specific, started basis for some register
6290         optimizations
6291         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6292         missing push/pop of r0/r1. Optimized push/pops
6293         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6294         * device/lib/_modsint.c (_modsint),
6295         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6296         and stack version so regression tests pass
6297
6298 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6299
6300         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6301         * src/SDCCast.c (decorateType): catch another small optimization
6302         with '?' operator
6303         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6304         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6305         modified to finally use computeType() all over SDCC,
6306         see Feature Request #877103
6307         * src/SDCCval.h: cosmetic
6308         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6309         valCompare(); regression tested in muldiv.c
6310         * support/regression/tests/muldiv.c (testMod): mod sign follows
6311         dividend only
6312
6313 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6314
6315         * src/SDCCast.c (decorateType): fixed bug #902362
6316         * doc/INSTALL.txt: fixed install instructions for win32
6317
6318 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6319
6320         * device/include/Makefile.in (install): fixed by replacing spaces
6321         by tabs
6322         * doc/README.txt,
6323         * doc/INSTALL.txt: updated for release
6324         * doc/sdccman.lyx: added warning for --xstack being buggy
6325
6326 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6327
6328         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6329         to eliminate build warnings.
6330         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6331
6332 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6333            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6334
6335         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6336         removed -penable-stack, added comment for stack pragma, added
6337         warning for not initializing the stack/frame registers, removed
6338         comment at interrupts section
6339
6340         Stack is made permanent, there is no ability to disable stack usage.
6341         * src/pic16/device.h,
6342         * src/pic16/device.c: removed all references to USE_STACK macro,
6343         * src/pic16/device.c (pic16_dump_section): when no elements in
6344         rlist, free rlist before return,
6345         * (pic16_dump_int_registers): NEW, internal registers are a new set
6346         of general purpose registers reused by each function,
6347         * (checkAddReg): returns 1 if registers is added to set,
6348         * (pic16_groupRegistersInSection): when a registers is of type
6349         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6350         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6351         SRCASECMP macro is moved here from device.c
6352         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6353         PO_PCLATU, PO_PRODL, PO_PRODH,
6354         * (pic16_pCodeOpType, genMinus,
6355         changed compares to "a" register, with AOP_ACC,
6356         * (pic16_genPlus): fixed some bugs and indented properly,
6357         * (pic16_addSign): changed size to size+offset in the MOVWF
6358         instruction,
6359         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6360         multiply 8-bit operand by literal, result is 8-bit,
6361         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6362         multiply 2 8-bit operand, result is 8-bit,
6363         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6364         genUMult8X*_16,
6365         * src/pic16/gen.c: changed accUse to contain WREG only,
6366         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6367         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6368         true, do not use immediate addressing any more unless sym is a
6369         pointer in codespace,
6370         * (aopForRemat): do not use immediate addressing when symbol not in
6371         codespace and when symbol's address is requested,
6372         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6373         accUse size (= 1),
6374         * (aopGet): added case for AOP_ACC and don't return "accumulator
6375         bug" but WREG instead,
6376         * (popGetTempReg): pushes contents of temporary register in stack,
6377         * (popReleaseTempReg): pops contents of temporary register from
6378         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6379         * (pic16_popGet): separated case AOP_ACC to return register WREG
6380         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6381         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6382         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6383         the use of immediate pointers to certain cases only.
6384
6385         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6386         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6387         * (assignResultValue, genCall, genRet): modified to use the new
6388         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6389         genPcall is still broken,
6390         * (genFunction): added code to create 'A' type pBlocks when
6391         interrupt functions are generated, code not extensively tested yet,
6392         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6393         * (genEndFunction): modified so ISRs pop stored registers from stack,
6394         * (genMultOneByte): cleanup,
6395         * (AccRsh): added flag andmask, to and result with appropriate mask,
6396         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6397         * (genDataPointerGet): fixed and reenabled its use,
6398         * (genNearDataPointerGet): bugs fixed,
6399         * (genDataPointerSet): bugs fixed,
6400         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6401         pic16_DumpSymbol, pic16_DumpOp,
6402         * src/pic16/genutils.h: function prototypes for the above functions,
6403         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6404         pointers,
6405         * (pic16emitRegularMap): many many many improvements, but needs a
6406         major cleanup,
6407         * src/pic16/main.c: enable_stack in pic16_options is removed,
6408         * (_pic16_parseOptions): removed command line options -penable-stack,
6409         * (_process_pragma): emit stack symbol only when stack pragma is
6410         processed,
6411         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6412         redirected to FSR0L/FSR0H pair,
6413         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6414         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6415         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6416         for immediates,
6417         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6418         * (dumpPicOptype): NEW,
6419         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6420         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6421         with movff instruction,
6422         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6423         added pic16_int_regs, some packRegsFor* functions are commented out,
6424         because produce errors,
6425         * src/pic16/NOTES: minor modifications
6426
6427 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6428
6429         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6430         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6431         --pack-iram.
6432         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6433         * as/mcs51/lkaomf51.c: fixed bug #895763
6434
6435 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6436
6437         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6438
6439 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         * doc/sdccman.lyx: added details about the HC08 storage classes and
6442         interrupts, fixed the register usage info for z80 & gbz80
6443
6444 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6445
6446         * doc/sdccman.lyx: added more pic16 port documentation
6447         * device/include/pic16/: added header pic18fregs.h
6448
6449 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6450
6451         * doc/sdccman.lyx: added Vangelis' contribution
6452
6453 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6454
6455         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6456         extend to the next CALL or PCALL, not just to the next CALL.
6457
6458 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6459
6460         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6461
6462 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6463
6464         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6465         bug #895752 and a better fix for bug #716790
6466
6467 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6468
6469         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6470
6471 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6472
6473         * doc/sdccman.lyx: minor changes, minor changed
6474
6475 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6476
6477         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6478         which can't handle SDCC_NEWONEBYTEOPS,
6479         (geniCodeMultiply): removed conversion from mult to shift for pic14
6480         and pic16
6481
6482 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6483
6484         * src/hc08/gen.h,
6485         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6486         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6487         thus fixing bug #895406
6488
6489 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6490
6491         * device/lib/_modsint.c,
6492         * device/lib/_modslong.c: sign follows divisor only
6493         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6494         signs or signedness can be ignored
6495         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6496         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6497         added optimization for IFX,
6498         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6499         arguments;
6500         reenabled optimization for IFX, which was removed on 2004-01-11
6501         * src/SDCCast.h: added return type IFX
6502         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6503         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6504         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6505         SDCC_OLDONEBYTEOPS selects the old behaviour
6506         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6507         changed again and commented promotion rule
6508         * src/SDCCval.c (valDiv): promotion no longer necessary
6509         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6510         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6511         rewritten
6512         * support/regression/tests/onebyte.c: added
6513
6514 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6515
6516         * gen.c (genInline): reverted to old code for assemnling inline
6517         code because of bug reported James Chadd
6518
6519 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6520
6521         * ralloc.h: missing declarations from previous patch,
6522         seems that patch for ralloc.h was never applied, fixed
6523
6524 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6525            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6526
6527         * pcode.c,
6528         * pcode.h,
6529         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6530         indirect addressing. Marked FSR0 as deprecated
6531         * gen.c (pointerCode): commented out, not needed now
6532         (pic16_popGet2p): new MOVFF helper function
6533         (genGenPointerGet),
6534         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6535         (shiftRLong): removed duplicate debugging info
6536
6537 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6538
6539         * src/ds390/gen.c (genNearPointerGet),
6540         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6541         optimization with bits, but not bitfields.
6542         * src/ds390/ralloc.c (packRegisters),
6543         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6544
6545 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6546
6547         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6548
6549 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCsymt.h,
6552         * src/SDCCicode.c (operandFromSymbol),
6553         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6554         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6555         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6556         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6557         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6558         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6559         bug #892038
6560         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6561         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6562         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6563         * src/SDCCsymt.c (newSymbol),
6564         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6565         enumerator_list),
6566         * src/SDCCval.h,
6567         * src/SDCCval.c (newiList): fixed bug #885705
6568
6569 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6570
6571         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6572         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6573
6574 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6575
6576         * device/include/c8051f120.h,
6577         * device/include/c8051f300.h,
6578         * device/include/c8051f310.h: added/updated header files for Silicon
6579         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6580         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6581         in new section Submitting patches
6582
6583 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6584
6585         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6586         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6587         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6588         genGenPointerSet),
6589         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6590         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6591         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6592         genGenPointerSet),
6593         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6594         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6595         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6596         genGenPointerSet),
6597         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6598         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6599         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6600         genGenPointerSet): fixed bug #892400
6601         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6602         to eliminate build warnings.
6603         * src/SDCCast.c (processParms),
6604         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6605         fixed bug 751859
6606         * support/valdiag/valdiag.py: added GCC to the list of defines active
6607         when compiling with gcc
6608
6609 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         * support/Util/SDCCerr.h,
6612         * support/Util/SDCCerr.c,
6613         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6614         with an incomplete type (fixed bug #883734)
6615         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6616
6617 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6618
6619         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6620
6621 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6622
6623         * src/SDCCast.c (decorateType),
6624         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6625         function pointer implementation
6626         * support/regression/tests/funptrs.c: added tests to verify both forms
6627         of function pointers work correctly. Added tests to verify parameters
6628         are passed in the correct order.
6629
6630 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6631
6632         * device.c (regCompare): registers are sorted by ascending
6633         address and increasing size,
6634         * main.c (_pic16_finaliseOptions): removed the declaration
6635         of compiler macro MCU. Now a macro of the format pic18fxxxx
6636         will be defined from the command line
6637
6638 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6639             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6640
6641         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6642         PCOP_RLCF was overwritten!
6643         * gen.c (genSkip): commented out calls to pic16_emitcode,
6644         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6645         * (genlshTwo),
6646         * (genRRC): added debugging info,
6647         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6648         overwritten while shifting,
6649         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6650         overwritten while shifting,
6651         * (AccLsh),
6652         * (AccRsh),
6653         * (shiftLLeftOrResult),
6654         * (shiftRLeftOrResult),
6655         * (shiftRLong),
6656         * (shiftLLong): Implemented with pic16_emitpcode
6657         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6658         * (genLeftShift): Fixed bug, operand for shift by variable always
6659         was "and"ed with 0x0f,
6660         * (genLeftShiftLiteral),
6661         * (genrshTwo),
6662         * (genRightShiftLiteral): added debugging info,
6663         * (genrshFour): added comment,
6664         * (genRightShift): determined signedness from operand "left"
6665         instead of "result"
6666
6667 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6668
6669         * src/SDCCicode.c (geniCodeParms),
6670         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6671         function pointers, fixed function pointer bugs #861242 and #861896
6672
6673 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6674
6675         * device/include/c8051f000.h,
6676         * device/include/c8051f120.h,
6677         * device/include/c8051f300.h: added header files for Silicon
6678         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6679
6680 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6681
6682         * src/SDCCast.c (processParams): added new type flow and restructured
6683         (gatherAutoInit): added new type flow
6684         (addCast): cosmetic changes
6685         (getLeftResultType): added new type flow for array indices, patch
6686         provided by Stas, see FR #877103
6687         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6688         array index patch by Stas
6689         * src/SDCCast.h: added prototype getResultTypeFromType()
6690         * src/SDCCval.h,
6691         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6692         * src/pic/glue.c (pic14emitStaticSeg),
6693         * src/pic16/glue.c (pic16emitStaticSeg),
6694         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6695         for initialization of symbols
6696         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6697         * support/Util/SDCCerr.h:
6698         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6699         * .version: bumped version number to 2.3.8
6700         * device/include/Makefile.in (install),
6701         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6702         avoid warnings
6703
6704 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6705
6706         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6707         Slade Rich fixed an optimization bug
6708         * src/pic/pcodepeep.c,
6709         * src/pic/pcoderegs.c
6710         * doc/Makefile (install): added test for directory
6711
6712 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6713
6714         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6715         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6716         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6717         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6718         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6719         * as/mcs51/asexpr.c (term),
6720         * as/hc08/asexpr.c (term): fixed bug #887146
6721
6722 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6723
6724         * src/z80/gen.c (genMult): handle single byte result product
6725         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6726         DUMMY_READ_VOLATILE (fixed bug #886367)
6727
6728 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6729
6730         * support/regression/tests/libmullong.c: fixed logic, on little endian
6731         hosts we ended without a mullong_wrapper()
6732
6733 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6734
6735         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6736         virus/worm forged address usage.
6737
6738 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         Fixed promotion, it should be done on AST level:
6741         * src/SDCCast.c (addCast): added promotion to int
6742         (decorateType): updated call to upCast()
6743         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6744         usualUnaryConversions()
6745
6746 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6747
6748         * support/regression/tests/literalop.c (mulWrapper): Added a
6749         wrapper to remove integer overflow warnings.
6750
6751         * support/regression/tests/float_trans.c: Made work on host.
6752
6753         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6754         location of sz80.
6755
6756         * support/regression/generate-cases.py (main): Changed from inline
6757         to a main method.
6758
6759         * doc/Makefile (install): Changed to depth first to get rid of
6760         missing directory install warning.
6761
6762         * as/Makefile (install-doc): Made work on Mac.
6763
6764 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6765
6766         * src/SDCCast.c: added an additional type flow in decorateType() of
6767         opposite direction, see feature request #860006; it's enabled at runtime
6768         by setting the environment variable SDCC_NEWTYPEFLOW
6769         * src/SDCCast.h: changed prototype of decorateType()
6770         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6771         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6772         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6773         see feature request #877103
6774         * src/SDCCval.c: updated call of decorateType()
6775         (valBitwise): fixed bug #882876
6776         (valMinus): added promotion
6777         (valLogicAndOr): result is unsigned
6778         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6779         * src/SDCCsymt.c (computeType),
6780         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6781         must not cause an unsigned operation
6782         * src/pic/glue (pic14emitRegularMap),
6783         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6784
6785 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6786
6787         * src/pic/pcode.c (PCodeID): commented out left over debug code
6788
6789 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6790
6791         * support/valdiag/tests/overflow.c: added shift tests
6792         * src/pic/device.c,
6793         * src/pic/gen.c,
6794         * src/pic/gen.h,
6795         * src/pic/glue.c,
6796         * src/pic/main.c,
6797         * src/pic/pcode.c,
6798         * src/pic/pcode.h,
6799         * src/pic/pcodepeep.c,
6800         * src/pic/pcoderegs.c,
6801         * src/pic/ralloc.c,
6802         * src/pic/ralloc.h: applied patch from Slade Rich;
6803         added support for multiple code pages and multiple RAM banks on the
6804         PIC 14 port. The ASM files now no longer simply assume all the
6805         code / RAM are in the same page / bank. This means the linker can
6806         safely allocate code/RAM of separate ASM files to different pages/banks.
6807         * doc/sdccman.lyx: added Slade's tips
6808         * src/mcs51/peeph.def: fixed bug #880768
6809
6810 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6813         * src/SDCCast.c (decorateType): fixed bug #880197
6814
6815 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6816
6817         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6818         getopt.h.
6819
6820         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6821         strtof is not part of C89 and isn't included with Mac OS X.
6822
6823 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6824
6825         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6826         shiftL2Left2Result): fixed bug #879326
6827         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6828         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6829         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6830         address fetch for clr instruction
6831         * device/lib/hc08/_mulint.c: created optimized assembly version
6832         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6833
6834 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6835
6836         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6837         proposed in FR #877103
6838
6839 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6840
6841         * src/SDCCval.c (cheapestVal): added missing checks
6842         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6843         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6844
6845 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6846
6847         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6848         equal operands
6849
6850 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6851
6852         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6853         loaded with the linker search paths (-L arguments) and the libraries
6854         to be linked with the current source (-l arguments). Changes
6855         currently will affect only the pic16 port.
6856         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6857         include path the port specific paths and port specific libraries,
6858         * gplink command now contains the $3 argument,
6859         * src/pic16/device.h,
6860         * src/pic16/device.c,: structure PIC_device is made public and
6861         renamed to PIC16_device, the same for variable Pics which is renamed
6862         to Pics16. Updated all references to them.
6863         * src/pic16/glue.c (pic16glue): corrected bug with code
6864         initialization which bypassed the variable initializations block.
6865
6866         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6867         COMPILE_FLAGS and added the --nostdinc option
6868
6869 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6870
6871         * device/include/mc68hc908jb8.h: Register defs for another member
6872         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6873
6874 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6875
6876         Documenting changes from previous commits.
6877         * configure.in (version 1.56),
6878         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6879         when generating output files to configure the pic16 library,
6880         but now I've commented it out, since gputils aren't installed in the
6881         SF compile farm, so library won't compile
6882
6883         * device/lib/Makefile.in (version 1.56): initially I've added in
6884         target 'all' the prerequestive 'model-pic16' so it compiled the
6885         pic16 library, but now I've commented it out for the same reasons
6886         above,
6887         * added targets 'model-pic16' and 'objects-pic16' to compile the
6888         library
6889         * added target 'port-specific-objects-pic16' to handle the
6890         generated libraries and copy them into the build/ directory
6891         * added target 'clean-intermediate-pic16' to clean intermediate
6892         files into pic16 directory
6893         * in target 'installdirs' added line to create directory pic16 in
6894         the installation path
6895
6896         * device/include/Makefile.in (version 1.11): in target 'install'
6897         added lines to copy all header files to installation path,
6898         * in target 'installdirs' added line create directory for pic16
6899         headers in the installation path
6900
6901 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6902
6903         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6904          a function call
6905
6906 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6907
6908         * configure,
6909         * device/lib/configure.in,
6910         * device/lib/configure: fixed for autoconf 2.57
6911
6912 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6913
6914         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6915         option so that it actually works. Made it specific to the z80, since
6916         the gbz80 doesn't have these kinds of I/O ports.
6917
6918 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6919
6920         * device/include/z180.h,
6921         * device/lib/_memcpy.c,
6922         * device/lib/_memmove.c,
6923         * device/lib/_mulint.c,
6924         * device/lib/ser_ir.c,
6925         * device/lib/ser_ir_cts_rts.c,
6926         * device/lib/_strcmp.c,
6927         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6928         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6929         portmode; added deprecation warning for bank= and protmode= forms.
6930         Also, guard against buffer overflow.
6931         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6932
6933 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6934
6935         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6936         changed interrupt vector table generation to only emit declared vectors.
6937         * device/include/Makefile.in: added missing backslash
6938         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6939
6940 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6941
6942         Mainly changes to support compilation of the device libraries
6943         * src/pic16/device.c: stack is allocated via symbol and not
6944         via literal number. The symbol is placed in the corresponding
6945         position of the data ram
6946         * (pic16_dump_section): relocatable and absolute uninitialized
6947         data are now emitted in sorted order to reduce section naming,
6948         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6949         weren't marked as being in the access bank,
6950
6951 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6952
6953         Added portion of GNU PIC Library under the directory
6954         device/include/pic16 and device/lib/pic16. These files
6955         contain the declarations of SFRs for the PIC18Fxx2 devices.
6956         The directory is initialized via configure from toplevel.
6957
6958 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6959
6960         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6961         the spilllocations to be compared correctly
6962
6963 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6964
6965         * src/SDCCast.c (decorateType): fixed bug introduced today
6966
6967 2004-01-12  Borut Razem <borut.razem AT siol.net>
6968
6969         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6970         doc/sdccman.lyx: upper case pragmas are deprecated
6971
6972 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6973
6974         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6975         in simpler and even better code
6976
6977 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6978
6979         * src/SDCCicode.c (operandOperation): fixed bug #874819
6980         * src/SDCCast.c (decorateType): fixed
6981         char foo (unsigned long ul) { return ul > 0; }
6982
6983 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6984
6985         * doc/sdccman.lyx: Moved and added some sections, small changes
6986         all over. Telling LaTeX to be less strict with word spacing
6987         to better keep the right margin. Changed some notes about
6988         maintainance of the ports in section 3.2.1 - is it OK like this?
6989
6990 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6991
6992         SDCC source changes:
6993         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6994         convilong): modified to inform the pic16 port that builtin functions
6995         are external
6996
6997         PIC16 PORT specific changes:
6998         * src/pic16/device.c pic16_dump_equates() added,
6999         processor registers declared internally by the port are emitted in
7000         the translation as equates,
7001         * src/pic16/gen.c: inline code is passed unprocessed to the
7002         translation,
7003         * (pic16_popGetLit2): fnuction modified to take second operand as
7004         pCodeOp pointer and not as literal,
7005         * (popRegFromIdx): prefixed with pic16_,
7006         * (pic16_popCombine2): modified to receive already allocated pCode
7007         operands,
7008         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7009         * (genFunction): initializes local stack frame and pushes on stack
7010         all the registers used by this function,
7011         * (genEndFunction): restores all registers from stack and restores
7012         stack frame,
7013         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7014         improvements,
7015         * (pic16glue): changed the program startup sequence,
7016         * added new dbName code 'A' for functions placed in absolute section
7017         * src/pic16/main.c: added function attribute _naked,
7018         * added pragma 'code' to place a fnuction at an absolute address,
7019         * added command line arguments --debug-ralloc and --pcode-verbose,
7020         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7021         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7022         * (pic16_newpCodeOpLit2): modified to take the second operand as
7023         pCodeOp pointer,
7024         * (pic16_printpBlock): modified to emit each function in a separate
7025         section,
7026         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7027         UPPER for immediate operands,
7028         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7029         instruction,
7030         * src/pic16/peeph.def: all peepholes with movff are commented out,
7031         because there is a problem in the pcode peep optimizer,
7032         * src/pic16/ralloc.c: the register allocator can now reuse local
7033         function symbols for another function. This saves register usage.
7034         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7035
7036         Added file src/pic16/NOTES with information about program writing on
7037         the current port version.
7038
7039 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7040
7041         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7042         and peephole 252 (array access)
7043
7044 2004-01-09  Borut Razem <borut.razem AT siol.net>
7045
7046         * src/SDCCmain.c : fixed #872250: -l command line defined library
7047           files are scanned before standard library files
7048
7049 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7050
7051         * src/SDCCast.c (decorateType): fixed bug #874046
7052
7053 2004-01-09  Borut Razem <borut.razem AT siol.net>
7054
7055         * support/scripts/sdcc.nsi: remove previous installation
7056
7057 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7058
7059         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7060         bytes for last interrupt vector (mcs51)
7061         * sdcc.spec: fixed typo
7062
7063 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7064
7065         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7066         gen51Code): more efficient parameter receive for --model-large
7067         ("bug" #845294)
7068
7069 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7070
7071         * src/ds390/main.c,
7072         * src/z80/main.c: added missed needLinkerScript flags (more than
7073         one port structure defined in these file)
7074         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7075         bug #795325
7076
7077 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7078
7079         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7080         * src/port.h: added flag needLinkerScript in port->linker
7081         structure to inform whether to create a .lnk file or not,
7082         * src/avr/main.c,
7083         * src/ds390/main.c,
7084         * src/hc08/main.c,
7085         * src/mcs51/main.c,
7086         * src/pic/main.c,
7087         * src/pic16/main.c,
7088         * src/xa51/main.c,
7089         * src/z80/main.c: changed appropriately to configure
7090         needLinkerScript flag
7091         * src/pic/gen.c,
7092         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7093         * src/pic/glue.c: added variable udata_section_name to
7094         override default uninitialized data segment definition for
7095         devices only with SHAREBANK memory (reported from Erik Epetrich)
7096         * (pic14emitOverlay): modified to emit a commented overlay segment
7097         directive when no overlay data exist
7098         * (picglue): modified to emit uninitialized data segment
7099         according to udata_section_name
7100         * src/pic/main.c (_pic14_parseOptions): added command line
7101         options --udata-section-name=[name] to override default
7102         udata definition name
7103         * modified _linkCmd and _asmCmd to include compiler passed
7104         arguments via -W option
7105         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7106         object file from '.rel' to '.o' in port->linker structure,
7107         changed size of fptr from 2 to 3 in port structure
7108
7109 2004-01-07  Borut Razem <borut.razem AT siol.net>
7110
7111         * support/scripts/sdcc.nsi: update PATH
7112         * support/scripts/sdcc.ico: craeted
7113
7114 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7115
7116         * device/include/Makefile.in: fix install
7117         * doc/Makefile: fix install
7118
7119 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7122         in bug #860505
7123         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7124         how the function variable allocation summary is displayed; also
7125         include information about variables allocated to the overlay
7126         segment
7127
7128 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7129
7130         * as/mcs51/lkmain.c: Help about -Y option
7131         * as/mcs51/lkarea.c: Fixed gcc warnings
7132
7133 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7134
7135         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7136         fixed warning
7137         * support/valdiag/tests/overflow.c: added
7138         * src/SDCCast.c (decorateType),
7139         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7140         LEFT_OP (left shift)
7141
7142 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7143
7144         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7145         (default behaviour).
7146
7147 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7148
7149         A python script to validate compiler diagnostic messages. It can be
7150         used to verify that sdcc complains about bad c source code and
7151         gives a good location of the error.
7152         * support/valdiag/Makefile,
7153         * support/valdiag/valdiag.py,
7154         * support/valdiag/tests/*
7155
7156 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7157
7158         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7159         * src/SDCCsymt.c (newEnumType),
7160         * src/SDCCsymt.h
7161         * support/Util/SDCCerr.c,
7162         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7163         enum related bugs.
7164         * support/regression/tests/enum.c: added test for enum values that
7165         require at least 2 bytes of storage.
7166
7167 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7168
7169         * src/common.h: added ifndef/define/endif macros
7170         around the header file.
7171         Bug reported from Jesus Calvino-Fraga
7172
7173 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7174
7175         * sdcc.spec: updated
7176         * device/include/Makefile.in: don't install CVS directories
7177         * device/lib/Makefile.in: added removal of CVS directories after install
7178         * doc/Makefile: fixed install, added local_icons
7179         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7180         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7181         * src/ds390/gen.c (genRightShift): fixed bug #870788
7182         * src/SDCCast.c (decorateType): fixed bug #870781
7183
7184 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7185
7186         PIC16 port related changes:
7187         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7188         added variable stackPos,
7189
7190         * gen.c: genCall, assignResultValue: added support for
7191         pushing/retrieving function parameters to/from stack,
7192         genFunction,genEndFunction: setup stack frame for the
7193         generated function,
7194         genAddrOf: will be changed according to bug 863624
7195
7196         * added files genutils.c and genutils.h which contain gen*
7197         debugged and optimised functions extracted from gen.c
7198
7199         * glue.c: added variable 'externs' which holds extern symbols,
7200         pic16emitRegularMap: is modified to properly handle relocatable
7201          symbols under the new scheme,
7202         pic16createInterruptVect: is modified
7203         pic16printPublics: is modified to emit 'global' assembler directives,
7204         added pic16_printExterns to print extern symbols,
7205         pic16glue: initializes stack/frame pointer in the beginning of
7206         the assembly output. Temporary hack, will be corrected later,
7207         because gplink yet does not support stack and SDCC does not
7208         yet support a type of crt0.o object to create the final binary.
7209
7210         * Removed many lines that contain 8051 legacy code.
7211         * The code is finally placed under a 'code' directive.
7212         * Added port specific options.
7213
7214         * _process_pragma: simplified since now we do not need *special*
7215         include file to define SFR registers. But a separate header
7216         will be needed. This will be developed later.
7217         * _pic16_parseOptions: added, parses port specific options:
7218         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7219         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7220         --preplace-udata-with=
7221
7222         * _pic16_setDefaultOptions: modified to initialize section names,
7223         but hack is temporarly out of order since it needs improvement.
7224         * _pic16_genAssemblerPreamble: configuration words are emitted by
7225         their address instead of their name. This part is incomplete and
7226         supports only the 18Fxx2 devices. Other devices will emit an error
7227         during assembly since they do not contain the same set of config
7228         registers
7229         * _pic16_genIVT: is modified,
7230
7231         * pcode.c: added definitions for some hardware registers that are needed
7232         for stack support
7233         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7234         All PCI entries are updated. Now LFSR is supported.
7235         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7236         * added pic16_newpCodeOpLit2 to support instructions with
7237         two literal arguments
7238         * pic16_pCode2str: corrected code that emits assembler instructions
7239         with two literal operands and those that have an access bit modifier
7240         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7241         this fixes a bug which caused some labels to be lost, when an
7242         assembler directive was added, i.e. banksel,
7243         * pic16_FixRegisterBanking: improved logic that causes the insertion
7244         of bank switching,
7245         * InlineFunction: functions that are called once, are not any more
7246         inlined. This can be a port option in the future,
7247
7248         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7249
7250         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7251         hold the corresponding uninitialized symbols,
7252         * pic16_allocProcessorRegister: registers have explicit marked the
7253         accessBank field,
7254         * pic16_allocInternalRegister: registers are explicit marked as
7255         not used,
7256         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7257         processing list, so bit registers were lost,
7258         *
7259
7260         * ralloc.h: added field 'accessBank' and original symbol operand
7261         in register definition,
7262         * removed the field isMapped from register definition,
7263
7264         ** Several functions have been removed from various sources:
7265         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7266         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7267         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7268         pic16_assignRelocatableRegisters
7269
7270         ** others have been introduced:
7271         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7272         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7273
7274 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7275
7276         * support/scripts/inc2h.pl: changed definition of BIT_AT
7277         to emit 'sbit at' instead of 'bit at'. This was a request.
7278
7279         PIC16 port related preliminary changes:
7280         * gen.c: prefixed function popRegFromString with
7281         pic16_ and all references to it corrected
7282         * pcode.c: all pic16_pc_* hardware registers prefixed
7283         with underscore (_),
7284         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7285         * ralloc.c: newReg(): when register is REG_SFR then
7286         set address to rIdx,
7287         pic16_allocProcessorRegister(): marks register wasUsed=0
7288         pic16_writeUsedRegs(): added a call to assign processor
7289         registers via pic16_assignFixedRegisters
7290
7291 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7292
7293         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7294         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7295         variables in unused register banks.  Also the SSEG is placed
7296         wherever there is enough space for it, and IDATA can be anywhere
7297         in internal RAM.  For now compile using -Wl-Y[stack_size].
7298         The mem file is different for this option as well, since it
7299         makes no sense of talking about DSEG lenght.
7300
7301 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7302
7303         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7304         in certain cases, e.g. when ROM assignment, patch provided
7305         from Albert den Haan.
7306
7307 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7308
7309         Many signedness and type propagation fixes:
7310         * src/SDCCicode.c: made geniCodeCast() static
7311         replaced SPEC_ by IS_ (cosmetic)
7312         (operandOperation): fixed div and mod operation
7313         (usualBinaryConversions): added support for promotion of char
7314         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7315         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7316         (geniCodeAdd): an array index will stay unsigned, even if promoted
7317         from char to int
7318         (geniCodeArray): ditto
7319         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7320         * src/SDCCsymt.c (computeType): added more support for char;
7321         promotion of char is selectable by promoteCharToInt, fixed signedness
7322         for all cases
7323         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7324         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7325         * src/SDCCval (val*): replaced signedness calculation by
7326         computeType()
7327         rearranged if-branches (cosmetic)
7328         (valShift): added warning W_SHIFT_CHANGED
7329         (valCompare): fixed problem with different types
7330         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7331         * support/regression/tests/literalop.c: added many cases
7332         * support/regression/tests/ast_constant_folding.c: changed finally to
7333         'unsigned int'
7334         * .version: new year, new version: 2.3.7
7335         * src/SDCCmain.c (main): applied patch #866468
7336         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7337         provided by Scott Bronson
7338         * doc/sdccman.lyx: updated documentation for sdcdb
7339         updated and added chapter tips
7340
7341 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7342
7343         * src/SDCCsymt.h: missing from yesterday's commits
7344
7345 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/SDCC.y (struct_or_union_specifier),
7348         * support/Util/SDCCerr.c,
7349         * support/Util/SDCCerr.h: verify that struct & union tags are used
7350         as declared.
7351
7352 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7353
7354         * src/SDCCglobl.h: missing from yesterday's commits
7355
7356 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7357
7358         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7359         sft_attributes, struct_declaration, parameter_declaration,
7360         type_name, start_block, declaration_list),
7361         * src/SDCC.lex (check_type): support redefinition of typedef names
7362
7363 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7364
7365         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7366         aligned xdata arrays. Erik helped me with the if clause.
7367
7368 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7371         warning
7372
7373 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * src/SDCCast.h,
7376         * src/SDCCast.c (newAst_),
7377         * src/SDCCicode.h,
7378         * src/SDCCicode.c (ast2iCode, newiCode),
7379         * src/SDCCglobl.h,
7380         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7381         expr, statement, expression_statement, selection_statement,
7382         iteration_statement, expr_opt, jump_statement): foundation for tracking
7383         sequence points
7384         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7385         point code too)
7386
7387 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * support/Util/SDCCerr.c,
7390         * src/SDCCast.h,
7391         * src/SDCCast.c (createCase, createDefault, decorateType),
7392         * src/SDCClabel.c (labelUnreach),
7393         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7394         to error messages.
7395         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7396         (with thanks to Stas Sergeev)
7397         * device/include/time.h,
7398         * device/lib/time.c (CheckTime): suppress unreachable code warning
7399
7400 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7401
7402         * src/SDCCast.c (createIvalCharPtr),
7403         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7404         bug #753752)
7405         * support/regression/tests/nullstring.c: tests for these two bugs
7406
7407 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7408
7409         * support/Util/SDCCerr.h,
7410         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7411         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7412         about storage class and 'at' used inside struct or union
7413         * src/SDCCBBlock.c (iCodeFromeBBlock),
7414         * src/SDCCcse.c (ifxOptimize),
7415         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7416         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7417         printIval, emitStaticSeg, emitOverlay),
7418         * src/SDCClabel.c (deleteIfx),
7419         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7420         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7421         gatherAutoInit, processParms),
7422         * support/Util/SDCCerr.h,
7423         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7424         reporting for post-parse errors.
7425
7426 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7429         implicit casts via union; they don't work on big endian systems
7430         (possible fix for bug #861138)
7431
7432 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7433
7434         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7435         * src/mcs51/main.c: fixed the fix for bug #737001
7436
7437 2003-12-15  Borut Razem <borut.razem AT siol.net>
7438
7439         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7440
7441 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * support/makebin/makebin.c: put output in binary mode
7444
7445 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7446
7447         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7448         xdata and data memory on startup. Set the environment variable
7449         SDCC_NOGENRAMCLEAR to disable this.
7450         * src/mcs51/peephole.def,
7451         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7452         (allows non-interrupt and interrupt code to safely compete for a resource
7453         without the non-interrupt code having to disable interrupts)
7454
7455 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7456
7457         * src/SDCCicode.c (geniCodeAdd),
7458         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7459         with valFromType if type might be a pointer and host is big endian).
7460         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7461         types, not just integer types.
7462         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7463         multiply defined with mismatching "at" address.
7464
7465 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7466
7467         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7468         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7469         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7470         with embedded nulls (fixed bug #753752)
7471
7472 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7473
7474         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7475         Apparently this did not see much testing (endless loop)
7476
7477 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7478
7479         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7480
7481 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7482
7483         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7484         gracefully handle NULL memmap pointers
7485
7486 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7487
7488         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7489         instead of deleting the iCode when an operand is volatile
7490         * src/z80/gen.c (genDummyRead),
7491         * src/mcs51/gen.c (genDummyRead),
7492         * src/ds390/gen.c (genDummyRead),
7493         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7494         not just IC_RIGHT
7495         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7496         * src/SDCC.y: fixed bug #850420
7497
7498 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         Applied z80 i/o port patch from Peter Townson and fixed some operators
7501         to better handle operands in A register.
7502         * device/include/z180.h
7503         * src/SDCC.y
7504         * src/SDCCglue.c
7505         * src/z80/gen.c
7506         * src/z80/gen.h
7507         * src/z80/main.c
7508         * src/z80/peeph-z80.def
7509         * src/z80/peeph.def
7510         * src/z80/z80.h
7511
7512 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7513
7514         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7515
7516 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7517
7518         * device/lib/hc08/_mullong.c: Removed extra #endif
7519
7520 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7521
7522         * sim/ucsim/hc08.src/inst.cc,
7523         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7524         carries from x to h
7525         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7526         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7527         * device/include/stdarg.h: fixed varargs for hc08
7528         * device/lib/Makefile.in,
7529         * device/lib/hc08/Makefile,
7530         * device/lib/hc08/_mulint.c,
7531         * device/lib/hc08/_mullong.c: fixed some endian problems
7532
7533 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7534
7535         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7536         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7537         * device/lib/_gptrget.c,
7538         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7539
7540 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7543         * src/SDCCast.c (astErrors): fixed bug #846007
7544         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7545
7546 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7547
7548         * src/SDCCast.c (decorateType): disabled a transformation I added in
7549         revision 1.188 (access to fields of a structure at an absolute address);
7550         it breaks with bitfields, extern declarations, and gcse analysis.
7551         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7552         could be assigned through a pointer, so don't complain.
7553         * src/SDCCast.c (astErrors),
7554         * src/SDCCast.h,
7555         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7556
7557 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7558
7559         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7560         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7561         output of __config directives, since gpasm now supports them
7562         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7563         pre-processor macro, i.e. -DMCU=p18f452
7564         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7565         and modified to handle 'cast' icode similarly to '=' icode
7566         * src/pic16/device.h (typedef struct PIC_device): added field
7567         'extMIface' to indicate that chip has external memory interface
7568         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7569         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7570         18F8720
7571
7572 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * src/SDCC.y (pointer): fixed bug #846006
7575         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7576         * src/SDCCast.c (decorateType): fixed bug #846009
7577         * src/ds390/peeph.def,
7578         * src/ds390/gen.c (genAnd, genOr),
7579         * src/mcs51/peeph.def,
7580         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7581
7582 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7583
7584         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7585         * src/SDCCdflow.c
7586         * src/SDCCcse.c
7587         * src/SDCCcse.h
7588         * src/SDCCBBlock.h
7589         * src/SDCCBBlock.c
7590
7591 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7592
7593         fixed bug #845089
7594         * src/SDCCbitv.h,
7595         * src/SDCCbitv.c: added function to free a bitvector
7596         * src/SDCClrange.h,
7597         * src/SDCClrange.c: added function to recompute the liveranges
7598         * src/avr/ralloc.c,
7599         * src/ds390/ralloc.c,
7600         * src/hc08/ralloc.c,
7601         * src/mcs51/ralloc.c,
7602         * src/pic/ralloc.c,
7603         * src/pic16/ralloc.c,
7604         * src/xa51/ralloc.c,
7605         * src/z80/ralloc.c: recompute the liveranges after register packing
7606
7607 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7608
7609         * src/SDCCloop.c (newInduction): fixed bug #845630
7610
7611 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7612
7613         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7614         inadvertantly left behind from my 2003-11-12 change
7615
7616 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         Updated headers I neglected to commit yesterday.
7619         * src/SDCClrange.h,
7620         * src/SDCCicode.h
7621
7622 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7623
7624         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7625         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7626         * src/SDCCopt.c (eBBlockFromiCode),
7627         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7628         the creation of the key hash table from the sequencing so it can be used
7629         earlier (for some GCSE bug fixes still pending)
7630
7631 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7632
7633         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7634         * support/regression/tests/addsub.c: testing genPlus shortcut
7635
7636 2003-11-15  Borut Razem <borut.razem AT siol.net>
7637
7638         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7639
7640 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7641
7642         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7643         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7644         ordering is immaterial.
7645         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7646
7647 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7648
7649         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7650         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7651         (SIGSEV) of bug #840381
7652         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7653         unlink new file before rename if new and old filenames are the same)
7654
7655 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7656
7657         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7658         uninitialized variables) for the mcs51. Set environment variable
7659         SDCC_GENRAMCLEAR to test.
7660         xdata initialization slightly shorter
7661
7662 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7663
7664         * src/SDCCsymt.h,
7665         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7666         #838241 & 780691 (basicly the same bug)
7667         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7668         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7669
7670 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7671
7672         * src/SDCCmain.c (linkEdit): "fix" #834252
7673
7674 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7675
7676         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7677         * src/SDCCast.h,
7678         * src/SDCC.y: fixed bug #819403
7679
7680 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7681
7682         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7683         the reentrant attribute.
7684         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7685         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7686         simulation
7687         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7688         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7689         erroneously reduced to a literal.
7690         * src/hc08/ralloc.c (packRegisters, rematStr),
7691         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7692         some cases
7693
7694 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7695
7696         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7697         * doc/sdccman.lyx: changed from 'article' to 'book'
7698         * doc/Makefile: readded test_suite_spec and cdbfileformat
7699
7700 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7701
7702         * device/include/stdlib.h: include malloc.h to comply with ANSI
7703         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7704
7705 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7706
7707         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7708         * doc/clean.mk: also remove *.out files
7709         * doc/sdccman.lyx: some additions, larger top/bottom margins
7710
7711 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7712
7713         * src/SDCC.y: fixed bug #837365
7714         * support/regression/tests/bitopcse.c
7715         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7716         a symbol (might be valop instead)
7717         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7718         * device/lib/clean.mk: added hc08 to the cleaning list
7719
7720 2003-11-04  Borut Razem <borut.razem AT siol.net>
7721
7722         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7723           made 2003-11-04
7724         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7725           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7726           malloc is declared in standard stdlib.h
7727
7728 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7729
7730         * device/lib/hc08/Makefile: need to clean .rel not .o files
7731         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7732
7733 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7734
7735         * src/port.h,
7736         * src/hc08/main.c,
7737         * src/mcs51/main.c,
7738         * src/ds390/main.c,
7739         * src/z80/main.c,
7740         * src/avr/main.c,
7741         * src/pic/main.c,
7742         * src/pic16/main.c,
7743         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7744         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7745         tests (which uses the port's oclsExpense function)
7746         * src/SDCC.y,
7747         * src/SDCCast.c,
7748         * src/SDCCicode.c,
7749         * src/hc08/gen.c,
7750         * src/ds390/gen.c,
7751         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7752
7753 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/SDCCcse.c (ifxOptimize),
7756         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7757         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7758         deleting the IFX iCode.
7759         * src/hc08/ralloc.c: reduced unneeded slocs
7760         * src/hc08/gen.c: fixed bug in asmopToBoolean
7761
7762 2003-11-04  Borut Razem <borut.razem AT siol.net>
7763
7764         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7765           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7766           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7767           transferred to configure
7768
7769 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7770
7771         Use headers defined in the C[++] standards:
7772         * sim/ucsim/gui.src/serio.src/fileio.cc
7773         * sim/ucsim/gui.src/serio.src/frontend.cc
7774         * sim/ucsim/gui.src/serio.src/main.cc
7775         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7776         * support/Util/NewAlloc.c
7777         * as/hc08/lklibr.c
7778         * as/mcs51/lklibr.c
7779         * as/z80/aslist.c
7780         * as/z80/assym.c
7781
7782 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7783
7784         * Added MSVC projects for hc08 assembler and linker:
7785         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7786         /as/hc08/link_hc08.dsp
7787
7788 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7789
7790         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7791
7792 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7793
7794         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7795
7796 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7797
7798         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7799
7800 2003-10-31  Borut Razem <borut.razem AT siol.net>
7801
7802         * support/cpp2/cpplib.h,
7803           support/cpp2/cpplib.c,
7804           support/cpp2/cpplex.c,
7805           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7806           to switch _asm block preprocessing on / off. Default is
7807           #pragma preproc_asm +
7808
7809 2003-10-31  Borut Razem <borut.razem AT siol.net>
7810
7811         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7812           when outputting comment blocks (when executed with -C option) and
7813           _asm (SDCPP specific) blocks
7814
7815 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7816
7817         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7818
7819 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7820
7821         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7822
7823 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7824
7825         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7826         * src/SDCCast.c (decorateType): fixed bug #832664
7827
7828 2003-10-31  Borut Razem <borut.razem AT siol.net>
7829
7830         * support\cpp2\cpplex.c: fixed for SDCPP:
7831           comments(when executed with -C option) and _asm blocks
7832           were included even if they where in skipped #if block.
7833           Applied solution from GCC cpp 3.3.2
7834
7835 2003-10-31  Borut Razem <borut.razem AT siol.net>
7836
7837         * src/SDCC.lex: sdcc now understands both formats:
7838           '# <line_number> <file_name>' and
7839           '#line <line_number> <file_name>'
7840         * support/cpp2/cppmain.c: sdcpp now generates the standard
7841           '# <line_number> <file_name>' instead of former
7842           '#line <line_number> <file_name>'
7843
7844 2003-10-30  Borut Razem <borut.razem AT siol.net>
7845
7846         * support/cpp2/cpphash.h,
7847         * support/cpp2/cpplib.h
7848         * support/cpp2/cpplex.c,
7849         * support/cpp2/cppmain.c,
7850         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7851
7852 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7853
7854         Fixed a number of problems revealed by bug #827883.
7855         * src/SDCCloop.c (loopInvariants): Spill location of the
7856         result operand should be recomputed if extracted from
7857         a loop. Also, don't extract assignments of an iTemp
7858         from a literal.
7859         * src/SDCCast.c (isConformingBody): loop reversal should
7860         not occur if the control variable is involved with a
7861         relational operator.
7862
7863 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7864
7865         * .version: bumped to 2.3.6 to reflect the big improvements
7866         made by Erik and Klaus. Thanks!
7867
7868 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7869
7870         Replaced the livrange code.
7871         * src/SDCClrange.c: added new LR code
7872         * src/SDCCloop.c,
7873         * src/SDCCBBlock.h: removed remainig parts from old LR code
7874         * src/ds390/ralloc.c,
7875         * src/ds390/gen.c: minor fixes to make it work with new code
7876
7877 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7878
7879         * as/hc08/asm.h,
7880         * as/hc08/lkrloc.c,
7881         * src/hc08/gen.c,
7882         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7883         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7884         (tweaked fix for bug #818696)
7885
7886 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7887
7888         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7889
7890 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7891
7892         * src/SDCCmain.c,
7893         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7894         * src/mcs51/gen.c (gencjneshort),
7895         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7896         more efficient (per Scott Bronson's suggestion)
7897
7898 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7899
7900         Extended the semantics of the critical keyword to include
7901         individual statements. See RFE #827755 and #799831
7902         * src/SDCC.y
7903         * src/SDCCicode.c
7904         * src/SDCCopt.c
7905         * src/SDCCast.c
7906         * support/Util/SDCCerr.c
7907         * support/Util/SDCCerr.h
7908         * src/mcs51/gen.c
7909         * src/ds390/gen.c
7910         * src/hc08/gen.c
7911
7912 2003-10-19  Borut Razem <borut.razem AT siol.net>
7913
7914         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7915
7916 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7917
7918         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7919         Fixed bug #818696
7920         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7921         and predecrement operand is displayed
7922
7923 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7924
7925         * src/SDCCval.c (valMinus): fixed bug #826041
7926
7927 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7928
7929         Some hc08 related updates that I missed earlier
7930         * sim/ucsim/stypes.h
7931         * support/regression/ports/hc08/spec.mk
7932
7933 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7934
7935         New target "hc08" for the Motorola 68hc08 family of micros
7936
7937         * configure
7938         * configure.in
7939         * Makefile
7940         * src/hc08/*
7941         * src/SDCCmain.c
7942         * src/port.h
7943         * sim/ucsim/hc08.src/*
7944         * sim/ucsim/configure.in
7945         * src/ucsim/configure
7946         * sim/ucsim/packages_in.mk
7947         * as/hc08/*
7948         * as/Makefile
7949         * device/include/mc68hc908qy.h
7950         * device/lib/hc08/*
7951         * device/lib/Makefile.in
7952         * support/regression/ports/hc08/*
7953         * support/regression/Makefile
7954
7955 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7958         regression test
7959         * src/ds390/gen.c (genCast): fixed bug #821957
7960
7961 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7962
7963         * device/lib/logf.c: "fixed" overlay bug
7964         * support/regression/ports/host/spec.mk: added m library
7965         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7966         * support/regression/tests/float_trans: added (for Eric)
7967
7968 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7969
7970         * src/mcs51/gen.c (genCpl): fixed bug
7971         http://sf.net/mailarchive/message.php?msg_id=6263915
7972
7973 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7974
7975         * src/SDCCast.c (decorateType): added extended constant folding
7976         * src/SDCCsymt.c (computeType): cleanup
7977         * src/SDCCval.c (valShift): minor optimization
7978         * support/regression/tests/ast_constant_folding.c: added
7979
7980 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7981
7982         * src/SDCCmain.c: removed some unintended changes
7983
7984 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7985
7986         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7987         * src/z80/gen.c: fixed part of bug #817589
7988         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7989
7990 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7991
7992         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7993         * src/SDCCcflow.c
7994         * src/SDCCcse.c
7995         * src/SDCCdflow.c
7996         * src/SDCClabel.c
7997         * src/SDCClrange.c
7998         * src/SDCCmem.c
7999         * src/SDCCopt.c
8000         * src/SDCCpeeph.c
8001         * src/SDCCset.c
8002         * src/avr/ralloc.c
8003         * src/ds390/ralloc.c
8004         * src/izt/ralloc.c
8005         * src/mcs51/ralloc.c
8006         * src/pic/ralloc.c
8007         * src/pic16/ralloc.c
8008         * src/xa51/ralloc.c
8009         * src/z80/ralloc.c
8010         * src/z80/gen.c: removed unused label "release:"
8011
8012 2003-10-06  Borut Razem <borut.razem AT siol.net>
8013
8014         * src/SDCC.lex: removed definition of unused variables
8015           save_optimize and save_options
8016
8017 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8018
8019         * clean.mk: removed '=' in "-maxdepth=1"
8020         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8021         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8022
8023 2003-10-06  Borut Razem <borut.razem AT siol.net>
8024
8025         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8026           my_unput() replaced by unput()
8027
8028 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8029
8030         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8031         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8032         type-punned pointer will break strict-aliasing rules"
8033         Old LR behaviour is again default; Klaus' LR can be choosen by
8034         defining the environment variable LRKLAUS
8035         * src/SDCCBBlock.h
8036         * src/SDCCloop.c
8037         * src/SDCClrange.c
8038         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8039         * clean.mk: fixed removal of files in bin/CVS/
8040         * device/lib/clean.mk: fixed removal of directories small and large
8041         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8042         * src/SDCCicode.c,
8043         * src/SDCCval.c: removed superflous test for pedantic
8044
8045 2003-10-05  Borut Razem <borut.razem AT siol.net>
8046
8047         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8048           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8049           message "unmatched #pragma SAVE and #pragma RESTORE"
8050
8051 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8052
8053         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8054           assembly, critical functions, atomic, nojtbound)
8055
8056 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8057
8058         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8059         * src/SDCCBBlock.h
8060         * src/SDCCloop.c
8061         * src/SDCCloop.h
8062         * src/SDCClrange.c
8063
8064 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/z80/gen.h,
8067         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8068         * src/mcs51/gen.h
8069         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8070         * src/ds390/gen.h
8071         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8072         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8073         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8074
8075 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/z80/gen.c (genRet): fixed bug #524753
8078         * src/z80/gen.c (genCast): fixed internal error on cast from
8079         pointer to long
8080         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8081         fix for bug #477835 to the z80
8082         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8083         for tracking iCodes in the peephole optimizer for z80
8084
8085 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8086
8087         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8088         the other part of bug #814548
8089         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8090
8091 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         * src/SDCCcse.c: fixed part of bug #814548
8094
8095 2003-09-28  Borut Razem <borut.razem AT siol.net>
8096
8097         * src/asm.c: rewrite of printILine() to use temporary file instead
8098           a pipe
8099         * src/xa51/main.c: commented out declaration of int rewinds
8100
8101 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8102
8103         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8104
8105 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8106
8107         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8108         * src/asm.c (printILine): Fixed bug #811015
8109
8110 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8111
8112         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8113         freeing.
8114
8115 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8118         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8119         to correctly handle general case of AOP_PAIRPTR
8120         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8121
8122 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8123
8124         * src/mcs51/ralloc.c (fillGaps),
8125         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8126         register positioning bug)
8127
8128 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8129
8130         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8131
8132 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8133
8134         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8135         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8136         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8137         (ralloc doesn't intentionally do this now, but perhaps later)
8138         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8139         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8140         register positioning bugs (Fixed bug #762602 and #795325)
8141         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8142         (Fixed bug #808779)
8143         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8144         lines that --i-code-in-asm generates
8145
8146 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8147
8148         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8149         trying to fclose a FILE* that was already closed.
8150
8151 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8152
8153         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8154         of const struct should be treated as if const themselves)
8155
8156 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8157
8158         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8159
8160 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8161
8162         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8163         Unix (/n) and DOS (/r/n) line terminations.
8164
8165 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8166
8167         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8168         bug #613775
8169
8170 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8171
8172         * src/mcs51/gen.c (genFunction, genEndFunction),
8173         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8174         and restore of EA so that stack offsets to parameters are
8175         correct when using both critical and reentrant/stack-auto.
8176         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8177         size (can be triggered in error if sloc is shared between
8178         different sized objects)
8179         * device/include/float.h: fixed macros to explicitly use
8180         unsigned long where needed
8181
8182 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8183
8184         Feature req. 799831: added code to allow nesting of critical functions
8185         * src/mcs51/gen.c (genFunction, genEndFunction)
8186         * src/ds390/gen.c (genFunction, genEndFunction)
8187
8188 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8189
8190         * src/SDCCsymt.c (sclsFromPtr),
8191         * src/SDCCsymt.h,
8192         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8193         support for standard C idiom of memory mapped variables; for
8194         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8195         to xdata int at 0x1234 tempvar = 1.
8196         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8197         provided by Akiya ISHIDA
8198
8199 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8200
8201         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8202         * src/SDCCval.c (constVal): added reduction from int to char
8203         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8204         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8205         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8206         to ignore the sign
8207         * support/regression/tests/shifts.c: fixed
8208
8209 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8210
8211         * src/z80/gen.c (genXor): Fixed bug #805445
8212
8213 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         Fixed bug #621531 (const & volatile confusion in the type chain).
8216         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8217         refer to the const or volatile state of the pointer itself.
8218
8219         * src/SDCCast.c
8220         * src/SDCCglue.c
8221         * src/SDCCicode.c
8222         * src/SDCCsymt.c
8223         * src/SDCCval.c
8224         * src/SDCC.y
8225         * src/SDCCsymt.h
8226         * src/pic/gen.c
8227         * src/pic/ralloc.c
8228         * src/pic16/gen.c
8229         * src/pic16/ralloc.c
8230         * support/regression/tests/const.c
8231
8232 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8233
8234         When checking for duplicated modules, use absolute paths
8235         instead of relative paths.  Files changed:
8236
8237         * as/mcs51/lklib.c
8238         * link/z80/lklib.c
8239
8240 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8243
8244 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         * device/include/string.h: added size_t typedef, changed
8247         prototypes to use size_t, eliminated separate reentrant and
8248         non-reentrant declarations, added _memmove declaration
8249         * device/lib/_memcpy.c: changed to use size_t instead of int,
8250         changed /4 to >>2 to avoid division library call
8251         * device/lib/_memcmp.c,
8252         * device/lib/_memset.c,
8253         * device/lib/_strncat.c,
8254         * device/lib/_strncpy.c,
8255         * device/lib/_strncmp.c: changed to use size_t instead of int
8256         * device/lib/_memmove.c: new file (fixed bug #772294)
8257         * device/lib/Makefile.in: added _memmove.c
8258         * device/lib/z80/asm_strings.s: fixed bug #772290
8259         * support/regression/tests/bitfields.c: attempt to fix host assertion
8260         failure on amd64-unknown-linux2.2
8261
8262 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8265         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8266         * as/z80/asmain.c (main): fixed bug #801766
8267
8268 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8269
8270         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8271         compilers
8272
8273 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8274
8275         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8276         reported in bug #800609
8277
8278 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8279
8280         * Top header beautifications in src/pic16 directory:
8281           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8282           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8283           pcoderegs.h, ralloc.c, ralloc.h
8284         * main.c: added top header and GPL license notice
8285         * pcode.c: fixed the if-conditional warning
8286
8287 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8288
8289         * device/lib/_mullong.c: replaced int by short for gcc
8290
8291 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8292
8293         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8294         and JUMPTABLE iCodes properly now (worked by accident before)
8295         * src/mcs51/gen.c (leftRightUseAcc),
8296         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8297         iCode properly now. Use getSize instead of nRegs since a & b
8298         aren't part of the nRegs tally.
8299
8300 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8301
8302         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8303         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8304           before instructions that use the _STATUS register
8305
8306 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8307
8308         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8309         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8310         fetching of the pointer
8311         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8312         copied from genNearPointerSet()
8313         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8314         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8315         If they pop r0/r1 they must be called in the opposite order than aopOp().
8316         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8317         (resp. --stack-auto), prepared for --xstack
8318
8319 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8320
8321         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8322
8323 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8324
8325         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8326         these ports have their own __sdcc_external_start()
8327
8328 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8329
8330         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8331         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8332         type for bits was changed. It resulted in bit variables becoming
8333         global, which is not permitted in PIC 14 assembly output.
8334
8335 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8336
8337         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8338
8339 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8340
8341         Z80 and MCS51 linkers complaint if a public symbol is defined
8342         in more than one library module:
8343
8344         * as/mcs51/lklib.c
8345         * link/z80/lklib.c
8346         * as/mcs51/Makefile.in
8347
8348 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8349
8350         A few small changes that speed up the peephole optimizer.
8351
8352         * src/SDCCpeeph.c
8353
8354 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8355
8356         Try to make the peephole optimizer smarter by maintaining
8357         an association between the assembly source code and the
8358         iCodes that originated them. Put this information to use
8359         with a new peephole rule condition "notVolatile" so that
8360         the rules can be aggressive yet still safe.
8361
8362         * src/SDCCpeeph.c
8363         * src/SDCCpeeph.h
8364         * src/mcs51/gen.c
8365         * src/mcs51/peeph.def
8366
8367 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8368
8369         Fixed bug #741761
8370
8371         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8372         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8373         if the left or right operand symbols have the accuse flag set.
8374
8375 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8376
8377         Changed the type of the result of the ! (NOT) operator to char;
8378         previously it returned the same type as the source. This allows
8379         us to eliminate all the genFloatNot functions (all of its target
8380         implementations were very buggy) since !float can use the same
8381         code as !long now.
8382
8383         * src/SDCCicode.c (ast2iCode): ! returns char
8384         * src/mcs51/gen.c (genNot, genNotFloat),
8385         * src/ds390/gen.c (genNot, genNotFloat),
8386         * src/z80/gen.c (genNot, genNotFloat),
8387         * src/pic/gen.c (genNot, genNotFloat),
8388         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8389
8390 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8391
8392         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8393         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8394            during interrupts. Ensure WSAVE is located at a shared bank address.
8395         2. Fixed page selection in some places
8396         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8397            the registers name strings.
8398         4. Fixed "signed / unsigned compare" compiler warnings.
8399         5. The PIC port manages its own allocation of the general purpose
8400            registers, but makes no attempt to reuse them. As a result when
8401            compiling it soon runs out of general purpose registers. Some
8402            additional code was added to the files pcode.c and device.c to walk
8403            through the function call tree and rename the registers so that they
8404            get reused.
8405
8406         * src/pic/device.c
8407         * src/pic/gen.c
8408         * src/pic/glue.c
8409         * src/pic/pcode.c
8410         * src/pic/pcode.h
8411         * src/pic/ralloc.c
8412         * src/pic/ralloc.h
8413         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8414         genPlus() & genMinus() when the result is the same as left or right
8415
8416 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8417
8418         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8419
8420 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8421
8422         Made bitfield a distinct type from bit so that bitfields
8423         convert as per ANSI C and bits retain their traditional
8424         boolean style behaviour. Implemented bitfield support in
8425         the z80 port.
8426
8427         * src/SDCCsymt.h,
8428         * src/SDCCsymt.c,
8429         * src/SDCCast.c,
8430         * src/cdbFile.c,
8431         * src/mcs51/gen.c,
8432         * src/ds390/gen.c: bit v bitfield split
8433         * src/z80/gen.c: New support for bitfields
8434         * support/regression/tests/bitfields.c: reenabled z80,
8435         added more tests
8436
8437 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8438
8439         Rules 246.x, 247.x relate to bitfields, the others speed up
8440         access to xdata mapped I/O devices.
8441
8442         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8443
8444 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8445
8446         Cleaned up genPackBits and genUnpackBits and added two helper
8447         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8448         for literal assignments in genPackBits (thanks to Frieder for
8449         reminding me).
8450
8451         * src/mcs51/gen.c
8452         * src/ds390/gen.c
8453
8454 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8455
8456         Fixed bug #748310 (pointer to function type mishandled when the
8457         function name is omitted). Also fixed a SIGSEGV when a function
8458         attribute (reentrant, etc) is used on a non-function or on a
8459         function but misplaced before the parameter list.
8460
8461         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8462         bug #748310
8463         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8464         * support/Util/SDCCerr.h,
8465         * support/Util/SDCCerr.c: Added func attr misuse error msg
8466
8467 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8468
8469         Fixed bug #787649 by anonymous
8470         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8471         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8472
8473 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8474
8475         Fixed numerous bitfield problems.
8476
8477         * src/SDCC.y: More bitfield related error checking
8478         * src/SDCCsymt.h,
8479         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8480         * support/Util/SDCCerr.h,
8481         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8482         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8483         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8484         * support/regression/tests/bitfields.c: tests added
8485
8486 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8487
8488         Made the constant following the "interrupt" keyword optional. If
8489         omitted, the function will not automatically be given an entry
8490         in the interrupt vector table (similar to #pragma NOIV, but
8491         less syntacticly kludgy). The interrupt number is also now
8492         range checked. Also fixed a bug in the high order bit example
8493         in the manual.
8494
8495         * src/SDCC.y
8496         * src/SDCCmem.c
8497         * src/SDCCglue.c
8498         * src/SDCCsymt.h
8499         * support/Util/SDCCerr.c
8500         * support/Util/SDCCerr.h
8501         * doc/sdccman.lyx
8502
8503 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8506         * src/SDCCicode.c (operandOperation): rewritten some ops
8507         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8508         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8509         other type
8510         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8511         be re-activated by defining REDUCE_LITERALS)
8512         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8513         unsigned, but are signed by default
8514         * src/SDCCval.c (constVal): rearranged
8515         * src/SDCCval.c (valMod): preliminary fix
8516         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8517         * support/regression/literalop.c: added, work in progress
8518
8519 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8520
8521         Generate warnings for useless declarations like "char data;"
8522         that don't do what new users expect.
8523
8524         * src/SDCC.y
8525         * support/Util/SDCCerr.h
8526         * support/Util/SDCCerr.c
8527
8528 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8529
8530         * src/SDCCval.c (valMult): fix overflow detection of negative int
8531
8532 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8533
8534         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8535
8536         Changes to support big endian targets:
8537
8538         * src/ports.h
8539         * src/SDCCglue.c
8540         * src/avr/main.c
8541         * src/ds390/main.c
8542         * src/izt/i186.c
8543         * src/mcs51/main.c
8544         * src/pic/main.c
8545         * src/pic16/main.c
8546         * src/xa51/main.c
8547         * src/z80/main.c
8548
8549 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8550
8551         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8552         * device/lib/time.c: fixed warning "integer overflow in expression"
8553
8554 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8555
8556         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8557         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8558         constants are unsigned; added recognition of "u" flag for unsigned
8559         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8560         * src/SDCCval.c (valDiv, valMod): fixed signdness
8561         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8562         signedness of modulo, left and right shift
8563         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8564         * support/Util/SDCCerr.h: added warning W_INT_OVL
8565         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8566         * src/SDCCast.c (ast_print): improved output of constants
8567
8568 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8569
8570         Fixed some warnings when building with MSVC:
8571
8572         * as\mcs51\asdata.c
8573         * as\z80\asdata.c
8574         * as\mcs51\asm.h
8575         * as\z80\asm.h
8576         * link\z80\aslink.h
8577         * link\z80\lkdata.c
8578         * link\z80\lkeval.c
8579         * link\z80\lkgb.c
8580         * link\z80\lkihx.c
8581         * link\z80\lks19.c
8582         * link\z80\lksym.c
8583         * support\cpp2\cpplib.c
8584         * src\ds390\gen.c
8585         * src\mcs51\gen.c
8586
8587 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8588
8589         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8590
8591 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8592
8593         * support\librarian\clean.mk: Do not remove Makefile.
8594         * support\librarian\Makefile: added.
8595
8596 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8597
8598         Added librarian to MSVC build:
8599         * all.dsp
8600         * sdcc.dsw
8601         * support\librarian\librarian.dsp
8602
8603         'configure' not needed for librarian, removed:
8604         * support\librarian\configure
8605         * support\librarian\configure.in
8606         * support\librarian\config_in.h
8607         * support\librarian\Makefile.in
8608
8609         Hopefully these ones built the librarian and the rest of sdcc properly:
8610         * Makefile
8611         * Makefile.common.in
8612
8613         Messed up 'configure', so revert to previous version:
8614         * configure
8615         * configure.in
8616
8617 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8618
8619         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8620         there, while the mantissa of a double is "only" 53 bits wide.
8621
8622 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8623
8624         Adding sdcclib to the build.  MSVC project coming soon.
8625         Files added/changed:
8626
8627         * support\librarian\clean.mk
8628         * support\librarian\configure
8629         * support\librarian\configure.in
8630         * support\librarian\config_in.h
8631         * support\librarian\Makefile.bcc
8632         * support\librarian\Makefile.in
8633         * support\librarian\sdcclib.c
8634         * Makefile.bcc
8635         * Makefile
8636         * Makefile.common.in
8637         * configure
8638         * configure.in
8639
8640 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8641
8642         Linker now complaints if linked modules have conflicting options, for
8643         example, one compiled using --model-large and another one compiled with
8644         --model-small.  The following files were modified:
8645
8646         * as\mcs51\asdata.c
8647         * as\mcs51\aslink.h
8648         * as\mcs51\asm.h
8649         * as\mcs51\asmain.c
8650         * as\mcs51\asout.c
8651         * as\mcs51\i51pst.c
8652         * as\mcs51\lkdata.c
8653         * as\mcs51\lklibr.c
8654         * as\mcs51\lkmain.c
8655         * as\z80\asdata.c
8656         * as\z80\asm.h
8657         * as\z80\asmain.c
8658         * as\z80\asout.c
8659         * as\z80\z80pst.c
8660         * link\z80\aslink.h
8661         * link\z80\lkdata.c
8662         * link\z80\lklibr.c
8663         * link\z80\lkmain.c
8664         * src\SDCCglue.c
8665
8666 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8667
8668         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8669         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8670
8671 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8672
8673         * src/z80/mappings.i: fix _mul[us][int,long] entries
8674
8675 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8676
8677         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8678
8679 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8682         * support/regression/tests/bitopcse.c: added
8683         fixed warning:
8684         * src/avr/gen.c:
8685         * src/pic/gen.c:
8686         * src/pic16/gen.c:
8687         * src/z80/gen.c:
8688         * src/xa51/gen.c:
8689
8690 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8691
8692         added support for new library format to z80, gbz80 linkers:
8693         *link/z80/aslink.h
8694         *link/z80/lklex.c
8695         *link/z80/lklib.c
8696         *link/z80/lklist.c
8697
8698 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8701         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8702
8703 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         added DUMMY_READ_VOLATILE:
8706         * src/SDCC.y:
8707         * src/avr/gen.c:
8708         * src/xa51/gen.c:
8709         * src/z80/gen.c:
8710         * src/pic/gen.c:
8711         * src/pic16/gen.c:
8712         * src/mcs51/gen.c:
8713         * src/ds390/gen.c:
8714         * src/SDCCcse.c (algebraicOpts): many improvements
8715         * src/SDCCcse.h: removed algebraicOpts()
8716         * src/SDCCicode.c (picDummyRead): added
8717
8718 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8719
8720         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8721         "Insufficient space in data memory".
8722
8723 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8724
8725         * src/mcs51/gen.c: fixed bug #771358
8726         * src/z80/gen.c: fixed bug #759087
8727
8728 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8729
8730         * src/pic16/glue.c: minor cleanup by Vangelis
8731
8732 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8733
8734         * device/include/regc515c.h: fixed #758477
8735         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8736         * device/lib/_gptrput.c: saved a few bytes
8737         * my tab spacing is 8, yours too?)
8738         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8739         * device/lib/serial.c: process RX bytes earlier than TX bytes
8740         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8741
8742 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8743
8744         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8745
8746 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8747
8748     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8749
8750 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * device/lib/Makefile.in: bad fix, reverted to 1.43
8753
8754 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8755
8756         * device/lib/Makefile.in: added missing z80 object files
8757
8758 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8759
8760         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8761         pic16 progress by Vangelis:
8762         * src/SDCCglobl.h:
8763         * src/SDCCmain.c:
8764         * src/pic/Makefile:
8765         * src/pic:
8766         * pic/Makefile:
8767         * pic16/device.c:
8768         * pic16/device.h:
8769         * pic16/gen.c:
8770         * pic16/gen.h:
8771         * pic16/genarith.c:
8772         * pic16/glue.c:
8773         * pic16/main.c:
8774         * pic16/pcode.c:
8775         * pic16/pcode.h:
8776         * pic16/pcodepeep.c:
8777         * pic16/peeph.def:
8778
8779 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8780
8781     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8782
8783 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8784
8785     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8786     added gbz80 build to MSVC project.
8787     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8788     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8789     from 8051 stuff and setup so it links using a .lnk file.
8790
8791 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8792
8793     * support/librarian/sdcclib.c: sdcc librarian.
8794     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8795     with sdcclib.
8796
8797 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8798
8799     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8800
8801 2003-07-02  Borut Razem <borut.razem AT siol.net>
8802
8803         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8804         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8805         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8806         src/xa51/main.c, src/z80/main.c:
8807         virtualization of glue() function: each port has it's own glue function,
8808         which is accessed by do_glue function pointer in PORT.general structure
8809
8810 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8811
8812         * DS800C400 fun, improved ROM interface and tinibios.
8813
8814 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8815
8816         * More support for DS80C400. Now includes beginning of interface to ROM.
8817
8818 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8821
8822 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8823
8824         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8825
8826 2003-06-19  Borut Razem <borut.razem AT siol.net>
8827
8828         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8829
8830 2003-06-19  Borut Razem <borut.razem AT siol.net>
8831
8832         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8833         fixed Z80 port - crt0.o: cannot open.
8834
8835 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8836
8837         * support/Util/MySystem.c (merge_command): revert bad fix
8838
8839 2003-06-18  Borut Razem <borut.razem AT siol.net>
8840
8841         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8842
8843 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8844
8845         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8846         option --use-stdout sends errors to stdout instead of stderr.
8847
8848 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8849
8850         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8851
8852 2003-06-15  Borut Razem <borut.razem AT siol.net>
8853
8854         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8855         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8856         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8857         fixed width array of pointers replaced with sets;
8858         multiple include and lib paths ared transferred to preprocessor and linker
8859         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8860         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8861         fixed width array of pointers
8862         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8863         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8864         fixupPath(), getPathDifference()
8865         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8866         fixed width array of pointers
8867
8868 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8869
8870         * src/pic16/ralloc.c: fix warnings
8871         * src/pic16/pcode.c: fix warning
8872
8873 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8874
8875          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8876         know all the details, but essentially this set of changes enable
8877         the pic16 port to generate movff instructions and generate assembler
8878         directives,
8879         * src/SDCCmain.c:
8880         * src/pic16/gen.c:
8881         * src/pic16/glue.c:
8882         * src/pic16/pcode.c:
8883         * src/pic16/device.c:
8884         * src/pic16/main.c:
8885         * src/pic16/pcode.h:
8886         * src/pic16/pcoderegs.c:
8887         * src/pic16/ralloc.c:
8888         * src/pic16/ralloc.h:
8889
8890 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8891
8892         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8893         added option --vc, so sdcc errors and warnings are compatible with
8894         Microsoft Visual Studio.
8895
8896 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8897
8898         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8899           device/lib/libfloat.lib: added atof function.
8900
8901 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8902
8903         * doc/sdccman.lyx: updated to Lyx 1.3
8904         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8905         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8906         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8907
8908 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8909
8910         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8911
8912 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8913
8914         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8915           additions to the "related tools/documentation" section
8916
8917 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8918
8919         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8920
8921 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8922
8923         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8924         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8925
8926 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8927
8928         * doc/sdccman.lyx: fix double dash and other minor things
8929         * doc/Makefile: fix double dash
8930
8931 2003-05-28  Karl Bongers(patches from Martin Helmling)
8932         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8933           condition and ignore commands.
8934
8935 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8936
8937         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8938           is in parts still quite out of date, I did changes as far as I felt makes sense
8939           for a non-native english speaker.
8940           Please feel free to add to the manual or to correct my changes.
8941         * doc/Makefile: undid touching the date of intermediate tex files.
8942
8943 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8944
8945         * doc/sdccman.lyx: Manual has an index now
8946
8947 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         Finalize muluint/mulsint and mululong/mulslong merging:
8950         * device/lib/_mulint.c
8951         * device/lib/_mullong.c
8952         * device/lib/gbz80/mul.s
8953         * device/lib/gbz80/stubs.s
8954         * device/lib/z80/mul.s
8955         * device/lib/z80/stubs.s
8956         * src/SDCCsymt.c (initCSupport)
8957
8958 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8959
8960         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8961         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8962           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8963           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8964           instead of /Zm500.
8965
8966 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8967
8968         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8969           the regression tests I'm not brave enough to enable 245.b, 245.c
8970         * doc/sdccman.lyx: added latex preamble for hyperref package.
8971           Using pdflatex this will give you a hyperlinked pdf file with
8972           bookmarks. (prepend '%' before /usepackage if this breaks something)
8973
8974 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8975
8976          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8977
8978 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8979
8980         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8981
8982 2003-05-21    <johan AT balder>
8983
8984         * src/SDCCglue.c (printIval): fixed bug #739934
8985
8986 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8987
8988         Applied patch from bug 737905 (renamed yylineo to mylineno):
8989         * src/altlex.c
8990         * src/SDCCast.c
8991         * src/SDCglobl.h
8992         * src/SDCC.lex
8993         * src/SDCCsymt.c
8994         * src/SDCCval.c
8995         * src/pic16/pcode.c: Cleaned warnings
8996         * src/pic16/pcodeflow.c: Cleaned warnings
8997         * src/pic16/pcoderegs.c: Cleaned warnings
8998
8999 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9000
9001         * src/pic16/pcode.c: Cleaned warnings
9002         * src/pic16/pcodepeep.c: Cleaned warnings
9003         * src/pic16/ralloc.c: Cleaned warnings
9004
9005 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9006
9007         * doc/sdccman.lyx: fixed bug 739745
9008         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9009
9010 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9011
9012         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9013         it can be defined with CFLAGS when running configure
9014         * src/SDCCmain.c: fixed compiling + linking with object files
9015
9016 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9017
9018         * configure.in: configure for pic16 port,
9019             added --disable-pic16-port
9020         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9021         * src/SDCCmain.c: linkOptions is changed to set *,
9022             added if/endif conditional macros to remove options help
9023             messages from optionsTable when a port is not configured, added
9024             support for the PIc16 port in the ports table, when executing
9025             the compiler with no port specified on command line, a default
9026             port is selected with the new macro DEFAULT_PORT which is
9027             defined in port.h, in setDefaultOptions() linkOptions is removed
9028             from initialization assignment, since now it is a set,
9029             parseCmdLine uses setParseWithComma for linkOptions, in
9030             linkEdit() linkOptions are accessed with new function indexSet()
9031             which returns the i'th item of a set variable. See SDCCset.c, in
9032             linkEdit() when calling buildCmdLine(), added linkOptions as
9033             last argument. Now users can pass arguments to gplink via the
9034             -Wl option, main() uses pic16glue() to glue up pic16 programs
9035         * src/SDCCpeeph.c: various changes to support pic16
9036         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9037             return the i'th item of the set
9038         * src/SDCCset.h: added function prototype for indexSet()
9039         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9040         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9041         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9042             added macro DEFAULT_PORT
9043         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9044         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9045             generated
9046         * src/pic16/glue.c: commented out some error producing lines
9047         * src/pic16/main.c: __config directives are commented out to stop
9048             gpasm complaining and test the linkage with gplink, _linkCmd and
9049             _asmCmd changed to be more gplink and gpasm friendly
9050         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9051             produced an error when parsed, peep rule 12 is added to utilize
9052             movff, but it is commented out since the pCode does not support
9053             yet a command with 2 address arguments
9054
9055 2003-05-18    <johan AT balder>
9056
9057         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9058         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9059 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9060
9061         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9062   Added feature to script commands from file.
9063
9064 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9065
9066         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9067         * src/SDCCutil.c: include ctype.h for win32
9068
9069 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9070
9071         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9072
9073 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9074
9075         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9076   Fixed so you can set breakpoints prior to run, run does not stop
9077   on entry now.  Add tbreak.  Other enhancements and fixes for use
9078   with ddd.
9079
9080 2003-05-12  Borut Razem <borut.razem AT siol.net>
9081
9082         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9083
9084 2003-05-11  Borut Razem <borut.razem AT siol.net>
9085
9086         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9087         the path of bin directory, so that PATH is the only env. variable, which has to be set
9088         in case of standard installation.
9089         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9090         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9091         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9092
9093 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9094
9095         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9096         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9097         temp files are in the port dir; clean the gen/test directory when
9098         generating new test.c
9099         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9100         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9101         * support/regression/tests/zeropad.c: added
9102
9103 2003-05-09    <johan AT balder>
9104
9105         * src/SDCCglue.c: fixed bug #597940
9106
9107 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9108
9109         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9110   cache sfr, optimize next,step, fix off by one sourceline,
9111   support ddd list function.
9112         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9113
9114 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9115
9116         * support/regression/HTMLgen.py: added compare_s2f()
9117         * support/regression/Makefile: redo 1.27
9118         * support/regression/generate-cases.py: redo 1.5
9119
9120 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9121
9122         * support/regression/tests/float.c: workaround 33 bit hex constant
9123         * support/regression/tests/simplefloat.c: fix division for host
9124
9125 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9126
9127         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9128         that tame's the PIC's over-aggressive optimizer.
9129
9130 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9131
9132          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9133          support for MSVC.
9134
9135 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9136
9137         Initial support for DS80C400. "Hello world" runs on TINIm400
9138         (with polled I/O).
9139
9140 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9141
9142          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9143          * Some notes on ddd usage added in debugger/README
9144          Martin Helmling adding more features and fixes for ddd GUI debugger.
9145          Code added for nexti, stepi, up, down, and other adjustments.
9146
9147 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9148
9149         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9150         * src/pic/peeph.def Added two rules to optimize carry manipulation
9151         * src/pic/* removed debug printfs
9152
9153 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9154
9155         * debugger/mcs51/cmd.c: added header newalloc.h
9156
9157 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9158
9159         * as/Makefile: new EXEEXT
9160         * as/z80/Makefile: remove trailing slash of BUILDIR
9161         * as/z80/clean.mk: new EXEEXT
9162         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9163         * support/cpp2/Makefile.in: new EXEEXT
9164         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9165
9166 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9167
9168         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9169         EXEEXT was introduced to fix all related problems with targets
9170         "clean", "install" and "uninstall"; a couple of further flaws
9171         especially with "clean" have been fixed too
9172         * as/mcs51/Makefile.in
9173         * as/mcs51/clean.mk
9174         * as/z80/Makefile
9175         * Makefile
9176         * clean.mk
9177         * debugger/mcs51/Makefile.in
9178         * debugger/mcs51/clean.mk
9179         * link/z80/Makefile
9180         * link/z80/Makefile.in
9181         * link/z80/clean.mk
9182         * link/Makefile
9183         * packihx/Makefile.in
9184         * packihx/clean.mk
9185         * sim/ucsim/Makefile
9186         * sim/ucsim/clean.mk
9187         * sim/ucsim/avr.src/Makefile.in
9188         * sim/ucsim/avr.src/clean.mk
9189         * sim/ucsim/s51.src/Makefile.in
9190         * sim/ucsim/s51.src/clean.mk
9191         * sim/ucsim/xa.src/Makefile.in
9192         * sim/ucsim/xa.src/clean.mk
9193         * sim/ucsim/z80.src/Makefile.in
9194         * sim/ucsim/z80.src/clean.mk
9195         * sim/ucsim/main_in.mk
9196         * sim/ucsim/packages_in.mk
9197         * sim/ucsim/gui.src/Makefile.in
9198         * sim/ucsim/gui.src/serio.src/Makefile.in
9199         * sim/ucsim/gui.src/serio.src/clean.mk
9200         * src/Makefile.in
9201         * src/clean.mk
9202         * support/cpp2/Makefile.in
9203         * support/cpp2/clean.mk
9204         * support/makebin/Makefile
9205         * support/makebin/clean.mk
9206         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9207         * doc/sdccman.lyx: --program-suffix no longer needed
9208
9209 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9210
9211          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9212          Martin Helmling added support for ddd GUI debugger.
9213          Code added to display assembly, set variables, and other commands
9214          to interface to ddd.
9215
9216 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9217
9218         * as/Makefile: fix target clean
9219         * as/clean.mk: fix target clean
9220         * as/z80/clean.mk: fix target clean
9221
9222 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9223
9224         * Makefile.common.in: added  AT EXEEXT AT
9225         * configure.in: removed all mingw32 stuff
9226         * configure: rebuilt from configure.in
9227         * doc/sdccman.lyx: updated section "installation"
9228         * support/scripts/sdcc_mingw32: adapted to configure
9229         * support/scripts/sdcc_cygwin_mingw32: added
9230
9231 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9232
9233         * src/pic Added object file support for the PIC port
9234         * src/pic Applied patch from Craig Franklin (this started the object file support)
9235         * src/regression Updated the PIC regression tests for object files
9236
9237 2003-04-20  Borut Razem <borut.razem AT siol.net>
9238
9239         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9240           lklex.c: In function `getfid':
9241           lklex.c:203: warning: array subscript has type `char'
9242         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9243           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9244         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9245           stack handling macros
9246
9247 2003-04-19  Borut Razem <borut.razem AT siol.net>
9248
9249         * "handling space characters in file path" task:
9250         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9251         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9252         * support/Util/MySystem.h: make it self-sufficient
9253         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9254           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9255           handling space characters in file path
9256         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9257           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9258         * support/Util/MySystem.c: handling space characters in executable's path
9259
9260 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9261
9262         * as/z80/Makefile: fix permanent rebuild of z80
9263         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9264         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9265
9266 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9267
9268         * src/SDCCopt.c: add special case optimization to replace modulo by
9269           a power of two with a bitwise AND.
9270
9271 2003-04-18    <johan AT balder>
9272
9273         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9274
9275 2003-04-17    <johan AT balder>
9276
9277         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9278         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9279
9280 2003-04-13  Borut Razem <borut.razem AT siol.net>
9281
9282         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9283         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9284           fixed mingw problem in adl_NORMALIZE_PATH
9285
9286 2003-04-12  Borut Razem <borut.razem AT siol.net>
9287
9288         * fixed "#pragma SAVE/RESTORE can not be nested":
9289         * src/SDCC.lex: reworked pragma handling functions
9290         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9291         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9292
9293 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9294
9295         * src/SDCCutil.c (pathEquivalent): defined but not used
9296         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9297         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9298         * configure: rebuilt from configure.in
9299         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9300         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9301         * device/include/Makefile.in: replace sdcc_datadir
9302         * device/lib/Makefile.in: replace sdcc_datadir
9303         * Makefile.common.in: add LDFLAGS from configure
9304         * packihx/Makefile.in: use LDFLAGS
9305         * src/Makefile.in: use LDFLAGS
9306         * support/cpp2/Makefile.in: add LDFLAGS from configure
9307         * support/makebin/Makefile: use LDFLAGS
9308         * .version: bumped version number to 2.3.5
9309
9310 2003-04-12  Borut Razem <borut.razem AT siol.net>
9311
9312         * completed "different paths" task:
9313         * src/SDCCmacro.c: fixed bug in handling quotes
9314         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9315         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9316
9317 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9318
9319         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9320
9321 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9322
9323         * ds390/gen.c ds390/peeph.def: fix bug 706781
9324
9325 2003-04-11  Borut Razem <borut.razem AT siol.net>
9326
9327         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9328
9329 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9330
9331         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9332         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9333          set - this bit used to not be set...).
9334         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9335           bad code in PIC Port
9336         * src/regression/and2.c added to test bug 609268
9337         * src/regression/Makefile added and2.c to regression test
9338
9339
9340 2003-04-08    <johan AT CP255758-A>
9341
9342         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9343         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9344         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9345
9346 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9347
9348         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9349         fix bug #487815
9350         * support/cpp2/Makefile.in: fix bug #487815
9351         * configure: rebuilt from configure.in
9352         * Makefile.common.in: docdir changed, new path suffixes
9353         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9354         * sdcc_vc_in.h: reflect changes from sdccconf.h
9355         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9356         * src/SDCCutil.h: remove BINDIR hack
9357         * doc/sdccman.lyx: update new path hierarchy
9358
9359 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9360
9361         * src/SDCCpeeph.c: added okToRemoveSLOC test
9362
9363 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9364
9365         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9366
9367 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9368
9369         * src/SDCCpeeph.c: added labelIsReturnOnly test
9370         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9371
9372 2003-04-05    <johan AT balder>
9373
9374         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9375         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9376         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9377         * src/SDCCast.c: fixed a warning
9378         * src/SDCCast.h: fixed a warning
9379         * src/SDCCicode.c (operandFromAst): fixed a warning
9380
9381 2003-04-04    <johan AT balder>
9382
9383         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9384         * src/SDCCast.c (decorateType): fixed bug #715076
9385         * src/SDCC.y: fixed bug #702907
9386
9387 2003-04-03    <johan AT balder>
9388
9389         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9390         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9391         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9392         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9393         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9394
9395 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9396
9397         * _decdptr.c: fix return values
9398         * _gptrget.c: fix return values
9399         * _gptrgetc.c: fix return values
9400         * _gptrput.c: fix return values
9401         * _mulint.c: fix return values
9402         * as/z80/Makefile: fix 'make -j' problem
9403
9404 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9405
9406         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9407         * configure.in: big cleanup, updated to autoconf 2.5x
9408         * configure: rebuilt from configure.in
9409         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9410         * sdcc_vc_in.h: reflect changes from sdccconf.h
9411         * doc/Makefile: fixed a flaw in "make install"
9412
9413 2003-04-02    <johan AT balder>
9414
9415         * src/ds390/gen.c (genCmp): no comments
9416         * src/mcs51/gen.c (genCmp): no comments
9417         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9418         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9419
9420 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9421
9422         * support/regression/generate-cases.py: place generated file in given sub directory
9423         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9424         * support/regression/Makefile: improvements for 'make -j';
9425         side effect: it's simpler and faster now
9426
9427 2003-03-31  Borut Razem <borut.razem AT siol.net>
9428
9429         * src/z80/main.c: link-{port} and as-{port} defined without path
9430         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9431
9432 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9433
9434         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9435
9436 2003-03-30  Borut Razem <borut.razem AT siol.net>
9437
9438         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9439           changed type of list parameter to set
9440         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9441         * src/port.h: changed type of do_assemble() parameter to set
9442         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9443           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9444           definition of "cppoutfilename" macro with NULL value in preProcess()
9445         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9446         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9447         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9448           replaced with set *binPathSet
9449         * shash_add() deallocates the item, if allready exsists, before adding the new one
9450         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9451
9452 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9453
9454         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9455           a nested for loop bug in the PIC port
9456         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9457           for loops
9458
9459 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9460
9461         * support/Util/dbuf.h: remove C++ stuff to make it portable
9462
9463 2003-03-28  Borut Razem <borut.razem AT siol.net>
9464
9465         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9466           literal strings in stringLiteral()
9467         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9468         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9469           to the project
9470
9471 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9472
9473         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9474
9475 2003-03-26    <johan AT balder>
9476
9477         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9478         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9479         * src/SDCCast.c (decorateType): fixed " -v < 3"
9480
9481 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9484         Added Lenny Story's debug infrastructure changes:
9485         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9486         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9487         * src/cdbFile.c: added
9488         * src/SDCCdebug.c: added
9489         * src/SDCCdebug.h: added
9490         * src/SDCCast.c (createFunction)
9491         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9492         * src/SDCCmain.c (parseCmdLine, main)
9493         * src/SDCCmem.c (redoStackOffsets)
9494         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9495         * src/SDCCsymt.h
9496         * src/common.h
9497         * src/avr/gen.c (genAVRCode)
9498         * src/ds390/gen.c (gen390Code)
9499         * src/mcs51/gen.c (gen51Code)
9500         * src/pic/gen.c (genpic14Code)
9501         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9502         * src/xa51/gen.c (genXA51Code)
9503         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9504
9505 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9506
9507         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9508         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9509
9510 2003-03-22    <johan AT balder>
9511
9512         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9513
9514 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9515
9516         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9517         * doc/cdbfileformat.lyx: added, written by Lenny Story
9518         * doc/Makefile: added cdbfileformat.lyx
9519         * doc/clean.mk: added cdbfileformat.lyx
9520
9521 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9522
9523         * src/mcs51/peeph.def: fix bug #705773
9524
9525 2003-03-20    <johan AT balder>
9526
9527         An sfr/sbit can have an "at #" AND an initializer
9528         * src/SDCCsymt.c (checkSClass):
9529         * src/SDCCmem.c (allocGlobal):
9530         * src/SDCCmem.c (allocLocal):
9531         * src/SDCCast.c (createBlock):
9532
9533 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9534
9535         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9536
9537 2003-03-16    <johan AT balder>
9538
9539         Undid the hackup of const and volatile, the problem is much bigger
9540         * src/SDCC.y:1.65
9541         * src/SDCCast.c:1.171
9542         * src/SDCCglue.c:1.138
9543         * src/SDCCicode.c:1.146
9544         * src/SDCCsymt.c:1.150
9545         * src/SDCCval.c:1.65
9546
9547 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9548
9549         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9550         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9551
9552 2003-03-13    <johan AT balder>
9553
9554         Hackup const and volatile modifiers in type chains a bit:
9555         * src/SDCC.y:1.63
9556         * src/SDCCast.c:1.169
9557         * src/SDCCglue.c:1.136
9558         * src/SDCCicode.c:1.143
9559         * src/SDCCsymt.c1.146
9560         * src/SDCCsymt.h1.59
9561         * src/SDCCval.c:1.63
9562
9563 2003-03-12    <johan AT balder>
9564
9565         * src/SDCCBBlock.h: more LRH debugging junk
9566         * src/SDCCcflow.h: more LRH debugging junk
9567         * src/SDCCloop.c: more LRH debugging junk
9568         * src/SDCC.y (struct_declaration): fixed bug #697590
9569         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9570         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9571         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9572
9573 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9574         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9575         test function names must now match exactly).
9576         * src/SDCCcse.c: added special case in findCheaperOp to allow
9577         extending a short integer. Makes less awful code for bug 700121 test case.
9578
9579 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9580
9581         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9582         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9583
9584 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9585
9586         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9587         actually called (operandsNotEqual() was called for all
9588         operandsNotEqualX tests).
9589
9590 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9591
9592         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9593         with shorter literals. Fixes bug 700121.
9594
9595 2003-03-11    <johan AT balder>
9596
9597         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9598
9599 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9600
9601         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9602         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9603
9604 2003-03-10  Borut Razem <borut.razem AT siol.net>
9605
9606         * src/SDCCmain.c: pipe preprocessor's output
9607         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9608         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9609         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9610         which closes all pipes in pipeSet set
9611         * src/SDCCset.c: free deleted item in function deleteSetItem()
9612         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9613         moved from z80 to src subproject
9614         * .version: increased version number to 2.3.4
9615
9616 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9617
9618         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9619         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9620         * support/regression/ports/xa51/spec.mk: fix typo
9621
9622 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9623
9624         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9625
9626 2003-03-09  Borut Razem <borut.razem AT siol.net>
9627
9628         * src/SDCCmain.c: pipe preprocessor's output
9629         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9630         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9631         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9632         which closes all pipes in pipeSet set
9633         * src/SDCCset.c: free deleted item in function deleteSetItem()
9634         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9635         moved from z80 to src subproject
9636
9637 2003-03-09  Borut Razem <borut.razem AT siol.net>
9638
9639         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9640         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9641         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9642         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9643         * src/SDCCglobl.h: unification of WIN32 native definitions
9644
9645 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9646
9647         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9648
9649 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9650
9651         * src/configure.in:   check for endianess (even while cross-compiling)
9652         * src/configure:      check for endianess (even while cross-compiling)
9653         * src/configure_in.h: check for endianess (even while cross-compiling)
9654         * src/avr/gen.c:        remove old endianess stuff
9655         * src/mcs51/gen.c:      remove old endianess stuff
9656         * src/ds390/gen.c:      remove old endianess stuff
9657         * src/pic/gen.c:        remove old endianess stuff
9658         * src/pic/genarith.c:   remove old endianess stuff
9659         * src/pic/glue.c:       fix endianess check
9660         * src/pic16/gen.c:      remove old endianess stuff
9661         * src/pic16/genarith.c: remove old endianess stuff
9662         * src/pic16/glue.c:     fix endianess check
9663         * src/xa51/gen.c:       remove old endianess stuff
9664         * src/z80/gen.c:        fix endianess check
9665         * src/SDCCglue.c:       fix endianess check
9666         * src/ds390/peeph.def: fix bug 700036
9667
9668 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9669
9670         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9671         * src/configure: find appropriate data-types on host for SDCC's int and long
9672         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9673         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9674         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9675
9676 2003-03-07    <johan AT balder>
9677
9678         Just a big NOOP:
9679                 some minor cleanups before the big shot
9680                 OP_DEFS and OP_USES now use Kevin's protection
9681                 new option --nolabelopt
9682
9683         * src/SDCCBBlock.c:
9684         * src/SDCCast.c,:
9685         * src/SDCCcflow.c:
9686         * src/SDCCcse.c:
9687         * src/SDCCicode.c:
9688         * src/SDCCicode.h:
9689         * src/SDCClabel.c:
9690         * src/SDCCloop.c:
9691         * src/SDCCmain.c:
9692         * src/ds390/ralloc.c:
9693         * src/mcs51/ralloc.c:
9694         * src/pic/ralloc.c:
9695         * src/xa51/ralloc.c:
9696         * src/z80/ralloc.c:
9697
9698 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9699
9700         * src/pic/pcode.c (get_op): fix 64 bit warnings
9701         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9702         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9703         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9704         * support/regression/tests/malloc.c: fix 64 bit warnings
9705
9706 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9707
9708         * src/mcs51/gen.c (genMinus): fixed bug 696436
9709
9710 2003-03-02  Borut Razem <borut.razem AT siol.net>
9711
9712         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9713
9714 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9715
9716         * configure.in: test for mkstemp
9717         * sdccconf_in.h: add HAVE_MKSTEMP
9718
9719 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9720
9721         * device/include/ctype.h: removed warning while using --stack-auto
9722         * device/include/malloc.h: removed warning while using --stack-auto
9723         * device/include/string.h: removed warning while using --stack-auto
9724
9725 2003-02-23  Borut Razem <borut.razem AT siol.net>
9726
9727         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9728         because NDEBUG is defined (see man assert)
9729         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9730
9731 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9732
9733         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9734         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9735
9736 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9737
9738         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9739         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9740
9741 2003-02-18    <johan AT balder>
9742
9743         * as/mcs51/asmain.c (asmbl): module can start with a digit
9744         * as/z80/asmain.c (asmbl): module can start with a digit
9745
9746 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9747
9748         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9749         * src/asm.c: fix pipe() for Mingw32
9750
9751 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9752
9753         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9754         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9755         make -V work again; --c1mode reads now from stdin
9756         * doc/sdccman.lyx: added --c1mode
9757         * support/Util/SDCCerr.c: new messages for c1 mode
9758         * support/Util/SDCCerr.h: new messages for c1 mode
9759         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9760
9761 2003-02-15    <johan AT balder>
9762
9763         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9764
9765 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9766
9767         * doc/sdccman.lyx: Environment variables, -o and other minor things
9768
9769 2003-02-14    <johan AT balder>
9770
9771         * src/xa51/main.c: before anyone really tries to use it :)
9772
9773         * Install doc's in share/sdcc/doc
9774         * removed some obsolete files
9775         * Do a proper make distclean and uninstall
9776         M Makefile.common.in
9777         R sdccbuild.sh
9778         M as/Makefile
9779         M device/include/Makefile.in
9780         M device/lib/Makefile.in
9781         M doc/sdccman.lyx
9782         M link/Makefile
9783         M sim/ucsim/doc/Makefile.in
9784         M src/clean.mk
9785         R src/avr/peeph.rul
9786         R src/xa51/peeph.rul
9787         M support/cpp2/Makefile.in
9788         M support/makebin/Makefile
9789
9790
9791 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9792
9793         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9794
9795 2003-02-10  Borut Razem <borut.razem AT siol.net>
9796
9797         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9798         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9799         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9800         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9801         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9802         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9803         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9804         src/z80/Makefile.bcc: Borland Makefile cleanup
9805         * as/z80/Makefile.bcc: Added Borland Makefile
9806         * support/cpp2/borland.h: Removed
9807
9808 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9809
9810         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9811         * src/SDCC.lex: new pragma NOIV
9812         * src/SDCCglobl.h: new pragma NOIV
9813         * src/SDCCmem.c: new pragma NOIV
9814
9815 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9816
9817         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9818
9819 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9820
9821         * src/SDCCmain.c: signal handling is switched off by --debug
9822         * doc/Makefile: small fix for install; use clean.mk again
9823         * doc/clean.mk: clean *.pdf and *.html too
9824
9825 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9826
9827         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9828         * device/lib/printfl.c: fix a ds390 bug by making it portable
9829         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9830         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9831         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9832         * debugger/mcs51/cmd.c: converted multi-line string literals
9833         * sim/ucsim/globals.cc: converted multi-line string literals
9834         * src/SDCCmain.c: introduced signal handler to remove temp files
9835         * doc/Makefile: small tweaks, implement clean
9836         * doc: removed generated files
9837
9838 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9839
9840         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9841         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9842         Address Record is not correctly generated for DS390."
9843
9844 2003-02-02  Borut Razem <borut.razem AT siol.net>
9845
9846         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9847         * as/mcs51/asm.h: fixed compilation with Borland C
9848         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9849         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9850         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9851         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9852         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9853         src/z80/Makefile.bcc: delete $(LIB) only if exist
9854         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9855
9856 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9857
9858         * device/include/malloc.h: introduced NULL
9859         * device/include/string.h: introduced NULL
9860         * device/include/stdlib.h: introduced NULL
9861         * device/lib/_memcpy.c: removed NULL
9862         * device/lib/_strcat.c: removed NULL
9863         * device/lib/_strchr.c: removed NULL
9864         * device/lib/_strcmp.c: removed NULL
9865         * device/lib/_strcpy.c: removed NULL
9866         * device/lib/_strcspn.c: removed NULL
9867         * device/lib/_strlen.c: removed NULL
9868         * device/lib/_strncat.c: removed NULL
9869         * device/lib/_strncmp.c: removed NULL
9870         * device/lib/_strncpy.c: removed NULL
9871         * device/lib/_strpbrk.c: removed NULL
9872         * device/lib/_strrchr.c: removed NULL
9873         * device/lib/_strspn.c: removed NULL
9874         * device/lib/_strstr.c: removed NULL
9875         * device/lib/_strtok.c: removed NULL
9876         * device/lib/malloc.c: removed NULL, include own header
9877
9878 2003-02-02    <johan AT balder>
9879
9880         * 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
9881         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9882         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9883         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9884         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9885         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9886
9887 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9888
9889         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9890         area 'DATA'"
9891
9892 2003-02-01    <johan AT balder>
9893
9894         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9895
9896 2003-01-31    <johan AT CP255758-A>
9897
9898         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9899
9900 2003-01-30    <johan AT balder>
9901
9902         * src/SDCCBBlock.c: automatic bug detection
9903         * src/SDCCicode.c: automatic bug detection
9904
9905 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9906
9907         * src/SDCCglobl.h:   now --xram-size 0 works
9908         * src/SDCCmain.c:    now --xram-size 0 works
9909
9910 2003-01-29    <johan AT balder>
9911
9912         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9913
9914 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9915
9916         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9917         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9918         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9919         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9920         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9921         * src/SDCCmain.c:    Added options --xram-size and --code-size
9922
9923 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9924
9925         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9926         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9927
9928 2003-01-27    <johan AT balder>
9929
9930         * src/SDCC.y: fixed bug #613764
9931
9932 2003-01-26    <johan AT balder>
9933
9934         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9935         * src/SDCCsymt.h: fixed bug #673374
9936         * src/SDCCglue.c: fixed bug #661910
9937         * src/SDCCast.c: fixed bug #458099 and 673374
9938
9939 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9940
9941         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9942         * as/mcs51/strcmpi.h: added
9943         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9944         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9945         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9946         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9947         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9948         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9949         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9950         * as/mcs51/Makefile.aslink: new module strcmpi
9951         * as/mcs51/Makefile.asx8051: new module strcmpi
9952         * as/mcs51/Makefil.bcc: new module strcmpi
9953         * as/mcs51/Makefile.in: new module strcmpi
9954         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9955
9956 2003-01-26    <johan AT balder>
9957
9958         * src/SDCCglue.c: reverted back to 1.124
9959         * src/SDCCast.c: reverted back to 1.156
9960         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9961
9962 2003-01-25    <johan AT balder>
9963
9964         * src/SDCCglue.c: A better fix for bug #661910
9965         * src/SDCCast.c: A better fix for bug #661910
9966         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9967
9968 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9969
9970         * src/Makefile.in: remove spawn.o
9971         * src/SDCCmain.c: remove spawn.h
9972         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9973         * src/spawn.c: removed
9974         * src/spawn.h: removed
9975         * support/regression/ports/ds390/spec.mk: link with -r
9976
9977 2003-01-24    <johan AT CP255758-A>
9978
9979         * src/ds390/gen.c (aopOp): fixed bug #667458
9980         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9981         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9982         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9983
9984 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9985
9986         * src/mcs51/peeph.def: better assembler identation by Frieder
9987         * src/mcs51/gen.c: better assembler identation by Frieder
9988
9989 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9990
9991         * as/z80/string.h: removed for gcc 3.2
9992         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9993         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9994
9995 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9996
9997         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9998         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9999         * support/regression/Makefile: separate temp files for ports
10000         * support/regression/generate-cases.py: separate temp files for ports
10001         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10002         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10003
10004 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10005
10006         * moved tinitalk to device/examples/ds390
10007
10008 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10009
10010         * as/mcs51/lkmem.c: rflag is for DS390
10011         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10012         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10013                          (linkEdit): move mem- and map-files the same way as ihx-files
10014         * src/z80/main.c (_setDefaultOptions): removed --generic
10015         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10016         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10017         * src/pic/glue.c (picglue): --c1mode works again
10018         * src/pic16/glue.c (pic16glue): --c1mode works again
10019         * src/asm.c (printCLine): fix #660034
10020
10021 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10022
10023         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10024         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10025         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10026         * as/mcs51/lkmem (summary): better fix for sp problem
10027         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10028         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10029         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10030                                               remove --stack-after-data
10031
10032 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10033
10034         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10035         * src/SDCCutil.c (join): ugly bug: missing '\0'
10036         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10037
10038 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10039
10040         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10041         * src/port.h: typo
10042         * src/pic/main.c (_asmCmd): gpasm supports -o
10043         * src/z80/main.c: more general macros
10044         * device/lib/Makefile.in: remove intermediate files
10045
10046 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10047
10048         * .version: Bumped version number to 2.3.3
10049         * src/SDCCBBlock.c: new option -o
10050         * src/SDCCglobl.h: new option -o
10051         * src/SDCCglue.c: new option -o
10052         * src/SDCCmain.c: new option -o
10053         * src/asm.c: new option -o
10054         * src/ds390/main.c: new option -o
10055         * src/pic/glue.c: new option -o
10056         * src/pic/pcode.c: new option -o
10057         * src/pic/ralloc.c: new option -o
10058         * src/pic16/glue.c: new option -o
10059         * src/pic16/pcode.c: new option -o
10060         * src/pic16/ralloc.c: new option -o
10061         * src/z80/main.c: new option -o
10062         * device/lib/Makefile.in: use -o
10063         * support/regression/ports/ds390/spec.mk: use -o
10064         * support/regression/ports/gbz80/spec.mk: use -o
10065         * support/regression/ports/mcs51/spec.mk: use -o
10066         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10067         * support/regression/ports/z80/spec.mk: use -o
10068         * support/regression/ports/ucz80/spec.mk: use -o
10069         * support/regression/ports/xa51/spec.mk: use -o
10070         * support/regression/fwk/lib/timeout.c: fix usage string
10071
10072 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10073         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10074
10075 2003-01-07    <johan AT balder>
10076
10077         * src/SDCCast.c (decorateType): fixed bug #600035
10078
10079 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10080         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10081         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10082         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10083         * src/pic/pcode.c: outcommented unused variable to remove warnings
10084         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10085
10086 2003-01-06    <karl AT turbobit.com>
10087         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10088    regression tests.
10089
10090 2003-01-06    <johan AT balder>
10091
10092         * src/SDCCicode.c: fixed array add
10093
10094 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10095         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10096         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10097
10098 2003-01-04    <johan AT balder>
10099
10100         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10101
10102 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10103         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10104
10105 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10106         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10107         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10108
10109 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10110         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10111
10112 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10113         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10114
10115 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10116         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10117
10118 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10119
10120     * in \sdcc\as\mcs51\ changed these files in order to create an
10121     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10122     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10123     following files to include the previous two files: aslink.dsp,
10124     Makefile.aslink, Makefile.bcc, and Makefile.in.
10125
10126     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10127     .adb instead of .cdb
10128
10129 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10130
10131         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10132         value from option --iram-size.
10133
10134 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10135
10136         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10137         dram[] array.
10138
10139 2002-09-18    <wiml AT hhhh.org>
10140
10141         * SDCClrange.h: exposed setFromRange() and setToRange()
10142         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10143           packRegsForAccUse() (bug 542397)
10144         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10145           multiple times and emitting the fetch operations more than once
10146           added aopGetUsesAcc() function to allow binary operators to
10147           fetch their operands in the correct order; made genMinus() emit
10148           compact code for X = LITERAL - Y
10149
10150 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10151         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10152         sprintf() in line 1267.
10153
10154 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10155         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10156         like ports.
10157
10158 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10159         Changes to aslink (All the changes are marked with 'JCF'):
10160
10161         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10162         summary().
10163
10164         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10165         area BSEG.  Also moves, if possible, the DATA area down into the internal
10166         ram so more space is available.
10167
10168         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10169         sflag.
10170
10171         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10172         not bytes.  Function summary() which creates a memory usage summary
10173         file with extension .mem.  Reports of overlaping stack and small stack
10174         size.  If the space for the stack is less than 16 bytes aslink trows a
10175         warning.
10176
10177         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10178         the 8051.  Option 'y' for memory summary output file.
10179
10180         Changes to sdcc (All the changes are marked with 'JCF'):
10181
10182         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10183
10184         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10185         overlaying area for it (uses RegBankUsed[4]).
10186
10187         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10188         bank zero as used by default.  By default aslink locates the stack
10189         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10190         the creation of the .mem file.  Delegates the allocation of data area
10191         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10192         the begining of the stack area to aslink.
10193
10194         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10195         glue() in SDCCglue.c creates an area for it.
10196
10197 2002-09-03  Borut Razem <borut.razem AT siol.net>
10198         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10199         sdcc/src/pic/glue.c:
10200         introduced atexit() handler for teporay files removal in case of
10201         errors, assertions, ...
10202
10203 2002-08-29  Borut Razem <borut.razem AT siol.net>
10204         * sdcc/support/cpp2/auto-host_vc_in.h:
10205         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10206         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10207         Maybe there is a similar problem with BORLANDC? It should be checked!
10208
10209         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10210         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10211         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10212         was not executed, and the compiler (cl) launched a warning:
10213         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10214
10215 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10216         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10217
10218 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10219         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10220
10221         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10222           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10223           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10224           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10225           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10226           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10227           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10228         - added Release configuration in VS projects
10229         - review of compiler an linker options
10230         - VC .exe files are generated in bin_vc directory, not to interfere
10231           with binaries generated from other projects (cygwin, mingw, bcc ...)
10232
10233         * sdcc/src/yacc.dsp: added
10234
10235         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10236         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10237         and insert the version number definitions from .version
10238
10239         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10240
10241         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10242         added - genarate auto-host.h using auto-host_vc_in.h as template
10243
10244         * sdcc/sdcc_vc.h,
10245         removed from CVS, generated automatically
10246
10247 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10248         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10249
10250 2002-08-11  Borut Razem <borut.razem AT siol.net>
10251         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10252
10253 2002-08-10  Borut Razem <borut.razem AT siol.net>
10254         * src/SDCCmain.c (main):
10255         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10256         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10257         The consequence was that some temporary files were not removed.
10258
10259         * src/SDCCglue.c:
10260         unification of code in functions tempfilename() and tempfile():
10261         function tempnam() is defined in Visual Studio 6.0 and .NET
10262
10263         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10264
10265         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10266           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10267         - removed compiler command line option /WX: Treats all warnings as errors
10268         - update a list of source files, included into the project
10269
10270         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10271           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10272         changed project type to Generic Project so that can be correcly converted to VS.NET project
10273
10274         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10275
10276         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10277
10278         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10279
10280         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10281         added return 0 statements after assert() to make compiler happy
10282
10283         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10284         added newline in the def file to keep MSC compiler satisfied
10285
10286         * sdcc/src/z80/gen.c:
10287         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10288           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10289         - solved MSC error in function aopDump()
10290
10291         * sdcc_vc.h: define PREFIX as "\\sdcc"
10292
10293 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10294         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10295
10296 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10297         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10298         - Rewrote the register banking algorithm.
10299         - Added pCode live-range analysis to registers (for now, only non-used and
10300         singly-used registers optimized away)
10301
10302         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10303
10304         * 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.
10305
10306 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10307         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10308
10309 2002-04-22  Michael Hope  <michaelh AT vroom>
10310
10311         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10312
10313         * configure.in (DD_COPT): Added include support required for gbdk.
10314
10315         * .version: Bumped version number just to increase it.
10316
10317         * src/SDCCmain.c: Added -nostdinc to the default options.
10318
10319 2002-04-15  Michael Hope  <michaelh AT vroom>
10320
10321         * device/lib/z80/printf.c (sprintf): Added.
10322
10323         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10324
10325         * src/z80/peeph.def: Added transpose redundent load rule.
10326
10327         * src/z80/main.c: Added force callee saves for jaune.
10328
10329         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10330
10331         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10332
10333 2002-03-28  Johan Knol  <johan AT balder>
10334
10335         * src/SDCCval.c: fixed bug #532436
10336
10337 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10338         * /src/port.h:
10339         Added "char *Processor" field to the port structure.
10340
10341         * /src/SDCCmain.c:
10342         Added -p option. Allows port dependent processor to be specified.
10343
10344         * all ports:
10345         Initialized the new field char *Processor field to NULL in all ports
10346
10347         * /src/pic/*:
10348         Compiler generated registers for interrupt context saving
10349         were not getting allocated.
10350
10351 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10352
10353         * /src/SDCCast.c:
10354         Fixed left shift. Will promote the left side of a left shift
10355         if a) left shifting more than size of operand or b) when assigned
10356         to something size > size of left side
10357
10358 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10359         * src/pic/*
10360         tons of changes. Register allocation has been
10361         rewritten. Added customization for the various PICs. Flow
10362         analysis is restructured. ...
10363
10364         * src/pic/device.h:
10365         Added
10366
10367         * src/pic/device.c:
10368         Added. device.c is a PIC port hack to accomodate variations
10369         in PIC devices.
10370
10371 2002-03-13  Michael Hope  <michaelh AT vroom>
10372
10373         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10374
10375 2002-03-04  johanknol  <johanknol AT manik>
10376
10377         * /src/SDCCval.c: fixed
10378
10379         const unsigned char arr[][2] = { { 0, 1 } };
10380         t18.c:1: error: Initializer element is not constant
10381
10382 2002-03-04  bela  <bela AT manik>
10383
10384         * /device/include/mcs51reg.h:
10385         ds89c420 register definition update
10386
10387 2002-03-03    <johan AT FRIJA>
10388
10389         * support/Util/SDCCerr.c: did something, but don't no why anymore
10390
10391         * support/regression/tests/bug-524691.c: made it a little less shy
10392
10393         * src/SDCCast.c (decorateType): fixed bug #524697
10394
10395         * src/SDCCast.c: made some lineno improvements
10396
10397         * src/SDCCval.c (getNelements): changed warning to error
10398
10399         * src/SDCCglue.c (printIvalArray): changed warning to error
10400
10401         * src/SDCCicode.c: fixed a warning for mingw
10402
10403         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10404
10405         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10406
10407 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10408
10409         * src/ds390/peeph.def:
10410         Added some more peephole rules
10411
10412         * src/ds390/gen.c: Various fixes & enhancements
10413
10414         * src/SDCClrange.c, src/SDCClrange.h:
10415         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10416
10417         * src/ds390/ralloc.c:
10418         various fixes & enhancements (ds390) specific
10419
10420         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10421         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10422         from rallocs.
10423
10424         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10425
10426 2002-03-02    <johan AT FRIJA>
10427
10428         * src/SDCCast.c (decorateType): fixed bug #524708
10429
10430         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10431
10432         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10433
10434 2002-03-01  Michael Hope  <michaelh AT vroom>
10435
10436         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10437
10438         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10439
10440 2002-03-01    <johan AT FRIJA>
10441
10442         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10443
10444         * src/SDCCast.c (decorateType): fixed bug #524209
10445
10446         * src/SDCCval.c (valNot): fixed bug #524195
10447
10448 2002-02-26    <johan AT balder>
10449
10450         * src/xa51/gen.c: fixed a warning
10451
10452         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10453
10454         * src/SDCCast.c (decorateType): fixed bug #522534
10455
10456 2002-02-23    <johan AT balder>
10457
10458         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10459
10460 2002-02-22    <johan AT balder>
10461
10462         * src/SDCCast.c: fixed bug #514865
10463
10464         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10465
10466 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10467
10468         * sdcc/src/SDCCloop.c:
10469         Previous fix was not good. basic blocks that have "break" or "return" are
10470         not really partof a loop , but live ranges used in these blocks should
10471         be live thru the entire loop, so set partOfLoop but don't add them to
10472         loop region
10473
10474 2002-02-21    <johan AT FRIJA>
10475
10476         * src/SDCCcse.c: fixed bug #514308
10477
10478 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10479
10480         * src/SDCCloop.c:
10481         Fixed BUG #519583. If a conditional block ended in a return/break
10482         statement inside a loop, it was not being considered part of the loop.
10483
10484         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10485
10486 2002-02-10  Karl Bongers <karl AT turbobit.com>
10487
10488         * debugger/*:
10489         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10490         with lots of comments and notes.
10491
10492         * device/examples/test2.c:
10493         Fix bug, "red" variable not being initialized(compiler complained).
10494
10495         * device/examples/Makefile, examples/test3.c:
10496         Add Makefile in device/examples folder, compiles test3.c
10497         for use as a multiple module SDCDB test case.
10498
10499         * sim/ucsim/cmd.src/cmdset.cc:
10500         Took out debug printfs in ucsim "next" command.
10501
10502         * sim/ucsim/xa.src:
10503         Karl and Johan start ucsim XA support.  Most dissassembly working,
10504         about 75% emulation done(plenty of work remaining).
10505
10506         * sim/ucsim/z80.src:
10507         Add Z80 support to ucsim, add test-ucz80 regression test,
10508         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10509         Notice z80 compiler fails on examples/test3.c/crc code.
10510
10511 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10512
10513         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10514         Added support for --parms-in-bank1
10515
10516         * src/ds390/peeph.def:
10517         added a few more peephole optimzations
10518
10519         * src/ds390/main.c:
10520         1) added __builtin_inp & __builtin_outp used to read in data of given length
10521            from a memory mapped port
10522         2) added __builtin_memcmp
10523         3) added __builtin_swapw swap bytes of a short
10524
10525         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10526         1) handle multiple send & receives from register bank1
10527         2) ralloc can now allocate DPTR1 to some liveRanges
10528
10529         * src/SDCCsymt.c, src/SDCCsymt.h:
10530         changes to handle multiple sends & receives
10531
10532         * src/SDCCptropt.h:
10533         added some pointer arithmetic optimization
10534
10535         * src/SDCCptropt.c:
10536         added some pointer arithmetic optimizations but not stable yet so not
10537         called from anywhere (will get this working shortly)
10538
10539         * src/SDCCopt.c: fixed for multiple sends & receives
10540
10541         * src/SDCCmain.c:
10542         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10543         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10544            set preprocessor defines (depending on options)
10545
10546         * src/SDCCicode.c, src/SDCCicode.h:
10547         changes made to handle multiple sends & receives
10548
10549         * src/SDCCglobl.h:
10550         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10551
10552         * src/SDCCcse.c, src/SDCCcse.h:
10553         added function findbackward def (to be used in upcoming optimization)
10554
10555         * src/SDCCcflow.c, src/SDCCcflow.h:
10556         added function returnAtEnd - to determine if a basic block terminates with
10557         a RETURN iCode
10558
10559         * src/SDCCast.c, src/SDCCast.h:
10560         added option parms-in-bank1
10561
10562         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10563         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10564         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10565         adjusted for --parms-in-bank1 option
10566
10567         * device/include/string.h:
10568         donot redefine "reentrant" keyword
10569
10570         * device/include/ds80c390.h: Added some more SFRs
10571
10572 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10573
10574         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10575
10576 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10577
10578         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10579
10580 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10581
10582         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10583
10584 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10585
10586         * Added --xram-movc option
10587
10588 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10589
10590         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10591
10592 2002-01-11  Johan Knol
10593
10594         * Added math lib of Jesus Calvino-Fraga
10595
10596 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10597
10598         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10599         * support/regression/Makefile: new target test-mcs51-stack-auto
10600         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10601
10602 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10603
10604         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10605
10606 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10607
10608         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10609
10610 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10611
10612         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10613
10614         * src/SDCCglue.h: add definition for printIvalChar()
10615
10616 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10617
10618         * src/SDCCast.c: fix #498138 by Johan
10619
10620         * src/SDCCglue.c: fix #498138 by Johan
10621
10622 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10623
10624         * support/regression/Makefile: fix clean
10625
10626         * support/regression/ports/ds390/support.c: fix transmission of last character
10627
10628 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10629
10630         * /sdcc/src/ds390/gen.c:
10631         a) improved computing address of stack variable
10632         b) took out some #if 0 code
10633         c) improved parmBytes adjustment
10634         d) improved genPlusIncr & genMinusIncr
10635         e) genCmp could generate bad code (when left assigned to DPTR)
10636         f) Fixed bug in hasInc
10637
10638         * /sdcc/src/ds390/ralloc.c:
10639         a) packRegsForSupport could mess up live information (Fixed)
10640         b) packRegsDPTRuse could be incorrect for left & right shift
10641
10642         * /sdcc/src/mcs51/ralloc.c:
10643         packRegsForSupport could mess up the live information (Fixed)
10644
10645         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10646
10647         * /sdcc/src/SDCCast.c:
10648         can reverse a loop even if function call is present as long
10649         as the loop control variable is local & is not passed as parameter
10650
10651 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10652
10653         * /sdcc/ChangeLog: *** empty log message ***
10654
10655         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10656         More builtin function additions for TININative
10657
10658         * /sdcc/src/ds390/ralloc.c:
10659         Had broken the regression testsuite
10660
10661         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10662
10663         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10664         Added funcattr hasStackParms will be set for reentrant functions when there
10665         are paramteres on the stack, this helps in minimizing frame pointer generation
10666         typeFromStr can handle function pointers now
10667
10668         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10669         *** empty log message ***
10670
10671 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10672
10673         * /src/ds390/gen.c, /src/ds390/main.c:
10674         More builtin function additions for TININative
10675
10676         * /src/ds390/ralloc.c:
10677         Had broken the regression testsuite
10678
10679         * /src/SDCCast.c: Fixed a bug in dumptree
10680
10681         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10682         Added funcattr hasStackParms will be set for reentrant functions when there
10683         are paramteres on the stack, this helps in minimizing frame pointer generation
10684         typeFromStr can handle function pointers now
10685
10686         * /doc/builtins.txt, /doc/TININative.txt:
10687         *** empty log message ***
10688
10689
10690 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10691
10692         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10693         ALPHA version for -mTININative
10694
10695         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10696         updated to reflect changes in the port structure
10697
10698         * /src/port.h:
10699         added function do_assemble (similar to do_link) if non-null this function
10700         will be called to do assembly (-mTININative) requires a multi command
10701         assembly
10702         added function genAssemblerEnd will be called to generate assembler Epilogue
10703
10704         * /src/SDCCsymt.c:
10705         added _JavaNative to debug info printing
10706
10707         * /src/SDCCmain.c: added option --tini-libid
10708         added port->do_assemble function (-mTININative) has a multi command assemble
10709
10710         * /src/SDCCglue.c: Disabled "constExpr" check
10711         added port->genAssemblerEnd function
10712
10713         * /src/SDCCglobl.h: Added option --tini-libid value
10714
10715         * /src/SDCCast.h:
10716         tookout optimizeCompare from the header (has no external references)
10717
10718         * /src/SDCCast.c: made one more function "static"
10719
10720 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10721
10722         * src/z80/mappings.i: Added z80asm support.
10723
10724         * src/z80/main.c: Added z80asm support on --asm=z80asm
10725
10726         * src/z80/gen.c: Fixed asm portability issues.
10727
10728         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10729
10730         * src/SDCCglue.c (printExterns): Added global/extern split.
10731
10732 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10733
10734         * support/regression/Makefile: added test for mcs51 model large
10735
10736         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10737
10738         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10739
10740 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10741
10742         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10743
10744 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10745
10746         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10747
10748         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10749
10750 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10751
10752         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10753
10754         * support/regression/tests/simplefloat.c: Port to mcs51.
10755
10756 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10757         * support/regression/tests/bug-485362.c: Added.
10758
10759         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10760
10761         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10762
10763         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10764
10765         * src/z80/gen.c (aopDump): Added a dump function.
10766
10767 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10768         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10769
10770         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10771
10772         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10773
10774         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10775
10776         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10777
10778         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10779
10780         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10781
10782         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10783
10784         * support/regression/ports/ds390/support.c: Use tinibios.
10785
10786         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10787
10788 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10789
10790         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10791         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10792
10793         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10794
10795         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10796
10797 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10798
10799         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10800
10801         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10802         (packRegsForIYUse): Created and optimised.
10803
10804 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10805
10806         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10807 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10808
10809         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10810
10811         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10812
10813         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10814
10815 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10816
10817         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10818
10819         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10820
10821 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10822
10823         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10824
10825         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10826
10827         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10828
10829 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10830
10831         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10832         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10833         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10834
10835         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10836
10837         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10838         (genNotFloat): Added.
10839         (genUminusFloat): Added.
10840
10841         * device/lib/z80/Makefile: Added floating pt stubs.
10842
10843         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10844
10845         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10846
10847         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10848
10849 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10850
10851         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10852
10853         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10854
10855         * sdcc/support/regression/Makefile: Add port ds390.
10856
10857         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10858
10859         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10860
10861         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10862
10863         * sdcc/support/regression/ports/ds390/support.c: Added.
10864
10865         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10866
10867         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10868
10869         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10870
10871 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10872
10873         * device/include/malloc.h: Added z80 and gbz80 support.
10874
10875         * device/lib/gbz80/heap.s: Added.
10876
10877         * device/lib/z80/heap.s: Added.
10878
10879         * device/lib/malloc.c: Added z80 and gbz80 support.
10880
10881         * support/regression/tests/malloc.c (testMalloc): Added.
10882
10883         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10884
10885         * support/regression/tests/bug-478094.c: Added.
10886
10887         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10888
10889 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10890
10891         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10892
10893         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10894
10895         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10896
10897         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10898
10899         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10900
10901 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10902
10903         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10904
10905 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10906
10907         * support/regression/tests/bug-477927.c: Added.
10908
10909         * src/z80/peeph.def: Added minor rules.
10910
10911         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10912
10913         * src/z80/peeph.def: Added jump optimisation modification.
10914
10915 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10916
10917         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10918
10919 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10920
10921         * support/regression/tests/funptrs.c: Added.
10922
10923 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10924
10925         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10926
10927 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10928
10929         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10930
10931         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10932
10933         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10934         (movLeft2ResultLong): Created.
10935
10936         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10937         (joinPushes): Added.  Joins two char pushes into a word push.
10938
10939 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10940
10941         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10942
10943         * support/makebin/Makefile (install): Added creation of dest dir.
10944
10945 2001-10-24 Karl Bongers <karl AT turbobit.com>
10946
10947         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10948
10949 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10950
10951         * src/z80/ralloc.c: Turned off faulty pack for one use.
10952
10953         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10954
10955         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10956
10957 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10958
10959         * support/regression/Makefile: Improved clean
10960
10961         * support/regression/ports/gbz80/spec.mk: Added clean
10962
10963         * support/regression/ports/host/spec.mk: Added clean
10964
10965         * support/regression/ports/z80/spec.mk: Added clean
10966
10967         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10968
10969         * support/regression/ports/mcs51/timeout.c: little improvements
10970
10971 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10972
10973         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10974
10975         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10976
10977         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10978
10979 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10980
10981         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10982
10983         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10984
10985 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10986         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10987
10988         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10989
10990         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10991
10992         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10993
10994         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10995
10996         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10997
10998         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10999
11000         * support/regression/tests/longor.c: Added.
11001
11002 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11003
11004         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11005
11006         * as/mcs51/aslink.h: define PATH_MAX
11007
11008         * as/mcs51/asm.h: define PATH_MAX
11009
11010         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11011
11012         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11013
11014         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11015
11016         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11017
11018         * src/SDCCglobl.h: define PATH_MAX
11019
11020         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11021
11022         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11023
11024 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11025
11026         * src/z80/gen.c (gencjneshort): Fixed
11027
11028         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11029
11030 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11031
11032         * support/regression/tests/bug-469671.c: Added.
11033
11034         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11035
11036 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11037
11038         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11039
11040         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11041
11042 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11043
11044         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11045
11046         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11047
11048         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11049
11050         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11051
11052         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11053
11054         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11055
11056         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11057
11058 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11059
11060         * 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.
11061
11062         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11063
11064         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11065
11066 2001-10-07    <johan AT FRIJA>
11067
11068         * device/lib/gets.c (gets): fixed the return value.
11069
11070 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11071         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11072
11073         * 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.
11074
11075         * 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.
11076
11077         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11078
11079         * src/pic/gen.c: Removed Safe_strdup.
11080
11081         * configure.in: Added option to enable libgc support.
11082
11083         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11084         (bitVectUnion): Optimised.
11085         (bitVectIntersect): Optimised.
11086         (bitVectBitsInCommon): Optimised.
11087         (bitVectCplAnd): Optimised.
11088
11089         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11090
11091 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11092
11093         * src/SDCCmain.c: distinguish between assembler debug and plain options
11094
11095         * src/avr/main.c:   remove standard assembler options
11096
11097         * src/ds390/main.c: remove standard assembler options
11098
11099         * src/mcs51/main.c: remove standard assembler options
11100
11101         * src/port.h: removed "PENDING" comment
11102
11103 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11104
11105         * src/device/lib/_mulint.c  : new, with assember functions
11106
11107         * src/device/lib/_mullong.c : new, with assember functions
11108
11109         * src/device/lib/_divuint.c : with assember functions
11110
11111         * src/device/lib/_divsint.c : with assember functions
11112
11113         * src/device/lib/_divulong.c: with assember functions
11114
11115         * src/device/lib/_divslong.c: with assember functions
11116
11117         * src/device/lib/_moduint.c : with assember functions
11118
11119         * src/device/lib/_modsint.c : with assember functions
11120
11121         * src/device/lib/_modulong.c: with assember functions
11122
11123         * src/device/lib/_modslong.c: with assember functions
11124
11125         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11126
11127         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11128
11129         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11130                                       replaced _mululong.c and _mulslong.c by _mullong.c
11131
11132 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11133
11134         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11135
11136 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11137
11138         * src/SDCCglue.c: test, if win32api is available for MINGW
11139
11140 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11141
11142         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11143         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11144         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11145         * support/regression/ports/host/spec.mk: removed GENERIC
11146         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11147         * support/regression/ports/z80/spec.mk: removed GENERIC
11148
11149 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11150
11151         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11152
11153         * support/regression/tests/bug-467035.c: Created.
11154
11155 2001-10-01    <johan AT FRIJA>
11156
11157         * src/SDCC.y: fixed bug #466586 part 1
11158
11159 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11160
11161         * SDCCicode.c: z80 has no generic pointers
11162         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11163
11164 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11165
11166         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11167
11168 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11169
11170         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11171
11172         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11173
11174 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11175
11176         * configure.in: Fixed up so that ucsim is only configured once.
11177
11178         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11179
11180         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11181         (getPathDifference): As above.
11182
11183         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11184
11185         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11186
11187 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11188         * .version: Updated to 2.3.1
11189
11190         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11191         Added copyright header.
11192
11193         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11194         (assemble): Added support for macro based assembler commands.
11195         (linkEdit): Added support for macro based linker commands.
11196         (preProcess): Changed the pre-processor to use macros.
11197         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11198         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11199
11200         * device/lib/z80/crt0.s: Added module name for debugging.
11201
11202 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11203
11204         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11205
11206         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11207
11208         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11209
11210         * src/Makefile.in: Added SDCCmacro and SDCCutil
11211
11212 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11213
11214         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11215
11216 2001-09-16    <johan AT FRIJA>
11217
11218         * 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.
11219
11220 2001-09-15    <johan AT FRIJA>
11221
11222         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11223         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11224
11225 2001-09-11    <johan AT FRIJA>
11226
11227         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11228
11229 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11230
11231         * support/regression/tests/bug-460444.c: Added test case.
11232
11233         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11234         (genCast): Added justification for all of the asserts.
11235
11236 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11237
11238         * support/regression/support.c: _xdata replaced by xdata
11239
11240         * support/regression/spec.mk: removed _generic
11241
11242 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11243
11244         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11245
11246         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11247         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11248
11249         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11250
11251         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11252
11253         * support/regression/tests/bug-460010.c: Added test case.
11254
11255         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11256
11257 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11258
11259         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11260
11261         * support/regression/testfwk.c: removed workaround for bug #436344
11262
11263         * support/regression/tests/bp.c: use less memory with mcs51
11264
11265         * support/regression/tests/bug-441448.c: use less memory
11266
11267         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11268
11269         * support/regression/collate-results.py: typo
11270
11271 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11272
11273         * support/regression/tests/fetchoverlap.c: Added new test case.
11274
11275         * support/regression/tests/bp.c: Added new test case.
11276
11277         * support/regression/tests/bug-448984.c: Added new test case.
11278
11279         * support/regression/tests/pow2shifts.c: Added new test case.
11280
11281         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11282         (genlshTwo): Fixed right shift for count > 8.
11283
11284         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11285
11286 2001-09-08    <johan AT FRIJA>
11287
11288         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11289
11290 2001-09-07    <johan AT FRIJA>
11291
11292         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11293
11294         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11295
11296 2001-09-06    <johan AT FRIJA>
11297
11298         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11299         * bernhard noted me at this: "() equals to (void)" (1.38)
11300
11301 2001-09-05    <johan AT FRIJA>
11302
11303         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11304
11305 2001-09-04    <johan AT FRIJA>
11306
11307         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11308
11309
11310 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11311
11312         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11313
11314 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11315
11316         * link/z80/aslink.h: Fixed path for PATH_MAX
11317
11318 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11319
11320         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11321
11322         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11323
11324         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11325
11326         * 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.
11327
11328 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11329
11330         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11331         (genCmp): Fixed up genCmp for the GB with longs.
11332
11333         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11334
11335         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11336
11337         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11338
11339         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11340
11341 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11342
11343         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11344
11345 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11346
11347         * 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.
11348
11349         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11350
11351 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11352
11353         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11354
11355         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11356
11357 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11358
11359   * sim/ucsim/configure:    little improvement of Cygwin-detection
11360   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11361   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11362   * support/regression/tests/bug-221100.c: small changes for mcs51
11363   * support/regression/tests/bug-221168.c: small changes for mcs51
11364   * support/regression/tests/bug-227710.c: small changes for mcs51
11365   * support/regression/tests/staticinit.c: small changes for mcs51
11366   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11367   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11368   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11369
11370 $Revision$