7a4fb459ced2510b02f7fb91c4f5fc5d20459a08
[fw/sdcc] / ChangeLog
1 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * support/packihx/configure.in,
4         * support/packihx/configure: removed warning, autoconf >= 2.5x can
5         determine sizeof basic types even while cross compiling
6
7 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
8
9         * src/avr/gen.c (aopop),
10         * src/ds390/gen.c (aopOp),
11         * src/hc08/gen.c (aopOp),
12         * src/mcs51/gen.c (aopop),
13         * src/pic16/gen.c (pic16_aopOp),
14         * src/pic/gen.c (aopOp),
15         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
16         if size of operand is smaller than spill location
17
18 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
19
20         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
21         * device/include/ds80c390.h: added sfr16 definitions
22         * src/ds390/gen.c,
23         * src/ds390/gen.h,
24         * src/ds390/main.c,
25         * src/ds390/ralloc.c,
26         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
27           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
28           bit returning functions
29         * support/regression/tests/sfr16.c: enabled test on ds390
30
31 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
32
33         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
34         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
35
36 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
37
38         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
39         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
40           (cl_address_space constructor): removed expensive initialization,
41           (cl_address_space::get_cell): extended for late initialization,
42           (cl_address_space::*): use late initialization,
43           (cl_address_decoder::activate): removed expensive initialization,
44           This reduced regression test running time by 25%
45
46 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
47
48         * packihx/,
49         * configure.in,
50         * configure,
51         * sdcc.dsw,
52         * Makefile.bcc,
53         * Makefile.in,
54         * support/packihx/Makefile.in,
55         * support/packihx/clean.mk,
56         * support/packihx/Makefile.bcc,
57         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
58
59 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
60
61         * src/SDCCval.c (valNot): fix for regression test failure
62           of not.c on big endian hosts
63
64 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
65
66         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
67
68 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
69
70         * device/lib/mcs51/Makefile.in: changed string comparison operator
71           to = for POSIX compliance; == is bash extension
72
73 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
74
75         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
76           kosmonaut_pirx
77
78 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
79
80         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
81         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
82         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
83         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
84         bug report #1478657,
85
86 2006-05-05 Borut Razem <borut.razem AT siol.net>
87
88         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
89           making the html
90
91 2006-05-02 Borut Razem <borut.razem AT siol.net>
92
93         * doc/Makefile.in: removed *.ind dependency since there is no rule to
94           create *.ind, which made make to fail if invoked with -j 2
95
96 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
99           Hubert Sack for patch 1479782
100
101 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
102
103         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
104
105 2006-05-01 Raphael Neider <rneider AT web.de>
106
107         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
108           (create_pic): store only prefix-free device name,
109           (init_pic): check for device names with "16" prefix,
110           (list_valid_pics),
111         * src/pic/device.h (struct PIC_device),
112         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
113             stored device name,
114         * device/include/pic/pic12f{635,675,629,683}.h,
115         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
116         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
117         * device/include/pic/pic16f505.h,
118         * device/lib/pic/libdev/pic16f505.c: removed
119         * device/include/pic/pic14devices.txt: added support for pic12f
120             devices, removed unsupported non 16-bit devices
121             [above changes provided by patch from Zik Saleeba]
122         * src/pic/*, src/pic16/*, device/include/pic16/*,
123           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
124
125 2006-05-01 Borut Razem <borut.razem AT siol.net>
126
127         * configure.in, configure, doc/Makefile.in:
128           sync with nightly build makefile - latex, dvipdf and dvips
129           not needed any more
130
131 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
132
133         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
134         in the library source
135
136 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
137
138         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
139
140 2006-04-28 Raphael Neider <rneider AT web.de>
141
142         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
143         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
144           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
145         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
146
147 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
148
149         * device/lib/pic/libdev/Makefile.in,
150         * device/lib/hc08/Makefile.in,
151         * device/lib/gbz80/Makefile.in,
152         * device/lib/z80/Makefile.in,
153         * device/lib/ds390/Makefile.in,
154         * device/lib/ds400/Makefile.in: added srcdir to include search path,
155         thanks to Borut for the bug report
156         * configure.in,
157         * configure: always create doc/Makefile independent from --enable-doc
158         * Makefile.in: always install from directory doc independent from
159         --enable-doc
160         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
161         removed
162         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
163         * doc/Makefile.in: install *.txt if present
164         * device/include/Makefile.in (install): added installation of pic/*.inc
165         and pic/*.txt files again, they were erroneously removed
166
167 2006-04-28 Raphael Neider <rneider AT web.de>
168
169         * src/pic/{gen.c,main.h,pcode.c},
170         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
171             concerning signedness with casts
172
173 2006-04-28 Raphael Neider <rneider AT web.de>
174
175         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
176             definition of an interrupt handler,
177         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
178             interrupt handler stuff from picglue() to separate routine,
179           (picglue): enabled definition of intr handlers in files w/o main()
180
181 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
184           compilation with MSVC 2005 Express Edition (VC8)
185
186 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
187
188         * device/lib/Makefile: fixed build of gbz80 lib
189
190 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
191
192         * support/regression/tests/bug-460010.c,
193         * support/regression/tests/bug-524691.c,
194         * support/regression/tests/bug-716242.c: removed conditional defines
195           that are already in testfwk.h
196
197 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
198
199         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
200           (AccAXRsh1): added, shift right by 1,
201           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
202            AccAXLrl1
203         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
204
205 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
206
207         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
208         remove cast to same type
209         * src/SDCCast.c (decorateType): fix for RFE 1475742,
210         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
211         * as/z80/Makefile,
212         * link/z80/Makefile: removed, they have moved to
213         Makefile.in files
214         * configure,
215         * configure.in: replaced duplicate message about ucsim by missing sdcpp
216         * install-sh: fix bug #1204398 by setting umask 0022
217         * device/lib/Makefile: separate build of z80 and gbz80 lib
218
219 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
220
221         Enabled VPATH feature: changed nearly all Makefiles (149 files).
222         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
223
224         One basic decision: e.g. src/clean.mk includes further files. In order
225         to make this work there are two solutions:
226         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
227           run configure on them. This way they can use
228           'include $(srcdir)/port-clean.mk'
229         - always include clean.mk by the Makefile at the same level. To avoid
230           that `make clean` tries to include and build Makefile.dep the
231           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
232           implemented, because now even `make uninstall` doesn't create
233           Makefile.in. clean.mk could be eliminated by pasting it in
234           Makefile.in.
235
236         * debugger/mcs51/Makefile.in: build own objects from library sources
237         (SLIB, SDCC) in current directory
238
239         * configure, configure.in: renamed --disable-device-lib-build in
240         --disable-device-lib; added --enable-doc, the required tools are
241         searched by configure; added result message; the toolchain for the
242         belonging ports are now only built, if the port is enabled.
243
244         * support/regression/*: all output is written in directory gen, because
245         the fwk and ports directories don't livet in the build tree using vpath
246
247         * doc/sdccman.lyx: renamed --disable-device-lib-build to
248         --disable-device-lib, added --enable-doc, added section VPATH
249
250         * sim/ucsim/configure.in,
251         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
252         z80 are enabled by default
253
254 2006-04-24 Raphael Neider <rneider AT web.de>
255
256         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
257             to config word, "pic14_"-prefixed some extern functions
258           (pic14_emitConfigWord): emit __config directive(s) if assignment to
259             config word has been found
260         * src/pic/device.h: added prototypes
261         * src/pic/pcode.c: added "pic14_"-prefix where needed
262         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
263             fixup
264         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
265             words,
266           (pic14emitRegularMap): ignore config words,
267           (pic14createInterruptVect): moved generating __config directives away
268           (picglue): have __config directives emitted
269
270 2006-04-24 Borut Razem <borut.razem AT siol.net>
271
272         * doc/Makefile: sync with nightly build makefile
273
274 2006-04-24 Raphael Neider <rneider AT web.de>
275
276         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
277             registers that have not been assigned proper liveranges,
278             fixes #1469504 and #1474602,
279           (pCodeRegOptimizeRegUsage): fixed typo in comment
280
281 2006-04-24 Borut Razem <borut.razem AT siol.net>
282
283         * device/examples/main8051.c: deleted - it was removed from CVS
284           24.mar.2000 and after that modified 18.feb.2001, so it reappered
285           after the transition to Subversion
286         * src/SDCCalloc.h: deleted - it was removed  from CVS
287           3.feb.2001 and after that modified 18.feb.2001, so it reappered
288           after the transition to Subversion
289         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
290           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
291           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
292           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
293
294 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
295
296         * as/asx8051.dsp: added mcs51/strcmpi.h
297         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
298         * as/hc08/aslink.h: updated lnksect prototype
299         * as/hc08/asm.h,
300         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
301         * as/hc08/asmain.c,
302         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
303           (newdot): handle A_ABS
304         * as/hc08/asout.c,
305         * as/mcs51/asout.c (outarea): output address
306         * as/hc08/lkaomf51.c,
307         * as/mcs51/lkaomf51.c: disabled unused array UsageType
308         * as/hc08/m08pst.c,
309         * as/mcs51/i51pst.c,
310         * as/z80/z80pst.c: "ABS" is not A_OVR
311         * as/hc08/lkarea.c (newarea): read a_addr,
312           (lnkarea): added codemap array, sort absolute areas to the front,
313            combine all GSINITx/GSFINAL,
314           (find_empty_space, allocate_space): new functions,
315           (lnksect): return next address, handle absolute sections
316         * as/mcs51/lkarea.c (newarea): read a_addr,
317           lnksect2 prototype changed,
318           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
319           (find_empty_space, allocate_space): new, factored out of lnksect2,
320           (lnksect2): return next address, handle absolute sections
321         * as/hc08/lkhead.c,
322         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
323         * as/hc08/lklibr.c (addfile, fndsym),
324         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
325           index out of range and detect both '\' and '/'
326         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
327         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
328           regression tests (ds390 cannot return bool yet)
329         * doc/sdccman.lyx: changed version number, document changed --no-peep,
330           document critical interrupts on z80, document changed SDCC define
331         * src/asm.c (_asxxxx_mapping): fixed .org directive,
332           (_a390_mapping): added .org directive
333         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
334           (genMultOneByte): fixed warnings
335         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
336           ones
337         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
338         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
339           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
340         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
341         * src/pic16/main.c: removed newReg prototype
342         * src/pic16/pcode.c,
343         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
344           warnings
345         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
346           ones
347         * src/pic16/ralloc.c
348         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
349           to fix warnings
350         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
351           from short to PIC_OPTYPE
352         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
353         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
354           optype from short to PIC_OPTYPE
355         * src/port.h: made int_size unsigned to fix warnings
356         * src/SDCC.y: fixed warning on MSVC
357         * src/SDCCicode.c (getArraySizePtr): return unsigned int
358         * src/SDCCopt.c (convertToFcall): fixed warnings
359         * src/SDCCsymt.h: removed double prototype for genSymName
360         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
361           offset int to fix warnings
362
363 2006-04-22 Borut Razem <borut.razem AT siol.net>
364
365         * doc/sdccman.lyx, */Makefile, */Makefile.in:
366           references to CVS replaced with Subversion
367
368 2006-04-21 Borut Razem <borut.razem AT siol.net>
369
370         * doc/sdccman.lyx, */Makefile, */Makefile.in:
371           references to CVS replaced with Subversion
372
373 2006-04-19 Borut Razem <borut.razem AT siol.net>
374
375         * src/version.awk: adapted for svn
376         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
377           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
378           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
379           /binutils-avr/etc/*.vi, *.jin: removed all properties
380           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
381
382 2006-04-19 Borut Razem <borut.razem AT siol.net>
383
384         * CVS to Subversion migration completed
385
386 2006-04-18 Borut Razem <borut.razem AT siol.net>
387
388         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
389           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
390
391 2006-04-17 Borut Razem <borut.razem AT siol.net>
392
393         * device/include/Makefile.in: added pic/*.inc to the installation
394
395 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
396
397         * support/regression/collate-results.py: fixed output in case of
398         a valdiag error
399         * support/regression/generate-cases.py: fixed splitting of pathnames
400         with dots
401         * as/hc08/lklibr.c (addfile),
402         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
403
404 2006-04-11 Raphael Neider <rneider AT web.de>
405
406         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
407         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
408         * src/pic16/pcode.c (assignValnums): fixed #1460578
409
410 2006-04-11 Raphael Neider <rneider AT web.de>
411
412         * device/lib/pic/libdev/*.c,
413         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
414           fixes #1468739, enables compilation in --std-c99 mode
415         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
416
417 2006-04-11 Raphael Neider <rneider AT web.de>
418
419         * src/pic/device.c (find_device): removed debug output
420           (list_valid_pics): enabled verbose listing of supported devices
421         * device/include/stdbool.h: define bool as char for pic14/16 as well
422
423 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
424
425         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
426
427 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * .version: bumped version to 2.5.6
430         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
431
432 2006-04-06 Raphael Neider <rneider AT web.de>
433
434         * .version: bumped version to 2.5.6 (pic14 ABI changed)
435         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
436         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
437           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
438             pic14_constructAbsMap
439           (pic14printPublics): declare absolute global symbols as global
440           (pic14createInterruptVect),
441         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
442           (newReg): assume new registers unused, use correct name in
443             hashtable (reg->name instead of name), more debugLog output
444         * src/pic/device.h (PIC_device): added fields for verbose output
445         * src/pic/device.c: moved device definition to pic14devices.txt,
446             added routines for runtime parsing of pic14devices.txt,
447             added support for second config word
448         * src/pic/main.c (_process_pragma): removed #pragma maxram,
449           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
450           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
451           (_pic14_parseOptions): moved pCodeInitRegisters here
452           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
453         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
454           (pCodeInitRegisters): rewrapped comments, perpared new approach to
455             handling the pseudo stack
456         * device/lib/Makefile.in: ignore failures in objects-pic16,
457         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
458         * device/lib/pic/NEWS: document new dependency on picXXX.lib
459         * device/lib/pic/Makefile.subdir,
460         * device/lib/pic16/Makefile.subdir: improved clean rules
461         * device/lib/pic/libdev/: NEW, pic14 device libraries
462         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
463         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
464         * device/include/Makefile.in: create subdir and install pic14 headers
465         * device/include/pic/p16f_common.inc: removed unused declarations
466         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
467             PICs from inc2h.pl v1.6,
468             replaced BIT_AT macros with struct declarations
469         * device/include/pic/pic14devices.txt: definition of supported devices,
470             all above improvements contributed by Zik Saleeba, thanks
471         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
472         * support/scripts/sdcc.nsi: also install pic14 device libraries and
473             headers
474
475 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
476
477         * device/include/mcs51/c8051f410.h: added interrupt numbers,
478         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
479           thanks to Charles Olds
480
481 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
482
483         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
484
485 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
488         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
489         * support/regression/bug1464657.c: added, new test
490
491 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
492
493         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
494           version number
495
496 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
499           --no-peep and --peep-file <file> are used don't use default rules but
500           do use the <file>
501
502 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
503
504         * src/mcs51/gen.c (genCall): fixed bug 1457608
505
506 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
507
508         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
509         changes seem to cause (trigger?) problems with the build system.
510
511 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
512
513         * src/SDCCpeeph.c (operandsLiteral): new, added,
514           (callFuncByName): inserted operandsLiteral
515         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
516
517 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
518
519         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
520         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
521
522 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
523
524         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
525           implemented patch 1120823 Thanks to Willy De la Court (normal
526           interrupts need an interrupt number now if they are made critical),
527           and enabled nesting of critical functions though not for gbz80
528           (genCritical, genEndCritical): added functions
529           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
530         * src/z80/mappings.i: added "ei" to all mappings
531
532 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
533
534         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
535         submitted by the Debian SDCC maintainer Aurelien Jarno:
536         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
537         archive with gcc 4.1 on mips and wrote the patch"
538
539 2006-03-16 Raphael Neider <rneider AT web.de>
540
541         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
542           the left operand is shorter than the result (c* = lit-c* + int),
543           fixes bug #1450796
544         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
545           OP_SYMBOL
546
547 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
548
549         * src/.version: increased version number to 2.5.5
550         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
551         linking is done manually in pic16 port's _linkEdit,
552         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
553         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
554         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
555         allocate asmop as AOP_ACC,
556         (aopForRemat): added parameter 'bool result' in function declaration,
557         (pic16_aopGet): return AOP_ACC when accessing WREG,
558         (pic16_popGetTempReg): minor modification,
559         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
560         'pic16_allocWithIdx',
561         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
562         calling function in absolute addresses,
563         (genAssign): take into account AOP_ACC asmop,
564         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
565         * src/pic16/pcoderegs.c: some debug functions and lines added,
566         * src/pic16/ralloc.c (decodeRegType): added but commented out,
567         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
568         register too,
569         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
570         call to allocReg, not by manually allocating a new one,
571         (pic16_assignRegisters): now before going through the register
572         allocating functions mark all registers as free. This eliminates some
573         side effects resulting from peephole parser done earlier in the backbone
574
575 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
576
577         * src/SDCCicode.c (geniCodeLogic),
578         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
579
580 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
583           (genSend): bugfix, do not allocate and free twice,
584           (shiftRLong): handle partially overlapping aops
585         * support/regression/tests/bitopcse.c: fixed warning redefined idata
586
587 2006-03-08 Borut Razem <borut.razem AT siol.net>
588
589         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
590           for pic16
591
592 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
593
594         * support/regression/tests/bug1409955.c: new, added
595         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
596         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
597           (aopForSym, aopOp): increment asmop.allocated if reused,
598           (freeAsmop): decrement asmop.allocated and check for zero instead of
599           using asmop.freed,
600           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
601           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
602            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
603            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
604            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
605            genSignedRightShift, genRightShift, genDataPointerGet,
606            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
607            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
608             in reverse order from allocation,
609           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
610             added swappedLR to keep track
611         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
612           pdata & code for GCC, z80, gbz80 & hc08
613         * support/regression/tests/zeropad.c: moved defines to testfwk.h
614
615 2006-03-08 Raphael Neider <rneider AT web.de>
616
617         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
618
619 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
620
621         * device/include/mcs51/c8051f410.h: new SiLabs mcu
622         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
623         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
624
625 2006-03-06 Borut Razem <borut.razem AT siol.net>
626
627         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
628           made the linker quiet
629
630 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
631
632         * src/pic16/gen.c (genPcall): fixed bug #1443644
633         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
634         which dumps before the function entry point a data byte which represents
635         the number of the local variables used by the specified function, added
636         'xinst' for initial support for Extended Instruction Support,
637         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
638         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
639         port->fun_prefix anymore (may change later),
640         (genFunction, genEndFunction): do not store/restore local registers for
641         _main (this should take care the --main-return command line option in
642         the future),
643         (genOr): removed some legacy pic-port instructions,
644         * src/pic16/genarith.c (genAddLit): re-enabled old code because
645         performing operations with SFR's causes data to be written more than
646         once to each SFR. Perhaps SFRs should be handled in special cases...
647         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
648         pcode.h
649         * src/pic16/main.c (_process_pragma): stack bound checking did not take
650         into account for stack starting position,
651         (struct OPTIONS pic16_optionsTable): added command line argument
652         --extended or -y for Extended Instruction Support,
653         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
654         (deassignLRs): *** perhaps the most important change, old 'for' code
655         (commented out for reference), didn't account for some registers which
656         were left marked 'not free' after a pointer operation. The change
657         reduces register usage a lot in some cases
658
659 2006-03-04 Borut Razem <borut.razem AT siol.net>
660
661         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
662           _clean
663         * support/regression/tests/bug-524697.c: decreased array size for
664           mcs51 to fit into the internal RAM
665         * support/regression/Makefile.in: a little bit more verbose
666
667 2006-03-03 Borut Razem <borut.razem AT siol.net>
668
669         * support/regression/fwk/lib/testfwk.c,
670           support/regression/fwk/include/testfwk.h: introduced function
671           _prints(), nonrecursive _printn(), call _initEmu() from main()
672         * support/regression/ports/gbz80/support.asm,
673           support/regression/ports/ucz80/support.asm,
674           support/regression/ports/z80/support.asm,
675           support/regression/ports/ds390/support.c,
676           support/regression/ports/hc08/support.c,
677           support/regression/ports/host/support.c,
678           support/regression/ports/mcs51/support.c,
679           support/regression/ports/xa51/support.c: added empty _initEmu()
680           function
681         * support/regression/ports/pic16/gpsim.cmd,
682           support/regression/ports/pic16/spec.mk,
683           support/regression/ports/pic16/support.c,
684           support/regression/Makefile.in: added pic16 regression test
685
686 2006-03-01 Raphael Neider <rneider AT web.de>
687
688         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
689           genConstPointerGet): use safe way of generating MOVFF to cover
690             literals as well as registers, fixes bug #1440527
691         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
692             dereference
693           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
694             more correctly, fixes bug #1232186
695           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
696         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
697             gplink guess the correct processor in more cases, applied patch
698             from Till Riedel attached to and fixing bug #1436552
699
700 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
701
702         * support/regression/tests/array.c: added, contains check for #1434401
703         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
704
705 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
706
707         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
708         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
709         * device/include/mcs51/c8051f326.h,
710         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
711         * device/include/mcs51/c8051f000.h,
712         * device/include/mcs51/c8051f018.h,
713         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
714           PCON_IDLE,PCON_STOP and added sfr16 definitions
715
716 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
717
718         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
719           genGetWord): fixed bug 1409955
720
721 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
722
723         * device/include/hc08/mc68hc908gp32.h,
724         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
725
726 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
727
728         * src/SDCCast.c (constExprValue): return NULL if not a value
729         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
730         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
731         * support/regression/tests/bitfields.c: enabled signed bitfield for all
732
733 2006-02-13 Borut Razem <borut.razem AT siol.net>
734
735         * src/regression/ptrarg.c: added, fails due to bug #1430967
736         * src/regression/Makefile: ptrarg.c added, ...
737
738 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
739
740         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
741         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
742
743 2006-02-11 Borut Razem <borut.razem AT siol.net>
744
745         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
746           print "Processor: xxx" message to stdout only if --verbose
747
748 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
749
750         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
751         * support/regression/tests/bug1426356.c: added
752         * support/regression/tests/bitfields.c: removed 2 tests
753
754 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
755
756         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
757         * device/include/mcs51/c8051f330.h,
758         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
759           PCON_IDLE,PCON_STOP and added sfr16 definitions
760         * device/lib/_divsint.c,
761         * device/lib/_divuint.c,
762         * device/lib/_divulong.c,
763         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
764           register bank bug for small stackauto
765
766 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
767
768         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
769
770 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
771
772         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
773         * all.dsp: corrected several bin paths
774         * device/include/mcs51/c8051f120.h,
775         * device/include/mcs51/c8051f300.h,
776         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
777           to PCON_IDLE,PCON_STOP
778         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
779         * device/lib/printf_large.c (output_float): fixed bug 1388703
780         * support/regression/tests/bug1057979.c: added test for bug 1388703
781
782 2006-02-08 Raphael Neider <rneider AT web.de>
783
784         * src/pic/pcode.c (pciTRIS): fixed typo,
785           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
786           (LinkFlow): fixed handling of flows that end in a call,
787           (ReuseReg): perform safety check earlier
788         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
789             to work with flows at the beginning of a pBlock,
790             fixes #1426557 (Symbol not previously defined),
791           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
792             usage information
793           (RemoveUnusedRegisters): update register usage info
794         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
795             created, reuse existing ones instead
796         * src/pic/gen.c (genPcall): fixed #1424719
797
798 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
799
800         * link/z80/lkmain.c,
801         * link/z80/lklex.c,
802         * link/z80/lkdata.c,
803         * link/z80/aslink.h: fixed build on current cygwin:
804         replaced getline() by lk_getline()
805
806 2006-02-01 Borut Razem <borut.razem AT siol.net>
807
808         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
809           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
810           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
811           src/regression/bool1.c, src/regression/bool2.c,
812           src/regression/bool3.c, src/regression/call1.c,
813           src/regression/compare.c, src/regression/compare10.c,
814           src/regression/compare2.c, src/regression/compare3.c,
815           src/regression/compare4.c, src/regression/compare5.c,
816           src/regression/compare6.c, src/regression/compare7.c,
817           src/regression/compare8.c, src/regression/compare9.c,
818           src/regression/configword.c, src/regression/for.c,
819           src/regression/inline.c, src/regression/mult1.c,
820           src/regression/nestfor.c, src/regression/or1.c,
821           src/regression/pointer1.c, src/regression/ptrfunc.c,
822           src/regression/rotate1.c, src/regression/rotate2.c,
823           src/regression/rotate3.c, src/regression/rotate4.c,
824           src/regression/rotate5.c, src/regression/rotate6.c,
825           src/regression/rotate7.c, src/regression/string1.c,
826           src/regression/struct1.c, src/regression/sub.c,
827           src/regression/sub2.c, src/regression/switch1.c,
828           src/regression/while.c, src/regression/xor.c,
829           src/regression/create_stc, src/regression/simulate,
830           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
831           regression tests
832         * src/regression/gpsim_assert.h: added
833
834 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
835
836         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
837         ((void (code *) (void)) 0) ();
838         * as/hc08/aslex.c,
839         * as/hc08/aslink.h,
840         * as/hc08/asm.h,
841         * as/hc08/asmain.c,
842         * as/hc08/lkdata.c,
843         * as/hc08/lklex.c,
844         * as/hc08/lkmain.c,
845         * as/mcs51/aslex.c,
846         * as/mcs51/aslink.h,
847         * as/mcs51/asm.h,
848         * as/mcs51/asmain.c,
849         * as/mcs51/lkdata.c,
850         * as/mcs51/lklex.c,
851         * as/mcs51/lkmain.c,
852         * as/z80/aslex.c,
853         * as/z80/asm.h,
854         * as/z80/asmain.c: fixed build on current cygwin:
855         replaced getline() by as_getline()
856
857 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
858
859         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
860         declarator in the symbol chain
861         * src/SDCCsymt.h,
862         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
863         parameter list for function pointers
864         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
865         * support/regression/tests/bug-716242.c: added
866
867 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
868
869         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
870         offset if possible
871         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
872
873 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
874
875         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
876         inifinitely recurseable, added static
877         * support/regression/tests/bug-1408066.c: added
878
879 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
880
881         * src/SDCCicode.h,
882         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
883         renamed, added possibility to create "postLoopLbl"-labels
884         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
885         newiTempLoopHeaderLabel
886         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
887         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
888         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
889         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
890         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
891         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
892         (basicInduction): fixed bug #136564, made static,
893         (loopInduction): changed parameter of basicInduction, made static,
894         (addPostLoopBlock): added
895         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
896         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
897         findLoopEndSeq
898         * support/regression/tests/bug-136564.c: added
899         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
900         --std-sdcc99 to LIBSDCCFLAGS
901
902 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
903
904         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
905         while loop
906         * support/regression/tests/bug-1406131.c: added
907
908 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
909
910         * src/SDCCast.c (decorateType): fix promotion of unary minus
911         * src/SDCCsymt.c (computeType): beautified
912         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
913         (valUnaryPM, valComplement): fix sign and promotion,
914         (valNot): ANSI: result type is int (SDCC: unsigned char)
915         * support/regression/tests/uminus.c: speedup by removing superflous
916         test case 'int'
917         * support/regression/tests/onebyte.c: added promotion and signedness
918         tests for unary minus
919         * support/regressions/tests/bug-477927.c: disable warning about
920         uninitialized variables
921         * support/regression/tests/not.c: added
922
923 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
924
925         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
926         * src/mcs51/gen.c (gen51Code): show final register usage after
927         fillGaps in asm with --i-code-in-asm
928         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
929         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
930         incUsed, rliveClear, adjustIChain): made static,
931         (setFromRange): excluded because it's unused,
932         (findPrevUseSym, markWholeLoop): added,
933         (findPrevUse): rewritten; fixes bug 895992; now a complete search
934         through all branches of predecessors enables sdcc to emit the warning
935         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
936         (rlivePoint): made static, added parameter emitWarnings which is only
937         true during the first run out of two,
938         (findRecursiveSucc, findRecursivePred): removed,
939         (computeLiveRanges): made static, added parameter emitWarnings,
940         (dumpIcRlive): added for debugging only
941         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
942         removed prototype of setFromRange()
943         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
944         in call of computeLiveRanges()
945         * support/regression/tests/bug-895992.c: added
946         * support/regression/tests/bug-971834.c: added
947         * support/valdiag/tests/bug-895992.c: added
948         * support/valdiag/tests/bug-971834.c: added
949
950 2005-12-18 Raphael Neider <rneider AT web.de>
951
952         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
953           (genUnpackBits): improved code for direct operands,
954           (genPackBits): improved code for literal assignment to bitfields
955             and for direct destination operands (no FSR indirection),
956             prevented redundant AND, fixes #1362800,
957           (AccLsh): added parameter to disable masking of the result
958         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
959           skip instructions with side-effects (like incfsz),
960           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
961         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
962         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
963           fixes #1375263
964
965 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
966
967         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
968         volatile variables as spill location
969
970 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
971
972         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
973         replacing literals
974         * support/regression/tests/bug-1376320.c: added
975
976 2005-12-08 Raphael Neider <rneider AT web.de>
977
978         * src/pic/device.c: renamed is_shared to pic14_is_shared
979         * src/pic/gen.c (genIfx): re-enabled handling of sbits
980         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
981           (is_valid_identifier): added for above workaround
982
983 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
984
985         * device/lib/Makefile.in: fixed to enable port-specific-objects
986         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
987           char, thanks Hubert Sack
988         * doc/sdccman.lyx: documented --xstack-loc,
989           elaborated a bit more on interrupts and pitfalls,
990           removed "setjmp/longjmp unsupported",
991           documented some unsupported C99 features
992         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
993         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
994           if, thanks Hubert Sack
995         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
996         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
997           make make_library
998         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
999           regression tests can report resource usage (rfe 700441)
1000         * support/regression/collate-results.py: report resource usage
1001         * support/regression/ports/ds390/spec.mk,
1002         * support/regression/ports/hc08/spec.mk,
1003         * support/regression/ports/mcs51/spec.mk,
1004         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1005         * support/regression/ports/ds390/uCsim.cmd,
1006         * support/regression/ports/hc08/uCsim.cmd,
1007         * support/regression/ports/mcs51/uCsim.cmd,
1008         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1009         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1010           library, use the default one
1011         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1012           building the library
1013
1014 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1015
1016         * config.dsp: added dependency on .version and configure_vc.awk
1017         * device/include/setjmp.h: updated for --stack-auto and --xstack
1018         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1019         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1020         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1021         * device/lib/libsdcc.lib: added _setjmp
1022         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1023           (decorateType): fixed bug 1372851,
1024           (optimizeGetHbit): fixed warning
1025         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1026           array initialisation
1027         * support/regression/tests/bug1057979.c: added test for bug 1358192
1028         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1029
1030 2005-12-03 Borut Razem <borut.razem AT siol.net>
1031
1032         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1033           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1034
1035 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1036
1037         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1038         createIval): implement symbol independant "flexible array member",
1039         (createIvalCharPtr): implemented flexible array initialisation with a
1040         string
1041         * src/SDCCsymt.c (copyStruct): removed,
1042         (getSize): fixed misleading comment,
1043         (getAllocSize): removed, the additional allocation size is now in
1044         sym->flexArrayLength,
1045         (checkStructFlexArray): new, syntax checks for flexible array members,
1046         (compStructSize): added syntax checks for "flexible array members"
1047         (copyStruct): removed,
1048         (copyLinkChain): removed inefficient fix for bug 770487
1049         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1050         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1051         symbol->flexArrayLength
1052         * src/SDCCerr.c,
1053         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1054         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1055         * support/regression/tests/structflexarray.c: added
1056         * support/valdiag/tests/structflexiblearray.c: added
1057
1058 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1059
1060         * src/SDCCast.c (decorateType): fixed bug 1368489
1061         * support/Util/SDCCerr.c,
1062         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1063
1064 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1065
1066         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1067           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1068
1069 2005-11-27 Borut Razem <borut.razem AT siol.net>
1070
1071         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1072           support/cpp2/mkdeps.h: added command line option
1073           -obj-ext=<extension> to SDCPP to define object file externion, used
1074           for generation of make dependencies (-M)
1075         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1076
1077 2005-11-26 Borut Razem <borut.razem AT siol.net>
1078
1079         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1080           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1081           added pic and pic16 libraries
1082
1083 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1084
1085         * device/include/float.h: Corrected typo in prototype of __fsgt
1086
1087 2005-11-25 Borut Razem <borut.razem AT siol.net>
1088
1089         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1090           added creation of model-mcs51-stack-auto libraries
1091
1092 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1093
1094         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1095         and fields-list too
1096         * src/SDCCast.c (createIvalArray): removed obsolete comment
1097
1098 2005-11-24 Borut Razem <borut.razem AT siol.net>
1099
1100         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1101           added missing device/lib/mcs51/crt*.asm sources
1102
1103 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1104
1105         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1106
1107 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1108
1109         * device/lib/_fs2schar.c,
1110         * device/lib/_fs2sint.c,
1111         * device/lib/_fs2slong.c: optimized inline asm
1112
1113 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1114
1115         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1116           Better handling of floats between -1.0 and 0.0.
1117
1118 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1119
1120         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1121           (the missing "if"s prohibited removal of redundant labels)
1122
1123 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1124
1125         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1126           Properly convert floats between -1.0 and 0.0 to long, int, and char
1127           types (max integer value of negative floats tends to zero).
1128         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1129           Removed changes made so to work properly with floats between
1130           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1131           and _fs2char.c
1132
1133 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1134
1135         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1136         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1137         (genCast) cosmetic change
1138         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1139         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1140         from mcs51
1141         * support/regression/tests/bitfields (testSignedBitfields): added
1142
1143 2005-11-18 Borut Razem <borut.razem AT siol.net>
1144
1145         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1146         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1147           introduced SILENT option to make building of pic16 libraries less
1148
1149 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1150
1151         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1152           Now they work properly with floats between -1.0 and 0.0
1153         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1154
1155 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1156
1157         * src/SDCCicode.c (printOperand): added missing else
1158
1159 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1160
1161         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1162         reformatted for better readability
1163         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1164         signed bitfields
1165
1166 2005-11-17 Borut Razem <borut.razem AT siol.net>
1167
1168         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1169           introduced SILENT option to make building of pic16 libraries less
1170           verbose - used for nightly snapshot build
1171         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1172           available on Win32 platforms.
1173         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1174           medium, large, pic and pic16
1175
1176 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1177
1178         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1179           printf("%f"...) sets fraction to zero.
1180
1181 2005-11-16 Raphael Neider <rneider AT web.de>
1182
1183         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1184           fixes #1357221
1185         * src/pic/gen.c (genIfx): implemented for CARRY bit
1186         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1187           to generic pointers, fixes #1357332,
1188           (pic16_movLit2f): NEW,
1189           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1190
1191 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1192
1193         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1194
1195 2005-11-11 Raphael Neider <rneider AT web.de>
1196
1197         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1198         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1199           compute pointer's type from operand,
1200           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1201           improved single bit reads, fixes bug #1353379
1202
1203 2005-11-09 Borut Razem <borut.razem AT siol.net>
1204
1205         * support/scripts/sdcc.nsi: added lib/pic to the package
1206
1207 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1208
1209         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1210
1211 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1212
1213         * support/regression/tests/bug1348008.c: added
1214         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1215         * support/regression/tests/bug1337835.c: updated comment
1216
1217 2005-11-06 Borut Razem <borut.razem AT siol.net>
1218
1219         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1220           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1221           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1222           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1223           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1224           dynamic construction of cl_error_class and derivates - 2.nd try
1225
1226 2005-11-05 Borut Razem <borut.razem AT siol.net>
1227
1228         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1229           bug, which caused Bus Errors on sparc solaris
1230
1231 2005-11-04 Borut Razem <borut.razem AT siol.net>
1232
1233         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1234           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1235           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1236           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1237           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1238           and derivates to resolve the initialization problem on OSX
1239
1240 2005-11-02 Borut Razem <borut.razem AT siol.net>
1241
1242         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1243           corrected typo - #include <winsock2.h>
1244
1245 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1246
1247         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1248           (_asxxxx_mapping): added org directive for future enhancements
1249
1250 2005-11-01 Borut Razem <borut.razem AT siol.net>
1251
1252         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1253           enabled sockets on WIN32
1254         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1255
1256 2005-10-31 Borut Razem <borut.razem AT siol.net>
1257
1258         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1259           WIN32 backslash path delimiters should be escaped when used in C strings
1260         * support/regression/tests/bitfields.c: exclude failing assertions for
1261           __CYGWIN32__ and __MINGW32__ hosts
1262
1263 2005-10-30 Borut Razem <borut.razem AT siol.net>
1264
1265         * src/SDCCutil.c: corrected double comparison typo
1266
1267 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1268
1269         * device/lib/medium/Makefile: added for new memory model medium
1270         * device/include/asm/mcs51/features.h: updated for medium/pdata
1271         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1272           added Multiply & Accumulate sbit's and MAC0_PAGE define
1273         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1274         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1275         * device/lib/_mullong.c: update for medium model
1276         * device/lib/incl.mk: added medium model
1277         * doc/sdccman.lyx: documented medium model
1278         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1279         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1280         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1281         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1282           (allocParms): set SCLS and OCLS to pdata for medium model
1283         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1284           for pdata,
1285           (powof2): return <0 if not power of 2
1286         * src/avr/gen.c (genBitWise): use updated powof2
1287         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1288           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1289           (shiftLLeftOrResult): use B if necessary
1290         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1291         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1292         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1293         * support/regression/Makefile.in: added test-mcs51-medium
1294         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1295
1296 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1297
1298         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1299         specifier unsigned
1300         * device/lib/time.c (mktime): fixed bug 1334315
1301
1302 2005-10-28 Raphael Neider <rneider AT web.de>
1303
1304         * device/include/pic/p16f_common.inc: added common declarations
1305         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1306
1307 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1308
1309         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1310           (aopPutUsesAcc): added to predict accumulator use,
1311           (assignResultValue): save acc if necessary,
1312           (genMinusDec): store result if indirectly addressed,
1313           (genDivOneByte):  save acc if necessary,
1314           (movLeft2Result): bugfix if left already in acc,
1315           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1316             attention to accumulator use (esp. pdata),
1317           (genReceive): receive pdata correctly
1318         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1319         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1320
1321 2005-10-27 Raphael Neider <rneider AT web.de>
1322
1323         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1324
1325 2005-10-27 Raphael Neider <rneider AT web.de>
1326
1327         * .version: changed version to 2.5.4
1328         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1329         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1330           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1331             arithmetics support routines
1332         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1333         * device/lib/Makefile.in: also create installdir for pic
1334
1335         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1336           pic14 port as well
1337         * src/pic/device.c (dump_sfr): rewritten to delegate register
1338           placement to the linker (use `extern sym' rather than sym EQU addr),
1339           (validAddress): fixed to check last specified address
1340         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1341           (popGetLit): truncate literal value to 8 bit,
1342           (popGet): moved assert to more appropriate place
1343           (popGetExternal): create pCode operand from and mark the according
1344             symbol as being `extern'
1345           (popGetAddr): added sanity check on immediate's offset, provide
1346             GPOINTER tag on demand
1347           (aopPut): fixed for immediates,
1348           (mov2w_op): move operand's address or contents to WREG (depending on
1349             operand type), safer variant of mov2w,
1350           (movwf,call_libraryfunc): NEW, handy abbreviations,
1351           (get_argument_pcop,get_return_val_pcop,pass_argument,
1352           get_returnvalue): interface for accessing function parameters and
1353             return values,
1354           (assignResultValuei,genRet): use new parameter/return value interface
1355           (pic14_getDataSize): back to old version handling generic pointers,
1356           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1357             provided implementation and/or fixed old one,
1358           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1359             calls, removed legacy 8051 reference code
1360           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1361           (loadSignToC): NEW, move the operands sign bit to CARRY,
1362           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1363             genRightShiftSigned, accepts negative shift counts,
1364           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1365           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1366             generic pointers, __data pointers and __code pointers,
1367           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1368             and signed bitfields, limit bitfields to 8 bit,
1369           (genDataPointerGet): fixed number of bytes read,
1370           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1371           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1372             pointers to constant data are no longer assumed to point to __code
1373             space, removed invalid pointer types,
1374           (bitpatternFromVal): retrieve the PICs representation of an integer
1375             or float literal,
1376           (genDataPointerSet): fixed assigning to po_immediate operands,
1377           (genGenPointerSet): implemented as library call,
1378           (genIfx): fixed incorrect condition,
1379           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1380             provide GPOINTER tag according to destination's storage class,
1381           (genCast): added code to handle casting to generic pointers, added
1382             sign-/zero extension of the result
1383           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1384         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1385         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1386           extend the result
1387         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1388           address/register resides in the shared banks
1389           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1390             put all variables into separate sections (have the linker arrange
1391             them)
1392           (picglue): put init code and interrupt handlers in separate sections
1393         * src/pic/main.c: added port specific options table, modified to PORT
1394           structure to make GPOINTERs 3 byte, added pic14_options
1395           (_pic14_do_link): private linking routine (update paths to libraries,
1396             add libsdcc.lib by default)
1397         * src/pic/main.h: declare pic14_options
1398         * src/pic/pcode.c: fixed instructions i/o relations,
1399           (RegCond): reverted to correct version,
1400           (newpCodeOpLit): truncate literals to 8 bit,
1401           (genericPrint): added debug output,
1402           (getRegFromInstruction): fixed for various operand types, simplified
1403           (BuildFlow): fixed broken handling of isntructions with labels
1404           (LinkFlow): start at last instruction in flow (skip trailing comments),
1405             pass the flow on to the next instruction after CALL
1406           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1407           (insertPCodeInstruction): fixed inserting after a skip instruction,
1408           (DoBankSelect): fixed for labeled instructions
1409           (OptimizepBlock): honor --nopeep switch
1410           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1411         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1412         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1413           (pCodeOptime2pCodes): allow disabling this optimization via
1414             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1415             but is still buggy), started implementation of a dataflow based
1416             pCode optimization (CSE + dead code elimination)
1417           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1418         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1419           names are independant of the stack location and therefore portable across
1420           devices
1421
1422 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1423
1424         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1425           (selectSpil): fixed bug 1337835 by not spilling bit variables
1426         * support/regression/tests/bug1337835.c: added test for this bug
1427         * src/mcs51/peeph.def: restart after rule 3.c,
1428           addded rules 263.x to optimize loading constants
1429
1430 2005-10-26 Raphael Neider <rneider AT web.de>
1431
1432         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1433         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1434           (genAssign): emit warning when casting literals to generic pointer
1435             type, also applies when taking the address of a fixed variable,
1436           (genCast): improved casting to generic pointers
1437         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1438           extern variables, added verbose error message
1439         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1440
1441 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1442
1443         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1444         carry must be complemented too
1445         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1446         could be emitted by genMinus
1447         * src/SDCCval.c (constVal): fixed bug 1305065
1448
1449 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1450
1451         * src/SDCCast.c (addCast): added promotion for bit variables
1452         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1453         promotion casts + optimisation
1454         (optimizeGetWord): fix warning 'i' might be used uninitialized
1455         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1456         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1457
1458 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1459
1460         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1461         all chars are promoted to int; promotion should be handled in SDCCast.c
1462
1463 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1464
1465         * device/lib/_strcmp.c: Fixed bug 1326457
1466
1467 2005-10-11 Raphael Neider <rneider AT web.de>
1468
1469         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1470         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1471
1472 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1473
1474         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1475         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1476
1477 2005-10-04 Raphael Neider <rneider AT web.de>
1478
1479         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1480           device/lib/pic16/pics.all: added pic18f1320
1481         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1482
1483 2005-09-30 Raphael Neider <rneider AT web.de>
1484
1485         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1486         * src/pic16/devices.inc: NEW, provides device descriptions
1487         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1488
1489 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1490
1491         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1492           GETHBIT
1493
1494 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1497           documented Any Order Bit, Higher Order Byte and Higher Order Word
1498         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1499         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1500           (optimizeGetAbit): new, to get any bit, not only the high bit,
1501           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1502           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1503           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1504           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1505             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1506             GETABIT, GETBYTE, GETWORD: decorate them,
1507           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1508           (ast_print): added GETABIT, GETBYTE, GETWORD
1509         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1510         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1511           (geniCodeBinary): new generic binary icode,
1512           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1513         * src/port.h: updated comment for PORT.hasExtBitOp
1514         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1515           (genGetByte): new, to get a single byte,
1516           (genGetWord): new, to get a word from a long,
1517           (gen51Code): added GETABIT, GETBYTE, GETWORD
1518         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1519
1520 2005-09-23 Raphael Neider <rneider AT web.de>
1521
1522         * configure.in, configure: have device/lib/pic configured
1523         * device/lib/Makefile.in: added model-pic14
1524         * device/lib/clean.mk: added pic/ to clean rule
1525         * device/lib/pic: added rudimentary pic14 library providing support
1526           functions for multiplication/division/generic pointer access
1527         * src/SDCCopt.c (convilong): mark support functions as extern
1528           for pic14 port as well
1529         * src/pic/gen.c (genMult): added assertions,
1530           (genpic14Code): emit warning on unhandled iCodes
1531         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1532         * src/pic/pcode.c (pCodeOpCopy),
1533         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1534           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1535           SFR_REGISTER}), made safe for future extensions
1536         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1537           instructions even if preceeded by SKIP instructions (also remove
1538           them); removed unused code
1539         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1540           prevents leaving parts of the structure uninitialized after copying
1541
1542 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1543
1544         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1545           ago by me
1546         * support/regression/tests/addsub.c: added test for the bug
1547
1548 2005-09-21 Raphael Neider <rneider AT web.de>
1549
1550         * device/include/pic16/pic18f1220.h,
1551           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1552         * device/lib/pic16/Makefile.rules: added missing opening paren
1553         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1554           are provided in genutils.c,
1555           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1556           operand/result sizes,
1557           (genCmp): assert on NULL pointers first, then check deref'ed values
1558         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1559           result size
1560
1561 2005-09-18 Raphael Neider <rneider AT web.de>
1562
1563         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1564           as these are now unused,
1565           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1566         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1567           local, avoids uninitialized pointer dereference on r->name
1568         * src/pic16/ralloc.c (newReg): fixed indentation
1569
1570 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1571
1572         * src/SDCCval.c (constVal): fixed bug 730366
1573         * support/Util/SDCCerr.c,
1574         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1575
1576 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1577
1578         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1579
1580 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1581
1582         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1583
1584 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1585
1586         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1587           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1588         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1589           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1590         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1591         * packihx/packihx.c (hexDigit): made c unsigned char
1592         * as/mcs51/lklibr.c (fndsym),
1593         * link/z80/lkgb.c (gb),
1594         * link/z80/lklibr.c (fndsym),
1595         * link/z80/lkrloc.c (relr),
1596         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1597         * src/SDCC.lex (checkCurrFile, process_pragma),
1598         * src/SDCCglue.c (spacesToUnderscores),
1599         * src/SDCCmain.c (setParseWithComma, processFile),
1600         * src/asm.c (tvsprintf, printCLine),
1601         * src/avr/gen.c (emitcode, aopPut),
1602         * src/ds390/gen.c (emitcode),
1603         * src/hc08/gen.c (emitcode, emitinline),
1604         * src/mcs51/gen.c (emitcode, genInline),
1605         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1606           tokenizeLineNode),
1607         * src/pic/ralloc.c (debugLog),
1608         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1609           tokenizeLineNode),
1610         * src/pic16/ralloc.c (debugLog),
1611         * src/z80/main.c (_process_pragma):
1612            made all ctype.h function calls safe
1613         * src/SDCCopt.c: include math.h for fabs
1614         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1615           and used them throughout the code to make ctype.h function calls safe
1616         * src/ds390/main.c (asmLineNodeFromLineNode),
1617         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1618         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1619            unsigned char*
1620         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1621           (newpCodeAsmDir): made ctype.h function calls safe
1622         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1623           pic16_emitcode):  made lbp unsigned char*
1624         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1625           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1626         * src/xa51/gen.c (emitcode),
1627         * src/z80/gen.c (_emit2): made lbp unsigned char*
1628         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1629            char*
1630
1631 2005-09-05 Raphael Neider <rneider AT web.de>
1632
1633         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1634           access bank splitpoint
1635
1636 2005-09-05 Raphael Neider <rneider AT web.de>
1637
1638         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1639
1640 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1641
1642         * .version: changed to version 2.5.3
1643         * doc/sdccman.lyx: changed version to 2.5.3,
1644           documented --codeseg and --constseg and pragma codeseg and constseg,
1645           documented bit parameters (reentrant) and bit returning
1646         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1647            currFunc->recvSize, but is this ok for all ports?
1648           (ast2iCode): result of ~ on unsigned char must be cast to int for
1649            bool to work
1650         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1651           function pointers in bit space
1652         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1653           (processFuncArgs): call port.reg_parm() with reentrancy info
1654         * src/port.h,
1655         * src/avr/main.c,
1656         * src/ds390/main.c,
1657         * src/hc08/main.c,
1658         * src/pic/main.c,
1659         * src/pic16/main.c,
1660         * src/xa51/main.c,
1661         * src/z80/main.c: port.reg_parm prototype extended with
1662           "bool reentrant" parameter
1663         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1664           options.stackAuto for allocating bit register parameters
1665         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1666           (genSend): set BitBankUsed if it is,
1667           (selectRegBank): factored out of genCall for use in genPcall,
1668           (genCall): removed redundant dtype assignmen, use selectRegBank,
1669           (genPcall): handle returning in Carry properly, save in F0 if needed,
1670           (genReceive): handle bit register parameters
1671         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1672           (mcs51_assignRegisters): enable bit registers for all reentrant
1673            functions and don't set BitBankUsed unconditionally
1674         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1675         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1676         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1677
1678 2005-08-27 Borut Razem <borut.razem AT siol.net>
1679
1680         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1681         ppc-osx (Darwin) does not support -u option. It seems that it is
1682         supported only on Linux - GNU cp
1683
1684 2005-08-25 Borut Razem <borut.razem AT siol.net>
1685
1686         * sim/ucsim/gui.src/serio.src/Makefile.in,
1687           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1688           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1689           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1690           install and strip, since the strip at /usr/ccs/bin should be used
1691           on solaris
1692
1693 2005-08-24 Borut Razem <borut.razem AT siol.net>
1694
1695         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1696
1697 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1698
1699         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1700         ffffffffu
1701
1702 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1703
1704         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1705         * as/mcs51/lkmain.c (link_main): fixed warning
1706         * device/include/stdbool.h: ds390 has no advanced bit support yet
1707         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1708         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1709         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1710           and updated their macros
1711         * src/SDCCval.c (constVal): updated comment for renamed b_long
1712
1713 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1714
1715         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1716         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1717           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1718           (oprio): set priority for '['
1719         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1720            and adb_24_bit
1721         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1722         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1723         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1724         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1725           added overlayable BIT_BANK area
1726         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1727           (summary2): explain 'T' in legenda
1728         * as/mcs51/lkrloc.c: replaced old K&R style,
1729           (relr): added R_BIT processing,
1730           (errmsg): added "Bit-addressable relocation error",
1731           (adb_bit): added for converting from byte- to bit-addressable space,
1732           (adb_24_bit): added for converting from byte- to bit-addressable space
1733         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1734            used in reentrant functions now even as return value
1735         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1736         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1737           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1738         * src/SDCCglobl.h: added indicator BitBankUsed
1739         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1740            the bit registers b0-b7
1741         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1742           (geniCodeCast): fixed bug 1263853,
1743           (geniCodeLogicAndOr): put result in bool or char,
1744           (geniCodeReceive): added parameter func for accessing the return type,
1745           (geniCodeFunctionBody): pass func to geniCodeReceive
1746         * src/SDCCmain.c: added indicator BitBankUsed
1747         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1748         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1749           (checkSClass): don't put automatic bool/bit on stack,
1750           (checkFunction): removed check on function cannot return bit
1751         * src/SDCCsymt.h: added newBoolLink prototype
1752         * src/mcs51/gen.c (rb1regs): added bit registers,
1753           (movc): created for assigning to carry,
1754           (pushReg, popReg): created for pushing registers,
1755           (sameRegs): check both AOP_REG and AOP_CRY types,
1756           (aopOp): handle bit registers,
1757           (aopPut): optimization no self-assign,
1758           (saveRegisters): push reg->base (bits) only once for bit registers,
1759            and use pushReg,
1760           (unsaveRegisters): pop reg->base only once and use popReg,
1761           (assignResultValue): added parameter func and return in carry for bits,
1762           (genIpush): optimization no reload in A if not changed,
1763           (genSend): bit parameters in reentrant functions are passed in bit
1764            registers by first assigning to bits in B, then save registers and
1765            copy B to bits,
1766           (genCall): handle returning in Carry properly, save it in F0 if needed,
1767           (genPcall): updated assignResultValue call, this is not safe yet for bit
1768            returning function !!!
1769           (genFunction): don't generate equ's for bit registers and use pushReg,
1770           (genEndFunction): take care of bit returning functions and use popReg,
1771           (genRet): return bit in Carry,
1772           (genIfx): optimize bit registers and other directly addressable bits,
1773           (genReceive): updated assignResultValue call
1774         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1775           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1776            registers when using stack-auto
1777         * src/mcs51/ralloc.c (_G): added allBitregs,
1778           (regs8051): added the bit registers,
1779           (createStackSpil): use macro IS_BIT,
1780           (getRegBit): added to allocate a bit register, else spill,
1781           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1782           (updateRegUsage): factored out to ease stepping while debugging,
1783           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1784            also allocate bit registers,
1785           (fillGaps): handle bit registers,
1786           (findAllBitregs): added to create bit vector with all bit registers,
1787           (mcs51_allBitregs): returns this bit vector,
1788           (mcs51_assignRegisters): when using stack-auto use bit registers for
1789            passing parameters and creating local variables
1790         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1791
1792 2005-08-22 Borut Razem <borut.razem AT siol.net>
1793
1794         * device/lib/Makefile.in: replaced find option -or with -o
1795           to make it run on solaris
1796
1797 2005-08-22 Raphael Neider <rneider AT web.de>
1798
1799         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1800           fixes #1265442 (crash on Solaris)
1801
1802 2005-08-20 Borut Razem <borut.razem AT siol.net>
1803
1804         * configure, configure.in: added tests for libsocket and libnsl libraries,
1805           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1806           from support/regression/Makefile.in
1807         * support/regression/Makefile.in: added
1808         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1809         * sim/ucsim/libtool: regenerated on sparc-solaris
1810         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1811           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1812           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1813           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1814           sparc-solaris, which doesn't use GNU ld linker
1815         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1816         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1817
1818 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1819
1820         * src/mcs51/peeph.def: updated comments
1821
1822 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1823
1824         * device/lib/_gptrget.c,
1825         * device/lib/_gptrput.c: slightly shorter
1826         * doc/sdccman.lyx: incremented version
1827         * src/mcs51/peeph.def: moved peephole comments to the line of first
1828           change to better keep line correlation, reanimated 186.e
1829         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1830
1831 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1832
1833         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1834           David Saxton with quotes around file name.
1835
1836 2005-08-15 Borut Razem <borut.razem AT siol.net>
1837
1838         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1839           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1840           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1841           make tests run on x86_64 platform
1842
1843 2005-08-13 Raphael Neider <rneider AT web.de>
1844
1845         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1846           as it might be executed DURING a build (parallel make is wonderful)
1847
1848 2005-08-13 Raphael Neider <rneider AT web.de>
1849
1850         * device/lib/Makefile.in (port-specific-objects-pic16):
1851           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1852         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1853           dependency
1854         * device/lib/pic16/Makefile.rules: build subdirs before creating
1855           the library, removed builddir rule, create $(builddir) early in
1856           recurse rule, use empty recurse rule for leaf directories
1857         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1858           mkdir errors (race condition), removed duplicate suffix "hex"
1859           from clean rules
1860         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1861         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1862           prevents mkdir -p from aborting on Alpha
1863
1864 2005-08-12 Raphael Neider <rneider AT web.de>
1865
1866         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1867           db-statements in order to allow for arrays of pointers in code
1868           sections to be placed without interspersed 0-padding, fixes
1869           bug #1256215
1870         * (emitStatistics): fixed division by zero for pic18f1220
1871         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1872           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1873         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1874         * (pic16_pCodeConstString): keep track of already emitted string
1875           literals to prevent "duplicate definitions of symbol _str_NR"
1876         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1877           debug message
1878         * device/lib/Makefile.in: ignore failing PIC16 library builds
1879         * device/lib/pic16/Makefile: do not build if gputils are missing
1880         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1881
1882 2005-08-10 Raphael Neider <rneider AT web.de>
1883
1884         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1885           my last commit)
1886
1887 2005-08-10 Raphael Neider <rneider AT web.de>
1888
1889         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1890           Rokas' patch to add the new fixed point type "__fixed16x16"
1891         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1892           functions for __fixed16x16 arithmetics
1893         * device/lib/pic16: reimplemented the build system to support
1894           a separate build directory, better handling of libio (create
1895           the library in a separate subdir for each architecture) and
1896           easier configuration (centralized in Makefile.common)
1897
1898 2005-08-07 Raphael Neider <rneider AT web.de>
1899
1900         * src/pic16/gen.c (genrshTwo): fixed sign extension
1901         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1902         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1903           added T0CONbits
1904         * device/include/pic16/pic18f4220.h: NEW, header for
1905           pic18f4220 and pic18f4320
1906         * device/include/pic16/pic18fregs.h: added new devices,
1907           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1908         * device/include/pic16/signal.h: resolved name clashes
1909           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1910           to also allow testing for interrupt enable bits, added
1911           comments on how to use the macros
1912         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1913         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1914           register definitions for the devices
1915         * device/lib/pic16/pics.all: added new devices
1916         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1917           allocated memory
1918         * device/lib/pic16/libc/stdlib/memfree: do not count
1919           the block header as free memory
1920         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1921           simplified and added missing end-of-blocklist-marker
1922           (reported by Peter Onion, fixes #1252814)
1923         * (_mergeHeapBlock): fixed loop condition
1924         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1925           len==0, restructured code
1926         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1927           up a bit, reduced bitfield accesses, prevent endless loops
1928           in case of heap corruption
1929         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1930           "unreferenced arguments/must return a value" warnings
1931         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1932           replaced BAUDREG with SPBRG
1933         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1934           device/lib/pic16/debug/gstack/gstack.c: replaced
1935           _naked, _asm, _endasm with __naked, __asm, __endasm
1936
1937 2005-08-05 Raphael Neider <rneider AT web.de>
1938
1939         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1940           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1941
1942 2005-08-05 Borut Razem <borut.razem AT siol.net>
1943
1944         * device/lib/Makefile.in: added missing ';'
1945         * configure: removed ^M characters
1946
1947 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1948
1949         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1950           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1951           License
1952
1953 2005-08-04 Borut Razem <borut.razem AT siol.net>
1954
1955         * configure.in: pic16 libraries build 2nd try - enable running
1956           configure in device/lib/pic16
1957         * configure: regenerated from configure.in
1958         * device/lib/Makefile.in: create $(PORT)/bin directory
1959
1960 2005-08-03 Raphael Neider <rneider AT web.de>
1961
1962         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1963           to get/set values via pointers
1964         * (genUnpackBits,genPackBits): changed detection of
1965           ptr->bitfield vs. sym.bitfield, fixed access via generic
1966           pointers, removed dead (wrong) code for multibyte bitfields
1967         * (genNearPointerGet, genGenPointerGet): removed useless code,
1968           fixed bitfield detection, fixes #1250594
1969         * (genNearPointerSet): removed useless code
1970         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1971           and introduced macro pic16_emitpcode that conditionally emits
1972           the origin of the following pCode (useful for debugging SDCC)
1973         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1974         * (createDefmap): fixed handling of LFSR for --optimize-df
1975
1976 2005-08-02 Borut Razem <borut.razem AT siol.net>
1977
1978         * device/lib/Makefile.in: pic16 libraries build enabled since
1979           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1980
1981 2005-08-02 Raphael Neider <rneider AT web.de>
1982
1983         * src/pic16/gen.c (genPackBits): removed deprecated warning
1984         * (genGenPointerSet): fixed bitfield detection
1985
1986 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1987
1988         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1989
1990 2005-07-31 Raphael Neider <rneider AT web.de>
1991
1992         * device/lib/pic16/libdev/pic18f458.c,
1993           device/include/pic16/pic18f458.h: added missing T0CONbits
1994
1995 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1998
1999 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2000
2001         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2002
2003 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2004
2005         * device/include/mcs51/at89c51ed2.h: added.
2006
2007 2005-07-23 Raphael Neider <rneider AT web.de>
2008
2009         * src/pic/gen.h: added emitpcode macro for debugging
2010         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2011           and replace by macro adding debug information on demand
2012         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2013         * (gencjne): tried to fix; replaced with correct (slower) code
2014         * (gen{Unp,P}ackBits): fixed single bit access
2015         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2016         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2017           previous instruction
2018         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2019           register has to be handled with care (forbidding movement
2020           of assignments/uses, removing assignments completely, ...)
2021         * (pCodeOptime2pCodes): make use of regIsSpecial
2022         * added lots of debugging output (commented out)
2023         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2024           from being reused as result UNLESS it is known to work
2025
2026 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2027
2028         * support/Util/dbuf.h: include <stddef.h> for size_t
2029         * .version: changed to version 2.5.2
2030
2031 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2032
2033         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2034
2035 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2036
2037         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2038           (genModOneByte): removed needless psha/pula
2039
2040 2005-07-22 Raphael Neider <rneider AT web.de>
2041
2042         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2043           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2044         * src/pic/gen.c (resolveIfx): do not "invent" labels
2045         * (genSkipc): changed to positive logic
2046         * (genSkipCond): removed as no longer needed
2047         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2048           backport from PIC16
2049         * (genLeftShift): check operands are in different registers
2050         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2051           INCF does not update CARRY...
2052         * src/pic/main.c: fixed _linkCmd
2053         * src/pic/pcode.c (unlinkpCode): added inactive code
2054         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2055           alive (do not assign result and operand overlapping registers)
2056
2057 2005-07-22 Raphael Neider <rneider AT web.de>
2058
2059         * src/pic/device.c (dump_sfr): replaced register declaration with
2060           call to emitSymbolToFile() to avoid duplicate symbols
2061         * (assignRelocatableRegisters): do not declare external symbols
2062         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2063           right (take size of type, not etype)
2064         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2065         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2066         * (packRegsForAccUse): disabled assignment of WREG as
2067           the result reg to prevent occurence of just fixed #1235003,
2068           fixes #1242954
2069         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2070           symbols (avoids duplicate symbols in .asm file)
2071         * (pic14emitRegularMap): use emitSymbolToFile()
2072         * src/pic/gen.c (aopOp): fixed spillLocation handling
2073         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2074         * (genDataPointerSet): removed unneccessary variables/output
2075
2076 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2077
2078         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2079         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2080
2081 2005-07-21 Raphael Neider <rneider AT web.de>
2082
2083         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2084           architecture cannot handle them efficiently, fixes bug #1235003
2085         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2086           check for empty sets before using them (fixes bug #1232190)
2087
2088 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2089
2090         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2091           (lnksect2): generate warnings for memory overlap
2092         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2093           constseg to set the name of these segments so you can instruct the linker
2094           to place them in banks
2095         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2096         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2097           added code_seg and const_seg to options
2098         * src/SDCCglue.c (emitMaps): use options.const_seg,
2099           (createInterruptVect): put interrupt vectors in segment HOME,
2100           (glue): put HOME before static segment and put the main glue in HOME,
2101           (glue): use options.code_seg
2102         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2103         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2104           these segments so you can instruct the linker to place them in banks
2105           (linkEdit): use code_loc for HOME segment which should be the first
2106           segment in code memory now
2107         * src/SDCCmem.c: fixed more stuff like bug 1238386
2108         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2109           (changePointer): don't change function pointers to code pointers for
2110           banked functions,
2111           (compareType): added exceptional check for banked function pointers
2112         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2113         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2114           after static in code memory
2115         * src/mcs51/gen.c: added aopLiteralLong prototype,
2116           (aopForSym): use getSize for functions,
2117           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2118           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2119           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2120           the segment,
2121           (genPcall): use call for literal function pointers and generate banked
2122           calls over the one trampoline so there's only one place for the user to
2123           modify according to his/hers hardware,
2124           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2125           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2126         * src/mcs51/main.c: added keyword banked,
2127           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2128         * support/Util/SDCCerr.c,
2129         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2130           needed for passing the bank and address to the trampoline
2131         * device/lib/mcs51/crtbank.asm: added for bankswitching
2132         * device/lib/mcs51/Makefile: added crtbank
2133
2134 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2135
2136         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2137           for fields at offset 0 of a struct or union as reported
2138           on 2005-07-07 in the developer mailing list.
2139
2140 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2141
2142         * src/SDCCmem.c: fixed bug 1238386
2143
2144 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2145
2146         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2147           (patch #1144962), added peephole 300, enabled 259.x
2148         * doc/sdccman.lyx: removed screenshot and provided link instead
2149
2150 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2151
2152         * doc/sdccman.lyx: added section about debugging with ddd
2153         * doc/figures/ddd_example.eps: screenshot of debugging session
2154
2155 2005-07-04 Raphael Neider <rneider AT web.de>
2156
2157         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2158           like CODE pointers, fixes #1115683
2159         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2160           call, fixes bugs #1232211, #1228110,
2161           fixed wrong casts to pCodeFlow from pCodeInstructions
2162
2163 2005-07-04 Raphael Neider <rneider AT web.de>
2164
2165         * src/pic/gen.c (popGet): changed assert to allow for
2166           bit operands
2167         * (popGetAddr): changed signature to provide
2168           an additional index, patched all call sites
2169         * (genCmpEq): handle literal-like operands correctly
2170         * (genAddrOf): added sanity checks on __code/__data pointers
2171         * (genAssign): added handling of symbols from __code section
2172         * (gencjne): do not generate code for comparisons whose result
2173           is neither stored nor used, fixes bug #1171114
2174         * (AccLsh, AccRsh): operate on operand instead of WREG
2175         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2176           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2177           by known count
2178         * rewrote complete shift-by-literal logic, commented unused
2179           functions out
2180         * (genConstPointerGet): get multiple bytes (if result size > 1),
2181           fixed handling of non-immediate addresses
2182         * (genPointerGet): handle CODE pointers like CONST pointers
2183         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2184         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2185           operand is to be treated as a literal or not
2186         * (mov2w,genPcall,genCmpEq),
2187           src/pic/genarith.c: use aop_isLitLike() to decide between
2188           literal/register contents
2189         * (addSign): added missing offset
2190         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2191           only emit comment in debug-mode,
2192           use {aop,op}_isLitLike throughout the file
2193         * src/pic/glue.c: fix initializers for pointers (work in progress)
2194         * src/pic/pcode.c (get_op): honor index on _const symbols
2195         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2196         * (dumppBlock): added pCode size estimation
2197         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2198           check for IS_SYMOP before OP_SYMBOL'ing
2199         * fixed indentation, compacted switch-statements
2200         * (allocReg): find free register and allocate it instead of
2201           allocating new registers all the time
2202         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2203           registers as its operands (necessary only for multibyte GETs)
2204
2205 2005-07-01 Raphael Neider <rneider AT web.de>
2206
2207         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2208           debugging .asm-output macros FENTRY + FEXIT
2209         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2210           way... I wonder...
2211         * (emitpComment): NEW, printf to pCode
2212         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2213           offset handling
2214         * (popGetAddr): NEW, variant of popGet to access an immediates
2215           high(er) bytes instead of the n'th byte of memory they reference,
2216           replaced popGet with popGetAddr where neccessary
2217         * (genDataPointerGet): reactivated and fixed implementation
2218         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2219           accesses
2220         * (genDataPointerSet): fixed multibyte assignments
2221         * (genpic14Code): fixed --i-code-in-asm handling
2222         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2223         * (genPlus): fixed index-out-of-bounds error
2224         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2225         * src/pic/ralloc.c: added debugging output macro FENTRY2
2226         * (spillThis): fixed indentation, enbraced for-body for clarity
2227         * (rematStr): commented out as now unused
2228         * (regTypeNum): commented out special spill case (overwrites
2229           arbitrary values)
2230         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2231
2232 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2233
2234         * doc/sdccman.lyx: documented sfr16/sfr32,
2235           added example for using storage class with function pointers
2236         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2237
2238 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2239
2240         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2241         * device/lib/_itoa.c,
2242         * device/lib/_ltoa.c: optimized codesize
2243         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2244           but don't know how to suppress the double warning.
2245         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2246         * support/Util/SDCCerr.c,
2247         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2248
2249 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2250
2251         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2252           fixed old K&R prototypes
2253         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2254         * device/lib/_gptrget.c,
2255         * device/lib/_gptrgetc.c,
2256         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2257           also new versions for small generic pointers and banked generic pointers
2258         * src/port.h: added const_name
2259         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2260         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2261         * src/SDCCcse.c (findPrevIc): check all associative operators
2262         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2263         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2264         * src/SDCCmem.c: updated comments,
2265           set far-space to 0 for pdata, results in optimized code
2266         * src/SDCCmem.h: added macro CONST_NAME
2267         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2268           moving the info into the highest bits, see also gptrget/gptrput
2269         * src/src.dsp: added sdcc.ico to project files
2270         * src/avr/gen.c (genCast): fixed bug 0x%d
2271         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2272         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2273           relation between ptr_type and DCL_TYPE,
2274           (genCast): fixed bug 0x%d
2275         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2276           (CODE)" for const_name
2277         * src/hc08/gen.c (genCast): fixed bug 0x%d
2278         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2279           (hc08_port): added "CONST (CODE)" for const_name
2280         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2281           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2282           between ptr_type and DCL_TYPE,
2283           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2284           operand* and took AOP() inside function so sfr-ness can be checked,
2285           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2286           new prototype,
2287           (genFunction, genEndFunction): optimized stack setup,
2288           (genMinus): optimized for literals with ending zeroes (in bytes),
2289           (genCast): fixed bug 0x%d
2290         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2291           (mcs51_port): added "CONST (CODE)" for const_name
2292         * src/mcs51/peeph.def: made rule 226 more generic
2293         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2294         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2295         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2296         * src/z80/main.c (z80_port): added NULL for const_name,
2297           (gbz80_port): added NULL for const_name
2298         * support/regression/tests/bug663539.c,
2299         * support/regression/tests/sfr16.c: new tests
2300
2301 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2302
2303         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2304
2305 2005-06-24 Raphael Neider <rneider AT web.de>
2306
2307         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2308           corrected typos...
2309         * device/include/pic16/signal.h: added USBIF
2310           and SIG_USB
2311
2312 2005-06-24 Raphael Neider <rneider AT web.de>
2313
2314         * device/lib/pic16/libdev/pic18f2455.c,
2315           device/include/pic16/pic18f2455.h: NEW
2316         * device/include/pic16/pic18fregs.h,
2317           device/lib/pic16/pics.all,
2318           src/pic16/device.c: added 18f2455
2319         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2320           device/include/pic16/{pic18f[68][567].h,usart.h}:
2321           replaced MULTIPLE_USARTS define with more relaible
2322           compatibility sfrs (for USART access)
2323
2324 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2325
2326         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2327           and the output asm file line is printed on two lines.
2328
2329 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2330
2331         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2332           BGT, BLE, BHI, and BLS instructions
2333         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2334           genCmpEq): removed
2335         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2336           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2337           fixes bug #1216342
2338         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2339
2340 2005-06-15 Raphael Neider <rneider AT web.de>
2341
2342         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2343         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2344         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2345           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2346           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2347
2348 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2349
2350         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2351           Marcel Telka in bug #1215704
2352
2353 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2354
2355         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2356           located in shared memory bank.
2357
2358 2005-05-31 Raphael Neider <rneider AT web.de>
2359
2360         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2361           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2362           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2363
2364 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2365
2366         * device/lib/_strncpy.c: fixed the fix
2367
2368 2005-05-26 Raphael Neider <rneider AT web.de>
2369
2370         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2371           initializers with \0, bug #1208187
2372         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2373           intializers with \0, bug #1208187
2374
2375 2005-05-26 Raphael Neider <rneider AT web.de>
2376
2377         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2378           initializers with \0, bug #1208187
2379         * src/pic16/main.c (_process_pragma): added sanity checks
2380           for stack position and size, emit warnings when appropriate
2381
2382 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2383
2384         * device/lib/_strncpy.c: fixed not filling with \0
2385
2386 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2387
2388         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2389           createFunction),
2390         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2391           compound_statement),
2392         * src/SDCCsymt.h,
2393         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2394
2395 2005-05-24 Raphael Neider <rneider AT web.de>
2396
2397         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2398
2399 2005-05-24 Raphael Neider <rneider AT web.de>
2400
2401         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2402           TRISE definitions, closes bug #1162453
2403
2404 2005-05-22 Raphael Neider <rneider AT web.de>
2405
2406         * src/pic16/main.c (_process_pragma): check for missing
2407           arguments to pragmas code and udata
2408         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2409           consistency fixes to match other headers (thanks to Jim Paris)
2410         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2411
2412 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2413
2414         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2415
2416 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2417
2418         * support/regression/tests/bug1198642.c: new test
2419         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2420         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2421         * support/scripts/resource.h,
2422         * support/scripts/resource.rc,
2423         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2424         * support/scripts/sdcc.ico: added 32x32 icon
2425
2426 2005-05-18 Raphael Neider <rneider AT web.de>
2427
2428         * device/lib/pic16/libdev/pic18f*.c,
2429         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2430           keywords to "__sfr" and "__at (X)"
2431         * device/include/pic16/pic18fregs.h: added pic18f4520
2432         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2433           #1203088 (MPLAB compatibility)
2434
2435 2005-05-17 Raphael Neider <rneider AT web.de>
2436
2437         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2438         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2439         * device/lib/pic16/pics.all: added new devices
2440         * src/pic16/device.c: added support for pic18f4520
2441
2442 2005-05-16 Raphael Neider <rneider AT web.de>
2443         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2444         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2445         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2446           convenience function for bit access
2447
2448 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2449
2450         * device/lib/printf_large.c: fixed bug 1193299
2451         * support/regression/tests/bug1057979.c: added test %3.3s
2452
2453 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2454
2455         * device/include/mcs51/8051.h,
2456         * device/include/mcs51/8052.h: made parseable with lint
2457         * device/include/mcs51/lint.h: added include file for (sp)lint
2458         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2459         * doc/cdbfileformat.lyx,
2460         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2461
2462 2005-05-14 Raphael Neider <rneider AT web.de>
2463
2464         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2465         * device/lib/pic16/libc/stdlib/itoa.c (new)
2466         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2467         * device/lib/pic16/libio/Makefile: exclude subdir according to
2468           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2469         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2470         * src/pic16/gen.c (genFunction): prevent annoying warning
2471         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2472           nameclashes on BeOS
2473         * support/cpp2/cppmain.c (cpp_output_string): new
2474         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2475           fixes bug 1116802
2476
2477 2005-05-13 Borut Razem <borut.razem AT siol.net>
2478
2479         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2480
2481 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2482
2483         * .version: changed to version 2.5.1; back to bleeding edge development
2484
2485 2005-05-11 Borut Razem <borut.razem AT siol.net>
2486
2487         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2488           generate PDF version 1.3 documents
2489
2490 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2491
2492         * .version: changed to version 2.5.0
2493
2494 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2495
2496         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2497
2498 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2499
2500         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2501         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2502         well as many smaller updates.
2503         * .version: changed to version 2.5.0-pre1
2504
2505 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2506
2507         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2508
2509 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2510
2511         * support/regression/tests/bug1185672.c: added
2512         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2513           bug 1185672
2514         * src/mcs51/gen.c (genCall): added comments, made it look safer
2515         * src/mcs51/gen.c (genEndFunction): simplified
2516
2517 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2518
2519         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2520
2521 2005-04-14 Borut Razem <borut.razem AT siol.net>
2522
2523         * fixed bug 1045046 - SIGSEGV with really simple code?:
2524           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2525           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2526
2527 2005-04-14 Borut Razem <borut.razem AT siol.net>
2528
2529         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2530           src/pic16/device.h: temporarily disabled experimental #inline pragma
2531           for 2.5.0 release
2532
2533 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2534
2535         * device/include/z80/stdio.h,
2536         * device/include/z80/string.h: removed these highly incomplete files so
2537           SDCC can use the default ones in device/include/
2538
2539 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2540
2541         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2542         gcc warning.
2543         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2544         fix sdcpp warnings.
2545
2546 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2547
2548         * device/include/malloc.h: removed redundant __reentrant prototypes
2549         * device/lib/_mullong.c: added working xstack variant in asm (C version
2550           doesn't pass regression tests)
2551         * device/lib/bpx.c: used __data and made bpx char for mcs51
2552         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2553           (createFunction): fixed bug with xstackPtr
2554         * src/SDCCcse.c: corrected comments
2555         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2556           (killDeadCode, eBBlockFromiCode): removed unused code
2557         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2558           corrected comments
2559         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2560           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2561           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2562           (genModOneByte): fixed warning in MSVC
2563         * src/mcs51/main.c (): added comments
2564         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2565
2566 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2567
2568         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2569
2570 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2571
2572         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2573
2574 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2575
2576         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2577         characters arrays of larger size than the declared one.
2578
2579 2005-04-10 Borut Razem <borut.razem AT siol.net>
2580
2581         * src/pic/gen.c (genInline),
2582           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2583           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2584           (findNextInstruction), (findPrevInstruction),
2585           (findInstructionUsingLabel),
2586           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2587         * src/pic/pcode.c (findLabel): added missing '\n'
2588         * src/src.dsp: added SDCCdwarf2.c to the project
2589
2590 2005-04-09 Borut Razem <borut.razem AT siol.net>
2591
2592         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2593
2594 2005-04-08 Raphael Neider <rneider AT web.de>
2595
2596         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2597           into the chain after a given one) and mergeDefmapSymbols (combine
2598           defmap entries for each symbol per pcode)
2599         * (createDefmap): have defmap entries merged in the end
2600         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2601           a symbol before replacing one access type's symbol, merge symbols in
2602           the end (replacement symbol might already have an entry)
2603         * (assignValnums): keep reference to written WREG intact
2604
2605 2005-04-08 Raphael Neider <rneider AT web.de>
2606
2607         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2608           Alpha)
2609
2610 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2611
2612         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2613         bytes
2614
2615 2005-04-07 Raphael Neider <rneider AT web.de>
2616
2617         * device/include/pic16/usart.h: added compatibility defines for
2618           devices with more than one USART
2619         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2620
2621 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2622
2623         * device/lib/Makefile.in: updated for port specific include
2624
2625 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2626
2627         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2628
2629 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2630
2631         * device/include/8051.h,
2632         * device/include/8052.h,
2633         * device/include/at89S8252.h,
2634         * device/include/at89c55.h,
2635         * device/include/at89x051.h,
2636         * device/include/at89x51.h,
2637         * device/include/at89x52.h,
2638         * device/include/mcs51reg.h,
2639         * device/include/reg51.h,
2640         * device/include/reg764.h,
2641         * device/include/regc515c.h,
2642         * device/include/sab80515.h: (re)moved these 12 files
2643         * device/include/mcs51/8051.h,
2644         * device/include/mcs51/8052.h,
2645         * device/include/mcs51/at89S8252.h,
2646         * device/include/mcs51/at89c55.h,
2647         * device/include/mcs51/at89x051.h,
2648         * device/include/mcs51/at89x51.h,
2649         * device/include/mcs51/at89x52.h,
2650         * device/include/mcs51/mcs51reg.h,
2651         * device/include/mcs51/reg51.h,
2652         * device/include/mcs51/reg764.h,
2653         * device/include/mcs51/regc515c.h,
2654         * device/include/mcs51/sab80515.h: and added them here
2655
2656 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2657
2658         * device/include/stdarg.h: changed SDCC specific keywords to double
2659           underlined form.
2660         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2661           mcs51 and ds390.
2662         * device/include/hc08/mc68hc908gp32.h,
2663         * device/include/hc08/mc68hc908jb8.h,
2664         * device/include/hc08/mc68hc908jkjl.h,
2665         * device/include/hc08/mc68hc908qy.h: fixed comments
2666         * device/include/mcs51/README: updated
2667         * device/include/mcs51/c8051f120.h: added PINRSF
2668         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2669         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2670           amidst code. Also inline is not supported.
2671
2672 2005-04-06 Raphael Neider <rneider AT web.de>
2673
2674         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2675         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2676           callers stack/frame pointers
2677
2678 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2679
2680         * device/include/pic16/usart.h: added, missing in previous commit,
2681         * device/include/pic16/adc.h: fixed typo,
2682         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2683         commit,
2684         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2685         <p18fxxx.inc>
2686         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2687         uninitialized because a bug appears with gplink
2688         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2689         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2690         complains for unrecognised option
2691
2692 2005-04-05 Raphael Neider <rneider AT web.de>
2693
2694         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2695           structs as well (using memcpy)
2696         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2697           on ISRs (GOTO has no label)
2698         * src/pic16/device.h: added OF_OPTIMIZE_DF
2699         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2700           new data flow analysis/optimization
2701         * src/pic16/pcode.c: added (prototypes for and implementation of)
2702           dataflow analysis functions, fixed pCodeInstructions' inCond and
2703           outCond values, made RCALL a branch instruction
2704         * (pic16_unlinkpCode): keep C line if possible
2705         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2706           C line moved if possible
2707         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2708         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2709           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2710         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2711           new flow)
2712         * (pic16_getJumptabpCode): NEW, needed in...
2713         * (LinkFlow): fixed handling of jumptables, calls and conditional
2714           branches
2715         * (pic16_InsertCommentAfter): NEW
2716         * (pic16_pCodeReplace): made verbose and flow preserving
2717         * (AnalyzeFlow): added call to data flow analysis
2718         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2719         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2720         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2721
2722 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2723
2724         * src/SDCCast.c (decorateType): fixed bug #1105626
2725
2726 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2727
2728         * device/include/asm/pic16/features.h,
2729         * pic18f*.h headers,
2730         * device/include/pic16/adc.h,
2731         * device/include/pic16/delay.h,
2732         * device/include/pic16/i2c.h,
2733         * device/include/pic16/malloc.h,
2734         * device/include/pic16/stdio.h,
2735         * device/include/pic16/stdlib.h,
2736         * device/include/pic16/string.h,
2737         * device/lib/pic16/libc/stdio/printf_tiny.c,
2738         * device/lib/pic16/libc/stdio/printf_small.c,
2739         * device/lib/pic16/libc/stdio/strmgpsim.c,
2740         * device/lib/pic16/libc/stdio/strmmssp.c,
2741         * device/lib/pic16/libc/stdio/strmusart.c,
2742         * device/lib/pic16/libc/stdio/vfprintf.c,
2743         * device/lib/pic16/libc/stdlib/ltoa.c,
2744         * device/lib/pic16/libc/stdlib/putchar.c,
2745         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2746         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2747         * device/lib/pic16/libc/stdlib/memchrram.c,
2748         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2749         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2750         * device/lib/pic16/libio/adc/adcbusy.c,
2751         * device/lib/pic16/libio/adc/adcread.c,
2752         * device/lib/pic16/libio/adc/adcsetch.c,
2753         * device/lib/pic16/libio/usart/ubaud.c,
2754         * device/lib/pic16/libio/usart/ubusy.c,
2755         * device/lib/pic16/libio/usart/udrdy.c,
2756         * device/lib/pic16/libio/usart/uopen.c,
2757         * device/lib/pic16/libio/usart/uputc.c,
2758         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2759         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2760         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2761         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2762         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2763         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2764         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2765         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2766         specific keywords to double underlined form,
2767         * device/lib/pic16/libc/Makefile.rules,
2768         * device/lib/pic16/libsdcc/Makefile.rules,
2769         * device/lib/pic16/libm/Makefile,
2770         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2771         to compile with C standard set in Makefile.common
2772         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2773         rand.c and crc.c in compilation process,
2774         * device/lib/pic16/libsdcc/int/divuint.c,
2775         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2776         `c' from signed to unsigned,
2777         * device/lib/pic16/startup/crt0.c,
2778         * device/lib/pic16/startup/crt0i.c,
2779         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2780         keywords to double underlined form, bug fixes in _do_cinit function
2781         which prevented the correct initialization of the .idata segment,
2782         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2783         core to enter a infinite loop
2784         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2785
2786 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2787
2788         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2789
2790 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2791
2792         * device/include/Makefile.in: add support for hc08 subdirectory
2793         * device/include/hc08/: new subdirectory
2794         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2795         Lucas Loizaga, thanks!
2796         * device/include/hc08/mc68hc908qy.h,
2797         * device/include/hc08/mc68hc908gp32.h,
2798         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2799         their own directory. Changed internal macro names to use the compiler
2800         reserved namespace. Changed SDCC specific keywords to double
2801         underlined form.
2802         * device/include/math.h,
2803         * device/include/malloc.h,
2804         * device/include/stdarg.h,
2805         * device/include/stdbool.h
2806         * device/include/string.h,
2807         * device/include/tinibios.h,
2808         * device/include/ds400rom.h,
2809         * device/include/8051.h,
2810         * device/include/8052.h,
2811         * device/include/80c51xa.h,
2812         * device/include/at89c55.h,
2813         * device/include/at89S8252.h,
2814         * device/include/at89x51.h,
2815         * device/include/at89x52.h,
2816         * device/include/ds80c390.h,
2817         * device/include/reg764.h,
2818         * device/include/regc515c.h,
2819         * device/include/sab80515.h,
2820         * device/include/mcs51/c8051f000.h,
2821         * device/include/mcs51/c8051f018.h,
2822         * device/include/mcs51/c8051f020.h,
2823         * device/include/mcs51/c8051f040.h,
2824         * device/include/mcs51/c8051f060.h,
2825         * device/include/mcs51/c8051f120.h,
2826         * device/include/mcs51/c8051f300.h,
2827         * device/include/mcs51/c8051f310.h,
2828         * device/include/mcs51/c8051f320.h,
2829         * device/include/mcs51/c8051f330.h,
2830         * device/include/mcs51/c8051f350.h,
2831         * device/include/z180.h: Changed SDCC specific keywords to double
2832         underlined form.
2833
2834 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2835
2836         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2837         18F4455,
2838         * (pic16_assignConfigWordValue): disable testing of configuration
2839         register value with config mask,
2840         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2841         function with port->fun_prefix,
2842         * (genFunction): when generating a naked interrupt function never
2843         create an absolute segment placed in interrupt vector address, place
2844         the actual interrupt function at IVA instead, when an interrupt
2845         function is generated with unspecified interrupt then do not create
2846         the absolute section,
2847         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2848         code for generating a call to generic pointer get/put function with
2849         a call to function pic16_callGenericPointer(),
2850         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2851         the call to the generic pointer get/put functions with prefixing the
2852         function name with port->fun_prefix,
2853         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2854         * src/pic16/main.c (_process_pragma): prefix function with
2855         port->fun_prefix,
2856         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2857         calling assembler, old 18Fxxxx macro is deprecated,
2858         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2859         PC_ASMDIR in while condition,
2860         * (findInstruction): add PC_ASMDIR in while condition,
2861         * (buildCallTree): prefix main with port->fun_prefix,
2862         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2863         identifier for variable with banked access in instructions BTFSS,
2864         BTFSC, BCF, BSF, BTG
2865         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2866         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2867         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2868         perform optimization when enviroment variable NO_REG_OPT is set,
2869         * (insideLRBlock): NEW, return 1 if register is inside an
2870         INF_LOCALREGS block,
2871         * (RemoveRegFromLRBlock): remove a register that is completely
2872         eliminated by register optimization, but it is still left in local
2873         register store/restore in/from stack block,
2874         * (Remove2pcodes): after removing register, check to see if it
2875         should be removed from local register store/restore in/from stack
2876         block,
2877         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2878         DUMMY_READ_VOLATILE,
2879
2880         * device/include/pic16/adc.h: minor prototype modifications and
2881         update,
2882         * device/include/pic16/malloc.h: added GPL notice various
2883         modifications,
2884         * device/include/pic16/stdint.h: NEW, standard header for ints
2885         * device/include/pic16/delay.h: NEW, header for delay functions,
2886         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2887         delay1mtcy,
2888         * device/include/pic16/signal.h: NEW, header providing helper macros
2889         for implementing signal handlers,
2890         * device/include/pic16/stdio.h: added prototypes for functions,
2891         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2892         prototypes for stdin and stdout, added macro PUTCHAR to
2893         automatically implement putchar function prototype,
2894         * device/include/pic16/usart.h: modified and updated USART library,
2895         * device/lib/pic16/libio/adc/,
2896         * device/lib/pic16/libio/i2c: some modifications to improve library
2897         performance,
2898         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2899         family of functions,
2900         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2901         family of functions and other sources,
2902         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2903         of the PIC18Fxx[28] devices,
2904         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2905         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2906         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2907         _do_cinit function, because the previous failed when local variables
2908         where not placed in the same memory bank,
2909         * device/lib/pic16/libsdcc/char/: various modifications to improve
2910         library performance,
2911         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2912         information on the new functions of the c library and more...
2913
2914 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2915
2916         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2917
2918 2005-03-26 Raphael Neider <rneider AT web.de>
2919
2920         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2921           if condition == CARRY)
2922         * (genCmp): adapted to new genSkipc semantics
2923         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2924           on rIfx (genCmp was broken)
2925
2926 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2927
2928         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2929         * src/z80/main.c (_keywords[]),
2930         * src/SDCCglobal.h (struct options),
2931         * src/SDCC.y,
2932         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2933         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2934         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2935         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2936         always available in leading double underscore form. The C99 support is
2937         mostly missing, but it's a start.
2938         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2939         reserved identifier "__data".
2940
2941 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2942
2943         * src/mcs51/peeph.def: fixed bug 1170013
2944
2945 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2946
2947         * device/include/mcs51reg.h: fixed bug 842007
2948
2949 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2950
2951         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2952         last time.
2953
2954 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2955
2956         * src/port.h (struct PORT),
2957         * src/avr/ralloc.c (avr_assignRegisters),
2958         * src/avr/main.c,
2959         * src/ds390/ralloc.c (ds390_assignRegisters),
2960         * src/ds390/main.c,
2961         * src/hc08/ralloc.c (hc08_assignRegisters),
2962         * src/hc08/main.c,
2963         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2964         * src/mcs51/main.c,
2965         * src/pic/ralloc.c (pic14_assignRegisters),
2966         * src/pic/main.c,
2967         * src/pic16/ralloc.c (pic16_assignRegisters),
2968         * src/pic16/main.c,
2969         * src/xa51/ralloc.c (xa51_assignRegisters),
2970         * src/xa51/main.c,
2971         * src/z80/ralloc.c (z80_assignRegisters),
2972         * src/z80/ralloc.h,
2973         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2974         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2975         * src/SDCCcse.h,
2976         * src/SDCCdflow.c (computeDataFlow),
2977         * src/SDCCdflow.h,
2978         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2979         * src/SDCCloop.h,
2980         * src/SDCCcflow.c (*),
2981         * src/SDCCcflow.h,
2982         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2983         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2984         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2985         immedDom() returning wrong block; probably fixes bug #1160833)
2986
2987 2005-03-20 Borut Razem <borut.razem AT siol.net>
2988
2989         * support/scripts/inc2h.pl: WIN32 port
2990
2991 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2992
2993         * device/lib/makefile.in: added abs.c and labs.c
2994
2995 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2996
2997         * device/include/stdint.h: added
2998         * device/lib/abs.c: added
2999         * device/lib/labs.c: added
3000         * device/include/stdlib.h: added abs() and labs() prototypes
3001         * device/lib/libsdcc.lib: added abs and labs
3002         * device/include/float.h,
3003         * device/lib/_fsmul.c,
3004         * device/lib/printf_fast.c,
3005         * device/lib/printf_tiny.c: updated comments
3006
3007 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3008
3009         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3010         bug #1164313
3011
3012 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3013
3014         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3015         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3016
3017 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3018
3019         * device/lib/printf_large.c: removed inline assembly for portability and
3020           readability. Use printf_fast if speed or size are more important.
3021         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3022         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3023
3024 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3025
3026         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3027         prevent compiler warning
3028
3029 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3030
3031         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3032         moved to level 0 and declared as static. Also they are explicit
3033         placed in access bank. This was necessery because some times they
3034         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3035         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3036         optimizations. Currently only compare to unsigned char is implemented,
3037         * src/pic16/gen.c: added fReturnIdx array,
3038         * (struct resolvedIfx) is moved to gen.h and made public,
3039         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3040         * (aopForSym): added an optimization to directly store in stack of
3041         the operand of a SEND iCode,
3042         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3043         but as registers instead (AOP_REG) using the fReturnIdx array,
3044         * (pic16_freeAsmop): remove the freed register from the
3045         _G.sregsAlloc field,
3046         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3047         a compare of 'WREG',
3048         * (pic16_popGetTempRegCond): changed function prototype, now
3049         function takes also a bitVector argument v which holds the current
3050         set of registers that are allocated for stack access by aopForSym,
3051         registers allocated in aopForSym for accessing stack symbols are not
3052         any more part of the functions usedRegs field,
3053         * (genCall): some times aopOp is called for a stack variable to be
3054         send, aopForSym might perform the push, if this is true make sure
3055         that genCall doesn't push the variable twice by testing _G.resDirect,
3056         * (genFunction): changed testing for unspecified interrupt number
3057         from 256 to INTNO_UNSPEC,
3058         * modified selection scheme of frame pointer generation. Previously
3059         if function did use local registers a frame pointer was generated,
3060         now a frame pointer is generated only if function has arguments
3061         (that need PLUSW2 register access), or has stack arguments, or the
3062         compiler is not instructed to omit the frame pointer,
3063         * (genEndFunction): before restoring local registers that were saved
3064         in the function preamble, also restore the registers that *might*
3065         have been allocated for stack access,
3066         * (genRet): removed some old comments,
3067         * (genCmp, the active (RN's) version): added a call to the
3068         pic16_genCmp_special function to perform the compare with a more
3069         robust and optimized way,
3070         * (genInline): a feature has been added in inline code generation,
3071         which allows a wildcard variable substitution when writing inline
3072         assembly. Code is incomplete and experimental therefore undocumented,
3073         * (genCast): changed order of aopOp for result and right to allow
3074         aopForSym to directly load the result if possible,
3075         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3076         perform an optimized compare on some selected special occasions,
3077         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3078         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3079         generate an IVT any more,
3080         * src/pic16/main.c (pic16_optionsTable): added command line option
3081         --optimize-cmp,
3082         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3083         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3084         macros,
3085         * src/pic16/NOTES: Raphael Neider added in list of active developers
3086         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3087         jumptable_end to prevent bug #,
3088         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3089         inCond and outCond fields,
3090         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3091         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3092         turn off register spilling,
3093         * (packRegsForOneUse): synced with other ports' versions although it
3094         is not used currently,
3095         * (pic16_packRegisters): added an optimization while reading
3096         structure bitfields, some registers may be saved (malloc code is
3097         decreased by 80 bytes)
3098
3099 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3100
3101         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3102         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3103         this can be optimized more?
3104
3105 2005-03-10 Raphael Neider <rneider AT web.de>
3106
3107         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3108           genNearPointerGet): (hopefully) fixed access to bitfields via
3109           pointers (p->bitN = x; and x = p->bitN; failed)
3110
3111 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3112
3113         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3114
3115 2005-03-09 Raphael Neider <rneider AT web.de>
3116
3117         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3118
3119 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3120
3121         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3122         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3123           (regTypeNum): set REG_BIT type if necessary
3124         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3125         * support/regression/tests/critical.c: check bug 1144613
3126
3127 2005-03-02 Raphael Neider <rneider AT web.de>
3128
3129         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3130
3131 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3132
3133         * src/avr/ralloc.c (serialRegAssign),
3134         * src/ds390/ralloc.c (serialRegAssign),
3135         * src/hc08/ralloc.c (serialRegAssign),
3136         * src/mcs51/ralloc.c (serialRegAssign),
3137         * src/pic/ralloc.c (serialRegAssign),
3138         * src/pic16/ralloc.c (serialRegAssign),
3139         * src/xa51/ralloc.c (serialRegAssign),
3140         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3141
3142 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3143
3144         * src/SDCCast.c (decorateType): fixed bug 1124787
3145
3146 2005-02-20 Hubert Sack <sack AT digiplan.de>
3147         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3148
3149         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3150         patch #1121755
3151
3152 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3153
3154         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3155         to keep the correct label reference count when adding/removing references
3156         to labels. A peephole file using this is appended to patch #1144962.
3157
3158 2005-02-14 Raphael Neider <rneider AT web.de>
3159
3160         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3161         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3162         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3163           retrievals of result operand's value on assignment
3164
3165 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3166
3167         * device/include/pic16/string.h: modified prototype for memccpy()
3168         to memccpy(void *, void *, char, size_t)
3169         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3170         check whether to omit frame pointer or not,
3171         * (genInline): convert all occurences of "\n" to LF in inline
3172         assembler blocks, this helps formatting the inline text,
3173         * (pic16_loadFSR0): modified prototype,
3174         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3175         removed some 8051 legacy code,
3176         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3177         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3178         before allocating temporary registers in functions,
3179
3180 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3181
3182         * support/regression/tests/bitvars.c: corrected the "fix"
3183
3184 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3185
3186         * support/regression/tests/bitvars.c,
3187         * support/regression/tests/bitwise.c,
3188         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3189
3190 2005-02-10 Raphael Neider <rneider AT web.de>
3191
3192         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3193           different size for Alpha
3194         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3195
3196 2005-02-09 Raphael Neider <rneider AT web.de>
3197
3198         * src/SDCC.lex(doPragma) : save and restore warning options as well
3199           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3200         * have #pragma less_pedantic set the errorlevel to WARNING
3201           (fixes #1117001)
3202         * (cloneOptimize) : fixed wrong malloc's size
3203         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3204           facilitate correct handling of #pragma (save|restore)
3205
3206 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3207
3208         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3209
3210 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3211
3212         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3213
3214 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3215
3216         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3217
3218 2005-02-02 Raphael Neider <rneider AT web.de>
3219
3220         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3221         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3222         * (pic16_storeForReturn): fixed to allow returning function pointers
3223         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3224         * device/include/pic16/{stddef.h,stdbool.h}: added
3225
3226 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3227
3228         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3229
3230 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3231
3232         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3233         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3234          appeared to be required
3235
3236 2005-01-31 Borut Razem <borut.razem AT siol.net>
3237
3238         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3239           include/mcs51 and include/z80 directories to the package
3240
3241 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3242
3243         * src/hc08/gen.c (genFunction): fixed bug #1112752
3244
3245 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3246
3247         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3248
3249 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3250
3251         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3252
3253 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3254
3255         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3256
3257 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3258
3259         * device/include/c8051fxxx.h: removed these 6 files
3260         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3261
3262 2005-01-26 Raphael Neider <rneider AT web.de>
3263
3264         * src/pic16/gen.c (genAssign): fixed assignment from longs
3265           in codespace (were cut to three bytes)
3266         * (genDummyRead): implemented (except for CODESPACE...),
3267           fixed bug #1108575
3268         * src/pic16/glue.c (emitStatistics): beautified
3269         * device/lib/pic16/libm/Makefile: added include path
3270
3271 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3272
3273         * src/z80/gen.c (aopPut): fixed bug #1103902
3274
3275 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3276
3277         * device/lib/expf.c: fixed bug #1095792
3278
3279 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3280
3281         * device/lib/pic16/libm: added Math library sources
3282
3283 2005-01-24 Raphael Neider <rneider AT web.de>
3284
3285         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3286           to enable upcast to pCodeOpReg2 (there is no type tag to
3287           differenciate the two and pic16_popGet2p cast into PCOR2)
3288         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3289           (sizeof(sectNames) changed to sizeof(sectName))
3290           Both patches fix segfaults under MinGW.
3291
3292 2005-01-23 Raphael Neider <rneider AT web.de>
3293
3294         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3295           Safe_[mc]?alloc()'ed variables
3296         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3297           of (byte sized) temporaries (assign them to WREG for now)
3298         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3299           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3300           this might fix SIGSEGVs on MinGW...
3301         * src/SDCCopt.c (killDeadCode): restored original behaviour
3302           (volatile operands might get thrown away though)
3303
3304 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3305
3306         * src/pic16/gen.c: fixed bug #1106975,
3307         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3308         pointer update, INTCON is saved, global interrupts are disabled and
3309         restored after updateing TOS.
3310         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3311         * added function attribute 'shadowregs' to take advantage of shadow
3312         registers,
3313         * added function attribute 'wparam' as an alternative to the wparam
3314         pragma,
3315         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3316         user declares a non-ISR function as 'shadowregs',
3317         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3318
3319 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3320
3321         * .version: bumped version number to 2.4.8
3322         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3323         pic16 port,
3324         * device/lib/pic16/libio/i2c/: I2C module support library,
3325         * device/include/pic16/i2c.h: I2C support library header,
3326         * device/lib/pic16/libc/stdio/: standard IO support sources,
3327         * (printf_small.c): printf_small() source, supports float print,
3328         * (printf_tiny.c): printf_tiny() source, does not support floats,
3329         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3330         enable global optimizations for entire library source, other
3331         Makefiles in the source tree are also modified to reflect this,
3332         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3333         function,
3334         * doc/sdccman.lyx: updated to reflect new changes,
3335         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3336         sym->onStack if-case,
3337         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3338         sbit, idata, _idata, xdata, _xdata,
3339         * added pragma library, to link an external library, (see doc),
3340         * removed command line options, --pomit-config-words, --pomit-ivt,
3341         --pleave-reset-vector,
3342         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3343         when calling assembler to reflect memory model used, also define
3344         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3345         reflect stack model used,
3346         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3347         on stack return NULL,
3348
3349 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3350
3351         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3352           of the operands is volatile. Fixes #1020220
3353
3354 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3355
3356         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3357         * (OptimizeRegUsage): make sure that there is really no other flow where
3358           the first pCode is used
3359
3360 2005-01-22 Raphael Neider <rneider AT web.de>
3361
3362         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3363           to fix #1106967 (pCode->seq are not set up correctly)
3364
3365 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3366
3367         * src/SDCCglue.c (glue): make sure code area is declared before the
3368         static initialization area.
3369
3370 2005-01-21 Raphael Neider <rneider AT web.de>
3371
3372         * device/lib/Makefile.in: fixed test for pic16 install dir
3373         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3374           optimizations
3375         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3376           added --optimize-goto compiler switch and pragma wparam documentation
3377         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3378         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3379           and PRODH closing bug #1071770 (peephole optimizer)
3380
3381 2005-01-19 Raphael Neider <rneider AT web.de>
3382
3383         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3384           cmdLine buffers (used when calling sdcpp...) are large enough
3385           (MAX_PATH=256 truncates arguments leading to system halts when
3386           used in MinGW...)
3387         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3388         * (genUminus): rewritten to for efficiency
3389         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3390           used uninitialized in some cases)
3391         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3392           copy the third byte from the int -- now assumes 0x80 (data memory)
3393         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3394           operands (genAddLit expects the iCode's operands to swapped as
3395           well), fixed leftover bytes (crashed for short left operands)
3396         * (pic16_genMinusDec): performance improvements, removed false
3397           PIC14 emitSKPNCs
3398         * (pic16_genMinus): fixed to cope with differently sized operands
3399         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3400           for --obanksel > 1
3401         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3402         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3403           new banksel optimization
3404         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3405           analysis for temporary registers (segfaults...)
3406         * src/pic16/peeph.def: added rule
3407
3408 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3409
3410         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3411         which converts a float number to its ASCII representation
3412         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3413         functions to convert the fractional and integer part of a float to ASCII,
3414         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3415         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3416         ram
3417         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3418         _STATMEM macros,
3419         * device/include/pic16/adc.h: added GPL info,
3420         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3421         a pCodeOp as tested operand,
3422         * (genNearPointerGet): optimized bit testing, does not use
3423         intermediate register for bit value, test directly instead with
3424         BTFSS, BTFSC, works only for single bits,
3425         * (genpic16Code): dump the name of the iCode in the asm,
3426         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3427         renamed to pic16_decodeOp,
3428         * (serialRegAssign): do not allocate a temporary register for iCode
3429         sequences that test a single bit for 1/0
3430
3431 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3432
3433         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3434         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3435         access stack and frame pointers. They are initially assigned to
3436         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3437         accessing SFRs. Updated all occurences of modification of stack or
3438         frame pointer in gen.c and pcode.c,
3439         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3440         assigning of a literal value to pointers,
3441         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3442         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3443         selected
3444
3445 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3446
3447         * doc/sdccman.lyx: update documentation about stack pragma, added
3448         some info for stack memory models
3449
3450 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3451
3452         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3453
3454 2005-01-08 Raphael Neider <rneider AT web.de>
3455
3456         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3457           udata sections to fix bug #1097823
3458
3459 2005-01-05 Raphael Neider <rneider AT web.de>
3460
3461         * src/pic16/gen.c (genGenericShift): added handling of differently
3462           sized left operand and result
3463
3464 2005-01-04 Raphael Neider <rneider AT web.de>
3465
3466         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3467         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3468           to hold the condition bit)
3469         * added new version of genCmp (old code available via #define)
3470         * added new version of genShiftLeft/genShiftRight in a generic
3471           way, now supports shifting by negative values
3472         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3473           shiftCount (expected by genGenericShift)
3474         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3475         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3476           dump
3477         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3478           is an invalid literal too...)
3479
3480 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3481
3482         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3483         from Raphael Neider,
3484         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3485         for 8-bit literals. This fixes some literal operands which are sign
3486         extended to 16-bits ints when instruction needs only 8-bits.
3487
3488 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3489
3490         * device/lib/logf.c: added mcs51 assembly version
3491         * device/lib/expf.c: added mcs51 assembly version
3492         * device/lib/_logexpf.c: new shared asm code for expf and logf
3493         * device/include/math.h: add defines for assembly math library
3494         * device/lib/Makefile.in: build new _logexpf.c
3495         * device/lib/libfloat.lib: use new _logexpf.c
3496
3497 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3498
3499         * src/pic/device.c
3500         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3501           device types which have less than 0x7f registers.
3502
3503 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3504
3505         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3506
3507 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3508
3509         * device/lib/printf_fast.c: only build on supported arch.
3510         * device/lib/printf_tiny.c: only build on supported arch.
3511         * device/lib/printf_fast_f.c: only build if asm float lib
3512         * device/lib/_fsget1arg.c: only build if asm float lib
3513         * device/lib/_fsget2args.c: only build if asm float lib
3514         * device/lib/_fsnormalize.c: only build if asm float lib
3515         * device/lib/_fsreturnval.c: only build if asm float lib
3516         * device/lib/_fsrshift.c: only build if asm float lib
3517         * device/lib/_fsswapargs.c: only build if asm float lib
3518         * device/include/stdio.h: don't provide print_fast,
3519           print_fast_f, print_tiny prototypes if --xstack used
3520
3521 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3522
3523         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3524         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3525           to the SOURCES
3526
3527 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3528
3529         * device/lib/printf_fast_f.c: same as printf_fast, but
3530           with floating point enabled
3531         * device/lib/printf_fast.c: minor tweaks
3532         * device/include/stdio.h: add printf_fast_f
3533
3534 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3535
3536         * src/SDCCmain.c: make --float-reent default for mcs51
3537         * device/lib/_fsadd.c: added mcs51 assembly version
3538         * device/lib/_fssub.c: added mcs51 assembly version
3539         * device/lib/_fsmul.c: added mcs51 assembly version
3540         * device/lib/_fsdiv.c: added mcs51 assembly version
3541         * device/lib/_fseq.c: added mcs51 assembly version
3542         * device/lib/_fsneq.c: added mcs51 assembly version
3543         * device/lib/_fsgt.c: added mcs51 assembly version
3544         * device/lib/_fslt.c: added mcs51 assembly version
3545         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3546         * device/lib/Makefile.in: add _fscmp to build
3547         * device/lib/libfloat.lib: add _fscmp to build
3548
3549 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3550
3551         * device/lib/_fs2slong.c: added mcs51 assembly version
3552         * device/lib/_fs2sint.c: added mcs51 assembly version
3553         * device/lib/_fs2schar.c: added mcs51 assembly version
3554         * device/lib/_fs2ulong.c: added mcs51 assembly version
3555         * device/lib/_fs2uint.c: added mcs51 assembly version
3556         * device/lib/_fs2uchar.c: added mcs51 assembly version
3557         * device/lib/_slong2fs.c: added mcs51 assembly version
3558         * device/lib/_sint2fs.c: added mcs51 assembly version
3559         * device/lib/_schar2fs.c: added mcs51 assembly version
3560         * device/lib/_ulong2fs.c: added mcs51 assembly version
3561         * device/lib/_uint2fs.c: added mcs51 assembly version
3562         * device/lib/_uchar2fs.c: added mcs51 assembly version
3563         * device/include/float.h: added #define to select asm vs c
3564
3565 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3566
3567         * device/lib/printf_fast.c: improvements to float output
3568         * device/include/float.h: add defines for assembly float library
3569         * device/lib/_fsget1arg.c: receive 1 float arg
3570         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3571         * device/lib/_fsnormalize.c: normalize a float
3572         * device/lib/_fsreturnval.c: return float, various helper routines
3573         * device/lib/_fsrshift.c: right shift a float's mantissa
3574         * device/lib/_fsswapargs.c: swap 2 floats
3575         * device/lib/Makefile.in: build these 6 new files for mcs51
3576         * device/lib/libfloat.lib: add these 6 files to the library
3577
3578 2004-12-26 Borut Razem <borut.razem AT siol.net>
3579
3580         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3581           built by gcc 3.4.2
3582
3583 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3584
3585         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3586           and fully reentrant and register bank neutral.
3587         * device/lib/printf_fast.c: added float (not enabled by default),
3588           added compact/slower integer (also not enabled by default),
3589           improved size/speed of fast integer code, other minor changes
3590         * device/include/stdio.h, device/lib/Makefile.in,
3591           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3592
3593 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3594
3595         * src/pic16/pcode.c: declaring variables other than at the start of a
3596           block is not supported in C by VC6.
3597
3598 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3599
3600         * applied a previous patch from Raphael Neider that wasn't included
3601         in the previous commits, which fixes infinite loops within jumptable
3602         improvements,
3603         * made some fixes that previous patches introduced
3604
3605 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3606
3607         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3608         that fixes an issue with AOP_PCODE asmop's offset,
3609         * (pic16_popCopyReg): update instance field too,
3610         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3611         function of pic port,
3612         * (genCmp, genAnd, genAssign),
3613         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3614
3615 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3616
3617         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3618         variables initial values to idata section,
3619         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3620         variables in some functions. This utilizes parmBytes field of iCode
3621         structure to hold the offset of the variable in stack. (might be
3622         able to use the stack field too?)
3623         * applied patch from Raphael Neider # ### , # ###
3624         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3625         variable initial values in idata section,
3626         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3627         for static variables with initial value
3628         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3629         applied fix in while loop from Raphael Neider.
3630
3631 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3632
3633         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3634         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3635         * src/ds390/ralloc.c (serialRegAssign): spill bits
3636         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3637         * support/Util/SDCCerr.c,
3638         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3639         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3640         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3641
3642 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3643
3644         * device/include/sdcc-lib.h: inserted LGPL, added includes
3645           asm/ds390/features.h and asm/mcs51/features.h
3646         * device/include/asm/default/features.h,
3647         * device/include/asm/gbz80/features.h,
3648         * device/include/asm/z80/features.h: added empty _AUTOMEM
3649           and _STATMEM
3650         * device/include/asm/ds390/features.h,
3651         * device/include/asm/mcs51/features.h: added files with defines for
3652           _AUTOMEM and _STATMEM indicating automatic and static storage class
3653         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3654         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3655         * src/SDCCicode.c (geniCodeCast),
3656         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3657         * src/SDCCloop.c (loopInduction): removed unused variable lr
3658         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3659           to convertToFcall to include char modulo (RFE 1065037), added check
3660           if left operand is unsigned and use abs of literal value
3661         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3662           as it doesn't work after conversion from peephole.def to peephole.rul
3663         * src/mcs51/gen.c (toBoolean): added check for size,
3664           (genModOneByte): optimized code for signed char modulo a literal
3665           power of 2 (thanks to Hubert Sack),
3666           (genRRC): removed unnecessary "clr c",
3667           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3668         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3669           jump optimization,
3670           swapped rules 256.c and 256.d,
3671           extended 256.d by using new multiple checks (thanks Erik),
3672           added rules 256.e and 256.f,
3673           updated rule 261.a and 261.b to new generated code
3674         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3675
3676 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3677
3678         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3679           induction related bugs, including first part of bug #1074377
3680
3681 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3682
3683         * applied patch from bug-report #1076292,
3684         * applied patches for genAnd and Goto-optimizations for Raphael
3685         Neider,
3686         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3687         dump a less iCode information,
3688         * src/pic16/device.h (pic16_options_t): added field debgen,
3689         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3690         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3691         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3692         puclic,
3693         * (various functions): added macros FENTRY and FENTRY2 to functions,
3694         to emit function prologue,
3695         * (various functions): fixed indentation,
3696         * (genNearPointerGet): fixed loading of FSR0,
3697         * (genPackBits): applied patch from Raphael Neider to fix updating
3698         of FSR0 and touching only the modified bits,
3699         * src/pic16/genarith.c (various functions): added macros FENTRY to
3700         emit function prologue in comments,
3701         * src/pic16/pcode.h: added functions debugf2, debugf3,
3702         * src/pic16/ralloc.c: partial fix for packForPush caused
3703         segmentation fault,
3704
3705 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3706
3707         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3708           <stsp AT users.sourceforge.net> with reversed byte order
3709         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3710
3711 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3714           bug #1074377
3715         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3716         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3717
3718 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3719
3720         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3721
3722 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3723
3724         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3725           conditions,
3726           (setFromConditionArgs): friendly operand parser for peephole rules,
3727           (operandBaseName, operandsNotRelated): new peephole condition
3728           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3729           architecture specific register naming into account, handles n-way
3730           comparisons, and supports quoted literals
3731         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3732
3733 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3734
3735         * src/mcs51/peeph.def: fixed bug #1076940
3736
3737 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3738
3739         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3740
3741 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3742
3743         Adding support for replacing ljmps with sjmps in jumptables
3744         generated for switch statements. For now you need to set the
3745         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3746         Now 4 algorithms for mcs51 jumptable generation are used:
3747         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3748         addresses loaded pc-relative for up to 112 cases and stack-pushing
3749         target addresses loaded with offset from dptr for up to 256 cases.
3750
3751         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3752         * src/mcs51/main.c: adapted constants for switch table generation
3753         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3754
3755 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3756
3757         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3758         * support/regression/tests/bug1057979.c: added test for bug 1073386
3759
3760 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3761
3762         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3763         compilers
3764
3765 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3766
3767         * src/pic16/device.h,
3768         * src/pic16/genarith.c,
3769         * src/pic16/glue.c,
3770         * src/pic16/main.c,
3771         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3772
3773 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3774
3775         Large cummulative patch for pic16 port.
3776         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3777         to call when a stack overflow occurs,
3778         * (malloc.h): added CVS Id tag,
3779         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3780         variable,
3781         * added libc directory. The current version of LibC contains string
3782         functions, ctype functions and macros and some functions of the
3783         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3784         be extensively tested in the future. Standard disclaimer here.
3785         Library is not automatically build yet. But one can build it by
3786         invoking 'make' inside the libc directory.
3787         * added ADC library under libio. Preliminary version yet.
3788
3789         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3790         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3791         aopForRemat() now and not by pic16_aopOp(),
3792         * (pic16_popGetTempReg): removed warning messgae when allocating
3793         temporary registers, its a buggy feature and will be removed,
3794         * (pic16_popGet): set register instance field in AOP_CRY,
3795         * (pic16_outBitC): fixed for results in size greater than 1,
3796         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3797         * (pic16_storeForReturn): optimized return of 0,
3798         * (genCmp): experimental code for new genCmp which uses PIC18's
3799         special compare&skip instructions. Initial tests fail some times
3800         with variables grater than 1 byte in size, so new code is disabled,
3801         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3802         a single bit,
3803         * (genCast): began a fix to optimize the casting of a bit to another
3804         bit, now assigning a bitfield to another bitfield will fail, sorry,
3805         * src/pic16/main.c: disabled the use of lr-support feature,
3806         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3807         * added some function prototypes, added function _debugf prototype,
3808         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3809         bits with offset (case PO_GPR_BIT),
3810         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3811         command line,
3812         * (isBankInstruction): modified to return 0 for no banking instruction,
3813         and 1 for banking instruction,
3814         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3815         caused stop processing pCodes after a inline assembly block,
3816         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3817         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3818         registers when it shouldn't,
3819         * src/pic16/ralloc.c (allocReg): add preliminary support for
3820         supporting a limited set of temporary registers,
3821
3822 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3823
3824         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3825           genDataPointerSet): ensure assignments always copy in MSB to LSB
3826           order,
3827           (loadRegFromAop): recognize CLRH optimization,
3828           (genFunction): optimize RECEIVE iCodes in reentrant functions
3829
3830 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3831
3832         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3833           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3834           selected.
3835         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3836         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3837           contiguous with data
3838
3839 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3840
3841         * device/lib/_gptrget.c (_gptrget),
3842         * device/lib/_gptrgetc.c (_gptrgetc),
3843         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3844           instead of sjmp to ret
3845         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3846           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3847
3848 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3849
3850         * .version: bumped version to 2.4.7
3851         * device/lib/_gptrget.c (_gptrget): is now _naked
3852         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3853         * device/lib/_gptrput.c (_gptrput): is now _naked
3854         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3855           (createFunction): fixed xstack
3856         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3857         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3858           or bit either,
3859           (geniCodeCritical): store original interrupt state in an iTemp bit
3860           var unless stack-auto
3861         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3862         * src/SDCCmain.c (setIncludePath): added include/target to search path
3863         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3864         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3865           prototype,
3866           (processFuncArgs): put bit vars in bit area
3867         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3868           unsaveRBank): fixed xstack,
3869           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3870           (genFunction, genEndFunction): fixed xstack,
3871           (genAssign): optimization don't walk backwards through mem
3872         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3873         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3874         * support/regression/Makefile: also make library (for stack-auto) when
3875           making "all" and added "test-mcs51-xstack-auto"
3876         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3877         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3878         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3879         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3880         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3881           make-library by MAKE_LIBRARY
3882         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3883           regression tests for xstack
3884         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3885         * support/regression/tests/critical.c: test for critical on mcs51
3886
3887 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3888
3889         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3890           built version of sdcc instead of installed version
3891
3892 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3893
3894         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3895         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3896           vprintf.c now
3897         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3898         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3899           WARNING: remove device/lib/build/z80/printf.o by hand when
3900           updating from previous build!
3901         * device/lib/z80/printf.c: updated comment
3902         * support/regression/tests/bug1057979.c: test all ports now
3903         * support/regression/tests/bug1065458.c: file added
3904
3905 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3906
3907         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3908           *_start and *_end symbols for static functions
3909
3910 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3911
3912         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3913           and search crt0.o in all library paths,
3914           (setIncludePath): proper handling of --nostdinc,
3915           (setLibPath): proper handling of --nostdlib
3916         * support/regression/Makefile,
3917         * support/regression/ports/ds390/spec.mk,
3918         * support/regression/ports/gbz80/spec.mk,
3919         * support/regression/ports/hc08/spec.mk,
3920         * support/regression/ports/mcs51/spec.mk,
3921         * support/regression/ports/mcs51-large/spec.mk,
3922         * support/regression/ports/mcs51-stack-auto/spec.mk,
3923         * support/regression/ports/z80/spec.mk: use include and lib files from
3924           built version of sdcc instead of installed version
3925         * doc/sdccman.lyx: fixed typo in --nostdinc
3926
3927 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3928
3929         * src/pic/pcode.c,
3930         * src/pic/device.c,
3931         * src/pic/ralloc.c,
3932         * src/pic/gen.c : added support to generate code for struct bit fields.
3933
3934 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3935
3936         * as/xa51/xa_version.h,
3937         * device/include/errno.h,
3938         * device/include/regc515c.h,
3939         * device/lib/_itoa.c,
3940         * device/lib/_ltoa.c,
3941         * device/lib/ser_ir_cts_rts.c,
3942         * sim/ucsim/xa.src/glob.cc,
3943         * sim/ucsim/xa.src/inst_gen.cc,
3944         * sim/ucsim/xa.src/xa_bit.cc,
3945         * sim/ucsim/xa.src/xa_sfr.cc,
3946         * sim/ucsim/z80.src/inst_dd.cc,
3947         * sim/ucsim/z80.src/inst_fdcb.cc,
3948         * support/scripts/keil2sdcc.pl,
3949         * src/pic16/pic16.dsp,
3950         * src/pic16/pic16a.dsp: corrected cvs line endings
3951         * device/lib/printf_large.c: fixed bug 1057979
3952         * src/pic16/gen.c: fixed non-C standard code
3953         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3954         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3955         * support/regression/ports/mcs51/support.c: reload T1 asap
3956         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3957           pdata use and clear idata startup behaviour
3958         * support/regression/tests/bug1057979.c: added
3959
3960 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3961
3962         * device/examples/ds390/ow390/ad26.h,
3963         * device/examples/ds390/ow390/cnt1d.h,
3964         * device/examples/ds390/ow390/crcutil.c,
3965         * device/examples/ds390/ow390/ownet.h,
3966         * device/examples/ds390/ow390/owsesu.c,
3967         * device/examples/ds390/ow390/swt12.h,
3968         * device/examples/ds390/ow390/swtoper.c,
3969         * device/examples/ds390/ow390/temp10.h,
3970         * device/examples/ds390/ow390/thermodl.c,
3971         * device/examples/ds390/tinitalk/tinitalk.dsp,
3972         * device/examples/ds390/tinitalk/tinitalk.dsw,
3973         * device/examples/mcs51/clock/hw.h,
3974         * device/examples/mcs51/simple2/go.bat,
3975         * device/examples/serialcomm/windows/serial.h,
3976         * device/examples/xa51/dummy.c,
3977         * device/examples/xa51/hello.c,
3978         * device/include/80c51xa.h,
3979         * device/include/at89x051.h: corrected cvs line endings
3980
3981 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3982
3983         * src/pic16/main.c (options): added command line --gstack, to trace
3984         stack over/under flows,
3985         * added pragma 'wparam' to allow passing first byte of function
3986         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3987         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3988         call to __gstack_test function and sets up the symbol as extern,
3989         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3990         * popaop): added call to pic16_testStackOverflow,
3991         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3992         wparamList list,
3993         * (genCall, genPcall): now all parameters are passed via stack
3994         except in functions that are pass to wparam pragma in which WREG is
3995         used too,
3996         * (genPcall): REENTRANT flag is checked to see if variable prototype
3997         contains reentrant keyword, don't call a non-reentrant function, via
3998         a reentrant function pointer or vice versa, functions are never
3999         passed via WREG,
4000         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4001         D.Winkler,
4002         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4003         SIGSEGV when accessing a NULL register stucture,
4004         * (pic16_printGPointerType): modified to handle UPPER modifier for
4005         function initializers, changed prototype of function to simpler one,
4006         * (pic16_printIvalFuncPtr): check to see if function is already
4007         added in externs list,
4008         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4009         optimized a move from W to SFR with a move to the same register
4010         later after a CALL,
4011         * device/lib/pic16/debug: NEW directory, contains debug features
4012         which are enabled when linking with libdebug.lib, currently command
4013         line option --gstack enables stack pointer tracing for over/under
4014         flow, corresponding sources are in debug/gstack
4015
4016 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4017
4018         * doc/sdccman.lyx: updated SDCC version,
4019         * (PIC16 port): update list of command line options,
4020         * src/pic16/device.h (structure pic16_options_t): added field gstack
4021         to enable stack overflow tracing on push/pops,
4022         * src/pic16/device.c (statistics structure): added statistics
4023         structure,
4024         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4025         pic16_dump_int_registers): increase statistics counters for each
4026         * variable which is encountered
4027         * (pic16_dump_usection): emit each .udata variable to its own udata
4028         section,
4029         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4030         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4031         parameters via stack, otherwise use old scheme,
4032         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4033         assembler output file,
4034         * src/pic16/main.c: added command line options --gstack to enable
4035         push/pop tracing for stack overflow,
4036         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4037         instructions): added size of each instruction,
4038         * (pic16_countInstruction): estimate size of instructions in
4039         the_pFile list, inline assembly blocks are not counted,
4040         * (pic16_FixRegisterBanking): trace previous register usage, when
4041         banksel optimizations is greater than 0, don't emit a redudant
4042         banksel directive,
4043
4044 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4045
4046         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4047         * src/pic16/ralloc.c : applied same fix for pic16.
4048         * src/pic/gen.c : tidied it up a little.
4049
4050 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4051
4052         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4053         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4054
4055 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4056
4057         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4058
4059 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4060
4061         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4062         non-reentrant function __modsint in the interrupt function (thus
4063         corrupting math operations during serial I/O)
4064         * device/lib/ser_ir.c: as above, changed buffersize
4065         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4066         256.c,d for zeroing
4067         * doc/Makefile: added option -t for rsync
4068
4069 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4070
4071         * src/SDCCast.h (struct ast),
4072         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4073
4074 2004-10-20 Borut Razem <borut.razem AT siol.net>
4075
4076         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4077         package
4078
4079 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4080
4081         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4082         makefile targets,
4083         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4084         support functions to replace long sequences of MOVFF's from access
4085         bank registers to stack and vice versa,
4086         * src/pic16/device.h: added new field opt_flags, where optimization
4087         flags can be set to enable certain features,
4088         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4089         * pBlock, (genFunction, genEndFunction): surroung loop for
4090         saving/loading used registers in stack with PC_INFO pCodes,
4091         INF_LREGS. Code in between can then be optimized by pCode optimizer
4092         to support function calls,
4093         * (genDataPointerSet): fixed bug which loaded float fields in
4094         structures with corrupt data,
4095         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4096         in a standard way debug info on stderr. Feature used for developing
4097         and debugging only,
4098         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4099         obsolete chunks of code,
4100         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4101         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4102         * pic16/src/pcode.c (pic16_newpCodeInfo,
4103         * (pic16_newpCodeOpLocalRegs),
4104         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4105         feature,
4106         * (pic16_pCodeConstString): printing of the initial value of a
4107         symbol as a comment is inhibited since parsing was already done by
4108         copyStr and output is corrupt,
4109         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4110
4111 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4112
4113         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4114
4115 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4116
4117         * as/mcs51/lkarea.c: removed old K&R style,
4118           (lnksect): changed check on boundary error,
4119           (lnksect2): changed check on boundary error,
4120           (lnksect2): extend XSTK to end of page if size = 1
4121         * as/mcs51/lkmain.c: removed old K&R style,
4122           (Areas51): create l_IRAM symbol
4123         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4124         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4125           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4126         * device/lib/_mullong.c: added version to be compiled with xstack
4127         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4128         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4129         * device/lib/mcs51/crtxstack.asm: fixed comment
4130         * src/SDCCglue.c: maxInterrupts defaults to 0,
4131           (emitMaps): added pdata,
4132           (createInterruptVect): (re)moved default,
4133           (glue): added pdata,
4134           (glue): moved __start__xstack to XSTK with default size 1
4135         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4136           and options.float_rent when options.stackAuto is set,
4137           (linkEdit): only write XDATA_NAME if provided on command line
4138         * src/SDCCmem.h,
4139         * src/SDCCmem.c: added pdata
4140         * src/port.h: added pdata_name to PORT
4141         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4142           (saveRegisters, unsaveRegisters): removed usage of B,
4143           (genMinus): fixed accumulator clash,
4144           (genJumpTab): added comment, this needs another look
4145         * src/mcs51/gen.c: added check for "B in use" paranoia,
4146           added pushB() and popB()
4147         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4148           chance
4149         * src/avr/main.c,
4150         * src/ds390/main.c,
4151         * src/hc08/main.c,
4152         * src/mcs51/main.c,
4153         * src/pic/main.c,
4154         * src/pic16/main.c,
4155         * src/xa51/main.c,
4156         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4157           added PSEG (PAG,XDATA) or NULL to port specifier
4158         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4159         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4160           (_mcs51_genInitStartup): removed __start__xstack equ,
4161           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4162         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4163         * src/z80/gen.c (_rleAppend): fixed warnings
4164         * support/regression/tests/zeropad.c: added pdata test
4165         * .version: bumped to 2.4.6
4166
4167 2004-10-17 Borut Razem <borut.razem AT siol.net>
4168
4169         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4170         as a part of nightly build
4171
4172 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4173
4174         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4175         WREG holds the first byte function parameters,
4176         * (aopForSym): take special case for symbols which are in FARSPACE
4177         but in CODESPACE too,
4178         * (assignResultValue): modified to take into account _G.useWreg,
4179         * (genCall): don't use wreg for parameter passing when function is
4180         declared as reentrant, too, added optimization INCF to stack
4181         pointer when stack parameter count is 1,
4182         * (genFunction, genEndFunction): refurnished and fixed to not using
4183         wreg for passing parameters when function has varargs or is
4184         reentrant, fixed bug with symbol name compare for generating
4185         functions in absolute address,
4186         * (pic16_storeForReturn): refurnished,
4187         * (genCmp): began writing a new version of the function, not ready
4188         yet, therefore it is disabled,
4189         * (genAssign): do not read code memory when assigning a function to
4190         a pointer function,
4191         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4192         array of characters, not pointer,
4193         * (pic16initialComments): in debug mode emit an .ident directive for
4194         the assembler,
4195         * (_process_pragma): emit a new warning type (internal to pic16)
4196         when setting stack to default length, emit a similar warning when
4197         placing a function at absolute address and address is not word aligned
4198         * (_pic16_parseOptions): added 'return TRUE' statement,
4199         * (_pic16_linkEdit): if compiling a source, then add the source's
4200         file object, first in the list of objects to link,
4201
4202 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4203
4204         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4205         * src/pic/main.c : removed VC warning.
4206         * src/pic/gen.c : changed comment.
4207
4208 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4209
4210         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4211         reference to a deprecated symbol _GPTRREG was causing failure to
4212         link. Thanks G. M. Gallant for the info.
4213
4214 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4215
4216         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4217         comments for Bugs item #954788.
4218
4219 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4220
4221         * src/pic16/device.c (pic16_dump_gsection,
4222         * pic16_groupRegistersInSection): handle symbols declared to be in
4223         access bank differently,
4224         * src/pic16/gen.c (struct _G): added field resDirect,
4225         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4226         send values read from stack directly to result and don't allocate
4227         temporary values,
4228         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4229         same registers,
4230         * (pic16_sameRegsOfs): NEW,
4231         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4232         free because they were not allocated from temporary pool,
4233         * pic16_popRegFromString): workaround to fix a problem with
4234         allocating variables twice or never,
4235         * (genGenPointerGet): using PRODL instead of FSR0H,
4236         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4237         instead of FSR0H,
4238         * (genAssign): take advantage of the _G.resDirect flag,
4239         * (genCast): around line 11844, use mov2f instead of directly
4240         MOVFF'ing between operands to account for literal values,
4241         * src/pic16/genutils.c: some new debug functions for gpsim have been
4242         added,
4243         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4244         float with integer part only,
4245         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4246         place variables in access bank
4247         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4248         updated sources to reflect recent changes in gen.c
4249
4250 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4251
4252         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4253         sources that searched for headers in installation path, now the
4254         device/include/pic16 is used,
4255         * src/pic16/glue.c (pic16glue),
4256         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4257         .line directives if not in debug mode, this suppresses assembler's
4258         warnings for ignored directives
4259
4260 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4261
4262         * src/port.h: made reset_regparms prototype void parameter explicit.
4263         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4264         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4265         * doc/sdccman.lyx: documented warning disabling and how to use
4266           printf_large to make it print floats.
4267         * device/include/stdbool.h: NEW
4268         * device/lib/_atof.c,
4269         * device/lib/_divuint.c,
4270         * device/lib/_divulong.c,
4271         * device/lib/expf.c,
4272         * device/lib/printf_large.c,
4273         * device/lib/sincosf.c,
4274         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4275         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4276           a completely reentrant lib.
4277
4278 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4279
4280         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4281         * device/include/pic16/stdio.h: fixed bug with colon
4282
4283 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4284
4285         * device/include/pic16/stdio.h,
4286         * device/include/pic16/stdlib.h,
4287         * device/include/pic16/math.h: NEW
4288         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4289         declared as _naked to reduce overhead
4290         * device/lib/Makefile.in (target port-specific-objects-pic16):
4291         changed * to *.* so to ignore the CVS directory,
4292         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4293         stacked variables back in stack,
4294         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4295         corruption
4296
4297 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4298
4299         * .version: bumped version number to 2.4.5
4300         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4301         * support/Util/SDCCerr.c (messages structure): added entry for
4302         W_POSSBUG2
4303
4304         Large cumulative patch for pic16 port and libraries.
4305         * device/include/pic16/sdcc-lib.h,
4306         * device/include/pic16/stdarg.h,
4307         * device/include/asm/pic16/features.h,
4308         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4309         * device/include/pic16/float.h: changes reentrant keyword with
4310         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4311         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4312         updated target build-libraries to include objects from gptr,
4313         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4314         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4315         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4316         all function headings,
4317         * src/SDCCmain.c: added global parameter userIncDirsSet,
4318         * (parseCmdLine): when option -I is encountered add directory to
4319         userIncDirsSet too,
4320         * src/version.awk: added space between control and long,
4321         * src/pic16/NOTES: added some notes for the port,
4322         * src/pic16/gen.c: added prototype for mov2fp function,
4323         * (fReturnpic16[]): properly named return value registers,
4324         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4325         * (aopForSym): added code to handle symbols with onStack flag set,
4326         symbols onStack are allocated PTRSIZE bytes,
4327         * (aopFreeAsmop): handles special case where asmops are stack objects,
4328         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4329         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4330         added argument lock to trace flaws in allocating temporary registers
4331         when developing port,
4332         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4333         * (pic16_popRegFromString): reenabled allocating a direct register
4334         from string,
4335         * (assignResultValue): various beautifications,
4336         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4337         referenced function argument,
4338         * (genIpush): reenabled to allow stacked arguments, handles only
4339         ic->parmPush iCodes,
4340         * (genCall, genPcall): major changes to allow for variable argument
4341         functions, fixed a bug with falsely restoring stack pointer after
4342         returning from call,
4343         * (genFunction): pending code for critical function,
4344         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4345         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4346         * (genNearPointerGet): fixed bug with indirect reading, was always
4347         reading from INDF0
4348         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4349         pointers,
4350         * (genAddrOf): rewrote code to take address of a stacked function parameter
4351         * (genCast): fixed casting to generic pointer type,
4352         * src/pic16/gen.h: added AOP_STA,
4353         * (struct asmop): added field stk,
4354         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4355         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4356         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4357         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4358         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4359         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4360         generic pointers,
4361         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4362         and library paths,
4363         * (pic16_port structure): generic pointer size is set to 3,
4364         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4365         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4366         compiler warning,
4367         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4368         operand is an iTemp,
4369
4370 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4371
4372         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4373         * debugger/mcs51/simi.c: addapt new syntax of s51
4374
4375 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4376
4377         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4378         * src/pic16/pcode.c: commented out some calls to free() in order to
4379         fix bug #989576,
4380
4381 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4382
4383         * src/SDCCicode.h,
4384         * src/SDCCicode.c (isiCodeInFunctionCall),
4385         * src/avr/ralloc.c (selectSpil),
4386         * src/pic/ralloc.c (selectSpil),
4387         * src/pic16/ralloc.c (selectSpil),
4388         * src/ds390/ralloc.c (selectSpil),
4389         * src/hc08/ralloc.c (selectSpil),
4390         * src/xa51/ralloc.c (selectSpil),
4391         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4392         stack in the middle of a function call sequence (fixes bug #1020268)
4393         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4394         costs associated with the minimum switch case.
4395
4396 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4397
4398         * src/SDCC.lex: fixed bug #1030549
4399
4400 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4401
4402         * src/SDCCcse.h (struct cseDef),
4403         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4404         over a function call if the CSE is derived from a symbol whose
4405         address has been taken (fixes bug #1029883)
4406         * support/regression/tests/bug-1029883: a new regression test for
4407         this bug
4408
4409 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4410
4411         * src/hc08/gen.c (emitinline): fixed bug #1029778
4412         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4413         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4414         and starts toward RFE #905167)
4415
4416 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4417
4418         * src/pic16/gen.c (mov2f): New function to move an operand to
4419         another without considering if it is a literal or a register,
4420         * (pic16_sameRegs): don't check if they are both AOP_REG,
4421         * (AccRsh): removed andmask=0 lines,
4422         * (genLeftShift): duplicated to be improved in future versions,
4423         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4424         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4425         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4426         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4427         * (insertBankSwitch): fixed inserting banksel directives algorithm
4428         for instructions that follow a skip instruction, this fixes a report
4429         for broken subtraction code generation,
4430         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4431         iCode is a left op, just in case result and right share the same
4432         registers
4433
4434 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4435
4436         * src/hc08/main.c,
4437         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4438         preservation of HX
4439         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4440         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4441         on 2004-09-12; it was buggy
4442
4443 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4444
4445         * src/SDCCsymt.h: removed RESULT_CHECK
4446         * src/SDCCast.c,
4447         * src/SDCCglue.c,
4448         * src/SDCCval.c,
4449         * src/pic/glue.c,
4450         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4451
4452 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4453
4454         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4455         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4456         configuration values no more rejected by compiler, they are assigned
4457         to configuration registers with a warning message instead,
4458         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4459         the for-loop so last conf register is emitted too,
4460         * (_pic16_initPaths): link library libsdcc.lib by default,
4461         * (_hasNativeMulFor): modified test for multiplication according to
4462         Raphael Neider's remarks. Integer multiplication is also done with
4463         support functions,
4464         * device/include/pic16/pic18fregs.h: corrected type error in while
4465         testing and including 18f6720 header file
4466
4467 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4468
4469         * src/pic16/device.h (pic16_options): removed field use_crt,
4470         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4471         until an optimization to handle single bits is added,
4472         * (pic16_loadFSR0): moved before genUnpackBits,
4473         * (genAnd): some white lines removed,
4474         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4475         leave_reset flags in pic16_options when using crt modules,
4476
4477 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4478
4479         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4480           for bugs 898889 & 979599. Also used some safer print instructions.
4481
4482 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4483
4484         * src/pic16/device.h (pic16_options_t): added field use_crt,
4485         crt_name, no_crt,
4486         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4487         catch a probable future bug,
4488         * src/pic16/gen.c: aopIdx function commented out,
4489         * (genAssign): commented out old code which used aopIdx,
4490         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4491         code, added if conditionals to take into account the --use-crt
4492         command line options,
4493         * src/pic16/main.c (pic16_optionsTable): added new command line
4494         options, --use-crt= and --no-crt,
4495         * (_pic16_linkEdit): now the proper crt object is added in the
4496         linker command line except than when --no-crt is specified,
4497         * src/pic16/pcode.c,
4498         * src/pic16/pcode.h: added some structures and functions for a new
4499         optimization scheme to compansate for instruction overhead between
4500         same iCodes, this scheme is currently under development and is not
4501         working in any way,
4502         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4503         to && operator,
4504         * device/lib/pic16/startup/crt0i.c,
4505         * device/lib/pic16/startup/crt0iz.c: added global char variable
4506         __uflags to force the generation of an idata section
4507
4508 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4509
4510         * doc/Makefile,
4511         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4512         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4513
4514 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4515
4516         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4517         Frieder) and clarified the default code optimization mode
4518
4519 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4520
4521         * src/SDCC.lex (doPragma, process_pragma),
4522         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4523         "opt_code_size", and "opt_code_balanced"
4524         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4525         regrouped options by category, added support for category headers
4526         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4527         and "--opt-code-size"
4528         * doc/sdccman.lyx: documented these new options and pragmas
4529         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4530         preference into account
4531
4532 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4533
4534         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4535           geniCodePreDec): Fixed bug 904237 by generating a warning
4536         * src/SDCCerr.h,
4537         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4538
4539 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4540
4541         * src/pic/device.c : When no max ram set validate full memory range.
4542         * src/pic/pcode.c,
4543         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4544
4545 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4546
4547         * device/lib/_gptrget.c,
4548         * device/lib/_gptrput.c: updated comment
4549         * device/lib/calloc.c,
4550         * device/lib/free.c,
4551         * device/lib/malloc.c,
4552         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4553         * src/SDCCcse.c (cseBBlock),
4554         * src/SDCCicode.c (printOperand, geniCodeArray),
4555         * src/SDCCicode.h (struct operand): fixed bug 868103
4556         * support/regression/tests/bug-868103.c: added
4557         * src/SDCCast.c (searchLitOp),
4558         * src/SDCCcse.h (struct cseDef),
4559         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4560         * src/SDCCicode.h (struct operand),
4561         * src/SDCCsymt.h (struct sym_link),
4562         * src/avr/gen.c (hasInc),
4563         * src/ds390/gen.c (hasInc),
4564         * src/hc08/gen.c (genPlusIncr, hasInc),
4565         * src/mcs51/gen.c (hasInc),
4566         * src/pic16/glue.c (pic16_printIvalChar),
4567         * src/pic16/ralloc.c (regWithIdx),
4568         * src/xa51/gen.c (hasInc) : removed warnings
4569         * src/SDCCast.c (createBlock): added comment ???
4570         * src/hc08/ralloc.c: updated comments
4571
4572 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4573
4574         * doc/sdccman.lyx: updated section on switch statements, added
4575         section about semaphore locking
4576         * doc/Makefile: added option -info for latex2html
4577         * device/lib/_gptrget.c,
4578         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4579
4580 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4581
4582         * src/pic/device.h,
4583         * src/pic/device.c,
4584         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4585          maxram is less than 0x100.
4586
4587 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4588
4589         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4590
4591 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * src/port.h,
4594         * src/mcs51/main.c,
4595         * src/ds390/main.c,
4596         * src/z80/main.c,
4597         * src/hc08/main.c,
4598         * src/pic/main.c,
4599         * src/pic16/main.c,
4600         * src/avr/main.c,
4601         * src/xa51/main.c
4602         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4603         a jump table is the best form for a switch statement, including
4604         automatic insertion of missing cases to make the case range
4605         continuous. Developed in collaboration with Frieder Ferlemann.
4606
4607 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4608
4609         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4610         accumulator result if it needs sign extension
4611
4612 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4613
4614         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4615
4616 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4617
4618         * device/lib/gbz80/printf.c,
4619         * device/lib/z80/printf.c: removed define for NULL
4620
4621 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4622
4623         * as/xa51/xa_link.c,
4624         * device/examples/ds390/ow390/ad26.c,
4625         * device/examples/ds390/ow390/cnt1d.c,
4626         * device/examples/ds390/ow390/counter.c,
4627         * device/examples/ds390/ow390/ds2480.h,
4628         * device/examples/ds390/ow390/ds2480ut.c,
4629         * device/examples/ds390/ow390/findtype.c,
4630         * device/examples/ds390/ow390/gethumd.c,
4631         * device/examples/ds390/ow390/owllu.c,
4632         * device/examples/ds390/ow390/ownetu.c,
4633         * device/examples/ds390/ow390/swt12.c,
4634         * device/examples/ds390/ow390/swtloop.c,
4635         * device/examples/ds390/ow390/temp.c,
4636         * device/examples/ds390/ow390/temp10.c,
4637         * device/examples/ds390/ow390/thermo21.c,
4638         * device/examples/ds390/ow390/tinilnk.c,
4639         * device/examples/ds390/ow390/tstfind.c,
4640         * device/examples/serialcomm/windows/serial.cpp,
4641         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4642         * device/include/reg51.h: fixed line endings for cvs
4643
4644 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4645
4646         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4647         packRegsForAccUse, packRegisters): new accumulator register
4648         packing algorithm
4649         * support/regression/ports/hc08/support.c (_putchar): suppress
4650         warning of unused variable
4651         * src/SDCCicode.c: added SWAP entry to codeTable
4652
4653 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4654
4655         * device/lib/sprintf.c: forgot to add this file before previous commit
4656
4657 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4658
4659         * src/pic16/gen.c (genPackBits): added operand right in function
4660         parameters, load result directly if p_type is POINTER (that is
4661         called by genNearPointerSet)
4662         * (genUnPackBits): added operand left in function parameters,
4663         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4664         FSR0 if accessing bitfields,
4665
4666 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4667
4668         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4669           _print_format; updated printf, sprintf, vsprintf
4670         * device/include/asm/default/features.h: corrected comment/define
4671         * device/lib/Makefile.in: added sprintf.c
4672         * device/lib/libsdcc.lib: added sprintf module
4673         * device/lib/printf_large.c,
4674         * device/lib/vprintf.c,
4675         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4676           into these 3 files
4677         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4678         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4679         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4680           hc08 test
4681         * support/regression/tests/zeropad.c: define idata as data for hc08
4682
4683 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4684
4685         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4686         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4687         labels are referenced at least once (even if a reference is not found)
4688         * src/hc08/gen.c (emitcode): set isComment flag for comments
4689         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4690         loads), rules 6a..6b (optimize jumps to return)
4691
4692 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4693
4694         * device/lib/acosf.c (acosf),
4695         * device/lib/asinf.c (asinf),
4696         * device/lib/atanf.c (atanf),
4697         * device/lib/ceilf.c (ceilf),
4698         * device/lib/cosf.c (cosf),
4699         * device/lib/coshf.c (coshf),
4700         * device/lib/cotf.c (cotf),
4701         * device/lib/fabsf.c (fabsf),
4702         * device/lib/floorf.c (floorf),
4703         * device/lib/log10f.c (log10f),
4704         * device/lib/logf.c (logf),
4705         * device/lib/sinf.c (sinf),
4706         * device/lib/sinhf.c (sinhf),
4707         * device/lib/sqrtf.c (sqrtf),
4708         * device/lib/tanf.c (tanf),
4709         * device/lib/tanhf.c (tanhf),
4710         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4711         replaced all instances of "reentrant" in the library functions
4712         defined in math.h with this macro.
4713         * support/regression/tests/float_trans.c: reenabled test for hc08
4714
4715 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4716
4717         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4718         erroneously deleted
4719
4720 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4721
4722         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4723         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4724         multi-byte volatile operands are used
4725         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4726         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4727         initialization to area GSINIT0 so that it would always precede
4728         any static initializers in GSINIT
4729         * support/regression/tests/zeropad.c: fixed idata define for hc08
4730         * support/regression/tests/bug-927659.c,
4731         * support/regression/tests/float_trans.c: disabled tests for hc08
4732         pending missing library routines
4733         * .version: increased version number to 2.4.4 - hc08 port now passes
4734         regression tests
4735
4736
4737 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4738
4739         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4740         * Makefile.common.in,
4741         * as/Makefile,
4742         * as/hc08/Makefile.in,
4743         * as/mcs51/Makefile.in,
4744         * as/z80/Makefile.in,
4745         * debugger/mcs51/Makefile.in,
4746         * device/include/Makefile.in,
4747         * device/lib/Makefile.in,
4748         * doc/Makefile,
4749         * link/Makefile,
4750         * link/z80/Makefile.in,
4751         * packihx/Makefile.in,
4752         * sim/ucsim/main_in.mk,
4753         * sim/ucsim/avr.src/Makefile.in,
4754         * sim/ucsim/doc/Makefile.in,
4755         * sim/ucsim/gui.src/serio.src/Makefile.in,
4756         * sim/ucsim/hc08.src/Makefile.in,
4757         * sim/ucsim/s51.src/Makefile.in,
4758         * sim/ucsim/xa.src/Makefile.in,
4759         * sim/ucsim/z80.src/Makefile.in,
4760         * src/Makefile.in,
4761         * support/cpp2/Makefile.in,
4762         * support/librarian/Makefile,
4763         * support/makebin/Makefile: added DESTDIR to the install path proposed
4764         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4765         * doc/sdccman.lyx: added DESTDIR documentation
4766
4767 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4768
4769         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4770         instruction for interrupt handlers, use fast returns when returning
4771         from high priority interrupts
4772
4773 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4774
4775         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4776         code generation
4777         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4778         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4779         bugs, ported much of Bernhard's code from mcs51
4780         * src/mcs51/gen.c (genSend),
4781         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4782         than one when calling a reentrant function
4783         * device/lib/_mullong.c: defined an alternate struct layout for big
4784         endian ports (hc08)
4785
4786 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4787
4788         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4789         test
4790
4791 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4792
4793         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4794         are sane and complete before asking the port its prefered parameter
4795         passing method (fixes bug #1017633)
4796         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4797         and _ret3
4798
4799 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4800
4801         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4802         problem in bitfields >= 8 bits.
4803
4804 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4805
4806         * src/SDCCsymt.c: undid changes that were not meant to be committed
4807
4808 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4809
4810         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4811
4812 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4813
4814         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4815           copied and wrong bit got inverted
4816
4817 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4818
4819         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4820         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4821         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4822         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4823         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4824         assignments to bitfields at known addresses
4825         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4826         reads from bitfields at known addresses
4827         * src/hc08/ralloc.c (packRegisters),
4828         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4829         genhc08Code): optimize pointer get values used as conditionals
4830         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4831         and branch
4832
4833 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4834
4835         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4836         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4837         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4838         as conditionals
4839
4840 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4841
4842         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4843
4844 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4847         related problems
4848
4849 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4850
4851         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4852
4853 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4856         mcs51 port
4857
4858 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4859
4860         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4861
4862 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4863
4864         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4865         cases use more compact code.
4866
4867 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4868
4869         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4870
4871 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4872
4873         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4874
4875 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4876
4877         * src/SDCCsymt.h,
4878         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4879         parameter of changePointer() from symbol* to sym_link*
4880         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4881         * src/SDCCsymt.c (compareType): void* type is castable to other
4882         pointers, but not necesarily an exact match.
4883         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4884         is no longer blindly treated as an exact match.
4885         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4886
4887 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4888
4889         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4890
4891 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4892
4893         * src/pic/gen.c,
4894         * src/pic/pcode.c,
4895         * src/pic/ralloc.h,
4896         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4897
4898 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4899
4900         * src/pic/device.c,
4901         * src/pic/device.h,
4902         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4903
4904 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4905
4906         * src/mcs51/gen.c (emitcode): fixed bug #992819
4907
4908 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4909
4910         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4911           there's no need to make it worse
4912
4913 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4914
4915         * src/mcs51/ralloc.c (deassignLR),
4916         * src/ds390/ralloc.c (deassignLR),
4917         * src/hc08/ralloc.c (deassignLR),
4918         * src/z80/ralloc.c (deassignLR),
4919         * src/pic/ralloc.c (deassignLR),
4920         * src/pic16/ralloc.c (deassignLR),
4921         * src/avr/ralloc.c (deassignLR),
4922         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4923         rlivePoint): fixed another part of bug #971834
4924
4925 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4926
4927         * src/z80/main.c: enabled "critical" keyword
4928         * src/z80/mappings.i,
4929         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4930         functions (fixes bug #979646)
4931         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4932
4933 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4934
4935         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4936           such as c:\mydir.
4937
4938 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4939
4940         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4941           doesn't disable too much optimizations
4942
4943 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4944
4945         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4946
4947 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4948
4949         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4950
4951 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4952
4953         * src/pic/gen.c tidied up tabs
4954         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4955         * src/pic/main.c tidied up tabs
4956         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4957         * src/pic/pcoderegs.c tidied up tabs
4958         * src/pic/ralloc.c tidied up tabs
4959
4960 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4961
4962         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4963         to S_FIXED for pic16 port and when symbol is not in level 0,
4964         allocate for S_REGISTER storage class and pic16 port, too,
4965         * src/pic16/device.h: prototype for checkSym,
4966         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4967         * (pic16_assignConfigWordValue): test the value and the mask to
4968         validate that the value is suitable for the configuration word,
4969         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4970         collect extern declared symbols, don't emit symbol twice, check
4971         first if symbol is in publics set first,
4972         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4973         * added command line '--fstack' which enables an experimental
4974         feature for stack access, too buggy to be used yet...
4975         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4976         * (pic16_allocDirReg): when register has storage class S_REGISTER
4977         allocate in pic16_dynAccessRegs,
4978         * device/include/pic16/pic18f????.h: modified configuration word
4979         naming convention, words started as CONFIG0H but should be CONFIG1H
4980
4981 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4982
4983         * device/include/mcs51reg.h: fixed bug 970993
4984
4985 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4986
4987         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4988         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4989         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4990         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4991         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4992         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4993           error/warning numbers,
4994           added function setWarningDisabled()
4995         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4996         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4997           _memcmp.c _memmove.c calloc.c realloc.c free.c
4998         * support/regression/tests/malloc.c: added tests for new functionality
4999         * support/regression/tests/zeropad.c: added tests for truncated initializers
5000           and initialized char arrays starting with '\x0'
5001         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5002
5003 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5004
5005         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5006
5007 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5008
5009         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5010         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5011         peephole 177.e. Thanks to anonymous
5012
5013 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5014
5015         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5016         function isn't used in the source but referenced as a
5017         variable initializer then declare it as extern in .asm file
5018
5019 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5020
5021         * .version: increased version number to 2.4.3
5022
5023         Adding version extension according to ChangeLog CVS revision
5024         * src/Makefile.in (target all): added dependency 'version.h'
5025         * (rule version.h): added rule to create version.h from ChangeLog,
5026         * (rule dep): added dependency version.h,
5027         * src/version.awk: AWK script to create version.h
5028         * src/SDCCdwarf2.c (dwWriteModule),
5029         * src/SDCCglue.c (initialComments),
5030         * src/SDCCmain.c (printVersionInfo): modified to write after
5031         version string the version extension number,
5032         * src/SDCCutil.c: included "version.h"
5033         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5034         number,
5035         * src/SDCCutil.h: added prototype for getBuildNumber
5036
5037         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5038         includeDirsSet, too,
5039         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5040         const char [] is found in function prototype...
5041
5042         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5043         moving to WREG with source is already in WREG,
5044         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5045         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5046         * (aopForSym): stack'ed symbols are partially supported, added
5047         if-clause to support symbols in FARSPACE,
5048         * (sameRegs): added test for AOP_ACC to see if registers are same,
5049         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5050         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5051         * (pic16_popRegFromString): will not allocate a new register if it
5052         doesn't find one by name, bug may have introduced...
5053         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5054         * (genIpush): revived to use pic16 port's stack,
5055         * (genAddrOf): added incomplete case for stack'ed operand,
5056         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5057         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5058         can handle multibyte operands,
5059         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5060         * (pic16initialComments): added message for MPLAB compatibility
5061         mode enabled,
5062         * src/pic16/main.h: prototype for pic16_mplab_comp,
5063         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5064         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5065         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5066         because of increased complexity of procedure,
5067         * (_process_pragma): stack pragma changed to format 'stack pos len',
5068         emit symbol '_stack_end' to conform with gplink,
5069         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5070         to search for register,
5071         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5072         PO_GPR_REGISTER,
5073         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5074         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5075         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5076         case for PO_GPR_REGISTER,
5077         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5078         dies, the new era is ahead !...
5079         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5080         pic16_dynInternalRegs,
5081         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5082         * (pic16_allocDirReg): minor optimizations and bug fixes,
5083         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5084
5085         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5086         load stack and frame pointer with address of 'stack_end' symbol
5087
5088 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5089
5090         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5091         without source code but only variable initializers
5092
5093 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5094
5095         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5096         external are not declared as extern to reduce overhead while linking
5097
5098 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5099
5100         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5101
5102 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5103
5104         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5105           Yee Keat for the patch
5106         * src/SDCCast.c (decorateType): fixed bug #979599
5107         * src/ds390/gen.h: removed local fReturnSizeDS390
5108         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5109         * src/ds390/gen.c (genAnd, genOr, genXor),
5110         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5111
5112 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5113
5114         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5115         add relFilesSet to $3, manipulate $2 to handle linking of object
5116         files without source files in command line,
5117         * device/include/pic16 (all headers): added ID location macros,
5118         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5119         entries for ID location bytes,
5120         * (pic16_assignIdByteValue): NEW,
5121         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5122         added field dumpcalltree to pic16_options_t,
5123         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5124         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5125         emitting rFalseIfx label after check_carry label,
5126         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5127         pic16_emitDIRegs), NEW
5128         * (pic16glue): dump .calltree file when option --calltree found,
5129         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5130         * (_pic16_genAssemblerPreamble): emit ID locations after
5131         configuration registers,
5132         * (pic16_linkCmd): modifications of the link command,
5133         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5134         * (pic16_pCodeInitRegisters): don't init stack registers,
5135         * (pic16_findPrevInstruction): fixed bug,
5136         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5137         bug with immediate registers,
5138         * (buildCallTree): traces stack push and pop,
5139         * (pct2): dump also stack usage for each function,
5140         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5141         * (pic16_allocDirReg): various modifications,
5142         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5143         fixed to 1,
5144
5145 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5146
5147         * src/pic16/pcode.c: removed buggy double colon
5148
5149 2004-07-01 Borut Razem <borut.razem AT siol.net>
5150
5151         * support/scripts/sdcc.nsi: added include/pic16 to setup
5152
5153 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5154
5155         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5156         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5157         target 'clean',
5158         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5159         specific command line arguments. Also added sample lkr script
5160         for placing a variable at a specific memory bank.
5161         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5162         at a specific memory bank,
5163         * (pic16_dump_isection): fixed bug which caused string literals to
5164         be omitted when dumping idata section,
5165         * (pic16_groupRegistersInSection): added code to handle registers
5166         in specific memory banks,
5167         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5168         public, all references are renamed too,
5169         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5170         AOP_DPTR2,
5171         * (pic16_storeForReturn): added case to handle when dest is WREG,
5172         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5173         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5174         pic16_rel_udata, check to see if that register is marked as being
5175         a member of a specific memory bank,
5176         * (pic16_printIvalCharPtr): added code to add string literals either
5177         to code or the idata sections,
5178         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5179         also accept the 'udata' pragma,
5180         * src/pic16/main.h: new structure types sectName and sectSym
5181         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5182         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5183         * (pic16_findPrevInstruction): fixed, it returned nothing,
5184         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5185         instruction combinations,
5186         * (pic16_FixRegisterBanking): heavily reorganised,
5187         * (pic16_AnalyzeBanking): if generating banksel directives is
5188         disabled, then don't call FixRegisterBanking at all,
5189         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5190         completely removed,
5191         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5192
5193 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5194
5195         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5196         Phuah Yee Keat <yk.phuah AT nestac.com>
5197
5198 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5199
5200         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5201         correctly the IVT even if it is relocated to some other location
5202
5203 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5204
5205         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5206         * device/include/pic16/pic18f2220.h: NEW,
5207         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5208         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5209         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5210         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5211         nodefaultlibs, ivt_loc is the location of the interrupt vector
5212         table, and nodefaultlibs signs that default libraries should not be
5213         linked in link stage,
5214         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5215         according to --ivt-loc argument,
5216         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5217         when pragma stack is found,
5218
5219 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5220
5221         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5222         256 (range check), 257 (do while), 258.a-f (bit banging
5223         f.e. on 3-wire SPI bus)
5224
5225 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5226
5227         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5228         variables used exclusively within a loop
5229
5230 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5231
5232         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5233
5234 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5235
5236         * src/SDCClrange.c (computeClash): fixed bug #971834
5237
5238 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         * src/mcs51/gen.c (genCmp): fixed bug #975903
5241         * src/hc08/gen.c (operandsEqu),
5242         * src/ds390/gen.c (operandsEqu),
5243         * src/z80/gen.c (operandsEqu),
5244         * src/pic/gen.c (operandsEqu),
5245         * src/pic16/gen.c (operandsEqu),
5246         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5247         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5248
5249 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5250
5251         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5252
5253 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5254
5255         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5256         default case in switch statement,
5257         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5258         to eliminate problem with initialisation of pointers, but problem
5259         still exists,
5260         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5261         * (emitStaticSegment): removed various lines emitting debug info,
5262         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5263         added processor registers for utilizing EEPROM,
5264         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5265         configurable and set 8
5266
5267 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * .version: increased version number to 2.4.2,
5270
5271         Cumulative patch for pic16 port
5272         * src/pic16/device.c: changed scheme to dump initial values for
5273         variables in idata segment, all print_idata* functions were removed,
5274         now the pic16_printIval* will be called,
5275         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5276         * _pic16_printPointerType, pic16_printPointerType,
5277         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5278         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5279         NEW, similar to the respective functions in SDCCglue.c,
5280         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5281         way, emitting hex bytes,
5282         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5283
5284 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         * src/avr/ralloc.c (serialRegAssign),
5287         * src/xa51/ralloc.c (serialRegAssign),
5288         * src/pic/ralloc.c (serialRegAssign),
5289         * src/pic16/ralloc.c (serialRegAssign),
5290         * src/hc08/ralloc.c (serialRegAssign),
5291         * src/z80/ralloc.c (serialRegAssign),
5292         * src/ds390/ralloc.c (serialRegAssign),
5293         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5294
5295 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5296
5297         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5298         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5299
5300 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5301
5302         Cumulative patch for pic16 port:
5303         * src/pic16/device.h (typedef PIC16_device) modified fields for
5304         defining microcontrollers,
5305         * src/pic16/device.c: added new info for all devices in Pics16 array,
5306         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5307         to be optimised out by the pCode optimiser,
5308         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5309         specially, bug reported by G.M. Gallant,
5310         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5311         as force'd so that cannot be optimised out by pCode optimiser,
5312         * src/pic16/pcode.c,
5313         * src/pic16/pcodepeeph.c,
5314         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5315         they are disabled by default, but can be enabled explicit with
5316         command argument --denable-peeps, for testing,
5317         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5318         --pomit-ivt in COMPILE_FLAGS
5319
5320 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5321
5322         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5323           compilation on MSVC
5324
5325 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5326
5327         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5328
5329 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5330
5331         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5332         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5333
5334 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5335
5336         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5337         would only assign 0x300001 register.
5338
5339 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5340
5341         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5342         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5343
5344 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5345
5346         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5347         for ds80c400
5348         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5349         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5350         added peephole 254 (left shift), 255 (jump table)
5351
5352 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5353
5354         * device/lib/Makefile.in: removed comment line with model-pic16,
5355         * (target port-specific-objects-pic16): the libraries and objects
5356         are copied to the build directory form the device/lib/pic16/bin
5357         directory
5358
5359         Cumulative patch concerning pic16 port:
5360         * library directory has been re-organized,
5361         * added support for PIC18F1220,
5362         * added headers and library sources for chips 18f1220,18f6520,
5363         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5364
5365         * configuration registers setting has changed, now each supported
5366         device has a complete description of the registers it uses,
5367         * all initialisations are moved to idata sections, these section
5368         can be absolute or relocatable,
5369         * fixed initialisation of codespace variables,
5370         * fixed warning about PCLATU and gpsim,
5371         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5372         * (genAssign): use table reads when assigning from variables in codespace,
5373         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5374         char/int variables placed in codespace,
5375         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5376         registers set in .asm file, no need for --pomit-config-words anymore,
5377         * (pic16glue): some 8051 legacy segments are commented out
5378         (to be removed completely),
5379         * added support for alternative assembler and linker with --asm=
5380         and --link= command line arguments,
5381         * peepholes are disabled automatically in the port, no need to
5382         specify on command line,
5383         * port supports natively char/int/long multiplication, but converts
5384         all divisions to support functions,
5385         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5386         to the file set in variable $2,
5387         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5388         strings in ASCII format and not in hex,
5389         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5390         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5391         allocate proper register if iCodes aren't temporary,
5392
5393 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5394
5395         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5396
5397 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5398
5399         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5400         is commented out
5401
5402 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5403
5404         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5405         computed address is reused
5406         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5407         multi-byte bitfields
5408
5409 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5410
5411         * src/z80/gen.c: (genArrayInit): must check for pointers too
5412
5413 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5414
5415         * support/regression/tests/zeropad.c: never meant to commit the
5416           nestedstruct test: removed, added check for GCC version
5417
5418 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5419
5420         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5421         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5422         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5423           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5424           bugs 928906 and 954082 half-empty initializers
5425         * src/SDCCsymt.h,
5426         * src/SDCCsymt.c (getAllocSize): added for above fix
5427         * src/z80/gen.c (genArrayInit): fixed bug 741044
5428         * support/regression/tests/zeropad.c: added tests
5429
5430 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5431
5432         * src/pic16/device.c (pic16_dump_section): corrected bug which
5433         caused some symbols of the libraries to be misplaced
5434
5435 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5436
5437         * src/pic16/glue.c,
5438         * src/pic16/ralloc.h,
5439         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5440         to fix conflict with pic port
5441
5442 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5445         externs configuration variables,
5446         * src/pic16/ralloc.h,
5447         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5448         prototype in header, commented out some debug messages
5449
5450 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5451
5452         * src/pic16/glue.c,
5453         * src/pic16/main.c,
5454         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5455         for gpasm COFF object generation. Thanks to D. Hawkins for
5456         his patch info
5457
5458 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5459
5460         * src/ds390/main.c,
5461         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5462         Brock for spotting this)
5463         * src/ds390/gen.c (genEndFunction),
5464         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5465         interrupt handler and critical. Disable push/pop optimizations when
5466         peephole optimizations disabled.
5467
5468 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5469
5470         Updated pic16 library sources and headers.
5471         * device/lib/pic16/pic18f*/ ,
5472         * device/include/pic16/*.h: modified to handle structured SFR
5473         definitions
5474
5475 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5476
5477         * src/port.h (PORT structure): added hook initPaths, now each
5478         port can declare its own default search paths,
5479         which can been seen with the --print-search-dirs option,
5480         see pic16 port for example,
5481         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5482         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5483         * (doPrintSearchDirs): NEW, replaces in a central manner the
5484         printing of search dirs which was split in set*Paths functions,
5485         * (main): added call to port->initPaths and doPrintSearchDirs,
5486         * src/avr/main.c,
5487         * src/ds390/main.c,
5488         * src/hc08/main.c,
5489         * src/izt/i186.c,
5490         * src/izt/tlcs900h.c,
5491         * src/mcs51/main.c,
5492         * src/pic/main.c,
5493         * src/pic16/main.c: modified port structures to reflect addition of
5494         initPaths hook,
5495
5496         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5497         * (pic16_dump_section): for registers in same address reserve memory once,
5498         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5499         to no_banksel,
5500         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5501         result is greater in size than right or left,
5502         * (pic16_genUMult8X8_8): there are some cases where the result can
5503         be 16 bits size, so handle these,
5504         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5505         * (pic16_outBitC): modified to emit pcodes,
5506         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5507         or not,
5508         * (genDivOneByte): implemented algorithm to divide 8-bits,
5509         * (genCmp): uncommented goto, but issues still exist,
5510         * (genAnd): fixed a bug with variables >8bits,
5511         * (genPackBits): optimization added that uses BCF/BSF to change a
5512         single bit,
5513         * (genAssign): fixed bug when assigning floating point literals,
5514         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5515         __sdcc_gsinit_startup label,
5516         * src/pic16/main.c (_pic16_init): removed search directory
5517         initialisations,
5518         * (_pic16_initPaths): NEW, used to initialise search directories,
5519         * (_hasNativeMulFor): support functions for all except char/int
5520         multiplication, and char division,
5521         * (PIC16_port struct): modified entry for native mul support,
5522         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5523         no_banksel option,
5524         * (buildCallTree): call to register_usage is ifdef'ed out,
5525
5526 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5527
5528         * device/include/string.h: applied Stas Sergeev's patch to make this
5529         header file compatible with the preprocessor -Wundef option
5530         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5531         failure (fixes bug #941458)
5532
5533 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5534
5535         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5536         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5537         that the variable, not the function, should be static
5538         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5539         to be consistent with non-literal case
5540
5541 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5542
5543         * src/SDCCast.c (isConformingBody): fixed bug #949967
5544         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5545         convilong): fixed bug #952086
5546
5547 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5548
5549         * src/SDCCmem.c (allocVariables): fixed bug #955321
5550
5551 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * src/hc08/main.c (_hc08_genAssemblerEnd),
5554         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5555         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5556         completely eliminated the use of a temporary file
5557         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5558         when more than one file linked
5559         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5560
5561 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5562
5563         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5564         which fixes bug #543481
5565         * support/regression/tests/bug-751703.c: fixed comments left from a
5566         cut and paste error
5567         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5568         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5569         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5570         scopes
5571         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5572         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5573         are now changed to underscores in moduleName
5574
5575 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5576
5577         * as/mcs51/lkmem.c: better fix for bug #954173
5578
5579 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5580         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5581
5582         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5583         * device/include/c8051f000.h,
5584         * device/include/c8051f120.h,
5585         * device/include/c8051f300.h,
5586         * device/include/c8051f310.h,
5587         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5588         PWM16) and detab'ed
5589
5590 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5591
5592         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5593         and mailing lists, doc'ed --no-peep-comments, removed reference
5594         to knoppix (newest version has no LyX/LaTeX), other minor changes
5595         * src/SDCCglue.c (glue): save 2 bytes stack space with
5596         option --main-return. The ljmp could probably be avoided too
5597
5598 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5599
5600         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5601
5602 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5603
5604         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5605         * src/SDCCopt.c (isLocalWithoutDef),
5606         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5607         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5608         (credit to Maarten Brock for patch #949363, on which this is based)
5609         * support/regression/tests/bug-751703.c: some test cases of extern used
5610         within inner scopes.
5611
5612 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5613
5614         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5615         SPEC_STRUCT
5616         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5617         struct definitions
5618         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5619         dwWriteLabel): fix to create valid debugger symbols even when
5620         the module name has non-alphanumeric symbols in it
5621         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5622         when a variable's allocation has been optimized away
5623
5624
5625 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5626
5627         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5628         * src/hc08/main.c,
5629         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5630         * src/mcs51/main.c,
5631         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5632         * src/ds390/main.c,
5633         * src/z80/gen.c (z80_emitDebuggerSymbol),
5634         * src/z80/main.c,
5635         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5636         * src/pic/main.c,
5637         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5638         * src/pic16/main.c,
5639         * src/avr/gen.c (avr_emitDebuggerSymbol),
5640         * src/avr/main.c,
5641         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5642         * src/xa51/main.c,
5643         * src/SDCCdebug.c (emitDebuggerSymbol),
5644         * src/SDCCdebug.h,
5645         * src/port.h: added a debugger struct to the port struct. Added a
5646         callback for defining debugger symbols
5647
5648         * src/SDCCast.c (createLabel),
5649         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5650         with isitmp = 1
5651         * src/SDCCicode.h,
5652         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5653         iCode back to the ast for the function
5654
5655         * src/hc08/ralloc.c (hc08_assignRegisters),
5656         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5657         unneeded fields from the regs struct.
5658         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5659         pushReg() & pullReg() functions instead of emitcode()
5660
5661         * src/hc08/gen.c (genLabel, genhc08Code),
5662         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5663
5664         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5665         debugger hooks
5666
5667         * src/hc08/gen.c (genEndFunction, genhc08Code),
5668         * src/hc08/gen.h,
5669         * src/mcs51/gen.c (genEndFunction, gen51Code),
5670         * src/mcs51/gen.h,
5671         * src/ds390/gen.c (genEndFunction, gen390Code),
5672         * src/ds390/gen.h,
5673         * src/z80/gen.c (genEndFunction, genZ80Code),
5674         * src/z80/gen.h,
5675         * src/z80/z80.h,
5676         * src/pic/gen.c (genEndFunction, genpic14Code),
5677         * src/pic/gen.h,
5678         * src/pic16/gen.c (genEndFunction, genpic16Code),
5679         * src/pic16/gen.h,
5680         * src/avr/gen.c (genEndFunction, genAVRCode),
5681         * src/avr/gen.h,
5682         * src/xa51/gen.c (genEndFunction, genXA51Code),
5683         * src/xa51/gen.h,
5684         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5685         specific code to cdbFile.c and out of the backend code generators
5686
5687         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5688         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5689         starting address is now 0
5690
5691         * as/hc08/asm.h,
5692         * as/hc08/m08pst.c,
5693         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5694         assembler directive for DWARF support
5695         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5696
5697         * src/src.dsp,
5698         * src/Makefile.in,
5699         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5700
5701 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5702
5703         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5704         and inappropriate peephole optimization in jump tables
5705
5706 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5707
5708         * as/hc08/m08pst.c,
5709         * src/SDCCglue.c: sdccopt works for the hc08 port now
5710
5711 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5712
5713         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5714
5715 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5716
5717         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5718
5719 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5720
5721         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5722         rules
5723         * src/SDCCmain.c,
5724         * src/SDCCglobl.h,
5725         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5726         comments from the peephole optimizer replacement rules
5727         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5728         symbols
5729         * src/SDCCcse.c (updateSpillLocation),
5730         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5731         equivalents
5732         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5733         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5734         objects far pointers
5735
5736 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5737
5738         * src/SDCCsymt.h: a missing part of my last change
5739         * src/pic/ralloc.c (regTypeNum),
5740         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5741
5742 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5743
5744         * src/SDCCicode.h,
5745         * src/SDCCicode.c (aggrToPtrDclType),
5746         * src/SDCCptropt.h,
5747         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5748         ptrPseudoSymConvert),
5749         * src/pic/ralloc.c (regTypeNum),
5750         * src/pic16/ralloc.c (regTypeNum),
5751         * src/hc08/ralloc.c (regTypeNum),
5752         * src/ds390/ralloc.c (regTypeNum),
5753         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5754         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5755
5756 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5757
5758         * link/z80/lkmain.c (afile),
5759         * as/hc08/lkmain.c (afile),
5760         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5761         prevent a pointer problem when a filename has no directory and
5762         no extension specified.
5763
5764 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5765
5766         * link/z80/lkmain.c (afile): allow periods in directory names
5767         * link/z80/lkmain.c (afile),
5768         * as/mcs51/lkmain.c (afile),
5769         * as/hc08/lkmain.c (afile): allow linker script file to have an
5770         extension other than ".lnk"
5771         * link/z80/lklex.c (getfid),
5772         * link/z80/lkmain.c (parse),
5773         * as/mcs51/lklex.c (getfid),
5774         * as/mcs51/lkmain.c (parse),
5775         * as/hc08/lklex.c (getfid),
5776         * as/hc08/lkmain.c (parse): Support comments in the linker script
5777         file on lines by themselves and after filenames
5778
5779 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5780
5781         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5782
5783 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5784
5785         * src/z80/peeph-z80.def: removed some peephole rules that don't
5786         work with multibyte arithmetic (fixed bug #937126)
5787         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5788         to registers and not global variables
5789         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5790         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5791         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5792         checking for assignments not internally generated (fixed bug #931895)
5793         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5794         structure member (fixed bug #930072)
5795
5796 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5797
5798         * src/SDCCmain.c (linkEdit),
5799         * src/hc08/main.c (_hc08_parseOptions),
5800         * as/hc08/Makefile.in,
5801         * as/hc08/aslink.h,
5802         * as/hc08/asm.h,
5803         * as/hc08/m08pst.c,
5804         * as/hc08/lkrloc.c (relr, rele),
5805         * as/hc08/lkarea.c (lnkarea)
5806         * as/hc08/lkmain.c (afile, parse),
5807         * as/hc08/lkelf.c: support for ELF output
5808         * as/hc08/lks19.c (s19),
5809         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5810
5811 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5812
5813         * as/mcs51/lkihx.c: Fixed bug #899105.
5814
5815 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5816
5817         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5818         .dsp files from Unix to DOS.
5819
5820 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5821
5822         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5823         function pointers; we have been compliant for several months now.
5824         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5825         change that was accidently commented out
5826         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5827         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5828         bug #922319
5829
5830 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5831
5832         * src/hc08/gen.c: output of all of the internal debugging information
5833         is now controlled by the D() macro; it is disabled by default
5834
5835 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5836
5837         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5838         harder to keep the same registers during a CAST iCode
5839         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5840         long via int can be done in a single cast, if the signedness is
5841         correct.
5842         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5843         putchar() in tinibios.c in ds390's library
5844
5845 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5846
5847         * src/SDCCast.c (decorateType): fixed bug #898889,
5848         cast result of a literal complement too
5849         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5850         fixed check for bitfields
5851
5852 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5853
5854         * src/SDCCicode.c (geniCodeLogic): made it static,
5855         (geniCodeLogicAndOr): added in order to fix bug #905492,
5856         (ast2iCode): fixed bug #905492
5857         * support/regression/tests/bug-905492.c: added
5858         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5859         (processParms): fixed bug #927659: don't copy parms, this will clear
5860         decorated flag
5861         * support/regression/tests/bug-927659.c: added
5862
5863 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5864
5865         * src/SDCCast.c (addCast): don't cast float to char
5866         * device/lib/libsdcc.lib: added _memmove
5867
5868 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5869
5870         * device/lib/large/Makefile: fixed parallel execution by
5871         replacing `make` by `$(MAKE)`
5872
5873 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5874
5875         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5876         offsets (fixes bug #923936)
5877
5878 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5879
5880         * device/lib/small/Makefile: fixed parallel execution by
5881         replacing `make` by `$(MAKE)`
5882
5883 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5884
5885         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5886
5887 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5888
5889         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5890         * src/regression/Makefile: Regression test was not running.
5891
5892 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5893
5894         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5895         complement if possible
5896         * src/SDCCval.c (valComplement),
5897         * src/SDCCicode.c (operandOperation): fixed complement of literal
5898         * support/regression/tests/onebyte.c (testComplement): added
5899
5900 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5901
5902         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5903         return an optimized tree; actually replace actParm with the new tree
5904         * src/SDCCast.h: added some parantheses to remove side effects
5905         * support/regression/tests/bug-920866.c
5906
5907 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5908         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5909         Bit operands were not being handled properly in the pic14 port.
5910         (now src/regression/add.c passes again).
5911
5912 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5913
5914         * src/SDCC.y (labeled_statement): case and default no longer require
5915         a following statement (RFE #893037)
5916
5917 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5918
5919         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5920         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5921         disabled (fixes bug #916294)
5922         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5923         "mov a,acc"; patch provided by Lenny Story
5924         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5925
5926 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5927
5928         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5929         functions
5930         * src/ds390/gen.c (genFunction, genEndFunction),
5931         * src/ds390/ralloc.c (ds390_assignRegisters),
5932         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5933         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5934         pushed if there are parameters passed on the stack. Also, a cleaner
5935         way to decide if r0/r1 should be pushed/popped. (Together they fix
5936         bug #918693)
5937
5938 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * doc/sdccman.lyx,
5941         * device/lib/mcs51/crtpagesfr.asm,
5942         * device/lib/mcs51/crtxinit.asm,
5943         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5944         to avoid confusion with Si Lab's SFRPAGE register.
5945
5946 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5947
5948         * src/SDCCglue.c (emitMaps): allow public sfr variables
5949         * src/SDCCglue.c (initialComments): include compiler build date
5950         with compiler version and put the timestamp of the generated
5951         assembly file on a serperate line to be less confusing.
5952         * src/port.h: added genInitStartup hook
5953         * src/avr/main.c,
5954         * src/ds390/main.c,
5955         * src/hc08/main.c,
5956         * src/pic/main.c,
5957         * src/pic16/main.c,
5958         * src/xa51/main.c,
5959         * src/z80/main.c: genInitStartup initialize as NULL (default to
5960         historical behaviour)
5961         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5962         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5963         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5964         library instead of hard coding it into the compiler.
5965         * support/regression/ports/mcs51-stack-auto/spec.mk,
5966         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5967         * device/lib/mcs51/Makefile,
5968         * device/lib/small/Makefile,
5969         * device/lib/large/Makefile,
5970         * device/lib/mcs51/crtpagesfr.asm,
5971         * device/lib/mcs51/crtstart.asm,
5972         * device/lib/mcs51/crtxclear.asm,
5973         * device/lib/mcs51/crtxinit.asm,
5974         * device/lib/mcs51/crtclear.asm,
5975         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5976         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5977         and into user configurable files.
5978         * device/lib/clean.mk: clean mcs51 directory too
5979         * support/regression/tests/longlit.c: added static to T1 declaration
5980         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5981         accesses in the initialization code
5982
5983 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5984
5985         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5986         OSCTRIMVAL as noted in bug #916008
5987
5988 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5989
5990         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5991         in loops with multiple exits (reported as incorrect registers
5992         used by Martin Helmling in Sdcc-user list)
5993
5994 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5995
5996         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5997         made ds390 register extensions look less like error messages
5998
5999 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6000
6001         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6002         reported by Adam Wozniak in Sdcc-user list
6003
6004 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6005
6006         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6007         arithmetic optimizations, added debug output
6008
6009 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6010
6011         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6012         * sdcc.spec: updated and split sdcc into 3 rpms
6013         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6014         needed for literals of LEFT_OP and '+'
6015         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6016         introduced RESULT_TYPE_NOPROM
6017         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6018         left shift
6019         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6020         limited promotion to int only for '*'
6021         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6022
6023 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6024
6025         * src/pic16/gen.c (genSkip),
6026         (genc16bit2lit), (gencjneshort): commented out
6027         (is_LitOp): new helper function, checks operand type
6028         (genCmpEq): rewritten
6029
6030 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6031
6032         * support/regression/tests/bug-908454.c: added
6033
6034 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6035
6036         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6037         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6038         (geniCodeCast): cosmetic, don't preserve bit storage class
6039         (geniCodeLeftShift): added promotion
6040         (geniCodeLogic): fixed regression
6041         * src/SDCCsymt.c (computeTypeOr): accept bits too
6042         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6043
6044 2004-03-07  Borut Razem <borut.razem AT siol.net>
6045
6046         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6047
6048 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6049
6050         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6051         version of pic16_genPackRegisters which does not check if ic is a
6052         CAST operator,
6053         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6054         function cause string1.c regression test fails
6055
6056 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6057
6058         * sim/ucsim/configure.in,
6059         * sim/ucsim/configure,
6060         * sim/ucsim/doc/Makefile.in: use docdir
6061         * src/SDCC.y: fixed sbit atrributes
6062         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6063         * src/SDCCast.c (decorateType): |^& need special promotion handling
6064         * src/SDCCast.h,
6065         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6066         * src/SDCCsymt.h (computeType),
6067         * src/SDCCicode.c: computeType() needs op
6068         * src/SDCCsymt.c (checkTypeSanity),
6069         * doc/sddman.lyx: "plain" bitfields are unsigned
6070         * src/SDCCsymt.c (computeTypeOr): added
6071         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6072         |^& ops
6073         * src/SDCCval.c (val*): computeType() needs op
6074         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6075         * support/regression/tests/onebyte.c: added tests for |^&
6076
6077 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6078
6079         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6080         for writing icode into asm output.
6081
6082 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6083
6084         * src/pic16/device.c: added some debug lines enabled
6085         with macro DEBUG_CHECK,
6086         * src/pic16/genarith.c: more debug in genPlus,
6087         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6088         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6089         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6090         * (aopForSym): onStack symbols are re-placed in data memspace,
6091         and onStack flag is cleared,
6092         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6093         copy temporary pcodeop,
6094         * (genPcall): added warning for not updating PCLATU,
6095         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6096         always true for pic16 port,
6097         * (genMultOneWord): NEW, supports integer multiplication,
6098         * (genMult): modified to call genMultOneWord,
6099         * (ifxForOp): added warning when return NULL,
6100         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6101         flag is set before call to operandFromSymbol for implicit
6102         added structures,
6103         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6104         options.intlong_rent are set by default,
6105         * (_hasNativeMulFor): modified to allow port generation of integer
6106         multiplication,
6107         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6108         set regtype to REG_SFR for all registers, restricting seting the
6109         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6110
6111 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6112
6113         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6114         more than 500 times in the regression tests
6115
6116 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6117
6118         * support/Util/SDCCerr.h,
6119         * support/Util/SDCCerr.c,
6120         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6121         enumerator_list),
6122         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6123         for symbol conflicts.
6124         * support/valdiags/tests/enum.c,
6125         * support/valdiags/tests/tentdecl.c,
6126         * support/valdiags/tests/struct.c: expect possible error messages
6127         referring to original symbol definitions.
6128         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6129         * src/SDCCsymt.h,
6130         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6131
6132 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6133
6134         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6135
6136 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6137
6138         * src/pic16/ralloc.c (newReg): fixed bug #908929
6139
6140 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6141
6142         * src/ds390/gen.c: added missing #include "main.h"
6143
6144 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6145
6146         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6147         checking if symbol is already in set,
6148         * src/pic16/device.h: prototype for checkAddSym,
6149         * src/pic16/gen.c: (_G): added entry interruptvector,
6150         * (assignResultValue): removed some commented out lines,
6151         * (genFunction): check for ISR via sym->type, absolute section for
6152         interrupt code is created via a new pBlock, the goto instruction is
6153         placed now correctly at the interrupt vector position, changed all
6154         references from ivec to _G.interruptvector,
6155         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6156         is the interrupt is a high priority one, same for return from ISR,
6157         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6158         externs to calls of checkAddSym,
6159         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6160         pic16_pcode_verbose flag is set,
6161         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6162         * src/pic16/pcoderegs.c: message about how many registers are saved
6163         will only be emitted if pic16_pcode_verbose flag is set,
6164
6165 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6166
6167         * src/ds390/ralloc.h,
6168         * src/ds390/ralloc.c (ds390_regWithIdx),
6169         * src/ds390/gen.c (emitcode),
6170         * src/ds390/main.h,
6171         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6172         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6173         ds390operandCompare, getRegsRead, getRegsWritten,
6174         initializeAsmLineNode): customized instruction size calculation for
6175         ds390, started basis for some register optimizations
6176         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6177         corresponding assembly output
6178         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6179         missing push/pop of r0/r1. Optimized push/pops
6180
6181 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6182
6183         * src/mcs51/main.c (instructionSize): fixed ACALL size
6184         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6185
6186 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6187
6188         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6189         the sorting of rlist with NULL elements
6190         * (print_idataType, print_idata): NEW to create idata sections
6191         * src/pic16/device.h: idataSymSet new variable
6192         * src/pic16/gen.c (genFunction): fixed some bugs in string
6193         comparing, improved the absolute section creation for ISRs,
6194         added FSR0L/FSR0H in registers that are saved in an ISR,
6195         * (genInline): fixed the processing of inline snippets,
6196         now they undergo no process by the peephole optimizer
6197         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6198         are placed in idataSymSet,
6199         * (pic16emitStaticSeg): extern symbols are added in externs,
6200         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6201         switching when aboslute variables are placed in access bank memory
6202         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6203         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6204         commented out with #if,
6205         * (pic16_packRegisters): reintroduce the check for CAST because some
6206         symbols are not correctly handled,
6207         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6208         pCodeInstruction instead of pCode,
6209         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6210         pCodeAsmDir definition,
6211         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6212         directive, then the argument directive is emitted without the leading
6213         tab, hack for inline labels which must be in the first column,
6214         * (compareLabel,pic16_findNextInstruction),
6215         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6216         * (insertBankSwitch): modified for the new pCodeAsmDir,
6217
6218 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6219         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6220
6221         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6222         instance,
6223         * (pushSide): commented out with #if,
6224         * (assignResultValue): fixed some typos in saving
6225         registers,
6226         * (genPcall): FIXED and sync'ed with genCall,
6227         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6228         * (genNearPointerGet): fixed to handle some more cases,
6229         implementation scheme via table reads,
6230         * (genConstPointerGet): modified to access code memory correct,
6231         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6232         and improved to handle some cases
6233         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6234         instead of "RETLW" for init data
6235         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6236         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6237         variables are placed in access bank memory (<0x80 and >=0xf80),
6238         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6239         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6240         TBLWT_POSTDEC,TBLWT_PREINC
6241         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6242         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6243         directives
6244         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6245         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6246         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6247         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6248
6249 2004-02-29  Borut Razem <borut.razem AT siol.net>
6250
6251         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6252         support/Util/findme.h, support/Util/system.h: enhance binary relative
6253         search for lib and include by using findProgramPath()
6254
6255 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6256
6257         * src/SDCCpeeph.h,
6258         * src/SDCCpeeph.c (pcDistance),
6259         * src/port.h,
6260         * src/mcs51/ralloc.h,
6261         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6262         * src/mcs51/main.h,
6263         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6264         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6265         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6266         size calculation port specific, started basis for some register
6267         optimizations
6268         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6269         missing push/pop of r0/r1. Optimized push/pops
6270         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6271         * device/lib/_modsint.c (_modsint),
6272         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6273         and stack version so regression tests pass
6274
6275 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6276
6277         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6278         * src/SDCCast.c (decorateType): catch another small optimization
6279         with '?' operator
6280         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6281         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6282         modified to finally use computeType() all over SDCC,
6283         see Feature Request #877103
6284         * src/SDCCval.h: cosmetic
6285         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6286         valCompare(); regression tested in muldiv.c
6287         * support/regression/tests/muldiv.c (testMod): mod sign follows
6288         dividend only
6289
6290 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6291
6292         * src/SDCCast.c (decorateType): fixed bug #902362
6293         * doc/INSTALL.txt: fixed install instructions for win32
6294
6295 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6296
6297         * device/include/Makefile.in (install): fixed by replacing spaces
6298         by tabs
6299         * doc/README.txt,
6300         * doc/INSTALL.txt: updated for release
6301         * doc/sdccman.lyx: added warning for --xstack being buggy
6302
6303 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6304
6305         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6306         to eliminate build warnings.
6307         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6308
6309 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6310            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6311
6312         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6313         removed -penable-stack, added comment for stack pragma, added
6314         warning for not initializing the stack/frame registers, removed
6315         comment at interrupts section
6316
6317         Stack is made permanent, there is no ability to disable stack usage.
6318         * src/pic16/device.h,
6319         * src/pic16/device.c: removed all references to USE_STACK macro,
6320         * src/pic16/device.c (pic16_dump_section): when no elements in
6321         rlist, free rlist before return,
6322         * (pic16_dump_int_registers): NEW, internal registers are a new set
6323         of general purpose registers reused by each function,
6324         * (checkAddReg): returns 1 if registers is added to set,
6325         * (pic16_groupRegistersInSection): when a registers is of type
6326         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6327         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6328         SRCASECMP macro is moved here from device.c
6329         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6330         PO_PCLATU, PO_PRODL, PO_PRODH,
6331         * (pic16_pCodeOpType, genMinus,
6332         changed compares to "a" register, with AOP_ACC,
6333         * (pic16_genPlus): fixed some bugs and indented properly,
6334         * (pic16_addSign): changed size to size+offset in the MOVWF
6335         instruction,
6336         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6337         multiply 8-bit operand by literal, result is 8-bit,
6338         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6339         multiply 2 8-bit operand, result is 8-bit,
6340         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6341         genUMult8X*_16,
6342         * src/pic16/gen.c: changed accUse to contain WREG only,
6343         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6344         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6345         true, do not use immediate addressing any more unless sym is a
6346         pointer in codespace,
6347         * (aopForRemat): do not use immediate addressing when symbol not in
6348         codespace and when symbol's address is requested,
6349         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6350         accUse size (= 1),
6351         * (aopGet): added case for AOP_ACC and don't return "accumulator
6352         bug" but WREG instead,
6353         * (popGetTempReg): pushes contents of temporary register in stack,
6354         * (popReleaseTempReg): pops contents of temporary register from
6355         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6356         * (pic16_popGet): separated case AOP_ACC to return register WREG
6357         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6358         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6359         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6360         the use of immediate pointers to certain cases only.
6361
6362         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6363         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6364         * (assignResultValue, genCall, genRet): modified to use the new
6365         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6366         genPcall is still broken,
6367         * (genFunction): added code to create 'A' type pBlocks when
6368         interrupt functions are generated, code not extensively tested yet,
6369         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6370         * (genEndFunction): modified so ISRs pop stored registers from stack,
6371         * (genMultOneByte): cleanup,
6372         * (AccRsh): added flag andmask, to and result with appropriate mask,
6373         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6374         * (genDataPointerGet): fixed and reenabled its use,
6375         * (genNearDataPointerGet): bugs fixed,
6376         * (genDataPointerSet): bugs fixed,
6377         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6378         pic16_DumpSymbol, pic16_DumpOp,
6379         * src/pic16/genutils.h: function prototypes for the above functions,
6380         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6381         pointers,
6382         * (pic16emitRegularMap): many many many improvements, but needs a
6383         major cleanup,
6384         * src/pic16/main.c: enable_stack in pic16_options is removed,
6385         * (_pic16_parseOptions): removed command line options -penable-stack,
6386         * (_process_pragma): emit stack symbol only when stack pragma is
6387         processed,
6388         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6389         redirected to FSR0L/FSR0H pair,
6390         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6391         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6392         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6393         for immediates,
6394         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6395         * (dumpPicOptype): NEW,
6396         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6397         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6398         with movff instruction,
6399         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6400         added pic16_int_regs, some packRegsFor* functions are commented out,
6401         because produce errors,
6402         * src/pic16/NOTES: minor modifications
6403
6404 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6405
6406         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6407         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6408         --pack-iram.
6409         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6410         * as/mcs51/lkaomf51.c: fixed bug #895763
6411
6412 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6413
6414         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6415
6416 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6417
6418         * doc/sdccman.lyx: added details about the HC08 storage classes and
6419         interrupts, fixed the register usage info for z80 & gbz80
6420
6421 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6422
6423         * doc/sdccman.lyx: added more pic16 port documentation
6424         * device/include/pic16/: added header pic18fregs.h
6425
6426 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6427
6428         * doc/sdccman.lyx: added Vangelis' contribution
6429
6430 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6431
6432         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6433         extend to the next CALL or PCALL, not just to the next CALL.
6434
6435 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6436
6437         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6438
6439 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6442         bug #895752 and a better fix for bug #716790
6443
6444 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6445
6446         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6447
6448 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6449
6450         * doc/sdccman.lyx: minor changes, minor changed
6451
6452 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6453
6454         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6455         which can't handle SDCC_NEWONEBYTEOPS,
6456         (geniCodeMultiply): removed conversion from mult to shift for pic14
6457         and pic16
6458
6459 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6460
6461         * src/hc08/gen.h,
6462         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6463         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6464         thus fixing bug #895406
6465
6466 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6467
6468         * device/lib/_modsint.c,
6469         * device/lib/_modslong.c: sign follows divisor only
6470         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6471         signs or signedness can be ignored
6472         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6473         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6474         added optimization for IFX,
6475         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6476         arguments;
6477         reenabled optimization for IFX, which was removed on 2004-01-11
6478         * src/SDCCast.h: added return type IFX
6479         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6480         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6481         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6482         SDCC_OLDONEBYTEOPS selects the old behaviour
6483         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6484         changed again and commented promotion rule
6485         * src/SDCCval.c (valDiv): promotion no longer necessary
6486         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6487         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6488         rewritten
6489         * support/regression/tests/onebyte.c: added
6490
6491 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6492
6493         * gen.c (genInline): reverted to old code for assemnling inline
6494         code because of bug reported James Chadd
6495
6496 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6497
6498         * ralloc.h: missing declarations from previous patch,
6499         seems that patch for ralloc.h was never applied, fixed
6500
6501 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6502            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6503
6504         * pcode.c,
6505         * pcode.h,
6506         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6507         indirect addressing. Marked FSR0 as deprecated
6508         * gen.c (pointerCode): commented out, not needed now
6509         (pic16_popGet2p): new MOVFF helper function
6510         (genGenPointerGet),
6511         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6512         (shiftRLong): removed duplicate debugging info
6513
6514 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6515
6516         * src/ds390/gen.c (genNearPointerGet),
6517         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6518         optimization with bits, but not bitfields.
6519         * src/ds390/ralloc.c (packRegisters),
6520         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6521
6522 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6523
6524         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6525
6526 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6527
6528         * src/SDCCsymt.h,
6529         * src/SDCCicode.c (operandFromSymbol),
6530         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6531         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6532         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6533         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6534         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6535         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6536         bug #892038
6537         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6538         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6539         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6540         * src/SDCCsymt.c (newSymbol),
6541         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6542         enumerator_list),
6543         * src/SDCCval.h,
6544         * src/SDCCval.c (newiList): fixed bug #885705
6545
6546 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6547
6548         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6549         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6550
6551 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6552
6553         * device/include/c8051f120.h,
6554         * device/include/c8051f300.h,
6555         * device/include/c8051f310.h: added/updated header files for Silicon
6556         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6557         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6558         in new section Submitting patches
6559
6560 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6561
6562         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6563         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6564         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6565         genGenPointerSet),
6566         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6567         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6568         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6569         genGenPointerSet),
6570         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6571         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6572         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6573         genGenPointerSet),
6574         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6575         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6576         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6577         genGenPointerSet): fixed bug #892400
6578         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6579         to eliminate build warnings.
6580         * src/SDCCast.c (processParms),
6581         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6582         fixed bug 751859
6583         * support/valdiag/valdiag.py: added GCC to the list of defines active
6584         when compiling with gcc
6585
6586 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * support/Util/SDCCerr.h,
6589         * support/Util/SDCCerr.c,
6590         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6591         with an incomplete type (fixed bug #883734)
6592         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6593
6594 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6595
6596         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6597
6598 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * src/SDCCast.c (decorateType),
6601         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6602         function pointer implementation
6603         * support/regression/tests/funptrs.c: added tests to verify both forms
6604         of function pointers work correctly. Added tests to verify parameters
6605         are passed in the correct order.
6606
6607 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6608
6609         * device.c (regCompare): registers are sorted by ascending
6610         address and increasing size,
6611         * main.c (_pic16_finaliseOptions): removed the declaration
6612         of compiler macro MCU. Now a macro of the format pic18fxxxx
6613         will be defined from the command line
6614
6615 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6616             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6617
6618         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6619         PCOP_RLCF was overwritten!
6620         * gen.c (genSkip): commented out calls to pic16_emitcode,
6621         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6622         * (genlshTwo),
6623         * (genRRC): added debugging info,
6624         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6625         overwritten while shifting,
6626         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6627         overwritten while shifting,
6628         * (AccLsh),
6629         * (AccRsh),
6630         * (shiftLLeftOrResult),
6631         * (shiftRLeftOrResult),
6632         * (shiftRLong),
6633         * (shiftLLong): Implemented with pic16_emitpcode
6634         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6635         * (genLeftShift): Fixed bug, operand for shift by variable always
6636         was "and"ed with 0x0f,
6637         * (genLeftShiftLiteral),
6638         * (genrshTwo),
6639         * (genRightShiftLiteral): added debugging info,
6640         * (genrshFour): added comment,
6641         * (genRightShift): determined signedness from operand "left"
6642         instead of "result"
6643
6644 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         * src/SDCCicode.c (geniCodeParms),
6647         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6648         function pointers, fixed function pointer bugs #861242 and #861896
6649
6650 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6651
6652         * device/include/c8051f000.h,
6653         * device/include/c8051f120.h,
6654         * device/include/c8051f300.h: added header files for Silicon
6655         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6656
6657 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6658
6659         * src/SDCCast.c (processParams): added new type flow and restructured
6660         (gatherAutoInit): added new type flow
6661         (addCast): cosmetic changes
6662         (getLeftResultType): added new type flow for array indices, patch
6663         provided by Stas, see FR #877103
6664         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6665         array index patch by Stas
6666         * src/SDCCast.h: added prototype getResultTypeFromType()
6667         * src/SDCCval.h,
6668         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6669         * src/pic/glue.c (pic14emitStaticSeg),
6670         * src/pic16/glue.c (pic16emitStaticSeg),
6671         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6672         for initialization of symbols
6673         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6674         * support/Util/SDCCerr.h:
6675         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6676         * .version: bumped version number to 2.3.8
6677         * device/include/Makefile.in (install),
6678         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6679         avoid warnings
6680
6681 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6682
6683         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6684         Slade Rich fixed an optimization bug
6685         * src/pic/pcodepeep.c,
6686         * src/pic/pcoderegs.c
6687         * doc/Makefile (install): added test for directory
6688
6689 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6690
6691         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6692         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6693         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6694         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6695         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6696         * as/mcs51/asexpr.c (term),
6697         * as/hc08/asexpr.c (term): fixed bug #887146
6698
6699 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6700
6701         * src/z80/gen.c (genMult): handle single byte result product
6702         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6703         DUMMY_READ_VOLATILE (fixed bug #886367)
6704
6705 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6706
6707         * support/regression/tests/libmullong.c: fixed logic, on little endian
6708         hosts we ended without a mullong_wrapper()
6709
6710 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6713         virus/worm forged address usage.
6714
6715 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6716
6717         Fixed promotion, it should be done on AST level:
6718         * src/SDCCast.c (addCast): added promotion to int
6719         (decorateType): updated call to upCast()
6720         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6721         usualUnaryConversions()
6722
6723 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6724
6725         * support/regression/tests/literalop.c (mulWrapper): Added a
6726         wrapper to remove integer overflow warnings.
6727
6728         * support/regression/tests/float_trans.c: Made work on host.
6729
6730         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6731         location of sz80.
6732
6733         * support/regression/generate-cases.py (main): Changed from inline
6734         to a main method.
6735
6736         * doc/Makefile (install): Changed to depth first to get rid of
6737         missing directory install warning.
6738
6739         * as/Makefile (install-doc): Made work on Mac.
6740
6741 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6742
6743         * src/SDCCast.c: added an additional type flow in decorateType() of
6744         opposite direction, see feature request #860006; it's enabled at runtime
6745         by setting the environment variable SDCC_NEWTYPEFLOW
6746         * src/SDCCast.h: changed prototype of decorateType()
6747         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6748         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6749         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6750         see feature request #877103
6751         * src/SDCCval.c: updated call of decorateType()
6752         (valBitwise): fixed bug #882876
6753         (valMinus): added promotion
6754         (valLogicAndOr): result is unsigned
6755         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6756         * src/SDCCsymt.c (computeType),
6757         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6758         must not cause an unsigned operation
6759         * src/pic/glue (pic14emitRegularMap),
6760         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6761
6762 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6763
6764         * src/pic/pcode.c (PCodeID): commented out left over debug code
6765
6766 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6767
6768         * support/valdiag/tests/overflow.c: added shift tests
6769         * src/pic/device.c,
6770         * src/pic/gen.c,
6771         * src/pic/gen.h,
6772         * src/pic/glue.c,
6773         * src/pic/main.c,
6774         * src/pic/pcode.c,
6775         * src/pic/pcode.h,
6776         * src/pic/pcodepeep.c,
6777         * src/pic/pcoderegs.c,
6778         * src/pic/ralloc.c,
6779         * src/pic/ralloc.h: applied patch from Slade Rich;
6780         added support for multiple code pages and multiple RAM banks on the
6781         PIC 14 port. The ASM files now no longer simply assume all the
6782         code / RAM are in the same page / bank. This means the linker can
6783         safely allocate code/RAM of separate ASM files to different pages/banks.
6784         * doc/sdccman.lyx: added Slade's tips
6785         * src/mcs51/peeph.def: fixed bug #880768
6786
6787 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6790         * src/SDCCast.c (decorateType): fixed bug #880197
6791
6792 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6793
6794         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6795         getopt.h.
6796
6797         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6798         strtof is not part of C89 and isn't included with Mac OS X.
6799
6800 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6801
6802         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6803         shiftL2Left2Result): fixed bug #879326
6804         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6805         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6806         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6807         address fetch for clr instruction
6808         * device/lib/hc08/_mulint.c: created optimized assembly version
6809         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6810
6811 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6812
6813         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6814         proposed in FR #877103
6815
6816 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * src/SDCCval.c (cheapestVal): added missing checks
6819         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6820         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6821
6822 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6823
6824         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6825         equal operands
6826
6827 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6828
6829         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6830         loaded with the linker search paths (-L arguments) and the libraries
6831         to be linked with the current source (-l arguments). Changes
6832         currently will affect only the pic16 port.
6833         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6834         include path the port specific paths and port specific libraries,
6835         * gplink command now contains the $3 argument,
6836         * src/pic16/device.h,
6837         * src/pic16/device.c,: structure PIC_device is made public and
6838         renamed to PIC16_device, the same for variable Pics which is renamed
6839         to Pics16. Updated all references to them.
6840         * src/pic16/glue.c (pic16glue): corrected bug with code
6841         initialization which bypassed the variable initializations block.
6842
6843         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6844         COMPILE_FLAGS and added the --nostdinc option
6845
6846 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6847
6848         * device/include/mc68hc908jb8.h: Register defs for another member
6849         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6850
6851 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6852
6853         Documenting changes from previous commits.
6854         * configure.in (version 1.56),
6855         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6856         when generating output files to configure the pic16 library,
6857         but now I've commented it out, since gputils aren't installed in the
6858         SF compile farm, so library won't compile
6859
6860         * device/lib/Makefile.in (version 1.56): initially I've added in
6861         target 'all' the prerequestive 'model-pic16' so it compiled the
6862         pic16 library, but now I've commented it out for the same reasons
6863         above,
6864         * added targets 'model-pic16' and 'objects-pic16' to compile the
6865         library
6866         * added target 'port-specific-objects-pic16' to handle the
6867         generated libraries and copy them into the build/ directory
6868         * added target 'clean-intermediate-pic16' to clean intermediate
6869         files into pic16 directory
6870         * in target 'installdirs' added line to create directory pic16 in
6871         the installation path
6872
6873         * device/include/Makefile.in (version 1.11): in target 'install'
6874         added lines to copy all header files to installation path,
6875         * in target 'installdirs' added line create directory for pic16
6876         headers in the installation path
6877
6878 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6879
6880         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6881          a function call
6882
6883 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6884
6885         * configure,
6886         * device/lib/configure.in,
6887         * device/lib/configure: fixed for autoconf 2.57
6888
6889 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6892         option so that it actually works. Made it specific to the z80, since
6893         the gbz80 doesn't have these kinds of I/O ports.
6894
6895 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6896
6897         * device/include/z180.h,
6898         * device/lib/_memcpy.c,
6899         * device/lib/_memmove.c,
6900         * device/lib/_mulint.c,
6901         * device/lib/ser_ir.c,
6902         * device/lib/ser_ir_cts_rts.c,
6903         * device/lib/_strcmp.c,
6904         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6905         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6906         portmode; added deprecation warning for bank= and protmode= forms.
6907         Also, guard against buffer overflow.
6908         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6909
6910 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6911
6912         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6913         changed interrupt vector table generation to only emit declared vectors.
6914         * device/include/Makefile.in: added missing backslash
6915         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6916
6917 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6918
6919         Mainly changes to support compilation of the device libraries
6920         * src/pic16/device.c: stack is allocated via symbol and not
6921         via literal number. The symbol is placed in the corresponding
6922         position of the data ram
6923         * (pic16_dump_section): relocatable and absolute uninitialized
6924         data are now emitted in sorted order to reduce section naming,
6925         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6926         weren't marked as being in the access bank,
6927
6928 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6929
6930         Added portion of GNU PIC Library under the directory
6931         device/include/pic16 and device/lib/pic16. These files
6932         contain the declarations of SFRs for the PIC18Fxx2 devices.
6933         The directory is initialized via configure from toplevel.
6934
6935 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6936
6937         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6938         the spilllocations to be compared correctly
6939
6940 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6941
6942         * src/SDCCast.c (decorateType): fixed bug introduced today
6943
6944 2004-01-12  Borut Razem <borut.razem AT siol.net>
6945
6946         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6947         doc/sdccman.lyx: upper case pragmas are deprecated
6948
6949 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6950
6951         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6952         in simpler and even better code
6953
6954 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6955
6956         * src/SDCCicode.c (operandOperation): fixed bug #874819
6957         * src/SDCCast.c (decorateType): fixed
6958         char foo (unsigned long ul) { return ul > 0; }
6959
6960 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6961
6962         * doc/sdccman.lyx: Moved and added some sections, small changes
6963         all over. Telling LaTeX to be less strict with word spacing
6964         to better keep the right margin. Changed some notes about
6965         maintainance of the ports in section 3.2.1 - is it OK like this?
6966
6967 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6968
6969         SDCC source changes:
6970         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6971         convilong): modified to inform the pic16 port that builtin functions
6972         are external
6973
6974         PIC16 PORT specific changes:
6975         * src/pic16/device.c pic16_dump_equates() added,
6976         processor registers declared internally by the port are emitted in
6977         the translation as equates,
6978         * src/pic16/gen.c: inline code is passed unprocessed to the
6979         translation,
6980         * (pic16_popGetLit2): fnuction modified to take second operand as
6981         pCodeOp pointer and not as literal,
6982         * (popRegFromIdx): prefixed with pic16_,
6983         * (pic16_popCombine2): modified to receive already allocated pCode
6984         operands,
6985         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6986         * (genFunction): initializes local stack frame and pushes on stack
6987         all the registers used by this function,
6988         * (genEndFunction): restores all registers from stack and restores
6989         stack frame,
6990         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6991         improvements,
6992         * (pic16glue): changed the program startup sequence,
6993         * added new dbName code 'A' for functions placed in absolute section
6994         * src/pic16/main.c: added function attribute _naked,
6995         * added pragma 'code' to place a fnuction at an absolute address,
6996         * added command line arguments --debug-ralloc and --pcode-verbose,
6997         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6998         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6999         * (pic16_newpCodeOpLit2): modified to take the second operand as
7000         pCodeOp pointer,
7001         * (pic16_printpBlock): modified to emit each function in a separate
7002         section,
7003         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7004         UPPER for immediate operands,
7005         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7006         instruction,
7007         * src/pic16/peeph.def: all peepholes with movff are commented out,
7008         because there is a problem in the pcode peep optimizer,
7009         * src/pic16/ralloc.c: the register allocator can now reuse local
7010         function symbols for another function. This saves register usage.
7011         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7012
7013         Added file src/pic16/NOTES with information about program writing on
7014         the current port version.
7015
7016 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7017
7018         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7019         and peephole 252 (array access)
7020
7021 2004-01-09  Borut Razem <borut.razem AT siol.net>
7022
7023         * src/SDCCmain.c : fixed #872250: -l command line defined library
7024           files are scanned before standard library files
7025
7026 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7027
7028         * src/SDCCast.c (decorateType): fixed bug #874046
7029
7030 2004-01-09  Borut Razem <borut.razem AT siol.net>
7031
7032         * support/scripts/sdcc.nsi: remove previous installation
7033
7034 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7035
7036         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7037         bytes for last interrupt vector (mcs51)
7038         * sdcc.spec: fixed typo
7039
7040 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7041
7042         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7043         gen51Code): more efficient parameter receive for --model-large
7044         ("bug" #845294)
7045
7046 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7047
7048         * src/ds390/main.c,
7049         * src/z80/main.c: added missed needLinkerScript flags (more than
7050         one port structure defined in these file)
7051         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7052         bug #795325
7053
7054 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7055
7056         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7057         * src/port.h: added flag needLinkerScript in port->linker
7058         structure to inform whether to create a .lnk file or not,
7059         * src/avr/main.c,
7060         * src/ds390/main.c,
7061         * src/hc08/main.c,
7062         * src/mcs51/main.c,
7063         * src/pic/main.c,
7064         * src/pic16/main.c,
7065         * src/xa51/main.c,
7066         * src/z80/main.c: changed appropriately to configure
7067         needLinkerScript flag
7068         * src/pic/gen.c,
7069         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7070         * src/pic/glue.c: added variable udata_section_name to
7071         override default uninitialized data segment definition for
7072         devices only with SHAREBANK memory (reported from Erik Epetrich)
7073         * (pic14emitOverlay): modified to emit a commented overlay segment
7074         directive when no overlay data exist
7075         * (picglue): modified to emit uninitialized data segment
7076         according to udata_section_name
7077         * src/pic/main.c (_pic14_parseOptions): added command line
7078         options --udata-section-name=[name] to override default
7079         udata definition name
7080         * modified _linkCmd and _asmCmd to include compiler passed
7081         arguments via -W option
7082         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7083         object file from '.rel' to '.o' in port->linker structure,
7084         changed size of fptr from 2 to 3 in port structure
7085
7086 2004-01-07  Borut Razem <borut.razem AT siol.net>
7087
7088         * support/scripts/sdcc.nsi: update PATH
7089         * support/scripts/sdcc.ico: craeted
7090
7091 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7092
7093         * device/include/Makefile.in: fix install
7094         * doc/Makefile: fix install
7095
7096 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7097
7098         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7099         in bug #860505
7100         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7101         how the function variable allocation summary is displayed; also
7102         include information about variables allocated to the overlay
7103         segment
7104
7105 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7106
7107         * as/mcs51/lkmain.c: Help about -Y option
7108         * as/mcs51/lkarea.c: Fixed gcc warnings
7109
7110 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7111
7112         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7113         fixed warning
7114         * support/valdiag/tests/overflow.c: added
7115         * src/SDCCast.c (decorateType),
7116         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7117         LEFT_OP (left shift)
7118
7119 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7120
7121         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7122         (default behaviour).
7123
7124 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7125
7126         A python script to validate compiler diagnostic messages. It can be
7127         used to verify that sdcc complains about bad c source code and
7128         gives a good location of the error.
7129         * support/valdiag/Makefile,
7130         * support/valdiag/valdiag.py,
7131         * support/valdiag/tests/*
7132
7133 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7134
7135         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7136         * src/SDCCsymt.c (newEnumType),
7137         * src/SDCCsymt.h
7138         * support/Util/SDCCerr.c,
7139         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7140         enum related bugs.
7141         * support/regression/tests/enum.c: added test for enum values that
7142         require at least 2 bytes of storage.
7143
7144 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7145
7146         * src/common.h: added ifndef/define/endif macros
7147         around the header file.
7148         Bug reported from Jesus Calvino-Fraga
7149
7150 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7151
7152         * sdcc.spec: updated
7153         * device/include/Makefile.in: don't install CVS directories
7154         * device/lib/Makefile.in: added removal of CVS directories after install
7155         * doc/Makefile: fixed install, added local_icons
7156         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7157         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7158         * src/ds390/gen.c (genRightShift): fixed bug #870788
7159         * src/SDCCast.c (decorateType): fixed bug #870781
7160
7161 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7162
7163         PIC16 port related changes:
7164         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7165         added variable stackPos,
7166
7167         * gen.c: genCall, assignResultValue: added support for
7168         pushing/retrieving function parameters to/from stack,
7169         genFunction,genEndFunction: setup stack frame for the
7170         generated function,
7171         genAddrOf: will be changed according to bug 863624
7172
7173         * added files genutils.c and genutils.h which contain gen*
7174         debugged and optimised functions extracted from gen.c
7175
7176         * glue.c: added variable 'externs' which holds extern symbols,
7177         pic16emitRegularMap: is modified to properly handle relocatable
7178          symbols under the new scheme,
7179         pic16createInterruptVect: is modified
7180         pic16printPublics: is modified to emit 'global' assembler directives,
7181         added pic16_printExterns to print extern symbols,
7182         pic16glue: initializes stack/frame pointer in the beginning of
7183         the assembly output. Temporary hack, will be corrected later,
7184         because gplink yet does not support stack and SDCC does not
7185         yet support a type of crt0.o object to create the final binary.
7186
7187         * Removed many lines that contain 8051 legacy code.
7188         * The code is finally placed under a 'code' directive.
7189         * Added port specific options.
7190
7191         * _process_pragma: simplified since now we do not need *special*
7192         include file to define SFR registers. But a separate header
7193         will be needed. This will be developed later.
7194         * _pic16_parseOptions: added, parses port specific options:
7195         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7196         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7197         --preplace-udata-with=
7198
7199         * _pic16_setDefaultOptions: modified to initialize section names,
7200         but hack is temporarly out of order since it needs improvement.
7201         * _pic16_genAssemblerPreamble: configuration words are emitted by
7202         their address instead of their name. This part is incomplete and
7203         supports only the 18Fxx2 devices. Other devices will emit an error
7204         during assembly since they do not contain the same set of config
7205         registers
7206         * _pic16_genIVT: is modified,
7207
7208         * pcode.c: added definitions for some hardware registers that are needed
7209         for stack support
7210         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7211         All PCI entries are updated. Now LFSR is supported.
7212         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7213         * added pic16_newpCodeOpLit2 to support instructions with
7214         two literal arguments
7215         * pic16_pCode2str: corrected code that emits assembler instructions
7216         with two literal operands and those that have an access bit modifier
7217         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7218         this fixes a bug which caused some labels to be lost, when an
7219         assembler directive was added, i.e. banksel,
7220         * pic16_FixRegisterBanking: improved logic that causes the insertion
7221         of bank switching,
7222         * InlineFunction: functions that are called once, are not any more
7223         inlined. This can be a port option in the future,
7224
7225         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7226
7227         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7228         hold the corresponding uninitialized symbols,
7229         * pic16_allocProcessorRegister: registers have explicit marked the
7230         accessBank field,
7231         * pic16_allocInternalRegister: registers are explicit marked as
7232         not used,
7233         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7234         processing list, so bit registers were lost,
7235         *
7236
7237         * ralloc.h: added field 'accessBank' and original symbol operand
7238         in register definition,
7239         * removed the field isMapped from register definition,
7240
7241         ** Several functions have been removed from various sources:
7242         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7243         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7244         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7245         pic16_assignRelocatableRegisters
7246
7247         ** others have been introduced:
7248         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7249         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7250
7251 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7252
7253         * support/scripts/inc2h.pl: changed definition of BIT_AT
7254         to emit 'sbit at' instead of 'bit at'. This was a request.
7255
7256         PIC16 port related preliminary changes:
7257         * gen.c: prefixed function popRegFromString with
7258         pic16_ and all references to it corrected
7259         * pcode.c: all pic16_pc_* hardware registers prefixed
7260         with underscore (_),
7261         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7262         * ralloc.c: newReg(): when register is REG_SFR then
7263         set address to rIdx,
7264         pic16_allocProcessorRegister(): marks register wasUsed=0
7265         pic16_writeUsedRegs(): added a call to assign processor
7266         registers via pic16_assignFixedRegisters
7267
7268 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7269
7270         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7271         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7272         variables in unused register banks.  Also the SSEG is placed
7273         wherever there is enough space for it, and IDATA can be anywhere
7274         in internal RAM.  For now compile using -Wl-Y[stack_size].
7275         The mem file is different for this option as well, since it
7276         makes no sense of talking about DSEG lenght.
7277
7278 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7279
7280         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7281         in certain cases, e.g. when ROM assignment, patch provided
7282         from Albert den Haan.
7283
7284 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7285
7286         Many signedness and type propagation fixes:
7287         * src/SDCCicode.c: made geniCodeCast() static
7288         replaced SPEC_ by IS_ (cosmetic)
7289         (operandOperation): fixed div and mod operation
7290         (usualBinaryConversions): added support for promotion of char
7291         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7292         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7293         (geniCodeAdd): an array index will stay unsigned, even if promoted
7294         from char to int
7295         (geniCodeArray): ditto
7296         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7297         * src/SDCCsymt.c (computeType): added more support for char;
7298         promotion of char is selectable by promoteCharToInt, fixed signedness
7299         for all cases
7300         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7301         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7302         * src/SDCCval (val*): replaced signedness calculation by
7303         computeType()
7304         rearranged if-branches (cosmetic)
7305         (valShift): added warning W_SHIFT_CHANGED
7306         (valCompare): fixed problem with different types
7307         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7308         * support/regression/tests/literalop.c: added many cases
7309         * support/regression/tests/ast_constant_folding.c: changed finally to
7310         'unsigned int'
7311         * .version: new year, new version: 2.3.7
7312         * src/SDCCmain.c (main): applied patch #866468
7313         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7314         provided by Scott Bronson
7315         * doc/sdccman.lyx: updated documentation for sdcdb
7316         updated and added chapter tips
7317
7318 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7319
7320         * src/SDCCsymt.h: missing from yesterday's commits
7321
7322 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7323
7324         * src/SDCC.y (struct_or_union_specifier),
7325         * support/Util/SDCCerr.c,
7326         * support/Util/SDCCerr.h: verify that struct & union tags are used
7327         as declared.
7328
7329 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/SDCCglobl.h: missing from yesterday's commits
7332
7333 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7334
7335         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7336         sft_attributes, struct_declaration, parameter_declaration,
7337         type_name, start_block, declaration_list),
7338         * src/SDCC.lex (check_type): support redefinition of typedef names
7339
7340 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7341
7342         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7343         aligned xdata arrays. Erik helped me with the if clause.
7344
7345 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7348         warning
7349
7350 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7351
7352         * src/SDCCast.h,
7353         * src/SDCCast.c (newAst_),
7354         * src/SDCCicode.h,
7355         * src/SDCCicode.c (ast2iCode, newiCode),
7356         * src/SDCCglobl.h,
7357         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7358         expr, statement, expression_statement, selection_statement,
7359         iteration_statement, expr_opt, jump_statement): foundation for tracking
7360         sequence points
7361         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7362         point code too)
7363
7364 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         * support/Util/SDCCerr.c,
7367         * src/SDCCast.h,
7368         * src/SDCCast.c (createCase, createDefault, decorateType),
7369         * src/SDCClabel.c (labelUnreach),
7370         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7371         to error messages.
7372         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7373         (with thanks to Stas Sergeev)
7374         * device/include/time.h,
7375         * device/lib/time.c (CheckTime): suppress unreachable code warning
7376
7377 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7378
7379         * src/SDCCast.c (createIvalCharPtr),
7380         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7381         bug #753752)
7382         * support/regression/tests/nullstring.c: tests for these two bugs
7383
7384 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7385
7386         * support/Util/SDCCerr.h,
7387         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7388         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7389         about storage class and 'at' used inside struct or union
7390         * src/SDCCBBlock.c (iCodeFromeBBlock),
7391         * src/SDCCcse.c (ifxOptimize),
7392         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7393         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7394         printIval, emitStaticSeg, emitOverlay),
7395         * src/SDCClabel.c (deleteIfx),
7396         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7397         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7398         gatherAutoInit, processParms),
7399         * support/Util/SDCCerr.h,
7400         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7401         reporting for post-parse errors.
7402
7403 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7406         implicit casts via union; they don't work on big endian systems
7407         (possible fix for bug #861138)
7408
7409 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7410
7411         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7412         * src/mcs51/main.c: fixed the fix for bug #737001
7413
7414 2003-12-15  Borut Razem <borut.razem AT siol.net>
7415
7416         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7417
7418 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7419
7420         * support/makebin/makebin.c: put output in binary mode
7421
7422 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7423
7424         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7425         xdata and data memory on startup. Set the environment variable
7426         SDCC_NOGENRAMCLEAR to disable this.
7427         * src/mcs51/peephole.def,
7428         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7429         (allows non-interrupt and interrupt code to safely compete for a resource
7430         without the non-interrupt code having to disable interrupts)
7431
7432 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7433
7434         * src/SDCCicode.c (geniCodeAdd),
7435         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7436         with valFromType if type might be a pointer and host is big endian).
7437         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7438         types, not just integer types.
7439         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7440         multiply defined with mismatching "at" address.
7441
7442 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7443
7444         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7445         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7446         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7447         with embedded nulls (fixed bug #753752)
7448
7449 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7450
7451         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7452         Apparently this did not see much testing (endless loop)
7453
7454 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7455
7456         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7457
7458 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7459
7460         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7461         gracefully handle NULL memmap pointers
7462
7463 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7464
7465         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7466         instead of deleting the iCode when an operand is volatile
7467         * src/z80/gen.c (genDummyRead),
7468         * src/mcs51/gen.c (genDummyRead),
7469         * src/ds390/gen.c (genDummyRead),
7470         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7471         not just IC_RIGHT
7472         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7473         * src/SDCC.y: fixed bug #850420
7474
7475 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         Applied z80 i/o port patch from Peter Townson and fixed some operators
7478         to better handle operands in A register.
7479         * device/include/z180.h
7480         * src/SDCC.y
7481         * src/SDCCglue.c
7482         * src/z80/gen.c
7483         * src/z80/gen.h
7484         * src/z80/main.c
7485         * src/z80/peeph-z80.def
7486         * src/z80/peeph.def
7487         * src/z80/z80.h
7488
7489 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7490
7491         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7492
7493 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * device/lib/hc08/_mullong.c: Removed extra #endif
7496
7497 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7498
7499         * sim/ucsim/hc08.src/inst.cc,
7500         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7501         carries from x to h
7502         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7503         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7504         * device/include/stdarg.h: fixed varargs for hc08
7505         * device/lib/Makefile.in,
7506         * device/lib/hc08/Makefile,
7507         * device/lib/hc08/_mulint.c,
7508         * device/lib/hc08/_mullong.c: fixed some endian problems
7509
7510 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7511
7512         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7513         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7514         * device/lib/_gptrget.c,
7515         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7516
7517 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7520         * src/SDCCast.c (astErrors): fixed bug #846007
7521         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7522
7523 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7524
7525         * src/SDCCast.c (decorateType): disabled a transformation I added in
7526         revision 1.188 (access to fields of a structure at an absolute address);
7527         it breaks with bitfields, extern declarations, and gcse analysis.
7528         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7529         could be assigned through a pointer, so don't complain.
7530         * src/SDCCast.c (astErrors),
7531         * src/SDCCast.h,
7532         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7533
7534 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7535
7536         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7537         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7538         output of __config directives, since gpasm now supports them
7539         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7540         pre-processor macro, i.e. -DMCU=p18f452
7541         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7542         and modified to handle 'cast' icode similarly to '=' icode
7543         * src/pic16/device.h (typedef struct PIC_device): added field
7544         'extMIface' to indicate that chip has external memory interface
7545         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7546         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7547         18F8720
7548
7549 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7550
7551         * src/SDCC.y (pointer): fixed bug #846006
7552         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7553         * src/SDCCast.c (decorateType): fixed bug #846009
7554         * src/ds390/peeph.def,
7555         * src/ds390/gen.c (genAnd, genOr),
7556         * src/mcs51/peeph.def,
7557         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7558
7559 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7560
7561         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7562         * src/SDCCdflow.c
7563         * src/SDCCcse.c
7564         * src/SDCCcse.h
7565         * src/SDCCBBlock.h
7566         * src/SDCCBBlock.c
7567
7568 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7569
7570         fixed bug #845089
7571         * src/SDCCbitv.h,
7572         * src/SDCCbitv.c: added function to free a bitvector
7573         * src/SDCClrange.h,
7574         * src/SDCClrange.c: added function to recompute the liveranges
7575         * src/avr/ralloc.c,
7576         * src/ds390/ralloc.c,
7577         * src/hc08/ralloc.c,
7578         * src/mcs51/ralloc.c,
7579         * src/pic/ralloc.c,
7580         * src/pic16/ralloc.c,
7581         * src/xa51/ralloc.c,
7582         * src/z80/ralloc.c: recompute the liveranges after register packing
7583
7584 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7585
7586         * src/SDCCloop.c (newInduction): fixed bug #845630
7587
7588 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7589
7590         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7591         inadvertantly left behind from my 2003-11-12 change
7592
7593 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7594
7595         Updated headers I neglected to commit yesterday.
7596         * src/SDCClrange.h,
7597         * src/SDCCicode.h
7598
7599 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7600
7601         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7602         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7603         * src/SDCCopt.c (eBBlockFromiCode),
7604         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7605         the creation of the key hash table from the sequencing so it can be used
7606         earlier (for some GCSE bug fixes still pending)
7607
7608 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7609
7610         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7611         * support/regression/tests/addsub.c: testing genPlus shortcut
7612
7613 2003-11-15  Borut Razem <borut.razem AT siol.net>
7614
7615         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7616
7617 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7618
7619         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7620         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7621         ordering is immaterial.
7622         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7623
7624 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7625
7626         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7627         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7628         (SIGSEV) of bug #840381
7629         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7630         unlink new file before rename if new and old filenames are the same)
7631
7632 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7633
7634         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7635         uninitialized variables) for the mcs51. Set environment variable
7636         SDCC_GENRAMCLEAR to test.
7637         xdata initialization slightly shorter
7638
7639 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7640
7641         * src/SDCCsymt.h,
7642         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7643         #838241 & 780691 (basicly the same bug)
7644         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7645         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7646
7647 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7648
7649         * src/SDCCmain.c (linkEdit): "fix" #834252
7650
7651 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7652
7653         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7654         * src/SDCCast.h,
7655         * src/SDCC.y: fixed bug #819403
7656
7657 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7658
7659         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7660         the reentrant attribute.
7661         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7662         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7663         simulation
7664         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7665         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7666         erroneously reduced to a literal.
7667         * src/hc08/ralloc.c (packRegisters, rematStr),
7668         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7669         some cases
7670
7671 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7672
7673         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7674         * doc/sdccman.lyx: changed from 'article' to 'book'
7675         * doc/Makefile: readded test_suite_spec and cdbfileformat
7676
7677 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7678
7679         * device/include/stdlib.h: include malloc.h to comply with ANSI
7680         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7681
7682 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7683
7684         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7685         * doc/clean.mk: also remove *.out files
7686         * doc/sdccman.lyx: some additions, larger top/bottom margins
7687
7688 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7689
7690         * src/SDCC.y: fixed bug #837365
7691         * support/regression/tests/bitopcse.c
7692         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7693         a symbol (might be valop instead)
7694         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7695         * device/lib/clean.mk: added hc08 to the cleaning list
7696
7697 2003-11-04  Borut Razem <borut.razem AT siol.net>
7698
7699         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7700           made 2003-11-04
7701         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7702           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7703           malloc is declared in standard stdlib.h
7704
7705 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7706
7707         * device/lib/hc08/Makefile: need to clean .rel not .o files
7708         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7709
7710 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7711
7712         * src/port.h,
7713         * src/hc08/main.c,
7714         * src/mcs51/main.c,
7715         * src/ds390/main.c,
7716         * src/z80/main.c,
7717         * src/avr/main.c,
7718         * src/pic/main.c,
7719         * src/pic16/main.c,
7720         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7721         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7722         tests (which uses the port's oclsExpense function)
7723         * src/SDCC.y,
7724         * src/SDCCast.c,
7725         * src/SDCCicode.c,
7726         * src/hc08/gen.c,
7727         * src/ds390/gen.c,
7728         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7729
7730 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7731
7732         * src/SDCCcse.c (ifxOptimize),
7733         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7734         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7735         deleting the IFX iCode.
7736         * src/hc08/ralloc.c: reduced unneeded slocs
7737         * src/hc08/gen.c: fixed bug in asmopToBoolean
7738
7739 2003-11-04  Borut Razem <borut.razem AT siol.net>
7740
7741         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7742           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7743           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7744           transferred to configure
7745
7746 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7747
7748         Use headers defined in the C[++] standards:
7749         * sim/ucsim/gui.src/serio.src/fileio.cc
7750         * sim/ucsim/gui.src/serio.src/frontend.cc
7751         * sim/ucsim/gui.src/serio.src/main.cc
7752         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7753         * support/Util/NewAlloc.c
7754         * as/hc08/lklibr.c
7755         * as/mcs51/lklibr.c
7756         * as/z80/aslist.c
7757         * as/z80/assym.c
7758
7759 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7760
7761         * Added MSVC projects for hc08 assembler and linker:
7762         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7763         /as/hc08/link_hc08.dsp
7764
7765 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7766
7767         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7768
7769 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7770
7771         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7772
7773 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7774
7775         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7776
7777 2003-10-31  Borut Razem <borut.razem AT siol.net>
7778
7779         * support/cpp2/cpplib.h,
7780           support/cpp2/cpplib.c,
7781           support/cpp2/cpplex.c,
7782           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7783           to switch _asm block preprocessing on / off. Default is
7784           #pragma preproc_asm +
7785
7786 2003-10-31  Borut Razem <borut.razem AT siol.net>
7787
7788         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7789           when outputting comment blocks (when executed with -C option) and
7790           _asm (SDCPP specific) blocks
7791
7792 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7793
7794         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7795
7796 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7797
7798         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7799
7800 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7801
7802         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7803         * src/SDCCast.c (decorateType): fixed bug #832664
7804
7805 2003-10-31  Borut Razem <borut.razem AT siol.net>
7806
7807         * support\cpp2\cpplex.c: fixed for SDCPP:
7808           comments(when executed with -C option) and _asm blocks
7809           were included even if they where in skipped #if block.
7810           Applied solution from GCC cpp 3.3.2
7811
7812 2003-10-31  Borut Razem <borut.razem AT siol.net>
7813
7814         * src/SDCC.lex: sdcc now understands both formats:
7815           '# <line_number> <file_name>' and
7816           '#line <line_number> <file_name>'
7817         * support/cpp2/cppmain.c: sdcpp now generates the standard
7818           '# <line_number> <file_name>' instead of former
7819           '#line <line_number> <file_name>'
7820
7821 2003-10-30  Borut Razem <borut.razem AT siol.net>
7822
7823         * support/cpp2/cpphash.h,
7824         * support/cpp2/cpplib.h
7825         * support/cpp2/cpplex.c,
7826         * support/cpp2/cppmain.c,
7827         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7828
7829 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7830
7831         Fixed a number of problems revealed by bug #827883.
7832         * src/SDCCloop.c (loopInvariants): Spill location of the
7833         result operand should be recomputed if extracted from
7834         a loop. Also, don't extract assignments of an iTemp
7835         from a literal.
7836         * src/SDCCast.c (isConformingBody): loop reversal should
7837         not occur if the control variable is involved with a
7838         relational operator.
7839
7840 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7841
7842         * .version: bumped to 2.3.6 to reflect the big improvements
7843         made by Erik and Klaus. Thanks!
7844
7845 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7846
7847         Replaced the livrange code.
7848         * src/SDCClrange.c: added new LR code
7849         * src/SDCCloop.c,
7850         * src/SDCCBBlock.h: removed remainig parts from old LR code
7851         * src/ds390/ralloc.c,
7852         * src/ds390/gen.c: minor fixes to make it work with new code
7853
7854 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7855
7856         * as/hc08/asm.h,
7857         * as/hc08/lkrloc.c,
7858         * src/hc08/gen.c,
7859         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7860         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7861         (tweaked fix for bug #818696)
7862
7863 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7864
7865         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7866
7867 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7868
7869         * src/SDCCmain.c,
7870         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7871         * src/mcs51/gen.c (gencjneshort),
7872         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7873         more efficient (per Scott Bronson's suggestion)
7874
7875 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7876
7877         Extended the semantics of the critical keyword to include
7878         individual statements. See RFE #827755 and #799831
7879         * src/SDCC.y
7880         * src/SDCCicode.c
7881         * src/SDCCopt.c
7882         * src/SDCCast.c
7883         * support/Util/SDCCerr.c
7884         * support/Util/SDCCerr.h
7885         * src/mcs51/gen.c
7886         * src/ds390/gen.c
7887         * src/hc08/gen.c
7888
7889 2003-10-19  Borut Razem <borut.razem AT siol.net>
7890
7891         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7892
7893 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7894
7895         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7896         Fixed bug #818696
7897         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7898         and predecrement operand is displayed
7899
7900 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         * src/SDCCval.c (valMinus): fixed bug #826041
7903
7904 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7905
7906         Some hc08 related updates that I missed earlier
7907         * sim/ucsim/stypes.h
7908         * support/regression/ports/hc08/spec.mk
7909
7910 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7911
7912         New target "hc08" for the Motorola 68hc08 family of micros
7913
7914         * configure
7915         * configure.in
7916         * Makefile
7917         * src/hc08/*
7918         * src/SDCCmain.c
7919         * src/port.h
7920         * sim/ucsim/hc08.src/*
7921         * sim/ucsim/configure.in
7922         * src/ucsim/configure
7923         * sim/ucsim/packages_in.mk
7924         * as/hc08/*
7925         * as/Makefile
7926         * device/include/mc68hc908qy.h
7927         * device/lib/hc08/*
7928         * device/lib/Makefile.in
7929         * support/regression/ports/hc08/*
7930         * support/regression/Makefile
7931
7932 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7933
7934         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7935         regression test
7936         * src/ds390/gen.c (genCast): fixed bug #821957
7937
7938 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7939
7940         * device/lib/logf.c: "fixed" overlay bug
7941         * support/regression/ports/host/spec.mk: added m library
7942         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7943         * support/regression/tests/float_trans: added (for Eric)
7944
7945 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7946
7947         * src/mcs51/gen.c (genCpl): fixed bug
7948         http://sf.net/mailarchive/message.php?msg_id=6263915
7949
7950 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7951
7952         * src/SDCCast.c (decorateType): added extended constant folding
7953         * src/SDCCsymt.c (computeType): cleanup
7954         * src/SDCCval.c (valShift): minor optimization
7955         * support/regression/tests/ast_constant_folding.c: added
7956
7957 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7958
7959         * src/SDCCmain.c: removed some unintended changes
7960
7961 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7962
7963         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7964         * src/z80/gen.c: fixed part of bug #817589
7965         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7966
7967 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7968
7969         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7970         * src/SDCCcflow.c
7971         * src/SDCCcse.c
7972         * src/SDCCdflow.c
7973         * src/SDCClabel.c
7974         * src/SDCClrange.c
7975         * src/SDCCmem.c
7976         * src/SDCCopt.c
7977         * src/SDCCpeeph.c
7978         * src/SDCCset.c
7979         * src/avr/ralloc.c
7980         * src/ds390/ralloc.c
7981         * src/izt/ralloc.c
7982         * src/mcs51/ralloc.c
7983         * src/pic/ralloc.c
7984         * src/pic16/ralloc.c
7985         * src/xa51/ralloc.c
7986         * src/z80/ralloc.c
7987         * src/z80/gen.c: removed unused label "release:"
7988
7989 2003-10-06  Borut Razem <borut.razem AT siol.net>
7990
7991         * src/SDCC.lex: removed definition of unused variables
7992           save_optimize and save_options
7993
7994 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         * clean.mk: removed '=' in "-maxdepth=1"
7997         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7998         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7999
8000 2003-10-06  Borut Razem <borut.razem AT siol.net>
8001
8002         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8003           my_unput() replaced by unput()
8004
8005 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8006
8007         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8008         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8009         type-punned pointer will break strict-aliasing rules"
8010         Old LR behaviour is again default; Klaus' LR can be choosen by
8011         defining the environment variable LRKLAUS
8012         * src/SDCCBBlock.h
8013         * src/SDCCloop.c
8014         * src/SDCClrange.c
8015         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8016         * clean.mk: fixed removal of files in bin/CVS/
8017         * device/lib/clean.mk: fixed removal of directories small and large
8018         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8019         * src/SDCCicode.c,
8020         * src/SDCCval.c: removed superflous test for pedantic
8021
8022 2003-10-05  Borut Razem <borut.razem AT siol.net>
8023
8024         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8025           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8026           message "unmatched #pragma SAVE and #pragma RESTORE"
8027
8028 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8029
8030         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8031           assembly, critical functions, atomic, nojtbound)
8032
8033 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8034
8035         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8036         * src/SDCCBBlock.h
8037         * src/SDCCloop.c
8038         * src/SDCCloop.h
8039         * src/SDCClrange.c
8040
8041 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8042
8043         * src/z80/gen.h,
8044         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8045         * src/mcs51/gen.h
8046         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8047         * src/ds390/gen.h
8048         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8049         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8050         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8051
8052 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/z80/gen.c (genRet): fixed bug #524753
8055         * src/z80/gen.c (genCast): fixed internal error on cast from
8056         pointer to long
8057         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8058         fix for bug #477835 to the z80
8059         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8060         for tracking iCodes in the peephole optimizer for z80
8061
8062 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8063
8064         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8065         the other part of bug #814548
8066         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8067
8068 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8069
8070         * src/SDCCcse.c: fixed part of bug #814548
8071
8072 2003-09-28  Borut Razem <borut.razem AT siol.net>
8073
8074         * src/asm.c: rewrite of printILine() to use temporary file instead
8075           a pipe
8076         * src/xa51/main.c: commented out declaration of int rewinds
8077
8078 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8079
8080         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8081
8082 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8083
8084         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8085         * src/asm.c (printILine): Fixed bug #811015
8086
8087 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8088
8089         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8090         freeing.
8091
8092 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8093
8094         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8095         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8096         to correctly handle general case of AOP_PAIRPTR
8097         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8098
8099 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8100
8101         * src/mcs51/ralloc.c (fillGaps),
8102         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8103         register positioning bug)
8104
8105 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8106
8107         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8108
8109 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8110
8111         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8112         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8113         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8114         (ralloc doesn't intentionally do this now, but perhaps later)
8115         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8116         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8117         register positioning bugs (Fixed bug #762602 and #795325)
8118         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8119         (Fixed bug #808779)
8120         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8121         lines that --i-code-in-asm generates
8122
8123 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8124
8125         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8126         trying to fclose a FILE* that was already closed.
8127
8128 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8129
8130         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8131         of const struct should be treated as if const themselves)
8132
8133 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8134
8135         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8136
8137 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8138
8139         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8140         Unix (/n) and DOS (/r/n) line terminations.
8141
8142 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8143
8144         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8145         bug #613775
8146
8147 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8148
8149         * src/mcs51/gen.c (genFunction, genEndFunction),
8150         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8151         and restore of EA so that stack offsets to parameters are
8152         correct when using both critical and reentrant/stack-auto.
8153         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8154         size (can be triggered in error if sloc is shared between
8155         different sized objects)
8156         * device/include/float.h: fixed macros to explicitly use
8157         unsigned long where needed
8158
8159 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8160
8161         Feature req. 799831: added code to allow nesting of critical functions
8162         * src/mcs51/gen.c (genFunction, genEndFunction)
8163         * src/ds390/gen.c (genFunction, genEndFunction)
8164
8165 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8166
8167         * src/SDCCsymt.c (sclsFromPtr),
8168         * src/SDCCsymt.h,
8169         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8170         support for standard C idiom of memory mapped variables; for
8171         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8172         to xdata int at 0x1234 tempvar = 1.
8173         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8174         provided by Akiya ISHIDA
8175
8176 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8177
8178         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8179         * src/SDCCval.c (constVal): added reduction from int to char
8180         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8181         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8182         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8183         to ignore the sign
8184         * support/regression/tests/shifts.c: fixed
8185
8186 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8187
8188         * src/z80/gen.c (genXor): Fixed bug #805445
8189
8190 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8191
8192         Fixed bug #621531 (const & volatile confusion in the type chain).
8193         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8194         refer to the const or volatile state of the pointer itself.
8195
8196         * src/SDCCast.c
8197         * src/SDCCglue.c
8198         * src/SDCCicode.c
8199         * src/SDCCsymt.c
8200         * src/SDCCval.c
8201         * src/SDCC.y
8202         * src/SDCCsymt.h
8203         * src/pic/gen.c
8204         * src/pic/ralloc.c
8205         * src/pic16/gen.c
8206         * src/pic16/ralloc.c
8207         * support/regression/tests/const.c
8208
8209 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8210
8211         When checking for duplicated modules, use absolute paths
8212         instead of relative paths.  Files changed:
8213
8214         * as/mcs51/lklib.c
8215         * link/z80/lklib.c
8216
8217 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8218
8219         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8220
8221 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8222
8223         * device/include/string.h: added size_t typedef, changed
8224         prototypes to use size_t, eliminated separate reentrant and
8225         non-reentrant declarations, added _memmove declaration
8226         * device/lib/_memcpy.c: changed to use size_t instead of int,
8227         changed /4 to >>2 to avoid division library call
8228         * device/lib/_memcmp.c,
8229         * device/lib/_memset.c,
8230         * device/lib/_strncat.c,
8231         * device/lib/_strncpy.c,
8232         * device/lib/_strncmp.c: changed to use size_t instead of int
8233         * device/lib/_memmove.c: new file (fixed bug #772294)
8234         * device/lib/Makefile.in: added _memmove.c
8235         * device/lib/z80/asm_strings.s: fixed bug #772290
8236         * support/regression/tests/bitfields.c: attempt to fix host assertion
8237         failure on amd64-unknown-linux2.2
8238
8239 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8240
8241         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8242         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8243         * as/z80/asmain.c (main): fixed bug #801766
8244
8245 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8246
8247         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8248         compilers
8249
8250 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8251
8252         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8253         reported in bug #800609
8254
8255 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8256
8257         * Top header beautifications in src/pic16 directory:
8258           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8259           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8260           pcoderegs.h, ralloc.c, ralloc.h
8261         * main.c: added top header and GPL license notice
8262         * pcode.c: fixed the if-conditional warning
8263
8264 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8265
8266         * device/lib/_mullong.c: replaced int by short for gcc
8267
8268 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8271         and JUMPTABLE iCodes properly now (worked by accident before)
8272         * src/mcs51/gen.c (leftRightUseAcc),
8273         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8274         iCode properly now. Use getSize instead of nRegs since a & b
8275         aren't part of the nRegs tally.
8276
8277 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8278
8279         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8280         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8281           before instructions that use the _STATUS register
8282
8283 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8284
8285         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8286         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8287         fetching of the pointer
8288         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8289         copied from genNearPointerSet()
8290         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8291         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8292         If they pop r0/r1 they must be called in the opposite order than aopOp().
8293         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8294         (resp. --stack-auto), prepared for --xstack
8295
8296 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8297
8298         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8299
8300 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8301
8302         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8303         these ports have their own __sdcc_external_start()
8304
8305 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8306
8307         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8308         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8309         type for bits was changed. It resulted in bit variables becoming
8310         global, which is not permitted in PIC 14 assembly output.
8311
8312 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8313
8314         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8315
8316 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8317
8318         Z80 and MCS51 linkers complaint if a public symbol is defined
8319         in more than one library module:
8320
8321         * as/mcs51/lklib.c
8322         * link/z80/lklib.c
8323         * as/mcs51/Makefile.in
8324
8325 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8326
8327         A few small changes that speed up the peephole optimizer.
8328
8329         * src/SDCCpeeph.c
8330
8331 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8332
8333         Try to make the peephole optimizer smarter by maintaining
8334         an association between the assembly source code and the
8335         iCodes that originated them. Put this information to use
8336         with a new peephole rule condition "notVolatile" so that
8337         the rules can be aggressive yet still safe.
8338
8339         * src/SDCCpeeph.c
8340         * src/SDCCpeeph.h
8341         * src/mcs51/gen.c
8342         * src/mcs51/peeph.def
8343
8344 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8345
8346         Fixed bug #741761
8347
8348         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8349         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8350         if the left or right operand symbols have the accuse flag set.
8351
8352 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8353
8354         Changed the type of the result of the ! (NOT) operator to char;
8355         previously it returned the same type as the source. This allows
8356         us to eliminate all the genFloatNot functions (all of its target
8357         implementations were very buggy) since !float can use the same
8358         code as !long now.
8359
8360         * src/SDCCicode.c (ast2iCode): ! returns char
8361         * src/mcs51/gen.c (genNot, genNotFloat),
8362         * src/ds390/gen.c (genNot, genNotFloat),
8363         * src/z80/gen.c (genNot, genNotFloat),
8364         * src/pic/gen.c (genNot, genNotFloat),
8365         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8366
8367 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8368
8369         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8370         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8371            during interrupts. Ensure WSAVE is located at a shared bank address.
8372         2. Fixed page selection in some places
8373         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8374            the registers name strings.
8375         4. Fixed "signed / unsigned compare" compiler warnings.
8376         5. The PIC port manages its own allocation of the general purpose
8377            registers, but makes no attempt to reuse them. As a result when
8378            compiling it soon runs out of general purpose registers. Some
8379            additional code was added to the files pcode.c and device.c to walk
8380            through the function call tree and rename the registers so that they
8381            get reused.
8382
8383         * src/pic/device.c
8384         * src/pic/gen.c
8385         * src/pic/glue.c
8386         * src/pic/pcode.c
8387         * src/pic/pcode.h
8388         * src/pic/ralloc.c
8389         * src/pic/ralloc.h
8390         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8391         genPlus() & genMinus() when the result is the same as left or right
8392
8393 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8394
8395         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8396
8397 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8398
8399         Made bitfield a distinct type from bit so that bitfields
8400         convert as per ANSI C and bits retain their traditional
8401         boolean style behaviour. Implemented bitfield support in
8402         the z80 port.
8403
8404         * src/SDCCsymt.h,
8405         * src/SDCCsymt.c,
8406         * src/SDCCast.c,
8407         * src/cdbFile.c,
8408         * src/mcs51/gen.c,
8409         * src/ds390/gen.c: bit v bitfield split
8410         * src/z80/gen.c: New support for bitfields
8411         * support/regression/tests/bitfields.c: reenabled z80,
8412         added more tests
8413
8414 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8415
8416         Rules 246.x, 247.x relate to bitfields, the others speed up
8417         access to xdata mapped I/O devices.
8418
8419         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8420
8421 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         Cleaned up genPackBits and genUnpackBits and added two helper
8424         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8425         for literal assignments in genPackBits (thanks to Frieder for
8426         reminding me).
8427
8428         * src/mcs51/gen.c
8429         * src/ds390/gen.c
8430
8431 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8432
8433         Fixed bug #748310 (pointer to function type mishandled when the
8434         function name is omitted). Also fixed a SIGSEGV when a function
8435         attribute (reentrant, etc) is used on a non-function or on a
8436         function but misplaced before the parameter list.
8437
8438         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8439         bug #748310
8440         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8441         * support/Util/SDCCerr.h,
8442         * support/Util/SDCCerr.c: Added func attr misuse error msg
8443
8444 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8445
8446         Fixed bug #787649 by anonymous
8447         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8448         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8449
8450 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8451
8452         Fixed numerous bitfield problems.
8453
8454         * src/SDCC.y: More bitfield related error checking
8455         * src/SDCCsymt.h,
8456         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8457         * support/Util/SDCCerr.h,
8458         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8459         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8460         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8461         * support/regression/tests/bitfields.c: tests added
8462
8463 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8464
8465         Made the constant following the "interrupt" keyword optional. If
8466         omitted, the function will not automatically be given an entry
8467         in the interrupt vector table (similar to #pragma NOIV, but
8468         less syntacticly kludgy). The interrupt number is also now
8469         range checked. Also fixed a bug in the high order bit example
8470         in the manual.
8471
8472         * src/SDCC.y
8473         * src/SDCCmem.c
8474         * src/SDCCglue.c
8475         * src/SDCCsymt.h
8476         * support/Util/SDCCerr.c
8477         * support/Util/SDCCerr.h
8478         * doc/sdccman.lyx
8479
8480 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8481
8482         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8483         * src/SDCCicode.c (operandOperation): rewritten some ops
8484         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8485         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8486         other type
8487         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8488         be re-activated by defining REDUCE_LITERALS)
8489         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8490         unsigned, but are signed by default
8491         * src/SDCCval.c (constVal): rearranged
8492         * src/SDCCval.c (valMod): preliminary fix
8493         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8494         * support/regression/literalop.c: added, work in progress
8495
8496 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8497
8498         Generate warnings for useless declarations like "char data;"
8499         that don't do what new users expect.
8500
8501         * src/SDCC.y
8502         * support/Util/SDCCerr.h
8503         * support/Util/SDCCerr.c
8504
8505 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8506
8507         * src/SDCCval.c (valMult): fix overflow detection of negative int
8508
8509 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8510
8511         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8512
8513         Changes to support big endian targets:
8514
8515         * src/ports.h
8516         * src/SDCCglue.c
8517         * src/avr/main.c
8518         * src/ds390/main.c
8519         * src/izt/i186.c
8520         * src/mcs51/main.c
8521         * src/pic/main.c
8522         * src/pic16/main.c
8523         * src/xa51/main.c
8524         * src/z80/main.c
8525
8526 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8527
8528         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8529         * device/lib/time.c: fixed warning "integer overflow in expression"
8530
8531 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8532
8533         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8534         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8535         constants are unsigned; added recognition of "u" flag for unsigned
8536         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8537         * src/SDCCval.c (valDiv, valMod): fixed signdness
8538         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8539         signedness of modulo, left and right shift
8540         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8541         * support/Util/SDCCerr.h: added warning W_INT_OVL
8542         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8543         * src/SDCCast.c (ast_print): improved output of constants
8544
8545 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8546
8547         Fixed some warnings when building with MSVC:
8548
8549         * as\mcs51\asdata.c
8550         * as\z80\asdata.c
8551         * as\mcs51\asm.h
8552         * as\z80\asm.h
8553         * link\z80\aslink.h
8554         * link\z80\lkdata.c
8555         * link\z80\lkeval.c
8556         * link\z80\lkgb.c
8557         * link\z80\lkihx.c
8558         * link\z80\lks19.c
8559         * link\z80\lksym.c
8560         * support\cpp2\cpplib.c
8561         * src\ds390\gen.c
8562         * src\mcs51\gen.c
8563
8564 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8565
8566         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8567
8568 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8569
8570         * support\librarian\clean.mk: Do not remove Makefile.
8571         * support\librarian\Makefile: added.
8572
8573 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8574
8575         Added librarian to MSVC build:
8576         * all.dsp
8577         * sdcc.dsw
8578         * support\librarian\librarian.dsp
8579
8580         'configure' not needed for librarian, removed:
8581         * support\librarian\configure
8582         * support\librarian\configure.in
8583         * support\librarian\config_in.h
8584         * support\librarian\Makefile.in
8585
8586         Hopefully these ones built the librarian and the rest of sdcc properly:
8587         * Makefile
8588         * Makefile.common.in
8589
8590         Messed up 'configure', so revert to previous version:
8591         * configure
8592         * configure.in
8593
8594 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8597         there, while the mantissa of a double is "only" 53 bits wide.
8598
8599 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8600
8601         Adding sdcclib to the build.  MSVC project coming soon.
8602         Files added/changed:
8603
8604         * support\librarian\clean.mk
8605         * support\librarian\configure
8606         * support\librarian\configure.in
8607         * support\librarian\config_in.h
8608         * support\librarian\Makefile.bcc
8609         * support\librarian\Makefile.in
8610         * support\librarian\sdcclib.c
8611         * Makefile.bcc
8612         * Makefile
8613         * Makefile.common.in
8614         * configure
8615         * configure.in
8616
8617 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8618
8619         Linker now complaints if linked modules have conflicting options, for
8620         example, one compiled using --model-large and another one compiled with
8621         --model-small.  The following files were modified:
8622
8623         * as\mcs51\asdata.c
8624         * as\mcs51\aslink.h
8625         * as\mcs51\asm.h
8626         * as\mcs51\asmain.c
8627         * as\mcs51\asout.c
8628         * as\mcs51\i51pst.c
8629         * as\mcs51\lkdata.c
8630         * as\mcs51\lklibr.c
8631         * as\mcs51\lkmain.c
8632         * as\z80\asdata.c
8633         * as\z80\asm.h
8634         * as\z80\asmain.c
8635         * as\z80\asout.c
8636         * as\z80\z80pst.c
8637         * link\z80\aslink.h
8638         * link\z80\lkdata.c
8639         * link\z80\lklibr.c
8640         * link\z80\lkmain.c
8641         * src\SDCCglue.c
8642
8643 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8644
8645         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8646         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8647
8648 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8649
8650         * src/z80/mappings.i: fix _mul[us][int,long] entries
8651
8652 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8653
8654         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8655
8656 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8657
8658         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8659         * support/regression/tests/bitopcse.c: added
8660         fixed warning:
8661         * src/avr/gen.c:
8662         * src/pic/gen.c:
8663         * src/pic16/gen.c:
8664         * src/z80/gen.c:
8665         * src/xa51/gen.c:
8666
8667 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8668
8669         added support for new library format to z80, gbz80 linkers:
8670         *link/z80/aslink.h
8671         *link/z80/lklex.c
8672         *link/z80/lklib.c
8673         *link/z80/lklist.c
8674
8675 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8676
8677         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8678         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8679
8680 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8681
8682         added DUMMY_READ_VOLATILE:
8683         * src/SDCC.y:
8684         * src/avr/gen.c:
8685         * src/xa51/gen.c:
8686         * src/z80/gen.c:
8687         * src/pic/gen.c:
8688         * src/pic16/gen.c:
8689         * src/mcs51/gen.c:
8690         * src/ds390/gen.c:
8691         * src/SDCCcse.c (algebraicOpts): many improvements
8692         * src/SDCCcse.h: removed algebraicOpts()
8693         * src/SDCCicode.c (picDummyRead): added
8694
8695 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8696
8697         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8698         "Insufficient space in data memory".
8699
8700 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8701
8702         * src/mcs51/gen.c: fixed bug #771358
8703         * src/z80/gen.c: fixed bug #759087
8704
8705 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8706
8707         * src/pic16/glue.c: minor cleanup by Vangelis
8708
8709 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8710
8711         * device/include/regc515c.h: fixed #758477
8712         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8713         * device/lib/_gptrput.c: saved a few bytes
8714         * my tab spacing is 8, yours too?)
8715         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8716         * device/lib/serial.c: process RX bytes earlier than TX bytes
8717         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8718
8719 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8720
8721         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8722
8723 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8724
8725     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8726
8727 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * device/lib/Makefile.in: bad fix, reverted to 1.43
8730
8731 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8732
8733         * device/lib/Makefile.in: added missing z80 object files
8734
8735 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8738         pic16 progress by Vangelis:
8739         * src/SDCCglobl.h:
8740         * src/SDCCmain.c:
8741         * src/pic/Makefile:
8742         * src/pic:
8743         * pic/Makefile:
8744         * pic16/device.c:
8745         * pic16/device.h:
8746         * pic16/gen.c:
8747         * pic16/gen.h:
8748         * pic16/genarith.c:
8749         * pic16/glue.c:
8750         * pic16/main.c:
8751         * pic16/pcode.c:
8752         * pic16/pcode.h:
8753         * pic16/pcodepeep.c:
8754         * pic16/peeph.def:
8755
8756 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8757
8758     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8759
8760 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8761
8762     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8763     added gbz80 build to MSVC project.
8764     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8765     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8766     from 8051 stuff and setup so it links using a .lnk file.
8767
8768 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8769
8770     * support/librarian/sdcclib.c: sdcc librarian.
8771     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8772     with sdcclib.
8773
8774 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8775
8776     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8777
8778 2003-07-02  Borut Razem <borut.razem AT siol.net>
8779
8780         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8781         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8782         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8783         src/xa51/main.c, src/z80/main.c:
8784         virtualization of glue() function: each port has it's own glue function,
8785         which is accessed by do_glue function pointer in PORT.general structure
8786
8787 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8788
8789         * DS800C400 fun, improved ROM interface and tinibios.
8790
8791 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8792
8793         * More support for DS80C400. Now includes beginning of interface to ROM.
8794
8795 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8796
8797         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8798
8799 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8800
8801         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8802
8803 2003-06-19  Borut Razem <borut.razem AT siol.net>
8804
8805         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8806
8807 2003-06-19  Borut Razem <borut.razem AT siol.net>
8808
8809         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8810         fixed Z80 port - crt0.o: cannot open.
8811
8812 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8813
8814         * support/Util/MySystem.c (merge_command): revert bad fix
8815
8816 2003-06-18  Borut Razem <borut.razem AT siol.net>
8817
8818         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8819
8820 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8821
8822         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8823         option --use-stdout sends errors to stdout instead of stderr.
8824
8825 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8826
8827         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8828
8829 2003-06-15  Borut Razem <borut.razem AT siol.net>
8830
8831         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8832         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8833         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8834         fixed width array of pointers replaced with sets;
8835         multiple include and lib paths ared transferred to preprocessor and linker
8836         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8837         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8838         fixed width array of pointers
8839         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8840         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8841         fixupPath(), getPathDifference()
8842         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8843         fixed width array of pointers
8844
8845 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8846
8847         * src/pic16/ralloc.c: fix warnings
8848         * src/pic16/pcode.c: fix warning
8849
8850 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8851
8852          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8853         know all the details, but essentially this set of changes enable
8854         the pic16 port to generate movff instructions and generate assembler
8855         directives,
8856         * src/SDCCmain.c:
8857         * src/pic16/gen.c:
8858         * src/pic16/glue.c:
8859         * src/pic16/pcode.c:
8860         * src/pic16/device.c:
8861         * src/pic16/main.c:
8862         * src/pic16/pcode.h:
8863         * src/pic16/pcoderegs.c:
8864         * src/pic16/ralloc.c:
8865         * src/pic16/ralloc.h:
8866
8867 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8868
8869         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8870         added option --vc, so sdcc errors and warnings are compatible with
8871         Microsoft Visual Studio.
8872
8873 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8874
8875         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8876           device/lib/libfloat.lib: added atof function.
8877
8878 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8879
8880         * doc/sdccman.lyx: updated to Lyx 1.3
8881         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8882         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8883         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8884
8885 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8886
8887         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8888
8889 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8890
8891         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8892           additions to the "related tools/documentation" section
8893
8894 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8895
8896         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8897
8898 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8899
8900         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8901         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8902
8903 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * doc/sdccman.lyx: fix double dash and other minor things
8906         * doc/Makefile: fix double dash
8907
8908 2003-05-28  Karl Bongers(patches from Martin Helmling)
8909         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8910           condition and ignore commands.
8911
8912 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8913
8914         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8915           is in parts still quite out of date, I did changes as far as I felt makes sense
8916           for a non-native english speaker.
8917           Please feel free to add to the manual or to correct my changes.
8918         * doc/Makefile: undid touching the date of intermediate tex files.
8919
8920 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8921
8922         * doc/sdccman.lyx: Manual has an index now
8923
8924 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         Finalize muluint/mulsint and mululong/mulslong merging:
8927         * device/lib/_mulint.c
8928         * device/lib/_mullong.c
8929         * device/lib/gbz80/mul.s
8930         * device/lib/gbz80/stubs.s
8931         * device/lib/z80/mul.s
8932         * device/lib/z80/stubs.s
8933         * src/SDCCsymt.c (initCSupport)
8934
8935 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8936
8937         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8938         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8939           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8940           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8941           instead of /Zm500.
8942
8943 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8944
8945         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8946           the regression tests I'm not brave enough to enable 245.b, 245.c
8947         * doc/sdccman.lyx: added latex preamble for hyperref package.
8948           Using pdflatex this will give you a hyperlinked pdf file with
8949           bookmarks. (prepend '%' before /usepackage if this breaks something)
8950
8951 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8952
8953          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8954
8955 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8956
8957         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8958
8959 2003-05-21    <johan AT balder>
8960
8961         * src/SDCCglue.c (printIval): fixed bug #739934
8962
8963 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8964
8965         Applied patch from bug 737905 (renamed yylineo to mylineno):
8966         * src/altlex.c
8967         * src/SDCCast.c
8968         * src/SDCglobl.h
8969         * src/SDCC.lex
8970         * src/SDCCsymt.c
8971         * src/SDCCval.c
8972         * src/pic16/pcode.c: Cleaned warnings
8973         * src/pic16/pcodeflow.c: Cleaned warnings
8974         * src/pic16/pcoderegs.c: Cleaned warnings
8975
8976 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8977
8978         * src/pic16/pcode.c: Cleaned warnings
8979         * src/pic16/pcodepeep.c: Cleaned warnings
8980         * src/pic16/ralloc.c: Cleaned warnings
8981
8982 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8983
8984         * doc/sdccman.lyx: fixed bug 739745
8985         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8986
8987 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8990         it can be defined with CFLAGS when running configure
8991         * src/SDCCmain.c: fixed compiling + linking with object files
8992
8993 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8994
8995         * configure.in: configure for pic16 port,
8996             added --disable-pic16-port
8997         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8998         * src/SDCCmain.c: linkOptions is changed to set *,
8999             added if/endif conditional macros to remove options help
9000             messages from optionsTable when a port is not configured, added
9001             support for the PIc16 port in the ports table, when executing
9002             the compiler with no port specified on command line, a default
9003             port is selected with the new macro DEFAULT_PORT which is
9004             defined in port.h, in setDefaultOptions() linkOptions is removed
9005             from initialization assignment, since now it is a set,
9006             parseCmdLine uses setParseWithComma for linkOptions, in
9007             linkEdit() linkOptions are accessed with new function indexSet()
9008             which returns the i'th item of a set variable. See SDCCset.c, in
9009             linkEdit() when calling buildCmdLine(), added linkOptions as
9010             last argument. Now users can pass arguments to gplink via the
9011             -Wl option, main() uses pic16glue() to glue up pic16 programs
9012         * src/SDCCpeeph.c: various changes to support pic16
9013         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9014             return the i'th item of the set
9015         * src/SDCCset.h: added function prototype for indexSet()
9016         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9017         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9018         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9019             added macro DEFAULT_PORT
9020         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9021         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9022             generated
9023         * src/pic16/glue.c: commented out some error producing lines
9024         * src/pic16/main.c: __config directives are commented out to stop
9025             gpasm complaining and test the linkage with gplink, _linkCmd and
9026             _asmCmd changed to be more gplink and gpasm friendly
9027         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9028             produced an error when parsed, peep rule 12 is added to utilize
9029             movff, but it is commented out since the pCode does not support
9030             yet a command with 2 address arguments
9031
9032 2003-05-18    <johan AT balder>
9033
9034         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9035         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9036 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9037
9038         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9039   Added feature to script commands from file.
9040
9041 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9042
9043         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9044         * src/SDCCutil.c: include ctype.h for win32
9045
9046 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9047
9048         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9049
9050 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9051
9052         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9053   Fixed so you can set breakpoints prior to run, run does not stop
9054   on entry now.  Add tbreak.  Other enhancements and fixes for use
9055   with ddd.
9056
9057 2003-05-12  Borut Razem <borut.razem AT siol.net>
9058
9059         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9060
9061 2003-05-11  Borut Razem <borut.razem AT siol.net>
9062
9063         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9064         the path of bin directory, so that PATH is the only env. variable, which has to be set
9065         in case of standard installation.
9066         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9067         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9068         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9069
9070 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9071
9072         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9073         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9074         temp files are in the port dir; clean the gen/test directory when
9075         generating new test.c
9076         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9077         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9078         * support/regression/tests/zeropad.c: added
9079
9080 2003-05-09    <johan AT balder>
9081
9082         * src/SDCCglue.c: fixed bug #597940
9083
9084 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9085
9086         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9087   cache sfr, optimize next,step, fix off by one sourceline,
9088   support ddd list function.
9089         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9090
9091 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9092
9093         * support/regression/HTMLgen.py: added compare_s2f()
9094         * support/regression/Makefile: redo 1.27
9095         * support/regression/generate-cases.py: redo 1.5
9096
9097 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9098
9099         * support/regression/tests/float.c: workaround 33 bit hex constant
9100         * support/regression/tests/simplefloat.c: fix division for host
9101
9102 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9103
9104         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9105         that tame's the PIC's over-aggressive optimizer.
9106
9107 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9108
9109          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9110          support for MSVC.
9111
9112 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9113
9114         Initial support for DS80C400. "Hello world" runs on TINIm400
9115         (with polled I/O).
9116
9117 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9118
9119          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9120          * Some notes on ddd usage added in debugger/README
9121          Martin Helmling adding more features and fixes for ddd GUI debugger.
9122          Code added for nexti, stepi, up, down, and other adjustments.
9123
9124 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9125
9126         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9127         * src/pic/peeph.def Added two rules to optimize carry manipulation
9128         * src/pic/* removed debug printfs
9129
9130 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9131
9132         * debugger/mcs51/cmd.c: added header newalloc.h
9133
9134 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9135
9136         * as/Makefile: new EXEEXT
9137         * as/z80/Makefile: remove trailing slash of BUILDIR
9138         * as/z80/clean.mk: new EXEEXT
9139         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9140         * support/cpp2/Makefile.in: new EXEEXT
9141         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9142
9143 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9144
9145         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9146         EXEEXT was introduced to fix all related problems with targets
9147         "clean", "install" and "uninstall"; a couple of further flaws
9148         especially with "clean" have been fixed too
9149         * as/mcs51/Makefile.in
9150         * as/mcs51/clean.mk
9151         * as/z80/Makefile
9152         * Makefile
9153         * clean.mk
9154         * debugger/mcs51/Makefile.in
9155         * debugger/mcs51/clean.mk
9156         * link/z80/Makefile
9157         * link/z80/Makefile.in
9158         * link/z80/clean.mk
9159         * link/Makefile
9160         * packihx/Makefile.in
9161         * packihx/clean.mk
9162         * sim/ucsim/Makefile
9163         * sim/ucsim/clean.mk
9164         * sim/ucsim/avr.src/Makefile.in
9165         * sim/ucsim/avr.src/clean.mk
9166         * sim/ucsim/s51.src/Makefile.in
9167         * sim/ucsim/s51.src/clean.mk
9168         * sim/ucsim/xa.src/Makefile.in
9169         * sim/ucsim/xa.src/clean.mk
9170         * sim/ucsim/z80.src/Makefile.in
9171         * sim/ucsim/z80.src/clean.mk
9172         * sim/ucsim/main_in.mk
9173         * sim/ucsim/packages_in.mk
9174         * sim/ucsim/gui.src/Makefile.in
9175         * sim/ucsim/gui.src/serio.src/Makefile.in
9176         * sim/ucsim/gui.src/serio.src/clean.mk
9177         * src/Makefile.in
9178         * src/clean.mk
9179         * support/cpp2/Makefile.in
9180         * support/cpp2/clean.mk
9181         * support/makebin/Makefile
9182         * support/makebin/clean.mk
9183         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9184         * doc/sdccman.lyx: --program-suffix no longer needed
9185
9186 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9187
9188          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9189          Martin Helmling added support for ddd GUI debugger.
9190          Code added to display assembly, set variables, and other commands
9191          to interface to ddd.
9192
9193 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9194
9195         * as/Makefile: fix target clean
9196         * as/clean.mk: fix target clean
9197         * as/z80/clean.mk: fix target clean
9198
9199 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9200
9201         * Makefile.common.in: added  AT EXEEXT AT
9202         * configure.in: removed all mingw32 stuff
9203         * configure: rebuilt from configure.in
9204         * doc/sdccman.lyx: updated section "installation"
9205         * support/scripts/sdcc_mingw32: adapted to configure
9206         * support/scripts/sdcc_cygwin_mingw32: added
9207
9208 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9209
9210         * src/pic Added object file support for the PIC port
9211         * src/pic Applied patch from Craig Franklin (this started the object file support)
9212         * src/regression Updated the PIC regression tests for object files
9213
9214 2003-04-20  Borut Razem <borut.razem AT siol.net>
9215
9216         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9217           lklex.c: In function `getfid':
9218           lklex.c:203: warning: array subscript has type `char'
9219         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9220           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9221         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9222           stack handling macros
9223
9224 2003-04-19  Borut Razem <borut.razem AT siol.net>
9225
9226         * "handling space characters in file path" task:
9227         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9228         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9229         * support/Util/MySystem.h: make it self-sufficient
9230         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9231           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9232           handling space characters in file path
9233         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9234           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9235         * support/Util/MySystem.c: handling space characters in executable's path
9236
9237 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9238
9239         * as/z80/Makefile: fix permanent rebuild of z80
9240         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9241         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9242
9243 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9244
9245         * src/SDCCopt.c: add special case optimization to replace modulo by
9246           a power of two with a bitwise AND.
9247
9248 2003-04-18    <johan AT balder>
9249
9250         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9251
9252 2003-04-17    <johan AT balder>
9253
9254         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9255         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9256
9257 2003-04-13  Borut Razem <borut.razem AT siol.net>
9258
9259         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9260         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9261           fixed mingw problem in adl_NORMALIZE_PATH
9262
9263 2003-04-12  Borut Razem <borut.razem AT siol.net>
9264
9265         * fixed "#pragma SAVE/RESTORE can not be nested":
9266         * src/SDCC.lex: reworked pragma handling functions
9267         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9268         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9269
9270 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9271
9272         * src/SDCCutil.c (pathEquivalent): defined but not used
9273         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9274         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9275         * configure: rebuilt from configure.in
9276         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9277         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9278         * device/include/Makefile.in: replace sdcc_datadir
9279         * device/lib/Makefile.in: replace sdcc_datadir
9280         * Makefile.common.in: add LDFLAGS from configure
9281         * packihx/Makefile.in: use LDFLAGS
9282         * src/Makefile.in: use LDFLAGS
9283         * support/cpp2/Makefile.in: add LDFLAGS from configure
9284         * support/makebin/Makefile: use LDFLAGS
9285         * .version: bumped version number to 2.3.5
9286
9287 2003-04-12  Borut Razem <borut.razem AT siol.net>
9288
9289         * completed "different paths" task:
9290         * src/SDCCmacro.c: fixed bug in handling quotes
9291         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9292         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9293
9294 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9295
9296         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9297
9298 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9299
9300         * ds390/gen.c ds390/peeph.def: fix bug 706781
9301
9302 2003-04-11  Borut Razem <borut.razem AT siol.net>
9303
9304         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9305
9306 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9307
9308         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9309         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9310          set - this bit used to not be set...).
9311         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9312           bad code in PIC Port
9313         * src/regression/and2.c added to test bug 609268
9314         * src/regression/Makefile added and2.c to regression test
9315
9316
9317 2003-04-08    <johan AT CP255758-A>
9318
9319         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9320         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9321         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9322
9323 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9324
9325         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9326         fix bug #487815
9327         * support/cpp2/Makefile.in: fix bug #487815
9328         * configure: rebuilt from configure.in
9329         * Makefile.common.in: docdir changed, new path suffixes
9330         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9331         * sdcc_vc_in.h: reflect changes from sdccconf.h
9332         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9333         * src/SDCCutil.h: remove BINDIR hack
9334         * doc/sdccman.lyx: update new path hierarchy
9335
9336 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9337
9338         * src/SDCCpeeph.c: added okToRemoveSLOC test
9339
9340 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9341
9342         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9343
9344 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9345
9346         * src/SDCCpeeph.c: added labelIsReturnOnly test
9347         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9348
9349 2003-04-05    <johan AT balder>
9350
9351         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9352         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9353         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9354         * src/SDCCast.c: fixed a warning
9355         * src/SDCCast.h: fixed a warning
9356         * src/SDCCicode.c (operandFromAst): fixed a warning
9357
9358 2003-04-04    <johan AT balder>
9359
9360         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9361         * src/SDCCast.c (decorateType): fixed bug #715076
9362         * src/SDCC.y: fixed bug #702907
9363
9364 2003-04-03    <johan AT balder>
9365
9366         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9367         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9368         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9369         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9370         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9371
9372 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9373
9374         * _decdptr.c: fix return values
9375         * _gptrget.c: fix return values
9376         * _gptrgetc.c: fix return values
9377         * _gptrput.c: fix return values
9378         * _mulint.c: fix return values
9379         * as/z80/Makefile: fix 'make -j' problem
9380
9381 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9382
9383         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9384         * configure.in: big cleanup, updated to autoconf 2.5x
9385         * configure: rebuilt from configure.in
9386         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9387         * sdcc_vc_in.h: reflect changes from sdccconf.h
9388         * doc/Makefile: fixed a flaw in "make install"
9389
9390 2003-04-02    <johan AT balder>
9391
9392         * src/ds390/gen.c (genCmp): no comments
9393         * src/mcs51/gen.c (genCmp): no comments
9394         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9395         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9396
9397 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9398
9399         * support/regression/generate-cases.py: place generated file in given sub directory
9400         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9401         * support/regression/Makefile: improvements for 'make -j';
9402         side effect: it's simpler and faster now
9403
9404 2003-03-31  Borut Razem <borut.razem AT siol.net>
9405
9406         * src/z80/main.c: link-{port} and as-{port} defined without path
9407         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9408
9409 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9410
9411         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9412
9413 2003-03-30  Borut Razem <borut.razem AT siol.net>
9414
9415         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9416           changed type of list parameter to set
9417         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9418         * src/port.h: changed type of do_assemble() parameter to set
9419         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9420           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9421           definition of "cppoutfilename" macro with NULL value in preProcess()
9422         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9423         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9424         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9425           replaced with set *binPathSet
9426         * shash_add() deallocates the item, if allready exsists, before adding the new one
9427         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9428
9429 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9430
9431         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9432           a nested for loop bug in the PIC port
9433         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9434           for loops
9435
9436 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9437
9438         * support/Util/dbuf.h: remove C++ stuff to make it portable
9439
9440 2003-03-28  Borut Razem <borut.razem AT siol.net>
9441
9442         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9443           literal strings in stringLiteral()
9444         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9445         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9446           to the project
9447
9448 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9449
9450         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9451
9452 2003-03-26    <johan AT balder>
9453
9454         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9455         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9456         * src/SDCCast.c (decorateType): fixed " -v < 3"
9457
9458 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9459
9460         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9461         Added Lenny Story's debug infrastructure changes:
9462         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9463         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9464         * src/cdbFile.c: added
9465         * src/SDCCdebug.c: added
9466         * src/SDCCdebug.h: added
9467         * src/SDCCast.c (createFunction)
9468         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9469         * src/SDCCmain.c (parseCmdLine, main)
9470         * src/SDCCmem.c (redoStackOffsets)
9471         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9472         * src/SDCCsymt.h
9473         * src/common.h
9474         * src/avr/gen.c (genAVRCode)
9475         * src/ds390/gen.c (gen390Code)
9476         * src/mcs51/gen.c (gen51Code)
9477         * src/pic/gen.c (genpic14Code)
9478         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9479         * src/xa51/gen.c (genXA51Code)
9480         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9481
9482 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9483
9484         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9485         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9486
9487 2003-03-22    <johan AT balder>
9488
9489         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9490
9491 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9492
9493         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9494         * doc/cdbfileformat.lyx: added, written by Lenny Story
9495         * doc/Makefile: added cdbfileformat.lyx
9496         * doc/clean.mk: added cdbfileformat.lyx
9497
9498 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9499
9500         * src/mcs51/peeph.def: fix bug #705773
9501
9502 2003-03-20    <johan AT balder>
9503
9504         An sfr/sbit can have an "at #" AND an initializer
9505         * src/SDCCsymt.c (checkSClass):
9506         * src/SDCCmem.c (allocGlobal):
9507         * src/SDCCmem.c (allocLocal):
9508         * src/SDCCast.c (createBlock):
9509
9510 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9511
9512         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9513
9514 2003-03-16    <johan AT balder>
9515
9516         Undid the hackup of const and volatile, the problem is much bigger
9517         * src/SDCC.y:1.65
9518         * src/SDCCast.c:1.171
9519         * src/SDCCglue.c:1.138
9520         * src/SDCCicode.c:1.146
9521         * src/SDCCsymt.c:1.150
9522         * src/SDCCval.c:1.65
9523
9524 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9525
9526         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9527         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9528
9529 2003-03-13    <johan AT balder>
9530
9531         Hackup const and volatile modifiers in type chains a bit:
9532         * src/SDCC.y:1.63
9533         * src/SDCCast.c:1.169
9534         * src/SDCCglue.c:1.136
9535         * src/SDCCicode.c:1.143
9536         * src/SDCCsymt.c1.146
9537         * src/SDCCsymt.h1.59
9538         * src/SDCCval.c:1.63
9539
9540 2003-03-12    <johan AT balder>
9541
9542         * src/SDCCBBlock.h: more LRH debugging junk
9543         * src/SDCCcflow.h: more LRH debugging junk
9544         * src/SDCCloop.c: more LRH debugging junk
9545         * src/SDCC.y (struct_declaration): fixed bug #697590
9546         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9547         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9548         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9549
9550 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9551         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9552         test function names must now match exactly).
9553         * src/SDCCcse.c: added special case in findCheaperOp to allow
9554         extending a short integer. Makes less awful code for bug 700121 test case.
9555
9556 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9557
9558         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9559         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9560
9561 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9562
9563         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9564         actually called (operandsNotEqual() was called for all
9565         operandsNotEqualX tests).
9566
9567 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9568
9569         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9570         with shorter literals. Fixes bug 700121.
9571
9572 2003-03-11    <johan AT balder>
9573
9574         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9575
9576 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9577
9578         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9579         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9580
9581 2003-03-10  Borut Razem <borut.razem AT siol.net>
9582
9583         * src/SDCCmain.c: pipe preprocessor's output
9584         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9585         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9586         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9587         which closes all pipes in pipeSet set
9588         * src/SDCCset.c: free deleted item in function deleteSetItem()
9589         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9590         moved from z80 to src subproject
9591         * .version: increased version number to 2.3.4
9592
9593 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9596         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9597         * support/regression/ports/xa51/spec.mk: fix typo
9598
9599 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9600
9601         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9602
9603 2003-03-09  Borut Razem <borut.razem AT siol.net>
9604
9605         * src/SDCCmain.c: pipe preprocessor's output
9606         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9607         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9608         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9609         which closes all pipes in pipeSet set
9610         * src/SDCCset.c: free deleted item in function deleteSetItem()
9611         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9612         moved from z80 to src subproject
9613
9614 2003-03-09  Borut Razem <borut.razem AT siol.net>
9615
9616         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9617         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9618         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9619         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9620         * src/SDCCglobl.h: unification of WIN32 native definitions
9621
9622 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9623
9624         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9625
9626 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9627
9628         * src/configure.in:   check for endianess (even while cross-compiling)
9629         * src/configure:      check for endianess (even while cross-compiling)
9630         * src/configure_in.h: check for endianess (even while cross-compiling)
9631         * src/avr/gen.c:        remove old endianess stuff
9632         * src/mcs51/gen.c:      remove old endianess stuff
9633         * src/ds390/gen.c:      remove old endianess stuff
9634         * src/pic/gen.c:        remove old endianess stuff
9635         * src/pic/genarith.c:   remove old endianess stuff
9636         * src/pic/glue.c:       fix endianess check
9637         * src/pic16/gen.c:      remove old endianess stuff
9638         * src/pic16/genarith.c: remove old endianess stuff
9639         * src/pic16/glue.c:     fix endianess check
9640         * src/xa51/gen.c:       remove old endianess stuff
9641         * src/z80/gen.c:        fix endianess check
9642         * src/SDCCglue.c:       fix endianess check
9643         * src/ds390/peeph.def: fix bug 700036
9644
9645 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9646
9647         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9648         * src/configure: find appropriate data-types on host for SDCC's int and long
9649         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9650         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9651         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9652
9653 2003-03-07    <johan AT balder>
9654
9655         Just a big NOOP:
9656                 some minor cleanups before the big shot
9657                 OP_DEFS and OP_USES now use Kevin's protection
9658                 new option --nolabelopt
9659
9660         * src/SDCCBBlock.c:
9661         * src/SDCCast.c,:
9662         * src/SDCCcflow.c:
9663         * src/SDCCcse.c:
9664         * src/SDCCicode.c:
9665         * src/SDCCicode.h:
9666         * src/SDCClabel.c:
9667         * src/SDCCloop.c:
9668         * src/SDCCmain.c:
9669         * src/ds390/ralloc.c:
9670         * src/mcs51/ralloc.c:
9671         * src/pic/ralloc.c:
9672         * src/xa51/ralloc.c:
9673         * src/z80/ralloc.c:
9674
9675 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9676
9677         * src/pic/pcode.c (get_op): fix 64 bit warnings
9678         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9679         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9680         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9681         * support/regression/tests/malloc.c: fix 64 bit warnings
9682
9683 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9684
9685         * src/mcs51/gen.c (genMinus): fixed bug 696436
9686
9687 2003-03-02  Borut Razem <borut.razem AT siol.net>
9688
9689         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9690
9691 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9692
9693         * configure.in: test for mkstemp
9694         * sdccconf_in.h: add HAVE_MKSTEMP
9695
9696 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * device/include/ctype.h: removed warning while using --stack-auto
9699         * device/include/malloc.h: removed warning while using --stack-auto
9700         * device/include/string.h: removed warning while using --stack-auto
9701
9702 2003-02-23  Borut Razem <borut.razem AT siol.net>
9703
9704         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9705         because NDEBUG is defined (see man assert)
9706         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9707
9708 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9709
9710         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9711         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9712
9713 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9714
9715         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9716         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9717
9718 2003-02-18    <johan AT balder>
9719
9720         * as/mcs51/asmain.c (asmbl): module can start with a digit
9721         * as/z80/asmain.c (asmbl): module can start with a digit
9722
9723 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9724
9725         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9726         * src/asm.c: fix pipe() for Mingw32
9727
9728 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9729
9730         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9731         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9732         make -V work again; --c1mode reads now from stdin
9733         * doc/sdccman.lyx: added --c1mode
9734         * support/Util/SDCCerr.c: new messages for c1 mode
9735         * support/Util/SDCCerr.h: new messages for c1 mode
9736         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9737
9738 2003-02-15    <johan AT balder>
9739
9740         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9741
9742 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9743
9744         * doc/sdccman.lyx: Environment variables, -o and other minor things
9745
9746 2003-02-14    <johan AT balder>
9747
9748         * src/xa51/main.c: before anyone really tries to use it :)
9749
9750         * Install doc's in share/sdcc/doc
9751         * removed some obsolete files
9752         * Do a proper make distclean and uninstall
9753         M Makefile.common.in
9754         R sdccbuild.sh
9755         M as/Makefile
9756         M device/include/Makefile.in
9757         M device/lib/Makefile.in
9758         M doc/sdccman.lyx
9759         M link/Makefile
9760         M sim/ucsim/doc/Makefile.in
9761         M src/clean.mk
9762         R src/avr/peeph.rul
9763         R src/xa51/peeph.rul
9764         M support/cpp2/Makefile.in
9765         M support/makebin/Makefile
9766
9767
9768 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9769
9770         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9771
9772 2003-02-10  Borut Razem <borut.razem AT siol.net>
9773
9774         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9775         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9776         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9777         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9778         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9779         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9780         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9781         src/z80/Makefile.bcc: Borland Makefile cleanup
9782         * as/z80/Makefile.bcc: Added Borland Makefile
9783         * support/cpp2/borland.h: Removed
9784
9785 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9786
9787         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9788         * src/SDCC.lex: new pragma NOIV
9789         * src/SDCCglobl.h: new pragma NOIV
9790         * src/SDCCmem.c: new pragma NOIV
9791
9792 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9793
9794         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9795
9796 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9797
9798         * src/SDCCmain.c: signal handling is switched off by --debug
9799         * doc/Makefile: small fix for install; use clean.mk again
9800         * doc/clean.mk: clean *.pdf and *.html too
9801
9802 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9803
9804         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9805         * device/lib/printfl.c: fix a ds390 bug by making it portable
9806         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9807         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9808         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9809         * debugger/mcs51/cmd.c: converted multi-line string literals
9810         * sim/ucsim/globals.cc: converted multi-line string literals
9811         * src/SDCCmain.c: introduced signal handler to remove temp files
9812         * doc/Makefile: small tweaks, implement clean
9813         * doc: removed generated files
9814
9815 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9816
9817         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9818         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9819         Address Record is not correctly generated for DS390."
9820
9821 2003-02-02  Borut Razem <borut.razem AT siol.net>
9822
9823         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9824         * as/mcs51/asm.h: fixed compilation with Borland C
9825         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9826         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9827         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9828         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9829         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9830         src/z80/Makefile.bcc: delete $(LIB) only if exist
9831         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9832
9833 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9834
9835         * device/include/malloc.h: introduced NULL
9836         * device/include/string.h: introduced NULL
9837         * device/include/stdlib.h: introduced NULL
9838         * device/lib/_memcpy.c: removed NULL
9839         * device/lib/_strcat.c: removed NULL
9840         * device/lib/_strchr.c: removed NULL
9841         * device/lib/_strcmp.c: removed NULL
9842         * device/lib/_strcpy.c: removed NULL
9843         * device/lib/_strcspn.c: removed NULL
9844         * device/lib/_strlen.c: removed NULL
9845         * device/lib/_strncat.c: removed NULL
9846         * device/lib/_strncmp.c: removed NULL
9847         * device/lib/_strncpy.c: removed NULL
9848         * device/lib/_strpbrk.c: removed NULL
9849         * device/lib/_strrchr.c: removed NULL
9850         * device/lib/_strspn.c: removed NULL
9851         * device/lib/_strstr.c: removed NULL
9852         * device/lib/_strtok.c: removed NULL
9853         * device/lib/malloc.c: removed NULL, include own header
9854
9855 2003-02-02    <johan AT balder>
9856
9857         * 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
9858         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9859         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9860         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9861         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9862         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9863
9864 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9865
9866         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9867         area 'DATA'"
9868
9869 2003-02-01    <johan AT balder>
9870
9871         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9872
9873 2003-01-31    <johan AT CP255758-A>
9874
9875         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9876
9877 2003-01-30    <johan AT balder>
9878
9879         * src/SDCCBBlock.c: automatic bug detection
9880         * src/SDCCicode.c: automatic bug detection
9881
9882 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9883
9884         * src/SDCCglobl.h:   now --xram-size 0 works
9885         * src/SDCCmain.c:    now --xram-size 0 works
9886
9887 2003-01-29    <johan AT balder>
9888
9889         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9890
9891 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9892
9893         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9894         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9895         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9896         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9897         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9898         * src/SDCCmain.c:    Added options --xram-size and --code-size
9899
9900 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9901
9902         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9903         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9904
9905 2003-01-27    <johan AT balder>
9906
9907         * src/SDCC.y: fixed bug #613764
9908
9909 2003-01-26    <johan AT balder>
9910
9911         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9912         * src/SDCCsymt.h: fixed bug #673374
9913         * src/SDCCglue.c: fixed bug #661910
9914         * src/SDCCast.c: fixed bug #458099 and 673374
9915
9916 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9917
9918         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9919         * as/mcs51/strcmpi.h: added
9920         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9921         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9922         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9923         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9924         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9925         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9926         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9927         * as/mcs51/Makefile.aslink: new module strcmpi
9928         * as/mcs51/Makefile.asx8051: new module strcmpi
9929         * as/mcs51/Makefil.bcc: new module strcmpi
9930         * as/mcs51/Makefile.in: new module strcmpi
9931         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9932
9933 2003-01-26    <johan AT balder>
9934
9935         * src/SDCCglue.c: reverted back to 1.124
9936         * src/SDCCast.c: reverted back to 1.156
9937         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9938
9939 2003-01-25    <johan AT balder>
9940
9941         * src/SDCCglue.c: A better fix for bug #661910
9942         * src/SDCCast.c: A better fix for bug #661910
9943         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9944
9945 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9946
9947         * src/Makefile.in: remove spawn.o
9948         * src/SDCCmain.c: remove spawn.h
9949         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9950         * src/spawn.c: removed
9951         * src/spawn.h: removed
9952         * support/regression/ports/ds390/spec.mk: link with -r
9953
9954 2003-01-24    <johan AT CP255758-A>
9955
9956         * src/ds390/gen.c (aopOp): fixed bug #667458
9957         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9958         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9959         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9960
9961 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9962
9963         * src/mcs51/peeph.def: better assembler identation by Frieder
9964         * src/mcs51/gen.c: better assembler identation by Frieder
9965
9966 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9967
9968         * as/z80/string.h: removed for gcc 3.2
9969         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9970         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9971
9972 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9973
9974         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9975         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9976         * support/regression/Makefile: separate temp files for ports
9977         * support/regression/generate-cases.py: separate temp files for ports
9978         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9979         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9980
9981 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9982
9983         * moved tinitalk to device/examples/ds390
9984
9985 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9986
9987         * as/mcs51/lkmem.c: rflag is for DS390
9988         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9989         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9990                          (linkEdit): move mem- and map-files the same way as ihx-files
9991         * src/z80/main.c (_setDefaultOptions): removed --generic
9992         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9993         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9994         * src/pic/glue.c (picglue): --c1mode works again
9995         * src/pic16/glue.c (pic16glue): --c1mode works again
9996         * src/asm.c (printCLine): fix #660034
9997
9998 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9999
10000         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10001         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10002         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10003         * as/mcs51/lkmem (summary): better fix for sp problem
10004         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10005         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10006         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10007                                               remove --stack-after-data
10008
10009 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10010
10011         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10012         * src/SDCCutil.c (join): ugly bug: missing '\0'
10013         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10014
10015 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10016
10017         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10018         * src/port.h: typo
10019         * src/pic/main.c (_asmCmd): gpasm supports -o
10020         * src/z80/main.c: more general macros
10021         * device/lib/Makefile.in: remove intermediate files
10022
10023 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10024
10025         * .version: Bumped version number to 2.3.3
10026         * src/SDCCBBlock.c: new option -o
10027         * src/SDCCglobl.h: new option -o
10028         * src/SDCCglue.c: new option -o
10029         * src/SDCCmain.c: new option -o
10030         * src/asm.c: new option -o
10031         * src/ds390/main.c: new option -o
10032         * src/pic/glue.c: new option -o
10033         * src/pic/pcode.c: new option -o
10034         * src/pic/ralloc.c: new option -o
10035         * src/pic16/glue.c: new option -o
10036         * src/pic16/pcode.c: new option -o
10037         * src/pic16/ralloc.c: new option -o
10038         * src/z80/main.c: new option -o
10039         * device/lib/Makefile.in: use -o
10040         * support/regression/ports/ds390/spec.mk: use -o
10041         * support/regression/ports/gbz80/spec.mk: use -o
10042         * support/regression/ports/mcs51/spec.mk: use -o
10043         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10044         * support/regression/ports/z80/spec.mk: use -o
10045         * support/regression/ports/ucz80/spec.mk: use -o
10046         * support/regression/ports/xa51/spec.mk: use -o
10047         * support/regression/fwk/lib/timeout.c: fix usage string
10048
10049 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10050         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10051
10052 2003-01-07    <johan AT balder>
10053
10054         * src/SDCCast.c (decorateType): fixed bug #600035
10055
10056 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10057         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10058         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10059         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10060         * src/pic/pcode.c: outcommented unused variable to remove warnings
10061         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10062
10063 2003-01-06    <karl AT turbobit.com>
10064         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10065    regression tests.
10066
10067 2003-01-06    <johan AT balder>
10068
10069         * src/SDCCicode.c: fixed array add
10070
10071 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10072         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10073         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10074
10075 2003-01-04    <johan AT balder>
10076
10077         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10078
10079 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10080         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10081
10082 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10083         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10084         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10085
10086 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10087         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10088
10089 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10090         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10091
10092 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10093         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10094
10095 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10096
10097     * in \sdcc\as\mcs51\ changed these files in order to create an
10098     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10099     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10100     following files to include the previous two files: aslink.dsp,
10101     Makefile.aslink, Makefile.bcc, and Makefile.in.
10102
10103     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10104     .adb instead of .cdb
10105
10106 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10107
10108         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10109         value from option --iram-size.
10110
10111 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10112
10113         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10114         dram[] array.
10115
10116 2002-09-18    <wiml AT hhhh.org>
10117
10118         * SDCClrange.h: exposed setFromRange() and setToRange()
10119         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10120           packRegsForAccUse() (bug 542397)
10121         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10122           multiple times and emitting the fetch operations more than once
10123           added aopGetUsesAcc() function to allow binary operators to
10124           fetch their operands in the correct order; made genMinus() emit
10125           compact code for X = LITERAL - Y
10126
10127 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10128         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10129         sprintf() in line 1267.
10130
10131 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10132         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10133         like ports.
10134
10135 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10136         Changes to aslink (All the changes are marked with 'JCF'):
10137
10138         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10139         summary().
10140
10141         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10142         area BSEG.  Also moves, if possible, the DATA area down into the internal
10143         ram so more space is available.
10144
10145         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10146         sflag.
10147
10148         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10149         not bytes.  Function summary() which creates a memory usage summary
10150         file with extension .mem.  Reports of overlaping stack and small stack
10151         size.  If the space for the stack is less than 16 bytes aslink trows a
10152         warning.
10153
10154         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10155         the 8051.  Option 'y' for memory summary output file.
10156
10157         Changes to sdcc (All the changes are marked with 'JCF'):
10158
10159         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10160
10161         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10162         overlaying area for it (uses RegBankUsed[4]).
10163
10164         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10165         bank zero as used by default.  By default aslink locates the stack
10166         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10167         the creation of the .mem file.  Delegates the allocation of data area
10168         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10169         the begining of the stack area to aslink.
10170
10171         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10172         glue() in SDCCglue.c creates an area for it.
10173
10174 2002-09-03  Borut Razem <borut.razem AT siol.net>
10175         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10176         sdcc/src/pic/glue.c:
10177         introduced atexit() handler for teporay files removal in case of
10178         errors, assertions, ...
10179
10180 2002-08-29  Borut Razem <borut.razem AT siol.net>
10181         * sdcc/support/cpp2/auto-host_vc_in.h:
10182         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10183         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10184         Maybe there is a similar problem with BORLANDC? It should be checked!
10185
10186         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10187         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10188         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10189         was not executed, and the compiler (cl) launched a warning:
10190         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10191
10192 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10193         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10194
10195 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10196         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10197
10198         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10199           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10200           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10201           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10202           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10203           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10204           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10205         - added Release configuration in VS projects
10206         - review of compiler an linker options
10207         - VC .exe files are generated in bin_vc directory, not to interfere
10208           with binaries generated from other projects (cygwin, mingw, bcc ...)
10209
10210         * sdcc/src/yacc.dsp: added
10211
10212         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10213         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10214         and insert the version number definitions from .version
10215
10216         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10217
10218         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10219         added - genarate auto-host.h using auto-host_vc_in.h as template
10220
10221         * sdcc/sdcc_vc.h,
10222         removed from CVS, generated automatically
10223
10224 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10225         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10226
10227 2002-08-11  Borut Razem <borut.razem AT siol.net>
10228         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10229
10230 2002-08-10  Borut Razem <borut.razem AT siol.net>
10231         * src/SDCCmain.c (main):
10232         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10233         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10234         The consequence was that some temporary files were not removed.
10235
10236         * src/SDCCglue.c:
10237         unification of code in functions tempfilename() and tempfile():
10238         function tempnam() is defined in Visual Studio 6.0 and .NET
10239
10240         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10241
10242         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10243           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10244         - removed compiler command line option /WX: Treats all warnings as errors
10245         - update a list of source files, included into the project
10246
10247         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10248           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10249         changed project type to Generic Project so that can be correcly converted to VS.NET project
10250
10251         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10252
10253         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10254
10255         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10256
10257         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10258         added return 0 statements after assert() to make compiler happy
10259
10260         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10261         added newline in the def file to keep MSC compiler satisfied
10262
10263         * sdcc/src/z80/gen.c:
10264         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10265           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10266         - solved MSC error in function aopDump()
10267
10268         * sdcc_vc.h: define PREFIX as "\\sdcc"
10269
10270 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10271         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10272
10273 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10274         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10275         - Rewrote the register banking algorithm.
10276         - Added pCode live-range analysis to registers (for now, only non-used and
10277         singly-used registers optimized away)
10278
10279         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10280
10281         * 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.
10282
10283 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10284         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10285
10286 2002-04-22  Michael Hope  <michaelh AT vroom>
10287
10288         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10289
10290         * configure.in (DD_COPT): Added include support required for gbdk.
10291
10292         * .version: Bumped version number just to increase it.
10293
10294         * src/SDCCmain.c: Added -nostdinc to the default options.
10295
10296 2002-04-15  Michael Hope  <michaelh AT vroom>
10297
10298         * device/lib/z80/printf.c (sprintf): Added.
10299
10300         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10301
10302         * src/z80/peeph.def: Added transpose redundent load rule.
10303
10304         * src/z80/main.c: Added force callee saves for jaune.
10305
10306         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10307
10308         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10309
10310 2002-03-28  Johan Knol  <johan AT balder>
10311
10312         * src/SDCCval.c: fixed bug #532436
10313
10314 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10315         * /src/port.h:
10316         Added "char *Processor" field to the port structure.
10317
10318         * /src/SDCCmain.c:
10319         Added -p option. Allows port dependent processor to be specified.
10320
10321         * all ports:
10322         Initialized the new field char *Processor field to NULL in all ports
10323
10324         * /src/pic/*:
10325         Compiler generated registers for interrupt context saving
10326         were not getting allocated.
10327
10328 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10329
10330         * /src/SDCCast.c:
10331         Fixed left shift. Will promote the left side of a left shift
10332         if a) left shifting more than size of operand or b) when assigned
10333         to something size > size of left side
10334
10335 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10336         * src/pic/*
10337         tons of changes. Register allocation has been
10338         rewritten. Added customization for the various PICs. Flow
10339         analysis is restructured. ...
10340
10341         * src/pic/device.h:
10342         Added
10343
10344         * src/pic/device.c:
10345         Added. device.c is a PIC port hack to accomodate variations
10346         in PIC devices.
10347
10348 2002-03-13  Michael Hope  <michaelh AT vroom>
10349
10350         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10351
10352 2002-03-04  johanknol  <johanknol AT manik>
10353
10354         * /src/SDCCval.c: fixed
10355
10356         const unsigned char arr[][2] = { { 0, 1 } };
10357         t18.c:1: error: Initializer element is not constant
10358
10359 2002-03-04  bela  <bela AT manik>
10360
10361         * /device/include/mcs51reg.h:
10362         ds89c420 register definition update
10363
10364 2002-03-03    <johan AT FRIJA>
10365
10366         * support/Util/SDCCerr.c: did something, but don't no why anymore
10367
10368         * support/regression/tests/bug-524691.c: made it a little less shy
10369
10370         * src/SDCCast.c (decorateType): fixed bug #524697
10371
10372         * src/SDCCast.c: made some lineno improvements
10373
10374         * src/SDCCval.c (getNelements): changed warning to error
10375
10376         * src/SDCCglue.c (printIvalArray): changed warning to error
10377
10378         * src/SDCCicode.c: fixed a warning for mingw
10379
10380         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10381
10382         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10383
10384 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10385
10386         * src/ds390/peeph.def:
10387         Added some more peephole rules
10388
10389         * src/ds390/gen.c: Various fixes & enhancements
10390
10391         * src/SDCClrange.c, src/SDCClrange.h:
10392         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10393
10394         * src/ds390/ralloc.c:
10395         various fixes & enhancements (ds390) specific
10396
10397         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10398         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10399         from rallocs.
10400
10401         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10402
10403 2002-03-02    <johan AT FRIJA>
10404
10405         * src/SDCCast.c (decorateType): fixed bug #524708
10406
10407         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10408
10409         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10410
10411 2002-03-01  Michael Hope  <michaelh AT vroom>
10412
10413         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10414
10415         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10416
10417 2002-03-01    <johan AT FRIJA>
10418
10419         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10420
10421         * src/SDCCast.c (decorateType): fixed bug #524209
10422
10423         * src/SDCCval.c (valNot): fixed bug #524195
10424
10425 2002-02-26    <johan AT balder>
10426
10427         * src/xa51/gen.c: fixed a warning
10428
10429         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10430
10431         * src/SDCCast.c (decorateType): fixed bug #522534
10432
10433 2002-02-23    <johan AT balder>
10434
10435         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10436
10437 2002-02-22    <johan AT balder>
10438
10439         * src/SDCCast.c: fixed bug #514865
10440
10441         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10442
10443 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10444
10445         * sdcc/src/SDCCloop.c:
10446         Previous fix was not good. basic blocks that have "break" or "return" are
10447         not really partof a loop , but live ranges used in these blocks should
10448         be live thru the entire loop, so set partOfLoop but don't add them to
10449         loop region
10450
10451 2002-02-21    <johan AT FRIJA>
10452
10453         * src/SDCCcse.c: fixed bug #514308
10454
10455 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10456
10457         * src/SDCCloop.c:
10458         Fixed BUG #519583. If a conditional block ended in a return/break
10459         statement inside a loop, it was not being considered part of the loop.
10460
10461         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10462
10463 2002-02-10  Karl Bongers <karl AT turbobit.com>
10464
10465         * debugger/*:
10466         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10467         with lots of comments and notes.
10468
10469         * device/examples/test2.c:
10470         Fix bug, "red" variable not being initialized(compiler complained).
10471
10472         * device/examples/Makefile, examples/test3.c:
10473         Add Makefile in device/examples folder, compiles test3.c
10474         for use as a multiple module SDCDB test case.
10475
10476         * sim/ucsim/cmd.src/cmdset.cc:
10477         Took out debug printfs in ucsim "next" command.
10478
10479         * sim/ucsim/xa.src:
10480         Karl and Johan start ucsim XA support.  Most dissassembly working,
10481         about 75% emulation done(plenty of work remaining).
10482
10483         * sim/ucsim/z80.src:
10484         Add Z80 support to ucsim, add test-ucz80 regression test,
10485         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10486         Notice z80 compiler fails on examples/test3.c/crc code.
10487
10488 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10489
10490         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10491         Added support for --parms-in-bank1
10492
10493         * src/ds390/peeph.def:
10494         added a few more peephole optimzations
10495
10496         * src/ds390/main.c:
10497         1) added __builtin_inp & __builtin_outp used to read in data of given length
10498            from a memory mapped port
10499         2) added __builtin_memcmp
10500         3) added __builtin_swapw swap bytes of a short
10501
10502         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10503         1) handle multiple send & receives from register bank1
10504         2) ralloc can now allocate DPTR1 to some liveRanges
10505
10506         * src/SDCCsymt.c, src/SDCCsymt.h:
10507         changes to handle multiple sends & receives
10508
10509         * src/SDCCptropt.h:
10510         added some pointer arithmetic optimization
10511
10512         * src/SDCCptropt.c:
10513         added some pointer arithmetic optimizations but not stable yet so not
10514         called from anywhere (will get this working shortly)
10515
10516         * src/SDCCopt.c: fixed for multiple sends & receives
10517
10518         * src/SDCCmain.c:
10519         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10520         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10521            set preprocessor defines (depending on options)
10522
10523         * src/SDCCicode.c, src/SDCCicode.h:
10524         changes made to handle multiple sends & receives
10525
10526         * src/SDCCglobl.h:
10527         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10528
10529         * src/SDCCcse.c, src/SDCCcse.h:
10530         added function findbackward def (to be used in upcoming optimization)
10531
10532         * src/SDCCcflow.c, src/SDCCcflow.h:
10533         added function returnAtEnd - to determine if a basic block terminates with
10534         a RETURN iCode
10535
10536         * src/SDCCast.c, src/SDCCast.h:
10537         added option parms-in-bank1
10538
10539         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10540         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10541         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10542         adjusted for --parms-in-bank1 option
10543
10544         * device/include/string.h:
10545         donot redefine "reentrant" keyword
10546
10547         * device/include/ds80c390.h: Added some more SFRs
10548
10549 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10550
10551         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10552
10553 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10554
10555         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10556
10557 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10558
10559         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10560
10561 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10562
10563         * Added --xram-movc option
10564
10565 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10566
10567         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10568
10569 2002-01-11  Johan Knol
10570
10571         * Added math lib of Jesus Calvino-Fraga
10572
10573 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10574
10575         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10576         * support/regression/Makefile: new target test-mcs51-stack-auto
10577         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10578
10579 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10580
10581         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10582
10583 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10584
10585         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10586
10587 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10588
10589         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10590
10591         * src/SDCCglue.h: add definition for printIvalChar()
10592
10593 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10594
10595         * src/SDCCast.c: fix #498138 by Johan
10596
10597         * src/SDCCglue.c: fix #498138 by Johan
10598
10599 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10600
10601         * support/regression/Makefile: fix clean
10602
10603         * support/regression/ports/ds390/support.c: fix transmission of last character
10604
10605 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10606
10607         * /sdcc/src/ds390/gen.c:
10608         a) improved computing address of stack variable
10609         b) took out some #if 0 code
10610         c) improved parmBytes adjustment
10611         d) improved genPlusIncr & genMinusIncr
10612         e) genCmp could generate bad code (when left assigned to DPTR)
10613         f) Fixed bug in hasInc
10614
10615         * /sdcc/src/ds390/ralloc.c:
10616         a) packRegsForSupport could mess up live information (Fixed)
10617         b) packRegsDPTRuse could be incorrect for left & right shift
10618
10619         * /sdcc/src/mcs51/ralloc.c:
10620         packRegsForSupport could mess up the live information (Fixed)
10621
10622         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10623
10624         * /sdcc/src/SDCCast.c:
10625         can reverse a loop even if function call is present as long
10626         as the loop control variable is local & is not passed as parameter
10627
10628 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10629
10630         * /sdcc/ChangeLog: *** empty log message ***
10631
10632         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10633         More builtin function additions for TININative
10634
10635         * /sdcc/src/ds390/ralloc.c:
10636         Had broken the regression testsuite
10637
10638         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10639
10640         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10641         Added funcattr hasStackParms will be set for reentrant functions when there
10642         are paramteres on the stack, this helps in minimizing frame pointer generation
10643         typeFromStr can handle function pointers now
10644
10645         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10646         *** empty log message ***
10647
10648 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10649
10650         * /src/ds390/gen.c, /src/ds390/main.c:
10651         More builtin function additions for TININative
10652
10653         * /src/ds390/ralloc.c:
10654         Had broken the regression testsuite
10655
10656         * /src/SDCCast.c: Fixed a bug in dumptree
10657
10658         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10659         Added funcattr hasStackParms will be set for reentrant functions when there
10660         are paramteres on the stack, this helps in minimizing frame pointer generation
10661         typeFromStr can handle function pointers now
10662
10663         * /doc/builtins.txt, /doc/TININative.txt:
10664         *** empty log message ***
10665
10666
10667 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10668
10669         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10670         ALPHA version for -mTININative
10671
10672         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10673         updated to reflect changes in the port structure
10674
10675         * /src/port.h:
10676         added function do_assemble (similar to do_link) if non-null this function
10677         will be called to do assembly (-mTININative) requires a multi command
10678         assembly
10679         added function genAssemblerEnd will be called to generate assembler Epilogue
10680
10681         * /src/SDCCsymt.c:
10682         added _JavaNative to debug info printing
10683
10684         * /src/SDCCmain.c: added option --tini-libid
10685         added port->do_assemble function (-mTININative) has a multi command assemble
10686
10687         * /src/SDCCglue.c: Disabled "constExpr" check
10688         added port->genAssemblerEnd function
10689
10690         * /src/SDCCglobl.h: Added option --tini-libid value
10691
10692         * /src/SDCCast.h:
10693         tookout optimizeCompare from the header (has no external references)
10694
10695         * /src/SDCCast.c: made one more function "static"
10696
10697 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10698
10699         * src/z80/mappings.i: Added z80asm support.
10700
10701         * src/z80/main.c: Added z80asm support on --asm=z80asm
10702
10703         * src/z80/gen.c: Fixed asm portability issues.
10704
10705         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10706
10707         * src/SDCCglue.c (printExterns): Added global/extern split.
10708
10709 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10710
10711         * support/regression/Makefile: added test for mcs51 model large
10712
10713         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10714
10715         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10716
10717 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10718
10719         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10720
10721 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10722
10723         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10724
10725         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10726
10727 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10728
10729         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10730
10731         * support/regression/tests/simplefloat.c: Port to mcs51.
10732
10733 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10734         * support/regression/tests/bug-485362.c: Added.
10735
10736         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10737
10738         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10739
10740         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10741
10742         * src/z80/gen.c (aopDump): Added a dump function.
10743
10744 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10745         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10746
10747         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10748
10749         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10750
10751         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10752
10753         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10754
10755         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10756
10757         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10758
10759         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10760
10761         * support/regression/ports/ds390/support.c: Use tinibios.
10762
10763         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10764
10765 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10766
10767         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10768         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10769
10770         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10771
10772         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10773
10774 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10775
10776         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10777
10778         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10779         (packRegsForIYUse): Created and optimised.
10780
10781 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10782
10783         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10784 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10785
10786         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10787
10788         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10789
10790         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10791
10792 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10793
10794         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10795
10796         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10797
10798 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10799
10800         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10801
10802         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10803
10804         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10805
10806 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10807
10808         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10809         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10810         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10811
10812         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10813
10814         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10815         (genNotFloat): Added.
10816         (genUminusFloat): Added.
10817
10818         * device/lib/z80/Makefile: Added floating pt stubs.
10819
10820         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10821
10822         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10823
10824         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10825
10826 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10827
10828         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10829
10830         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10831
10832         * sdcc/support/regression/Makefile: Add port ds390.
10833
10834         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10835
10836         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10837
10838         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10839
10840         * sdcc/support/regression/ports/ds390/support.c: Added.
10841
10842         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10843
10844         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10845
10846         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10847
10848 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10849
10850         * device/include/malloc.h: Added z80 and gbz80 support.
10851
10852         * device/lib/gbz80/heap.s: Added.
10853
10854         * device/lib/z80/heap.s: Added.
10855
10856         * device/lib/malloc.c: Added z80 and gbz80 support.
10857
10858         * support/regression/tests/malloc.c (testMalloc): Added.
10859
10860         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10861
10862         * support/regression/tests/bug-478094.c: Added.
10863
10864         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10865
10866 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10867
10868         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10869
10870         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10871
10872         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10873
10874         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10875
10876         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10877
10878 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10879
10880         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10881
10882 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10883
10884         * support/regression/tests/bug-477927.c: Added.
10885
10886         * src/z80/peeph.def: Added minor rules.
10887
10888         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10889
10890         * src/z80/peeph.def: Added jump optimisation modification.
10891
10892 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10893
10894         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10895
10896 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10897
10898         * support/regression/tests/funptrs.c: Added.
10899
10900 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10901
10902         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10903
10904 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10905
10906         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10907
10908         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10909
10910         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10911         (movLeft2ResultLong): Created.
10912
10913         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10914         (joinPushes): Added.  Joins two char pushes into a word push.
10915
10916 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10917
10918         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10919
10920         * support/makebin/Makefile (install): Added creation of dest dir.
10921
10922 2001-10-24 Karl Bongers <karl AT turbobit.com>
10923
10924         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10925
10926 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10927
10928         * src/z80/ralloc.c: Turned off faulty pack for one use.
10929
10930         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10931
10932         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10933
10934 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10935
10936         * support/regression/Makefile: Improved clean
10937
10938         * support/regression/ports/gbz80/spec.mk: Added clean
10939
10940         * support/regression/ports/host/spec.mk: Added clean
10941
10942         * support/regression/ports/z80/spec.mk: Added clean
10943
10944         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10945
10946         * support/regression/ports/mcs51/timeout.c: little improvements
10947
10948 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10949
10950         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10951
10952         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10953
10954         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10955
10956 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10957
10958         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10959
10960         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10961
10962 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10963         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10964
10965         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10966
10967         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10968
10969         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10970
10971         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10972
10973         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10974
10975         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10976
10977         * support/regression/tests/longor.c: Added.
10978
10979 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10980
10981         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10982
10983         * as/mcs51/aslink.h: define PATH_MAX
10984
10985         * as/mcs51/asm.h: define PATH_MAX
10986
10987         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10988
10989         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10990
10991         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10992
10993         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10994
10995         * src/SDCCglobl.h: define PATH_MAX
10996
10997         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10998
10999         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11000
11001 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11002
11003         * src/z80/gen.c (gencjneshort): Fixed
11004
11005         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11006
11007 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11008
11009         * support/regression/tests/bug-469671.c: Added.
11010
11011         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11012
11013 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11014
11015         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11016
11017         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11018
11019 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11020
11021         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11022
11023         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11024
11025         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11026
11027         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11028
11029         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11030
11031         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11032
11033         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11034
11035 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11036
11037         * 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.
11038
11039         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11040
11041         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11042
11043 2001-10-07    <johan AT FRIJA>
11044
11045         * device/lib/gets.c (gets): fixed the return value.
11046
11047 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11048         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11049
11050         * 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.
11051
11052         * 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.
11053
11054         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11055
11056         * src/pic/gen.c: Removed Safe_strdup.
11057
11058         * configure.in: Added option to enable libgc support.
11059
11060         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11061         (bitVectUnion): Optimised.
11062         (bitVectIntersect): Optimised.
11063         (bitVectBitsInCommon): Optimised.
11064         (bitVectCplAnd): Optimised.
11065
11066         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11067
11068 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11069
11070         * src/SDCCmain.c: distinguish between assembler debug and plain options
11071
11072         * src/avr/main.c:   remove standard assembler options
11073
11074         * src/ds390/main.c: remove standard assembler options
11075
11076         * src/mcs51/main.c: remove standard assembler options
11077
11078         * src/port.h: removed "PENDING" comment
11079
11080 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11081
11082         * src/device/lib/_mulint.c  : new, with assember functions
11083
11084         * src/device/lib/_mullong.c : new, with assember functions
11085
11086         * src/device/lib/_divuint.c : with assember functions
11087
11088         * src/device/lib/_divsint.c : with assember functions
11089
11090         * src/device/lib/_divulong.c: with assember functions
11091
11092         * src/device/lib/_divslong.c: with assember functions
11093
11094         * src/device/lib/_moduint.c : with assember functions
11095
11096         * src/device/lib/_modsint.c : with assember functions
11097
11098         * src/device/lib/_modulong.c: with assember functions
11099
11100         * src/device/lib/_modslong.c: with assember functions
11101
11102         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11103
11104         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11105
11106         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11107                                       replaced _mululong.c and _mulslong.c by _mullong.c
11108
11109 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11110
11111         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11112
11113 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11114
11115         * src/SDCCglue.c: test, if win32api is available for MINGW
11116
11117 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11118
11119         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11120         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11121         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11122         * support/regression/ports/host/spec.mk: removed GENERIC
11123         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11124         * support/regression/ports/z80/spec.mk: removed GENERIC
11125
11126 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11127
11128         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11129
11130         * support/regression/tests/bug-467035.c: Created.
11131
11132 2001-10-01    <johan AT FRIJA>
11133
11134         * src/SDCC.y: fixed bug #466586 part 1
11135
11136 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11137
11138         * SDCCicode.c: z80 has no generic pointers
11139         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11140
11141 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11142
11143         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11144
11145 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11146
11147         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11148
11149         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11150
11151 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11152
11153         * configure.in: Fixed up so that ucsim is only configured once.
11154
11155         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11156
11157         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11158         (getPathDifference): As above.
11159
11160         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11161
11162         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11163
11164 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11165         * .version: Updated to 2.3.1
11166
11167         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11168         Added copyright header.
11169
11170         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11171         (assemble): Added support for macro based assembler commands.
11172         (linkEdit): Added support for macro based linker commands.
11173         (preProcess): Changed the pre-processor to use macros.
11174         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11175         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11176
11177         * device/lib/z80/crt0.s: Added module name for debugging.
11178
11179 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11180
11181         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11182
11183         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11184
11185         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11186
11187         * src/Makefile.in: Added SDCCmacro and SDCCutil
11188
11189 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11190
11191         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11192
11193 2001-09-16    <johan AT FRIJA>
11194
11195         * 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.
11196
11197 2001-09-15    <johan AT FRIJA>
11198
11199         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11200         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11201
11202 2001-09-11    <johan AT FRIJA>
11203
11204         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11205
11206 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11207
11208         * support/regression/tests/bug-460444.c: Added test case.
11209
11210         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11211         (genCast): Added justification for all of the asserts.
11212
11213 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11214
11215         * support/regression/support.c: _xdata replaced by xdata
11216
11217         * support/regression/spec.mk: removed _generic
11218
11219 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11220
11221         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11222
11223         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11224         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11225
11226         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11227
11228         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11229
11230         * support/regression/tests/bug-460010.c: Added test case.
11231
11232         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11233
11234 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11235
11236         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11237
11238         * support/regression/testfwk.c: removed workaround for bug #436344
11239
11240         * support/regression/tests/bp.c: use less memory with mcs51
11241
11242         * support/regression/tests/bug-441448.c: use less memory
11243
11244         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11245
11246         * support/regression/collate-results.py: typo
11247
11248 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11249
11250         * support/regression/tests/fetchoverlap.c: Added new test case.
11251
11252         * support/regression/tests/bp.c: Added new test case.
11253
11254         * support/regression/tests/bug-448984.c: Added new test case.
11255
11256         * support/regression/tests/pow2shifts.c: Added new test case.
11257
11258         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11259         (genlshTwo): Fixed right shift for count > 8.
11260
11261         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11262
11263 2001-09-08    <johan AT FRIJA>
11264
11265         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11266
11267 2001-09-07    <johan AT FRIJA>
11268
11269         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11270
11271         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11272
11273 2001-09-06    <johan AT FRIJA>
11274
11275         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11276         * bernhard noted me at this: "() equals to (void)" (1.38)
11277
11278 2001-09-05    <johan AT FRIJA>
11279
11280         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11281
11282 2001-09-04    <johan AT FRIJA>
11283
11284         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11285
11286
11287 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11288
11289         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11290
11291 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11292
11293         * link/z80/aslink.h: Fixed path for PATH_MAX
11294
11295 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11296
11297         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11298
11299         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11300
11301         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11302
11303         * 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.
11304
11305 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11306
11307         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11308         (genCmp): Fixed up genCmp for the GB with longs.
11309
11310         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11311
11312         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11313
11314         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11315
11316         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11317
11318 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11319
11320         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11321
11322 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11323
11324         * 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.
11325
11326         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11327
11328 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11329
11330         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11331
11332         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11333
11334 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11335
11336   * sim/ucsim/configure:    little improvement of Cygwin-detection
11337   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11338   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11339   * support/regression/tests/bug-221100.c: small changes for mcs51
11340   * support/regression/tests/bug-221168.c: small changes for mcs51
11341   * support/regression/tests/bug-227710.c: small changes for mcs51
11342   * support/regression/tests/staticinit.c: small changes for mcs51
11343   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11344   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11345   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11346
11347 $Revision$