6608f8000663c7501e7d402e1eddb91277e8f0a8
[fw/sdcc] / ChangeLog
1 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/mcs51/P89c51RD2.h,
4         * device/include/mcs51/P89LPC901.h,
5         * device/include/mcs51/P89LPC922.h,
6         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
7
8 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
9
10         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
11         to fix missing stack pragma in compiled binary object file,
12
13 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
14
15         * support/packihx/configure.in,
16         * support/packihx/configure: removed warning, autoconf >= 2.5x can
17         determine sizeof basic types even while cross compiling
18
19 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
20
21         * src/avr/gen.c (aopop),
22         * src/ds390/gen.c (aopOp),
23         * src/hc08/gen.c (aopOp),
24         * src/mcs51/gen.c (aopop),
25         * src/pic16/gen.c (pic16_aopOp),
26         * src/pic/gen.c (aopOp),
27         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
28         if size of operand is smaller than spill location
29
30 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
31
32         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
33         * device/include/ds80c390.h: added sfr16 definitions
34         * src/ds390/gen.c,
35         * src/ds390/gen.h,
36         * src/ds390/main.c,
37         * src/ds390/ralloc.c,
38         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
39           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
40           bit returning functions
41         * support/regression/tests/sfr16.c: enabled test on ds390
42
43 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
44
45         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
46         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
47
48 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
49
50         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
51         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
52           (cl_address_space constructor): removed expensive initialization,
53           (cl_address_space::get_cell): extended for late initialization,
54           (cl_address_space::*): use late initialization,
55           (cl_address_decoder::activate): removed expensive initialization,
56           This reduced regression test running time by 25%
57
58 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
59
60         * packihx/,
61         * configure.in,
62         * configure,
63         * sdcc.dsw,
64         * Makefile.bcc,
65         * Makefile.in,
66         * support/packihx/Makefile.in,
67         * support/packihx/clean.mk,
68         * support/packihx/Makefile.bcc,
69         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
70
71 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
72
73         * src/SDCCval.c (valNot): fix for regression test failure
74           of not.c on big endian hosts
75
76 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
77
78         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
79
80 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
81
82         * device/lib/mcs51/Makefile.in: changed string comparison operator
83           to = for POSIX compliance; == is bash extension
84
85 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
86
87         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
88           kosmonaut_pirx
89
90 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
91
92         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
93         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
94         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
95         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
96         bug report #1478657,
97
98 2006-05-05 Borut Razem <borut.razem AT siol.net>
99
100         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
101           making the html
102
103 2006-05-02 Borut Razem <borut.razem AT siol.net>
104
105         * doc/Makefile.in: removed *.ind dependency since there is no rule to
106           create *.ind, which made make to fail if invoked with -j 2
107
108 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
109
110         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
111           Hubert Sack for patch 1479782
112
113 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
114
115         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
116
117 2006-05-01 Raphael Neider <rneider AT web.de>
118
119         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
120           (create_pic): store only prefix-free device name,
121           (init_pic): check for device names with "16" prefix,
122           (list_valid_pics),
123         * src/pic/device.h (struct PIC_device),
124         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
125             stored device name,
126         * device/include/pic/pic12f{635,675,629,683}.h,
127         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
128         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
129         * device/include/pic/pic16f505.h,
130         * device/lib/pic/libdev/pic16f505.c: removed
131         * device/include/pic/pic14devices.txt: added support for pic12f
132             devices, removed unsupported non 16-bit devices
133             [above changes provided by patch from Zik Saleeba]
134         * src/pic/*, src/pic16/*, device/include/pic16/*,
135           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
136
137 2006-05-01 Borut Razem <borut.razem AT siol.net>
138
139         * configure.in, configure, doc/Makefile.in:
140           sync with nightly build makefile - latex, dvipdf and dvips
141           not needed any more
142
143 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
144
145         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
146         in the library source
147
148 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
149
150         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
151
152 2006-04-28 Raphael Neider <rneider AT web.de>
153
154         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
155         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
156           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
157         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
158
159 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
160
161         * device/lib/pic/libdev/Makefile.in,
162         * device/lib/hc08/Makefile.in,
163         * device/lib/gbz80/Makefile.in,
164         * device/lib/z80/Makefile.in,
165         * device/lib/ds390/Makefile.in,
166         * device/lib/ds400/Makefile.in: added srcdir to include search path,
167         thanks to Borut for the bug report
168         * configure.in,
169         * configure: always create doc/Makefile independent from --enable-doc
170         * Makefile.in: always install from directory doc independent from
171         --enable-doc
172         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
173         removed
174         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
175         * doc/Makefile.in: install *.txt if present
176         * device/include/Makefile.in (install): added installation of pic/*.inc
177         and pic/*.txt files again, they were erroneously removed
178
179 2006-04-28 Raphael Neider <rneider AT web.de>
180
181         * src/pic/{gen.c,main.h,pcode.c},
182         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
183             concerning signedness with casts
184
185 2006-04-28 Raphael Neider <rneider AT web.de>
186
187         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
188             definition of an interrupt handler,
189         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
190             interrupt handler stuff from picglue() to separate routine,
191           (picglue): enabled definition of intr handlers in files w/o main()
192
193 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
194
195         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
196           compilation with MSVC 2005 Express Edition (VC8)
197
198 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
199
200         * device/lib/Makefile: fixed build of gbz80 lib
201
202 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
203
204         * support/regression/tests/bug-460010.c,
205         * support/regression/tests/bug-524691.c,
206         * support/regression/tests/bug-716242.c: removed conditional defines
207           that are already in testfwk.h
208
209 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
210
211         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
212           (AccAXRsh1): added, shift right by 1,
213           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
214            AccAXLrl1
215         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
216
217 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
218
219         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
220         remove cast to same type
221         * src/SDCCast.c (decorateType): fix for RFE 1475742,
222         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
223         * as/z80/Makefile,
224         * link/z80/Makefile: removed, they have moved to
225         Makefile.in files
226         * configure,
227         * configure.in: replaced duplicate message about ucsim by missing sdcpp
228         * install-sh: fix bug #1204398 by setting umask 0022
229         * device/lib/Makefile: separate build of z80 and gbz80 lib
230
231 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
232
233         Enabled VPATH feature: changed nearly all Makefiles (149 files).
234         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
235
236         One basic decision: e.g. src/clean.mk includes further files. In order
237         to make this work there are two solutions:
238         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
239           run configure on them. This way they can use
240           'include $(srcdir)/port-clean.mk'
241         - always include clean.mk by the Makefile at the same level. To avoid
242           that `make clean` tries to include and build Makefile.dep the
243           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
244           implemented, because now even `make uninstall` doesn't create
245           Makefile.in. clean.mk could be eliminated by pasting it in
246           Makefile.in.
247
248         * debugger/mcs51/Makefile.in: build own objects from library sources
249         (SLIB, SDCC) in current directory
250
251         * configure, configure.in: renamed --disable-device-lib-build in
252         --disable-device-lib; added --enable-doc, the required tools are
253         searched by configure; added result message; the toolchain for the
254         belonging ports are now only built, if the port is enabled.
255
256         * support/regression/*: all output is written in directory gen, because
257         the fwk and ports directories don't livet in the build tree using vpath
258
259         * doc/sdccman.lyx: renamed --disable-device-lib-build to
260         --disable-device-lib, added --enable-doc, added section VPATH
261
262         * sim/ucsim/configure.in,
263         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
264         z80 are enabled by default
265
266 2006-04-24 Raphael Neider <rneider AT web.de>
267
268         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
269             to config word, "pic14_"-prefixed some extern functions
270           (pic14_emitConfigWord): emit __config directive(s) if assignment to
271             config word has been found
272         * src/pic/device.h: added prototypes
273         * src/pic/pcode.c: added "pic14_"-prefix where needed
274         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
275             fixup
276         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
277             words,
278           (pic14emitRegularMap): ignore config words,
279           (pic14createInterruptVect): moved generating __config directives away
280           (picglue): have __config directives emitted
281
282 2006-04-24 Borut Razem <borut.razem AT siol.net>
283
284         * doc/Makefile: sync with nightly build makefile
285
286 2006-04-24 Raphael Neider <rneider AT web.de>
287
288         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
289             registers that have not been assigned proper liveranges,
290             fixes #1469504 and #1474602,
291           (pCodeRegOptimizeRegUsage): fixed typo in comment
292
293 2006-04-24 Borut Razem <borut.razem AT siol.net>
294
295         * device/examples/main8051.c: deleted - it was removed from CVS
296           24.mar.2000 and after that modified 18.feb.2001, so it reappered
297           after the transition to Subversion
298         * src/SDCCalloc.h: deleted - it was removed  from CVS
299           3.feb.2001 and after that modified 18.feb.2001, so it reappered
300           after the transition to Subversion
301         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
302           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
303           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
304           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
305
306 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
307
308         * as/asx8051.dsp: added mcs51/strcmpi.h
309         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
310         * as/hc08/aslink.h: updated lnksect prototype
311         * as/hc08/asm.h,
312         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
313         * as/hc08/asmain.c,
314         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
315           (newdot): handle A_ABS
316         * as/hc08/asout.c,
317         * as/mcs51/asout.c (outarea): output address
318         * as/hc08/lkaomf51.c,
319         * as/mcs51/lkaomf51.c: disabled unused array UsageType
320         * as/hc08/m08pst.c,
321         * as/mcs51/i51pst.c,
322         * as/z80/z80pst.c: "ABS" is not A_OVR
323         * as/hc08/lkarea.c (newarea): read a_addr,
324           (lnkarea): added codemap array, sort absolute areas to the front,
325            combine all GSINITx/GSFINAL,
326           (find_empty_space, allocate_space): new functions,
327           (lnksect): return next address, handle absolute sections
328         * as/mcs51/lkarea.c (newarea): read a_addr,
329           lnksect2 prototype changed,
330           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
331           (find_empty_space, allocate_space): new, factored out of lnksect2,
332           (lnksect2): return next address, handle absolute sections
333         * as/hc08/lkhead.c,
334         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
335         * as/hc08/lklibr.c (addfile, fndsym),
336         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
337           index out of range and detect both '\' and '/'
338         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
339         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
340           regression tests (ds390 cannot return bool yet)
341         * doc/sdccman.lyx: changed version number, document changed --no-peep,
342           document critical interrupts on z80, document changed SDCC define
343         * src/asm.c (_asxxxx_mapping): fixed .org directive,
344           (_a390_mapping): added .org directive
345         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
346           (genMultOneByte): fixed warnings
347         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
348           ones
349         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
350         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
351           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
352         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
353         * src/pic16/main.c: removed newReg prototype
354         * src/pic16/pcode.c,
355         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
356           warnings
357         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
358           ones
359         * src/pic16/ralloc.c
360         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
361           to fix warnings
362         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
363           from short to PIC_OPTYPE
364         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
365         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
366           optype from short to PIC_OPTYPE
367         * src/port.h: made int_size unsigned to fix warnings
368         * src/SDCC.y: fixed warning on MSVC
369         * src/SDCCicode.c (getArraySizePtr): return unsigned int
370         * src/SDCCopt.c (convertToFcall): fixed warnings
371         * src/SDCCsymt.h: removed double prototype for genSymName
372         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
373           offset int to fix warnings
374
375 2006-04-22 Borut Razem <borut.razem AT siol.net>
376
377         * doc/sdccman.lyx, */Makefile, */Makefile.in:
378           references to CVS replaced with Subversion
379
380 2006-04-21 Borut Razem <borut.razem AT siol.net>
381
382         * doc/sdccman.lyx, */Makefile, */Makefile.in:
383           references to CVS replaced with Subversion
384
385 2006-04-19 Borut Razem <borut.razem AT siol.net>
386
387         * src/version.awk: adapted for svn
388         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
389           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
390           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
391           /binutils-avr/etc/*.vi, *.jin: removed all properties
392           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
393
394 2006-04-19 Borut Razem <borut.razem AT siol.net>
395
396         * CVS to Subversion migration completed
397
398 2006-04-18 Borut Razem <borut.razem AT siol.net>
399
400         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
401           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
402
403 2006-04-17 Borut Razem <borut.razem AT siol.net>
404
405         * device/include/Makefile.in: added pic/*.inc to the installation
406
407 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
408
409         * support/regression/collate-results.py: fixed output in case of
410         a valdiag error
411         * support/regression/generate-cases.py: fixed splitting of pathnames
412         with dots
413         * as/hc08/lklibr.c (addfile),
414         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
415
416 2006-04-11 Raphael Neider <rneider AT web.de>
417
418         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
419         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
420         * src/pic16/pcode.c (assignValnums): fixed #1460578
421
422 2006-04-11 Raphael Neider <rneider AT web.de>
423
424         * device/lib/pic/libdev/*.c,
425         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
426           fixes #1468739, enables compilation in --std-c99 mode
427         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
428
429 2006-04-11 Raphael Neider <rneider AT web.de>
430
431         * src/pic/device.c (find_device): removed debug output
432           (list_valid_pics): enabled verbose listing of supported devices
433         * device/include/stdbool.h: define bool as char for pic14/16 as well
434
435 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
436
437         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
438
439 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
440
441         * .version: bumped version to 2.5.6
442         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
443
444 2006-04-06 Raphael Neider <rneider AT web.de>
445
446         * .version: bumped version to 2.5.6 (pic14 ABI changed)
447         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
448         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
449           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
450             pic14_constructAbsMap
451           (pic14printPublics): declare absolute global symbols as global
452           (pic14createInterruptVect),
453         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
454           (newReg): assume new registers unused, use correct name in
455             hashtable (reg->name instead of name), more debugLog output
456         * src/pic/device.h (PIC_device): added fields for verbose output
457         * src/pic/device.c: moved device definition to pic14devices.txt,
458             added routines for runtime parsing of pic14devices.txt,
459             added support for second config word
460         * src/pic/main.c (_process_pragma): removed #pragma maxram,
461           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
462           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
463           (_pic14_parseOptions): moved pCodeInitRegisters here
464           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
465         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
466           (pCodeInitRegisters): rewrapped comments, perpared new approach to
467             handling the pseudo stack
468         * device/lib/Makefile.in: ignore failures in objects-pic16,
469         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
470         * device/lib/pic/NEWS: document new dependency on picXXX.lib
471         * device/lib/pic/Makefile.subdir,
472         * device/lib/pic16/Makefile.subdir: improved clean rules
473         * device/lib/pic/libdev/: NEW, pic14 device libraries
474         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
475         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
476         * device/include/Makefile.in: create subdir and install pic14 headers
477         * device/include/pic/p16f_common.inc: removed unused declarations
478         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
479             PICs from inc2h.pl v1.6,
480             replaced BIT_AT macros with struct declarations
481         * device/include/pic/pic14devices.txt: definition of supported devices,
482             all above improvements contributed by Zik Saleeba, thanks
483         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
484         * support/scripts/sdcc.nsi: also install pic14 device libraries and
485             headers
486
487 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
488
489         * device/include/mcs51/c8051f410.h: added interrupt numbers,
490         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
491           thanks to Charles Olds
492
493 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
494
495         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
496
497 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
500         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
501         * support/regression/bug1464657.c: added, new test
502
503 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
506           version number
507
508 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
511           --no-peep and --peep-file <file> are used don't use default rules but
512           do use the <file>
513
514 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
515
516         * src/mcs51/gen.c (genCall): fixed bug 1457608
517
518 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
519
520         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
521         changes seem to cause (trigger?) problems with the build system.
522
523 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
524
525         * src/SDCCpeeph.c (operandsLiteral): new, added,
526           (callFuncByName): inserted operandsLiteral
527         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
528
529 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
530
531         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
532         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
533
534 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
537           implemented patch 1120823 Thanks to Willy De la Court (normal
538           interrupts need an interrupt number now if they are made critical),
539           and enabled nesting of critical functions though not for gbz80
540           (genCritical, genEndCritical): added functions
541           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
542         * src/z80/mappings.i: added "ei" to all mappings
543
544 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
545
546         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
547         submitted by the Debian SDCC maintainer Aurelien Jarno:
548         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
549         archive with gcc 4.1 on mips and wrote the patch"
550
551 2006-03-16 Raphael Neider <rneider AT web.de>
552
553         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
554           the left operand is shorter than the result (c* = lit-c* + int),
555           fixes bug #1450796
556         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
557           OP_SYMBOL
558
559 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
560
561         * src/.version: increased version number to 2.5.5
562         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
563         linking is done manually in pic16 port's _linkEdit,
564         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
565         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
566         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
567         allocate asmop as AOP_ACC,
568         (aopForRemat): added parameter 'bool result' in function declaration,
569         (pic16_aopGet): return AOP_ACC when accessing WREG,
570         (pic16_popGetTempReg): minor modification,
571         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
572         'pic16_allocWithIdx',
573         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
574         calling function in absolute addresses,
575         (genAssign): take into account AOP_ACC asmop,
576         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
577         * src/pic16/pcoderegs.c: some debug functions and lines added,
578         * src/pic16/ralloc.c (decodeRegType): added but commented out,
579         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
580         register too,
581         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
582         call to allocReg, not by manually allocating a new one,
583         (pic16_assignRegisters): now before going through the register
584         allocating functions mark all registers as free. This eliminates some
585         side effects resulting from peephole parser done earlier in the backbone
586
587 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
588
589         * src/SDCCicode.c (geniCodeLogic),
590         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
591
592 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
593
594         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
595           (genSend): bugfix, do not allocate and free twice,
596           (shiftRLong): handle partially overlapping aops
597         * support/regression/tests/bitopcse.c: fixed warning redefined idata
598
599 2006-03-08 Borut Razem <borut.razem AT siol.net>
600
601         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
602           for pic16
603
604 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
605
606         * support/regression/tests/bug1409955.c: new, added
607         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
608         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
609           (aopForSym, aopOp): increment asmop.allocated if reused,
610           (freeAsmop): decrement asmop.allocated and check for zero instead of
611           using asmop.freed,
612           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
613           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
614            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
615            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
616            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
617            genSignedRightShift, genRightShift, genDataPointerGet,
618            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
619            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
620             in reverse order from allocation,
621           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
622             added swappedLR to keep track
623         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
624           pdata & code for GCC, z80, gbz80 & hc08
625         * support/regression/tests/zeropad.c: moved defines to testfwk.h
626
627 2006-03-08 Raphael Neider <rneider AT web.de>
628
629         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
630
631 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
632
633         * device/include/mcs51/c8051f410.h: new SiLabs mcu
634         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
635         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
636
637 2006-03-06 Borut Razem <borut.razem AT siol.net>
638
639         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
640           made the linker quiet
641
642 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
643
644         * src/pic16/gen.c (genPcall): fixed bug #1443644
645         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
646         which dumps before the function entry point a data byte which represents
647         the number of the local variables used by the specified function, added
648         'xinst' for initial support for Extended Instruction Support,
649         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
650         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
651         port->fun_prefix anymore (may change later),
652         (genFunction, genEndFunction): do not store/restore local registers for
653         _main (this should take care the --main-return command line option in
654         the future),
655         (genOr): removed some legacy pic-port instructions,
656         * src/pic16/genarith.c (genAddLit): re-enabled old code because
657         performing operations with SFR's causes data to be written more than
658         once to each SFR. Perhaps SFRs should be handled in special cases...
659         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
660         pcode.h
661         * src/pic16/main.c (_process_pragma): stack bound checking did not take
662         into account for stack starting position,
663         (struct OPTIONS pic16_optionsTable): added command line argument
664         --extended or -y for Extended Instruction Support,
665         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
666         (deassignLRs): *** perhaps the most important change, old 'for' code
667         (commented out for reference), didn't account for some registers which
668         were left marked 'not free' after a pointer operation. The change
669         reduces register usage a lot in some cases
670
671 2006-03-04 Borut Razem <borut.razem AT siol.net>
672
673         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
674           _clean
675         * support/regression/tests/bug-524697.c: decreased array size for
676           mcs51 to fit into the internal RAM
677         * support/regression/Makefile.in: a little bit more verbose
678
679 2006-03-03 Borut Razem <borut.razem AT siol.net>
680
681         * support/regression/fwk/lib/testfwk.c,
682           support/regression/fwk/include/testfwk.h: introduced function
683           _prints(), nonrecursive _printn(), call _initEmu() from main()
684         * support/regression/ports/gbz80/support.asm,
685           support/regression/ports/ucz80/support.asm,
686           support/regression/ports/z80/support.asm,
687           support/regression/ports/ds390/support.c,
688           support/regression/ports/hc08/support.c,
689           support/regression/ports/host/support.c,
690           support/regression/ports/mcs51/support.c,
691           support/regression/ports/xa51/support.c: added empty _initEmu()
692           function
693         * support/regression/ports/pic16/gpsim.cmd,
694           support/regression/ports/pic16/spec.mk,
695           support/regression/ports/pic16/support.c,
696           support/regression/Makefile.in: added pic16 regression test
697
698 2006-03-01 Raphael Neider <rneider AT web.de>
699
700         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
701           genConstPointerGet): use safe way of generating MOVFF to cover
702             literals as well as registers, fixes bug #1440527
703         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
704             dereference
705           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
706             more correctly, fixes bug #1232186
707           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
708         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
709             gplink guess the correct processor in more cases, applied patch
710             from Till Riedel attached to and fixing bug #1436552
711
712 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
713
714         * support/regression/tests/array.c: added, contains check for #1434401
715         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
716
717 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
718
719         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
720         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
721         * device/include/mcs51/c8051f326.h,
722         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
723         * device/include/mcs51/c8051f000.h,
724         * device/include/mcs51/c8051f018.h,
725         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
726           PCON_IDLE,PCON_STOP and added sfr16 definitions
727
728 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
729
730         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
731           genGetWord): fixed bug 1409955
732
733 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * device/include/hc08/mc68hc908gp32.h,
736         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
737
738 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
739
740         * src/SDCCast.c (constExprValue): return NULL if not a value
741         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
742         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
743         * support/regression/tests/bitfields.c: enabled signed bitfield for all
744
745 2006-02-13 Borut Razem <borut.razem AT siol.net>
746
747         * src/regression/ptrarg.c: added, fails due to bug #1430967
748         * src/regression/Makefile: ptrarg.c added, ...
749
750 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
751
752         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
753         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
754
755 2006-02-11 Borut Razem <borut.razem AT siol.net>
756
757         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
758           print "Processor: xxx" message to stdout only if --verbose
759
760 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
761
762         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
763         * support/regression/tests/bug1426356.c: added
764         * support/regression/tests/bitfields.c: removed 2 tests
765
766 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
767
768         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
769         * device/include/mcs51/c8051f330.h,
770         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
771           PCON_IDLE,PCON_STOP and added sfr16 definitions
772         * device/lib/_divsint.c,
773         * device/lib/_divuint.c,
774         * device/lib/_divulong.c,
775         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
776           register bank bug for small stackauto
777
778 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
779
780         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
781
782 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
783
784         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
785         * all.dsp: corrected several bin paths
786         * device/include/mcs51/c8051f120.h,
787         * device/include/mcs51/c8051f300.h,
788         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
789           to PCON_IDLE,PCON_STOP
790         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
791         * device/lib/printf_large.c (output_float): fixed bug 1388703
792         * support/regression/tests/bug1057979.c: added test for bug 1388703
793
794 2006-02-08 Raphael Neider <rneider AT web.de>
795
796         * src/pic/pcode.c (pciTRIS): fixed typo,
797           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
798           (LinkFlow): fixed handling of flows that end in a call,
799           (ReuseReg): perform safety check earlier
800         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
801             to work with flows at the beginning of a pBlock,
802             fixes #1426557 (Symbol not previously defined),
803           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
804             usage information
805           (RemoveUnusedRegisters): update register usage info
806         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
807             created, reuse existing ones instead
808         * src/pic/gen.c (genPcall): fixed #1424719
809
810 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
811
812         * link/z80/lkmain.c,
813         * link/z80/lklex.c,
814         * link/z80/lkdata.c,
815         * link/z80/aslink.h: fixed build on current cygwin:
816         replaced getline() by lk_getline()
817
818 2006-02-01 Borut Razem <borut.razem AT siol.net>
819
820         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
821           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
822           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
823           src/regression/bool1.c, src/regression/bool2.c,
824           src/regression/bool3.c, src/regression/call1.c,
825           src/regression/compare.c, src/regression/compare10.c,
826           src/regression/compare2.c, src/regression/compare3.c,
827           src/regression/compare4.c, src/regression/compare5.c,
828           src/regression/compare6.c, src/regression/compare7.c,
829           src/regression/compare8.c, src/regression/compare9.c,
830           src/regression/configword.c, src/regression/for.c,
831           src/regression/inline.c, src/regression/mult1.c,
832           src/regression/nestfor.c, src/regression/or1.c,
833           src/regression/pointer1.c, src/regression/ptrfunc.c,
834           src/regression/rotate1.c, src/regression/rotate2.c,
835           src/regression/rotate3.c, src/regression/rotate4.c,
836           src/regression/rotate5.c, src/regression/rotate6.c,
837           src/regression/rotate7.c, src/regression/string1.c,
838           src/regression/struct1.c, src/regression/sub.c,
839           src/regression/sub2.c, src/regression/switch1.c,
840           src/regression/while.c, src/regression/xor.c,
841           src/regression/create_stc, src/regression/simulate,
842           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
843           regression tests
844         * src/regression/gpsim_assert.h: added
845
846 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
847
848         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
849         ((void (code *) (void)) 0) ();
850         * as/hc08/aslex.c,
851         * as/hc08/aslink.h,
852         * as/hc08/asm.h,
853         * as/hc08/asmain.c,
854         * as/hc08/lkdata.c,
855         * as/hc08/lklex.c,
856         * as/hc08/lkmain.c,
857         * as/mcs51/aslex.c,
858         * as/mcs51/aslink.h,
859         * as/mcs51/asm.h,
860         * as/mcs51/asmain.c,
861         * as/mcs51/lkdata.c,
862         * as/mcs51/lklex.c,
863         * as/mcs51/lkmain.c,
864         * as/z80/aslex.c,
865         * as/z80/asm.h,
866         * as/z80/asmain.c: fixed build on current cygwin:
867         replaced getline() by as_getline()
868
869 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
870
871         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
872         declarator in the symbol chain
873         * src/SDCCsymt.h,
874         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
875         parameter list for function pointers
876         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
877         * support/regression/tests/bug-716242.c: added
878
879 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
880
881         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
882         offset if possible
883         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
884
885 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
886
887         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
888         inifinitely recurseable, added static
889         * support/regression/tests/bug-1408066.c: added
890
891 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
892
893         * src/SDCCicode.h,
894         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
895         renamed, added possibility to create "postLoopLbl"-labels
896         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
897         newiTempLoopHeaderLabel
898         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
899         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
900         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
901         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
902         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
903         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
904         (basicInduction): fixed bug #136564, made static,
905         (loopInduction): changed parameter of basicInduction, made static,
906         (addPostLoopBlock): added
907         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
908         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
909         findLoopEndSeq
910         * support/regression/tests/bug-136564.c: added
911         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
912         --std-sdcc99 to LIBSDCCFLAGS
913
914 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
915
916         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
917         while loop
918         * support/regression/tests/bug-1406131.c: added
919
920 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
921
922         * src/SDCCast.c (decorateType): fix promotion of unary minus
923         * src/SDCCsymt.c (computeType): beautified
924         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
925         (valUnaryPM, valComplement): fix sign and promotion,
926         (valNot): ANSI: result type is int (SDCC: unsigned char)
927         * support/regression/tests/uminus.c: speedup by removing superflous
928         test case 'int'
929         * support/regression/tests/onebyte.c: added promotion and signedness
930         tests for unary minus
931         * support/regressions/tests/bug-477927.c: disable warning about
932         uninitialized variables
933         * support/regression/tests/not.c: added
934
935 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
936
937         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
938         * src/mcs51/gen.c (gen51Code): show final register usage after
939         fillGaps in asm with --i-code-in-asm
940         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
941         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
942         incUsed, rliveClear, adjustIChain): made static,
943         (setFromRange): excluded because it's unused,
944         (findPrevUseSym, markWholeLoop): added,
945         (findPrevUse): rewritten; fixes bug 895992; now a complete search
946         through all branches of predecessors enables sdcc to emit the warning
947         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
948         (rlivePoint): made static, added parameter emitWarnings which is only
949         true during the first run out of two,
950         (findRecursiveSucc, findRecursivePred): removed,
951         (computeLiveRanges): made static, added parameter emitWarnings,
952         (dumpIcRlive): added for debugging only
953         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
954         removed prototype of setFromRange()
955         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
956         in call of computeLiveRanges()
957         * support/regression/tests/bug-895992.c: added
958         * support/regression/tests/bug-971834.c: added
959         * support/valdiag/tests/bug-895992.c: added
960         * support/valdiag/tests/bug-971834.c: added
961
962 2005-12-18 Raphael Neider <rneider AT web.de>
963
964         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
965           (genUnpackBits): improved code for direct operands,
966           (genPackBits): improved code for literal assignment to bitfields
967             and for direct destination operands (no FSR indirection),
968             prevented redundant AND, fixes #1362800,
969           (AccLsh): added parameter to disable masking of the result
970         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
971           skip instructions with side-effects (like incfsz),
972           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
973         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
974         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
975           fixes #1375263
976
977 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
978
979         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
980         volatile variables as spill location
981
982 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
983
984         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
985         replacing literals
986         * support/regression/tests/bug-1376320.c: added
987
988 2005-12-08 Raphael Neider <rneider AT web.de>
989
990         * src/pic/device.c: renamed is_shared to pic14_is_shared
991         * src/pic/gen.c (genIfx): re-enabled handling of sbits
992         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
993           (is_valid_identifier): added for above workaround
994
995 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
996
997         * device/lib/Makefile.in: fixed to enable port-specific-objects
998         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
999           char, thanks Hubert Sack
1000         * doc/sdccman.lyx: documented --xstack-loc,
1001           elaborated a bit more on interrupts and pitfalls,
1002           removed "setjmp/longjmp unsupported",
1003           documented some unsupported C99 features
1004         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1005         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1006           if, thanks Hubert Sack
1007         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1008         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1009           make make_library
1010         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1011           regression tests can report resource usage (rfe 700441)
1012         * support/regression/collate-results.py: report resource usage
1013         * support/regression/ports/ds390/spec.mk,
1014         * support/regression/ports/hc08/spec.mk,
1015         * support/regression/ports/mcs51/spec.mk,
1016         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1017         * support/regression/ports/ds390/uCsim.cmd,
1018         * support/regression/ports/hc08/uCsim.cmd,
1019         * support/regression/ports/mcs51/uCsim.cmd,
1020         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1021         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1022           library, use the default one
1023         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1024           building the library
1025
1026 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1027
1028         * config.dsp: added dependency on .version and configure_vc.awk
1029         * device/include/setjmp.h: updated for --stack-auto and --xstack
1030         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1031         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1032         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1033         * device/lib/libsdcc.lib: added _setjmp
1034         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1035           (decorateType): fixed bug 1372851,
1036           (optimizeGetHbit): fixed warning
1037         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1038           array initialisation
1039         * support/regression/tests/bug1057979.c: added test for bug 1358192
1040         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1041
1042 2005-12-03 Borut Razem <borut.razem AT siol.net>
1043
1044         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1045           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1046
1047 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1048
1049         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1050         createIval): implement symbol independant "flexible array member",
1051         (createIvalCharPtr): implemented flexible array initialisation with a
1052         string
1053         * src/SDCCsymt.c (copyStruct): removed,
1054         (getSize): fixed misleading comment,
1055         (getAllocSize): removed, the additional allocation size is now in
1056         sym->flexArrayLength,
1057         (checkStructFlexArray): new, syntax checks for flexible array members,
1058         (compStructSize): added syntax checks for "flexible array members"
1059         (copyStruct): removed,
1060         (copyLinkChain): removed inefficient fix for bug 770487
1061         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1062         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1063         symbol->flexArrayLength
1064         * src/SDCCerr.c,
1065         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1066         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1067         * support/regression/tests/structflexarray.c: added
1068         * support/valdiag/tests/structflexiblearray.c: added
1069
1070 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1071
1072         * src/SDCCast.c (decorateType): fixed bug 1368489
1073         * support/Util/SDCCerr.c,
1074         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1075
1076 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1077
1078         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1079           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1080
1081 2005-11-27 Borut Razem <borut.razem AT siol.net>
1082
1083         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1084           support/cpp2/mkdeps.h: added command line option
1085           -obj-ext=<extension> to SDCPP to define object file externion, used
1086           for generation of make dependencies (-M)
1087         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1088
1089 2005-11-26 Borut Razem <borut.razem AT siol.net>
1090
1091         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1092           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1093           added pic and pic16 libraries
1094
1095 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1096
1097         * device/include/float.h: Corrected typo in prototype of __fsgt
1098
1099 2005-11-25 Borut Razem <borut.razem AT siol.net>
1100
1101         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1102           added creation of model-mcs51-stack-auto libraries
1103
1104 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1105
1106         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1107         and fields-list too
1108         * src/SDCCast.c (createIvalArray): removed obsolete comment
1109
1110 2005-11-24 Borut Razem <borut.razem AT siol.net>
1111
1112         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1113           added missing device/lib/mcs51/crt*.asm sources
1114
1115 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1116
1117         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1118
1119 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1120
1121         * device/lib/_fs2schar.c,
1122         * device/lib/_fs2sint.c,
1123         * device/lib/_fs2slong.c: optimized inline asm
1124
1125 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1126
1127         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1128           Better handling of floats between -1.0 and 0.0.
1129
1130 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1131
1132         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1133           (the missing "if"s prohibited removal of redundant labels)
1134
1135 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1136
1137         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1138           Properly convert floats between -1.0 and 0.0 to long, int, and char
1139           types (max integer value of negative floats tends to zero).
1140         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1141           Removed changes made so to work properly with floats between
1142           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1143           and _fs2char.c
1144
1145 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1146
1147         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1148         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1149         (genCast) cosmetic change
1150         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1151         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1152         from mcs51
1153         * support/regression/tests/bitfields (testSignedBitfields): added
1154
1155 2005-11-18 Borut Razem <borut.razem AT siol.net>
1156
1157         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1158         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1159           introduced SILENT option to make building of pic16 libraries less
1160
1161 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1162
1163         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1164           Now they work properly with floats between -1.0 and 0.0
1165         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1166
1167 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1168
1169         * src/SDCCicode.c (printOperand): added missing else
1170
1171 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1172
1173         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1174         reformatted for better readability
1175         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1176         signed bitfields
1177
1178 2005-11-17 Borut Razem <borut.razem AT siol.net>
1179
1180         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1181           introduced SILENT option to make building of pic16 libraries less
1182           verbose - used for nightly snapshot build
1183         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1184           available on Win32 platforms.
1185         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1186           medium, large, pic and pic16
1187
1188 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1189
1190         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1191           printf("%f"...) sets fraction to zero.
1192
1193 2005-11-16 Raphael Neider <rneider AT web.de>
1194
1195         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1196           fixes #1357221
1197         * src/pic/gen.c (genIfx): implemented for CARRY bit
1198         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1199           to generic pointers, fixes #1357332,
1200           (pic16_movLit2f): NEW,
1201           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1202
1203 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1204
1205         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1206
1207 2005-11-11 Raphael Neider <rneider AT web.de>
1208
1209         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1210         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1211           compute pointer's type from operand,
1212           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1213           improved single bit reads, fixes bug #1353379
1214
1215 2005-11-09 Borut Razem <borut.razem AT siol.net>
1216
1217         * support/scripts/sdcc.nsi: added lib/pic to the package
1218
1219 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1220
1221         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1222
1223 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1224
1225         * support/regression/tests/bug1348008.c: added
1226         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1227         * support/regression/tests/bug1337835.c: updated comment
1228
1229 2005-11-06 Borut Razem <borut.razem AT siol.net>
1230
1231         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1232           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1233           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1234           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1235           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1236           dynamic construction of cl_error_class and derivates - 2.nd try
1237
1238 2005-11-05 Borut Razem <borut.razem AT siol.net>
1239
1240         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1241           bug, which caused Bus Errors on sparc solaris
1242
1243 2005-11-04 Borut Razem <borut.razem AT siol.net>
1244
1245         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1246           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1247           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1248           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1249           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1250           and derivates to resolve the initialization problem on OSX
1251
1252 2005-11-02 Borut Razem <borut.razem AT siol.net>
1253
1254         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1255           corrected typo - #include <winsock2.h>
1256
1257 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1258
1259         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1260           (_asxxxx_mapping): added org directive for future enhancements
1261
1262 2005-11-01 Borut Razem <borut.razem AT siol.net>
1263
1264         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1265           enabled sockets on WIN32
1266         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1267
1268 2005-10-31 Borut Razem <borut.razem AT siol.net>
1269
1270         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1271           WIN32 backslash path delimiters should be escaped when used in C strings
1272         * support/regression/tests/bitfields.c: exclude failing assertions for
1273           __CYGWIN32__ and __MINGW32__ hosts
1274
1275 2005-10-30 Borut Razem <borut.razem AT siol.net>
1276
1277         * src/SDCCutil.c: corrected double comparison typo
1278
1279 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1280
1281         * device/lib/medium/Makefile: added for new memory model medium
1282         * device/include/asm/mcs51/features.h: updated for medium/pdata
1283         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1284           added Multiply & Accumulate sbit's and MAC0_PAGE define
1285         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1286         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1287         * device/lib/_mullong.c: update for medium model
1288         * device/lib/incl.mk: added medium model
1289         * doc/sdccman.lyx: documented medium model
1290         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1291         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1292         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1293         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1294           (allocParms): set SCLS and OCLS to pdata for medium model
1295         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1296           for pdata,
1297           (powof2): return <0 if not power of 2
1298         * src/avr/gen.c (genBitWise): use updated powof2
1299         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1300           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1301           (shiftLLeftOrResult): use B if necessary
1302         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1303         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1304         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1305         * support/regression/Makefile.in: added test-mcs51-medium
1306         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1307
1308 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1309
1310         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1311         specifier unsigned
1312         * device/lib/time.c (mktime): fixed bug 1334315
1313
1314 2005-10-28 Raphael Neider <rneider AT web.de>
1315
1316         * device/include/pic/p16f_common.inc: added common declarations
1317         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1318
1319 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1320
1321         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1322           (aopPutUsesAcc): added to predict accumulator use,
1323           (assignResultValue): save acc if necessary,
1324           (genMinusDec): store result if indirectly addressed,
1325           (genDivOneByte):  save acc if necessary,
1326           (movLeft2Result): bugfix if left already in acc,
1327           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1328             attention to accumulator use (esp. pdata),
1329           (genReceive): receive pdata correctly
1330         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1331         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1332
1333 2005-10-27 Raphael Neider <rneider AT web.de>
1334
1335         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1336
1337 2005-10-27 Raphael Neider <rneider AT web.de>
1338
1339         * .version: changed version to 2.5.4
1340         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1341         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1342           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1343             arithmetics support routines
1344         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1345         * device/lib/Makefile.in: also create installdir for pic
1346
1347         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1348           pic14 port as well
1349         * src/pic/device.c (dump_sfr): rewritten to delegate register
1350           placement to the linker (use `extern sym' rather than sym EQU addr),
1351           (validAddress): fixed to check last specified address
1352         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1353           (popGetLit): truncate literal value to 8 bit,
1354           (popGet): moved assert to more appropriate place
1355           (popGetExternal): create pCode operand from and mark the according
1356             symbol as being `extern'
1357           (popGetAddr): added sanity check on immediate's offset, provide
1358             GPOINTER tag on demand
1359           (aopPut): fixed for immediates,
1360           (mov2w_op): move operand's address or contents to WREG (depending on
1361             operand type), safer variant of mov2w,
1362           (movwf,call_libraryfunc): NEW, handy abbreviations,
1363           (get_argument_pcop,get_return_val_pcop,pass_argument,
1364           get_returnvalue): interface for accessing function parameters and
1365             return values,
1366           (assignResultValuei,genRet): use new parameter/return value interface
1367           (pic14_getDataSize): back to old version handling generic pointers,
1368           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1369             provided implementation and/or fixed old one,
1370           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1371             calls, removed legacy 8051 reference code
1372           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1373           (loadSignToC): NEW, move the operands sign bit to CARRY,
1374           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1375             genRightShiftSigned, accepts negative shift counts,
1376           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1377           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1378             generic pointers, __data pointers and __code pointers,
1379           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1380             and signed bitfields, limit bitfields to 8 bit,
1381           (genDataPointerGet): fixed number of bytes read,
1382           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1383           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1384             pointers to constant data are no longer assumed to point to __code
1385             space, removed invalid pointer types,
1386           (bitpatternFromVal): retrieve the PICs representation of an integer
1387             or float literal,
1388           (genDataPointerSet): fixed assigning to po_immediate operands,
1389           (genGenPointerSet): implemented as library call,
1390           (genIfx): fixed incorrect condition,
1391           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1392             provide GPOINTER tag according to destination's storage class,
1393           (genCast): added code to handle casting to generic pointers, added
1394             sign-/zero extension of the result
1395           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1396         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1397         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1398           extend the result
1399         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1400           address/register resides in the shared banks
1401           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1402             put all variables into separate sections (have the linker arrange
1403             them)
1404           (picglue): put init code and interrupt handlers in separate sections
1405         * src/pic/main.c: added port specific options table, modified to PORT
1406           structure to make GPOINTERs 3 byte, added pic14_options
1407           (_pic14_do_link): private linking routine (update paths to libraries,
1408             add libsdcc.lib by default)
1409         * src/pic/main.h: declare pic14_options
1410         * src/pic/pcode.c: fixed instructions i/o relations,
1411           (RegCond): reverted to correct version,
1412           (newpCodeOpLit): truncate literals to 8 bit,
1413           (genericPrint): added debug output,
1414           (getRegFromInstruction): fixed for various operand types, simplified
1415           (BuildFlow): fixed broken handling of isntructions with labels
1416           (LinkFlow): start at last instruction in flow (skip trailing comments),
1417             pass the flow on to the next instruction after CALL
1418           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1419           (insertPCodeInstruction): fixed inserting after a skip instruction,
1420           (DoBankSelect): fixed for labeled instructions
1421           (OptimizepBlock): honor --nopeep switch
1422           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1423         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1424         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1425           (pCodeOptime2pCodes): allow disabling this optimization via
1426             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1427             but is still buggy), started implementation of a dataflow based
1428             pCode optimization (CSE + dead code elimination)
1429           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1430         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1431           names are independant of the stack location and therefore portable across
1432           devices
1433
1434 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1435
1436         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1437           (selectSpil): fixed bug 1337835 by not spilling bit variables
1438         * support/regression/tests/bug1337835.c: added test for this bug
1439         * src/mcs51/peeph.def: restart after rule 3.c,
1440           addded rules 263.x to optimize loading constants
1441
1442 2005-10-26 Raphael Neider <rneider AT web.de>
1443
1444         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1445         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1446           (genAssign): emit warning when casting literals to generic pointer
1447             type, also applies when taking the address of a fixed variable,
1448           (genCast): improved casting to generic pointers
1449         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1450           extern variables, added verbose error message
1451         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1452
1453 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1454
1455         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1456         carry must be complemented too
1457         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1458         could be emitted by genMinus
1459         * src/SDCCval.c (constVal): fixed bug 1305065
1460
1461 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1462
1463         * src/SDCCast.c (addCast): added promotion for bit variables
1464         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1465         promotion casts + optimisation
1466         (optimizeGetWord): fix warning 'i' might be used uninitialized
1467         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1468         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1469
1470 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1471
1472         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1473         all chars are promoted to int; promotion should be handled in SDCCast.c
1474
1475 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1476
1477         * device/lib/_strcmp.c: Fixed bug 1326457
1478
1479 2005-10-11 Raphael Neider <rneider AT web.de>
1480
1481         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1482         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1483
1484 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1487         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1488
1489 2005-10-04 Raphael Neider <rneider AT web.de>
1490
1491         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1492           device/lib/pic16/pics.all: added pic18f1320
1493         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1494
1495 2005-09-30 Raphael Neider <rneider AT web.de>
1496
1497         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1498         * src/pic16/devices.inc: NEW, provides device descriptions
1499         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1500
1501 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1502
1503         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1504           GETHBIT
1505
1506 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1507
1508         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1509           documented Any Order Bit, Higher Order Byte and Higher Order Word
1510         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1511         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1512           (optimizeGetAbit): new, to get any bit, not only the high bit,
1513           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1514           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1515           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1516           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1517             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1518             GETABIT, GETBYTE, GETWORD: decorate them,
1519           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1520           (ast_print): added GETABIT, GETBYTE, GETWORD
1521         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1522         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1523           (geniCodeBinary): new generic binary icode,
1524           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1525         * src/port.h: updated comment for PORT.hasExtBitOp
1526         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1527           (genGetByte): new, to get a single byte,
1528           (genGetWord): new, to get a word from a long,
1529           (gen51Code): added GETABIT, GETBYTE, GETWORD
1530         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1531
1532 2005-09-23 Raphael Neider <rneider AT web.de>
1533
1534         * configure.in, configure: have device/lib/pic configured
1535         * device/lib/Makefile.in: added model-pic14
1536         * device/lib/clean.mk: added pic/ to clean rule
1537         * device/lib/pic: added rudimentary pic14 library providing support
1538           functions for multiplication/division/generic pointer access
1539         * src/SDCCopt.c (convilong): mark support functions as extern
1540           for pic14 port as well
1541         * src/pic/gen.c (genMult): added assertions,
1542           (genpic14Code): emit warning on unhandled iCodes
1543         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1544         * src/pic/pcode.c (pCodeOpCopy),
1545         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1546           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1547           SFR_REGISTER}), made safe for future extensions
1548         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1549           instructions even if preceeded by SKIP instructions (also remove
1550           them); removed unused code
1551         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1552           prevents leaving parts of the structure uninitialized after copying
1553
1554 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1555
1556         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1557           ago by me
1558         * support/regression/tests/addsub.c: added test for the bug
1559
1560 2005-09-21 Raphael Neider <rneider AT web.de>
1561
1562         * device/include/pic16/pic18f1220.h,
1563           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1564         * device/lib/pic16/Makefile.rules: added missing opening paren
1565         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1566           are provided in genutils.c,
1567           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1568           operand/result sizes,
1569           (genCmp): assert on NULL pointers first, then check deref'ed values
1570         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1571           result size
1572
1573 2005-09-18 Raphael Neider <rneider AT web.de>
1574
1575         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1576           as these are now unused,
1577           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1578         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1579           local, avoids uninitialized pointer dereference on r->name
1580         * src/pic16/ralloc.c (newReg): fixed indentation
1581
1582 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1583
1584         * src/SDCCval.c (constVal): fixed bug 730366
1585         * support/Util/SDCCerr.c,
1586         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1587
1588 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1589
1590         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1591
1592 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1593
1594         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1595
1596 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1597
1598         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1599           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1600         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1601           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1602         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1603         * packihx/packihx.c (hexDigit): made c unsigned char
1604         * as/mcs51/lklibr.c (fndsym),
1605         * link/z80/lkgb.c (gb),
1606         * link/z80/lklibr.c (fndsym),
1607         * link/z80/lkrloc.c (relr),
1608         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1609         * src/SDCC.lex (checkCurrFile, process_pragma),
1610         * src/SDCCglue.c (spacesToUnderscores),
1611         * src/SDCCmain.c (setParseWithComma, processFile),
1612         * src/asm.c (tvsprintf, printCLine),
1613         * src/avr/gen.c (emitcode, aopPut),
1614         * src/ds390/gen.c (emitcode),
1615         * src/hc08/gen.c (emitcode, emitinline),
1616         * src/mcs51/gen.c (emitcode, genInline),
1617         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1618           tokenizeLineNode),
1619         * src/pic/ralloc.c (debugLog),
1620         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1621           tokenizeLineNode),
1622         * src/pic16/ralloc.c (debugLog),
1623         * src/z80/main.c (_process_pragma):
1624            made all ctype.h function calls safe
1625         * src/SDCCopt.c: include math.h for fabs
1626         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1627           and used them throughout the code to make ctype.h function calls safe
1628         * src/ds390/main.c (asmLineNodeFromLineNode),
1629         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1630         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1631            unsigned char*
1632         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1633           (newpCodeAsmDir): made ctype.h function calls safe
1634         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1635           pic16_emitcode):  made lbp unsigned char*
1636         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1637           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1638         * src/xa51/gen.c (emitcode),
1639         * src/z80/gen.c (_emit2): made lbp unsigned char*
1640         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1641            char*
1642
1643 2005-09-05 Raphael Neider <rneider AT web.de>
1644
1645         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1646           access bank splitpoint
1647
1648 2005-09-05 Raphael Neider <rneider AT web.de>
1649
1650         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1651
1652 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1653
1654         * .version: changed to version 2.5.3
1655         * doc/sdccman.lyx: changed version to 2.5.3,
1656           documented --codeseg and --constseg and pragma codeseg and constseg,
1657           documented bit parameters (reentrant) and bit returning
1658         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1659            currFunc->recvSize, but is this ok for all ports?
1660           (ast2iCode): result of ~ on unsigned char must be cast to int for
1661            bool to work
1662         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1663           function pointers in bit space
1664         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1665           (processFuncArgs): call port.reg_parm() with reentrancy info
1666         * src/port.h,
1667         * src/avr/main.c,
1668         * src/ds390/main.c,
1669         * src/hc08/main.c,
1670         * src/pic/main.c,
1671         * src/pic16/main.c,
1672         * src/xa51/main.c,
1673         * src/z80/main.c: port.reg_parm prototype extended with
1674           "bool reentrant" parameter
1675         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1676           options.stackAuto for allocating bit register parameters
1677         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1678           (genSend): set BitBankUsed if it is,
1679           (selectRegBank): factored out of genCall for use in genPcall,
1680           (genCall): removed redundant dtype assignmen, use selectRegBank,
1681           (genPcall): handle returning in Carry properly, save in F0 if needed,
1682           (genReceive): handle bit register parameters
1683         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1684           (mcs51_assignRegisters): enable bit registers for all reentrant
1685            functions and don't set BitBankUsed unconditionally
1686         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1687         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1688         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1689
1690 2005-08-27 Borut Razem <borut.razem AT siol.net>
1691
1692         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1693         ppc-osx (Darwin) does not support -u option. It seems that it is
1694         supported only on Linux - GNU cp
1695
1696 2005-08-25 Borut Razem <borut.razem AT siol.net>
1697
1698         * sim/ucsim/gui.src/serio.src/Makefile.in,
1699           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1700           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1701           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1702           install and strip, since the strip at /usr/ccs/bin should be used
1703           on solaris
1704
1705 2005-08-24 Borut Razem <borut.razem AT siol.net>
1706
1707         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1708
1709 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1710
1711         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1712         ffffffffu
1713
1714 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1715
1716         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1717         * as/mcs51/lkmain.c (link_main): fixed warning
1718         * device/include/stdbool.h: ds390 has no advanced bit support yet
1719         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1720         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1721         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1722           and updated their macros
1723         * src/SDCCval.c (constVal): updated comment for renamed b_long
1724
1725 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1726
1727         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1728         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1729           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1730           (oprio): set priority for '['
1731         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1732            and adb_24_bit
1733         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1734         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1735         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1736         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1737           added overlayable BIT_BANK area
1738         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1739           (summary2): explain 'T' in legenda
1740         * as/mcs51/lkrloc.c: replaced old K&R style,
1741           (relr): added R_BIT processing,
1742           (errmsg): added "Bit-addressable relocation error",
1743           (adb_bit): added for converting from byte- to bit-addressable space,
1744           (adb_24_bit): added for converting from byte- to bit-addressable space
1745         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1746            used in reentrant functions now even as return value
1747         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1748         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1749           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1750         * src/SDCCglobl.h: added indicator BitBankUsed
1751         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1752            the bit registers b0-b7
1753         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1754           (geniCodeCast): fixed bug 1263853,
1755           (geniCodeLogicAndOr): put result in bool or char,
1756           (geniCodeReceive): added parameter func for accessing the return type,
1757           (geniCodeFunctionBody): pass func to geniCodeReceive
1758         * src/SDCCmain.c: added indicator BitBankUsed
1759         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1760         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1761           (checkSClass): don't put automatic bool/bit on stack,
1762           (checkFunction): removed check on function cannot return bit
1763         * src/SDCCsymt.h: added newBoolLink prototype
1764         * src/mcs51/gen.c (rb1regs): added bit registers,
1765           (movc): created for assigning to carry,
1766           (pushReg, popReg): created for pushing registers,
1767           (sameRegs): check both AOP_REG and AOP_CRY types,
1768           (aopOp): handle bit registers,
1769           (aopPut): optimization no self-assign,
1770           (saveRegisters): push reg->base (bits) only once for bit registers,
1771            and use pushReg,
1772           (unsaveRegisters): pop reg->base only once and use popReg,
1773           (assignResultValue): added parameter func and return in carry for bits,
1774           (genIpush): optimization no reload in A if not changed,
1775           (genSend): bit parameters in reentrant functions are passed in bit
1776            registers by first assigning to bits in B, then save registers and
1777            copy B to bits,
1778           (genCall): handle returning in Carry properly, save it in F0 if needed,
1779           (genPcall): updated assignResultValue call, this is not safe yet for bit
1780            returning function !!!
1781           (genFunction): don't generate equ's for bit registers and use pushReg,
1782           (genEndFunction): take care of bit returning functions and use popReg,
1783           (genRet): return bit in Carry,
1784           (genIfx): optimize bit registers and other directly addressable bits,
1785           (genReceive): updated assignResultValue call
1786         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1787           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1788            registers when using stack-auto
1789         * src/mcs51/ralloc.c (_G): added allBitregs,
1790           (regs8051): added the bit registers,
1791           (createStackSpil): use macro IS_BIT,
1792           (getRegBit): added to allocate a bit register, else spill,
1793           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1794           (updateRegUsage): factored out to ease stepping while debugging,
1795           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1796            also allocate bit registers,
1797           (fillGaps): handle bit registers,
1798           (findAllBitregs): added to create bit vector with all bit registers,
1799           (mcs51_allBitregs): returns this bit vector,
1800           (mcs51_assignRegisters): when using stack-auto use bit registers for
1801            passing parameters and creating local variables
1802         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1803
1804 2005-08-22 Borut Razem <borut.razem AT siol.net>
1805
1806         * device/lib/Makefile.in: replaced find option -or with -o
1807           to make it run on solaris
1808
1809 2005-08-22 Raphael Neider <rneider AT web.de>
1810
1811         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1812           fixes #1265442 (crash on Solaris)
1813
1814 2005-08-20 Borut Razem <borut.razem AT siol.net>
1815
1816         * configure, configure.in: added tests for libsocket and libnsl libraries,
1817           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1818           from support/regression/Makefile.in
1819         * support/regression/Makefile.in: added
1820         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1821         * sim/ucsim/libtool: regenerated on sparc-solaris
1822         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1823           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1824           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1825           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1826           sparc-solaris, which doesn't use GNU ld linker
1827         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1828         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1829
1830 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1831
1832         * src/mcs51/peeph.def: updated comments
1833
1834 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1835
1836         * device/lib/_gptrget.c,
1837         * device/lib/_gptrput.c: slightly shorter
1838         * doc/sdccman.lyx: incremented version
1839         * src/mcs51/peeph.def: moved peephole comments to the line of first
1840           change to better keep line correlation, reanimated 186.e
1841         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1842
1843 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1844
1845         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1846           David Saxton with quotes around file name.
1847
1848 2005-08-15 Borut Razem <borut.razem AT siol.net>
1849
1850         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1851           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1852           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1853           make tests run on x86_64 platform
1854
1855 2005-08-13 Raphael Neider <rneider AT web.de>
1856
1857         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1858           as it might be executed DURING a build (parallel make is wonderful)
1859
1860 2005-08-13 Raphael Neider <rneider AT web.de>
1861
1862         * device/lib/Makefile.in (port-specific-objects-pic16):
1863           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1864         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1865           dependency
1866         * device/lib/pic16/Makefile.rules: build subdirs before creating
1867           the library, removed builddir rule, create $(builddir) early in
1868           recurse rule, use empty recurse rule for leaf directories
1869         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1870           mkdir errors (race condition), removed duplicate suffix "hex"
1871           from clean rules
1872         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1873         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1874           prevents mkdir -p from aborting on Alpha
1875
1876 2005-08-12 Raphael Neider <rneider AT web.de>
1877
1878         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1879           db-statements in order to allow for arrays of pointers in code
1880           sections to be placed without interspersed 0-padding, fixes
1881           bug #1256215
1882         * (emitStatistics): fixed division by zero for pic18f1220
1883         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1884           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1885         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1886         * (pic16_pCodeConstString): keep track of already emitted string
1887           literals to prevent "duplicate definitions of symbol _str_NR"
1888         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1889           debug message
1890         * device/lib/Makefile.in: ignore failing PIC16 library builds
1891         * device/lib/pic16/Makefile: do not build if gputils are missing
1892         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1893
1894 2005-08-10 Raphael Neider <rneider AT web.de>
1895
1896         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1897           my last commit)
1898
1899 2005-08-10 Raphael Neider <rneider AT web.de>
1900
1901         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1902           Rokas' patch to add the new fixed point type "__fixed16x16"
1903         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1904           functions for __fixed16x16 arithmetics
1905         * device/lib/pic16: reimplemented the build system to support
1906           a separate build directory, better handling of libio (create
1907           the library in a separate subdir for each architecture) and
1908           easier configuration (centralized in Makefile.common)
1909
1910 2005-08-07 Raphael Neider <rneider AT web.de>
1911
1912         * src/pic16/gen.c (genrshTwo): fixed sign extension
1913         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1914         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1915           added T0CONbits
1916         * device/include/pic16/pic18f4220.h: NEW, header for
1917           pic18f4220 and pic18f4320
1918         * device/include/pic16/pic18fregs.h: added new devices,
1919           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1920         * device/include/pic16/signal.h: resolved name clashes
1921           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1922           to also allow testing for interrupt enable bits, added
1923           comments on how to use the macros
1924         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1925         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1926           register definitions for the devices
1927         * device/lib/pic16/pics.all: added new devices
1928         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1929           allocated memory
1930         * device/lib/pic16/libc/stdlib/memfree: do not count
1931           the block header as free memory
1932         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1933           simplified and added missing end-of-blocklist-marker
1934           (reported by Peter Onion, fixes #1252814)
1935         * (_mergeHeapBlock): fixed loop condition
1936         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1937           len==0, restructured code
1938         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1939           up a bit, reduced bitfield accesses, prevent endless loops
1940           in case of heap corruption
1941         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1942           "unreferenced arguments/must return a value" warnings
1943         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1944           replaced BAUDREG with SPBRG
1945         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1946           device/lib/pic16/debug/gstack/gstack.c: replaced
1947           _naked, _asm, _endasm with __naked, __asm, __endasm
1948
1949 2005-08-05 Raphael Neider <rneider AT web.de>
1950
1951         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1952           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1953
1954 2005-08-05 Borut Razem <borut.razem AT siol.net>
1955
1956         * device/lib/Makefile.in: added missing ';'
1957         * configure: removed ^M characters
1958
1959 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1960
1961         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1962           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1963           License
1964
1965 2005-08-04 Borut Razem <borut.razem AT siol.net>
1966
1967         * configure.in: pic16 libraries build 2nd try - enable running
1968           configure in device/lib/pic16
1969         * configure: regenerated from configure.in
1970         * device/lib/Makefile.in: create $(PORT)/bin directory
1971
1972 2005-08-03 Raphael Neider <rneider AT web.de>
1973
1974         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1975           to get/set values via pointers
1976         * (genUnpackBits,genPackBits): changed detection of
1977           ptr->bitfield vs. sym.bitfield, fixed access via generic
1978           pointers, removed dead (wrong) code for multibyte bitfields
1979         * (genNearPointerGet, genGenPointerGet): removed useless code,
1980           fixed bitfield detection, fixes #1250594
1981         * (genNearPointerSet): removed useless code
1982         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1983           and introduced macro pic16_emitpcode that conditionally emits
1984           the origin of the following pCode (useful for debugging SDCC)
1985         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1986         * (createDefmap): fixed handling of LFSR for --optimize-df
1987
1988 2005-08-02 Borut Razem <borut.razem AT siol.net>
1989
1990         * device/lib/Makefile.in: pic16 libraries build enabled since
1991           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1992
1993 2005-08-02 Raphael Neider <rneider AT web.de>
1994
1995         * src/pic16/gen.c (genPackBits): removed deprecated warning
1996         * (genGenPointerSet): fixed bitfield detection
1997
1998 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1999
2000         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2001
2002 2005-07-31 Raphael Neider <rneider AT web.de>
2003
2004         * device/lib/pic16/libdev/pic18f458.c,
2005           device/include/pic16/pic18f458.h: added missing T0CONbits
2006
2007 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2008
2009         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2010
2011 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2012
2013         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2014
2015 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2016
2017         * device/include/mcs51/at89c51ed2.h: added.
2018
2019 2005-07-23 Raphael Neider <rneider AT web.de>
2020
2021         * src/pic/gen.h: added emitpcode macro for debugging
2022         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2023           and replace by macro adding debug information on demand
2024         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2025         * (gencjne): tried to fix; replaced with correct (slower) code
2026         * (gen{Unp,P}ackBits): fixed single bit access
2027         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2028         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2029           previous instruction
2030         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2031           register has to be handled with care (forbidding movement
2032           of assignments/uses, removing assignments completely, ...)
2033         * (pCodeOptime2pCodes): make use of regIsSpecial
2034         * added lots of debugging output (commented out)
2035         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2036           from being reused as result UNLESS it is known to work
2037
2038 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2039
2040         * support/Util/dbuf.h: include <stddef.h> for size_t
2041         * .version: changed to version 2.5.2
2042
2043 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2044
2045         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2046
2047 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2048
2049         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2050           (genModOneByte): removed needless psha/pula
2051
2052 2005-07-22 Raphael Neider <rneider AT web.de>
2053
2054         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2055           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2056         * src/pic/gen.c (resolveIfx): do not "invent" labels
2057         * (genSkipc): changed to positive logic
2058         * (genSkipCond): removed as no longer needed
2059         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2060           backport from PIC16
2061         * (genLeftShift): check operands are in different registers
2062         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2063           INCF does not update CARRY...
2064         * src/pic/main.c: fixed _linkCmd
2065         * src/pic/pcode.c (unlinkpCode): added inactive code
2066         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2067           alive (do not assign result and operand overlapping registers)
2068
2069 2005-07-22 Raphael Neider <rneider AT web.de>
2070
2071         * src/pic/device.c (dump_sfr): replaced register declaration with
2072           call to emitSymbolToFile() to avoid duplicate symbols
2073         * (assignRelocatableRegisters): do not declare external symbols
2074         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2075           right (take size of type, not etype)
2076         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2077         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2078         * (packRegsForAccUse): disabled assignment of WREG as
2079           the result reg to prevent occurence of just fixed #1235003,
2080           fixes #1242954
2081         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2082           symbols (avoids duplicate symbols in .asm file)
2083         * (pic14emitRegularMap): use emitSymbolToFile()
2084         * src/pic/gen.c (aopOp): fixed spillLocation handling
2085         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2086         * (genDataPointerSet): removed unneccessary variables/output
2087
2088 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2089
2090         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2091         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2092
2093 2005-07-21 Raphael Neider <rneider AT web.de>
2094
2095         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2096           architecture cannot handle them efficiently, fixes bug #1235003
2097         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2098           check for empty sets before using them (fixes bug #1232190)
2099
2100 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2101
2102         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2103           (lnksect2): generate warnings for memory overlap
2104         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2105           constseg to set the name of these segments so you can instruct the linker
2106           to place them in banks
2107         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2108         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2109           added code_seg and const_seg to options
2110         * src/SDCCglue.c (emitMaps): use options.const_seg,
2111           (createInterruptVect): put interrupt vectors in segment HOME,
2112           (glue): put HOME before static segment and put the main glue in HOME,
2113           (glue): use options.code_seg
2114         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2115         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2116           these segments so you can instruct the linker to place them in banks
2117           (linkEdit): use code_loc for HOME segment which should be the first
2118           segment in code memory now
2119         * src/SDCCmem.c: fixed more stuff like bug 1238386
2120         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2121           (changePointer): don't change function pointers to code pointers for
2122           banked functions,
2123           (compareType): added exceptional check for banked function pointers
2124         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2125         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2126           after static in code memory
2127         * src/mcs51/gen.c: added aopLiteralLong prototype,
2128           (aopForSym): use getSize for functions,
2129           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2130           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2131           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2132           the segment,
2133           (genPcall): use call for literal function pointers and generate banked
2134           calls over the one trampoline so there's only one place for the user to
2135           modify according to his/hers hardware,
2136           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2137           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2138         * src/mcs51/main.c: added keyword banked,
2139           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2140         * support/Util/SDCCerr.c,
2141         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2142           needed for passing the bank and address to the trampoline
2143         * device/lib/mcs51/crtbank.asm: added for bankswitching
2144         * device/lib/mcs51/Makefile: added crtbank
2145
2146 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2147
2148         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2149           for fields at offset 0 of a struct or union as reported
2150           on 2005-07-07 in the developer mailing list.
2151
2152 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2153
2154         * src/SDCCmem.c: fixed bug 1238386
2155
2156 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2157
2158         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2159           (patch #1144962), added peephole 300, enabled 259.x
2160         * doc/sdccman.lyx: removed screenshot and provided link instead
2161
2162 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2163
2164         * doc/sdccman.lyx: added section about debugging with ddd
2165         * doc/figures/ddd_example.eps: screenshot of debugging session
2166
2167 2005-07-04 Raphael Neider <rneider AT web.de>
2168
2169         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2170           like CODE pointers, fixes #1115683
2171         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2172           call, fixes bugs #1232211, #1228110,
2173           fixed wrong casts to pCodeFlow from pCodeInstructions
2174
2175 2005-07-04 Raphael Neider <rneider AT web.de>
2176
2177         * src/pic/gen.c (popGet): changed assert to allow for
2178           bit operands
2179         * (popGetAddr): changed signature to provide
2180           an additional index, patched all call sites
2181         * (genCmpEq): handle literal-like operands correctly
2182         * (genAddrOf): added sanity checks on __code/__data pointers
2183         * (genAssign): added handling of symbols from __code section
2184         * (gencjne): do not generate code for comparisons whose result
2185           is neither stored nor used, fixes bug #1171114
2186         * (AccLsh, AccRsh): operate on operand instead of WREG
2187         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2188           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2189           by known count
2190         * rewrote complete shift-by-literal logic, commented unused
2191           functions out
2192         * (genConstPointerGet): get multiple bytes (if result size > 1),
2193           fixed handling of non-immediate addresses
2194         * (genPointerGet): handle CODE pointers like CONST pointers
2195         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2196         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2197           operand is to be treated as a literal or not
2198         * (mov2w,genPcall,genCmpEq),
2199           src/pic/genarith.c: use aop_isLitLike() to decide between
2200           literal/register contents
2201         * (addSign): added missing offset
2202         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2203           only emit comment in debug-mode,
2204           use {aop,op}_isLitLike throughout the file
2205         * src/pic/glue.c: fix initializers for pointers (work in progress)
2206         * src/pic/pcode.c (get_op): honor index on _const symbols
2207         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2208         * (dumppBlock): added pCode size estimation
2209         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2210           check for IS_SYMOP before OP_SYMBOL'ing
2211         * fixed indentation, compacted switch-statements
2212         * (allocReg): find free register and allocate it instead of
2213           allocating new registers all the time
2214         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2215           registers as its operands (necessary only for multibyte GETs)
2216
2217 2005-07-01 Raphael Neider <rneider AT web.de>
2218
2219         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2220           debugging .asm-output macros FENTRY + FEXIT
2221         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2222           way... I wonder...
2223         * (emitpComment): NEW, printf to pCode
2224         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2225           offset handling
2226         * (popGetAddr): NEW, variant of popGet to access an immediates
2227           high(er) bytes instead of the n'th byte of memory they reference,
2228           replaced popGet with popGetAddr where neccessary
2229         * (genDataPointerGet): reactivated and fixed implementation
2230         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2231           accesses
2232         * (genDataPointerSet): fixed multibyte assignments
2233         * (genpic14Code): fixed --i-code-in-asm handling
2234         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2235         * (genPlus): fixed index-out-of-bounds error
2236         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2237         * src/pic/ralloc.c: added debugging output macro FENTRY2
2238         * (spillThis): fixed indentation, enbraced for-body for clarity
2239         * (rematStr): commented out as now unused
2240         * (regTypeNum): commented out special spill case (overwrites
2241           arbitrary values)
2242         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2243
2244 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2245
2246         * doc/sdccman.lyx: documented sfr16/sfr32,
2247           added example for using storage class with function pointers
2248         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2249
2250 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2253         * device/lib/_itoa.c,
2254         * device/lib/_ltoa.c: optimized codesize
2255         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2256           but don't know how to suppress the double warning.
2257         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2258         * support/Util/SDCCerr.c,
2259         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2260
2261 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2262
2263         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2264           fixed old K&R prototypes
2265         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2266         * device/lib/_gptrget.c,
2267         * device/lib/_gptrgetc.c,
2268         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2269           also new versions for small generic pointers and banked generic pointers
2270         * src/port.h: added const_name
2271         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2272         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2273         * src/SDCCcse.c (findPrevIc): check all associative operators
2274         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2275         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2276         * src/SDCCmem.c: updated comments,
2277           set far-space to 0 for pdata, results in optimized code
2278         * src/SDCCmem.h: added macro CONST_NAME
2279         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2280           moving the info into the highest bits, see also gptrget/gptrput
2281         * src/src.dsp: added sdcc.ico to project files
2282         * src/avr/gen.c (genCast): fixed bug 0x%d
2283         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2284         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2285           relation between ptr_type and DCL_TYPE,
2286           (genCast): fixed bug 0x%d
2287         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2288           (CODE)" for const_name
2289         * src/hc08/gen.c (genCast): fixed bug 0x%d
2290         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2291           (hc08_port): added "CONST (CODE)" for const_name
2292         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2293           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2294           between ptr_type and DCL_TYPE,
2295           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2296           operand* and took AOP() inside function so sfr-ness can be checked,
2297           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2298           new prototype,
2299           (genFunction, genEndFunction): optimized stack setup,
2300           (genMinus): optimized for literals with ending zeroes (in bytes),
2301           (genCast): fixed bug 0x%d
2302         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2303           (mcs51_port): added "CONST (CODE)" for const_name
2304         * src/mcs51/peeph.def: made rule 226 more generic
2305         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2306         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2307         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2308         * src/z80/main.c (z80_port): added NULL for const_name,
2309           (gbz80_port): added NULL for const_name
2310         * support/regression/tests/bug663539.c,
2311         * support/regression/tests/sfr16.c: new tests
2312
2313 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2314
2315         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2316
2317 2005-06-24 Raphael Neider <rneider AT web.de>
2318
2319         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2320           corrected typos...
2321         * device/include/pic16/signal.h: added USBIF
2322           and SIG_USB
2323
2324 2005-06-24 Raphael Neider <rneider AT web.de>
2325
2326         * device/lib/pic16/libdev/pic18f2455.c,
2327           device/include/pic16/pic18f2455.h: NEW
2328         * device/include/pic16/pic18fregs.h,
2329           device/lib/pic16/pics.all,
2330           src/pic16/device.c: added 18f2455
2331         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2332           device/include/pic16/{pic18f[68][567].h,usart.h}:
2333           replaced MULTIPLE_USARTS define with more relaible
2334           compatibility sfrs (for USART access)
2335
2336 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2337
2338         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2339           and the output asm file line is printed on two lines.
2340
2341 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2342
2343         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2344           BGT, BLE, BHI, and BLS instructions
2345         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2346           genCmpEq): removed
2347         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2348           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2349           fixes bug #1216342
2350         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2351
2352 2005-06-15 Raphael Neider <rneider AT web.de>
2353
2354         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2355         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2356         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2357           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2358           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2359
2360 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2361
2362         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2363           Marcel Telka in bug #1215704
2364
2365 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2366
2367         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2368           located in shared memory bank.
2369
2370 2005-05-31 Raphael Neider <rneider AT web.de>
2371
2372         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2373           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2374           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2375
2376 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2377
2378         * device/lib/_strncpy.c: fixed the fix
2379
2380 2005-05-26 Raphael Neider <rneider AT web.de>
2381
2382         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2383           initializers with \0, bug #1208187
2384         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2385           intializers with \0, bug #1208187
2386
2387 2005-05-26 Raphael Neider <rneider AT web.de>
2388
2389         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2390           initializers with \0, bug #1208187
2391         * src/pic16/main.c (_process_pragma): added sanity checks
2392           for stack position and size, emit warnings when appropriate
2393
2394 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2395
2396         * device/lib/_strncpy.c: fixed not filling with \0
2397
2398 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2399
2400         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2401           createFunction),
2402         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2403           compound_statement),
2404         * src/SDCCsymt.h,
2405         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2406
2407 2005-05-24 Raphael Neider <rneider AT web.de>
2408
2409         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2410
2411 2005-05-24 Raphael Neider <rneider AT web.de>
2412
2413         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2414           TRISE definitions, closes bug #1162453
2415
2416 2005-05-22 Raphael Neider <rneider AT web.de>
2417
2418         * src/pic16/main.c (_process_pragma): check for missing
2419           arguments to pragmas code and udata
2420         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2421           consistency fixes to match other headers (thanks to Jim Paris)
2422         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2423
2424 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2425
2426         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2427
2428 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2429
2430         * support/regression/tests/bug1198642.c: new test
2431         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2432         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2433         * support/scripts/resource.h,
2434         * support/scripts/resource.rc,
2435         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2436         * support/scripts/sdcc.ico: added 32x32 icon
2437
2438 2005-05-18 Raphael Neider <rneider AT web.de>
2439
2440         * device/lib/pic16/libdev/pic18f*.c,
2441         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2442           keywords to "__sfr" and "__at (X)"
2443         * device/include/pic16/pic18fregs.h: added pic18f4520
2444         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2445           #1203088 (MPLAB compatibility)
2446
2447 2005-05-17 Raphael Neider <rneider AT web.de>
2448
2449         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2450         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2451         * device/lib/pic16/pics.all: added new devices
2452         * src/pic16/device.c: added support for pic18f4520
2453
2454 2005-05-16 Raphael Neider <rneider AT web.de>
2455         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2456         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2457         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2458           convenience function for bit access
2459
2460 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2461
2462         * device/lib/printf_large.c: fixed bug 1193299
2463         * support/regression/tests/bug1057979.c: added test %3.3s
2464
2465 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2466
2467         * device/include/mcs51/8051.h,
2468         * device/include/mcs51/8052.h: made parseable with lint
2469         * device/include/mcs51/lint.h: added include file for (sp)lint
2470         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2471         * doc/cdbfileformat.lyx,
2472         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2473
2474 2005-05-14 Raphael Neider <rneider AT web.de>
2475
2476         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2477         * device/lib/pic16/libc/stdlib/itoa.c (new)
2478         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2479         * device/lib/pic16/libio/Makefile: exclude subdir according to
2480           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2481         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2482         * src/pic16/gen.c (genFunction): prevent annoying warning
2483         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2484           nameclashes on BeOS
2485         * support/cpp2/cppmain.c (cpp_output_string): new
2486         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2487           fixes bug 1116802
2488
2489 2005-05-13 Borut Razem <borut.razem AT siol.net>
2490
2491         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2492
2493 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2494
2495         * .version: changed to version 2.5.1; back to bleeding edge development
2496
2497 2005-05-11 Borut Razem <borut.razem AT siol.net>
2498
2499         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2500           generate PDF version 1.3 documents
2501
2502 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2503
2504         * .version: changed to version 2.5.0
2505
2506 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2507
2508         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2509
2510 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2511
2512         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2513         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2514         well as many smaller updates.
2515         * .version: changed to version 2.5.0-pre1
2516
2517 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2518
2519         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2520
2521 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2522
2523         * support/regression/tests/bug1185672.c: added
2524         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2525           bug 1185672
2526         * src/mcs51/gen.c (genCall): added comments, made it look safer
2527         * src/mcs51/gen.c (genEndFunction): simplified
2528
2529 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2530
2531         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2532
2533 2005-04-14 Borut Razem <borut.razem AT siol.net>
2534
2535         * fixed bug 1045046 - SIGSEGV with really simple code?:
2536           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2537           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2538
2539 2005-04-14 Borut Razem <borut.razem AT siol.net>
2540
2541         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2542           src/pic16/device.h: temporarily disabled experimental #inline pragma
2543           for 2.5.0 release
2544
2545 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2546
2547         * device/include/z80/stdio.h,
2548         * device/include/z80/string.h: removed these highly incomplete files so
2549           SDCC can use the default ones in device/include/
2550
2551 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2552
2553         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2554         gcc warning.
2555         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2556         fix sdcpp warnings.
2557
2558 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2559
2560         * device/include/malloc.h: removed redundant __reentrant prototypes
2561         * device/lib/_mullong.c: added working xstack variant in asm (C version
2562           doesn't pass regression tests)
2563         * device/lib/bpx.c: used __data and made bpx char for mcs51
2564         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2565           (createFunction): fixed bug with xstackPtr
2566         * src/SDCCcse.c: corrected comments
2567         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2568           (killDeadCode, eBBlockFromiCode): removed unused code
2569         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2570           corrected comments
2571         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2572           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2573           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2574           (genModOneByte): fixed warning in MSVC
2575         * src/mcs51/main.c (): added comments
2576         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2577
2578 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2579
2580         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2581
2582 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2583
2584         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2585
2586 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2587
2588         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2589         characters arrays of larger size than the declared one.
2590
2591 2005-04-10 Borut Razem <borut.razem AT siol.net>
2592
2593         * src/pic/gen.c (genInline),
2594           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2595           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2596           (findNextInstruction), (findPrevInstruction),
2597           (findInstructionUsingLabel),
2598           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2599         * src/pic/pcode.c (findLabel): added missing '\n'
2600         * src/src.dsp: added SDCCdwarf2.c to the project
2601
2602 2005-04-09 Borut Razem <borut.razem AT siol.net>
2603
2604         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2605
2606 2005-04-08 Raphael Neider <rneider AT web.de>
2607
2608         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2609           into the chain after a given one) and mergeDefmapSymbols (combine
2610           defmap entries for each symbol per pcode)
2611         * (createDefmap): have defmap entries merged in the end
2612         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2613           a symbol before replacing one access type's symbol, merge symbols in
2614           the end (replacement symbol might already have an entry)
2615         * (assignValnums): keep reference to written WREG intact
2616
2617 2005-04-08 Raphael Neider <rneider AT web.de>
2618
2619         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2620           Alpha)
2621
2622 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2623
2624         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2625         bytes
2626
2627 2005-04-07 Raphael Neider <rneider AT web.de>
2628
2629         * device/include/pic16/usart.h: added compatibility defines for
2630           devices with more than one USART
2631         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2632
2633 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2634
2635         * device/lib/Makefile.in: updated for port specific include
2636
2637 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2638
2639         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2640
2641 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2642
2643         * device/include/8051.h,
2644         * device/include/8052.h,
2645         * device/include/at89S8252.h,
2646         * device/include/at89c55.h,
2647         * device/include/at89x051.h,
2648         * device/include/at89x51.h,
2649         * device/include/at89x52.h,
2650         * device/include/mcs51reg.h,
2651         * device/include/reg51.h,
2652         * device/include/reg764.h,
2653         * device/include/regc515c.h,
2654         * device/include/sab80515.h: (re)moved these 12 files
2655         * device/include/mcs51/8051.h,
2656         * device/include/mcs51/8052.h,
2657         * device/include/mcs51/at89S8252.h,
2658         * device/include/mcs51/at89c55.h,
2659         * device/include/mcs51/at89x051.h,
2660         * device/include/mcs51/at89x51.h,
2661         * device/include/mcs51/at89x52.h,
2662         * device/include/mcs51/mcs51reg.h,
2663         * device/include/mcs51/reg51.h,
2664         * device/include/mcs51/reg764.h,
2665         * device/include/mcs51/regc515c.h,
2666         * device/include/mcs51/sab80515.h: and added them here
2667
2668 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * device/include/stdarg.h: changed SDCC specific keywords to double
2671           underlined form.
2672         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2673           mcs51 and ds390.
2674         * device/include/hc08/mc68hc908gp32.h,
2675         * device/include/hc08/mc68hc908jb8.h,
2676         * device/include/hc08/mc68hc908jkjl.h,
2677         * device/include/hc08/mc68hc908qy.h: fixed comments
2678         * device/include/mcs51/README: updated
2679         * device/include/mcs51/c8051f120.h: added PINRSF
2680         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2681         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2682           amidst code. Also inline is not supported.
2683
2684 2005-04-06 Raphael Neider <rneider AT web.de>
2685
2686         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2687         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2688           callers stack/frame pointers
2689
2690 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2691
2692         * device/include/pic16/usart.h: added, missing in previous commit,
2693         * device/include/pic16/adc.h: fixed typo,
2694         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2695         commit,
2696         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2697         <p18fxxx.inc>
2698         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2699         uninitialized because a bug appears with gplink
2700         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2701         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2702         complains for unrecognised option
2703
2704 2005-04-05 Raphael Neider <rneider AT web.de>
2705
2706         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2707           structs as well (using memcpy)
2708         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2709           on ISRs (GOTO has no label)
2710         * src/pic16/device.h: added OF_OPTIMIZE_DF
2711         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2712           new data flow analysis/optimization
2713         * src/pic16/pcode.c: added (prototypes for and implementation of)
2714           dataflow analysis functions, fixed pCodeInstructions' inCond and
2715           outCond values, made RCALL a branch instruction
2716         * (pic16_unlinkpCode): keep C line if possible
2717         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2718           C line moved if possible
2719         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2720         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2721           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2722         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2723           new flow)
2724         * (pic16_getJumptabpCode): NEW, needed in...
2725         * (LinkFlow): fixed handling of jumptables, calls and conditional
2726           branches
2727         * (pic16_InsertCommentAfter): NEW
2728         * (pic16_pCodeReplace): made verbose and flow preserving
2729         * (AnalyzeFlow): added call to data flow analysis
2730         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2731         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2732         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2733
2734 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2735
2736         * src/SDCCast.c (decorateType): fixed bug #1105626
2737
2738 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2739
2740         * device/include/asm/pic16/features.h,
2741         * pic18f*.h headers,
2742         * device/include/pic16/adc.h,
2743         * device/include/pic16/delay.h,
2744         * device/include/pic16/i2c.h,
2745         * device/include/pic16/malloc.h,
2746         * device/include/pic16/stdio.h,
2747         * device/include/pic16/stdlib.h,
2748         * device/include/pic16/string.h,
2749         * device/lib/pic16/libc/stdio/printf_tiny.c,
2750         * device/lib/pic16/libc/stdio/printf_small.c,
2751         * device/lib/pic16/libc/stdio/strmgpsim.c,
2752         * device/lib/pic16/libc/stdio/strmmssp.c,
2753         * device/lib/pic16/libc/stdio/strmusart.c,
2754         * device/lib/pic16/libc/stdio/vfprintf.c,
2755         * device/lib/pic16/libc/stdlib/ltoa.c,
2756         * device/lib/pic16/libc/stdlib/putchar.c,
2757         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2758         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2759         * device/lib/pic16/libc/stdlib/memchrram.c,
2760         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2761         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2762         * device/lib/pic16/libio/adc/adcbusy.c,
2763         * device/lib/pic16/libio/adc/adcread.c,
2764         * device/lib/pic16/libio/adc/adcsetch.c,
2765         * device/lib/pic16/libio/usart/ubaud.c,
2766         * device/lib/pic16/libio/usart/ubusy.c,
2767         * device/lib/pic16/libio/usart/udrdy.c,
2768         * device/lib/pic16/libio/usart/uopen.c,
2769         * device/lib/pic16/libio/usart/uputc.c,
2770         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2771         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2772         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2773         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2774         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2775         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2776         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2777         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2778         specific keywords to double underlined form,
2779         * device/lib/pic16/libc/Makefile.rules,
2780         * device/lib/pic16/libsdcc/Makefile.rules,
2781         * device/lib/pic16/libm/Makefile,
2782         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2783         to compile with C standard set in Makefile.common
2784         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2785         rand.c and crc.c in compilation process,
2786         * device/lib/pic16/libsdcc/int/divuint.c,
2787         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2788         `c' from signed to unsigned,
2789         * device/lib/pic16/startup/crt0.c,
2790         * device/lib/pic16/startup/crt0i.c,
2791         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2792         keywords to double underlined form, bug fixes in _do_cinit function
2793         which prevented the correct initialization of the .idata segment,
2794         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2795         core to enter a infinite loop
2796         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2797
2798 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2799
2800         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2801
2802 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2803
2804         * device/include/Makefile.in: add support for hc08 subdirectory
2805         * device/include/hc08/: new subdirectory
2806         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2807         Lucas Loizaga, thanks!
2808         * device/include/hc08/mc68hc908qy.h,
2809         * device/include/hc08/mc68hc908gp32.h,
2810         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2811         their own directory. Changed internal macro names to use the compiler
2812         reserved namespace. Changed SDCC specific keywords to double
2813         underlined form.
2814         * device/include/math.h,
2815         * device/include/malloc.h,
2816         * device/include/stdarg.h,
2817         * device/include/stdbool.h
2818         * device/include/string.h,
2819         * device/include/tinibios.h,
2820         * device/include/ds400rom.h,
2821         * device/include/8051.h,
2822         * device/include/8052.h,
2823         * device/include/80c51xa.h,
2824         * device/include/at89c55.h,
2825         * device/include/at89S8252.h,
2826         * device/include/at89x51.h,
2827         * device/include/at89x52.h,
2828         * device/include/ds80c390.h,
2829         * device/include/reg764.h,
2830         * device/include/regc515c.h,
2831         * device/include/sab80515.h,
2832         * device/include/mcs51/c8051f000.h,
2833         * device/include/mcs51/c8051f018.h,
2834         * device/include/mcs51/c8051f020.h,
2835         * device/include/mcs51/c8051f040.h,
2836         * device/include/mcs51/c8051f060.h,
2837         * device/include/mcs51/c8051f120.h,
2838         * device/include/mcs51/c8051f300.h,
2839         * device/include/mcs51/c8051f310.h,
2840         * device/include/mcs51/c8051f320.h,
2841         * device/include/mcs51/c8051f330.h,
2842         * device/include/mcs51/c8051f350.h,
2843         * device/include/z180.h: Changed SDCC specific keywords to double
2844         underlined form.
2845
2846 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2847
2848         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2849         18F4455,
2850         * (pic16_assignConfigWordValue): disable testing of configuration
2851         register value with config mask,
2852         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2853         function with port->fun_prefix,
2854         * (genFunction): when generating a naked interrupt function never
2855         create an absolute segment placed in interrupt vector address, place
2856         the actual interrupt function at IVA instead, when an interrupt
2857         function is generated with unspecified interrupt then do not create
2858         the absolute section,
2859         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2860         code for generating a call to generic pointer get/put function with
2861         a call to function pic16_callGenericPointer(),
2862         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2863         the call to the generic pointer get/put functions with prefixing the
2864         function name with port->fun_prefix,
2865         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2866         * src/pic16/main.c (_process_pragma): prefix function with
2867         port->fun_prefix,
2868         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2869         calling assembler, old 18Fxxxx macro is deprecated,
2870         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2871         PC_ASMDIR in while condition,
2872         * (findInstruction): add PC_ASMDIR in while condition,
2873         * (buildCallTree): prefix main with port->fun_prefix,
2874         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2875         identifier for variable with banked access in instructions BTFSS,
2876         BTFSC, BCF, BSF, BTG
2877         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2878         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2879         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2880         perform optimization when enviroment variable NO_REG_OPT is set,
2881         * (insideLRBlock): NEW, return 1 if register is inside an
2882         INF_LOCALREGS block,
2883         * (RemoveRegFromLRBlock): remove a register that is completely
2884         eliminated by register optimization, but it is still left in local
2885         register store/restore in/from stack block,
2886         * (Remove2pcodes): after removing register, check to see if it
2887         should be removed from local register store/restore in/from stack
2888         block,
2889         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2890         DUMMY_READ_VOLATILE,
2891
2892         * device/include/pic16/adc.h: minor prototype modifications and
2893         update,
2894         * device/include/pic16/malloc.h: added GPL notice various
2895         modifications,
2896         * device/include/pic16/stdint.h: NEW, standard header for ints
2897         * device/include/pic16/delay.h: NEW, header for delay functions,
2898         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2899         delay1mtcy,
2900         * device/include/pic16/signal.h: NEW, header providing helper macros
2901         for implementing signal handlers,
2902         * device/include/pic16/stdio.h: added prototypes for functions,
2903         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2904         prototypes for stdin and stdout, added macro PUTCHAR to
2905         automatically implement putchar function prototype,
2906         * device/include/pic16/usart.h: modified and updated USART library,
2907         * device/lib/pic16/libio/adc/,
2908         * device/lib/pic16/libio/i2c: some modifications to improve library
2909         performance,
2910         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2911         family of functions,
2912         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2913         family of functions and other sources,
2914         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2915         of the PIC18Fxx[28] devices,
2916         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2917         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2918         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2919         _do_cinit function, because the previous failed when local variables
2920         where not placed in the same memory bank,
2921         * device/lib/pic16/libsdcc/char/: various modifications to improve
2922         library performance,
2923         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2924         information on the new functions of the c library and more...
2925
2926 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2927
2928         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2929
2930 2005-03-26 Raphael Neider <rneider AT web.de>
2931
2932         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2933           if condition == CARRY)
2934         * (genCmp): adapted to new genSkipc semantics
2935         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2936           on rIfx (genCmp was broken)
2937
2938 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2939
2940         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2941         * src/z80/main.c (_keywords[]),
2942         * src/SDCCglobal.h (struct options),
2943         * src/SDCC.y,
2944         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2945         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2946         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2947         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2948         always available in leading double underscore form. The C99 support is
2949         mostly missing, but it's a start.
2950         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2951         reserved identifier "__data".
2952
2953 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2954
2955         * src/mcs51/peeph.def: fixed bug 1170013
2956
2957 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2958
2959         * device/include/mcs51reg.h: fixed bug 842007
2960
2961 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2962
2963         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2964         last time.
2965
2966 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2967
2968         * src/port.h (struct PORT),
2969         * src/avr/ralloc.c (avr_assignRegisters),
2970         * src/avr/main.c,
2971         * src/ds390/ralloc.c (ds390_assignRegisters),
2972         * src/ds390/main.c,
2973         * src/hc08/ralloc.c (hc08_assignRegisters),
2974         * src/hc08/main.c,
2975         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2976         * src/mcs51/main.c,
2977         * src/pic/ralloc.c (pic14_assignRegisters),
2978         * src/pic/main.c,
2979         * src/pic16/ralloc.c (pic16_assignRegisters),
2980         * src/pic16/main.c,
2981         * src/xa51/ralloc.c (xa51_assignRegisters),
2982         * src/xa51/main.c,
2983         * src/z80/ralloc.c (z80_assignRegisters),
2984         * src/z80/ralloc.h,
2985         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2986         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2987         * src/SDCCcse.h,
2988         * src/SDCCdflow.c (computeDataFlow),
2989         * src/SDCCdflow.h,
2990         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2991         * src/SDCCloop.h,
2992         * src/SDCCcflow.c (*),
2993         * src/SDCCcflow.h,
2994         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2995         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2996         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2997         immedDom() returning wrong block; probably fixes bug #1160833)
2998
2999 2005-03-20 Borut Razem <borut.razem AT siol.net>
3000
3001         * support/scripts/inc2h.pl: WIN32 port
3002
3003 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3004
3005         * device/lib/makefile.in: added abs.c and labs.c
3006
3007 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3008
3009         * device/include/stdint.h: added
3010         * device/lib/abs.c: added
3011         * device/lib/labs.c: added
3012         * device/include/stdlib.h: added abs() and labs() prototypes
3013         * device/lib/libsdcc.lib: added abs and labs
3014         * device/include/float.h,
3015         * device/lib/_fsmul.c,
3016         * device/lib/printf_fast.c,
3017         * device/lib/printf_tiny.c: updated comments
3018
3019 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3020
3021         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3022         bug #1164313
3023
3024 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3025
3026         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3027         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3028
3029 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3030
3031         * device/lib/printf_large.c: removed inline assembly for portability and
3032           readability. Use printf_fast if speed or size are more important.
3033         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3034         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3035
3036 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3037
3038         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3039         prevent compiler warning
3040
3041 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3042
3043         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3044         moved to level 0 and declared as static. Also they are explicit
3045         placed in access bank. This was necessery because some times they
3046         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3047         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3048         optimizations. Currently only compare to unsigned char is implemented,
3049         * src/pic16/gen.c: added fReturnIdx array,
3050         * (struct resolvedIfx) is moved to gen.h and made public,
3051         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3052         * (aopForSym): added an optimization to directly store in stack of
3053         the operand of a SEND iCode,
3054         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3055         but as registers instead (AOP_REG) using the fReturnIdx array,
3056         * (pic16_freeAsmop): remove the freed register from the
3057         _G.sregsAlloc field,
3058         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3059         a compare of 'WREG',
3060         * (pic16_popGetTempRegCond): changed function prototype, now
3061         function takes also a bitVector argument v which holds the current
3062         set of registers that are allocated for stack access by aopForSym,
3063         registers allocated in aopForSym for accessing stack symbols are not
3064         any more part of the functions usedRegs field,
3065         * (genCall): some times aopOp is called for a stack variable to be
3066         send, aopForSym might perform the push, if this is true make sure
3067         that genCall doesn't push the variable twice by testing _G.resDirect,
3068         * (genFunction): changed testing for unspecified interrupt number
3069         from 256 to INTNO_UNSPEC,
3070         * modified selection scheme of frame pointer generation. Previously
3071         if function did use local registers a frame pointer was generated,
3072         now a frame pointer is generated only if function has arguments
3073         (that need PLUSW2 register access), or has stack arguments, or the
3074         compiler is not instructed to omit the frame pointer,
3075         * (genEndFunction): before restoring local registers that were saved
3076         in the function preamble, also restore the registers that *might*
3077         have been allocated for stack access,
3078         * (genRet): removed some old comments,
3079         * (genCmp, the active (RN's) version): added a call to the
3080         pic16_genCmp_special function to perform the compare with a more
3081         robust and optimized way,
3082         * (genInline): a feature has been added in inline code generation,
3083         which allows a wildcard variable substitution when writing inline
3084         assembly. Code is incomplete and experimental therefore undocumented,
3085         * (genCast): changed order of aopOp for result and right to allow
3086         aopForSym to directly load the result if possible,
3087         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3088         perform an optimized compare on some selected special occasions,
3089         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3090         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3091         generate an IVT any more,
3092         * src/pic16/main.c (pic16_optionsTable): added command line option
3093         --optimize-cmp,
3094         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3095         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3096         macros,
3097         * src/pic16/NOTES: Raphael Neider added in list of active developers
3098         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3099         jumptable_end to prevent bug #,
3100         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3101         inCond and outCond fields,
3102         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3103         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3104         turn off register spilling,
3105         * (packRegsForOneUse): synced with other ports' versions although it
3106         is not used currently,
3107         * (pic16_packRegisters): added an optimization while reading
3108         structure bitfields, some registers may be saved (malloc code is
3109         decreased by 80 bytes)
3110
3111 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3112
3113         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3114         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3115         this can be optimized more?
3116
3117 2005-03-10 Raphael Neider <rneider AT web.de>
3118
3119         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3120           genNearPointerGet): (hopefully) fixed access to bitfields via
3121           pointers (p->bitN = x; and x = p->bitN; failed)
3122
3123 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3124
3125         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3126
3127 2005-03-09 Raphael Neider <rneider AT web.de>
3128
3129         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3130
3131 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3132
3133         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3134         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3135           (regTypeNum): set REG_BIT type if necessary
3136         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3137         * support/regression/tests/critical.c: check bug 1144613
3138
3139 2005-03-02 Raphael Neider <rneider AT web.de>
3140
3141         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3142
3143 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3144
3145         * src/avr/ralloc.c (serialRegAssign),
3146         * src/ds390/ralloc.c (serialRegAssign),
3147         * src/hc08/ralloc.c (serialRegAssign),
3148         * src/mcs51/ralloc.c (serialRegAssign),
3149         * src/pic/ralloc.c (serialRegAssign),
3150         * src/pic16/ralloc.c (serialRegAssign),
3151         * src/xa51/ralloc.c (serialRegAssign),
3152         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3153
3154 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3155
3156         * src/SDCCast.c (decorateType): fixed bug 1124787
3157
3158 2005-02-20 Hubert Sack <sack AT digiplan.de>
3159         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3160
3161         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3162         patch #1121755
3163
3164 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3165
3166         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3167         to keep the correct label reference count when adding/removing references
3168         to labels. A peephole file using this is appended to patch #1144962.
3169
3170 2005-02-14 Raphael Neider <rneider AT web.de>
3171
3172         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3173         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3174         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3175           retrievals of result operand's value on assignment
3176
3177 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3178
3179         * device/include/pic16/string.h: modified prototype for memccpy()
3180         to memccpy(void *, void *, char, size_t)
3181         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3182         check whether to omit frame pointer or not,
3183         * (genInline): convert all occurences of "\n" to LF in inline
3184         assembler blocks, this helps formatting the inline text,
3185         * (pic16_loadFSR0): modified prototype,
3186         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3187         removed some 8051 legacy code,
3188         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3189         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3190         before allocating temporary registers in functions,
3191
3192 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3193
3194         * support/regression/tests/bitvars.c: corrected the "fix"
3195
3196 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3197
3198         * support/regression/tests/bitvars.c,
3199         * support/regression/tests/bitwise.c,
3200         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3201
3202 2005-02-10 Raphael Neider <rneider AT web.de>
3203
3204         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3205           different size for Alpha
3206         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3207
3208 2005-02-09 Raphael Neider <rneider AT web.de>
3209
3210         * src/SDCC.lex(doPragma) : save and restore warning options as well
3211           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3212         * have #pragma less_pedantic set the errorlevel to WARNING
3213           (fixes #1117001)
3214         * (cloneOptimize) : fixed wrong malloc's size
3215         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3216           facilitate correct handling of #pragma (save|restore)
3217
3218 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3219
3220         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3221
3222 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3223
3224         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3225
3226 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3227
3228         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3229
3230 2005-02-02 Raphael Neider <rneider AT web.de>
3231
3232         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3233         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3234         * (pic16_storeForReturn): fixed to allow returning function pointers
3235         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3236         * device/include/pic16/{stddef.h,stdbool.h}: added
3237
3238 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3239
3240         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3241
3242 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3243
3244         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3245         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3246          appeared to be required
3247
3248 2005-01-31 Borut Razem <borut.razem AT siol.net>
3249
3250         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3251           include/mcs51 and include/z80 directories to the package
3252
3253 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3254
3255         * src/hc08/gen.c (genFunction): fixed bug #1112752
3256
3257 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3258
3259         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3260
3261 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3262
3263         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3264
3265 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3266
3267         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3268
3269 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3270
3271         * device/include/c8051fxxx.h: removed these 6 files
3272         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3273
3274 2005-01-26 Raphael Neider <rneider AT web.de>
3275
3276         * src/pic16/gen.c (genAssign): fixed assignment from longs
3277           in codespace (were cut to three bytes)
3278         * (genDummyRead): implemented (except for CODESPACE...),
3279           fixed bug #1108575
3280         * src/pic16/glue.c (emitStatistics): beautified
3281         * device/lib/pic16/libm/Makefile: added include path
3282
3283 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3284
3285         * src/z80/gen.c (aopPut): fixed bug #1103902
3286
3287 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3288
3289         * device/lib/expf.c: fixed bug #1095792
3290
3291 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3292
3293         * device/lib/pic16/libm: added Math library sources
3294
3295 2005-01-24 Raphael Neider <rneider AT web.de>
3296
3297         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3298           to enable upcast to pCodeOpReg2 (there is no type tag to
3299           differenciate the two and pic16_popGet2p cast into PCOR2)
3300         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3301           (sizeof(sectNames) changed to sizeof(sectName))
3302           Both patches fix segfaults under MinGW.
3303
3304 2005-01-23 Raphael Neider <rneider AT web.de>
3305
3306         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3307           Safe_[mc]?alloc()'ed variables
3308         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3309           of (byte sized) temporaries (assign them to WREG for now)
3310         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3311           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3312           this might fix SIGSEGVs on MinGW...
3313         * src/SDCCopt.c (killDeadCode): restored original behaviour
3314           (volatile operands might get thrown away though)
3315
3316 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3317
3318         * src/pic16/gen.c: fixed bug #1106975,
3319         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3320         pointer update, INTCON is saved, global interrupts are disabled and
3321         restored after updateing TOS.
3322         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3323         * added function attribute 'shadowregs' to take advantage of shadow
3324         registers,
3325         * added function attribute 'wparam' as an alternative to the wparam
3326         pragma,
3327         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3328         user declares a non-ISR function as 'shadowregs',
3329         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3330
3331 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3332
3333         * .version: bumped version number to 2.4.8
3334         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3335         pic16 port,
3336         * device/lib/pic16/libio/i2c/: I2C module support library,
3337         * device/include/pic16/i2c.h: I2C support library header,
3338         * device/lib/pic16/libc/stdio/: standard IO support sources,
3339         * (printf_small.c): printf_small() source, supports float print,
3340         * (printf_tiny.c): printf_tiny() source, does not support floats,
3341         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3342         enable global optimizations for entire library source, other
3343         Makefiles in the source tree are also modified to reflect this,
3344         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3345         function,
3346         * doc/sdccman.lyx: updated to reflect new changes,
3347         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3348         sym->onStack if-case,
3349         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3350         sbit, idata, _idata, xdata, _xdata,
3351         * added pragma library, to link an external library, (see doc),
3352         * removed command line options, --pomit-config-words, --pomit-ivt,
3353         --pleave-reset-vector,
3354         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3355         when calling assembler to reflect memory model used, also define
3356         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3357         reflect stack model used,
3358         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3359         on stack return NULL,
3360
3361 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3362
3363         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3364           of the operands is volatile. Fixes #1020220
3365
3366 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3367
3368         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3369         * (OptimizeRegUsage): make sure that there is really no other flow where
3370           the first pCode is used
3371
3372 2005-01-22 Raphael Neider <rneider AT web.de>
3373
3374         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3375           to fix #1106967 (pCode->seq are not set up correctly)
3376
3377 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3378
3379         * src/SDCCglue.c (glue): make sure code area is declared before the
3380         static initialization area.
3381
3382 2005-01-21 Raphael Neider <rneider AT web.de>
3383
3384         * device/lib/Makefile.in: fixed test for pic16 install dir
3385         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3386           optimizations
3387         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3388           added --optimize-goto compiler switch and pragma wparam documentation
3389         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3390         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3391           and PRODH closing bug #1071770 (peephole optimizer)
3392
3393 2005-01-19 Raphael Neider <rneider AT web.de>
3394
3395         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3396           cmdLine buffers (used when calling sdcpp...) are large enough
3397           (MAX_PATH=256 truncates arguments leading to system halts when
3398           used in MinGW...)
3399         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3400         * (genUminus): rewritten to for efficiency
3401         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3402           used uninitialized in some cases)
3403         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3404           copy the third byte from the int -- now assumes 0x80 (data memory)
3405         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3406           operands (genAddLit expects the iCode's operands to swapped as
3407           well), fixed leftover bytes (crashed for short left operands)
3408         * (pic16_genMinusDec): performance improvements, removed false
3409           PIC14 emitSKPNCs
3410         * (pic16_genMinus): fixed to cope with differently sized operands
3411         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3412           for --obanksel > 1
3413         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3414         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3415           new banksel optimization
3416         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3417           analysis for temporary registers (segfaults...)
3418         * src/pic16/peeph.def: added rule
3419
3420 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3421
3422         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3423         which converts a float number to its ASCII representation
3424         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3425         functions to convert the fractional and integer part of a float to ASCII,
3426         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3427         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3428         ram
3429         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3430         _STATMEM macros,
3431         * device/include/pic16/adc.h: added GPL info,
3432         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3433         a pCodeOp as tested operand,
3434         * (genNearPointerGet): optimized bit testing, does not use
3435         intermediate register for bit value, test directly instead with
3436         BTFSS, BTFSC, works only for single bits,
3437         * (genpic16Code): dump the name of the iCode in the asm,
3438         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3439         renamed to pic16_decodeOp,
3440         * (serialRegAssign): do not allocate a temporary register for iCode
3441         sequences that test a single bit for 1/0
3442
3443 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3444
3445         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3446         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3447         access stack and frame pointers. They are initially assigned to
3448         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3449         accessing SFRs. Updated all occurences of modification of stack or
3450         frame pointer in gen.c and pcode.c,
3451         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3452         assigning of a literal value to pointers,
3453         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3454         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3455         selected
3456
3457 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3458
3459         * doc/sdccman.lyx: update documentation about stack pragma, added
3460         some info for stack memory models
3461
3462 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3463
3464         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3465
3466 2005-01-08 Raphael Neider <rneider AT web.de>
3467
3468         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3469           udata sections to fix bug #1097823
3470
3471 2005-01-05 Raphael Neider <rneider AT web.de>
3472
3473         * src/pic16/gen.c (genGenericShift): added handling of differently
3474           sized left operand and result
3475
3476 2005-01-04 Raphael Neider <rneider AT web.de>
3477
3478         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3479         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3480           to hold the condition bit)
3481         * added new version of genCmp (old code available via #define)
3482         * added new version of genShiftLeft/genShiftRight in a generic
3483           way, now supports shifting by negative values
3484         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3485           shiftCount (expected by genGenericShift)
3486         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3487         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3488           dump
3489         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3490           is an invalid literal too...)
3491
3492 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3493
3494         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3495         from Raphael Neider,
3496         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3497         for 8-bit literals. This fixes some literal operands which are sign
3498         extended to 16-bits ints when instruction needs only 8-bits.
3499
3500 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3501
3502         * device/lib/logf.c: added mcs51 assembly version
3503         * device/lib/expf.c: added mcs51 assembly version
3504         * device/lib/_logexpf.c: new shared asm code for expf and logf
3505         * device/include/math.h: add defines for assembly math library
3506         * device/lib/Makefile.in: build new _logexpf.c
3507         * device/lib/libfloat.lib: use new _logexpf.c
3508
3509 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3510
3511         * src/pic/device.c
3512         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3513           device types which have less than 0x7f registers.
3514
3515 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3516
3517         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3518
3519 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3520
3521         * device/lib/printf_fast.c: only build on supported arch.
3522         * device/lib/printf_tiny.c: only build on supported arch.
3523         * device/lib/printf_fast_f.c: only build if asm float lib
3524         * device/lib/_fsget1arg.c: only build if asm float lib
3525         * device/lib/_fsget2args.c: only build if asm float lib
3526         * device/lib/_fsnormalize.c: only build if asm float lib
3527         * device/lib/_fsreturnval.c: only build if asm float lib
3528         * device/lib/_fsrshift.c: only build if asm float lib
3529         * device/lib/_fsswapargs.c: only build if asm float lib
3530         * device/include/stdio.h: don't provide print_fast,
3531           print_fast_f, print_tiny prototypes if --xstack used
3532
3533 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3534
3535         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3536         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3537           to the SOURCES
3538
3539 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3540
3541         * device/lib/printf_fast_f.c: same as printf_fast, but
3542           with floating point enabled
3543         * device/lib/printf_fast.c: minor tweaks
3544         * device/include/stdio.h: add printf_fast_f
3545
3546 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3547
3548         * src/SDCCmain.c: make --float-reent default for mcs51
3549         * device/lib/_fsadd.c: added mcs51 assembly version
3550         * device/lib/_fssub.c: added mcs51 assembly version
3551         * device/lib/_fsmul.c: added mcs51 assembly version
3552         * device/lib/_fsdiv.c: added mcs51 assembly version
3553         * device/lib/_fseq.c: added mcs51 assembly version
3554         * device/lib/_fsneq.c: added mcs51 assembly version
3555         * device/lib/_fsgt.c: added mcs51 assembly version
3556         * device/lib/_fslt.c: added mcs51 assembly version
3557         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3558         * device/lib/Makefile.in: add _fscmp to build
3559         * device/lib/libfloat.lib: add _fscmp to build
3560
3561 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3562
3563         * device/lib/_fs2slong.c: added mcs51 assembly version
3564         * device/lib/_fs2sint.c: added mcs51 assembly version
3565         * device/lib/_fs2schar.c: added mcs51 assembly version
3566         * device/lib/_fs2ulong.c: added mcs51 assembly version
3567         * device/lib/_fs2uint.c: added mcs51 assembly version
3568         * device/lib/_fs2uchar.c: added mcs51 assembly version
3569         * device/lib/_slong2fs.c: added mcs51 assembly version
3570         * device/lib/_sint2fs.c: added mcs51 assembly version
3571         * device/lib/_schar2fs.c: added mcs51 assembly version
3572         * device/lib/_ulong2fs.c: added mcs51 assembly version
3573         * device/lib/_uint2fs.c: added mcs51 assembly version
3574         * device/lib/_uchar2fs.c: added mcs51 assembly version
3575         * device/include/float.h: added #define to select asm vs c
3576
3577 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3578
3579         * device/lib/printf_fast.c: improvements to float output
3580         * device/include/float.h: add defines for assembly float library
3581         * device/lib/_fsget1arg.c: receive 1 float arg
3582         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3583         * device/lib/_fsnormalize.c: normalize a float
3584         * device/lib/_fsreturnval.c: return float, various helper routines
3585         * device/lib/_fsrshift.c: right shift a float's mantissa
3586         * device/lib/_fsswapargs.c: swap 2 floats
3587         * device/lib/Makefile.in: build these 6 new files for mcs51
3588         * device/lib/libfloat.lib: add these 6 files to the library
3589
3590 2004-12-26 Borut Razem <borut.razem AT siol.net>
3591
3592         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3593           built by gcc 3.4.2
3594
3595 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3596
3597         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3598           and fully reentrant and register bank neutral.
3599         * device/lib/printf_fast.c: added float (not enabled by default),
3600           added compact/slower integer (also not enabled by default),
3601           improved size/speed of fast integer code, other minor changes
3602         * device/include/stdio.h, device/lib/Makefile.in,
3603           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3604
3605 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3606
3607         * src/pic16/pcode.c: declaring variables other than at the start of a
3608           block is not supported in C by VC6.
3609
3610 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3611
3612         * applied a previous patch from Raphael Neider that wasn't included
3613         in the previous commits, which fixes infinite loops within jumptable
3614         improvements,
3615         * made some fixes that previous patches introduced
3616
3617 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3618
3619         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3620         that fixes an issue with AOP_PCODE asmop's offset,
3621         * (pic16_popCopyReg): update instance field too,
3622         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3623         function of pic port,
3624         * (genCmp, genAnd, genAssign),
3625         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3626
3627 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3628
3629         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3630         variables initial values to idata section,
3631         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3632         variables in some functions. This utilizes parmBytes field of iCode
3633         structure to hold the offset of the variable in stack. (might be
3634         able to use the stack field too?)
3635         * applied patch from Raphael Neider # ### , # ###
3636         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3637         variable initial values in idata section,
3638         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3639         for static variables with initial value
3640         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3641         applied fix in while loop from Raphael Neider.
3642
3643 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3644
3645         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3646         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3647         * src/ds390/ralloc.c (serialRegAssign): spill bits
3648         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3649         * support/Util/SDCCerr.c,
3650         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3651         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3652         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3653
3654 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3655
3656         * device/include/sdcc-lib.h: inserted LGPL, added includes
3657           asm/ds390/features.h and asm/mcs51/features.h
3658         * device/include/asm/default/features.h,
3659         * device/include/asm/gbz80/features.h,
3660         * device/include/asm/z80/features.h: added empty _AUTOMEM
3661           and _STATMEM
3662         * device/include/asm/ds390/features.h,
3663         * device/include/asm/mcs51/features.h: added files with defines for
3664           _AUTOMEM and _STATMEM indicating automatic and static storage class
3665         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3666         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3667         * src/SDCCicode.c (geniCodeCast),
3668         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3669         * src/SDCCloop.c (loopInduction): removed unused variable lr
3670         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3671           to convertToFcall to include char modulo (RFE 1065037), added check
3672           if left operand is unsigned and use abs of literal value
3673         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3674           as it doesn't work after conversion from peephole.def to peephole.rul
3675         * src/mcs51/gen.c (toBoolean): added check for size,
3676           (genModOneByte): optimized code for signed char modulo a literal
3677           power of 2 (thanks to Hubert Sack),
3678           (genRRC): removed unnecessary "clr c",
3679           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3680         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3681           jump optimization,
3682           swapped rules 256.c and 256.d,
3683           extended 256.d by using new multiple checks (thanks Erik),
3684           added rules 256.e and 256.f,
3685           updated rule 261.a and 261.b to new generated code
3686         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3687
3688 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3689
3690         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3691           induction related bugs, including first part of bug #1074377
3692
3693 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3694
3695         * applied patch from bug-report #1076292,
3696         * applied patches for genAnd and Goto-optimizations for Raphael
3697         Neider,
3698         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3699         dump a less iCode information,
3700         * src/pic16/device.h (pic16_options_t): added field debgen,
3701         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3702         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3703         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3704         puclic,
3705         * (various functions): added macros FENTRY and FENTRY2 to functions,
3706         to emit function prologue,
3707         * (various functions): fixed indentation,
3708         * (genNearPointerGet): fixed loading of FSR0,
3709         * (genPackBits): applied patch from Raphael Neider to fix updating
3710         of FSR0 and touching only the modified bits,
3711         * src/pic16/genarith.c (various functions): added macros FENTRY to
3712         emit function prologue in comments,
3713         * src/pic16/pcode.h: added functions debugf2, debugf3,
3714         * src/pic16/ralloc.c: partial fix for packForPush caused
3715         segmentation fault,
3716
3717 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3718
3719         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3720           <stsp AT users.sourceforge.net> with reversed byte order
3721         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3722
3723 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3726           bug #1074377
3727         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3728         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3729
3730 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3731
3732         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3733
3734 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3735
3736         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3737           conditions,
3738           (setFromConditionArgs): friendly operand parser for peephole rules,
3739           (operandBaseName, operandsNotRelated): new peephole condition
3740           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3741           architecture specific register naming into account, handles n-way
3742           comparisons, and supports quoted literals
3743         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3744
3745 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3746
3747         * src/mcs51/peeph.def: fixed bug #1076940
3748
3749 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3750
3751         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3752
3753 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3754
3755         Adding support for replacing ljmps with sjmps in jumptables
3756         generated for switch statements. For now you need to set the
3757         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3758         Now 4 algorithms for mcs51 jumptable generation are used:
3759         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3760         addresses loaded pc-relative for up to 112 cases and stack-pushing
3761         target addresses loaded with offset from dptr for up to 256 cases.
3762
3763         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3764         * src/mcs51/main.c: adapted constants for switch table generation
3765         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3766
3767 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3768
3769         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3770         * support/regression/tests/bug1057979.c: added test for bug 1073386
3771
3772 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3773
3774         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3775         compilers
3776
3777 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3778
3779         * src/pic16/device.h,
3780         * src/pic16/genarith.c,
3781         * src/pic16/glue.c,
3782         * src/pic16/main.c,
3783         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3784
3785 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3786
3787         Large cummulative patch for pic16 port.
3788         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3789         to call when a stack overflow occurs,
3790         * (malloc.h): added CVS Id tag,
3791         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3792         variable,
3793         * added libc directory. The current version of LibC contains string
3794         functions, ctype functions and macros and some functions of the
3795         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3796         be extensively tested in the future. Standard disclaimer here.
3797         Library is not automatically build yet. But one can build it by
3798         invoking 'make' inside the libc directory.
3799         * added ADC library under libio. Preliminary version yet.
3800
3801         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3802         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3803         aopForRemat() now and not by pic16_aopOp(),
3804         * (pic16_popGetTempReg): removed warning messgae when allocating
3805         temporary registers, its a buggy feature and will be removed,
3806         * (pic16_popGet): set register instance field in AOP_CRY,
3807         * (pic16_outBitC): fixed for results in size greater than 1,
3808         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3809         * (pic16_storeForReturn): optimized return of 0,
3810         * (genCmp): experimental code for new genCmp which uses PIC18's
3811         special compare&skip instructions. Initial tests fail some times
3812         with variables grater than 1 byte in size, so new code is disabled,
3813         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3814         a single bit,
3815         * (genCast): began a fix to optimize the casting of a bit to another
3816         bit, now assigning a bitfield to another bitfield will fail, sorry,
3817         * src/pic16/main.c: disabled the use of lr-support feature,
3818         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3819         * added some function prototypes, added function _debugf prototype,
3820         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3821         bits with offset (case PO_GPR_BIT),
3822         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3823         command line,
3824         * (isBankInstruction): modified to return 0 for no banking instruction,
3825         and 1 for banking instruction,
3826         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3827         caused stop processing pCodes after a inline assembly block,
3828         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3829         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3830         registers when it shouldn't,
3831         * src/pic16/ralloc.c (allocReg): add preliminary support for
3832         supporting a limited set of temporary registers,
3833
3834 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3835
3836         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3837           genDataPointerSet): ensure assignments always copy in MSB to LSB
3838           order,
3839           (loadRegFromAop): recognize CLRH optimization,
3840           (genFunction): optimize RECEIVE iCodes in reentrant functions
3841
3842 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3843
3844         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3845           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3846           selected.
3847         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3848         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3849           contiguous with data
3850
3851 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3852
3853         * device/lib/_gptrget.c (_gptrget),
3854         * device/lib/_gptrgetc.c (_gptrgetc),
3855         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3856           instead of sjmp to ret
3857         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3858           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3859
3860 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3861
3862         * .version: bumped version to 2.4.7
3863         * device/lib/_gptrget.c (_gptrget): is now _naked
3864         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3865         * device/lib/_gptrput.c (_gptrput): is now _naked
3866         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3867           (createFunction): fixed xstack
3868         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3869         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3870           or bit either,
3871           (geniCodeCritical): store original interrupt state in an iTemp bit
3872           var unless stack-auto
3873         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3874         * src/SDCCmain.c (setIncludePath): added include/target to search path
3875         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3876         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3877           prototype,
3878           (processFuncArgs): put bit vars in bit area
3879         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3880           unsaveRBank): fixed xstack,
3881           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3882           (genFunction, genEndFunction): fixed xstack,
3883           (genAssign): optimization don't walk backwards through mem
3884         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3885         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3886         * support/regression/Makefile: also make library (for stack-auto) when
3887           making "all" and added "test-mcs51-xstack-auto"
3888         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3889         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3890         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3891         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3892         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3893           make-library by MAKE_LIBRARY
3894         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3895           regression tests for xstack
3896         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3897         * support/regression/tests/critical.c: test for critical on mcs51
3898
3899 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3900
3901         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3902           built version of sdcc instead of installed version
3903
3904 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3905
3906         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3907         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3908           vprintf.c now
3909         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3910         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3911           WARNING: remove device/lib/build/z80/printf.o by hand when
3912           updating from previous build!
3913         * device/lib/z80/printf.c: updated comment
3914         * support/regression/tests/bug1057979.c: test all ports now
3915         * support/regression/tests/bug1065458.c: file added
3916
3917 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3918
3919         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3920           *_start and *_end symbols for static functions
3921
3922 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3923
3924         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3925           and search crt0.o in all library paths,
3926           (setIncludePath): proper handling of --nostdinc,
3927           (setLibPath): proper handling of --nostdlib
3928         * support/regression/Makefile,
3929         * support/regression/ports/ds390/spec.mk,
3930         * support/regression/ports/gbz80/spec.mk,
3931         * support/regression/ports/hc08/spec.mk,
3932         * support/regression/ports/mcs51/spec.mk,
3933         * support/regression/ports/mcs51-large/spec.mk,
3934         * support/regression/ports/mcs51-stack-auto/spec.mk,
3935         * support/regression/ports/z80/spec.mk: use include and lib files from
3936           built version of sdcc instead of installed version
3937         * doc/sdccman.lyx: fixed typo in --nostdinc
3938
3939 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3940
3941         * src/pic/pcode.c,
3942         * src/pic/device.c,
3943         * src/pic/ralloc.c,
3944         * src/pic/gen.c : added support to generate code for struct bit fields.
3945
3946 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3947
3948         * as/xa51/xa_version.h,
3949         * device/include/errno.h,
3950         * device/include/regc515c.h,
3951         * device/lib/_itoa.c,
3952         * device/lib/_ltoa.c,
3953         * device/lib/ser_ir_cts_rts.c,
3954         * sim/ucsim/xa.src/glob.cc,
3955         * sim/ucsim/xa.src/inst_gen.cc,
3956         * sim/ucsim/xa.src/xa_bit.cc,
3957         * sim/ucsim/xa.src/xa_sfr.cc,
3958         * sim/ucsim/z80.src/inst_dd.cc,
3959         * sim/ucsim/z80.src/inst_fdcb.cc,
3960         * support/scripts/keil2sdcc.pl,
3961         * src/pic16/pic16.dsp,
3962         * src/pic16/pic16a.dsp: corrected cvs line endings
3963         * device/lib/printf_large.c: fixed bug 1057979
3964         * src/pic16/gen.c: fixed non-C standard code
3965         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3966         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3967         * support/regression/ports/mcs51/support.c: reload T1 asap
3968         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3969           pdata use and clear idata startup behaviour
3970         * support/regression/tests/bug1057979.c: added
3971
3972 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3973
3974         * device/examples/ds390/ow390/ad26.h,
3975         * device/examples/ds390/ow390/cnt1d.h,
3976         * device/examples/ds390/ow390/crcutil.c,
3977         * device/examples/ds390/ow390/ownet.h,
3978         * device/examples/ds390/ow390/owsesu.c,
3979         * device/examples/ds390/ow390/swt12.h,
3980         * device/examples/ds390/ow390/swtoper.c,
3981         * device/examples/ds390/ow390/temp10.h,
3982         * device/examples/ds390/ow390/thermodl.c,
3983         * device/examples/ds390/tinitalk/tinitalk.dsp,
3984         * device/examples/ds390/tinitalk/tinitalk.dsw,
3985         * device/examples/mcs51/clock/hw.h,
3986         * device/examples/mcs51/simple2/go.bat,
3987         * device/examples/serialcomm/windows/serial.h,
3988         * device/examples/xa51/dummy.c,
3989         * device/examples/xa51/hello.c,
3990         * device/include/80c51xa.h,
3991         * device/include/at89x051.h: corrected cvs line endings
3992
3993 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3994
3995         * src/pic16/main.c (options): added command line --gstack, to trace
3996         stack over/under flows,
3997         * added pragma 'wparam' to allow passing first byte of function
3998         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3999         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4000         call to __gstack_test function and sets up the symbol as extern,
4001         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4002         * popaop): added call to pic16_testStackOverflow,
4003         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4004         wparamList list,
4005         * (genCall, genPcall): now all parameters are passed via stack
4006         except in functions that are pass to wparam pragma in which WREG is
4007         used too,
4008         * (genPcall): REENTRANT flag is checked to see if variable prototype
4009         contains reentrant keyword, don't call a non-reentrant function, via
4010         a reentrant function pointer or vice versa, functions are never
4011         passed via WREG,
4012         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4013         D.Winkler,
4014         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4015         SIGSEGV when accessing a NULL register stucture,
4016         * (pic16_printGPointerType): modified to handle UPPER modifier for
4017         function initializers, changed prototype of function to simpler one,
4018         * (pic16_printIvalFuncPtr): check to see if function is already
4019         added in externs list,
4020         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4021         optimized a move from W to SFR with a move to the same register
4022         later after a CALL,
4023         * device/lib/pic16/debug: NEW directory, contains debug features
4024         which are enabled when linking with libdebug.lib, currently command
4025         line option --gstack enables stack pointer tracing for over/under
4026         flow, corresponding sources are in debug/gstack
4027
4028 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4029
4030         * doc/sdccman.lyx: updated SDCC version,
4031         * (PIC16 port): update list of command line options,
4032         * src/pic16/device.h (structure pic16_options_t): added field gstack
4033         to enable stack overflow tracing on push/pops,
4034         * src/pic16/device.c (statistics structure): added statistics
4035         structure,
4036         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4037         pic16_dump_int_registers): increase statistics counters for each
4038         * variable which is encountered
4039         * (pic16_dump_usection): emit each .udata variable to its own udata
4040         section,
4041         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4042         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4043         parameters via stack, otherwise use old scheme,
4044         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4045         assembler output file,
4046         * src/pic16/main.c: added command line options --gstack to enable
4047         push/pop tracing for stack overflow,
4048         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4049         instructions): added size of each instruction,
4050         * (pic16_countInstruction): estimate size of instructions in
4051         the_pFile list, inline assembly blocks are not counted,
4052         * (pic16_FixRegisterBanking): trace previous register usage, when
4053         banksel optimizations is greater than 0, don't emit a redudant
4054         banksel directive,
4055
4056 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4057
4058         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4059         * src/pic16/ralloc.c : applied same fix for pic16.
4060         * src/pic/gen.c : tidied it up a little.
4061
4062 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4063
4064         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4065         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4066
4067 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4068
4069         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4070
4071 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4072
4073         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4074         non-reentrant function __modsint in the interrupt function (thus
4075         corrupting math operations during serial I/O)
4076         * device/lib/ser_ir.c: as above, changed buffersize
4077         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4078         256.c,d for zeroing
4079         * doc/Makefile: added option -t for rsync
4080
4081 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4082
4083         * src/SDCCast.h (struct ast),
4084         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4085
4086 2004-10-20 Borut Razem <borut.razem AT siol.net>
4087
4088         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4089         package
4090
4091 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4092
4093         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4094         makefile targets,
4095         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4096         support functions to replace long sequences of MOVFF's from access
4097         bank registers to stack and vice versa,
4098         * src/pic16/device.h: added new field opt_flags, where optimization
4099         flags can be set to enable certain features,
4100         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4101         * pBlock, (genFunction, genEndFunction): surroung loop for
4102         saving/loading used registers in stack with PC_INFO pCodes,
4103         INF_LREGS. Code in between can then be optimized by pCode optimizer
4104         to support function calls,
4105         * (genDataPointerSet): fixed bug which loaded float fields in
4106         structures with corrupt data,
4107         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4108         in a standard way debug info on stderr. Feature used for developing
4109         and debugging only,
4110         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4111         obsolete chunks of code,
4112         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4113         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4114         * pic16/src/pcode.c (pic16_newpCodeInfo,
4115         * (pic16_newpCodeOpLocalRegs),
4116         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4117         feature,
4118         * (pic16_pCodeConstString): printing of the initial value of a
4119         symbol as a comment is inhibited since parsing was already done by
4120         copyStr and output is corrupt,
4121         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4122
4123 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4124
4125         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4126
4127 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4128
4129         * as/mcs51/lkarea.c: removed old K&R style,
4130           (lnksect): changed check on boundary error,
4131           (lnksect2): changed check on boundary error,
4132           (lnksect2): extend XSTK to end of page if size = 1
4133         * as/mcs51/lkmain.c: removed old K&R style,
4134           (Areas51): create l_IRAM symbol
4135         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4136         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4137           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4138         * device/lib/_mullong.c: added version to be compiled with xstack
4139         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4140         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4141         * device/lib/mcs51/crtxstack.asm: fixed comment
4142         * src/SDCCglue.c: maxInterrupts defaults to 0,
4143           (emitMaps): added pdata,
4144           (createInterruptVect): (re)moved default,
4145           (glue): added pdata,
4146           (glue): moved __start__xstack to XSTK with default size 1
4147         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4148           and options.float_rent when options.stackAuto is set,
4149           (linkEdit): only write XDATA_NAME if provided on command line
4150         * src/SDCCmem.h,
4151         * src/SDCCmem.c: added pdata
4152         * src/port.h: added pdata_name to PORT
4153         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4154           (saveRegisters, unsaveRegisters): removed usage of B,
4155           (genMinus): fixed accumulator clash,
4156           (genJumpTab): added comment, this needs another look
4157         * src/mcs51/gen.c: added check for "B in use" paranoia,
4158           added pushB() and popB()
4159         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4160           chance
4161         * src/avr/main.c,
4162         * src/ds390/main.c,
4163         * src/hc08/main.c,
4164         * src/mcs51/main.c,
4165         * src/pic/main.c,
4166         * src/pic16/main.c,
4167         * src/xa51/main.c,
4168         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4169           added PSEG (PAG,XDATA) or NULL to port specifier
4170         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4171         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4172           (_mcs51_genInitStartup): removed __start__xstack equ,
4173           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4174         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4175         * src/z80/gen.c (_rleAppend): fixed warnings
4176         * support/regression/tests/zeropad.c: added pdata test
4177         * .version: bumped to 2.4.6
4178
4179 2004-10-17 Borut Razem <borut.razem AT siol.net>
4180
4181         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4182         as a part of nightly build
4183
4184 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4185
4186         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4187         WREG holds the first byte function parameters,
4188         * (aopForSym): take special case for symbols which are in FARSPACE
4189         but in CODESPACE too,
4190         * (assignResultValue): modified to take into account _G.useWreg,
4191         * (genCall): don't use wreg for parameter passing when function is
4192         declared as reentrant, too, added optimization INCF to stack
4193         pointer when stack parameter count is 1,
4194         * (genFunction, genEndFunction): refurnished and fixed to not using
4195         wreg for passing parameters when function has varargs or is
4196         reentrant, fixed bug with symbol name compare for generating
4197         functions in absolute address,
4198         * (pic16_storeForReturn): refurnished,
4199         * (genCmp): began writing a new version of the function, not ready
4200         yet, therefore it is disabled,
4201         * (genAssign): do not read code memory when assigning a function to
4202         a pointer function,
4203         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4204         array of characters, not pointer,
4205         * (pic16initialComments): in debug mode emit an .ident directive for
4206         the assembler,
4207         * (_process_pragma): emit a new warning type (internal to pic16)
4208         when setting stack to default length, emit a similar warning when
4209         placing a function at absolute address and address is not word aligned
4210         * (_pic16_parseOptions): added 'return TRUE' statement,
4211         * (_pic16_linkEdit): if compiling a source, then add the source's
4212         file object, first in the list of objects to link,
4213
4214 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4215
4216         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4217         * src/pic/main.c : removed VC warning.
4218         * src/pic/gen.c : changed comment.
4219
4220 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4221
4222         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4223         reference to a deprecated symbol _GPTRREG was causing failure to
4224         link. Thanks G. M. Gallant for the info.
4225
4226 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4227
4228         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4229         comments for Bugs item #954788.
4230
4231 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4232
4233         * src/pic16/device.c (pic16_dump_gsection,
4234         * pic16_groupRegistersInSection): handle symbols declared to be in
4235         access bank differently,
4236         * src/pic16/gen.c (struct _G): added field resDirect,
4237         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4238         send values read from stack directly to result and don't allocate
4239         temporary values,
4240         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4241         same registers,
4242         * (pic16_sameRegsOfs): NEW,
4243         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4244         free because they were not allocated from temporary pool,
4245         * pic16_popRegFromString): workaround to fix a problem with
4246         allocating variables twice or never,
4247         * (genGenPointerGet): using PRODL instead of FSR0H,
4248         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4249         instead of FSR0H,
4250         * (genAssign): take advantage of the _G.resDirect flag,
4251         * (genCast): around line 11844, use mov2f instead of directly
4252         MOVFF'ing between operands to account for literal values,
4253         * src/pic16/genutils.c: some new debug functions for gpsim have been
4254         added,
4255         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4256         float with integer part only,
4257         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4258         place variables in access bank
4259         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4260         updated sources to reflect recent changes in gen.c
4261
4262 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4263
4264         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4265         sources that searched for headers in installation path, now the
4266         device/include/pic16 is used,
4267         * src/pic16/glue.c (pic16glue),
4268         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4269         .line directives if not in debug mode, this suppresses assembler's
4270         warnings for ignored directives
4271
4272 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4273
4274         * src/port.h: made reset_regparms prototype void parameter explicit.
4275         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4276         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4277         * doc/sdccman.lyx: documented warning disabling and how to use
4278           printf_large to make it print floats.
4279         * device/include/stdbool.h: NEW
4280         * device/lib/_atof.c,
4281         * device/lib/_divuint.c,
4282         * device/lib/_divulong.c,
4283         * device/lib/expf.c,
4284         * device/lib/printf_large.c,
4285         * device/lib/sincosf.c,
4286         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4287         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4288           a completely reentrant lib.
4289
4290 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4291
4292         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4293         * device/include/pic16/stdio.h: fixed bug with colon
4294
4295 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4296
4297         * device/include/pic16/stdio.h,
4298         * device/include/pic16/stdlib.h,
4299         * device/include/pic16/math.h: NEW
4300         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4301         declared as _naked to reduce overhead
4302         * device/lib/Makefile.in (target port-specific-objects-pic16):
4303         changed * to *.* so to ignore the CVS directory,
4304         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4305         stacked variables back in stack,
4306         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4307         corruption
4308
4309 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4310
4311         * .version: bumped version number to 2.4.5
4312         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4313         * support/Util/SDCCerr.c (messages structure): added entry for
4314         W_POSSBUG2
4315
4316         Large cumulative patch for pic16 port and libraries.
4317         * device/include/pic16/sdcc-lib.h,
4318         * device/include/pic16/stdarg.h,
4319         * device/include/asm/pic16/features.h,
4320         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4321         * device/include/pic16/float.h: changes reentrant keyword with
4322         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4323         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4324         updated target build-libraries to include objects from gptr,
4325         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4326         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4327         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4328         all function headings,
4329         * src/SDCCmain.c: added global parameter userIncDirsSet,
4330         * (parseCmdLine): when option -I is encountered add directory to
4331         userIncDirsSet too,
4332         * src/version.awk: added space between control and long,
4333         * src/pic16/NOTES: added some notes for the port,
4334         * src/pic16/gen.c: added prototype for mov2fp function,
4335         * (fReturnpic16[]): properly named return value registers,
4336         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4337         * (aopForSym): added code to handle symbols with onStack flag set,
4338         symbols onStack are allocated PTRSIZE bytes,
4339         * (aopFreeAsmop): handles special case where asmops are stack objects,
4340         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4341         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4342         added argument lock to trace flaws in allocating temporary registers
4343         when developing port,
4344         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4345         * (pic16_popRegFromString): reenabled allocating a direct register
4346         from string,
4347         * (assignResultValue): various beautifications,
4348         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4349         referenced function argument,
4350         * (genIpush): reenabled to allow stacked arguments, handles only
4351         ic->parmPush iCodes,
4352         * (genCall, genPcall): major changes to allow for variable argument
4353         functions, fixed a bug with falsely restoring stack pointer after
4354         returning from call,
4355         * (genFunction): pending code for critical function,
4356         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4357         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4358         * (genNearPointerGet): fixed bug with indirect reading, was always
4359         reading from INDF0
4360         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4361         pointers,
4362         * (genAddrOf): rewrote code to take address of a stacked function parameter
4363         * (genCast): fixed casting to generic pointer type,
4364         * src/pic16/gen.h: added AOP_STA,
4365         * (struct asmop): added field stk,
4366         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4367         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4368         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4369         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4370         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4371         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4372         generic pointers,
4373         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4374         and library paths,
4375         * (pic16_port structure): generic pointer size is set to 3,
4376         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4377         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4378         compiler warning,
4379         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4380         operand is an iTemp,
4381
4382 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4383
4384         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4385         * debugger/mcs51/simi.c: addapt new syntax of s51
4386
4387 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4388
4389         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4390         * src/pic16/pcode.c: commented out some calls to free() in order to
4391         fix bug #989576,
4392
4393 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4394
4395         * src/SDCCicode.h,
4396         * src/SDCCicode.c (isiCodeInFunctionCall),
4397         * src/avr/ralloc.c (selectSpil),
4398         * src/pic/ralloc.c (selectSpil),
4399         * src/pic16/ralloc.c (selectSpil),
4400         * src/ds390/ralloc.c (selectSpil),
4401         * src/hc08/ralloc.c (selectSpil),
4402         * src/xa51/ralloc.c (selectSpil),
4403         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4404         stack in the middle of a function call sequence (fixes bug #1020268)
4405         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4406         costs associated with the minimum switch case.
4407
4408 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4409
4410         * src/SDCC.lex: fixed bug #1030549
4411
4412 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4413
4414         * src/SDCCcse.h (struct cseDef),
4415         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4416         over a function call if the CSE is derived from a symbol whose
4417         address has been taken (fixes bug #1029883)
4418         * support/regression/tests/bug-1029883: a new regression test for
4419         this bug
4420
4421 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4422
4423         * src/hc08/gen.c (emitinline): fixed bug #1029778
4424         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4425         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4426         and starts toward RFE #905167)
4427
4428 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4429
4430         * src/pic16/gen.c (mov2f): New function to move an operand to
4431         another without considering if it is a literal or a register,
4432         * (pic16_sameRegs): don't check if they are both AOP_REG,
4433         * (AccRsh): removed andmask=0 lines,
4434         * (genLeftShift): duplicated to be improved in future versions,
4435         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4436         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4437         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4438         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4439         * (insertBankSwitch): fixed inserting banksel directives algorithm
4440         for instructions that follow a skip instruction, this fixes a report
4441         for broken subtraction code generation,
4442         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4443         iCode is a left op, just in case result and right share the same
4444         registers
4445
4446 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4447
4448         * src/hc08/main.c,
4449         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4450         preservation of HX
4451         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4452         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4453         on 2004-09-12; it was buggy
4454
4455 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4456
4457         * src/SDCCsymt.h: removed RESULT_CHECK
4458         * src/SDCCast.c,
4459         * src/SDCCglue.c,
4460         * src/SDCCval.c,
4461         * src/pic/glue.c,
4462         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4463
4464 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4465
4466         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4467         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4468         configuration values no more rejected by compiler, they are assigned
4469         to configuration registers with a warning message instead,
4470         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4471         the for-loop so last conf register is emitted too,
4472         * (_pic16_initPaths): link library libsdcc.lib by default,
4473         * (_hasNativeMulFor): modified test for multiplication according to
4474         Raphael Neider's remarks. Integer multiplication is also done with
4475         support functions,
4476         * device/include/pic16/pic18fregs.h: corrected type error in while
4477         testing and including 18f6720 header file
4478
4479 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4480
4481         * src/pic16/device.h (pic16_options): removed field use_crt,
4482         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4483         until an optimization to handle single bits is added,
4484         * (pic16_loadFSR0): moved before genUnpackBits,
4485         * (genAnd): some white lines removed,
4486         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4487         leave_reset flags in pic16_options when using crt modules,
4488
4489 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4490
4491         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4492           for bugs 898889 & 979599. Also used some safer print instructions.
4493
4494 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4495
4496         * src/pic16/device.h (pic16_options_t): added field use_crt,
4497         crt_name, no_crt,
4498         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4499         catch a probable future bug,
4500         * src/pic16/gen.c: aopIdx function commented out,
4501         * (genAssign): commented out old code which used aopIdx,
4502         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4503         code, added if conditionals to take into account the --use-crt
4504         command line options,
4505         * src/pic16/main.c (pic16_optionsTable): added new command line
4506         options, --use-crt= and --no-crt,
4507         * (_pic16_linkEdit): now the proper crt object is added in the
4508         linker command line except than when --no-crt is specified,
4509         * src/pic16/pcode.c,
4510         * src/pic16/pcode.h: added some structures and functions for a new
4511         optimization scheme to compansate for instruction overhead between
4512         same iCodes, this scheme is currently under development and is not
4513         working in any way,
4514         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4515         to && operator,
4516         * device/lib/pic16/startup/crt0i.c,
4517         * device/lib/pic16/startup/crt0iz.c: added global char variable
4518         __uflags to force the generation of an idata section
4519
4520 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4521
4522         * doc/Makefile,
4523         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4524         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4525
4526 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4529         Frieder) and clarified the default code optimization mode
4530
4531 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4532
4533         * src/SDCC.lex (doPragma, process_pragma),
4534         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4535         "opt_code_size", and "opt_code_balanced"
4536         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4537         regrouped options by category, added support for category headers
4538         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4539         and "--opt-code-size"
4540         * doc/sdccman.lyx: documented these new options and pragmas
4541         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4542         preference into account
4543
4544 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4545
4546         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4547           geniCodePreDec): Fixed bug 904237 by generating a warning
4548         * src/SDCCerr.h,
4549         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4550
4551 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4552
4553         * src/pic/device.c : When no max ram set validate full memory range.
4554         * src/pic/pcode.c,
4555         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4556
4557 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4558
4559         * device/lib/_gptrget.c,
4560         * device/lib/_gptrput.c: updated comment
4561         * device/lib/calloc.c,
4562         * device/lib/free.c,
4563         * device/lib/malloc.c,
4564         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4565         * src/SDCCcse.c (cseBBlock),
4566         * src/SDCCicode.c (printOperand, geniCodeArray),
4567         * src/SDCCicode.h (struct operand): fixed bug 868103
4568         * support/regression/tests/bug-868103.c: added
4569         * src/SDCCast.c (searchLitOp),
4570         * src/SDCCcse.h (struct cseDef),
4571         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4572         * src/SDCCicode.h (struct operand),
4573         * src/SDCCsymt.h (struct sym_link),
4574         * src/avr/gen.c (hasInc),
4575         * src/ds390/gen.c (hasInc),
4576         * src/hc08/gen.c (genPlusIncr, hasInc),
4577         * src/mcs51/gen.c (hasInc),
4578         * src/pic16/glue.c (pic16_printIvalChar),
4579         * src/pic16/ralloc.c (regWithIdx),
4580         * src/xa51/gen.c (hasInc) : removed warnings
4581         * src/SDCCast.c (createBlock): added comment ???
4582         * src/hc08/ralloc.c: updated comments
4583
4584 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4585
4586         * doc/sdccman.lyx: updated section on switch statements, added
4587         section about semaphore locking
4588         * doc/Makefile: added option -info for latex2html
4589         * device/lib/_gptrget.c,
4590         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4591
4592 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4593
4594         * src/pic/device.h,
4595         * src/pic/device.c,
4596         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4597          maxram is less than 0x100.
4598
4599 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4600
4601         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4602
4603 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4604
4605         * src/port.h,
4606         * src/mcs51/main.c,
4607         * src/ds390/main.c,
4608         * src/z80/main.c,
4609         * src/hc08/main.c,
4610         * src/pic/main.c,
4611         * src/pic16/main.c,
4612         * src/avr/main.c,
4613         * src/xa51/main.c
4614         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4615         a jump table is the best form for a switch statement, including
4616         automatic insertion of missing cases to make the case range
4617         continuous. Developed in collaboration with Frieder Ferlemann.
4618
4619 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4620
4621         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4622         accumulator result if it needs sign extension
4623
4624 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4625
4626         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4627
4628 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4629
4630         * device/lib/gbz80/printf.c,
4631         * device/lib/z80/printf.c: removed define for NULL
4632
4633 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4634
4635         * as/xa51/xa_link.c,
4636         * device/examples/ds390/ow390/ad26.c,
4637         * device/examples/ds390/ow390/cnt1d.c,
4638         * device/examples/ds390/ow390/counter.c,
4639         * device/examples/ds390/ow390/ds2480.h,
4640         * device/examples/ds390/ow390/ds2480ut.c,
4641         * device/examples/ds390/ow390/findtype.c,
4642         * device/examples/ds390/ow390/gethumd.c,
4643         * device/examples/ds390/ow390/owllu.c,
4644         * device/examples/ds390/ow390/ownetu.c,
4645         * device/examples/ds390/ow390/swt12.c,
4646         * device/examples/ds390/ow390/swtloop.c,
4647         * device/examples/ds390/ow390/temp.c,
4648         * device/examples/ds390/ow390/temp10.c,
4649         * device/examples/ds390/ow390/thermo21.c,
4650         * device/examples/ds390/ow390/tinilnk.c,
4651         * device/examples/ds390/ow390/tstfind.c,
4652         * device/examples/serialcomm/windows/serial.cpp,
4653         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4654         * device/include/reg51.h: fixed line endings for cvs
4655
4656 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4657
4658         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4659         packRegsForAccUse, packRegisters): new accumulator register
4660         packing algorithm
4661         * support/regression/ports/hc08/support.c (_putchar): suppress
4662         warning of unused variable
4663         * src/SDCCicode.c: added SWAP entry to codeTable
4664
4665 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4666
4667         * device/lib/sprintf.c: forgot to add this file before previous commit
4668
4669 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4670
4671         * src/pic16/gen.c (genPackBits): added operand right in function
4672         parameters, load result directly if p_type is POINTER (that is
4673         called by genNearPointerSet)
4674         * (genUnPackBits): added operand left in function parameters,
4675         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4676         FSR0 if accessing bitfields,
4677
4678 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4679
4680         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4681           _print_format; updated printf, sprintf, vsprintf
4682         * device/include/asm/default/features.h: corrected comment/define
4683         * device/lib/Makefile.in: added sprintf.c
4684         * device/lib/libsdcc.lib: added sprintf module
4685         * device/lib/printf_large.c,
4686         * device/lib/vprintf.c,
4687         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4688           into these 3 files
4689         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4690         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4691         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4692           hc08 test
4693         * support/regression/tests/zeropad.c: define idata as data for hc08
4694
4695 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4696
4697         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4698         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4699         labels are referenced at least once (even if a reference is not found)
4700         * src/hc08/gen.c (emitcode): set isComment flag for comments
4701         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4702         loads), rules 6a..6b (optimize jumps to return)
4703
4704 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4705
4706         * device/lib/acosf.c (acosf),
4707         * device/lib/asinf.c (asinf),
4708         * device/lib/atanf.c (atanf),
4709         * device/lib/ceilf.c (ceilf),
4710         * device/lib/cosf.c (cosf),
4711         * device/lib/coshf.c (coshf),
4712         * device/lib/cotf.c (cotf),
4713         * device/lib/fabsf.c (fabsf),
4714         * device/lib/floorf.c (floorf),
4715         * device/lib/log10f.c (log10f),
4716         * device/lib/logf.c (logf),
4717         * device/lib/sinf.c (sinf),
4718         * device/lib/sinhf.c (sinhf),
4719         * device/lib/sqrtf.c (sqrtf),
4720         * device/lib/tanf.c (tanf),
4721         * device/lib/tanhf.c (tanhf),
4722         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4723         replaced all instances of "reentrant" in the library functions
4724         defined in math.h with this macro.
4725         * support/regression/tests/float_trans.c: reenabled test for hc08
4726
4727 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4728
4729         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4730         erroneously deleted
4731
4732 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4733
4734         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4735         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4736         multi-byte volatile operands are used
4737         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4738         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4739         initialization to area GSINIT0 so that it would always precede
4740         any static initializers in GSINIT
4741         * support/regression/tests/zeropad.c: fixed idata define for hc08
4742         * support/regression/tests/bug-927659.c,
4743         * support/regression/tests/float_trans.c: disabled tests for hc08
4744         pending missing library routines
4745         * .version: increased version number to 2.4.4 - hc08 port now passes
4746         regression tests
4747
4748
4749 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4750
4751         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4752         * Makefile.common.in,
4753         * as/Makefile,
4754         * as/hc08/Makefile.in,
4755         * as/mcs51/Makefile.in,
4756         * as/z80/Makefile.in,
4757         * debugger/mcs51/Makefile.in,
4758         * device/include/Makefile.in,
4759         * device/lib/Makefile.in,
4760         * doc/Makefile,
4761         * link/Makefile,
4762         * link/z80/Makefile.in,
4763         * packihx/Makefile.in,
4764         * sim/ucsim/main_in.mk,
4765         * sim/ucsim/avr.src/Makefile.in,
4766         * sim/ucsim/doc/Makefile.in,
4767         * sim/ucsim/gui.src/serio.src/Makefile.in,
4768         * sim/ucsim/hc08.src/Makefile.in,
4769         * sim/ucsim/s51.src/Makefile.in,
4770         * sim/ucsim/xa.src/Makefile.in,
4771         * sim/ucsim/z80.src/Makefile.in,
4772         * src/Makefile.in,
4773         * support/cpp2/Makefile.in,
4774         * support/librarian/Makefile,
4775         * support/makebin/Makefile: added DESTDIR to the install path proposed
4776         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4777         * doc/sdccman.lyx: added DESTDIR documentation
4778
4779 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4780
4781         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4782         instruction for interrupt handlers, use fast returns when returning
4783         from high priority interrupts
4784
4785 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4786
4787         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4788         code generation
4789         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4790         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4791         bugs, ported much of Bernhard's code from mcs51
4792         * src/mcs51/gen.c (genSend),
4793         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4794         than one when calling a reentrant function
4795         * device/lib/_mullong.c: defined an alternate struct layout for big
4796         endian ports (hc08)
4797
4798 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4799
4800         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4801         test
4802
4803 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4804
4805         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4806         are sane and complete before asking the port its prefered parameter
4807         passing method (fixes bug #1017633)
4808         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4809         and _ret3
4810
4811 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4812
4813         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4814         problem in bitfields >= 8 bits.
4815
4816 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4817
4818         * src/SDCCsymt.c: undid changes that were not meant to be committed
4819
4820 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4821
4822         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4823
4824 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4825
4826         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4827           copied and wrong bit got inverted
4828
4829 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4830
4831         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4832         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4833         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4834         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4835         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4836         assignments to bitfields at known addresses
4837         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4838         reads from bitfields at known addresses
4839         * src/hc08/ralloc.c (packRegisters),
4840         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4841         genhc08Code): optimize pointer get values used as conditionals
4842         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4843         and branch
4844
4845 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4846
4847         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4848         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4849         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4850         as conditionals
4851
4852 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4853
4854         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4855
4856 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4857
4858         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4859         related problems
4860
4861 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4862
4863         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4864
4865 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4866
4867         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4868         mcs51 port
4869
4870 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4871
4872         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4873
4874 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4875
4876         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4877         cases use more compact code.
4878
4879 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4880
4881         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4882
4883 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4884
4885         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4886
4887 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4888
4889         * src/SDCCsymt.h,
4890         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4891         parameter of changePointer() from symbol* to sym_link*
4892         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4893         * src/SDCCsymt.c (compareType): void* type is castable to other
4894         pointers, but not necesarily an exact match.
4895         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4896         is no longer blindly treated as an exact match.
4897         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4898
4899 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4900
4901         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4902
4903 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4904
4905         * src/pic/gen.c,
4906         * src/pic/pcode.c,
4907         * src/pic/ralloc.h,
4908         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4909
4910 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4911
4912         * src/pic/device.c,
4913         * src/pic/device.h,
4914         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4915
4916 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4917
4918         * src/mcs51/gen.c (emitcode): fixed bug #992819
4919
4920 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4921
4922         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4923           there's no need to make it worse
4924
4925 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4926
4927         * src/mcs51/ralloc.c (deassignLR),
4928         * src/ds390/ralloc.c (deassignLR),
4929         * src/hc08/ralloc.c (deassignLR),
4930         * src/z80/ralloc.c (deassignLR),
4931         * src/pic/ralloc.c (deassignLR),
4932         * src/pic16/ralloc.c (deassignLR),
4933         * src/avr/ralloc.c (deassignLR),
4934         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4935         rlivePoint): fixed another part of bug #971834
4936
4937 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4938
4939         * src/z80/main.c: enabled "critical" keyword
4940         * src/z80/mappings.i,
4941         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4942         functions (fixes bug #979646)
4943         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4944
4945 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4946
4947         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4948           such as c:\mydir.
4949
4950 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4951
4952         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4953           doesn't disable too much optimizations
4954
4955 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4956
4957         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4958
4959 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4960
4961         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4962
4963 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4964
4965         * src/pic/gen.c tidied up tabs
4966         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4967         * src/pic/main.c tidied up tabs
4968         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4969         * src/pic/pcoderegs.c tidied up tabs
4970         * src/pic/ralloc.c tidied up tabs
4971
4972 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4973
4974         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4975         to S_FIXED for pic16 port and when symbol is not in level 0,
4976         allocate for S_REGISTER storage class and pic16 port, too,
4977         * src/pic16/device.h: prototype for checkSym,
4978         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4979         * (pic16_assignConfigWordValue): test the value and the mask to
4980         validate that the value is suitable for the configuration word,
4981         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4982         collect extern declared symbols, don't emit symbol twice, check
4983         first if symbol is in publics set first,
4984         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4985         * added command line '--fstack' which enables an experimental
4986         feature for stack access, too buggy to be used yet...
4987         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4988         * (pic16_allocDirReg): when register has storage class S_REGISTER
4989         allocate in pic16_dynAccessRegs,
4990         * device/include/pic16/pic18f????.h: modified configuration word
4991         naming convention, words started as CONFIG0H but should be CONFIG1H
4992
4993 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4994
4995         * device/include/mcs51reg.h: fixed bug 970993
4996
4997 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4998
4999         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5000         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5001         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5002         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5003         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5004         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5005           error/warning numbers,
5006           added function setWarningDisabled()
5007         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5008         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5009           _memcmp.c _memmove.c calloc.c realloc.c free.c
5010         * support/regression/tests/malloc.c: added tests for new functionality
5011         * support/regression/tests/zeropad.c: added tests for truncated initializers
5012           and initialized char arrays starting with '\x0'
5013         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5014
5015 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5016
5017         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5018
5019 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5020
5021         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5022         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5023         peephole 177.e. Thanks to anonymous
5024
5025 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5026
5027         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5028         function isn't used in the source but referenced as a
5029         variable initializer then declare it as extern in .asm file
5030
5031 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5032
5033         * .version: increased version number to 2.4.3
5034
5035         Adding version extension according to ChangeLog CVS revision
5036         * src/Makefile.in (target all): added dependency 'version.h'
5037         * (rule version.h): added rule to create version.h from ChangeLog,
5038         * (rule dep): added dependency version.h,
5039         * src/version.awk: AWK script to create version.h
5040         * src/SDCCdwarf2.c (dwWriteModule),
5041         * src/SDCCglue.c (initialComments),
5042         * src/SDCCmain.c (printVersionInfo): modified to write after
5043         version string the version extension number,
5044         * src/SDCCutil.c: included "version.h"
5045         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5046         number,
5047         * src/SDCCutil.h: added prototype for getBuildNumber
5048
5049         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5050         includeDirsSet, too,
5051         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5052         const char [] is found in function prototype...
5053
5054         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5055         moving to WREG with source is already in WREG,
5056         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5057         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5058         * (aopForSym): stack'ed symbols are partially supported, added
5059         if-clause to support symbols in FARSPACE,
5060         * (sameRegs): added test for AOP_ACC to see if registers are same,
5061         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5062         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5063         * (pic16_popRegFromString): will not allocate a new register if it
5064         doesn't find one by name, bug may have introduced...
5065         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5066         * (genIpush): revived to use pic16 port's stack,
5067         * (genAddrOf): added incomplete case for stack'ed operand,
5068         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5069         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5070         can handle multibyte operands,
5071         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5072         * (pic16initialComments): added message for MPLAB compatibility
5073         mode enabled,
5074         * src/pic16/main.h: prototype for pic16_mplab_comp,
5075         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5076         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5077         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5078         because of increased complexity of procedure,
5079         * (_process_pragma): stack pragma changed to format 'stack pos len',
5080         emit symbol '_stack_end' to conform with gplink,
5081         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5082         to search for register,
5083         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5084         PO_GPR_REGISTER,
5085         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5086         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5087         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5088         case for PO_GPR_REGISTER,
5089         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5090         dies, the new era is ahead !...
5091         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5092         pic16_dynInternalRegs,
5093         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5094         * (pic16_allocDirReg): minor optimizations and bug fixes,
5095         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5096
5097         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5098         load stack and frame pointer with address of 'stack_end' symbol
5099
5100 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5101
5102         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5103         without source code but only variable initializers
5104
5105 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5106
5107         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5108         external are not declared as extern to reduce overhead while linking
5109
5110 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5111
5112         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5113
5114 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5115
5116         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5117           Yee Keat for the patch
5118         * src/SDCCast.c (decorateType): fixed bug #979599
5119         * src/ds390/gen.h: removed local fReturnSizeDS390
5120         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5121         * src/ds390/gen.c (genAnd, genOr, genXor),
5122         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5123
5124 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5125
5126         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5127         add relFilesSet to $3, manipulate $2 to handle linking of object
5128         files without source files in command line,
5129         * device/include/pic16 (all headers): added ID location macros,
5130         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5131         entries for ID location bytes,
5132         * (pic16_assignIdByteValue): NEW,
5133         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5134         added field dumpcalltree to pic16_options_t,
5135         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5136         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5137         emitting rFalseIfx label after check_carry label,
5138         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5139         pic16_emitDIRegs), NEW
5140         * (pic16glue): dump .calltree file when option --calltree found,
5141         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5142         * (_pic16_genAssemblerPreamble): emit ID locations after
5143         configuration registers,
5144         * (pic16_linkCmd): modifications of the link command,
5145         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5146         * (pic16_pCodeInitRegisters): don't init stack registers,
5147         * (pic16_findPrevInstruction): fixed bug,
5148         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5149         bug with immediate registers,
5150         * (buildCallTree): traces stack push and pop,
5151         * (pct2): dump also stack usage for each function,
5152         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5153         * (pic16_allocDirReg): various modifications,
5154         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5155         fixed to 1,
5156
5157 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5158
5159         * src/pic16/pcode.c: removed buggy double colon
5160
5161 2004-07-01 Borut Razem <borut.razem AT siol.net>
5162
5163         * support/scripts/sdcc.nsi: added include/pic16 to setup
5164
5165 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5166
5167         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5168         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5169         target 'clean',
5170         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5171         specific command line arguments. Also added sample lkr script
5172         for placing a variable at a specific memory bank.
5173         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5174         at a specific memory bank,
5175         * (pic16_dump_isection): fixed bug which caused string literals to
5176         be omitted when dumping idata section,
5177         * (pic16_groupRegistersInSection): added code to handle registers
5178         in specific memory banks,
5179         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5180         public, all references are renamed too,
5181         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5182         AOP_DPTR2,
5183         * (pic16_storeForReturn): added case to handle when dest is WREG,
5184         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5185         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5186         pic16_rel_udata, check to see if that register is marked as being
5187         a member of a specific memory bank,
5188         * (pic16_printIvalCharPtr): added code to add string literals either
5189         to code or the idata sections,
5190         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5191         also accept the 'udata' pragma,
5192         * src/pic16/main.h: new structure types sectName and sectSym
5193         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5194         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5195         * (pic16_findPrevInstruction): fixed, it returned nothing,
5196         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5197         instruction combinations,
5198         * (pic16_FixRegisterBanking): heavily reorganised,
5199         * (pic16_AnalyzeBanking): if generating banksel directives is
5200         disabled, then don't call FixRegisterBanking at all,
5201         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5202         completely removed,
5203         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5204
5205 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5206
5207         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5208         Phuah Yee Keat <yk.phuah AT nestac.com>
5209
5210 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5211
5212         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5213         correctly the IVT even if it is relocated to some other location
5214
5215 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5216
5217         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5218         * device/include/pic16/pic18f2220.h: NEW,
5219         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5220         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5221         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5222         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5223         nodefaultlibs, ivt_loc is the location of the interrupt vector
5224         table, and nodefaultlibs signs that default libraries should not be
5225         linked in link stage,
5226         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5227         according to --ivt-loc argument,
5228         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5229         when pragma stack is found,
5230
5231 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5232
5233         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5234         256 (range check), 257 (do while), 258.a-f (bit banging
5235         f.e. on 3-wire SPI bus)
5236
5237 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5238
5239         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5240         variables used exclusively within a loop
5241
5242 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5243
5244         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5245
5246 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5247
5248         * src/SDCClrange.c (computeClash): fixed bug #971834
5249
5250 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5251
5252         * src/mcs51/gen.c (genCmp): fixed bug #975903
5253         * src/hc08/gen.c (operandsEqu),
5254         * src/ds390/gen.c (operandsEqu),
5255         * src/z80/gen.c (operandsEqu),
5256         * src/pic/gen.c (operandsEqu),
5257         * src/pic16/gen.c (operandsEqu),
5258         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5259         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5260
5261 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5262
5263         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5264
5265 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5266
5267         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5268         default case in switch statement,
5269         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5270         to eliminate problem with initialisation of pointers, but problem
5271         still exists,
5272         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5273         * (emitStaticSegment): removed various lines emitting debug info,
5274         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5275         added processor registers for utilizing EEPROM,
5276         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5277         configurable and set 8
5278
5279 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5280
5281         * .version: increased version number to 2.4.2,
5282
5283         Cumulative patch for pic16 port
5284         * src/pic16/device.c: changed scheme to dump initial values for
5285         variables in idata segment, all print_idata* functions were removed,
5286         now the pic16_printIval* will be called,
5287         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5288         * _pic16_printPointerType, pic16_printPointerType,
5289         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5290         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5291         NEW, similar to the respective functions in SDCCglue.c,
5292         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5293         way, emitting hex bytes,
5294         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5295
5296 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5297
5298         * src/avr/ralloc.c (serialRegAssign),
5299         * src/xa51/ralloc.c (serialRegAssign),
5300         * src/pic/ralloc.c (serialRegAssign),
5301         * src/pic16/ralloc.c (serialRegAssign),
5302         * src/hc08/ralloc.c (serialRegAssign),
5303         * src/z80/ralloc.c (serialRegAssign),
5304         * src/ds390/ralloc.c (serialRegAssign),
5305         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5306
5307 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5308
5309         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5310         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5311
5312 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5313
5314         Cumulative patch for pic16 port:
5315         * src/pic16/device.h (typedef PIC16_device) modified fields for
5316         defining microcontrollers,
5317         * src/pic16/device.c: added new info for all devices in Pics16 array,
5318         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5319         to be optimised out by the pCode optimiser,
5320         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5321         specially, bug reported by G.M. Gallant,
5322         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5323         as force'd so that cannot be optimised out by pCode optimiser,
5324         * src/pic16/pcode.c,
5325         * src/pic16/pcodepeeph.c,
5326         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5327         they are disabled by default, but can be enabled explicit with
5328         command argument --denable-peeps, for testing,
5329         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5330         --pomit-ivt in COMPILE_FLAGS
5331
5332 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5333
5334         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5335           compilation on MSVC
5336
5337 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5338
5339         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5340
5341 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5342
5343         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5344         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5345
5346 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5347
5348         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5349         would only assign 0x300001 register.
5350
5351 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5352
5353         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5354         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5355
5356 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5357
5358         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5359         for ds80c400
5360         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5361         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5362         added peephole 254 (left shift), 255 (jump table)
5363
5364 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5365
5366         * device/lib/Makefile.in: removed comment line with model-pic16,
5367         * (target port-specific-objects-pic16): the libraries and objects
5368         are copied to the build directory form the device/lib/pic16/bin
5369         directory
5370
5371         Cumulative patch concerning pic16 port:
5372         * library directory has been re-organized,
5373         * added support for PIC18F1220,
5374         * added headers and library sources for chips 18f1220,18f6520,
5375         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5376
5377         * configuration registers setting has changed, now each supported
5378         device has a complete description of the registers it uses,
5379         * all initialisations are moved to idata sections, these section
5380         can be absolute or relocatable,
5381         * fixed initialisation of codespace variables,
5382         * fixed warning about PCLATU and gpsim,
5383         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5384         * (genAssign): use table reads when assigning from variables in codespace,
5385         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5386         char/int variables placed in codespace,
5387         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5388         registers set in .asm file, no need for --pomit-config-words anymore,
5389         * (pic16glue): some 8051 legacy segments are commented out
5390         (to be removed completely),
5391         * added support for alternative assembler and linker with --asm=
5392         and --link= command line arguments,
5393         * peepholes are disabled automatically in the port, no need to
5394         specify on command line,
5395         * port supports natively char/int/long multiplication, but converts
5396         all divisions to support functions,
5397         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5398         to the file set in variable $2,
5399         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5400         strings in ASCII format and not in hex,
5401         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5402         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5403         allocate proper register if iCodes aren't temporary,
5404
5405 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5406
5407         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5408
5409 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5410
5411         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5412         is commented out
5413
5414 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5415
5416         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5417         computed address is reused
5418         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5419         multi-byte bitfields
5420
5421 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5422
5423         * src/z80/gen.c: (genArrayInit): must check for pointers too
5424
5425 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5426
5427         * support/regression/tests/zeropad.c: never meant to commit the
5428           nestedstruct test: removed, added check for GCC version
5429
5430 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5431
5432         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5433         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5434         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5435           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5436           bugs 928906 and 954082 half-empty initializers
5437         * src/SDCCsymt.h,
5438         * src/SDCCsymt.c (getAllocSize): added for above fix
5439         * src/z80/gen.c (genArrayInit): fixed bug 741044
5440         * support/regression/tests/zeropad.c: added tests
5441
5442 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * src/pic16/device.c (pic16_dump_section): corrected bug which
5445         caused some symbols of the libraries to be misplaced
5446
5447 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5448
5449         * src/pic16/glue.c,
5450         * src/pic16/ralloc.h,
5451         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5452         to fix conflict with pic port
5453
5454 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5455
5456         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5457         externs configuration variables,
5458         * src/pic16/ralloc.h,
5459         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5460         prototype in header, commented out some debug messages
5461
5462 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5463
5464         * src/pic16/glue.c,
5465         * src/pic16/main.c,
5466         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5467         for gpasm COFF object generation. Thanks to D. Hawkins for
5468         his patch info
5469
5470 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5471
5472         * src/ds390/main.c,
5473         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5474         Brock for spotting this)
5475         * src/ds390/gen.c (genEndFunction),
5476         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5477         interrupt handler and critical. Disable push/pop optimizations when
5478         peephole optimizations disabled.
5479
5480 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5481
5482         Updated pic16 library sources and headers.
5483         * device/lib/pic16/pic18f*/ ,
5484         * device/include/pic16/*.h: modified to handle structured SFR
5485         definitions
5486
5487 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5488
5489         * src/port.h (PORT structure): added hook initPaths, now each
5490         port can declare its own default search paths,
5491         which can been seen with the --print-search-dirs option,
5492         see pic16 port for example,
5493         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5494         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5495         * (doPrintSearchDirs): NEW, replaces in a central manner the
5496         printing of search dirs which was split in set*Paths functions,
5497         * (main): added call to port->initPaths and doPrintSearchDirs,
5498         * src/avr/main.c,
5499         * src/ds390/main.c,
5500         * src/hc08/main.c,
5501         * src/izt/i186.c,
5502         * src/izt/tlcs900h.c,
5503         * src/mcs51/main.c,
5504         * src/pic/main.c,
5505         * src/pic16/main.c: modified port structures to reflect addition of
5506         initPaths hook,
5507
5508         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5509         * (pic16_dump_section): for registers in same address reserve memory once,
5510         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5511         to no_banksel,
5512         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5513         result is greater in size than right or left,
5514         * (pic16_genUMult8X8_8): there are some cases where the result can
5515         be 16 bits size, so handle these,
5516         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5517         * (pic16_outBitC): modified to emit pcodes,
5518         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5519         or not,
5520         * (genDivOneByte): implemented algorithm to divide 8-bits,
5521         * (genCmp): uncommented goto, but issues still exist,
5522         * (genAnd): fixed a bug with variables >8bits,
5523         * (genPackBits): optimization added that uses BCF/BSF to change a
5524         single bit,
5525         * (genAssign): fixed bug when assigning floating point literals,
5526         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5527         __sdcc_gsinit_startup label,
5528         * src/pic16/main.c (_pic16_init): removed search directory
5529         initialisations,
5530         * (_pic16_initPaths): NEW, used to initialise search directories,
5531         * (_hasNativeMulFor): support functions for all except char/int
5532         multiplication, and char division,
5533         * (PIC16_port struct): modified entry for native mul support,
5534         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5535         no_banksel option,
5536         * (buildCallTree): call to register_usage is ifdef'ed out,
5537
5538 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5539
5540         * device/include/string.h: applied Stas Sergeev's patch to make this
5541         header file compatible with the preprocessor -Wundef option
5542         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5543         failure (fixes bug #941458)
5544
5545 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5548         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5549         that the variable, not the function, should be static
5550         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5551         to be consistent with non-literal case
5552
5553 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5554
5555         * src/SDCCast.c (isConformingBody): fixed bug #949967
5556         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5557         convilong): fixed bug #952086
5558
5559 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5560
5561         * src/SDCCmem.c (allocVariables): fixed bug #955321
5562
5563 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5564
5565         * src/hc08/main.c (_hc08_genAssemblerEnd),
5566         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5567         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5568         completely eliminated the use of a temporary file
5569         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5570         when more than one file linked
5571         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5572
5573 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5574
5575         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5576         which fixes bug #543481
5577         * support/regression/tests/bug-751703.c: fixed comments left from a
5578         cut and paste error
5579         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5580         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5581         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5582         scopes
5583         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5584         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5585         are now changed to underscores in moduleName
5586
5587 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5588
5589         * as/mcs51/lkmem.c: better fix for bug #954173
5590
5591 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5592         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5593
5594         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5595         * device/include/c8051f000.h,
5596         * device/include/c8051f120.h,
5597         * device/include/c8051f300.h,
5598         * device/include/c8051f310.h,
5599         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5600         PWM16) and detab'ed
5601
5602 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5603
5604         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5605         and mailing lists, doc'ed --no-peep-comments, removed reference
5606         to knoppix (newest version has no LyX/LaTeX), other minor changes
5607         * src/SDCCglue.c (glue): save 2 bytes stack space with
5608         option --main-return. The ljmp could probably be avoided too
5609
5610 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5611
5612         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5613
5614 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5615
5616         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5617         * src/SDCCopt.c (isLocalWithoutDef),
5618         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5619         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5620         (credit to Maarten Brock for patch #949363, on which this is based)
5621         * support/regression/tests/bug-751703.c: some test cases of extern used
5622         within inner scopes.
5623
5624 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5625
5626         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5627         SPEC_STRUCT
5628         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5629         struct definitions
5630         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5631         dwWriteLabel): fix to create valid debugger symbols even when
5632         the module name has non-alphanumeric symbols in it
5633         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5634         when a variable's allocation has been optimized away
5635
5636
5637 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5638
5639         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5640         * src/hc08/main.c,
5641         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5642         * src/mcs51/main.c,
5643         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5644         * src/ds390/main.c,
5645         * src/z80/gen.c (z80_emitDebuggerSymbol),
5646         * src/z80/main.c,
5647         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5648         * src/pic/main.c,
5649         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5650         * src/pic16/main.c,
5651         * src/avr/gen.c (avr_emitDebuggerSymbol),
5652         * src/avr/main.c,
5653         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5654         * src/xa51/main.c,
5655         * src/SDCCdebug.c (emitDebuggerSymbol),
5656         * src/SDCCdebug.h,
5657         * src/port.h: added a debugger struct to the port struct. Added a
5658         callback for defining debugger symbols
5659
5660         * src/SDCCast.c (createLabel),
5661         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5662         with isitmp = 1
5663         * src/SDCCicode.h,
5664         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5665         iCode back to the ast for the function
5666
5667         * src/hc08/ralloc.c (hc08_assignRegisters),
5668         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5669         unneeded fields from the regs struct.
5670         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5671         pushReg() & pullReg() functions instead of emitcode()
5672
5673         * src/hc08/gen.c (genLabel, genhc08Code),
5674         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5675
5676         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5677         debugger hooks
5678
5679         * src/hc08/gen.c (genEndFunction, genhc08Code),
5680         * src/hc08/gen.h,
5681         * src/mcs51/gen.c (genEndFunction, gen51Code),
5682         * src/mcs51/gen.h,
5683         * src/ds390/gen.c (genEndFunction, gen390Code),
5684         * src/ds390/gen.h,
5685         * src/z80/gen.c (genEndFunction, genZ80Code),
5686         * src/z80/gen.h,
5687         * src/z80/z80.h,
5688         * src/pic/gen.c (genEndFunction, genpic14Code),
5689         * src/pic/gen.h,
5690         * src/pic16/gen.c (genEndFunction, genpic16Code),
5691         * src/pic16/gen.h,
5692         * src/avr/gen.c (genEndFunction, genAVRCode),
5693         * src/avr/gen.h,
5694         * src/xa51/gen.c (genEndFunction, genXA51Code),
5695         * src/xa51/gen.h,
5696         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5697         specific code to cdbFile.c and out of the backend code generators
5698
5699         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5700         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5701         starting address is now 0
5702
5703         * as/hc08/asm.h,
5704         * as/hc08/m08pst.c,
5705         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5706         assembler directive for DWARF support
5707         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5708
5709         * src/src.dsp,
5710         * src/Makefile.in,
5711         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5712
5713 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5714
5715         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5716         and inappropriate peephole optimization in jump tables
5717
5718 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5719
5720         * as/hc08/m08pst.c,
5721         * src/SDCCglue.c: sdccopt works for the hc08 port now
5722
5723 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5724
5725         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5726
5727 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5728
5729         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5730
5731 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5734         rules
5735         * src/SDCCmain.c,
5736         * src/SDCCglobl.h,
5737         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5738         comments from the peephole optimizer replacement rules
5739         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5740         symbols
5741         * src/SDCCcse.c (updateSpillLocation),
5742         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5743         equivalents
5744         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5745         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5746         objects far pointers
5747
5748 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5749
5750         * src/SDCCsymt.h: a missing part of my last change
5751         * src/pic/ralloc.c (regTypeNum),
5752         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5753
5754 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5755
5756         * src/SDCCicode.h,
5757         * src/SDCCicode.c (aggrToPtrDclType),
5758         * src/SDCCptropt.h,
5759         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5760         ptrPseudoSymConvert),
5761         * src/pic/ralloc.c (regTypeNum),
5762         * src/pic16/ralloc.c (regTypeNum),
5763         * src/hc08/ralloc.c (regTypeNum),
5764         * src/ds390/ralloc.c (regTypeNum),
5765         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5766         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5767
5768 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5769
5770         * link/z80/lkmain.c (afile),
5771         * as/hc08/lkmain.c (afile),
5772         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5773         prevent a pointer problem when a filename has no directory and
5774         no extension specified.
5775
5776 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5777
5778         * link/z80/lkmain.c (afile): allow periods in directory names
5779         * link/z80/lkmain.c (afile),
5780         * as/mcs51/lkmain.c (afile),
5781         * as/hc08/lkmain.c (afile): allow linker script file to have an
5782         extension other than ".lnk"
5783         * link/z80/lklex.c (getfid),
5784         * link/z80/lkmain.c (parse),
5785         * as/mcs51/lklex.c (getfid),
5786         * as/mcs51/lkmain.c (parse),
5787         * as/hc08/lklex.c (getfid),
5788         * as/hc08/lkmain.c (parse): Support comments in the linker script
5789         file on lines by themselves and after filenames
5790
5791 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5792
5793         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5794
5795 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5796
5797         * src/z80/peeph-z80.def: removed some peephole rules that don't
5798         work with multibyte arithmetic (fixed bug #937126)
5799         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5800         to registers and not global variables
5801         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5802         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5803         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5804         checking for assignments not internally generated (fixed bug #931895)
5805         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5806         structure member (fixed bug #930072)
5807
5808 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5809
5810         * src/SDCCmain.c (linkEdit),
5811         * src/hc08/main.c (_hc08_parseOptions),
5812         * as/hc08/Makefile.in,
5813         * as/hc08/aslink.h,
5814         * as/hc08/asm.h,
5815         * as/hc08/m08pst.c,
5816         * as/hc08/lkrloc.c (relr, rele),
5817         * as/hc08/lkarea.c (lnkarea)
5818         * as/hc08/lkmain.c (afile, parse),
5819         * as/hc08/lkelf.c: support for ELF output
5820         * as/hc08/lks19.c (s19),
5821         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5822
5823 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5824
5825         * as/mcs51/lkihx.c: Fixed bug #899105.
5826
5827 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5828
5829         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5830         .dsp files from Unix to DOS.
5831
5832 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5835         function pointers; we have been compliant for several months now.
5836         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5837         change that was accidently commented out
5838         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5839         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5840         bug #922319
5841
5842 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5843
5844         * src/hc08/gen.c: output of all of the internal debugging information
5845         is now controlled by the D() macro; it is disabled by default
5846
5847 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5848
5849         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5850         harder to keep the same registers during a CAST iCode
5851         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5852         long via int can be done in a single cast, if the signedness is
5853         correct.
5854         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5855         putchar() in tinibios.c in ds390's library
5856
5857 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5858
5859         * src/SDCCast.c (decorateType): fixed bug #898889,
5860         cast result of a literal complement too
5861         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5862         fixed check for bitfields
5863
5864 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5865
5866         * src/SDCCicode.c (geniCodeLogic): made it static,
5867         (geniCodeLogicAndOr): added in order to fix bug #905492,
5868         (ast2iCode): fixed bug #905492
5869         * support/regression/tests/bug-905492.c: added
5870         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5871         (processParms): fixed bug #927659: don't copy parms, this will clear
5872         decorated flag
5873         * support/regression/tests/bug-927659.c: added
5874
5875 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5876
5877         * src/SDCCast.c (addCast): don't cast float to char
5878         * device/lib/libsdcc.lib: added _memmove
5879
5880 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5881
5882         * device/lib/large/Makefile: fixed parallel execution by
5883         replacing `make` by `$(MAKE)`
5884
5885 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5886
5887         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5888         offsets (fixes bug #923936)
5889
5890 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5891
5892         * device/lib/small/Makefile: fixed parallel execution by
5893         replacing `make` by `$(MAKE)`
5894
5895 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5896
5897         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5898
5899 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5900
5901         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5902         * src/regression/Makefile: Regression test was not running.
5903
5904 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5905
5906         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5907         complement if possible
5908         * src/SDCCval.c (valComplement),
5909         * src/SDCCicode.c (operandOperation): fixed complement of literal
5910         * support/regression/tests/onebyte.c (testComplement): added
5911
5912 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5913
5914         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5915         return an optimized tree; actually replace actParm with the new tree
5916         * src/SDCCast.h: added some parantheses to remove side effects
5917         * support/regression/tests/bug-920866.c
5918
5919 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5920         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5921         Bit operands were not being handled properly in the pic14 port.
5922         (now src/regression/add.c passes again).
5923
5924 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5925
5926         * src/SDCC.y (labeled_statement): case and default no longer require
5927         a following statement (RFE #893037)
5928
5929 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5930
5931         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5932         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5933         disabled (fixes bug #916294)
5934         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5935         "mov a,acc"; patch provided by Lenny Story
5936         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5937
5938 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5941         functions
5942         * src/ds390/gen.c (genFunction, genEndFunction),
5943         * src/ds390/ralloc.c (ds390_assignRegisters),
5944         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5945         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5946         pushed if there are parameters passed on the stack. Also, a cleaner
5947         way to decide if r0/r1 should be pushed/popped. (Together they fix
5948         bug #918693)
5949
5950 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5951
5952         * doc/sdccman.lyx,
5953         * device/lib/mcs51/crtpagesfr.asm,
5954         * device/lib/mcs51/crtxinit.asm,
5955         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5956         to avoid confusion with Si Lab's SFRPAGE register.
5957
5958 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/SDCCglue.c (emitMaps): allow public sfr variables
5961         * src/SDCCglue.c (initialComments): include compiler build date
5962         with compiler version and put the timestamp of the generated
5963         assembly file on a serperate line to be less confusing.
5964         * src/port.h: added genInitStartup hook
5965         * src/avr/main.c,
5966         * src/ds390/main.c,
5967         * src/hc08/main.c,
5968         * src/pic/main.c,
5969         * src/pic16/main.c,
5970         * src/xa51/main.c,
5971         * src/z80/main.c: genInitStartup initialize as NULL (default to
5972         historical behaviour)
5973         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5974         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5975         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5976         library instead of hard coding it into the compiler.
5977         * support/regression/ports/mcs51-stack-auto/spec.mk,
5978         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5979         * device/lib/mcs51/Makefile,
5980         * device/lib/small/Makefile,
5981         * device/lib/large/Makefile,
5982         * device/lib/mcs51/crtpagesfr.asm,
5983         * device/lib/mcs51/crtstart.asm,
5984         * device/lib/mcs51/crtxclear.asm,
5985         * device/lib/mcs51/crtxinit.asm,
5986         * device/lib/mcs51/crtclear.asm,
5987         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5988         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5989         and into user configurable files.
5990         * device/lib/clean.mk: clean mcs51 directory too
5991         * support/regression/tests/longlit.c: added static to T1 declaration
5992         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5993         accesses in the initialization code
5994
5995 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5996
5997         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5998         OSCTRIMVAL as noted in bug #916008
5999
6000 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6001
6002         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6003         in loops with multiple exits (reported as incorrect registers
6004         used by Martin Helmling in Sdcc-user list)
6005
6006 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6007
6008         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6009         made ds390 register extensions look less like error messages
6010
6011 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6012
6013         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6014         reported by Adam Wozniak in Sdcc-user list
6015
6016 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6017
6018         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6019         arithmetic optimizations, added debug output
6020
6021 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6022
6023         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6024         * sdcc.spec: updated and split sdcc into 3 rpms
6025         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6026         needed for literals of LEFT_OP and '+'
6027         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6028         introduced RESULT_TYPE_NOPROM
6029         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6030         left shift
6031         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6032         limited promotion to int only for '*'
6033         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6034
6035 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6036
6037         * src/pic16/gen.c (genSkip),
6038         (genc16bit2lit), (gencjneshort): commented out
6039         (is_LitOp): new helper function, checks operand type
6040         (genCmpEq): rewritten
6041
6042 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6043
6044         * support/regression/tests/bug-908454.c: added
6045
6046 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6047
6048         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6049         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6050         (geniCodeCast): cosmetic, don't preserve bit storage class
6051         (geniCodeLeftShift): added promotion
6052         (geniCodeLogic): fixed regression
6053         * src/SDCCsymt.c (computeTypeOr): accept bits too
6054         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6055
6056 2004-03-07  Borut Razem <borut.razem AT siol.net>
6057
6058         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6059
6060 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6061
6062         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6063         version of pic16_genPackRegisters which does not check if ic is a
6064         CAST operator,
6065         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6066         function cause string1.c regression test fails
6067
6068 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6069
6070         * sim/ucsim/configure.in,
6071         * sim/ucsim/configure,
6072         * sim/ucsim/doc/Makefile.in: use docdir
6073         * src/SDCC.y: fixed sbit atrributes
6074         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6075         * src/SDCCast.c (decorateType): |^& need special promotion handling
6076         * src/SDCCast.h,
6077         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6078         * src/SDCCsymt.h (computeType),
6079         * src/SDCCicode.c: computeType() needs op
6080         * src/SDCCsymt.c (checkTypeSanity),
6081         * doc/sddman.lyx: "plain" bitfields are unsigned
6082         * src/SDCCsymt.c (computeTypeOr): added
6083         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6084         |^& ops
6085         * src/SDCCval.c (val*): computeType() needs op
6086         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6087         * support/regression/tests/onebyte.c: added tests for |^&
6088
6089 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6090
6091         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6092         for writing icode into asm output.
6093
6094 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6095
6096         * src/pic16/device.c: added some debug lines enabled
6097         with macro DEBUG_CHECK,
6098         * src/pic16/genarith.c: more debug in genPlus,
6099         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6100         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6101         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6102         * (aopForSym): onStack symbols are re-placed in data memspace,
6103         and onStack flag is cleared,
6104         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6105         copy temporary pcodeop,
6106         * (genPcall): added warning for not updating PCLATU,
6107         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6108         always true for pic16 port,
6109         * (genMultOneWord): NEW, supports integer multiplication,
6110         * (genMult): modified to call genMultOneWord,
6111         * (ifxForOp): added warning when return NULL,
6112         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6113         flag is set before call to operandFromSymbol for implicit
6114         added structures,
6115         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6116         options.intlong_rent are set by default,
6117         * (_hasNativeMulFor): modified to allow port generation of integer
6118         multiplication,
6119         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6120         set regtype to REG_SFR for all registers, restricting seting the
6121         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6122
6123 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6124
6125         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6126         more than 500 times in the regression tests
6127
6128 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6129
6130         * support/Util/SDCCerr.h,
6131         * support/Util/SDCCerr.c,
6132         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6133         enumerator_list),
6134         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6135         for symbol conflicts.
6136         * support/valdiags/tests/enum.c,
6137         * support/valdiags/tests/tentdecl.c,
6138         * support/valdiags/tests/struct.c: expect possible error messages
6139         referring to original symbol definitions.
6140         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6141         * src/SDCCsymt.h,
6142         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6143
6144 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6145
6146         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6147
6148 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6149
6150         * src/pic16/ralloc.c (newReg): fixed bug #908929
6151
6152 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6153
6154         * src/ds390/gen.c: added missing #include "main.h"
6155
6156 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6157
6158         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6159         checking if symbol is already in set,
6160         * src/pic16/device.h: prototype for checkAddSym,
6161         * src/pic16/gen.c: (_G): added entry interruptvector,
6162         * (assignResultValue): removed some commented out lines,
6163         * (genFunction): check for ISR via sym->type, absolute section for
6164         interrupt code is created via a new pBlock, the goto instruction is
6165         placed now correctly at the interrupt vector position, changed all
6166         references from ivec to _G.interruptvector,
6167         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6168         is the interrupt is a high priority one, same for return from ISR,
6169         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6170         externs to calls of checkAddSym,
6171         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6172         pic16_pcode_verbose flag is set,
6173         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6174         * src/pic16/pcoderegs.c: message about how many registers are saved
6175         will only be emitted if pic16_pcode_verbose flag is set,
6176
6177 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6178
6179         * src/ds390/ralloc.h,
6180         * src/ds390/ralloc.c (ds390_regWithIdx),
6181         * src/ds390/gen.c (emitcode),
6182         * src/ds390/main.h,
6183         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6184         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6185         ds390operandCompare, getRegsRead, getRegsWritten,
6186         initializeAsmLineNode): customized instruction size calculation for
6187         ds390, started basis for some register optimizations
6188         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6189         corresponding assembly output
6190         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6191         missing push/pop of r0/r1. Optimized push/pops
6192
6193 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6194
6195         * src/mcs51/main.c (instructionSize): fixed ACALL size
6196         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6197
6198 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6199
6200         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6201         the sorting of rlist with NULL elements
6202         * (print_idataType, print_idata): NEW to create idata sections
6203         * src/pic16/device.h: idataSymSet new variable
6204         * src/pic16/gen.c (genFunction): fixed some bugs in string
6205         comparing, improved the absolute section creation for ISRs,
6206         added FSR0L/FSR0H in registers that are saved in an ISR,
6207         * (genInline): fixed the processing of inline snippets,
6208         now they undergo no process by the peephole optimizer
6209         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6210         are placed in idataSymSet,
6211         * (pic16emitStaticSeg): extern symbols are added in externs,
6212         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6213         switching when aboslute variables are placed in access bank memory
6214         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6215         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6216         commented out with #if,
6217         * (pic16_packRegisters): reintroduce the check for CAST because some
6218         symbols are not correctly handled,
6219         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6220         pCodeInstruction instead of pCode,
6221         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6222         pCodeAsmDir definition,
6223         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6224         directive, then the argument directive is emitted without the leading
6225         tab, hack for inline labels which must be in the first column,
6226         * (compareLabel,pic16_findNextInstruction),
6227         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6228         * (insertBankSwitch): modified for the new pCodeAsmDir,
6229
6230 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6231         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6232
6233         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6234         instance,
6235         * (pushSide): commented out with #if,
6236         * (assignResultValue): fixed some typos in saving
6237         registers,
6238         * (genPcall): FIXED and sync'ed with genCall,
6239         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6240         * (genNearPointerGet): fixed to handle some more cases,
6241         implementation scheme via table reads,
6242         * (genConstPointerGet): modified to access code memory correct,
6243         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6244         and improved to handle some cases
6245         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6246         instead of "RETLW" for init data
6247         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6248         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6249         variables are placed in access bank memory (<0x80 and >=0xf80),
6250         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6251         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6252         TBLWT_POSTDEC,TBLWT_PREINC
6253         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6254         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6255         directives
6256         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6257         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6258         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6259         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6260
6261 2004-02-29  Borut Razem <borut.razem AT siol.net>
6262
6263         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6264         support/Util/findme.h, support/Util/system.h: enhance binary relative
6265         search for lib and include by using findProgramPath()
6266
6267 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6268
6269         * src/SDCCpeeph.h,
6270         * src/SDCCpeeph.c (pcDistance),
6271         * src/port.h,
6272         * src/mcs51/ralloc.h,
6273         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6274         * src/mcs51/main.h,
6275         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6276         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6277         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6278         size calculation port specific, started basis for some register
6279         optimizations
6280         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6281         missing push/pop of r0/r1. Optimized push/pops
6282         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6283         * device/lib/_modsint.c (_modsint),
6284         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6285         and stack version so regression tests pass
6286
6287 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6288
6289         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6290         * src/SDCCast.c (decorateType): catch another small optimization
6291         with '?' operator
6292         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6293         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6294         modified to finally use computeType() all over SDCC,
6295         see Feature Request #877103
6296         * src/SDCCval.h: cosmetic
6297         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6298         valCompare(); regression tested in muldiv.c
6299         * support/regression/tests/muldiv.c (testMod): mod sign follows
6300         dividend only
6301
6302 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6303
6304         * src/SDCCast.c (decorateType): fixed bug #902362
6305         * doc/INSTALL.txt: fixed install instructions for win32
6306
6307 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6308
6309         * device/include/Makefile.in (install): fixed by replacing spaces
6310         by tabs
6311         * doc/README.txt,
6312         * doc/INSTALL.txt: updated for release
6313         * doc/sdccman.lyx: added warning for --xstack being buggy
6314
6315 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6316
6317         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6318         to eliminate build warnings.
6319         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6320
6321 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6322            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6323
6324         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6325         removed -penable-stack, added comment for stack pragma, added
6326         warning for not initializing the stack/frame registers, removed
6327         comment at interrupts section
6328
6329         Stack is made permanent, there is no ability to disable stack usage.
6330         * src/pic16/device.h,
6331         * src/pic16/device.c: removed all references to USE_STACK macro,
6332         * src/pic16/device.c (pic16_dump_section): when no elements in
6333         rlist, free rlist before return,
6334         * (pic16_dump_int_registers): NEW, internal registers are a new set
6335         of general purpose registers reused by each function,
6336         * (checkAddReg): returns 1 if registers is added to set,
6337         * (pic16_groupRegistersInSection): when a registers is of type
6338         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6339         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6340         SRCASECMP macro is moved here from device.c
6341         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6342         PO_PCLATU, PO_PRODL, PO_PRODH,
6343         * (pic16_pCodeOpType, genMinus,
6344         changed compares to "a" register, with AOP_ACC,
6345         * (pic16_genPlus): fixed some bugs and indented properly,
6346         * (pic16_addSign): changed size to size+offset in the MOVWF
6347         instruction,
6348         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6349         multiply 8-bit operand by literal, result is 8-bit,
6350         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6351         multiply 2 8-bit operand, result is 8-bit,
6352         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6353         genUMult8X*_16,
6354         * src/pic16/gen.c: changed accUse to contain WREG only,
6355         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6356         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6357         true, do not use immediate addressing any more unless sym is a
6358         pointer in codespace,
6359         * (aopForRemat): do not use immediate addressing when symbol not in
6360         codespace and when symbol's address is requested,
6361         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6362         accUse size (= 1),
6363         * (aopGet): added case for AOP_ACC and don't return "accumulator
6364         bug" but WREG instead,
6365         * (popGetTempReg): pushes contents of temporary register in stack,
6366         * (popReleaseTempReg): pops contents of temporary register from
6367         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6368         * (pic16_popGet): separated case AOP_ACC to return register WREG
6369         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6370         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6371         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6372         the use of immediate pointers to certain cases only.
6373
6374         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6375         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6376         * (assignResultValue, genCall, genRet): modified to use the new
6377         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6378         genPcall is still broken,
6379         * (genFunction): added code to create 'A' type pBlocks when
6380         interrupt functions are generated, code not extensively tested yet,
6381         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6382         * (genEndFunction): modified so ISRs pop stored registers from stack,
6383         * (genMultOneByte): cleanup,
6384         * (AccRsh): added flag andmask, to and result with appropriate mask,
6385         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6386         * (genDataPointerGet): fixed and reenabled its use,
6387         * (genNearDataPointerGet): bugs fixed,
6388         * (genDataPointerSet): bugs fixed,
6389         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6390         pic16_DumpSymbol, pic16_DumpOp,
6391         * src/pic16/genutils.h: function prototypes for the above functions,
6392         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6393         pointers,
6394         * (pic16emitRegularMap): many many many improvements, but needs a
6395         major cleanup,
6396         * src/pic16/main.c: enable_stack in pic16_options is removed,
6397         * (_pic16_parseOptions): removed command line options -penable-stack,
6398         * (_process_pragma): emit stack symbol only when stack pragma is
6399         processed,
6400         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6401         redirected to FSR0L/FSR0H pair,
6402         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6403         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6404         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6405         for immediates,
6406         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6407         * (dumpPicOptype): NEW,
6408         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6409         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6410         with movff instruction,
6411         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6412         added pic16_int_regs, some packRegsFor* functions are commented out,
6413         because produce errors,
6414         * src/pic16/NOTES: minor modifications
6415
6416 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6417
6418         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6419         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6420         --pack-iram.
6421         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6422         * as/mcs51/lkaomf51.c: fixed bug #895763
6423
6424 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6425
6426         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6427
6428 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6429
6430         * doc/sdccman.lyx: added details about the HC08 storage classes and
6431         interrupts, fixed the register usage info for z80 & gbz80
6432
6433 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6434
6435         * doc/sdccman.lyx: added more pic16 port documentation
6436         * device/include/pic16/: added header pic18fregs.h
6437
6438 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6439
6440         * doc/sdccman.lyx: added Vangelis' contribution
6441
6442 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6443
6444         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6445         extend to the next CALL or PCALL, not just to the next CALL.
6446
6447 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6448
6449         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6450
6451 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6452
6453         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6454         bug #895752 and a better fix for bug #716790
6455
6456 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6457
6458         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6459
6460 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6461
6462         * doc/sdccman.lyx: minor changes, minor changed
6463
6464 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6465
6466         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6467         which can't handle SDCC_NEWONEBYTEOPS,
6468         (geniCodeMultiply): removed conversion from mult to shift for pic14
6469         and pic16
6470
6471 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6472
6473         * src/hc08/gen.h,
6474         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6475         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6476         thus fixing bug #895406
6477
6478 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6479
6480         * device/lib/_modsint.c,
6481         * device/lib/_modslong.c: sign follows divisor only
6482         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6483         signs or signedness can be ignored
6484         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6485         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6486         added optimization for IFX,
6487         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6488         arguments;
6489         reenabled optimization for IFX, which was removed on 2004-01-11
6490         * src/SDCCast.h: added return type IFX
6491         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6492         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6493         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6494         SDCC_OLDONEBYTEOPS selects the old behaviour
6495         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6496         changed again and commented promotion rule
6497         * src/SDCCval.c (valDiv): promotion no longer necessary
6498         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6499         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6500         rewritten
6501         * support/regression/tests/onebyte.c: added
6502
6503 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6504
6505         * gen.c (genInline): reverted to old code for assemnling inline
6506         code because of bug reported James Chadd
6507
6508 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6509
6510         * ralloc.h: missing declarations from previous patch,
6511         seems that patch for ralloc.h was never applied, fixed
6512
6513 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6514            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6515
6516         * pcode.c,
6517         * pcode.h,
6518         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6519         indirect addressing. Marked FSR0 as deprecated
6520         * gen.c (pointerCode): commented out, not needed now
6521         (pic16_popGet2p): new MOVFF helper function
6522         (genGenPointerGet),
6523         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6524         (shiftRLong): removed duplicate debugging info
6525
6526 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6527
6528         * src/ds390/gen.c (genNearPointerGet),
6529         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6530         optimization with bits, but not bitfields.
6531         * src/ds390/ralloc.c (packRegisters),
6532         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6533
6534 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6535
6536         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6537
6538 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6539
6540         * src/SDCCsymt.h,
6541         * src/SDCCicode.c (operandFromSymbol),
6542         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6543         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6544         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6545         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6546         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6547         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6548         bug #892038
6549         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6550         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6551         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6552         * src/SDCCsymt.c (newSymbol),
6553         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6554         enumerator_list),
6555         * src/SDCCval.h,
6556         * src/SDCCval.c (newiList): fixed bug #885705
6557
6558 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6559
6560         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6561         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6562
6563 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6564
6565         * device/include/c8051f120.h,
6566         * device/include/c8051f300.h,
6567         * device/include/c8051f310.h: added/updated header files for Silicon
6568         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6569         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6570         in new section Submitting patches
6571
6572 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6575         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6576         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6577         genGenPointerSet),
6578         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6579         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6580         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6581         genGenPointerSet),
6582         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6583         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6584         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6585         genGenPointerSet),
6586         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6587         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6588         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6589         genGenPointerSet): fixed bug #892400
6590         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6591         to eliminate build warnings.
6592         * src/SDCCast.c (processParms),
6593         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6594         fixed bug 751859
6595         * support/valdiag/valdiag.py: added GCC to the list of defines active
6596         when compiling with gcc
6597
6598 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * support/Util/SDCCerr.h,
6601         * support/Util/SDCCerr.c,
6602         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6603         with an incomplete type (fixed bug #883734)
6604         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6605
6606 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6607
6608         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6609
6610 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6611
6612         * src/SDCCast.c (decorateType),
6613         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6614         function pointer implementation
6615         * support/regression/tests/funptrs.c: added tests to verify both forms
6616         of function pointers work correctly. Added tests to verify parameters
6617         are passed in the correct order.
6618
6619 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6620
6621         * device.c (regCompare): registers are sorted by ascending
6622         address and increasing size,
6623         * main.c (_pic16_finaliseOptions): removed the declaration
6624         of compiler macro MCU. Now a macro of the format pic18fxxxx
6625         will be defined from the command line
6626
6627 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6628             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6629
6630         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6631         PCOP_RLCF was overwritten!
6632         * gen.c (genSkip): commented out calls to pic16_emitcode,
6633         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6634         * (genlshTwo),
6635         * (genRRC): added debugging info,
6636         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6637         overwritten while shifting,
6638         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6639         overwritten while shifting,
6640         * (AccLsh),
6641         * (AccRsh),
6642         * (shiftLLeftOrResult),
6643         * (shiftRLeftOrResult),
6644         * (shiftRLong),
6645         * (shiftLLong): Implemented with pic16_emitpcode
6646         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6647         * (genLeftShift): Fixed bug, operand for shift by variable always
6648         was "and"ed with 0x0f,
6649         * (genLeftShiftLiteral),
6650         * (genrshTwo),
6651         * (genRightShiftLiteral): added debugging info,
6652         * (genrshFour): added comment,
6653         * (genRightShift): determined signedness from operand "left"
6654         instead of "result"
6655
6656 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         * src/SDCCicode.c (geniCodeParms),
6659         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6660         function pointers, fixed function pointer bugs #861242 and #861896
6661
6662 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6663
6664         * device/include/c8051f000.h,
6665         * device/include/c8051f120.h,
6666         * device/include/c8051f300.h: added header files for Silicon
6667         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6668
6669 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6670
6671         * src/SDCCast.c (processParams): added new type flow and restructured
6672         (gatherAutoInit): added new type flow
6673         (addCast): cosmetic changes
6674         (getLeftResultType): added new type flow for array indices, patch
6675         provided by Stas, see FR #877103
6676         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6677         array index patch by Stas
6678         * src/SDCCast.h: added prototype getResultTypeFromType()
6679         * src/SDCCval.h,
6680         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6681         * src/pic/glue.c (pic14emitStaticSeg),
6682         * src/pic16/glue.c (pic16emitStaticSeg),
6683         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6684         for initialization of symbols
6685         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6686         * support/Util/SDCCerr.h:
6687         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6688         * .version: bumped version number to 2.3.8
6689         * device/include/Makefile.in (install),
6690         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6691         avoid warnings
6692
6693 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6694
6695         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6696         Slade Rich fixed an optimization bug
6697         * src/pic/pcodepeep.c,
6698         * src/pic/pcoderegs.c
6699         * doc/Makefile (install): added test for directory
6700
6701 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6702
6703         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6704         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6705         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6706         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6707         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6708         * as/mcs51/asexpr.c (term),
6709         * as/hc08/asexpr.c (term): fixed bug #887146
6710
6711 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6712
6713         * src/z80/gen.c (genMult): handle single byte result product
6714         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6715         DUMMY_READ_VOLATILE (fixed bug #886367)
6716
6717 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6718
6719         * support/regression/tests/libmullong.c: fixed logic, on little endian
6720         hosts we ended without a mullong_wrapper()
6721
6722 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6723
6724         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6725         virus/worm forged address usage.
6726
6727 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6728
6729         Fixed promotion, it should be done on AST level:
6730         * src/SDCCast.c (addCast): added promotion to int
6731         (decorateType): updated call to upCast()
6732         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6733         usualUnaryConversions()
6734
6735 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6736
6737         * support/regression/tests/literalop.c (mulWrapper): Added a
6738         wrapper to remove integer overflow warnings.
6739
6740         * support/regression/tests/float_trans.c: Made work on host.
6741
6742         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6743         location of sz80.
6744
6745         * support/regression/generate-cases.py (main): Changed from inline
6746         to a main method.
6747
6748         * doc/Makefile (install): Changed to depth first to get rid of
6749         missing directory install warning.
6750
6751         * as/Makefile (install-doc): Made work on Mac.
6752
6753 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6754
6755         * src/SDCCast.c: added an additional type flow in decorateType() of
6756         opposite direction, see feature request #860006; it's enabled at runtime
6757         by setting the environment variable SDCC_NEWTYPEFLOW
6758         * src/SDCCast.h: changed prototype of decorateType()
6759         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6760         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6761         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6762         see feature request #877103
6763         * src/SDCCval.c: updated call of decorateType()
6764         (valBitwise): fixed bug #882876
6765         (valMinus): added promotion
6766         (valLogicAndOr): result is unsigned
6767         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6768         * src/SDCCsymt.c (computeType),
6769         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6770         must not cause an unsigned operation
6771         * src/pic/glue (pic14emitRegularMap),
6772         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6773
6774 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6775
6776         * src/pic/pcode.c (PCodeID): commented out left over debug code
6777
6778 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6779
6780         * support/valdiag/tests/overflow.c: added shift tests
6781         * src/pic/device.c,
6782         * src/pic/gen.c,
6783         * src/pic/gen.h,
6784         * src/pic/glue.c,
6785         * src/pic/main.c,
6786         * src/pic/pcode.c,
6787         * src/pic/pcode.h,
6788         * src/pic/pcodepeep.c,
6789         * src/pic/pcoderegs.c,
6790         * src/pic/ralloc.c,
6791         * src/pic/ralloc.h: applied patch from Slade Rich;
6792         added support for multiple code pages and multiple RAM banks on the
6793         PIC 14 port. The ASM files now no longer simply assume all the
6794         code / RAM are in the same page / bank. This means the linker can
6795         safely allocate code/RAM of separate ASM files to different pages/banks.
6796         * doc/sdccman.lyx: added Slade's tips
6797         * src/mcs51/peeph.def: fixed bug #880768
6798
6799 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6800
6801         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6802         * src/SDCCast.c (decorateType): fixed bug #880197
6803
6804 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6805
6806         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6807         getopt.h.
6808
6809         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6810         strtof is not part of C89 and isn't included with Mac OS X.
6811
6812 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6813
6814         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6815         shiftL2Left2Result): fixed bug #879326
6816         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6817         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6818         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6819         address fetch for clr instruction
6820         * device/lib/hc08/_mulint.c: created optimized assembly version
6821         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6822
6823 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6824
6825         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6826         proposed in FR #877103
6827
6828 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6829
6830         * src/SDCCval.c (cheapestVal): added missing checks
6831         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6832         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6833
6834 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6835
6836         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6837         equal operands
6838
6839 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6840
6841         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6842         loaded with the linker search paths (-L arguments) and the libraries
6843         to be linked with the current source (-l arguments). Changes
6844         currently will affect only the pic16 port.
6845         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6846         include path the port specific paths and port specific libraries,
6847         * gplink command now contains the $3 argument,
6848         * src/pic16/device.h,
6849         * src/pic16/device.c,: structure PIC_device is made public and
6850         renamed to PIC16_device, the same for variable Pics which is renamed
6851         to Pics16. Updated all references to them.
6852         * src/pic16/glue.c (pic16glue): corrected bug with code
6853         initialization which bypassed the variable initializations block.
6854
6855         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6856         COMPILE_FLAGS and added the --nostdinc option
6857
6858 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * device/include/mc68hc908jb8.h: Register defs for another member
6861         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6862
6863 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6864
6865         Documenting changes from previous commits.
6866         * configure.in (version 1.56),
6867         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6868         when generating output files to configure the pic16 library,
6869         but now I've commented it out, since gputils aren't installed in the
6870         SF compile farm, so library won't compile
6871
6872         * device/lib/Makefile.in (version 1.56): initially I've added in
6873         target 'all' the prerequestive 'model-pic16' so it compiled the
6874         pic16 library, but now I've commented it out for the same reasons
6875         above,
6876         * added targets 'model-pic16' and 'objects-pic16' to compile the
6877         library
6878         * added target 'port-specific-objects-pic16' to handle the
6879         generated libraries and copy them into the build/ directory
6880         * added target 'clean-intermediate-pic16' to clean intermediate
6881         files into pic16 directory
6882         * in target 'installdirs' added line to create directory pic16 in
6883         the installation path
6884
6885         * device/include/Makefile.in (version 1.11): in target 'install'
6886         added lines to copy all header files to installation path,
6887         * in target 'installdirs' added line create directory for pic16
6888         headers in the installation path
6889
6890 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6891
6892         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6893          a function call
6894
6895 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6896
6897         * configure,
6898         * device/lib/configure.in,
6899         * device/lib/configure: fixed for autoconf 2.57
6900
6901 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6904         option so that it actually works. Made it specific to the z80, since
6905         the gbz80 doesn't have these kinds of I/O ports.
6906
6907 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6908
6909         * device/include/z180.h,
6910         * device/lib/_memcpy.c,
6911         * device/lib/_memmove.c,
6912         * device/lib/_mulint.c,
6913         * device/lib/ser_ir.c,
6914         * device/lib/ser_ir_cts_rts.c,
6915         * device/lib/_strcmp.c,
6916         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6917         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6918         portmode; added deprecation warning for bank= and protmode= forms.
6919         Also, guard against buffer overflow.
6920         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6921
6922 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6925         changed interrupt vector table generation to only emit declared vectors.
6926         * device/include/Makefile.in: added missing backslash
6927         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6928
6929 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6930
6931         Mainly changes to support compilation of the device libraries
6932         * src/pic16/device.c: stack is allocated via symbol and not
6933         via literal number. The symbol is placed in the corresponding
6934         position of the data ram
6935         * (pic16_dump_section): relocatable and absolute uninitialized
6936         data are now emitted in sorted order to reduce section naming,
6937         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6938         weren't marked as being in the access bank,
6939
6940 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6941
6942         Added portion of GNU PIC Library under the directory
6943         device/include/pic16 and device/lib/pic16. These files
6944         contain the declarations of SFRs for the PIC18Fxx2 devices.
6945         The directory is initialized via configure from toplevel.
6946
6947 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6948
6949         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6950         the spilllocations to be compared correctly
6951
6952 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6953
6954         * src/SDCCast.c (decorateType): fixed bug introduced today
6955
6956 2004-01-12  Borut Razem <borut.razem AT siol.net>
6957
6958         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6959         doc/sdccman.lyx: upper case pragmas are deprecated
6960
6961 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6962
6963         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6964         in simpler and even better code
6965
6966 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6967
6968         * src/SDCCicode.c (operandOperation): fixed bug #874819
6969         * src/SDCCast.c (decorateType): fixed
6970         char foo (unsigned long ul) { return ul > 0; }
6971
6972 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6973
6974         * doc/sdccman.lyx: Moved and added some sections, small changes
6975         all over. Telling LaTeX to be less strict with word spacing
6976         to better keep the right margin. Changed some notes about
6977         maintainance of the ports in section 3.2.1 - is it OK like this?
6978
6979 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6980
6981         SDCC source changes:
6982         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6983         convilong): modified to inform the pic16 port that builtin functions
6984         are external
6985
6986         PIC16 PORT specific changes:
6987         * src/pic16/device.c pic16_dump_equates() added,
6988         processor registers declared internally by the port are emitted in
6989         the translation as equates,
6990         * src/pic16/gen.c: inline code is passed unprocessed to the
6991         translation,
6992         * (pic16_popGetLit2): fnuction modified to take second operand as
6993         pCodeOp pointer and not as literal,
6994         * (popRegFromIdx): prefixed with pic16_,
6995         * (pic16_popCombine2): modified to receive already allocated pCode
6996         operands,
6997         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6998         * (genFunction): initializes local stack frame and pushes on stack
6999         all the registers used by this function,
7000         * (genEndFunction): restores all registers from stack and restores
7001         stack frame,
7002         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7003         improvements,
7004         * (pic16glue): changed the program startup sequence,
7005         * added new dbName code 'A' for functions placed in absolute section
7006         * src/pic16/main.c: added function attribute _naked,
7007         * added pragma 'code' to place a fnuction at an absolute address,
7008         * added command line arguments --debug-ralloc and --pcode-verbose,
7009         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7010         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7011         * (pic16_newpCodeOpLit2): modified to take the second operand as
7012         pCodeOp pointer,
7013         * (pic16_printpBlock): modified to emit each function in a separate
7014         section,
7015         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7016         UPPER for immediate operands,
7017         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7018         instruction,
7019         * src/pic16/peeph.def: all peepholes with movff are commented out,
7020         because there is a problem in the pcode peep optimizer,
7021         * src/pic16/ralloc.c: the register allocator can now reuse local
7022         function symbols for another function. This saves register usage.
7023         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7024
7025         Added file src/pic16/NOTES with information about program writing on
7026         the current port version.
7027
7028 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7029
7030         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7031         and peephole 252 (array access)
7032
7033 2004-01-09  Borut Razem <borut.razem AT siol.net>
7034
7035         * src/SDCCmain.c : fixed #872250: -l command line defined library
7036           files are scanned before standard library files
7037
7038 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCCast.c (decorateType): fixed bug #874046
7041
7042 2004-01-09  Borut Razem <borut.razem AT siol.net>
7043
7044         * support/scripts/sdcc.nsi: remove previous installation
7045
7046 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7047
7048         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7049         bytes for last interrupt vector (mcs51)
7050         * sdcc.spec: fixed typo
7051
7052 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7055         gen51Code): more efficient parameter receive for --model-large
7056         ("bug" #845294)
7057
7058 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7059
7060         * src/ds390/main.c,
7061         * src/z80/main.c: added missed needLinkerScript flags (more than
7062         one port structure defined in these file)
7063         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7064         bug #795325
7065
7066 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7067
7068         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7069         * src/port.h: added flag needLinkerScript in port->linker
7070         structure to inform whether to create a .lnk file or not,
7071         * src/avr/main.c,
7072         * src/ds390/main.c,
7073         * src/hc08/main.c,
7074         * src/mcs51/main.c,
7075         * src/pic/main.c,
7076         * src/pic16/main.c,
7077         * src/xa51/main.c,
7078         * src/z80/main.c: changed appropriately to configure
7079         needLinkerScript flag
7080         * src/pic/gen.c,
7081         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7082         * src/pic/glue.c: added variable udata_section_name to
7083         override default uninitialized data segment definition for
7084         devices only with SHAREBANK memory (reported from Erik Epetrich)
7085         * (pic14emitOverlay): modified to emit a commented overlay segment
7086         directive when no overlay data exist
7087         * (picglue): modified to emit uninitialized data segment
7088         according to udata_section_name
7089         * src/pic/main.c (_pic14_parseOptions): added command line
7090         options --udata-section-name=[name] to override default
7091         udata definition name
7092         * modified _linkCmd and _asmCmd to include compiler passed
7093         arguments via -W option
7094         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7095         object file from '.rel' to '.o' in port->linker structure,
7096         changed size of fptr from 2 to 3 in port structure
7097
7098 2004-01-07  Borut Razem <borut.razem AT siol.net>
7099
7100         * support/scripts/sdcc.nsi: update PATH
7101         * support/scripts/sdcc.ico: craeted
7102
7103 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7104
7105         * device/include/Makefile.in: fix install
7106         * doc/Makefile: fix install
7107
7108 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7111         in bug #860505
7112         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7113         how the function variable allocation summary is displayed; also
7114         include information about variables allocated to the overlay
7115         segment
7116
7117 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7118
7119         * as/mcs51/lkmain.c: Help about -Y option
7120         * as/mcs51/lkarea.c: Fixed gcc warnings
7121
7122 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7123
7124         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7125         fixed warning
7126         * support/valdiag/tests/overflow.c: added
7127         * src/SDCCast.c (decorateType),
7128         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7129         LEFT_OP (left shift)
7130
7131 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7132
7133         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7134         (default behaviour).
7135
7136 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7137
7138         A python script to validate compiler diagnostic messages. It can be
7139         used to verify that sdcc complains about bad c source code and
7140         gives a good location of the error.
7141         * support/valdiag/Makefile,
7142         * support/valdiag/valdiag.py,
7143         * support/valdiag/tests/*
7144
7145 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7146
7147         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7148         * src/SDCCsymt.c (newEnumType),
7149         * src/SDCCsymt.h
7150         * support/Util/SDCCerr.c,
7151         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7152         enum related bugs.
7153         * support/regression/tests/enum.c: added test for enum values that
7154         require at least 2 bytes of storage.
7155
7156 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7157
7158         * src/common.h: added ifndef/define/endif macros
7159         around the header file.
7160         Bug reported from Jesus Calvino-Fraga
7161
7162 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7163
7164         * sdcc.spec: updated
7165         * device/include/Makefile.in: don't install CVS directories
7166         * device/lib/Makefile.in: added removal of CVS directories after install
7167         * doc/Makefile: fixed install, added local_icons
7168         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7169         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7170         * src/ds390/gen.c (genRightShift): fixed bug #870788
7171         * src/SDCCast.c (decorateType): fixed bug #870781
7172
7173 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7174
7175         PIC16 port related changes:
7176         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7177         added variable stackPos,
7178
7179         * gen.c: genCall, assignResultValue: added support for
7180         pushing/retrieving function parameters to/from stack,
7181         genFunction,genEndFunction: setup stack frame for the
7182         generated function,
7183         genAddrOf: will be changed according to bug 863624
7184
7185         * added files genutils.c and genutils.h which contain gen*
7186         debugged and optimised functions extracted from gen.c
7187
7188         * glue.c: added variable 'externs' which holds extern symbols,
7189         pic16emitRegularMap: is modified to properly handle relocatable
7190          symbols under the new scheme,
7191         pic16createInterruptVect: is modified
7192         pic16printPublics: is modified to emit 'global' assembler directives,
7193         added pic16_printExterns to print extern symbols,
7194         pic16glue: initializes stack/frame pointer in the beginning of
7195         the assembly output. Temporary hack, will be corrected later,
7196         because gplink yet does not support stack and SDCC does not
7197         yet support a type of crt0.o object to create the final binary.
7198
7199         * Removed many lines that contain 8051 legacy code.
7200         * The code is finally placed under a 'code' directive.
7201         * Added port specific options.
7202
7203         * _process_pragma: simplified since now we do not need *special*
7204         include file to define SFR registers. But a separate header
7205         will be needed. This will be developed later.
7206         * _pic16_parseOptions: added, parses port specific options:
7207         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7208         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7209         --preplace-udata-with=
7210
7211         * _pic16_setDefaultOptions: modified to initialize section names,
7212         but hack is temporarly out of order since it needs improvement.
7213         * _pic16_genAssemblerPreamble: configuration words are emitted by
7214         their address instead of their name. This part is incomplete and
7215         supports only the 18Fxx2 devices. Other devices will emit an error
7216         during assembly since they do not contain the same set of config
7217         registers
7218         * _pic16_genIVT: is modified,
7219
7220         * pcode.c: added definitions for some hardware registers that are needed
7221         for stack support
7222         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7223         All PCI entries are updated. Now LFSR is supported.
7224         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7225         * added pic16_newpCodeOpLit2 to support instructions with
7226         two literal arguments
7227         * pic16_pCode2str: corrected code that emits assembler instructions
7228         with two literal operands and those that have an access bit modifier
7229         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7230         this fixes a bug which caused some labels to be lost, when an
7231         assembler directive was added, i.e. banksel,
7232         * pic16_FixRegisterBanking: improved logic that causes the insertion
7233         of bank switching,
7234         * InlineFunction: functions that are called once, are not any more
7235         inlined. This can be a port option in the future,
7236
7237         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7238
7239         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7240         hold the corresponding uninitialized symbols,
7241         * pic16_allocProcessorRegister: registers have explicit marked the
7242         accessBank field,
7243         * pic16_allocInternalRegister: registers are explicit marked as
7244         not used,
7245         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7246         processing list, so bit registers were lost,
7247         *
7248
7249         * ralloc.h: added field 'accessBank' and original symbol operand
7250         in register definition,
7251         * removed the field isMapped from register definition,
7252
7253         ** Several functions have been removed from various sources:
7254         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7255         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7256         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7257         pic16_assignRelocatableRegisters
7258
7259         ** others have been introduced:
7260         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7261         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7262
7263 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7264
7265         * support/scripts/inc2h.pl: changed definition of BIT_AT
7266         to emit 'sbit at' instead of 'bit at'. This was a request.
7267
7268         PIC16 port related preliminary changes:
7269         * gen.c: prefixed function popRegFromString with
7270         pic16_ and all references to it corrected
7271         * pcode.c: all pic16_pc_* hardware registers prefixed
7272         with underscore (_),
7273         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7274         * ralloc.c: newReg(): when register is REG_SFR then
7275         set address to rIdx,
7276         pic16_allocProcessorRegister(): marks register wasUsed=0
7277         pic16_writeUsedRegs(): added a call to assign processor
7278         registers via pic16_assignFixedRegisters
7279
7280 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7281
7282         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7283         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7284         variables in unused register banks.  Also the SSEG is placed
7285         wherever there is enough space for it, and IDATA can be anywhere
7286         in internal RAM.  For now compile using -Wl-Y[stack_size].
7287         The mem file is different for this option as well, since it
7288         makes no sense of talking about DSEG lenght.
7289
7290 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7291
7292         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7293         in certain cases, e.g. when ROM assignment, patch provided
7294         from Albert den Haan.
7295
7296 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7297
7298         Many signedness and type propagation fixes:
7299         * src/SDCCicode.c: made geniCodeCast() static
7300         replaced SPEC_ by IS_ (cosmetic)
7301         (operandOperation): fixed div and mod operation
7302         (usualBinaryConversions): added support for promotion of char
7303         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7304         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7305         (geniCodeAdd): an array index will stay unsigned, even if promoted
7306         from char to int
7307         (geniCodeArray): ditto
7308         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7309         * src/SDCCsymt.c (computeType): added more support for char;
7310         promotion of char is selectable by promoteCharToInt, fixed signedness
7311         for all cases
7312         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7313         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7314         * src/SDCCval (val*): replaced signedness calculation by
7315         computeType()
7316         rearranged if-branches (cosmetic)
7317         (valShift): added warning W_SHIFT_CHANGED
7318         (valCompare): fixed problem with different types
7319         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7320         * support/regression/tests/literalop.c: added many cases
7321         * support/regression/tests/ast_constant_folding.c: changed finally to
7322         'unsigned int'
7323         * .version: new year, new version: 2.3.7
7324         * src/SDCCmain.c (main): applied patch #866468
7325         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7326         provided by Scott Bronson
7327         * doc/sdccman.lyx: updated documentation for sdcdb
7328         updated and added chapter tips
7329
7330 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7331
7332         * src/SDCCsymt.h: missing from yesterday's commits
7333
7334 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7335
7336         * src/SDCC.y (struct_or_union_specifier),
7337         * support/Util/SDCCerr.c,
7338         * support/Util/SDCCerr.h: verify that struct & union tags are used
7339         as declared.
7340
7341 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7342
7343         * src/SDCCglobl.h: missing from yesterday's commits
7344
7345 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7348         sft_attributes, struct_declaration, parameter_declaration,
7349         type_name, start_block, declaration_list),
7350         * src/SDCC.lex (check_type): support redefinition of typedef names
7351
7352 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7353
7354         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7355         aligned xdata arrays. Erik helped me with the if clause.
7356
7357 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7358
7359         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7360         warning
7361
7362 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7363
7364         * src/SDCCast.h,
7365         * src/SDCCast.c (newAst_),
7366         * src/SDCCicode.h,
7367         * src/SDCCicode.c (ast2iCode, newiCode),
7368         * src/SDCCglobl.h,
7369         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7370         expr, statement, expression_statement, selection_statement,
7371         iteration_statement, expr_opt, jump_statement): foundation for tracking
7372         sequence points
7373         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7374         point code too)
7375
7376 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7377
7378         * support/Util/SDCCerr.c,
7379         * src/SDCCast.h,
7380         * src/SDCCast.c (createCase, createDefault, decorateType),
7381         * src/SDCClabel.c (labelUnreach),
7382         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7383         to error messages.
7384         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7385         (with thanks to Stas Sergeev)
7386         * device/include/time.h,
7387         * device/lib/time.c (CheckTime): suppress unreachable code warning
7388
7389 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7390
7391         * src/SDCCast.c (createIvalCharPtr),
7392         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7393         bug #753752)
7394         * support/regression/tests/nullstring.c: tests for these two bugs
7395
7396 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7397
7398         * support/Util/SDCCerr.h,
7399         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7400         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7401         about storage class and 'at' used inside struct or union
7402         * src/SDCCBBlock.c (iCodeFromeBBlock),
7403         * src/SDCCcse.c (ifxOptimize),
7404         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7405         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7406         printIval, emitStaticSeg, emitOverlay),
7407         * src/SDCClabel.c (deleteIfx),
7408         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7409         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7410         gatherAutoInit, processParms),
7411         * support/Util/SDCCerr.h,
7412         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7413         reporting for post-parse errors.
7414
7415 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7416
7417         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7418         implicit casts via union; they don't work on big endian systems
7419         (possible fix for bug #861138)
7420
7421 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7422
7423         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7424         * src/mcs51/main.c: fixed the fix for bug #737001
7425
7426 2003-12-15  Borut Razem <borut.razem AT siol.net>
7427
7428         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7429
7430 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7431
7432         * support/makebin/makebin.c: put output in binary mode
7433
7434 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7435
7436         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7437         xdata and data memory on startup. Set the environment variable
7438         SDCC_NOGENRAMCLEAR to disable this.
7439         * src/mcs51/peephole.def,
7440         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7441         (allows non-interrupt and interrupt code to safely compete for a resource
7442         without the non-interrupt code having to disable interrupts)
7443
7444 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7445
7446         * src/SDCCicode.c (geniCodeAdd),
7447         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7448         with valFromType if type might be a pointer and host is big endian).
7449         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7450         types, not just integer types.
7451         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7452         multiply defined with mismatching "at" address.
7453
7454 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7455
7456         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7457         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7458         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7459         with embedded nulls (fixed bug #753752)
7460
7461 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7462
7463         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7464         Apparently this did not see much testing (endless loop)
7465
7466 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7467
7468         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7469
7470 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7471
7472         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7473         gracefully handle NULL memmap pointers
7474
7475 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7478         instead of deleting the iCode when an operand is volatile
7479         * src/z80/gen.c (genDummyRead),
7480         * src/mcs51/gen.c (genDummyRead),
7481         * src/ds390/gen.c (genDummyRead),
7482         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7483         not just IC_RIGHT
7484         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7485         * src/SDCC.y: fixed bug #850420
7486
7487 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         Applied z80 i/o port patch from Peter Townson and fixed some operators
7490         to better handle operands in A register.
7491         * device/include/z180.h
7492         * src/SDCC.y
7493         * src/SDCCglue.c
7494         * src/z80/gen.c
7495         * src/z80/gen.h
7496         * src/z80/main.c
7497         * src/z80/peeph-z80.def
7498         * src/z80/peeph.def
7499         * src/z80/z80.h
7500
7501 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7502
7503         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7504
7505 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7506
7507         * device/lib/hc08/_mullong.c: Removed extra #endif
7508
7509 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7510
7511         * sim/ucsim/hc08.src/inst.cc,
7512         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7513         carries from x to h
7514         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7515         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7516         * device/include/stdarg.h: fixed varargs for hc08
7517         * device/lib/Makefile.in,
7518         * device/lib/hc08/Makefile,
7519         * device/lib/hc08/_mulint.c,
7520         * device/lib/hc08/_mullong.c: fixed some endian problems
7521
7522 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7523
7524         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7525         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7526         * device/lib/_gptrget.c,
7527         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7528
7529 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7530
7531         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7532         * src/SDCCast.c (astErrors): fixed bug #846007
7533         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7534
7535 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7536
7537         * src/SDCCast.c (decorateType): disabled a transformation I added in
7538         revision 1.188 (access to fields of a structure at an absolute address);
7539         it breaks with bitfields, extern declarations, and gcse analysis.
7540         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7541         could be assigned through a pointer, so don't complain.
7542         * src/SDCCast.c (astErrors),
7543         * src/SDCCast.h,
7544         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7545
7546 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7547
7548         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7549         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7550         output of __config directives, since gpasm now supports them
7551         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7552         pre-processor macro, i.e. -DMCU=p18f452
7553         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7554         and modified to handle 'cast' icode similarly to '=' icode
7555         * src/pic16/device.h (typedef struct PIC_device): added field
7556         'extMIface' to indicate that chip has external memory interface
7557         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7558         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7559         18F8720
7560
7561 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7562
7563         * src/SDCC.y (pointer): fixed bug #846006
7564         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7565         * src/SDCCast.c (decorateType): fixed bug #846009
7566         * src/ds390/peeph.def,
7567         * src/ds390/gen.c (genAnd, genOr),
7568         * src/mcs51/peeph.def,
7569         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7570
7571 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7572
7573         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7574         * src/SDCCdflow.c
7575         * src/SDCCcse.c
7576         * src/SDCCcse.h
7577         * src/SDCCBBlock.h
7578         * src/SDCCBBlock.c
7579
7580 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7581
7582         fixed bug #845089
7583         * src/SDCCbitv.h,
7584         * src/SDCCbitv.c: added function to free a bitvector
7585         * src/SDCClrange.h,
7586         * src/SDCClrange.c: added function to recompute the liveranges
7587         * src/avr/ralloc.c,
7588         * src/ds390/ralloc.c,
7589         * src/hc08/ralloc.c,
7590         * src/mcs51/ralloc.c,
7591         * src/pic/ralloc.c,
7592         * src/pic16/ralloc.c,
7593         * src/xa51/ralloc.c,
7594         * src/z80/ralloc.c: recompute the liveranges after register packing
7595
7596 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7597
7598         * src/SDCCloop.c (newInduction): fixed bug #845630
7599
7600 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7601
7602         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7603         inadvertantly left behind from my 2003-11-12 change
7604
7605 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7606
7607         Updated headers I neglected to commit yesterday.
7608         * src/SDCClrange.h,
7609         * src/SDCCicode.h
7610
7611 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7612
7613         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7614         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7615         * src/SDCCopt.c (eBBlockFromiCode),
7616         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7617         the creation of the key hash table from the sequencing so it can be used
7618         earlier (for some GCSE bug fixes still pending)
7619
7620 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7621
7622         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7623         * support/regression/tests/addsub.c: testing genPlus shortcut
7624
7625 2003-11-15  Borut Razem <borut.razem AT siol.net>
7626
7627         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7628
7629 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7630
7631         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7632         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7633         ordering is immaterial.
7634         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7635
7636 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7637
7638         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7639         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7640         (SIGSEV) of bug #840381
7641         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7642         unlink new file before rename if new and old filenames are the same)
7643
7644 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7645
7646         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7647         uninitialized variables) for the mcs51. Set environment variable
7648         SDCC_GENRAMCLEAR to test.
7649         xdata initialization slightly shorter
7650
7651 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7652
7653         * src/SDCCsymt.h,
7654         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7655         #838241 & 780691 (basicly the same bug)
7656         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7657         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7658
7659 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * src/SDCCmain.c (linkEdit): "fix" #834252
7662
7663 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7664
7665         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7666         * src/SDCCast.h,
7667         * src/SDCC.y: fixed bug #819403
7668
7669 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7670
7671         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7672         the reentrant attribute.
7673         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7674         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7675         simulation
7676         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7677         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7678         erroneously reduced to a literal.
7679         * src/hc08/ralloc.c (packRegisters, rematStr),
7680         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7681         some cases
7682
7683 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7684
7685         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7686         * doc/sdccman.lyx: changed from 'article' to 'book'
7687         * doc/Makefile: readded test_suite_spec and cdbfileformat
7688
7689 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7690
7691         * device/include/stdlib.h: include malloc.h to comply with ANSI
7692         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7693
7694 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7695
7696         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7697         * doc/clean.mk: also remove *.out files
7698         * doc/sdccman.lyx: some additions, larger top/bottom margins
7699
7700 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7701
7702         * src/SDCC.y: fixed bug #837365
7703         * support/regression/tests/bitopcse.c
7704         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7705         a symbol (might be valop instead)
7706         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7707         * device/lib/clean.mk: added hc08 to the cleaning list
7708
7709 2003-11-04  Borut Razem <borut.razem AT siol.net>
7710
7711         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7712           made 2003-11-04
7713         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7714           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7715           malloc is declared in standard stdlib.h
7716
7717 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7718
7719         * device/lib/hc08/Makefile: need to clean .rel not .o files
7720         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7721
7722 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         * src/port.h,
7725         * src/hc08/main.c,
7726         * src/mcs51/main.c,
7727         * src/ds390/main.c,
7728         * src/z80/main.c,
7729         * src/avr/main.c,
7730         * src/pic/main.c,
7731         * src/pic16/main.c,
7732         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7733         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7734         tests (which uses the port's oclsExpense function)
7735         * src/SDCC.y,
7736         * src/SDCCast.c,
7737         * src/SDCCicode.c,
7738         * src/hc08/gen.c,
7739         * src/ds390/gen.c,
7740         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7741
7742 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7743
7744         * src/SDCCcse.c (ifxOptimize),
7745         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7746         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7747         deleting the IFX iCode.
7748         * src/hc08/ralloc.c: reduced unneeded slocs
7749         * src/hc08/gen.c: fixed bug in asmopToBoolean
7750
7751 2003-11-04  Borut Razem <borut.razem AT siol.net>
7752
7753         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7754           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7755           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7756           transferred to configure
7757
7758 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7759
7760         Use headers defined in the C[++] standards:
7761         * sim/ucsim/gui.src/serio.src/fileio.cc
7762         * sim/ucsim/gui.src/serio.src/frontend.cc
7763         * sim/ucsim/gui.src/serio.src/main.cc
7764         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7765         * support/Util/NewAlloc.c
7766         * as/hc08/lklibr.c
7767         * as/mcs51/lklibr.c
7768         * as/z80/aslist.c
7769         * as/z80/assym.c
7770
7771 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7772
7773         * Added MSVC projects for hc08 assembler and linker:
7774         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7775         /as/hc08/link_hc08.dsp
7776
7777 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7778
7779         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7780
7781 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7782
7783         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7784
7785 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7786
7787         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7788
7789 2003-10-31  Borut Razem <borut.razem AT siol.net>
7790
7791         * support/cpp2/cpplib.h,
7792           support/cpp2/cpplib.c,
7793           support/cpp2/cpplex.c,
7794           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7795           to switch _asm block preprocessing on / off. Default is
7796           #pragma preproc_asm +
7797
7798 2003-10-31  Borut Razem <borut.razem AT siol.net>
7799
7800         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7801           when outputting comment blocks (when executed with -C option) and
7802           _asm (SDCPP specific) blocks
7803
7804 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7805
7806         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7807
7808 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7809
7810         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7811
7812 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7813
7814         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7815         * src/SDCCast.c (decorateType): fixed bug #832664
7816
7817 2003-10-31  Borut Razem <borut.razem AT siol.net>
7818
7819         * support\cpp2\cpplex.c: fixed for SDCPP:
7820           comments(when executed with -C option) and _asm blocks
7821           were included even if they where in skipped #if block.
7822           Applied solution from GCC cpp 3.3.2
7823
7824 2003-10-31  Borut Razem <borut.razem AT siol.net>
7825
7826         * src/SDCC.lex: sdcc now understands both formats:
7827           '# <line_number> <file_name>' and
7828           '#line <line_number> <file_name>'
7829         * support/cpp2/cppmain.c: sdcpp now generates the standard
7830           '# <line_number> <file_name>' instead of former
7831           '#line <line_number> <file_name>'
7832
7833 2003-10-30  Borut Razem <borut.razem AT siol.net>
7834
7835         * support/cpp2/cpphash.h,
7836         * support/cpp2/cpplib.h
7837         * support/cpp2/cpplex.c,
7838         * support/cpp2/cppmain.c,
7839         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7840
7841 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7842
7843         Fixed a number of problems revealed by bug #827883.
7844         * src/SDCCloop.c (loopInvariants): Spill location of the
7845         result operand should be recomputed if extracted from
7846         a loop. Also, don't extract assignments of an iTemp
7847         from a literal.
7848         * src/SDCCast.c (isConformingBody): loop reversal should
7849         not occur if the control variable is involved with a
7850         relational operator.
7851
7852 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7853
7854         * .version: bumped to 2.3.6 to reflect the big improvements
7855         made by Erik and Klaus. Thanks!
7856
7857 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7858
7859         Replaced the livrange code.
7860         * src/SDCClrange.c: added new LR code
7861         * src/SDCCloop.c,
7862         * src/SDCCBBlock.h: removed remainig parts from old LR code
7863         * src/ds390/ralloc.c,
7864         * src/ds390/gen.c: minor fixes to make it work with new code
7865
7866 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7867
7868         * as/hc08/asm.h,
7869         * as/hc08/lkrloc.c,
7870         * src/hc08/gen.c,
7871         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7872         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7873         (tweaked fix for bug #818696)
7874
7875 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7876
7877         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7878
7879 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7880
7881         * src/SDCCmain.c,
7882         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7883         * src/mcs51/gen.c (gencjneshort),
7884         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7885         more efficient (per Scott Bronson's suggestion)
7886
7887 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7888
7889         Extended the semantics of the critical keyword to include
7890         individual statements. See RFE #827755 and #799831
7891         * src/SDCC.y
7892         * src/SDCCicode.c
7893         * src/SDCCopt.c
7894         * src/SDCCast.c
7895         * support/Util/SDCCerr.c
7896         * support/Util/SDCCerr.h
7897         * src/mcs51/gen.c
7898         * src/ds390/gen.c
7899         * src/hc08/gen.c
7900
7901 2003-10-19  Borut Razem <borut.razem AT siol.net>
7902
7903         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7904
7905 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7906
7907         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7908         Fixed bug #818696
7909         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7910         and predecrement operand is displayed
7911
7912 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7913
7914         * src/SDCCval.c (valMinus): fixed bug #826041
7915
7916 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7917
7918         Some hc08 related updates that I missed earlier
7919         * sim/ucsim/stypes.h
7920         * support/regression/ports/hc08/spec.mk
7921
7922 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7923
7924         New target "hc08" for the Motorola 68hc08 family of micros
7925
7926         * configure
7927         * configure.in
7928         * Makefile
7929         * src/hc08/*
7930         * src/SDCCmain.c
7931         * src/port.h
7932         * sim/ucsim/hc08.src/*
7933         * sim/ucsim/configure.in
7934         * src/ucsim/configure
7935         * sim/ucsim/packages_in.mk
7936         * as/hc08/*
7937         * as/Makefile
7938         * device/include/mc68hc908qy.h
7939         * device/lib/hc08/*
7940         * device/lib/Makefile.in
7941         * support/regression/ports/hc08/*
7942         * support/regression/Makefile
7943
7944 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7945
7946         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7947         regression test
7948         * src/ds390/gen.c (genCast): fixed bug #821957
7949
7950 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7951
7952         * device/lib/logf.c: "fixed" overlay bug
7953         * support/regression/ports/host/spec.mk: added m library
7954         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7955         * support/regression/tests/float_trans: added (for Eric)
7956
7957 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7958
7959         * src/mcs51/gen.c (genCpl): fixed bug
7960         http://sf.net/mailarchive/message.php?msg_id=6263915
7961
7962 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7963
7964         * src/SDCCast.c (decorateType): added extended constant folding
7965         * src/SDCCsymt.c (computeType): cleanup
7966         * src/SDCCval.c (valShift): minor optimization
7967         * support/regression/tests/ast_constant_folding.c: added
7968
7969 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7970
7971         * src/SDCCmain.c: removed some unintended changes
7972
7973 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7974
7975         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7976         * src/z80/gen.c: fixed part of bug #817589
7977         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7978
7979 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7980
7981         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7982         * src/SDCCcflow.c
7983         * src/SDCCcse.c
7984         * src/SDCCdflow.c
7985         * src/SDCClabel.c
7986         * src/SDCClrange.c
7987         * src/SDCCmem.c
7988         * src/SDCCopt.c
7989         * src/SDCCpeeph.c
7990         * src/SDCCset.c
7991         * src/avr/ralloc.c
7992         * src/ds390/ralloc.c
7993         * src/izt/ralloc.c
7994         * src/mcs51/ralloc.c
7995         * src/pic/ralloc.c
7996         * src/pic16/ralloc.c
7997         * src/xa51/ralloc.c
7998         * src/z80/ralloc.c
7999         * src/z80/gen.c: removed unused label "release:"
8000
8001 2003-10-06  Borut Razem <borut.razem AT siol.net>
8002
8003         * src/SDCC.lex: removed definition of unused variables
8004           save_optimize and save_options
8005
8006 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8007
8008         * clean.mk: removed '=' in "-maxdepth=1"
8009         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8010         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8011
8012 2003-10-06  Borut Razem <borut.razem AT siol.net>
8013
8014         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8015           my_unput() replaced by unput()
8016
8017 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8018
8019         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8020         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8021         type-punned pointer will break strict-aliasing rules"
8022         Old LR behaviour is again default; Klaus' LR can be choosen by
8023         defining the environment variable LRKLAUS
8024         * src/SDCCBBlock.h
8025         * src/SDCCloop.c
8026         * src/SDCClrange.c
8027         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8028         * clean.mk: fixed removal of files in bin/CVS/
8029         * device/lib/clean.mk: fixed removal of directories small and large
8030         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8031         * src/SDCCicode.c,
8032         * src/SDCCval.c: removed superflous test for pedantic
8033
8034 2003-10-05  Borut Razem <borut.razem AT siol.net>
8035
8036         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8037           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8038           message "unmatched #pragma SAVE and #pragma RESTORE"
8039
8040 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8041
8042         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8043           assembly, critical functions, atomic, nojtbound)
8044
8045 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8046
8047         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8048         * src/SDCCBBlock.h
8049         * src/SDCCloop.c
8050         * src/SDCCloop.h
8051         * src/SDCClrange.c
8052
8053 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8054
8055         * src/z80/gen.h,
8056         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8057         * src/mcs51/gen.h
8058         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8059         * src/ds390/gen.h
8060         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8061         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8062         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8063
8064 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/z80/gen.c (genRet): fixed bug #524753
8067         * src/z80/gen.c (genCast): fixed internal error on cast from
8068         pointer to long
8069         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8070         fix for bug #477835 to the z80
8071         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8072         for tracking iCodes in the peephole optimizer for z80
8073
8074 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8075
8076         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8077         the other part of bug #814548
8078         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8079
8080 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8081
8082         * src/SDCCcse.c: fixed part of bug #814548
8083
8084 2003-09-28  Borut Razem <borut.razem AT siol.net>
8085
8086         * src/asm.c: rewrite of printILine() to use temporary file instead
8087           a pipe
8088         * src/xa51/main.c: commented out declaration of int rewinds
8089
8090 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8091
8092         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8093
8094 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8095
8096         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8097         * src/asm.c (printILine): Fixed bug #811015
8098
8099 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8100
8101         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8102         freeing.
8103
8104 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8105
8106         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8107         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8108         to correctly handle general case of AOP_PAIRPTR
8109         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8110
8111 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8112
8113         * src/mcs51/ralloc.c (fillGaps),
8114         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8115         register positioning bug)
8116
8117 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8118
8119         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8120
8121 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8122
8123         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8124         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8125         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8126         (ralloc doesn't intentionally do this now, but perhaps later)
8127         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8128         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8129         register positioning bugs (Fixed bug #762602 and #795325)
8130         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8131         (Fixed bug #808779)
8132         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8133         lines that --i-code-in-asm generates
8134
8135 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8136
8137         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8138         trying to fclose a FILE* that was already closed.
8139
8140 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8141
8142         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8143         of const struct should be treated as if const themselves)
8144
8145 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8146
8147         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8148
8149 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8150
8151         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8152         Unix (/n) and DOS (/r/n) line terminations.
8153
8154 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8157         bug #613775
8158
8159 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * src/mcs51/gen.c (genFunction, genEndFunction),
8162         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8163         and restore of EA so that stack offsets to parameters are
8164         correct when using both critical and reentrant/stack-auto.
8165         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8166         size (can be triggered in error if sloc is shared between
8167         different sized objects)
8168         * device/include/float.h: fixed macros to explicitly use
8169         unsigned long where needed
8170
8171 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8172
8173         Feature req. 799831: added code to allow nesting of critical functions
8174         * src/mcs51/gen.c (genFunction, genEndFunction)
8175         * src/ds390/gen.c (genFunction, genEndFunction)
8176
8177 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8178
8179         * src/SDCCsymt.c (sclsFromPtr),
8180         * src/SDCCsymt.h,
8181         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8182         support for standard C idiom of memory mapped variables; for
8183         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8184         to xdata int at 0x1234 tempvar = 1.
8185         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8186         provided by Akiya ISHIDA
8187
8188 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8189
8190         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8191         * src/SDCCval.c (constVal): added reduction from int to char
8192         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8193         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8194         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8195         to ignore the sign
8196         * support/regression/tests/shifts.c: fixed
8197
8198 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8199
8200         * src/z80/gen.c (genXor): Fixed bug #805445
8201
8202 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8203
8204         Fixed bug #621531 (const & volatile confusion in the type chain).
8205         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8206         refer to the const or volatile state of the pointer itself.
8207
8208         * src/SDCCast.c
8209         * src/SDCCglue.c
8210         * src/SDCCicode.c
8211         * src/SDCCsymt.c
8212         * src/SDCCval.c
8213         * src/SDCC.y
8214         * src/SDCCsymt.h
8215         * src/pic/gen.c
8216         * src/pic/ralloc.c
8217         * src/pic16/gen.c
8218         * src/pic16/ralloc.c
8219         * support/regression/tests/const.c
8220
8221 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8222
8223         When checking for duplicated modules, use absolute paths
8224         instead of relative paths.  Files changed:
8225
8226         * as/mcs51/lklib.c
8227         * link/z80/lklib.c
8228
8229 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8230
8231         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8232
8233 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8234
8235         * device/include/string.h: added size_t typedef, changed
8236         prototypes to use size_t, eliminated separate reentrant and
8237         non-reentrant declarations, added _memmove declaration
8238         * device/lib/_memcpy.c: changed to use size_t instead of int,
8239         changed /4 to >>2 to avoid division library call
8240         * device/lib/_memcmp.c,
8241         * device/lib/_memset.c,
8242         * device/lib/_strncat.c,
8243         * device/lib/_strncpy.c,
8244         * device/lib/_strncmp.c: changed to use size_t instead of int
8245         * device/lib/_memmove.c: new file (fixed bug #772294)
8246         * device/lib/Makefile.in: added _memmove.c
8247         * device/lib/z80/asm_strings.s: fixed bug #772290
8248         * support/regression/tests/bitfields.c: attempt to fix host assertion
8249         failure on amd64-unknown-linux2.2
8250
8251 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8252
8253         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8254         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8255         * as/z80/asmain.c (main): fixed bug #801766
8256
8257 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8258
8259         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8260         compilers
8261
8262 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8265         reported in bug #800609
8266
8267 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8268
8269         * Top header beautifications in src/pic16 directory:
8270           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8271           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8272           pcoderegs.h, ralloc.c, ralloc.h
8273         * main.c: added top header and GPL license notice
8274         * pcode.c: fixed the if-conditional warning
8275
8276 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8277
8278         * device/lib/_mullong.c: replaced int by short for gcc
8279
8280 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8281
8282         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8283         and JUMPTABLE iCodes properly now (worked by accident before)
8284         * src/mcs51/gen.c (leftRightUseAcc),
8285         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8286         iCode properly now. Use getSize instead of nRegs since a & b
8287         aren't part of the nRegs tally.
8288
8289 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8290
8291         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8292         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8293           before instructions that use the _STATUS register
8294
8295 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8296
8297         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8298         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8299         fetching of the pointer
8300         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8301         copied from genNearPointerSet()
8302         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8303         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8304         If they pop r0/r1 they must be called in the opposite order than aopOp().
8305         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8306         (resp. --stack-auto), prepared for --xstack
8307
8308 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8309
8310         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8311
8312 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8313
8314         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8315         these ports have their own __sdcc_external_start()
8316
8317 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8318
8319         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8320         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8321         type for bits was changed. It resulted in bit variables becoming
8322         global, which is not permitted in PIC 14 assembly output.
8323
8324 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8325
8326         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8327
8328 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8329
8330         Z80 and MCS51 linkers complaint if a public symbol is defined
8331         in more than one library module:
8332
8333         * as/mcs51/lklib.c
8334         * link/z80/lklib.c
8335         * as/mcs51/Makefile.in
8336
8337 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8338
8339         A few small changes that speed up the peephole optimizer.
8340
8341         * src/SDCCpeeph.c
8342
8343 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8344
8345         Try to make the peephole optimizer smarter by maintaining
8346         an association between the assembly source code and the
8347         iCodes that originated them. Put this information to use
8348         with a new peephole rule condition "notVolatile" so that
8349         the rules can be aggressive yet still safe.
8350
8351         * src/SDCCpeeph.c
8352         * src/SDCCpeeph.h
8353         * src/mcs51/gen.c
8354         * src/mcs51/peeph.def
8355
8356 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8357
8358         Fixed bug #741761
8359
8360         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8361         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8362         if the left or right operand symbols have the accuse flag set.
8363
8364 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8365
8366         Changed the type of the result of the ! (NOT) operator to char;
8367         previously it returned the same type as the source. This allows
8368         us to eliminate all the genFloatNot functions (all of its target
8369         implementations were very buggy) since !float can use the same
8370         code as !long now.
8371
8372         * src/SDCCicode.c (ast2iCode): ! returns char
8373         * src/mcs51/gen.c (genNot, genNotFloat),
8374         * src/ds390/gen.c (genNot, genNotFloat),
8375         * src/z80/gen.c (genNot, genNotFloat),
8376         * src/pic/gen.c (genNot, genNotFloat),
8377         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8378
8379 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8380
8381         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8382         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8383            during interrupts. Ensure WSAVE is located at a shared bank address.
8384         2. Fixed page selection in some places
8385         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8386            the registers name strings.
8387         4. Fixed "signed / unsigned compare" compiler warnings.
8388         5. The PIC port manages its own allocation of the general purpose
8389            registers, but makes no attempt to reuse them. As a result when
8390            compiling it soon runs out of general purpose registers. Some
8391            additional code was added to the files pcode.c and device.c to walk
8392            through the function call tree and rename the registers so that they
8393            get reused.
8394
8395         * src/pic/device.c
8396         * src/pic/gen.c
8397         * src/pic/glue.c
8398         * src/pic/pcode.c
8399         * src/pic/pcode.h
8400         * src/pic/ralloc.c
8401         * src/pic/ralloc.h
8402         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8403         genPlus() & genMinus() when the result is the same as left or right
8404
8405 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8406
8407         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8408
8409 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8410
8411         Made bitfield a distinct type from bit so that bitfields
8412         convert as per ANSI C and bits retain their traditional
8413         boolean style behaviour. Implemented bitfield support in
8414         the z80 port.
8415
8416         * src/SDCCsymt.h,
8417         * src/SDCCsymt.c,
8418         * src/SDCCast.c,
8419         * src/cdbFile.c,
8420         * src/mcs51/gen.c,
8421         * src/ds390/gen.c: bit v bitfield split
8422         * src/z80/gen.c: New support for bitfields
8423         * support/regression/tests/bitfields.c: reenabled z80,
8424         added more tests
8425
8426 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8427
8428         Rules 246.x, 247.x relate to bitfields, the others speed up
8429         access to xdata mapped I/O devices.
8430
8431         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8432
8433 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8434
8435         Cleaned up genPackBits and genUnpackBits and added two helper
8436         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8437         for literal assignments in genPackBits (thanks to Frieder for
8438         reminding me).
8439
8440         * src/mcs51/gen.c
8441         * src/ds390/gen.c
8442
8443 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8444
8445         Fixed bug #748310 (pointer to function type mishandled when the
8446         function name is omitted). Also fixed a SIGSEGV when a function
8447         attribute (reentrant, etc) is used on a non-function or on a
8448         function but misplaced before the parameter list.
8449
8450         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8451         bug #748310
8452         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8453         * support/Util/SDCCerr.h,
8454         * support/Util/SDCCerr.c: Added func attr misuse error msg
8455
8456 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8457
8458         Fixed bug #787649 by anonymous
8459         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8460         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8461
8462 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8463
8464         Fixed numerous bitfield problems.
8465
8466         * src/SDCC.y: More bitfield related error checking
8467         * src/SDCCsymt.h,
8468         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8469         * support/Util/SDCCerr.h,
8470         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8471         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8472         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8473         * support/regression/tests/bitfields.c: tests added
8474
8475 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8476
8477         Made the constant following the "interrupt" keyword optional. If
8478         omitted, the function will not automatically be given an entry
8479         in the interrupt vector table (similar to #pragma NOIV, but
8480         less syntacticly kludgy). The interrupt number is also now
8481         range checked. Also fixed a bug in the high order bit example
8482         in the manual.
8483
8484         * src/SDCC.y
8485         * src/SDCCmem.c
8486         * src/SDCCglue.c
8487         * src/SDCCsymt.h
8488         * support/Util/SDCCerr.c
8489         * support/Util/SDCCerr.h
8490         * doc/sdccman.lyx
8491
8492 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8493
8494         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8495         * src/SDCCicode.c (operandOperation): rewritten some ops
8496         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8497         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8498         other type
8499         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8500         be re-activated by defining REDUCE_LITERALS)
8501         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8502         unsigned, but are signed by default
8503         * src/SDCCval.c (constVal): rearranged
8504         * src/SDCCval.c (valMod): preliminary fix
8505         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8506         * support/regression/literalop.c: added, work in progress
8507
8508 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         Generate warnings for useless declarations like "char data;"
8511         that don't do what new users expect.
8512
8513         * src/SDCC.y
8514         * support/Util/SDCCerr.h
8515         * support/Util/SDCCerr.c
8516
8517 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * src/SDCCval.c (valMult): fix overflow detection of negative int
8520
8521 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8522
8523         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8524
8525         Changes to support big endian targets:
8526
8527         * src/ports.h
8528         * src/SDCCglue.c
8529         * src/avr/main.c
8530         * src/ds390/main.c
8531         * src/izt/i186.c
8532         * src/mcs51/main.c
8533         * src/pic/main.c
8534         * src/pic16/main.c
8535         * src/xa51/main.c
8536         * src/z80/main.c
8537
8538 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8539
8540         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8541         * device/lib/time.c: fixed warning "integer overflow in expression"
8542
8543 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8546         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8547         constants are unsigned; added recognition of "u" flag for unsigned
8548         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8549         * src/SDCCval.c (valDiv, valMod): fixed signdness
8550         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8551         signedness of modulo, left and right shift
8552         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8553         * support/Util/SDCCerr.h: added warning W_INT_OVL
8554         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8555         * src/SDCCast.c (ast_print): improved output of constants
8556
8557 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8558
8559         Fixed some warnings when building with MSVC:
8560
8561         * as\mcs51\asdata.c
8562         * as\z80\asdata.c
8563         * as\mcs51\asm.h
8564         * as\z80\asm.h
8565         * link\z80\aslink.h
8566         * link\z80\lkdata.c
8567         * link\z80\lkeval.c
8568         * link\z80\lkgb.c
8569         * link\z80\lkihx.c
8570         * link\z80\lks19.c
8571         * link\z80\lksym.c
8572         * support\cpp2\cpplib.c
8573         * src\ds390\gen.c
8574         * src\mcs51\gen.c
8575
8576 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8577
8578         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8579
8580 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8581
8582         * support\librarian\clean.mk: Do not remove Makefile.
8583         * support\librarian\Makefile: added.
8584
8585 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8586
8587         Added librarian to MSVC build:
8588         * all.dsp
8589         * sdcc.dsw
8590         * support\librarian\librarian.dsp
8591
8592         'configure' not needed for librarian, removed:
8593         * support\librarian\configure
8594         * support\librarian\configure.in
8595         * support\librarian\config_in.h
8596         * support\librarian\Makefile.in
8597
8598         Hopefully these ones built the librarian and the rest of sdcc properly:
8599         * Makefile
8600         * Makefile.common.in
8601
8602         Messed up 'configure', so revert to previous version:
8603         * configure
8604         * configure.in
8605
8606 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8607
8608         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8609         there, while the mantissa of a double is "only" 53 bits wide.
8610
8611 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8612
8613         Adding sdcclib to the build.  MSVC project coming soon.
8614         Files added/changed:
8615
8616         * support\librarian\clean.mk
8617         * support\librarian\configure
8618         * support\librarian\configure.in
8619         * support\librarian\config_in.h
8620         * support\librarian\Makefile.bcc
8621         * support\librarian\Makefile.in
8622         * support\librarian\sdcclib.c
8623         * Makefile.bcc
8624         * Makefile
8625         * Makefile.common.in
8626         * configure
8627         * configure.in
8628
8629 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8630
8631         Linker now complaints if linked modules have conflicting options, for
8632         example, one compiled using --model-large and another one compiled with
8633         --model-small.  The following files were modified:
8634
8635         * as\mcs51\asdata.c
8636         * as\mcs51\aslink.h
8637         * as\mcs51\asm.h
8638         * as\mcs51\asmain.c
8639         * as\mcs51\asout.c
8640         * as\mcs51\i51pst.c
8641         * as\mcs51\lkdata.c
8642         * as\mcs51\lklibr.c
8643         * as\mcs51\lkmain.c
8644         * as\z80\asdata.c
8645         * as\z80\asm.h
8646         * as\z80\asmain.c
8647         * as\z80\asout.c
8648         * as\z80\z80pst.c
8649         * link\z80\aslink.h
8650         * link\z80\lkdata.c
8651         * link\z80\lklibr.c
8652         * link\z80\lkmain.c
8653         * src\SDCCglue.c
8654
8655 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8656
8657         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8658         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8659
8660 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8661
8662         * src/z80/mappings.i: fix _mul[us][int,long] entries
8663
8664 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8665
8666         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8667
8668 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8669
8670         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8671         * support/regression/tests/bitopcse.c: added
8672         fixed warning:
8673         * src/avr/gen.c:
8674         * src/pic/gen.c:
8675         * src/pic16/gen.c:
8676         * src/z80/gen.c:
8677         * src/xa51/gen.c:
8678
8679 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8680
8681         added support for new library format to z80, gbz80 linkers:
8682         *link/z80/aslink.h
8683         *link/z80/lklex.c
8684         *link/z80/lklib.c
8685         *link/z80/lklist.c
8686
8687 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8688
8689         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8690         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8691
8692 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8693
8694         added DUMMY_READ_VOLATILE:
8695         * src/SDCC.y:
8696         * src/avr/gen.c:
8697         * src/xa51/gen.c:
8698         * src/z80/gen.c:
8699         * src/pic/gen.c:
8700         * src/pic16/gen.c:
8701         * src/mcs51/gen.c:
8702         * src/ds390/gen.c:
8703         * src/SDCCcse.c (algebraicOpts): many improvements
8704         * src/SDCCcse.h: removed algebraicOpts()
8705         * src/SDCCicode.c (picDummyRead): added
8706
8707 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8708
8709         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8710         "Insufficient space in data memory".
8711
8712 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8713
8714         * src/mcs51/gen.c: fixed bug #771358
8715         * src/z80/gen.c: fixed bug #759087
8716
8717 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8718
8719         * src/pic16/glue.c: minor cleanup by Vangelis
8720
8721 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8722
8723         * device/include/regc515c.h: fixed #758477
8724         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8725         * device/lib/_gptrput.c: saved a few bytes
8726         * my tab spacing is 8, yours too?)
8727         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8728         * device/lib/serial.c: process RX bytes earlier than TX bytes
8729         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8730
8731 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8732
8733         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8734
8735 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8736
8737     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8738
8739 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8740
8741         * device/lib/Makefile.in: bad fix, reverted to 1.43
8742
8743 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         * device/lib/Makefile.in: added missing z80 object files
8746
8747 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8748
8749         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8750         pic16 progress by Vangelis:
8751         * src/SDCCglobl.h:
8752         * src/SDCCmain.c:
8753         * src/pic/Makefile:
8754         * src/pic:
8755         * pic/Makefile:
8756         * pic16/device.c:
8757         * pic16/device.h:
8758         * pic16/gen.c:
8759         * pic16/gen.h:
8760         * pic16/genarith.c:
8761         * pic16/glue.c:
8762         * pic16/main.c:
8763         * pic16/pcode.c:
8764         * pic16/pcode.h:
8765         * pic16/pcodepeep.c:
8766         * pic16/peeph.def:
8767
8768 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8769
8770     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8771
8772 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8773
8774     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8775     added gbz80 build to MSVC project.
8776     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8777     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8778     from 8051 stuff and setup so it links using a .lnk file.
8779
8780 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8781
8782     * support/librarian/sdcclib.c: sdcc librarian.
8783     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8784     with sdcclib.
8785
8786 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8787
8788     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8789
8790 2003-07-02  Borut Razem <borut.razem AT siol.net>
8791
8792         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8793         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8794         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8795         src/xa51/main.c, src/z80/main.c:
8796         virtualization of glue() function: each port has it's own glue function,
8797         which is accessed by do_glue function pointer in PORT.general structure
8798
8799 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8800
8801         * DS800C400 fun, improved ROM interface and tinibios.
8802
8803 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8804
8805         * More support for DS80C400. Now includes beginning of interface to ROM.
8806
8807 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8808
8809         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8810
8811 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8812
8813         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8814
8815 2003-06-19  Borut Razem <borut.razem AT siol.net>
8816
8817         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8818
8819 2003-06-19  Borut Razem <borut.razem AT siol.net>
8820
8821         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8822         fixed Z80 port - crt0.o: cannot open.
8823
8824 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8825
8826         * support/Util/MySystem.c (merge_command): revert bad fix
8827
8828 2003-06-18  Borut Razem <borut.razem AT siol.net>
8829
8830         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8831
8832 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8833
8834         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8835         option --use-stdout sends errors to stdout instead of stderr.
8836
8837 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8838
8839         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8840
8841 2003-06-15  Borut Razem <borut.razem AT siol.net>
8842
8843         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8844         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8845         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8846         fixed width array of pointers replaced with sets;
8847         multiple include and lib paths ared transferred to preprocessor and linker
8848         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8849         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8850         fixed width array of pointers
8851         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8852         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8853         fixupPath(), getPathDifference()
8854         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8855         fixed width array of pointers
8856
8857 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8858
8859         * src/pic16/ralloc.c: fix warnings
8860         * src/pic16/pcode.c: fix warning
8861
8862 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8863
8864          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8865         know all the details, but essentially this set of changes enable
8866         the pic16 port to generate movff instructions and generate assembler
8867         directives,
8868         * src/SDCCmain.c:
8869         * src/pic16/gen.c:
8870         * src/pic16/glue.c:
8871         * src/pic16/pcode.c:
8872         * src/pic16/device.c:
8873         * src/pic16/main.c:
8874         * src/pic16/pcode.h:
8875         * src/pic16/pcoderegs.c:
8876         * src/pic16/ralloc.c:
8877         * src/pic16/ralloc.h:
8878
8879 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8880
8881         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8882         added option --vc, so sdcc errors and warnings are compatible with
8883         Microsoft Visual Studio.
8884
8885 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8886
8887         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8888           device/lib/libfloat.lib: added atof function.
8889
8890 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * doc/sdccman.lyx: updated to Lyx 1.3
8893         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8894         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8895         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8896
8897 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8898
8899         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8900
8901 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8902
8903         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8904           additions to the "related tools/documentation" section
8905
8906 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8907
8908         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8909
8910 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8913         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8914
8915 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         * doc/sdccman.lyx: fix double dash and other minor things
8918         * doc/Makefile: fix double dash
8919
8920 2003-05-28  Karl Bongers(patches from Martin Helmling)
8921         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8922           condition and ignore commands.
8923
8924 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8925
8926         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8927           is in parts still quite out of date, I did changes as far as I felt makes sense
8928           for a non-native english speaker.
8929           Please feel free to add to the manual or to correct my changes.
8930         * doc/Makefile: undid touching the date of intermediate tex files.
8931
8932 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8933
8934         * doc/sdccman.lyx: Manual has an index now
8935
8936 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8937
8938         Finalize muluint/mulsint and mululong/mulslong merging:
8939         * device/lib/_mulint.c
8940         * device/lib/_mullong.c
8941         * device/lib/gbz80/mul.s
8942         * device/lib/gbz80/stubs.s
8943         * device/lib/z80/mul.s
8944         * device/lib/z80/stubs.s
8945         * src/SDCCsymt.c (initCSupport)
8946
8947 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8948
8949         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8950         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8951           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8952           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8953           instead of /Zm500.
8954
8955 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8956
8957         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8958           the regression tests I'm not brave enough to enable 245.b, 245.c
8959         * doc/sdccman.lyx: added latex preamble for hyperref package.
8960           Using pdflatex this will give you a hyperlinked pdf file with
8961           bookmarks. (prepend '%' before /usepackage if this breaks something)
8962
8963 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8964
8965          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8966
8967 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8968
8969         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8970
8971 2003-05-21    <johan AT balder>
8972
8973         * src/SDCCglue.c (printIval): fixed bug #739934
8974
8975 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8976
8977         Applied patch from bug 737905 (renamed yylineo to mylineno):
8978         * src/altlex.c
8979         * src/SDCCast.c
8980         * src/SDCglobl.h
8981         * src/SDCC.lex
8982         * src/SDCCsymt.c
8983         * src/SDCCval.c
8984         * src/pic16/pcode.c: Cleaned warnings
8985         * src/pic16/pcodeflow.c: Cleaned warnings
8986         * src/pic16/pcoderegs.c: Cleaned warnings
8987
8988 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8989
8990         * src/pic16/pcode.c: Cleaned warnings
8991         * src/pic16/pcodepeep.c: Cleaned warnings
8992         * src/pic16/ralloc.c: Cleaned warnings
8993
8994 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8995
8996         * doc/sdccman.lyx: fixed bug 739745
8997         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8998
8999 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9000
9001         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9002         it can be defined with CFLAGS when running configure
9003         * src/SDCCmain.c: fixed compiling + linking with object files
9004
9005 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9006
9007         * configure.in: configure for pic16 port,
9008             added --disable-pic16-port
9009         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9010         * src/SDCCmain.c: linkOptions is changed to set *,
9011             added if/endif conditional macros to remove options help
9012             messages from optionsTable when a port is not configured, added
9013             support for the PIc16 port in the ports table, when executing
9014             the compiler with no port specified on command line, a default
9015             port is selected with the new macro DEFAULT_PORT which is
9016             defined in port.h, in setDefaultOptions() linkOptions is removed
9017             from initialization assignment, since now it is a set,
9018             parseCmdLine uses setParseWithComma for linkOptions, in
9019             linkEdit() linkOptions are accessed with new function indexSet()
9020             which returns the i'th item of a set variable. See SDCCset.c, in
9021             linkEdit() when calling buildCmdLine(), added linkOptions as
9022             last argument. Now users can pass arguments to gplink via the
9023             -Wl option, main() uses pic16glue() to glue up pic16 programs
9024         * src/SDCCpeeph.c: various changes to support pic16
9025         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9026             return the i'th item of the set
9027         * src/SDCCset.h: added function prototype for indexSet()
9028         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9029         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9030         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9031             added macro DEFAULT_PORT
9032         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9033         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9034             generated
9035         * src/pic16/glue.c: commented out some error producing lines
9036         * src/pic16/main.c: __config directives are commented out to stop
9037             gpasm complaining and test the linkage with gplink, _linkCmd and
9038             _asmCmd changed to be more gplink and gpasm friendly
9039         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9040             produced an error when parsed, peep rule 12 is added to utilize
9041             movff, but it is commented out since the pCode does not support
9042             yet a command with 2 address arguments
9043
9044 2003-05-18    <johan AT balder>
9045
9046         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9047         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9048 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9049
9050         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9051   Added feature to script commands from file.
9052
9053 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9054
9055         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9056         * src/SDCCutil.c: include ctype.h for win32
9057
9058 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9059
9060         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9061
9062 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9063
9064         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9065   Fixed so you can set breakpoints prior to run, run does not stop
9066   on entry now.  Add tbreak.  Other enhancements and fixes for use
9067   with ddd.
9068
9069 2003-05-12  Borut Razem <borut.razem AT siol.net>
9070
9071         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9072
9073 2003-05-11  Borut Razem <borut.razem AT siol.net>
9074
9075         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9076         the path of bin directory, so that PATH is the only env. variable, which has to be set
9077         in case of standard installation.
9078         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9079         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9080         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9081
9082 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9083
9084         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9085         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9086         temp files are in the port dir; clean the gen/test directory when
9087         generating new test.c
9088         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9089         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9090         * support/regression/tests/zeropad.c: added
9091
9092 2003-05-09    <johan AT balder>
9093
9094         * src/SDCCglue.c: fixed bug #597940
9095
9096 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9097
9098         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9099   cache sfr, optimize next,step, fix off by one sourceline,
9100   support ddd list function.
9101         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9102
9103 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9104
9105         * support/regression/HTMLgen.py: added compare_s2f()
9106         * support/regression/Makefile: redo 1.27
9107         * support/regression/generate-cases.py: redo 1.5
9108
9109 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         * support/regression/tests/float.c: workaround 33 bit hex constant
9112         * support/regression/tests/simplefloat.c: fix division for host
9113
9114 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9115
9116         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9117         that tame's the PIC's over-aggressive optimizer.
9118
9119 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9120
9121          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9122          support for MSVC.
9123
9124 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9125
9126         Initial support for DS80C400. "Hello world" runs on TINIm400
9127         (with polled I/O).
9128
9129 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9130
9131          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9132          * Some notes on ddd usage added in debugger/README
9133          Martin Helmling adding more features and fixes for ddd GUI debugger.
9134          Code added for nexti, stepi, up, down, and other adjustments.
9135
9136 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9137
9138         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9139         * src/pic/peeph.def Added two rules to optimize carry manipulation
9140         * src/pic/* removed debug printfs
9141
9142 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9143
9144         * debugger/mcs51/cmd.c: added header newalloc.h
9145
9146 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9147
9148         * as/Makefile: new EXEEXT
9149         * as/z80/Makefile: remove trailing slash of BUILDIR
9150         * as/z80/clean.mk: new EXEEXT
9151         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9152         * support/cpp2/Makefile.in: new EXEEXT
9153         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9154
9155 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9156
9157         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9158         EXEEXT was introduced to fix all related problems with targets
9159         "clean", "install" and "uninstall"; a couple of further flaws
9160         especially with "clean" have been fixed too
9161         * as/mcs51/Makefile.in
9162         * as/mcs51/clean.mk
9163         * as/z80/Makefile
9164         * Makefile
9165         * clean.mk
9166         * debugger/mcs51/Makefile.in
9167         * debugger/mcs51/clean.mk
9168         * link/z80/Makefile
9169         * link/z80/Makefile.in
9170         * link/z80/clean.mk
9171         * link/Makefile
9172         * packihx/Makefile.in
9173         * packihx/clean.mk
9174         * sim/ucsim/Makefile
9175         * sim/ucsim/clean.mk
9176         * sim/ucsim/avr.src/Makefile.in
9177         * sim/ucsim/avr.src/clean.mk
9178         * sim/ucsim/s51.src/Makefile.in
9179         * sim/ucsim/s51.src/clean.mk
9180         * sim/ucsim/xa.src/Makefile.in
9181         * sim/ucsim/xa.src/clean.mk
9182         * sim/ucsim/z80.src/Makefile.in
9183         * sim/ucsim/z80.src/clean.mk
9184         * sim/ucsim/main_in.mk
9185         * sim/ucsim/packages_in.mk
9186         * sim/ucsim/gui.src/Makefile.in
9187         * sim/ucsim/gui.src/serio.src/Makefile.in
9188         * sim/ucsim/gui.src/serio.src/clean.mk
9189         * src/Makefile.in
9190         * src/clean.mk
9191         * support/cpp2/Makefile.in
9192         * support/cpp2/clean.mk
9193         * support/makebin/Makefile
9194         * support/makebin/clean.mk
9195         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9196         * doc/sdccman.lyx: --program-suffix no longer needed
9197
9198 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9199
9200          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9201          Martin Helmling added support for ddd GUI debugger.
9202          Code added to display assembly, set variables, and other commands
9203          to interface to ddd.
9204
9205 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9206
9207         * as/Makefile: fix target clean
9208         * as/clean.mk: fix target clean
9209         * as/z80/clean.mk: fix target clean
9210
9211 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9212
9213         * Makefile.common.in: added  AT EXEEXT AT
9214         * configure.in: removed all mingw32 stuff
9215         * configure: rebuilt from configure.in
9216         * doc/sdccman.lyx: updated section "installation"
9217         * support/scripts/sdcc_mingw32: adapted to configure
9218         * support/scripts/sdcc_cygwin_mingw32: added
9219
9220 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9221
9222         * src/pic Added object file support for the PIC port
9223         * src/pic Applied patch from Craig Franklin (this started the object file support)
9224         * src/regression Updated the PIC regression tests for object files
9225
9226 2003-04-20  Borut Razem <borut.razem AT siol.net>
9227
9228         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9229           lklex.c: In function `getfid':
9230           lklex.c:203: warning: array subscript has type `char'
9231         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9232           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9233         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9234           stack handling macros
9235
9236 2003-04-19  Borut Razem <borut.razem AT siol.net>
9237
9238         * "handling space characters in file path" task:
9239         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9240         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9241         * support/Util/MySystem.h: make it self-sufficient
9242         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9243           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9244           handling space characters in file path
9245         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9246           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9247         * support/Util/MySystem.c: handling space characters in executable's path
9248
9249 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9250
9251         * as/z80/Makefile: fix permanent rebuild of z80
9252         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9253         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9254
9255 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9256
9257         * src/SDCCopt.c: add special case optimization to replace modulo by
9258           a power of two with a bitwise AND.
9259
9260 2003-04-18    <johan AT balder>
9261
9262         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9263
9264 2003-04-17    <johan AT balder>
9265
9266         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9267         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9268
9269 2003-04-13  Borut Razem <borut.razem AT siol.net>
9270
9271         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9272         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9273           fixed mingw problem in adl_NORMALIZE_PATH
9274
9275 2003-04-12  Borut Razem <borut.razem AT siol.net>
9276
9277         * fixed "#pragma SAVE/RESTORE can not be nested":
9278         * src/SDCC.lex: reworked pragma handling functions
9279         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9280         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9281
9282 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9283
9284         * src/SDCCutil.c (pathEquivalent): defined but not used
9285         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9286         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9287         * configure: rebuilt from configure.in
9288         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9289         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9290         * device/include/Makefile.in: replace sdcc_datadir
9291         * device/lib/Makefile.in: replace sdcc_datadir
9292         * Makefile.common.in: add LDFLAGS from configure
9293         * packihx/Makefile.in: use LDFLAGS
9294         * src/Makefile.in: use LDFLAGS
9295         * support/cpp2/Makefile.in: add LDFLAGS from configure
9296         * support/makebin/Makefile: use LDFLAGS
9297         * .version: bumped version number to 2.3.5
9298
9299 2003-04-12  Borut Razem <borut.razem AT siol.net>
9300
9301         * completed "different paths" task:
9302         * src/SDCCmacro.c: fixed bug in handling quotes
9303         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9304         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9305
9306 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9307
9308         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9309
9310 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9311
9312         * ds390/gen.c ds390/peeph.def: fix bug 706781
9313
9314 2003-04-11  Borut Razem <borut.razem AT siol.net>
9315
9316         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9317
9318 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9319
9320         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9321         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9322          set - this bit used to not be set...).
9323         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9324           bad code in PIC Port
9325         * src/regression/and2.c added to test bug 609268
9326         * src/regression/Makefile added and2.c to regression test
9327
9328
9329 2003-04-08    <johan AT CP255758-A>
9330
9331         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9332         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9333         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9334
9335 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9336
9337         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9338         fix bug #487815
9339         * support/cpp2/Makefile.in: fix bug #487815
9340         * configure: rebuilt from configure.in
9341         * Makefile.common.in: docdir changed, new path suffixes
9342         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9343         * sdcc_vc_in.h: reflect changes from sdccconf.h
9344         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9345         * src/SDCCutil.h: remove BINDIR hack
9346         * doc/sdccman.lyx: update new path hierarchy
9347
9348 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9349
9350         * src/SDCCpeeph.c: added okToRemoveSLOC test
9351
9352 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9353
9354         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9355
9356 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9357
9358         * src/SDCCpeeph.c: added labelIsReturnOnly test
9359         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9360
9361 2003-04-05    <johan AT balder>
9362
9363         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9364         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9365         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9366         * src/SDCCast.c: fixed a warning
9367         * src/SDCCast.h: fixed a warning
9368         * src/SDCCicode.c (operandFromAst): fixed a warning
9369
9370 2003-04-04    <johan AT balder>
9371
9372         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9373         * src/SDCCast.c (decorateType): fixed bug #715076
9374         * src/SDCC.y: fixed bug #702907
9375
9376 2003-04-03    <johan AT balder>
9377
9378         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9379         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9380         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9381         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9382         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9383
9384 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9385
9386         * _decdptr.c: fix return values
9387         * _gptrget.c: fix return values
9388         * _gptrgetc.c: fix return values
9389         * _gptrput.c: fix return values
9390         * _mulint.c: fix return values
9391         * as/z80/Makefile: fix 'make -j' problem
9392
9393 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9394
9395         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9396         * configure.in: big cleanup, updated to autoconf 2.5x
9397         * configure: rebuilt from configure.in
9398         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9399         * sdcc_vc_in.h: reflect changes from sdccconf.h
9400         * doc/Makefile: fixed a flaw in "make install"
9401
9402 2003-04-02    <johan AT balder>
9403
9404         * src/ds390/gen.c (genCmp): no comments
9405         * src/mcs51/gen.c (genCmp): no comments
9406         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9407         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9408
9409 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9410
9411         * support/regression/generate-cases.py: place generated file in given sub directory
9412         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9413         * support/regression/Makefile: improvements for 'make -j';
9414         side effect: it's simpler and faster now
9415
9416 2003-03-31  Borut Razem <borut.razem AT siol.net>
9417
9418         * src/z80/main.c: link-{port} and as-{port} defined without path
9419         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9420
9421 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9422
9423         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9424
9425 2003-03-30  Borut Razem <borut.razem AT siol.net>
9426
9427         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9428           changed type of list parameter to set
9429         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9430         * src/port.h: changed type of do_assemble() parameter to set
9431         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9432           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9433           definition of "cppoutfilename" macro with NULL value in preProcess()
9434         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9435         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9436         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9437           replaced with set *binPathSet
9438         * shash_add() deallocates the item, if allready exsists, before adding the new one
9439         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9440
9441 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9442
9443         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9444           a nested for loop bug in the PIC port
9445         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9446           for loops
9447
9448 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9449
9450         * support/Util/dbuf.h: remove C++ stuff to make it portable
9451
9452 2003-03-28  Borut Razem <borut.razem AT siol.net>
9453
9454         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9455           literal strings in stringLiteral()
9456         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9457         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9458           to the project
9459
9460 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9461
9462         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9463
9464 2003-03-26    <johan AT balder>
9465
9466         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9467         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9468         * src/SDCCast.c (decorateType): fixed " -v < 3"
9469
9470 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9471
9472         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9473         Added Lenny Story's debug infrastructure changes:
9474         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9475         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9476         * src/cdbFile.c: added
9477         * src/SDCCdebug.c: added
9478         * src/SDCCdebug.h: added
9479         * src/SDCCast.c (createFunction)
9480         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9481         * src/SDCCmain.c (parseCmdLine, main)
9482         * src/SDCCmem.c (redoStackOffsets)
9483         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9484         * src/SDCCsymt.h
9485         * src/common.h
9486         * src/avr/gen.c (genAVRCode)
9487         * src/ds390/gen.c (gen390Code)
9488         * src/mcs51/gen.c (gen51Code)
9489         * src/pic/gen.c (genpic14Code)
9490         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9491         * src/xa51/gen.c (genXA51Code)
9492         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9493
9494 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9495
9496         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9497         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9498
9499 2003-03-22    <johan AT balder>
9500
9501         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9502
9503 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9504
9505         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9506         * doc/cdbfileformat.lyx: added, written by Lenny Story
9507         * doc/Makefile: added cdbfileformat.lyx
9508         * doc/clean.mk: added cdbfileformat.lyx
9509
9510 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9511
9512         * src/mcs51/peeph.def: fix bug #705773
9513
9514 2003-03-20    <johan AT balder>
9515
9516         An sfr/sbit can have an "at #" AND an initializer
9517         * src/SDCCsymt.c (checkSClass):
9518         * src/SDCCmem.c (allocGlobal):
9519         * src/SDCCmem.c (allocLocal):
9520         * src/SDCCast.c (createBlock):
9521
9522 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9523
9524         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9525
9526 2003-03-16    <johan AT balder>
9527
9528         Undid the hackup of const and volatile, the problem is much bigger
9529         * src/SDCC.y:1.65
9530         * src/SDCCast.c:1.171
9531         * src/SDCCglue.c:1.138
9532         * src/SDCCicode.c:1.146
9533         * src/SDCCsymt.c:1.150
9534         * src/SDCCval.c:1.65
9535
9536 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9537
9538         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9539         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9540
9541 2003-03-13    <johan AT balder>
9542
9543         Hackup const and volatile modifiers in type chains a bit:
9544         * src/SDCC.y:1.63
9545         * src/SDCCast.c:1.169
9546         * src/SDCCglue.c:1.136
9547         * src/SDCCicode.c:1.143
9548         * src/SDCCsymt.c1.146
9549         * src/SDCCsymt.h1.59
9550         * src/SDCCval.c:1.63
9551
9552 2003-03-12    <johan AT balder>
9553
9554         * src/SDCCBBlock.h: more LRH debugging junk
9555         * src/SDCCcflow.h: more LRH debugging junk
9556         * src/SDCCloop.c: more LRH debugging junk
9557         * src/SDCC.y (struct_declaration): fixed bug #697590
9558         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9559         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9560         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9561
9562 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9563         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9564         test function names must now match exactly).
9565         * src/SDCCcse.c: added special case in findCheaperOp to allow
9566         extending a short integer. Makes less awful code for bug 700121 test case.
9567
9568 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9569
9570         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9571         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9572
9573 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9574
9575         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9576         actually called (operandsNotEqual() was called for all
9577         operandsNotEqualX tests).
9578
9579 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9580
9581         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9582         with shorter literals. Fixes bug 700121.
9583
9584 2003-03-11    <johan AT balder>
9585
9586         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9587
9588 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9589
9590         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9591         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9592
9593 2003-03-10  Borut Razem <borut.razem AT siol.net>
9594
9595         * src/SDCCmain.c: pipe preprocessor's output
9596         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9597         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9598         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9599         which closes all pipes in pipeSet set
9600         * src/SDCCset.c: free deleted item in function deleteSetItem()
9601         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9602         moved from z80 to src subproject
9603         * .version: increased version number to 2.3.4
9604
9605 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9606
9607         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9608         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9609         * support/regression/ports/xa51/spec.mk: fix typo
9610
9611 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9612
9613         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9614
9615 2003-03-09  Borut Razem <borut.razem AT siol.net>
9616
9617         * src/SDCCmain.c: pipe preprocessor's output
9618         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9619         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9620         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9621         which closes all pipes in pipeSet set
9622         * src/SDCCset.c: free deleted item in function deleteSetItem()
9623         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9624         moved from z80 to src subproject
9625
9626 2003-03-09  Borut Razem <borut.razem AT siol.net>
9627
9628         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9629         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9630         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9631         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9632         * src/SDCCglobl.h: unification of WIN32 native definitions
9633
9634 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9635
9636         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9637
9638 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * src/configure.in:   check for endianess (even while cross-compiling)
9641         * src/configure:      check for endianess (even while cross-compiling)
9642         * src/configure_in.h: check for endianess (even while cross-compiling)
9643         * src/avr/gen.c:        remove old endianess stuff
9644         * src/mcs51/gen.c:      remove old endianess stuff
9645         * src/ds390/gen.c:      remove old endianess stuff
9646         * src/pic/gen.c:        remove old endianess stuff
9647         * src/pic/genarith.c:   remove old endianess stuff
9648         * src/pic/glue.c:       fix endianess check
9649         * src/pic16/gen.c:      remove old endianess stuff
9650         * src/pic16/genarith.c: remove old endianess stuff
9651         * src/pic16/glue.c:     fix endianess check
9652         * src/xa51/gen.c:       remove old endianess stuff
9653         * src/z80/gen.c:        fix endianess check
9654         * src/SDCCglue.c:       fix endianess check
9655         * src/ds390/peeph.def: fix bug 700036
9656
9657 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9658
9659         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9660         * src/configure: find appropriate data-types on host for SDCC's int and long
9661         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9662         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9663         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9664
9665 2003-03-07    <johan AT balder>
9666
9667         Just a big NOOP:
9668                 some minor cleanups before the big shot
9669                 OP_DEFS and OP_USES now use Kevin's protection
9670                 new option --nolabelopt
9671
9672         * src/SDCCBBlock.c:
9673         * src/SDCCast.c,:
9674         * src/SDCCcflow.c:
9675         * src/SDCCcse.c:
9676         * src/SDCCicode.c:
9677         * src/SDCCicode.h:
9678         * src/SDCClabel.c:
9679         * src/SDCCloop.c:
9680         * src/SDCCmain.c:
9681         * src/ds390/ralloc.c:
9682         * src/mcs51/ralloc.c:
9683         * src/pic/ralloc.c:
9684         * src/xa51/ralloc.c:
9685         * src/z80/ralloc.c:
9686
9687 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9688
9689         * src/pic/pcode.c (get_op): fix 64 bit warnings
9690         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9691         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9692         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9693         * support/regression/tests/malloc.c: fix 64 bit warnings
9694
9695 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9696
9697         * src/mcs51/gen.c (genMinus): fixed bug 696436
9698
9699 2003-03-02  Borut Razem <borut.razem AT siol.net>
9700
9701         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9702
9703 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9704
9705         * configure.in: test for mkstemp
9706         * sdccconf_in.h: add HAVE_MKSTEMP
9707
9708 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9709
9710         * device/include/ctype.h: removed warning while using --stack-auto
9711         * device/include/malloc.h: removed warning while using --stack-auto
9712         * device/include/string.h: removed warning while using --stack-auto
9713
9714 2003-02-23  Borut Razem <borut.razem AT siol.net>
9715
9716         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9717         because NDEBUG is defined (see man assert)
9718         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9719
9720 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9721
9722         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9723         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9724
9725 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9726
9727         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9728         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9729
9730 2003-02-18    <johan AT balder>
9731
9732         * as/mcs51/asmain.c (asmbl): module can start with a digit
9733         * as/z80/asmain.c (asmbl): module can start with a digit
9734
9735 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9736
9737         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9738         * src/asm.c: fix pipe() for Mingw32
9739
9740 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9743         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9744         make -V work again; --c1mode reads now from stdin
9745         * doc/sdccman.lyx: added --c1mode
9746         * support/Util/SDCCerr.c: new messages for c1 mode
9747         * support/Util/SDCCerr.h: new messages for c1 mode
9748         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9749
9750 2003-02-15    <johan AT balder>
9751
9752         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9753
9754 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9755
9756         * doc/sdccman.lyx: Environment variables, -o and other minor things
9757
9758 2003-02-14    <johan AT balder>
9759
9760         * src/xa51/main.c: before anyone really tries to use it :)
9761
9762         * Install doc's in share/sdcc/doc
9763         * removed some obsolete files
9764         * Do a proper make distclean and uninstall
9765         M Makefile.common.in
9766         R sdccbuild.sh
9767         M as/Makefile
9768         M device/include/Makefile.in
9769         M device/lib/Makefile.in
9770         M doc/sdccman.lyx
9771         M link/Makefile
9772         M sim/ucsim/doc/Makefile.in
9773         M src/clean.mk
9774         R src/avr/peeph.rul
9775         R src/xa51/peeph.rul
9776         M support/cpp2/Makefile.in
9777         M support/makebin/Makefile
9778
9779
9780 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9781
9782         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9783
9784 2003-02-10  Borut Razem <borut.razem AT siol.net>
9785
9786         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9787         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9788         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9789         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9790         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9791         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9792         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9793         src/z80/Makefile.bcc: Borland Makefile cleanup
9794         * as/z80/Makefile.bcc: Added Borland Makefile
9795         * support/cpp2/borland.h: Removed
9796
9797 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9798
9799         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9800         * src/SDCC.lex: new pragma NOIV
9801         * src/SDCCglobl.h: new pragma NOIV
9802         * src/SDCCmem.c: new pragma NOIV
9803
9804 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9805
9806         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9807
9808 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9809
9810         * src/SDCCmain.c: signal handling is switched off by --debug
9811         * doc/Makefile: small fix for install; use clean.mk again
9812         * doc/clean.mk: clean *.pdf and *.html too
9813
9814 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9815
9816         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9817         * device/lib/printfl.c: fix a ds390 bug by making it portable
9818         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9819         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9820         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9821         * debugger/mcs51/cmd.c: converted multi-line string literals
9822         * sim/ucsim/globals.cc: converted multi-line string literals
9823         * src/SDCCmain.c: introduced signal handler to remove temp files
9824         * doc/Makefile: small tweaks, implement clean
9825         * doc: removed generated files
9826
9827 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9828
9829         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9830         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9831         Address Record is not correctly generated for DS390."
9832
9833 2003-02-02  Borut Razem <borut.razem AT siol.net>
9834
9835         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9836         * as/mcs51/asm.h: fixed compilation with Borland C
9837         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9838         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9839         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9840         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9841         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9842         src/z80/Makefile.bcc: delete $(LIB) only if exist
9843         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9844
9845 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9846
9847         * device/include/malloc.h: introduced NULL
9848         * device/include/string.h: introduced NULL
9849         * device/include/stdlib.h: introduced NULL
9850         * device/lib/_memcpy.c: removed NULL
9851         * device/lib/_strcat.c: removed NULL
9852         * device/lib/_strchr.c: removed NULL
9853         * device/lib/_strcmp.c: removed NULL
9854         * device/lib/_strcpy.c: removed NULL
9855         * device/lib/_strcspn.c: removed NULL
9856         * device/lib/_strlen.c: removed NULL
9857         * device/lib/_strncat.c: removed NULL
9858         * device/lib/_strncmp.c: removed NULL
9859         * device/lib/_strncpy.c: removed NULL
9860         * device/lib/_strpbrk.c: removed NULL
9861         * device/lib/_strrchr.c: removed NULL
9862         * device/lib/_strspn.c: removed NULL
9863         * device/lib/_strstr.c: removed NULL
9864         * device/lib/_strtok.c: removed NULL
9865         * device/lib/malloc.c: removed NULL, include own header
9866
9867 2003-02-02    <johan AT balder>
9868
9869         * 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
9870         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9871         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9872         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9873         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9874         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9875
9876 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9877
9878         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9879         area 'DATA'"
9880
9881 2003-02-01    <johan AT balder>
9882
9883         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9884
9885 2003-01-31    <johan AT CP255758-A>
9886
9887         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9888
9889 2003-01-30    <johan AT balder>
9890
9891         * src/SDCCBBlock.c: automatic bug detection
9892         * src/SDCCicode.c: automatic bug detection
9893
9894 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9895
9896         * src/SDCCglobl.h:   now --xram-size 0 works
9897         * src/SDCCmain.c:    now --xram-size 0 works
9898
9899 2003-01-29    <johan AT balder>
9900
9901         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9902
9903 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9904
9905         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9906         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9907         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9908         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9909         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9910         * src/SDCCmain.c:    Added options --xram-size and --code-size
9911
9912 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9913
9914         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9915         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9916
9917 2003-01-27    <johan AT balder>
9918
9919         * src/SDCC.y: fixed bug #613764
9920
9921 2003-01-26    <johan AT balder>
9922
9923         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9924         * src/SDCCsymt.h: fixed bug #673374
9925         * src/SDCCglue.c: fixed bug #661910
9926         * src/SDCCast.c: fixed bug #458099 and 673374
9927
9928 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9931         * as/mcs51/strcmpi.h: added
9932         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9933         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9934         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9935         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9936         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9937         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9938         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9939         * as/mcs51/Makefile.aslink: new module strcmpi
9940         * as/mcs51/Makefile.asx8051: new module strcmpi
9941         * as/mcs51/Makefil.bcc: new module strcmpi
9942         * as/mcs51/Makefile.in: new module strcmpi
9943         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9944
9945 2003-01-26    <johan AT balder>
9946
9947         * src/SDCCglue.c: reverted back to 1.124
9948         * src/SDCCast.c: reverted back to 1.156
9949         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9950
9951 2003-01-25    <johan AT balder>
9952
9953         * src/SDCCglue.c: A better fix for bug #661910
9954         * src/SDCCast.c: A better fix for bug #661910
9955         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9956
9957 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9958
9959         * src/Makefile.in: remove spawn.o
9960         * src/SDCCmain.c: remove spawn.h
9961         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9962         * src/spawn.c: removed
9963         * src/spawn.h: removed
9964         * support/regression/ports/ds390/spec.mk: link with -r
9965
9966 2003-01-24    <johan AT CP255758-A>
9967
9968         * src/ds390/gen.c (aopOp): fixed bug #667458
9969         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9970         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9971         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9972
9973 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9974
9975         * src/mcs51/peeph.def: better assembler identation by Frieder
9976         * src/mcs51/gen.c: better assembler identation by Frieder
9977
9978 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9979
9980         * as/z80/string.h: removed for gcc 3.2
9981         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9982         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9983
9984 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9985
9986         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9987         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9988         * support/regression/Makefile: separate temp files for ports
9989         * support/regression/generate-cases.py: separate temp files for ports
9990         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9991         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9992
9993 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9994
9995         * moved tinitalk to device/examples/ds390
9996
9997 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9998
9999         * as/mcs51/lkmem.c: rflag is for DS390
10000         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10001         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10002                          (linkEdit): move mem- and map-files the same way as ihx-files
10003         * src/z80/main.c (_setDefaultOptions): removed --generic
10004         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10005         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10006         * src/pic/glue.c (picglue): --c1mode works again
10007         * src/pic16/glue.c (pic16glue): --c1mode works again
10008         * src/asm.c (printCLine): fix #660034
10009
10010 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10011
10012         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10013         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10014         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10015         * as/mcs51/lkmem (summary): better fix for sp problem
10016         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10017         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10018         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10019                                               remove --stack-after-data
10020
10021 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10022
10023         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10024         * src/SDCCutil.c (join): ugly bug: missing '\0'
10025         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10026
10027 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10028
10029         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10030         * src/port.h: typo
10031         * src/pic/main.c (_asmCmd): gpasm supports -o
10032         * src/z80/main.c: more general macros
10033         * device/lib/Makefile.in: remove intermediate files
10034
10035 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10036
10037         * .version: Bumped version number to 2.3.3
10038         * src/SDCCBBlock.c: new option -o
10039         * src/SDCCglobl.h: new option -o
10040         * src/SDCCglue.c: new option -o
10041         * src/SDCCmain.c: new option -o
10042         * src/asm.c: new option -o
10043         * src/ds390/main.c: new option -o
10044         * src/pic/glue.c: new option -o
10045         * src/pic/pcode.c: new option -o
10046         * src/pic/ralloc.c: new option -o
10047         * src/pic16/glue.c: new option -o
10048         * src/pic16/pcode.c: new option -o
10049         * src/pic16/ralloc.c: new option -o
10050         * src/z80/main.c: new option -o
10051         * device/lib/Makefile.in: use -o
10052         * support/regression/ports/ds390/spec.mk: use -o
10053         * support/regression/ports/gbz80/spec.mk: use -o
10054         * support/regression/ports/mcs51/spec.mk: use -o
10055         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10056         * support/regression/ports/z80/spec.mk: use -o
10057         * support/regression/ports/ucz80/spec.mk: use -o
10058         * support/regression/ports/xa51/spec.mk: use -o
10059         * support/regression/fwk/lib/timeout.c: fix usage string
10060
10061 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10062         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10063
10064 2003-01-07    <johan AT balder>
10065
10066         * src/SDCCast.c (decorateType): fixed bug #600035
10067
10068 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10069         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10070         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10071         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10072         * src/pic/pcode.c: outcommented unused variable to remove warnings
10073         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10074
10075 2003-01-06    <karl AT turbobit.com>
10076         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10077    regression tests.
10078
10079 2003-01-06    <johan AT balder>
10080
10081         * src/SDCCicode.c: fixed array add
10082
10083 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10084         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10085         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10086
10087 2003-01-04    <johan AT balder>
10088
10089         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10090
10091 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10092         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10093
10094 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10095         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10096         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10097
10098 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10099         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10100
10101 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10102         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10103
10104 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10105         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10106
10107 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10108
10109     * in \sdcc\as\mcs51\ changed these files in order to create an
10110     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10111     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10112     following files to include the previous two files: aslink.dsp,
10113     Makefile.aslink, Makefile.bcc, and Makefile.in.
10114
10115     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10116     .adb instead of .cdb
10117
10118 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10119
10120         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10121         value from option --iram-size.
10122
10123 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10124
10125         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10126         dram[] array.
10127
10128 2002-09-18    <wiml AT hhhh.org>
10129
10130         * SDCClrange.h: exposed setFromRange() and setToRange()
10131         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10132           packRegsForAccUse() (bug 542397)
10133         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10134           multiple times and emitting the fetch operations more than once
10135           added aopGetUsesAcc() function to allow binary operators to
10136           fetch their operands in the correct order; made genMinus() emit
10137           compact code for X = LITERAL - Y
10138
10139 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10140         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10141         sprintf() in line 1267.
10142
10143 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10144         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10145         like ports.
10146
10147 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10148         Changes to aslink (All the changes are marked with 'JCF'):
10149
10150         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10151         summary().
10152
10153         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10154         area BSEG.  Also moves, if possible, the DATA area down into the internal
10155         ram so more space is available.
10156
10157         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10158         sflag.
10159
10160         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10161         not bytes.  Function summary() which creates a memory usage summary
10162         file with extension .mem.  Reports of overlaping stack and small stack
10163         size.  If the space for the stack is less than 16 bytes aslink trows a
10164         warning.
10165
10166         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10167         the 8051.  Option 'y' for memory summary output file.
10168
10169         Changes to sdcc (All the changes are marked with 'JCF'):
10170
10171         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10172
10173         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10174         overlaying area for it (uses RegBankUsed[4]).
10175
10176         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10177         bank zero as used by default.  By default aslink locates the stack
10178         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10179         the creation of the .mem file.  Delegates the allocation of data area
10180         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10181         the begining of the stack area to aslink.
10182
10183         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10184         glue() in SDCCglue.c creates an area for it.
10185
10186 2002-09-03  Borut Razem <borut.razem AT siol.net>
10187         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10188         sdcc/src/pic/glue.c:
10189         introduced atexit() handler for teporay files removal in case of
10190         errors, assertions, ...
10191
10192 2002-08-29  Borut Razem <borut.razem AT siol.net>
10193         * sdcc/support/cpp2/auto-host_vc_in.h:
10194         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10195         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10196         Maybe there is a similar problem with BORLANDC? It should be checked!
10197
10198         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10199         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10200         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10201         was not executed, and the compiler (cl) launched a warning:
10202         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10203
10204 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10205         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10206
10207 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10208         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10209
10210         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10211           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10212           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10213           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10214           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10215           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10216           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10217         - added Release configuration in VS projects
10218         - review of compiler an linker options
10219         - VC .exe files are generated in bin_vc directory, not to interfere
10220           with binaries generated from other projects (cygwin, mingw, bcc ...)
10221
10222         * sdcc/src/yacc.dsp: added
10223
10224         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10225         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10226         and insert the version number definitions from .version
10227
10228         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10229
10230         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10231         added - genarate auto-host.h using auto-host_vc_in.h as template
10232
10233         * sdcc/sdcc_vc.h,
10234         removed from CVS, generated automatically
10235
10236 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10237         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10238
10239 2002-08-11  Borut Razem <borut.razem AT siol.net>
10240         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10241
10242 2002-08-10  Borut Razem <borut.razem AT siol.net>
10243         * src/SDCCmain.c (main):
10244         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10245         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10246         The consequence was that some temporary files were not removed.
10247
10248         * src/SDCCglue.c:
10249         unification of code in functions tempfilename() and tempfile():
10250         function tempnam() is defined in Visual Studio 6.0 and .NET
10251
10252         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10253
10254         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10255           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10256         - removed compiler command line option /WX: Treats all warnings as errors
10257         - update a list of source files, included into the project
10258
10259         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10260           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10261         changed project type to Generic Project so that can be correcly converted to VS.NET project
10262
10263         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10264
10265         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10266
10267         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10268
10269         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10270         added return 0 statements after assert() to make compiler happy
10271
10272         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10273         added newline in the def file to keep MSC compiler satisfied
10274
10275         * sdcc/src/z80/gen.c:
10276         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10277           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10278         - solved MSC error in function aopDump()
10279
10280         * sdcc_vc.h: define PREFIX as "\\sdcc"
10281
10282 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10283         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10284
10285 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10286         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10287         - Rewrote the register banking algorithm.
10288         - Added pCode live-range analysis to registers (for now, only non-used and
10289         singly-used registers optimized away)
10290
10291         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10292
10293         * 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.
10294
10295 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10296         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10297
10298 2002-04-22  Michael Hope  <michaelh AT vroom>
10299
10300         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10301
10302         * configure.in (DD_COPT): Added include support required for gbdk.
10303
10304         * .version: Bumped version number just to increase it.
10305
10306         * src/SDCCmain.c: Added -nostdinc to the default options.
10307
10308 2002-04-15  Michael Hope  <michaelh AT vroom>
10309
10310         * device/lib/z80/printf.c (sprintf): Added.
10311
10312         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10313
10314         * src/z80/peeph.def: Added transpose redundent load rule.
10315
10316         * src/z80/main.c: Added force callee saves for jaune.
10317
10318         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10319
10320         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10321
10322 2002-03-28  Johan Knol  <johan AT balder>
10323
10324         * src/SDCCval.c: fixed bug #532436
10325
10326 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10327         * /src/port.h:
10328         Added "char *Processor" field to the port structure.
10329
10330         * /src/SDCCmain.c:
10331         Added -p option. Allows port dependent processor to be specified.
10332
10333         * all ports:
10334         Initialized the new field char *Processor field to NULL in all ports
10335
10336         * /src/pic/*:
10337         Compiler generated registers for interrupt context saving
10338         were not getting allocated.
10339
10340 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10341
10342         * /src/SDCCast.c:
10343         Fixed left shift. Will promote the left side of a left shift
10344         if a) left shifting more than size of operand or b) when assigned
10345         to something size > size of left side
10346
10347 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10348         * src/pic/*
10349         tons of changes. Register allocation has been
10350         rewritten. Added customization for the various PICs. Flow
10351         analysis is restructured. ...
10352
10353         * src/pic/device.h:
10354         Added
10355
10356         * src/pic/device.c:
10357         Added. device.c is a PIC port hack to accomodate variations
10358         in PIC devices.
10359
10360 2002-03-13  Michael Hope  <michaelh AT vroom>
10361
10362         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10363
10364 2002-03-04  johanknol  <johanknol AT manik>
10365
10366         * /src/SDCCval.c: fixed
10367
10368         const unsigned char arr[][2] = { { 0, 1 } };
10369         t18.c:1: error: Initializer element is not constant
10370
10371 2002-03-04  bela  <bela AT manik>
10372
10373         * /device/include/mcs51reg.h:
10374         ds89c420 register definition update
10375
10376 2002-03-03    <johan AT FRIJA>
10377
10378         * support/Util/SDCCerr.c: did something, but don't no why anymore
10379
10380         * support/regression/tests/bug-524691.c: made it a little less shy
10381
10382         * src/SDCCast.c (decorateType): fixed bug #524697
10383
10384         * src/SDCCast.c: made some lineno improvements
10385
10386         * src/SDCCval.c (getNelements): changed warning to error
10387
10388         * src/SDCCglue.c (printIvalArray): changed warning to error
10389
10390         * src/SDCCicode.c: fixed a warning for mingw
10391
10392         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10393
10394         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10395
10396 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10397
10398         * src/ds390/peeph.def:
10399         Added some more peephole rules
10400
10401         * src/ds390/gen.c: Various fixes & enhancements
10402
10403         * src/SDCClrange.c, src/SDCClrange.h:
10404         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10405
10406         * src/ds390/ralloc.c:
10407         various fixes & enhancements (ds390) specific
10408
10409         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10410         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10411         from rallocs.
10412
10413         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10414
10415 2002-03-02    <johan AT FRIJA>
10416
10417         * src/SDCCast.c (decorateType): fixed bug #524708
10418
10419         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10420
10421         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10422
10423 2002-03-01  Michael Hope  <michaelh AT vroom>
10424
10425         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10426
10427         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10428
10429 2002-03-01    <johan AT FRIJA>
10430
10431         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10432
10433         * src/SDCCast.c (decorateType): fixed bug #524209
10434
10435         * src/SDCCval.c (valNot): fixed bug #524195
10436
10437 2002-02-26    <johan AT balder>
10438
10439         * src/xa51/gen.c: fixed a warning
10440
10441         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10442
10443         * src/SDCCast.c (decorateType): fixed bug #522534
10444
10445 2002-02-23    <johan AT balder>
10446
10447         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10448
10449 2002-02-22    <johan AT balder>
10450
10451         * src/SDCCast.c: fixed bug #514865
10452
10453         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10454
10455 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10456
10457         * sdcc/src/SDCCloop.c:
10458         Previous fix was not good. basic blocks that have "break" or "return" are
10459         not really partof a loop , but live ranges used in these blocks should
10460         be live thru the entire loop, so set partOfLoop but don't add them to
10461         loop region
10462
10463 2002-02-21    <johan AT FRIJA>
10464
10465         * src/SDCCcse.c: fixed bug #514308
10466
10467 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10468
10469         * src/SDCCloop.c:
10470         Fixed BUG #519583. If a conditional block ended in a return/break
10471         statement inside a loop, it was not being considered part of the loop.
10472
10473         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10474
10475 2002-02-10  Karl Bongers <karl AT turbobit.com>
10476
10477         * debugger/*:
10478         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10479         with lots of comments and notes.
10480
10481         * device/examples/test2.c:
10482         Fix bug, "red" variable not being initialized(compiler complained).
10483
10484         * device/examples/Makefile, examples/test3.c:
10485         Add Makefile in device/examples folder, compiles test3.c
10486         for use as a multiple module SDCDB test case.
10487
10488         * sim/ucsim/cmd.src/cmdset.cc:
10489         Took out debug printfs in ucsim "next" command.
10490
10491         * sim/ucsim/xa.src:
10492         Karl and Johan start ucsim XA support.  Most dissassembly working,
10493         about 75% emulation done(plenty of work remaining).
10494
10495         * sim/ucsim/z80.src:
10496         Add Z80 support to ucsim, add test-ucz80 regression test,
10497         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10498         Notice z80 compiler fails on examples/test3.c/crc code.
10499
10500 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10501
10502         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10503         Added support for --parms-in-bank1
10504
10505         * src/ds390/peeph.def:
10506         added a few more peephole optimzations
10507
10508         * src/ds390/main.c:
10509         1) added __builtin_inp & __builtin_outp used to read in data of given length
10510            from a memory mapped port
10511         2) added __builtin_memcmp
10512         3) added __builtin_swapw swap bytes of a short
10513
10514         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10515         1) handle multiple send & receives from register bank1
10516         2) ralloc can now allocate DPTR1 to some liveRanges
10517
10518         * src/SDCCsymt.c, src/SDCCsymt.h:
10519         changes to handle multiple sends & receives
10520
10521         * src/SDCCptropt.h:
10522         added some pointer arithmetic optimization
10523
10524         * src/SDCCptropt.c:
10525         added some pointer arithmetic optimizations but not stable yet so not
10526         called from anywhere (will get this working shortly)
10527
10528         * src/SDCCopt.c: fixed for multiple sends & receives
10529
10530         * src/SDCCmain.c:
10531         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10532         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10533            set preprocessor defines (depending on options)
10534
10535         * src/SDCCicode.c, src/SDCCicode.h:
10536         changes made to handle multiple sends & receives
10537
10538         * src/SDCCglobl.h:
10539         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10540
10541         * src/SDCCcse.c, src/SDCCcse.h:
10542         added function findbackward def (to be used in upcoming optimization)
10543
10544         * src/SDCCcflow.c, src/SDCCcflow.h:
10545         added function returnAtEnd - to determine if a basic block terminates with
10546         a RETURN iCode
10547
10548         * src/SDCCast.c, src/SDCCast.h:
10549         added option parms-in-bank1
10550
10551         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10552         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10553         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10554         adjusted for --parms-in-bank1 option
10555
10556         * device/include/string.h:
10557         donot redefine "reentrant" keyword
10558
10559         * device/include/ds80c390.h: Added some more SFRs
10560
10561 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10562
10563         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10564
10565 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10566
10567         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10568
10569 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10570
10571         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10572
10573 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10574
10575         * Added --xram-movc option
10576
10577 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10578
10579         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10580
10581 2002-01-11  Johan Knol
10582
10583         * Added math lib of Jesus Calvino-Fraga
10584
10585 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10586
10587         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10588         * support/regression/Makefile: new target test-mcs51-stack-auto
10589         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10590
10591 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10592
10593         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10594
10595 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10596
10597         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10598
10599 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10600
10601         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10602
10603         * src/SDCCglue.h: add definition for printIvalChar()
10604
10605 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10606
10607         * src/SDCCast.c: fix #498138 by Johan
10608
10609         * src/SDCCglue.c: fix #498138 by Johan
10610
10611 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10612
10613         * support/regression/Makefile: fix clean
10614
10615         * support/regression/ports/ds390/support.c: fix transmission of last character
10616
10617 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10618
10619         * /sdcc/src/ds390/gen.c:
10620         a) improved computing address of stack variable
10621         b) took out some #if 0 code
10622         c) improved parmBytes adjustment
10623         d) improved genPlusIncr & genMinusIncr
10624         e) genCmp could generate bad code (when left assigned to DPTR)
10625         f) Fixed bug in hasInc
10626
10627         * /sdcc/src/ds390/ralloc.c:
10628         a) packRegsForSupport could mess up live information (Fixed)
10629         b) packRegsDPTRuse could be incorrect for left & right shift
10630
10631         * /sdcc/src/mcs51/ralloc.c:
10632         packRegsForSupport could mess up the live information (Fixed)
10633
10634         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10635
10636         * /sdcc/src/SDCCast.c:
10637         can reverse a loop even if function call is present as long
10638         as the loop control variable is local & is not passed as parameter
10639
10640 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10641
10642         * /sdcc/ChangeLog: *** empty log message ***
10643
10644         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10645         More builtin function additions for TININative
10646
10647         * /sdcc/src/ds390/ralloc.c:
10648         Had broken the regression testsuite
10649
10650         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10651
10652         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10653         Added funcattr hasStackParms will be set for reentrant functions when there
10654         are paramteres on the stack, this helps in minimizing frame pointer generation
10655         typeFromStr can handle function pointers now
10656
10657         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10658         *** empty log message ***
10659
10660 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10661
10662         * /src/ds390/gen.c, /src/ds390/main.c:
10663         More builtin function additions for TININative
10664
10665         * /src/ds390/ralloc.c:
10666         Had broken the regression testsuite
10667
10668         * /src/SDCCast.c: Fixed a bug in dumptree
10669
10670         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10671         Added funcattr hasStackParms will be set for reentrant functions when there
10672         are paramteres on the stack, this helps in minimizing frame pointer generation
10673         typeFromStr can handle function pointers now
10674
10675         * /doc/builtins.txt, /doc/TININative.txt:
10676         *** empty log message ***
10677
10678
10679 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10680
10681         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10682         ALPHA version for -mTININative
10683
10684         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10685         updated to reflect changes in the port structure
10686
10687         * /src/port.h:
10688         added function do_assemble (similar to do_link) if non-null this function
10689         will be called to do assembly (-mTININative) requires a multi command
10690         assembly
10691         added function genAssemblerEnd will be called to generate assembler Epilogue
10692
10693         * /src/SDCCsymt.c:
10694         added _JavaNative to debug info printing
10695
10696         * /src/SDCCmain.c: added option --tini-libid
10697         added port->do_assemble function (-mTININative) has a multi command assemble
10698
10699         * /src/SDCCglue.c: Disabled "constExpr" check
10700         added port->genAssemblerEnd function
10701
10702         * /src/SDCCglobl.h: Added option --tini-libid value
10703
10704         * /src/SDCCast.h:
10705         tookout optimizeCompare from the header (has no external references)
10706
10707         * /src/SDCCast.c: made one more function "static"
10708
10709 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10710
10711         * src/z80/mappings.i: Added z80asm support.
10712
10713         * src/z80/main.c: Added z80asm support on --asm=z80asm
10714
10715         * src/z80/gen.c: Fixed asm portability issues.
10716
10717         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10718
10719         * src/SDCCglue.c (printExterns): Added global/extern split.
10720
10721 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10722
10723         * support/regression/Makefile: added test for mcs51 model large
10724
10725         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10726
10727         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10728
10729 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10730
10731         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10732
10733 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10734
10735         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10736
10737         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10738
10739 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10740
10741         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10742
10743         * support/regression/tests/simplefloat.c: Port to mcs51.
10744
10745 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10746         * support/regression/tests/bug-485362.c: Added.
10747
10748         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10749
10750         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10751
10752         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10753
10754         * src/z80/gen.c (aopDump): Added a dump function.
10755
10756 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10757         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10758
10759         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10760
10761         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10762
10763         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10764
10765         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10766
10767         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10768
10769         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10770
10771         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10772
10773         * support/regression/ports/ds390/support.c: Use tinibios.
10774
10775         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10776
10777 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10778
10779         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10780         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10781
10782         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10783
10784         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10785
10786 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10787
10788         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10789
10790         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10791         (packRegsForIYUse): Created and optimised.
10792
10793 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10794
10795         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10796 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10797
10798         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10799
10800         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10801
10802         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10803
10804 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10805
10806         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10807
10808         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10809
10810 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10811
10812         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10813
10814         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10815
10816         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10817
10818 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10819
10820         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10821         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10822         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10823
10824         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10825
10826         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10827         (genNotFloat): Added.
10828         (genUminusFloat): Added.
10829
10830         * device/lib/z80/Makefile: Added floating pt stubs.
10831
10832         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10833
10834         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10835
10836         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10837
10838 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10839
10840         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10841
10842         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10843
10844         * sdcc/support/regression/Makefile: Add port ds390.
10845
10846         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10847
10848         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10849
10850         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10851
10852         * sdcc/support/regression/ports/ds390/support.c: Added.
10853
10854         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10855
10856         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10857
10858         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10859
10860 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10861
10862         * device/include/malloc.h: Added z80 and gbz80 support.
10863
10864         * device/lib/gbz80/heap.s: Added.
10865
10866         * device/lib/z80/heap.s: Added.
10867
10868         * device/lib/malloc.c: Added z80 and gbz80 support.
10869
10870         * support/regression/tests/malloc.c (testMalloc): Added.
10871
10872         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10873
10874         * support/regression/tests/bug-478094.c: Added.
10875
10876         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10877
10878 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10879
10880         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10881
10882         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10883
10884         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10885
10886         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10887
10888         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10889
10890 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10891
10892         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10893
10894 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10895
10896         * support/regression/tests/bug-477927.c: Added.
10897
10898         * src/z80/peeph.def: Added minor rules.
10899
10900         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10901
10902         * src/z80/peeph.def: Added jump optimisation modification.
10903
10904 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10905
10906         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10907
10908 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10909
10910         * support/regression/tests/funptrs.c: Added.
10911
10912 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10913
10914         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10915
10916 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10917
10918         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10919
10920         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10921
10922         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10923         (movLeft2ResultLong): Created.
10924
10925         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10926         (joinPushes): Added.  Joins two char pushes into a word push.
10927
10928 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10929
10930         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10931
10932         * support/makebin/Makefile (install): Added creation of dest dir.
10933
10934 2001-10-24 Karl Bongers <karl AT turbobit.com>
10935
10936         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10937
10938 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10939
10940         * src/z80/ralloc.c: Turned off faulty pack for one use.
10941
10942         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10943
10944         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10945
10946 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10947
10948         * support/regression/Makefile: Improved clean
10949
10950         * support/regression/ports/gbz80/spec.mk: Added clean
10951
10952         * support/regression/ports/host/spec.mk: Added clean
10953
10954         * support/regression/ports/z80/spec.mk: Added clean
10955
10956         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10957
10958         * support/regression/ports/mcs51/timeout.c: little improvements
10959
10960 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10961
10962         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10963
10964         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10965
10966         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10967
10968 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10969
10970         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10971
10972         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10973
10974 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10975         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10976
10977         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10978
10979         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10980
10981         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10982
10983         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10984
10985         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10986
10987         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10988
10989         * support/regression/tests/longor.c: Added.
10990
10991 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10992
10993         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10994
10995         * as/mcs51/aslink.h: define PATH_MAX
10996
10997         * as/mcs51/asm.h: define PATH_MAX
10998
10999         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11000
11001         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11002
11003         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11004
11005         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11006
11007         * src/SDCCglobl.h: define PATH_MAX
11008
11009         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11010
11011         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11012
11013 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11014
11015         * src/z80/gen.c (gencjneshort): Fixed
11016
11017         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11018
11019 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11020
11021         * support/regression/tests/bug-469671.c: Added.
11022
11023         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11024
11025 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11026
11027         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11028
11029         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11030
11031 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11032
11033         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11034
11035         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11036
11037         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11038
11039         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11040
11041         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11042
11043         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11044
11045         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11046
11047 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11048
11049         * 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.
11050
11051         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11052
11053         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11054
11055 2001-10-07    <johan AT FRIJA>
11056
11057         * device/lib/gets.c (gets): fixed the return value.
11058
11059 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11060         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11061
11062         * 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.
11063
11064         * 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.
11065
11066         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11067
11068         * src/pic/gen.c: Removed Safe_strdup.
11069
11070         * configure.in: Added option to enable libgc support.
11071
11072         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11073         (bitVectUnion): Optimised.
11074         (bitVectIntersect): Optimised.
11075         (bitVectBitsInCommon): Optimised.
11076         (bitVectCplAnd): Optimised.
11077
11078         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11079
11080 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11081
11082         * src/SDCCmain.c: distinguish between assembler debug and plain options
11083
11084         * src/avr/main.c:   remove standard assembler options
11085
11086         * src/ds390/main.c: remove standard assembler options
11087
11088         * src/mcs51/main.c: remove standard assembler options
11089
11090         * src/port.h: removed "PENDING" comment
11091
11092 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11093
11094         * src/device/lib/_mulint.c  : new, with assember functions
11095
11096         * src/device/lib/_mullong.c : new, with assember functions
11097
11098         * src/device/lib/_divuint.c : with assember functions
11099
11100         * src/device/lib/_divsint.c : with assember functions
11101
11102         * src/device/lib/_divulong.c: with assember functions
11103
11104         * src/device/lib/_divslong.c: with assember functions
11105
11106         * src/device/lib/_moduint.c : with assember functions
11107
11108         * src/device/lib/_modsint.c : with assember functions
11109
11110         * src/device/lib/_modulong.c: with assember functions
11111
11112         * src/device/lib/_modslong.c: with assember functions
11113
11114         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11115
11116         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11117
11118         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11119                                       replaced _mululong.c and _mulslong.c by _mullong.c
11120
11121 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11122
11123         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11124
11125 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11126
11127         * src/SDCCglue.c: test, if win32api is available for MINGW
11128
11129 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11130
11131         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11132         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11133         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11134         * support/regression/ports/host/spec.mk: removed GENERIC
11135         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11136         * support/regression/ports/z80/spec.mk: removed GENERIC
11137
11138 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11139
11140         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11141
11142         * support/regression/tests/bug-467035.c: Created.
11143
11144 2001-10-01    <johan AT FRIJA>
11145
11146         * src/SDCC.y: fixed bug #466586 part 1
11147
11148 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11149
11150         * SDCCicode.c: z80 has no generic pointers
11151         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11152
11153 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11154
11155         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11156
11157 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11158
11159         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11160
11161         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11162
11163 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11164
11165         * configure.in: Fixed up so that ucsim is only configured once.
11166
11167         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11168
11169         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11170         (getPathDifference): As above.
11171
11172         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11173
11174         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11175
11176 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11177         * .version: Updated to 2.3.1
11178
11179         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11180         Added copyright header.
11181
11182         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11183         (assemble): Added support for macro based assembler commands.
11184         (linkEdit): Added support for macro based linker commands.
11185         (preProcess): Changed the pre-processor to use macros.
11186         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11187         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11188
11189         * device/lib/z80/crt0.s: Added module name for debugging.
11190
11191 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11192
11193         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11194
11195         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11196
11197         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11198
11199         * src/Makefile.in: Added SDCCmacro and SDCCutil
11200
11201 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11202
11203         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11204
11205 2001-09-16    <johan AT FRIJA>
11206
11207         * 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.
11208
11209 2001-09-15    <johan AT FRIJA>
11210
11211         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11212         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11213
11214 2001-09-11    <johan AT FRIJA>
11215
11216         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11217
11218 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11219
11220         * support/regression/tests/bug-460444.c: Added test case.
11221
11222         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11223         (genCast): Added justification for all of the asserts.
11224
11225 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11226
11227         * support/regression/support.c: _xdata replaced by xdata
11228
11229         * support/regression/spec.mk: removed _generic
11230
11231 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11232
11233         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11234
11235         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11236         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11237
11238         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11239
11240         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11241
11242         * support/regression/tests/bug-460010.c: Added test case.
11243
11244         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11245
11246 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11247
11248         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11249
11250         * support/regression/testfwk.c: removed workaround for bug #436344
11251
11252         * support/regression/tests/bp.c: use less memory with mcs51
11253
11254         * support/regression/tests/bug-441448.c: use less memory
11255
11256         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11257
11258         * support/regression/collate-results.py: typo
11259
11260 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11261
11262         * support/regression/tests/fetchoverlap.c: Added new test case.
11263
11264         * support/regression/tests/bp.c: Added new test case.
11265
11266         * support/regression/tests/bug-448984.c: Added new test case.
11267
11268         * support/regression/tests/pow2shifts.c: Added new test case.
11269
11270         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11271         (genlshTwo): Fixed right shift for count > 8.
11272
11273         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11274
11275 2001-09-08    <johan AT FRIJA>
11276
11277         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11278
11279 2001-09-07    <johan AT FRIJA>
11280
11281         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11282
11283         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11284
11285 2001-09-06    <johan AT FRIJA>
11286
11287         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11288         * bernhard noted me at this: "() equals to (void)" (1.38)
11289
11290 2001-09-05    <johan AT FRIJA>
11291
11292         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11293
11294 2001-09-04    <johan AT FRIJA>
11295
11296         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11297
11298
11299 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11300
11301         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11302
11303 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11304
11305         * link/z80/aslink.h: Fixed path for PATH_MAX
11306
11307 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11308
11309         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11310
11311         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11312
11313         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11314
11315         * 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.
11316
11317 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11318
11319         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11320         (genCmp): Fixed up genCmp for the GB with longs.
11321
11322         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11323
11324         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11325
11326         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11327
11328         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11329
11330 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11331
11332         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11333
11334 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11335
11336         * 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.
11337
11338         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11339
11340 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11341
11342         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11343
11344         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11345
11346 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11347
11348   * sim/ucsim/configure:    little improvement of Cygwin-detection
11349   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11350   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11351   * support/regression/tests/bug-221100.c: small changes for mcs51
11352   * support/regression/tests/bug-221168.c: small changes for mcs51
11353   * support/regression/tests/bug-227710.c: small changes for mcs51
11354   * support/regression/tests/staticinit.c: small changes for mcs51
11355   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11356   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11357   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11358
11359 $Revision$