* sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
[fw/sdcc] / ChangeLog
1 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
4         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
5           (cl_address_space constructor): removed expensive initialization,
6           (cl_address_space::get_cell): extended for late initialization,
7           (cl_address_space::*): use late initialization,
8           (cl_address_decoder::activate): removed expensive initialization,
9           This reduced regression test running time by 25%
10
11 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
12
13         * packihx/,
14         * configure.in,
15         * configure,
16         * sdcc.dsw,
17         * Makefile.bcc,
18         * Makefile.in,
19         * support/packihx/Makefile.in,
20         * support/packihx/clean.mk,
21         * support/packihx/Makefile.bcc,
22         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
23
24 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
25
26         * src/SDCCval.c (valNot): fix for regression test failure
27           of not.c on big endian hosts
28
29 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
32
33 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
34
35         * device/lib/mcs51/Makefile.in: changed string comparison operator
36           to = for POSIX compliance; == is bash extension
37
38 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
39
40         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
41           kosmonaut_pirx
42
43 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
44
45         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
46         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
47         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
48         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
49         bug report #1478657,
50
51 2006-05-05 Borut Razem <borut.razem AT siol.net>
52
53         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
54           making the html
55
56 2006-05-02 Borut Razem <borut.razem AT siol.net>
57
58         * doc/Makefile.in: removed *.ind dependency since there is no rule to
59           create *.ind, which made make to fail if invoked with -j 2
60
61 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
62
63         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
64           Hubert Sack for patch 1479782
65
66 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
67
68         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
69
70 2006-05-01 Raphael Neider <rneider AT web.de>
71
72         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
73           (create_pic): store only prefix-free device name,
74           (init_pic): check for device names with "16" prefix,
75           (list_valid_pics),
76         * src/pic/device.h (struct PIC_device),
77         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
78             stored device name,
79         * device/include/pic/pic12f{635,675,629,683}.h,
80         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
81         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
82         * device/include/pic/pic16f505.h,
83         * device/lib/pic/libdev/pic16f505.c: removed
84         * device/include/pic/pic14devices.txt: added support for pic12f
85             devices, removed unsupported non 16-bit devices
86             [above changes provided by patch from Zik Saleeba]
87         * src/pic/*, src/pic16/*, device/include/pic16/*,
88           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
89
90 2006-05-01 Borut Razem <borut.razem AT siol.net>
91
92         * configure.in, configure, doc/Makefile.in:
93           sync with nightly build makefile - latex, dvipdf and dvips
94           not needed any more
95
96 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
97
98         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
99         in the library source
100
101 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
102
103         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
104
105 2006-04-28 Raphael Neider <rneider AT web.de>
106
107         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
108         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
109           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
110         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
111
112 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
113
114         * device/lib/pic/libdev/Makefile.in,
115         * device/lib/hc08/Makefile.in,
116         * device/lib/gbz80/Makefile.in,
117         * device/lib/z80/Makefile.in,
118         * device/lib/ds390/Makefile.in,
119         * device/lib/ds400/Makefile.in: added srcdir to include search path,
120         thanks to Borut for the bug report
121         * configure.in,
122         * configure: always create doc/Makefile independent from --enable-doc
123         * Makefile.in: always install from directory doc independent from
124         --enable-doc
125         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
126         removed
127         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
128         * doc/Makefile.in: install *.txt if present
129         * device/include/Makefile.in (install): added installation of pic/*.inc
130         and pic/*.txt files again, they were erroneously removed
131
132 2006-04-28 Raphael Neider <rneider AT web.de>
133
134         * src/pic/{gen.c,main.h,pcode.c},
135         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
136             concerning signedness with casts
137
138 2006-04-28 Raphael Neider <rneider AT web.de>
139
140         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
141             definition of an interrupt handler,
142         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
143             interrupt handler stuff from picglue() to separate routine,
144           (picglue): enabled definition of intr handlers in files w/o main()
145
146 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
147
148         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
149           compilation with MSVC 2005 Express Edition (VC8)
150
151 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
152
153         * device/lib/Makefile: fixed build of gbz80 lib
154
155 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
156
157         * support/regression/tests/bug-460010.c,
158         * support/regression/tests/bug-524691.c,
159         * support/regression/tests/bug-716242.c: removed conditional defines
160           that are already in testfwk.h
161
162 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
163
164         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
165           (AccAXRsh1): added, shift right by 1,
166           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
167            AccAXLrl1
168         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
169
170 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
171
172         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
173         remove cast to same type
174         * src/SDCCast.c (decorateType): fix for RFE 1475742,
175         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
176         * as/z80/Makefile,
177         * link/z80/Makefile: removed, they have moved to
178         Makefile.in files
179         * configure,
180         * configure.in: replaced duplicate message about ucsim by missing sdcpp
181         * install-sh: fix bug #1204398 by setting umask 0022
182         * device/lib/Makefile: separate build of z80 and gbz80 lib
183
184 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
185
186         Enabled VPATH feature: changed nearly all Makefiles (149 files).
187         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
188
189         One basic decision: e.g. src/clean.mk includes further files. In order
190         to make this work there are two solutions:
191         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
192           run configure on them. This way they can use
193           'include $(srcdir)/port-clean.mk'
194         - always include clean.mk by the Makefile at the same level. To avoid
195           that `make clean` tries to include and build Makefile.dep the
196           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
197           implemented, because now even `make uninstall` doesn't create
198           Makefile.in. clean.mk could be eliminated by pasting it in
199           Makefile.in.
200
201         * debugger/mcs51/Makefile.in: build own objects from library sources
202         (SLIB, SDCC) in current directory
203
204         * configure, configure.in: renamed --disable-device-lib-build in
205         --disable-device-lib; added --enable-doc, the required tools are
206         searched by configure; added result message; the toolchain for the
207         belonging ports are now only built, if the port is enabled.
208
209         * support/regression/*: all output is written in directory gen, because
210         the fwk and ports directories don't livet in the build tree using vpath
211
212         * doc/sdccman.lyx: renamed --disable-device-lib-build to
213         --disable-device-lib, added --enable-doc, added section VPATH
214
215         * sim/ucsim/configure.in,
216         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
217         z80 are enabled by default
218
219 2006-04-24 Raphael Neider <rneider AT web.de>
220
221         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
222             to config word, "pic14_"-prefixed some extern functions
223           (pic14_emitConfigWord): emit __config directive(s) if assignment to
224             config word has been found
225         * src/pic/device.h: added prototypes
226         * src/pic/pcode.c: added "pic14_"-prefix where needed
227         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
228             fixup
229         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
230             words,
231           (pic14emitRegularMap): ignore config words,
232           (pic14createInterruptVect): moved generating __config directives away
233           (picglue): have __config directives emitted
234
235 2006-04-24 Borut Razem <borut.razem AT siol.net>
236
237         * doc/Makefile: sync with nightly build makefile
238
239 2006-04-24 Raphael Neider <rneider AT web.de>
240
241         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
242             registers that have not been assigned proper liveranges,
243             fixes #1469504 and #1474602,
244           (pCodeRegOptimizeRegUsage): fixed typo in comment
245
246 2006-04-24 Borut Razem <borut.razem AT siol.net>
247
248         * device/examples/main8051.c: deleted - it was removed from CVS
249           24.mar.2000 and after that modified 18.feb.2001, so it reappered
250           after the transition to Subversion
251         * src/SDCCalloc.h: deleted - it was removed  from CVS
252           3.feb.2001 and after that modified 18.feb.2001, so it reappered
253           after the transition to Subversion
254         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
255           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
256           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
257           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
258
259 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
260
261         * as/asx8051.dsp: added mcs51/strcmpi.h
262         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
263         * as/hc08/aslink.h: updated lnksect prototype
264         * as/hc08/asm.h,
265         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
266         * as/hc08/asmain.c,
267         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
268           (newdot): handle A_ABS
269         * as/hc08/asout.c,
270         * as/mcs51/asout.c (outarea): output address
271         * as/hc08/lkaomf51.c,
272         * as/mcs51/lkaomf51.c: disabled unused array UsageType
273         * as/hc08/m08pst.c,
274         * as/mcs51/i51pst.c,
275         * as/z80/z80pst.c: "ABS" is not A_OVR
276         * as/hc08/lkarea.c (newarea): read a_addr,
277           (lnkarea): added codemap array, sort absolute areas to the front,
278            combine all GSINITx/GSFINAL,
279           (find_empty_space, allocate_space): new functions,
280           (lnksect): return next address, handle absolute sections
281         * as/mcs51/lkarea.c (newarea): read a_addr,
282           lnksect2 prototype changed,
283           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
284           (find_empty_space, allocate_space): new, factored out of lnksect2,
285           (lnksect2): return next address, handle absolute sections
286         * as/hc08/lkhead.c,
287         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
288         * as/hc08/lklibr.c (addfile, fndsym),
289         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
290           index out of range and detect both '\' and '/'
291         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
292         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
293           regression tests (ds390 cannot return bool yet)
294         * doc/sdccman.lyx: changed version number, document changed --no-peep,
295           document critical interrupts on z80, document changed SDCC define
296         * src/asm.c (_asxxxx_mapping): fixed .org directive,
297           (_a390_mapping): added .org directive
298         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
299           (genMultOneByte): fixed warnings
300         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
301           ones
302         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
303         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
304           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
305         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
306         * src/pic16/main.c: removed newReg prototype
307         * src/pic16/pcode.c,
308         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
309           warnings
310         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
311           ones
312         * src/pic16/ralloc.c
313         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
314           to fix warnings
315         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
316           from short to PIC_OPTYPE
317         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
318         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
319           optype from short to PIC_OPTYPE
320         * src/port.h: made int_size unsigned to fix warnings
321         * src/SDCC.y: fixed warning on MSVC
322         * src/SDCCicode.c (getArraySizePtr): return unsigned int
323         * src/SDCCopt.c (convertToFcall): fixed warnings
324         * src/SDCCsymt.h: removed double prototype for genSymName
325         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
326           offset int to fix warnings
327
328 2006-04-22 Borut Razem <borut.razem AT siol.net>
329
330         * doc/sdccman.lyx, */Makefile, */Makefile.in:
331           references to CVS replaced with Subversion
332
333 2006-04-21 Borut Razem <borut.razem AT siol.net>
334
335         * doc/sdccman.lyx, */Makefile, */Makefile.in:
336           references to CVS replaced with Subversion
337
338 2006-04-19 Borut Razem <borut.razem AT siol.net>
339
340         * src/version.awk: adapted for svn
341         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
342           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
343           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
344           /binutils-avr/etc/*.vi, *.jin: removed all properties
345           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
346
347 2006-04-19 Borut Razem <borut.razem AT siol.net>
348
349         * CVS to Subversion migration completed
350
351 2006-04-18 Borut Razem <borut.razem AT siol.net>
352
353         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
354           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
355
356 2006-04-17 Borut Razem <borut.razem AT siol.net>
357
358         * device/include/Makefile.in: added pic/*.inc to the installation
359
360 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
361
362         * support/regression/collate-results.py: fixed output in case of
363         a valdiag error
364         * support/regression/generate-cases.py: fixed splitting of pathnames
365         with dots
366         * as/hc08/lklibr.c (addfile),
367         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
368
369 2006-04-11 Raphael Neider <rneider AT web.de>
370
371         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
372         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
373         * src/pic16/pcode.c (assignValnums): fixed #1460578
374
375 2006-04-11 Raphael Neider <rneider AT web.de>
376
377         * device/lib/pic/libdev/*.c,
378         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
379           fixes #1468739, enables compilation in --std-c99 mode
380         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
381
382 2006-04-11 Raphael Neider <rneider AT web.de>
383
384         * src/pic/device.c (find_device): removed debug output
385           (list_valid_pics): enabled verbose listing of supported devices
386         * device/include/stdbool.h: define bool as char for pic14/16 as well
387
388 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
389
390         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
391
392 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * .version: bumped version to 2.5.6
395         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
396
397 2006-04-06 Raphael Neider <rneider AT web.de>
398
399         * .version: bumped version to 2.5.6 (pic14 ABI changed)
400         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
401         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
402           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
403             pic14_constructAbsMap
404           (pic14printPublics): declare absolute global symbols as global
405           (pic14createInterruptVect),
406         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
407           (newReg): assume new registers unused, use correct name in
408             hashtable (reg->name instead of name), more debugLog output
409         * src/pic/device.h (PIC_device): added fields for verbose output
410         * src/pic/device.c: moved device definition to pic14devices.txt,
411             added routines for runtime parsing of pic14devices.txt,
412             added support for second config word
413         * src/pic/main.c (_process_pragma): removed #pragma maxram,
414           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
415           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
416           (_pic14_parseOptions): moved pCodeInitRegisters here
417           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
418         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
419           (pCodeInitRegisters): rewrapped comments, perpared new approach to
420             handling the pseudo stack
421         * device/lib/Makefile.in: ignore failures in objects-pic16,
422         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
423         * device/lib/pic/NEWS: document new dependency on picXXX.lib
424         * device/lib/pic/Makefile.subdir,
425         * device/lib/pic16/Makefile.subdir: improved clean rules
426         * device/lib/pic/libdev/: NEW, pic14 device libraries
427         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
428         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
429         * device/include/Makefile.in: create subdir and install pic14 headers
430         * device/include/pic/p16f_common.inc: removed unused declarations
431         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
432             PICs from inc2h.pl v1.6,
433             replaced BIT_AT macros with struct declarations
434         * device/include/pic/pic14devices.txt: definition of supported devices,
435             all above improvements contributed by Zik Saleeba, thanks
436         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
437         * support/scripts/sdcc.nsi: also install pic14 device libraries and
438             headers
439
440 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
441
442         * device/include/mcs51/c8051f410.h: added interrupt numbers,
443         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
444           thanks to Charles Olds
445
446 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
447
448         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
449
450 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
451
452         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
453         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
454         * support/regression/bug1464657.c: added, new test
455
456 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
457
458         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
459           version number
460
461 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
462
463         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
464           --no-peep and --peep-file <file> are used don't use default rules but
465           do use the <file>
466
467 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
468
469         * src/mcs51/gen.c (genCall): fixed bug 1457608
470
471 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
472
473         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
474         changes seem to cause (trigger?) problems with the build system.
475
476 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
477
478         * src/SDCCpeeph.c (operandsLiteral): new, added,
479           (callFuncByName): inserted operandsLiteral
480         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
481
482 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
483
484         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
485         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
486
487 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
488
489         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
490           implemented patch 1120823 Thanks to Willy De la Court (normal
491           interrupts need an interrupt number now if they are made critical),
492           and enabled nesting of critical functions though not for gbz80
493           (genCritical, genEndCritical): added functions
494           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
495         * src/z80/mappings.i: added "ei" to all mappings
496
497 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
498
499         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
500         submitted by the Debian SDCC maintainer Aurelien Jarno:
501         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
502         archive with gcc 4.1 on mips and wrote the patch"
503
504 2006-03-16 Raphael Neider <rneider AT web.de>
505
506         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
507           the left operand is shorter than the result (c* = lit-c* + int),
508           fixes bug #1450796
509         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
510           OP_SYMBOL
511
512 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
513
514         * src/.version: increased version number to 2.5.5
515         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
516         linking is done manually in pic16 port's _linkEdit,
517         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
518         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
519         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
520         allocate asmop as AOP_ACC,
521         (aopForRemat): added parameter 'bool result' in function declaration,
522         (pic16_aopGet): return AOP_ACC when accessing WREG,
523         (pic16_popGetTempReg): minor modification,
524         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
525         'pic16_allocWithIdx',
526         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
527         calling function in absolute addresses,
528         (genAssign): take into account AOP_ACC asmop,
529         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
530         * src/pic16/pcoderegs.c: some debug functions and lines added,
531         * src/pic16/ralloc.c (decodeRegType): added but commented out,
532         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
533         register too,
534         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
535         call to allocReg, not by manually allocating a new one,
536         (pic16_assignRegisters): now before going through the register
537         allocating functions mark all registers as free. This eliminates some
538         side effects resulting from peephole parser done earlier in the backbone
539
540 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
541
542         * src/SDCCicode.c (geniCodeLogic),
543         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
544
545 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
546
547         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
548           (genSend): bugfix, do not allocate and free twice,
549           (shiftRLong): handle partially overlapping aops
550         * support/regression/tests/bitopcse.c: fixed warning redefined idata
551
552 2006-03-08 Borut Razem <borut.razem AT siol.net>
553
554         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
555           for pic16
556
557 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
558
559         * support/regression/tests/bug1409955.c: new, added
560         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
561         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
562           (aopForSym, aopOp): increment asmop.allocated if reused,
563           (freeAsmop): decrement asmop.allocated and check for zero instead of
564           using asmop.freed,
565           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
566           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
567            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
568            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
569            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
570            genSignedRightShift, genRightShift, genDataPointerGet,
571            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
572            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
573             in reverse order from allocation,
574           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
575             added swappedLR to keep track
576         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
577           pdata & code for GCC, z80, gbz80 & hc08
578         * support/regression/tests/zeropad.c: moved defines to testfwk.h
579
580 2006-03-08 Raphael Neider <rneider AT web.de>
581
582         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
583
584 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
585
586         * device/include/mcs51/c8051f410.h: new SiLabs mcu
587         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
588         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
589
590 2006-03-06 Borut Razem <borut.razem AT siol.net>
591
592         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
593           made the linker quiet
594
595 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
596
597         * src/pic16/gen.c (genPcall): fixed bug #1443644
598         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
599         which dumps before the function entry point a data byte which represents
600         the number of the local variables used by the specified function, added
601         'xinst' for initial support for Extended Instruction Support,
602         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
603         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
604         port->fun_prefix anymore (may change later),
605         (genFunction, genEndFunction): do not store/restore local registers for
606         _main (this should take care the --main-return command line option in
607         the future),
608         (genOr): removed some legacy pic-port instructions,
609         * src/pic16/genarith.c (genAddLit): re-enabled old code because
610         performing operations with SFR's causes data to be written more than
611         once to each SFR. Perhaps SFRs should be handled in special cases...
612         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
613         pcode.h
614         * src/pic16/main.c (_process_pragma): stack bound checking did not take
615         into account for stack starting position,
616         (struct OPTIONS pic16_optionsTable): added command line argument
617         --extended or -y for Extended Instruction Support,
618         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
619         (deassignLRs): *** perhaps the most important change, old 'for' code
620         (commented out for reference), didn't account for some registers which
621         were left marked 'not free' after a pointer operation. The change
622         reduces register usage a lot in some cases
623
624 2006-03-04 Borut Razem <borut.razem AT siol.net>
625
626         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
627           _clean
628         * support/regression/tests/bug-524697.c: decreased array size for
629           mcs51 to fit into the internal RAM
630         * support/regression/Makefile.in: a little bit more verbose
631
632 2006-03-03 Borut Razem <borut.razem AT siol.net>
633
634         * support/regression/fwk/lib/testfwk.c,
635           support/regression/fwk/include/testfwk.h: introduced function
636           _prints(), nonrecursive _printn(), call _initEmu() from main()
637         * support/regression/ports/gbz80/support.asm,
638           support/regression/ports/ucz80/support.asm,
639           support/regression/ports/z80/support.asm,
640           support/regression/ports/ds390/support.c,
641           support/regression/ports/hc08/support.c,
642           support/regression/ports/host/support.c,
643           support/regression/ports/mcs51/support.c,
644           support/regression/ports/xa51/support.c: added empty _initEmu()
645           function
646         * support/regression/ports/pic16/gpsim.cmd,
647           support/regression/ports/pic16/spec.mk,
648           support/regression/ports/pic16/support.c,
649           support/regression/Makefile.in: added pic16 regression test
650
651 2006-03-01 Raphael Neider <rneider AT web.de>
652
653         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
654           genConstPointerGet): use safe way of generating MOVFF to cover
655             literals as well as registers, fixes bug #1440527
656         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
657             dereference
658           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
659             more correctly, fixes bug #1232186
660           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
661         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
662             gplink guess the correct processor in more cases, applied patch
663             from Till Riedel attached to and fixing bug #1436552
664
665 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
666
667         * support/regression/tests/array.c: added, contains check for #1434401
668         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
669
670 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
673         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
674         * device/include/mcs51/c8051f326.h,
675         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
676         * device/include/mcs51/c8051f000.h,
677         * device/include/mcs51/c8051f018.h,
678         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
679           PCON_IDLE,PCON_STOP and added sfr16 definitions
680
681 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
682
683         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
684           genGetWord): fixed bug 1409955
685
686 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
687
688         * device/include/hc08/mc68hc908gp32.h,
689         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
690
691 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
692
693         * src/SDCCast.c (constExprValue): return NULL if not a value
694         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
695         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
696         * support/regression/tests/bitfields.c: enabled signed bitfield for all
697
698 2006-02-13 Borut Razem <borut.razem AT siol.net>
699
700         * src/regression/ptrarg.c: added, fails due to bug #1430967
701         * src/regression/Makefile: ptrarg.c added, ...
702
703 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
704
705         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
706         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
707
708 2006-02-11 Borut Razem <borut.razem AT siol.net>
709
710         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
711           print "Processor: xxx" message to stdout only if --verbose
712
713 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
714
715         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
716         * support/regression/tests/bug1426356.c: added
717         * support/regression/tests/bitfields.c: removed 2 tests
718
719 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
720
721         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
722         * device/include/mcs51/c8051f330.h,
723         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
724           PCON_IDLE,PCON_STOP and added sfr16 definitions
725         * device/lib/_divsint.c,
726         * device/lib/_divuint.c,
727         * device/lib/_divulong.c,
728         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
729           register bank bug for small stackauto
730
731 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
732
733         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
734
735 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
736
737         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
738         * all.dsp: corrected several bin paths
739         * device/include/mcs51/c8051f120.h,
740         * device/include/mcs51/c8051f300.h,
741         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
742           to PCON_IDLE,PCON_STOP
743         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
744         * device/lib/printf_large.c (output_float): fixed bug 1388703
745         * support/regression/tests/bug1057979.c: added test for bug 1388703
746
747 2006-02-08 Raphael Neider <rneider AT web.de>
748
749         * src/pic/pcode.c (pciTRIS): fixed typo,
750           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
751           (LinkFlow): fixed handling of flows that end in a call,
752           (ReuseReg): perform safety check earlier
753         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
754             to work with flows at the beginning of a pBlock,
755             fixes #1426557 (Symbol not previously defined),
756           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
757             usage information
758           (RemoveUnusedRegisters): update register usage info
759         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
760             created, reuse existing ones instead
761         * src/pic/gen.c (genPcall): fixed #1424719
762
763 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
764
765         * link/z80/lkmain.c,
766         * link/z80/lklex.c,
767         * link/z80/lkdata.c,
768         * link/z80/aslink.h: fixed build on current cygwin:
769         replaced getline() by lk_getline()
770
771 2006-02-01 Borut Razem <borut.razem AT siol.net>
772
773         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
774           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
775           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
776           src/regression/bool1.c, src/regression/bool2.c,
777           src/regression/bool3.c, src/regression/call1.c,
778           src/regression/compare.c, src/regression/compare10.c,
779           src/regression/compare2.c, src/regression/compare3.c,
780           src/regression/compare4.c, src/regression/compare5.c,
781           src/regression/compare6.c, src/regression/compare7.c,
782           src/regression/compare8.c, src/regression/compare9.c,
783           src/regression/configword.c, src/regression/for.c,
784           src/regression/inline.c, src/regression/mult1.c,
785           src/regression/nestfor.c, src/regression/or1.c,
786           src/regression/pointer1.c, src/regression/ptrfunc.c,
787           src/regression/rotate1.c, src/regression/rotate2.c,
788           src/regression/rotate3.c, src/regression/rotate4.c,
789           src/regression/rotate5.c, src/regression/rotate6.c,
790           src/regression/rotate7.c, src/regression/string1.c,
791           src/regression/struct1.c, src/regression/sub.c,
792           src/regression/sub2.c, src/regression/switch1.c,
793           src/regression/while.c, src/regression/xor.c,
794           src/regression/create_stc, src/regression/simulate,
795           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
796           regression tests
797         * src/regression/gpsim_assert.h: added
798
799 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
800
801         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
802         ((void (code *) (void)) 0) ();
803         * as/hc08/aslex.c,
804         * as/hc08/aslink.h,
805         * as/hc08/asm.h,
806         * as/hc08/asmain.c,
807         * as/hc08/lkdata.c,
808         * as/hc08/lklex.c,
809         * as/hc08/lkmain.c,
810         * as/mcs51/aslex.c,
811         * as/mcs51/aslink.h,
812         * as/mcs51/asm.h,
813         * as/mcs51/asmain.c,
814         * as/mcs51/lkdata.c,
815         * as/mcs51/lklex.c,
816         * as/mcs51/lkmain.c,
817         * as/z80/aslex.c,
818         * as/z80/asm.h,
819         * as/z80/asmain.c: fixed build on current cygwin:
820         replaced getline() by as_getline()
821
822 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
823
824         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
825         declarator in the symbol chain
826         * src/SDCCsymt.h,
827         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
828         parameter list for function pointers
829         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
830         * support/regression/tests/bug-716242.c: added
831
832 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
833
834         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
835         offset if possible
836         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
837
838 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
839
840         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
841         inifinitely recurseable, added static
842         * support/regression/tests/bug-1408066.c: added
843
844 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
845
846         * src/SDCCicode.h,
847         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
848         renamed, added possibility to create "postLoopLbl"-labels
849         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
850         newiTempLoopHeaderLabel
851         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
852         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
853         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
854         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
855         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
856         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
857         (basicInduction): fixed bug #136564, made static,
858         (loopInduction): changed parameter of basicInduction, made static,
859         (addPostLoopBlock): added
860         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
861         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
862         findLoopEndSeq
863         * support/regression/tests/bug-136564.c: added
864         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
865         --std-sdcc99 to LIBSDCCFLAGS
866
867 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
868
869         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
870         while loop
871         * support/regression/tests/bug-1406131.c: added
872
873 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
874
875         * src/SDCCast.c (decorateType): fix promotion of unary minus
876         * src/SDCCsymt.c (computeType): beautified
877         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
878         (valUnaryPM, valComplement): fix sign and promotion,
879         (valNot): ANSI: result type is int (SDCC: unsigned char)
880         * support/regression/tests/uminus.c: speedup by removing superflous
881         test case 'int'
882         * support/regression/tests/onebyte.c: added promotion and signedness
883         tests for unary minus
884         * support/regressions/tests/bug-477927.c: disable warning about
885         uninitialized variables
886         * support/regression/tests/not.c: added
887
888 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
889
890         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
891         * src/mcs51/gen.c (gen51Code): show final register usage after
892         fillGaps in asm with --i-code-in-asm
893         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
894         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
895         incUsed, rliveClear, adjustIChain): made static,
896         (setFromRange): excluded because it's unused,
897         (findPrevUseSym, markWholeLoop): added,
898         (findPrevUse): rewritten; fixes bug 895992; now a complete search
899         through all branches of predecessors enables sdcc to emit the warning
900         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
901         (rlivePoint): made static, added parameter emitWarnings which is only
902         true during the first run out of two,
903         (findRecursiveSucc, findRecursivePred): removed,
904         (computeLiveRanges): made static, added parameter emitWarnings,
905         (dumpIcRlive): added for debugging only
906         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
907         removed prototype of setFromRange()
908         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
909         in call of computeLiveRanges()
910         * support/regression/tests/bug-895992.c: added
911         * support/regression/tests/bug-971834.c: added
912         * support/valdiag/tests/bug-895992.c: added
913         * support/valdiag/tests/bug-971834.c: added
914
915 2005-12-18 Raphael Neider <rneider AT web.de>
916
917         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
918           (genUnpackBits): improved code for direct operands,
919           (genPackBits): improved code for literal assignment to bitfields
920             and for direct destination operands (no FSR indirection),
921             prevented redundant AND, fixes #1362800,
922           (AccLsh): added parameter to disable masking of the result
923         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
924           skip instructions with side-effects (like incfsz),
925           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
926         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
927         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
928           fixes #1375263
929
930 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
931
932         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
933         volatile variables as spill location
934
935 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
936
937         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
938         replacing literals
939         * support/regression/tests/bug-1376320.c: added
940
941 2005-12-08 Raphael Neider <rneider AT web.de>
942
943         * src/pic/device.c: renamed is_shared to pic14_is_shared
944         * src/pic/gen.c (genIfx): re-enabled handling of sbits
945         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
946           (is_valid_identifier): added for above workaround
947
948 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
949
950         * device/lib/Makefile.in: fixed to enable port-specific-objects
951         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
952           char, thanks Hubert Sack
953         * doc/sdccman.lyx: documented --xstack-loc,
954           elaborated a bit more on interrupts and pitfalls,
955           removed "setjmp/longjmp unsupported",
956           documented some unsupported C99 features
957         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
958         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
959           if, thanks Hubert Sack
960         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
961         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
962           make make_library
963         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
964           regression tests can report resource usage (rfe 700441)
965         * support/regression/collate-results.py: report resource usage
966         * support/regression/ports/ds390/spec.mk,
967         * support/regression/ports/hc08/spec.mk,
968         * support/regression/ports/mcs51/spec.mk,
969         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
970         * support/regression/ports/ds390/uCsim.cmd,
971         * support/regression/ports/hc08/uCsim.cmd,
972         * support/regression/ports/mcs51/uCsim.cmd,
973         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
974         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
975           library, use the default one
976         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
977           building the library
978
979 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
980
981         * config.dsp: added dependency on .version and configure_vc.awk
982         * device/include/setjmp.h: updated for --stack-auto and --xstack
983         * device/include/mcs51/at89c51snd1c.h: corrected line endings
984         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
985         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
986         * device/lib/libsdcc.lib: added _setjmp
987         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
988           (decorateType): fixed bug 1372851,
989           (optimizeGetHbit): fixed warning
990         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
991           array initialisation
992         * support/regression/tests/bug1057979.c: added test for bug 1358192
993         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
994
995 2005-12-03 Borut Razem <borut.razem AT siol.net>
996
997         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
998           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
999
1000 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1001
1002         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1003         createIval): implement symbol independant "flexible array member",
1004         (createIvalCharPtr): implemented flexible array initialisation with a
1005         string
1006         * src/SDCCsymt.c (copyStruct): removed,
1007         (getSize): fixed misleading comment,
1008         (getAllocSize): removed, the additional allocation size is now in
1009         sym->flexArrayLength,
1010         (checkStructFlexArray): new, syntax checks for flexible array members,
1011         (compStructSize): added syntax checks for "flexible array members"
1012         (copyStruct): removed,
1013         (copyLinkChain): removed inefficient fix for bug 770487
1014         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1015         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1016         symbol->flexArrayLength
1017         * src/SDCCerr.c,
1018         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1019         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1020         * support/regression/tests/structflexarray.c: added
1021         * support/valdiag/tests/structflexiblearray.c: added
1022
1023 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1024
1025         * src/SDCCast.c (decorateType): fixed bug 1368489
1026         * support/Util/SDCCerr.c,
1027         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1028
1029 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1030
1031         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1032           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1033
1034 2005-11-27 Borut Razem <borut.razem AT siol.net>
1035
1036         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1037           support/cpp2/mkdeps.h: added command line option
1038           -obj-ext=<extension> to SDCPP to define object file externion, used
1039           for generation of make dependencies (-M)
1040         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1041
1042 2005-11-26 Borut Razem <borut.razem AT siol.net>
1043
1044         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1045           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1046           added pic and pic16 libraries
1047
1048 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1049
1050         * device/include/float.h: Corrected typo in prototype of __fsgt
1051
1052 2005-11-25 Borut Razem <borut.razem AT siol.net>
1053
1054         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1055           added creation of model-mcs51-stack-auto libraries
1056
1057 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1058
1059         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1060         and fields-list too
1061         * src/SDCCast.c (createIvalArray): removed obsolete comment
1062
1063 2005-11-24 Borut Razem <borut.razem AT siol.net>
1064
1065         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1066           added missing device/lib/mcs51/crt*.asm sources
1067
1068 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1069
1070         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1071
1072 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1073
1074         * device/lib/_fs2schar.c,
1075         * device/lib/_fs2sint.c,
1076         * device/lib/_fs2slong.c: optimized inline asm
1077
1078 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1079
1080         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1081           Better handling of floats between -1.0 and 0.0.
1082
1083 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1084
1085         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1086           (the missing "if"s prohibited removal of redundant labels)
1087
1088 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1089
1090         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1091           Properly convert floats between -1.0 and 0.0 to long, int, and char
1092           types (max integer value of negative floats tends to zero).
1093         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1094           Removed changes made so to work properly with floats between
1095           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1096           and _fs2char.c
1097
1098 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1099
1100         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1101         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1102         (genCast) cosmetic change
1103         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1104         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1105         from mcs51
1106         * support/regression/tests/bitfields (testSignedBitfields): added
1107
1108 2005-11-18 Borut Razem <borut.razem AT siol.net>
1109
1110         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1111         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1112           introduced SILENT option to make building of pic16 libraries less
1113
1114 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1115
1116         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1117           Now they work properly with floats between -1.0 and 0.0
1118         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1119
1120 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1121
1122         * src/SDCCicode.c (printOperand): added missing else
1123
1124 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1125
1126         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1127         reformatted for better readability
1128         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1129         signed bitfields
1130
1131 2005-11-17 Borut Razem <borut.razem AT siol.net>
1132
1133         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1134           introduced SILENT option to make building of pic16 libraries less
1135           verbose - used for nightly snapshot build
1136         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1137           available on Win32 platforms.
1138         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1139           medium, large, pic and pic16
1140
1141 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1142
1143         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1144           printf("%f"...) sets fraction to zero.
1145
1146 2005-11-16 Raphael Neider <rneider AT web.de>
1147
1148         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1149           fixes #1357221
1150         * src/pic/gen.c (genIfx): implemented for CARRY bit
1151         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1152           to generic pointers, fixes #1357332,
1153           (pic16_movLit2f): NEW,
1154           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1155
1156 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1157
1158         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1159
1160 2005-11-11 Raphael Neider <rneider AT web.de>
1161
1162         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1163         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1164           compute pointer's type from operand,
1165           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1166           improved single bit reads, fixes bug #1353379
1167
1168 2005-11-09 Borut Razem <borut.razem AT siol.net>
1169
1170         * support/scripts/sdcc.nsi: added lib/pic to the package
1171
1172 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1173
1174         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1175
1176 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * support/regression/tests/bug1348008.c: added
1179         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1180         * support/regression/tests/bug1337835.c: updated comment
1181
1182 2005-11-06 Borut Razem <borut.razem AT siol.net>
1183
1184         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1185           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1186           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1187           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1188           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1189           dynamic construction of cl_error_class and derivates - 2.nd try
1190
1191 2005-11-05 Borut Razem <borut.razem AT siol.net>
1192
1193         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1194           bug, which caused Bus Errors on sparc solaris
1195
1196 2005-11-04 Borut Razem <borut.razem AT siol.net>
1197
1198         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1199           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1200           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1201           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1202           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1203           and derivates to resolve the initialization problem on OSX
1204
1205 2005-11-02 Borut Razem <borut.razem AT siol.net>
1206
1207         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1208           corrected typo - #include <winsock2.h>
1209
1210 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1213           (_asxxxx_mapping): added org directive for future enhancements
1214
1215 2005-11-01 Borut Razem <borut.razem AT siol.net>
1216
1217         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1218           enabled sockets on WIN32
1219         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1220
1221 2005-10-31 Borut Razem <borut.razem AT siol.net>
1222
1223         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1224           WIN32 backslash path delimiters should be escaped when used in C strings
1225         * support/regression/tests/bitfields.c: exclude failing assertions for
1226           __CYGWIN32__ and __MINGW32__ hosts
1227
1228 2005-10-30 Borut Razem <borut.razem AT siol.net>
1229
1230         * src/SDCCutil.c: corrected double comparison typo
1231
1232 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1233
1234         * device/lib/medium/Makefile: added for new memory model medium
1235         * device/include/asm/mcs51/features.h: updated for medium/pdata
1236         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1237           added Multiply & Accumulate sbit's and MAC0_PAGE define
1238         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1239         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1240         * device/lib/_mullong.c: update for medium model
1241         * device/lib/incl.mk: added medium model
1242         * doc/sdccman.lyx: documented medium model
1243         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1244         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1245         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1246         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1247           (allocParms): set SCLS and OCLS to pdata for medium model
1248         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1249           for pdata,
1250           (powof2): return <0 if not power of 2
1251         * src/avr/gen.c (genBitWise): use updated powof2
1252         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1253           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1254           (shiftLLeftOrResult): use B if necessary
1255         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1256         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1257         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1258         * support/regression/Makefile.in: added test-mcs51-medium
1259         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1260
1261 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1262
1263         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1264         specifier unsigned
1265         * device/lib/time.c (mktime): fixed bug 1334315
1266
1267 2005-10-28 Raphael Neider <rneider AT web.de>
1268
1269         * device/include/pic/p16f_common.inc: added common declarations
1270         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1271
1272 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1273
1274         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1275           (aopPutUsesAcc): added to predict accumulator use,
1276           (assignResultValue): save acc if necessary,
1277           (genMinusDec): store result if indirectly addressed,
1278           (genDivOneByte):  save acc if necessary,
1279           (movLeft2Result): bugfix if left already in acc,
1280           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1281             attention to accumulator use (esp. pdata),
1282           (genReceive): receive pdata correctly
1283         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1284         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1285
1286 2005-10-27 Raphael Neider <rneider AT web.de>
1287
1288         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1289
1290 2005-10-27 Raphael Neider <rneider AT web.de>
1291
1292         * .version: changed version to 2.5.4
1293         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1294         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1295           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1296             arithmetics support routines
1297         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1298         * device/lib/Makefile.in: also create installdir for pic
1299
1300         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1301           pic14 port as well
1302         * src/pic/device.c (dump_sfr): rewritten to delegate register
1303           placement to the linker (use `extern sym' rather than sym EQU addr),
1304           (validAddress): fixed to check last specified address
1305         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1306           (popGetLit): truncate literal value to 8 bit,
1307           (popGet): moved assert to more appropriate place
1308           (popGetExternal): create pCode operand from and mark the according
1309             symbol as being `extern'
1310           (popGetAddr): added sanity check on immediate's offset, provide
1311             GPOINTER tag on demand
1312           (aopPut): fixed for immediates,
1313           (mov2w_op): move operand's address or contents to WREG (depending on
1314             operand type), safer variant of mov2w,
1315           (movwf,call_libraryfunc): NEW, handy abbreviations,
1316           (get_argument_pcop,get_return_val_pcop,pass_argument,
1317           get_returnvalue): interface for accessing function parameters and
1318             return values,
1319           (assignResultValuei,genRet): use new parameter/return value interface
1320           (pic14_getDataSize): back to old version handling generic pointers,
1321           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1322             provided implementation and/or fixed old one,
1323           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1324             calls, removed legacy 8051 reference code
1325           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1326           (loadSignToC): NEW, move the operands sign bit to CARRY,
1327           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1328             genRightShiftSigned, accepts negative shift counts,
1329           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1330           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1331             generic pointers, __data pointers and __code pointers,
1332           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1333             and signed bitfields, limit bitfields to 8 bit,
1334           (genDataPointerGet): fixed number of bytes read,
1335           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1336           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1337             pointers to constant data are no longer assumed to point to __code
1338             space, removed invalid pointer types,
1339           (bitpatternFromVal): retrieve the PICs representation of an integer
1340             or float literal,
1341           (genDataPointerSet): fixed assigning to po_immediate operands,
1342           (genGenPointerSet): implemented as library call,
1343           (genIfx): fixed incorrect condition,
1344           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1345             provide GPOINTER tag according to destination's storage class,
1346           (genCast): added code to handle casting to generic pointers, added
1347             sign-/zero extension of the result
1348           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1349         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1350         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1351           extend the result
1352         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1353           address/register resides in the shared banks
1354           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1355             put all variables into separate sections (have the linker arrange
1356             them)
1357           (picglue): put init code and interrupt handlers in separate sections
1358         * src/pic/main.c: added port specific options table, modified to PORT
1359           structure to make GPOINTERs 3 byte, added pic14_options
1360           (_pic14_do_link): private linking routine (update paths to libraries,
1361             add libsdcc.lib by default)
1362         * src/pic/main.h: declare pic14_options
1363         * src/pic/pcode.c: fixed instructions i/o relations,
1364           (RegCond): reverted to correct version,
1365           (newpCodeOpLit): truncate literals to 8 bit,
1366           (genericPrint): added debug output,
1367           (getRegFromInstruction): fixed for various operand types, simplified
1368           (BuildFlow): fixed broken handling of isntructions with labels
1369           (LinkFlow): start at last instruction in flow (skip trailing comments),
1370             pass the flow on to the next instruction after CALL
1371           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1372           (insertPCodeInstruction): fixed inserting after a skip instruction,
1373           (DoBankSelect): fixed for labeled instructions
1374           (OptimizepBlock): honor --nopeep switch
1375           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1376         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1377         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1378           (pCodeOptime2pCodes): allow disabling this optimization via
1379             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1380             but is still buggy), started implementation of a dataflow based
1381             pCode optimization (CSE + dead code elimination)
1382           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1383         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1384           names are independant of the stack location and therefore portable across
1385           devices
1386
1387 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1388
1389         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1390           (selectSpil): fixed bug 1337835 by not spilling bit variables
1391         * support/regression/tests/bug1337835.c: added test for this bug
1392         * src/mcs51/peeph.def: restart after rule 3.c,
1393           addded rules 263.x to optimize loading constants
1394
1395 2005-10-26 Raphael Neider <rneider AT web.de>
1396
1397         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1398         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1399           (genAssign): emit warning when casting literals to generic pointer
1400             type, also applies when taking the address of a fixed variable,
1401           (genCast): improved casting to generic pointers
1402         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1403           extern variables, added verbose error message
1404         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1405
1406 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1407
1408         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1409         carry must be complemented too
1410         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1411         could be emitted by genMinus
1412         * src/SDCCval.c (constVal): fixed bug 1305065
1413
1414 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1415
1416         * src/SDCCast.c (addCast): added promotion for bit variables
1417         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1418         promotion casts + optimisation
1419         (optimizeGetWord): fix warning 'i' might be used uninitialized
1420         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1421         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1422
1423 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1424
1425         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1426         all chars are promoted to int; promotion should be handled in SDCCast.c
1427
1428 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1429
1430         * device/lib/_strcmp.c: Fixed bug 1326457
1431
1432 2005-10-11 Raphael Neider <rneider AT web.de>
1433
1434         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1435         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1436
1437 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1438
1439         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1440         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1441
1442 2005-10-04 Raphael Neider <rneider AT web.de>
1443
1444         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1445           device/lib/pic16/pics.all: added pic18f1320
1446         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1447
1448 2005-09-30 Raphael Neider <rneider AT web.de>
1449
1450         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1451         * src/pic16/devices.inc: NEW, provides device descriptions
1452         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1453
1454 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1455
1456         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1457           GETHBIT
1458
1459 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1460
1461         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1462           documented Any Order Bit, Higher Order Byte and Higher Order Word
1463         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1464         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1465           (optimizeGetAbit): new, to get any bit, not only the high bit,
1466           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1467           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1468           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1469           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1470             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1471             GETABIT, GETBYTE, GETWORD: decorate them,
1472           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1473           (ast_print): added GETABIT, GETBYTE, GETWORD
1474         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1475         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1476           (geniCodeBinary): new generic binary icode,
1477           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1478         * src/port.h: updated comment for PORT.hasExtBitOp
1479         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1480           (genGetByte): new, to get a single byte,
1481           (genGetWord): new, to get a word from a long,
1482           (gen51Code): added GETABIT, GETBYTE, GETWORD
1483         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1484
1485 2005-09-23 Raphael Neider <rneider AT web.de>
1486
1487         * configure.in, configure: have device/lib/pic configured
1488         * device/lib/Makefile.in: added model-pic14
1489         * device/lib/clean.mk: added pic/ to clean rule
1490         * device/lib/pic: added rudimentary pic14 library providing support
1491           functions for multiplication/division/generic pointer access
1492         * src/SDCCopt.c (convilong): mark support functions as extern
1493           for pic14 port as well
1494         * src/pic/gen.c (genMult): added assertions,
1495           (genpic14Code): emit warning on unhandled iCodes
1496         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1497         * src/pic/pcode.c (pCodeOpCopy),
1498         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1499           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1500           SFR_REGISTER}), made safe for future extensions
1501         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1502           instructions even if preceeded by SKIP instructions (also remove
1503           them); removed unused code
1504         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1505           prevents leaving parts of the structure uninitialized after copying
1506
1507 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1508
1509         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1510           ago by me
1511         * support/regression/tests/addsub.c: added test for the bug
1512
1513 2005-09-21 Raphael Neider <rneider AT web.de>
1514
1515         * device/include/pic16/pic18f1220.h,
1516           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1517         * device/lib/pic16/Makefile.rules: added missing opening paren
1518         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1519           are provided in genutils.c,
1520           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1521           operand/result sizes,
1522           (genCmp): assert on NULL pointers first, then check deref'ed values
1523         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1524           result size
1525
1526 2005-09-18 Raphael Neider <rneider AT web.de>
1527
1528         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1529           as these are now unused,
1530           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1531         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1532           local, avoids uninitialized pointer dereference on r->name
1533         * src/pic16/ralloc.c (newReg): fixed indentation
1534
1535 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1536
1537         * src/SDCCval.c (constVal): fixed bug 730366
1538         * support/Util/SDCCerr.c,
1539         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1540
1541 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1542
1543         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1544
1545 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1546
1547         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1548
1549 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1550
1551         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1552           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1553         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1554           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1555         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1556         * packihx/packihx.c (hexDigit): made c unsigned char
1557         * as/mcs51/lklibr.c (fndsym),
1558         * link/z80/lkgb.c (gb),
1559         * link/z80/lklibr.c (fndsym),
1560         * link/z80/lkrloc.c (relr),
1561         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1562         * src/SDCC.lex (checkCurrFile, process_pragma),
1563         * src/SDCCglue.c (spacesToUnderscores),
1564         * src/SDCCmain.c (setParseWithComma, processFile),
1565         * src/asm.c (tvsprintf, printCLine),
1566         * src/avr/gen.c (emitcode, aopPut),
1567         * src/ds390/gen.c (emitcode),
1568         * src/hc08/gen.c (emitcode, emitinline),
1569         * src/mcs51/gen.c (emitcode, genInline),
1570         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1571           tokenizeLineNode),
1572         * src/pic/ralloc.c (debugLog),
1573         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1574           tokenizeLineNode),
1575         * src/pic16/ralloc.c (debugLog),
1576         * src/z80/main.c (_process_pragma):
1577            made all ctype.h function calls safe
1578         * src/SDCCopt.c: include math.h for fabs
1579         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1580           and used them throughout the code to make ctype.h function calls safe
1581         * src/ds390/main.c (asmLineNodeFromLineNode),
1582         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1583         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1584            unsigned char*
1585         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1586           (newpCodeAsmDir): made ctype.h function calls safe
1587         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1588           pic16_emitcode):  made lbp unsigned char*
1589         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1590           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1591         * src/xa51/gen.c (emitcode),
1592         * src/z80/gen.c (_emit2): made lbp unsigned char*
1593         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1594            char*
1595
1596 2005-09-05 Raphael Neider <rneider AT web.de>
1597
1598         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1599           access bank splitpoint
1600
1601 2005-09-05 Raphael Neider <rneider AT web.de>
1602
1603         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1604
1605 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1606
1607         * .version: changed to version 2.5.3
1608         * doc/sdccman.lyx: changed version to 2.5.3,
1609           documented --codeseg and --constseg and pragma codeseg and constseg,
1610           documented bit parameters (reentrant) and bit returning
1611         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1612            currFunc->recvSize, but is this ok for all ports?
1613           (ast2iCode): result of ~ on unsigned char must be cast to int for
1614            bool to work
1615         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1616           function pointers in bit space
1617         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1618           (processFuncArgs): call port.reg_parm() with reentrancy info
1619         * src/port.h,
1620         * src/avr/main.c,
1621         * src/ds390/main.c,
1622         * src/hc08/main.c,
1623         * src/pic/main.c,
1624         * src/pic16/main.c,
1625         * src/xa51/main.c,
1626         * src/z80/main.c: port.reg_parm prototype extended with
1627           "bool reentrant" parameter
1628         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1629           options.stackAuto for allocating bit register parameters
1630         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1631           (genSend): set BitBankUsed if it is,
1632           (selectRegBank): factored out of genCall for use in genPcall,
1633           (genCall): removed redundant dtype assignmen, use selectRegBank,
1634           (genPcall): handle returning in Carry properly, save in F0 if needed,
1635           (genReceive): handle bit register parameters
1636         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1637           (mcs51_assignRegisters): enable bit registers for all reentrant
1638            functions and don't set BitBankUsed unconditionally
1639         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1640         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1641         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1642
1643 2005-08-27 Borut Razem <borut.razem AT siol.net>
1644
1645         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1646         ppc-osx (Darwin) does not support -u option. It seems that it is
1647         supported only on Linux - GNU cp
1648
1649 2005-08-25 Borut Razem <borut.razem AT siol.net>
1650
1651         * sim/ucsim/gui.src/serio.src/Makefile.in,
1652           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1653           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1654           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1655           install and strip, since the strip at /usr/ccs/bin should be used
1656           on solaris
1657
1658 2005-08-24 Borut Razem <borut.razem AT siol.net>
1659
1660         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1661
1662 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1663
1664         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1665         ffffffffu
1666
1667 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1668
1669         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1670         * as/mcs51/lkmain.c (link_main): fixed warning
1671         * device/include/stdbool.h: ds390 has no advanced bit support yet
1672         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1673         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1674         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1675           and updated their macros
1676         * src/SDCCval.c (constVal): updated comment for renamed b_long
1677
1678 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1679
1680         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1681         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1682           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1683           (oprio): set priority for '['
1684         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1685            and adb_24_bit
1686         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1687         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1688         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1689         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1690           added overlayable BIT_BANK area
1691         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1692           (summary2): explain 'T' in legenda
1693         * as/mcs51/lkrloc.c: replaced old K&R style,
1694           (relr): added R_BIT processing,
1695           (errmsg): added "Bit-addressable relocation error",
1696           (adb_bit): added for converting from byte- to bit-addressable space,
1697           (adb_24_bit): added for converting from byte- to bit-addressable space
1698         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1699            used in reentrant functions now even as return value
1700         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1701         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1702           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1703         * src/SDCCglobl.h: added indicator BitBankUsed
1704         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1705            the bit registers b0-b7
1706         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1707           (geniCodeCast): fixed bug 1263853,
1708           (geniCodeLogicAndOr): put result in bool or char,
1709           (geniCodeReceive): added parameter func for accessing the return type,
1710           (geniCodeFunctionBody): pass func to geniCodeReceive
1711         * src/SDCCmain.c: added indicator BitBankUsed
1712         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1713         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1714           (checkSClass): don't put automatic bool/bit on stack,
1715           (checkFunction): removed check on function cannot return bit
1716         * src/SDCCsymt.h: added newBoolLink prototype
1717         * src/mcs51/gen.c (rb1regs): added bit registers,
1718           (movc): created for assigning to carry,
1719           (pushReg, popReg): created for pushing registers,
1720           (sameRegs): check both AOP_REG and AOP_CRY types,
1721           (aopOp): handle bit registers,
1722           (aopPut): optimization no self-assign,
1723           (saveRegisters): push reg->base (bits) only once for bit registers,
1724            and use pushReg,
1725           (unsaveRegisters): pop reg->base only once and use popReg,
1726           (assignResultValue): added parameter func and return in carry for bits,
1727           (genIpush): optimization no reload in A if not changed,
1728           (genSend): bit parameters in reentrant functions are passed in bit
1729            registers by first assigning to bits in B, then save registers and
1730            copy B to bits,
1731           (genCall): handle returning in Carry properly, save it in F0 if needed,
1732           (genPcall): updated assignResultValue call, this is not safe yet for bit
1733            returning function !!!
1734           (genFunction): don't generate equ's for bit registers and use pushReg,
1735           (genEndFunction): take care of bit returning functions and use popReg,
1736           (genRet): return bit in Carry,
1737           (genIfx): optimize bit registers and other directly addressable bits,
1738           (genReceive): updated assignResultValue call
1739         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1740           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1741            registers when using stack-auto
1742         * src/mcs51/ralloc.c (_G): added allBitregs,
1743           (regs8051): added the bit registers,
1744           (createStackSpil): use macro IS_BIT,
1745           (getRegBit): added to allocate a bit register, else spill,
1746           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1747           (updateRegUsage): factored out to ease stepping while debugging,
1748           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1749            also allocate bit registers,
1750           (fillGaps): handle bit registers,
1751           (findAllBitregs): added to create bit vector with all bit registers,
1752           (mcs51_allBitregs): returns this bit vector,
1753           (mcs51_assignRegisters): when using stack-auto use bit registers for
1754            passing parameters and creating local variables
1755         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1756
1757 2005-08-22 Borut Razem <borut.razem AT siol.net>
1758
1759         * device/lib/Makefile.in: replaced find option -or with -o
1760           to make it run on solaris
1761
1762 2005-08-22 Raphael Neider <rneider AT web.de>
1763
1764         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1765           fixes #1265442 (crash on Solaris)
1766
1767 2005-08-20 Borut Razem <borut.razem AT siol.net>
1768
1769         * configure, configure.in: added tests for libsocket and libnsl libraries,
1770           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1771           from support/regression/Makefile.in
1772         * support/regression/Makefile.in: added
1773         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1774         * sim/ucsim/libtool: regenerated on sparc-solaris
1775         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1776           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1777           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1778           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1779           sparc-solaris, which doesn't use GNU ld linker
1780         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1781         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1782
1783 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1784
1785         * src/mcs51/peeph.def: updated comments
1786
1787 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1788
1789         * device/lib/_gptrget.c,
1790         * device/lib/_gptrput.c: slightly shorter
1791         * doc/sdccman.lyx: incremented version
1792         * src/mcs51/peeph.def: moved peephole comments to the line of first
1793           change to better keep line correlation, reanimated 186.e
1794         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1795
1796 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1797
1798         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1799           David Saxton with quotes around file name.
1800
1801 2005-08-15 Borut Razem <borut.razem AT siol.net>
1802
1803         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1804           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1805           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1806           make tests run on x86_64 platform
1807
1808 2005-08-13 Raphael Neider <rneider AT web.de>
1809
1810         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1811           as it might be executed DURING a build (parallel make is wonderful)
1812
1813 2005-08-13 Raphael Neider <rneider AT web.de>
1814
1815         * device/lib/Makefile.in (port-specific-objects-pic16):
1816           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1817         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1818           dependency
1819         * device/lib/pic16/Makefile.rules: build subdirs before creating
1820           the library, removed builddir rule, create $(builddir) early in
1821           recurse rule, use empty recurse rule for leaf directories
1822         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1823           mkdir errors (race condition), removed duplicate suffix "hex"
1824           from clean rules
1825         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1826         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1827           prevents mkdir -p from aborting on Alpha
1828
1829 2005-08-12 Raphael Neider <rneider AT web.de>
1830
1831         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1832           db-statements in order to allow for arrays of pointers in code
1833           sections to be placed without interspersed 0-padding, fixes
1834           bug #1256215
1835         * (emitStatistics): fixed division by zero for pic18f1220
1836         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1837           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1838         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1839         * (pic16_pCodeConstString): keep track of already emitted string
1840           literals to prevent "duplicate definitions of symbol _str_NR"
1841         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1842           debug message
1843         * device/lib/Makefile.in: ignore failing PIC16 library builds
1844         * device/lib/pic16/Makefile: do not build if gputils are missing
1845         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1846
1847 2005-08-10 Raphael Neider <rneider AT web.de>
1848
1849         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1850           my last commit)
1851
1852 2005-08-10 Raphael Neider <rneider AT web.de>
1853
1854         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1855           Rokas' patch to add the new fixed point type "__fixed16x16"
1856         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1857           functions for __fixed16x16 arithmetics
1858         * device/lib/pic16: reimplemented the build system to support
1859           a separate build directory, better handling of libio (create
1860           the library in a separate subdir for each architecture) and
1861           easier configuration (centralized in Makefile.common)
1862
1863 2005-08-07 Raphael Neider <rneider AT web.de>
1864
1865         * src/pic16/gen.c (genrshTwo): fixed sign extension
1866         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1867         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1868           added T0CONbits
1869         * device/include/pic16/pic18f4220.h: NEW, header for
1870           pic18f4220 and pic18f4320
1871         * device/include/pic16/pic18fregs.h: added new devices,
1872           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1873         * device/include/pic16/signal.h: resolved name clashes
1874           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1875           to also allow testing for interrupt enable bits, added
1876           comments on how to use the macros
1877         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1878         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1879           register definitions for the devices
1880         * device/lib/pic16/pics.all: added new devices
1881         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1882           allocated memory
1883         * device/lib/pic16/libc/stdlib/memfree: do not count
1884           the block header as free memory
1885         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1886           simplified and added missing end-of-blocklist-marker
1887           (reported by Peter Onion, fixes #1252814)
1888         * (_mergeHeapBlock): fixed loop condition
1889         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1890           len==0, restructured code
1891         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1892           up a bit, reduced bitfield accesses, prevent endless loops
1893           in case of heap corruption
1894         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1895           "unreferenced arguments/must return a value" warnings
1896         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1897           replaced BAUDREG with SPBRG
1898         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1899           device/lib/pic16/debug/gstack/gstack.c: replaced
1900           _naked, _asm, _endasm with __naked, __asm, __endasm
1901
1902 2005-08-05 Raphael Neider <rneider AT web.de>
1903
1904         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1905           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1906
1907 2005-08-05 Borut Razem <borut.razem AT siol.net>
1908
1909         * device/lib/Makefile.in: added missing ';'
1910         * configure: removed ^M characters
1911
1912 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1913
1914         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1915           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1916           License
1917
1918 2005-08-04 Borut Razem <borut.razem AT siol.net>
1919
1920         * configure.in: pic16 libraries build 2nd try - enable running
1921           configure in device/lib/pic16
1922         * configure: regenerated from configure.in
1923         * device/lib/Makefile.in: create $(PORT)/bin directory
1924
1925 2005-08-03 Raphael Neider <rneider AT web.de>
1926
1927         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1928           to get/set values via pointers
1929         * (genUnpackBits,genPackBits): changed detection of
1930           ptr->bitfield vs. sym.bitfield, fixed access via generic
1931           pointers, removed dead (wrong) code for multibyte bitfields
1932         * (genNearPointerGet, genGenPointerGet): removed useless code,
1933           fixed bitfield detection, fixes #1250594
1934         * (genNearPointerSet): removed useless code
1935         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1936           and introduced macro pic16_emitpcode that conditionally emits
1937           the origin of the following pCode (useful for debugging SDCC)
1938         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1939         * (createDefmap): fixed handling of LFSR for --optimize-df
1940
1941 2005-08-02 Borut Razem <borut.razem AT siol.net>
1942
1943         * device/lib/Makefile.in: pic16 libraries build enabled since
1944           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1945
1946 2005-08-02 Raphael Neider <rneider AT web.de>
1947
1948         * src/pic16/gen.c (genPackBits): removed deprecated warning
1949         * (genGenPointerSet): fixed bitfield detection
1950
1951 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1952
1953         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1954
1955 2005-07-31 Raphael Neider <rneider AT web.de>
1956
1957         * device/lib/pic16/libdev/pic18f458.c,
1958           device/include/pic16/pic18f458.h: added missing T0CONbits
1959
1960 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1961
1962         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1963
1964 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1965
1966         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1967
1968 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1969
1970         * device/include/mcs51/at89c51ed2.h: added.
1971
1972 2005-07-23 Raphael Neider <rneider AT web.de>
1973
1974         * src/pic/gen.h: added emitpcode macro for debugging
1975         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1976           and replace by macro adding debug information on demand
1977         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1978         * (gencjne): tried to fix; replaced with correct (slower) code
1979         * (gen{Unp,P}ackBits): fixed single bit access
1980         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1981         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1982           previous instruction
1983         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1984           register has to be handled with care (forbidding movement
1985           of assignments/uses, removing assignments completely, ...)
1986         * (pCodeOptime2pCodes): make use of regIsSpecial
1987         * added lots of debugging output (commented out)
1988         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1989           from being reused as result UNLESS it is known to work
1990
1991 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1992
1993         * support/Util/dbuf.h: include <stddef.h> for size_t
1994         * .version: changed to version 2.5.2
1995
1996 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1997
1998         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1999
2000 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2001
2002         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2003           (genModOneByte): removed needless psha/pula
2004
2005 2005-07-22 Raphael Neider <rneider AT web.de>
2006
2007         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2008           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2009         * src/pic/gen.c (resolveIfx): do not "invent" labels
2010         * (genSkipc): changed to positive logic
2011         * (genSkipCond): removed as no longer needed
2012         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2013           backport from PIC16
2014         * (genLeftShift): check operands are in different registers
2015         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2016           INCF does not update CARRY...
2017         * src/pic/main.c: fixed _linkCmd
2018         * src/pic/pcode.c (unlinkpCode): added inactive code
2019         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2020           alive (do not assign result and operand overlapping registers)
2021
2022 2005-07-22 Raphael Neider <rneider AT web.de>
2023
2024         * src/pic/device.c (dump_sfr): replaced register declaration with
2025           call to emitSymbolToFile() to avoid duplicate symbols
2026         * (assignRelocatableRegisters): do not declare external symbols
2027         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2028           right (take size of type, not etype)
2029         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2030         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2031         * (packRegsForAccUse): disabled assignment of WREG as
2032           the result reg to prevent occurence of just fixed #1235003,
2033           fixes #1242954
2034         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2035           symbols (avoids duplicate symbols in .asm file)
2036         * (pic14emitRegularMap): use emitSymbolToFile()
2037         * src/pic/gen.c (aopOp): fixed spillLocation handling
2038         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2039         * (genDataPointerSet): removed unneccessary variables/output
2040
2041 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2042
2043         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2044         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2045
2046 2005-07-21 Raphael Neider <rneider AT web.de>
2047
2048         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2049           architecture cannot handle them efficiently, fixes bug #1235003
2050         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2051           check for empty sets before using them (fixes bug #1232190)
2052
2053 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2054
2055         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2056           (lnksect2): generate warnings for memory overlap
2057         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2058           constseg to set the name of these segments so you can instruct the linker
2059           to place them in banks
2060         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2061         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2062           added code_seg and const_seg to options
2063         * src/SDCCglue.c (emitMaps): use options.const_seg,
2064           (createInterruptVect): put interrupt vectors in segment HOME,
2065           (glue): put HOME before static segment and put the main glue in HOME,
2066           (glue): use options.code_seg
2067         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2068         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2069           these segments so you can instruct the linker to place them in banks
2070           (linkEdit): use code_loc for HOME segment which should be the first
2071           segment in code memory now
2072         * src/SDCCmem.c: fixed more stuff like bug 1238386
2073         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2074           (changePointer): don't change function pointers to code pointers for
2075           banked functions,
2076           (compareType): added exceptional check for banked function pointers
2077         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2078         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2079           after static in code memory
2080         * src/mcs51/gen.c: added aopLiteralLong prototype,
2081           (aopForSym): use getSize for functions,
2082           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2083           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2084           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2085           the segment,
2086           (genPcall): use call for literal function pointers and generate banked
2087           calls over the one trampoline so there's only one place for the user to
2088           modify according to his/hers hardware,
2089           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2090           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2091         * src/mcs51/main.c: added keyword banked,
2092           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2093         * support/Util/SDCCerr.c,
2094         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2095           needed for passing the bank and address to the trampoline
2096         * device/lib/mcs51/crtbank.asm: added for bankswitching
2097         * device/lib/mcs51/Makefile: added crtbank
2098
2099 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2100
2101         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2102           for fields at offset 0 of a struct or union as reported
2103           on 2005-07-07 in the developer mailing list.
2104
2105 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2106
2107         * src/SDCCmem.c: fixed bug 1238386
2108
2109 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2110
2111         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2112           (patch #1144962), added peephole 300, enabled 259.x
2113         * doc/sdccman.lyx: removed screenshot and provided link instead
2114
2115 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2116
2117         * doc/sdccman.lyx: added section about debugging with ddd
2118         * doc/figures/ddd_example.eps: screenshot of debugging session
2119
2120 2005-07-04 Raphael Neider <rneider AT web.de>
2121
2122         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2123           like CODE pointers, fixes #1115683
2124         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2125           call, fixes bugs #1232211, #1228110,
2126           fixed wrong casts to pCodeFlow from pCodeInstructions
2127
2128 2005-07-04 Raphael Neider <rneider AT web.de>
2129
2130         * src/pic/gen.c (popGet): changed assert to allow for
2131           bit operands
2132         * (popGetAddr): changed signature to provide
2133           an additional index, patched all call sites
2134         * (genCmpEq): handle literal-like operands correctly
2135         * (genAddrOf): added sanity checks on __code/__data pointers
2136         * (genAssign): added handling of symbols from __code section
2137         * (gencjne): do not generate code for comparisons whose result
2138           is neither stored nor used, fixes bug #1171114
2139         * (AccLsh, AccRsh): operate on operand instead of WREG
2140         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2141           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2142           by known count
2143         * rewrote complete shift-by-literal logic, commented unused
2144           functions out
2145         * (genConstPointerGet): get multiple bytes (if result size > 1),
2146           fixed handling of non-immediate addresses
2147         * (genPointerGet): handle CODE pointers like CONST pointers
2148         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2149         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2150           operand is to be treated as a literal or not
2151         * (mov2w,genPcall,genCmpEq),
2152           src/pic/genarith.c: use aop_isLitLike() to decide between
2153           literal/register contents
2154         * (addSign): added missing offset
2155         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2156           only emit comment in debug-mode,
2157           use {aop,op}_isLitLike throughout the file
2158         * src/pic/glue.c: fix initializers for pointers (work in progress)
2159         * src/pic/pcode.c (get_op): honor index on _const symbols
2160         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2161         * (dumppBlock): added pCode size estimation
2162         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2163           check for IS_SYMOP before OP_SYMBOL'ing
2164         * fixed indentation, compacted switch-statements
2165         * (allocReg): find free register and allocate it instead of
2166           allocating new registers all the time
2167         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2168           registers as its operands (necessary only for multibyte GETs)
2169
2170 2005-07-01 Raphael Neider <rneider AT web.de>
2171
2172         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2173           debugging .asm-output macros FENTRY + FEXIT
2174         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2175           way... I wonder...
2176         * (emitpComment): NEW, printf to pCode
2177         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2178           offset handling
2179         * (popGetAddr): NEW, variant of popGet to access an immediates
2180           high(er) bytes instead of the n'th byte of memory they reference,
2181           replaced popGet with popGetAddr where neccessary
2182         * (genDataPointerGet): reactivated and fixed implementation
2183         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2184           accesses
2185         * (genDataPointerSet): fixed multibyte assignments
2186         * (genpic14Code): fixed --i-code-in-asm handling
2187         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2188         * (genPlus): fixed index-out-of-bounds error
2189         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2190         * src/pic/ralloc.c: added debugging output macro FENTRY2
2191         * (spillThis): fixed indentation, enbraced for-body for clarity
2192         * (rematStr): commented out as now unused
2193         * (regTypeNum): commented out special spill case (overwrites
2194           arbitrary values)
2195         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2196
2197 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2198
2199         * doc/sdccman.lyx: documented sfr16/sfr32,
2200           added example for using storage class with function pointers
2201         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2202
2203 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2204
2205         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2206         * device/lib/_itoa.c,
2207         * device/lib/_ltoa.c: optimized codesize
2208         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2209           but don't know how to suppress the double warning.
2210         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2211         * support/Util/SDCCerr.c,
2212         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2213
2214 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2217           fixed old K&R prototypes
2218         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2219         * device/lib/_gptrget.c,
2220         * device/lib/_gptrgetc.c,
2221         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2222           also new versions for small generic pointers and banked generic pointers
2223         * src/port.h: added const_name
2224         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2225         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2226         * src/SDCCcse.c (findPrevIc): check all associative operators
2227         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2228         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2229         * src/SDCCmem.c: updated comments,
2230           set far-space to 0 for pdata, results in optimized code
2231         * src/SDCCmem.h: added macro CONST_NAME
2232         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2233           moving the info into the highest bits, see also gptrget/gptrput
2234         * src/src.dsp: added sdcc.ico to project files
2235         * src/avr/gen.c (genCast): fixed bug 0x%d
2236         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2237         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2238           relation between ptr_type and DCL_TYPE,
2239           (genCast): fixed bug 0x%d
2240         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2241           (CODE)" for const_name
2242         * src/hc08/gen.c (genCast): fixed bug 0x%d
2243         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2244           (hc08_port): added "CONST (CODE)" for const_name
2245         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2246           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2247           between ptr_type and DCL_TYPE,
2248           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2249           operand* and took AOP() inside function so sfr-ness can be checked,
2250           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2251           new prototype,
2252           (genFunction, genEndFunction): optimized stack setup,
2253           (genMinus): optimized for literals with ending zeroes (in bytes),
2254           (genCast): fixed bug 0x%d
2255         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2256           (mcs51_port): added "CONST (CODE)" for const_name
2257         * src/mcs51/peeph.def: made rule 226 more generic
2258         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2259         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2260         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2261         * src/z80/main.c (z80_port): added NULL for const_name,
2262           (gbz80_port): added NULL for const_name
2263         * support/regression/tests/bug663539.c,
2264         * support/regression/tests/sfr16.c: new tests
2265
2266 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2267
2268         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2269
2270 2005-06-24 Raphael Neider <rneider AT web.de>
2271
2272         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2273           corrected typos...
2274         * device/include/pic16/signal.h: added USBIF
2275           and SIG_USB
2276
2277 2005-06-24 Raphael Neider <rneider AT web.de>
2278
2279         * device/lib/pic16/libdev/pic18f2455.c,
2280           device/include/pic16/pic18f2455.h: NEW
2281         * device/include/pic16/pic18fregs.h,
2282           device/lib/pic16/pics.all,
2283           src/pic16/device.c: added 18f2455
2284         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2285           device/include/pic16/{pic18f[68][567].h,usart.h}:
2286           replaced MULTIPLE_USARTS define with more relaible
2287           compatibility sfrs (for USART access)
2288
2289 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2290
2291         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2292           and the output asm file line is printed on two lines.
2293
2294 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2295
2296         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2297           BGT, BLE, BHI, and BLS instructions
2298         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2299           genCmpEq): removed
2300         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2301           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2302           fixes bug #1216342
2303         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2304
2305 2005-06-15 Raphael Neider <rneider AT web.de>
2306
2307         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2308         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2309         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2310           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2311           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2312
2313 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2314
2315         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2316           Marcel Telka in bug #1215704
2317
2318 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2319
2320         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2321           located in shared memory bank.
2322
2323 2005-05-31 Raphael Neider <rneider AT web.de>
2324
2325         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2326           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2327           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2328
2329 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2330
2331         * device/lib/_strncpy.c: fixed the fix
2332
2333 2005-05-26 Raphael Neider <rneider AT web.de>
2334
2335         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2336           initializers with \0, bug #1208187
2337         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2338           intializers with \0, bug #1208187
2339
2340 2005-05-26 Raphael Neider <rneider AT web.de>
2341
2342         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2343           initializers with \0, bug #1208187
2344         * src/pic16/main.c (_process_pragma): added sanity checks
2345           for stack position and size, emit warnings when appropriate
2346
2347 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2348
2349         * device/lib/_strncpy.c: fixed not filling with \0
2350
2351 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2352
2353         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2354           createFunction),
2355         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2356           compound_statement),
2357         * src/SDCCsymt.h,
2358         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2359
2360 2005-05-24 Raphael Neider <rneider AT web.de>
2361
2362         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2363
2364 2005-05-24 Raphael Neider <rneider AT web.de>
2365
2366         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2367           TRISE definitions, closes bug #1162453
2368
2369 2005-05-22 Raphael Neider <rneider AT web.de>
2370
2371         * src/pic16/main.c (_process_pragma): check for missing
2372           arguments to pragmas code and udata
2373         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2374           consistency fixes to match other headers (thanks to Jim Paris)
2375         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2376
2377 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2378
2379         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2380
2381 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2382
2383         * support/regression/tests/bug1198642.c: new test
2384         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2385         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2386         * support/scripts/resource.h,
2387         * support/scripts/resource.rc,
2388         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2389         * support/scripts/sdcc.ico: added 32x32 icon
2390
2391 2005-05-18 Raphael Neider <rneider AT web.de>
2392
2393         * device/lib/pic16/libdev/pic18f*.c,
2394         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2395           keywords to "__sfr" and "__at (X)"
2396         * device/include/pic16/pic18fregs.h: added pic18f4520
2397         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2398           #1203088 (MPLAB compatibility)
2399
2400 2005-05-17 Raphael Neider <rneider AT web.de>
2401
2402         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2403         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2404         * device/lib/pic16/pics.all: added new devices
2405         * src/pic16/device.c: added support for pic18f4520
2406
2407 2005-05-16 Raphael Neider <rneider AT web.de>
2408         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2409         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2410         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2411           convenience function for bit access
2412
2413 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2414
2415         * device/lib/printf_large.c: fixed bug 1193299
2416         * support/regression/tests/bug1057979.c: added test %3.3s
2417
2418 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2419
2420         * device/include/mcs51/8051.h,
2421         * device/include/mcs51/8052.h: made parseable with lint
2422         * device/include/mcs51/lint.h: added include file for (sp)lint
2423         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2424         * doc/cdbfileformat.lyx,
2425         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2426
2427 2005-05-14 Raphael Neider <rneider AT web.de>
2428
2429         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2430         * device/lib/pic16/libc/stdlib/itoa.c (new)
2431         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2432         * device/lib/pic16/libio/Makefile: exclude subdir according to
2433           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2434         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2435         * src/pic16/gen.c (genFunction): prevent annoying warning
2436         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2437           nameclashes on BeOS
2438         * support/cpp2/cppmain.c (cpp_output_string): new
2439         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2440           fixes bug 1116802
2441
2442 2005-05-13 Borut Razem <borut.razem AT siol.net>
2443
2444         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2445
2446 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2447
2448         * .version: changed to version 2.5.1; back to bleeding edge development
2449
2450 2005-05-11 Borut Razem <borut.razem AT siol.net>
2451
2452         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2453           generate PDF version 1.3 documents
2454
2455 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2456
2457         * .version: changed to version 2.5.0
2458
2459 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2460
2461         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2462
2463 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2464
2465         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2466         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2467         well as many smaller updates.
2468         * .version: changed to version 2.5.0-pre1
2469
2470 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2471
2472         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2473
2474 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2475
2476         * support/regression/tests/bug1185672.c: added
2477         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2478           bug 1185672
2479         * src/mcs51/gen.c (genCall): added comments, made it look safer
2480         * src/mcs51/gen.c (genEndFunction): simplified
2481
2482 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2483
2484         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2485
2486 2005-04-14 Borut Razem <borut.razem AT siol.net>
2487
2488         * fixed bug 1045046 - SIGSEGV with really simple code?:
2489           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2490           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2491
2492 2005-04-14 Borut Razem <borut.razem AT siol.net>
2493
2494         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2495           src/pic16/device.h: temporarily disabled experimental #inline pragma
2496           for 2.5.0 release
2497
2498 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2499
2500         * device/include/z80/stdio.h,
2501         * device/include/z80/string.h: removed these highly incomplete files so
2502           SDCC can use the default ones in device/include/
2503
2504 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2505
2506         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2507         gcc warning.
2508         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2509         fix sdcpp warnings.
2510
2511 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2512
2513         * device/include/malloc.h: removed redundant __reentrant prototypes
2514         * device/lib/_mullong.c: added working xstack variant in asm (C version
2515           doesn't pass regression tests)
2516         * device/lib/bpx.c: used __data and made bpx char for mcs51
2517         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2518           (createFunction): fixed bug with xstackPtr
2519         * src/SDCCcse.c: corrected comments
2520         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2521           (killDeadCode, eBBlockFromiCode): removed unused code
2522         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2523           corrected comments
2524         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2525           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2526           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2527           (genModOneByte): fixed warning in MSVC
2528         * src/mcs51/main.c (): added comments
2529         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2530
2531 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2532
2533         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2534
2535 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2536
2537         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2538
2539 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2540
2541         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2542         characters arrays of larger size than the declared one.
2543
2544 2005-04-10 Borut Razem <borut.razem AT siol.net>
2545
2546         * src/pic/gen.c (genInline),
2547           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2548           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2549           (findNextInstruction), (findPrevInstruction),
2550           (findInstructionUsingLabel),
2551           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2552         * src/pic/pcode.c (findLabel): added missing '\n'
2553         * src/src.dsp: added SDCCdwarf2.c to the project
2554
2555 2005-04-09 Borut Razem <borut.razem AT siol.net>
2556
2557         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2558
2559 2005-04-08 Raphael Neider <rneider AT web.de>
2560
2561         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2562           into the chain after a given one) and mergeDefmapSymbols (combine
2563           defmap entries for each symbol per pcode)
2564         * (createDefmap): have defmap entries merged in the end
2565         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2566           a symbol before replacing one access type's symbol, merge symbols in
2567           the end (replacement symbol might already have an entry)
2568         * (assignValnums): keep reference to written WREG intact
2569
2570 2005-04-08 Raphael Neider <rneider AT web.de>
2571
2572         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2573           Alpha)
2574
2575 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2576
2577         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2578         bytes
2579
2580 2005-04-07 Raphael Neider <rneider AT web.de>
2581
2582         * device/include/pic16/usart.h: added compatibility defines for
2583           devices with more than one USART
2584         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2585
2586 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2587
2588         * device/lib/Makefile.in: updated for port specific include
2589
2590 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2591
2592         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2593
2594 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2595
2596         * device/include/8051.h,
2597         * device/include/8052.h,
2598         * device/include/at89S8252.h,
2599         * device/include/at89c55.h,
2600         * device/include/at89x051.h,
2601         * device/include/at89x51.h,
2602         * device/include/at89x52.h,
2603         * device/include/mcs51reg.h,
2604         * device/include/reg51.h,
2605         * device/include/reg764.h,
2606         * device/include/regc515c.h,
2607         * device/include/sab80515.h: (re)moved these 12 files
2608         * device/include/mcs51/8051.h,
2609         * device/include/mcs51/8052.h,
2610         * device/include/mcs51/at89S8252.h,
2611         * device/include/mcs51/at89c55.h,
2612         * device/include/mcs51/at89x051.h,
2613         * device/include/mcs51/at89x51.h,
2614         * device/include/mcs51/at89x52.h,
2615         * device/include/mcs51/mcs51reg.h,
2616         * device/include/mcs51/reg51.h,
2617         * device/include/mcs51/reg764.h,
2618         * device/include/mcs51/regc515c.h,
2619         * device/include/mcs51/sab80515.h: and added them here
2620
2621 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2622
2623         * device/include/stdarg.h: changed SDCC specific keywords to double
2624           underlined form.
2625         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2626           mcs51 and ds390.
2627         * device/include/hc08/mc68hc908gp32.h,
2628         * device/include/hc08/mc68hc908jb8.h,
2629         * device/include/hc08/mc68hc908jkjl.h,
2630         * device/include/hc08/mc68hc908qy.h: fixed comments
2631         * device/include/mcs51/README: updated
2632         * device/include/mcs51/c8051f120.h: added PINRSF
2633         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2634         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2635           amidst code. Also inline is not supported.
2636
2637 2005-04-06 Raphael Neider <rneider AT web.de>
2638
2639         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2640         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2641           callers stack/frame pointers
2642
2643 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2644
2645         * device/include/pic16/usart.h: added, missing in previous commit,
2646         * device/include/pic16/adc.h: fixed typo,
2647         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2648         commit,
2649         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2650         <p18fxxx.inc>
2651         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2652         uninitialized because a bug appears with gplink
2653         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2654         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2655         complains for unrecognised option
2656
2657 2005-04-05 Raphael Neider <rneider AT web.de>
2658
2659         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2660           structs as well (using memcpy)
2661         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2662           on ISRs (GOTO has no label)
2663         * src/pic16/device.h: added OF_OPTIMIZE_DF
2664         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2665           new data flow analysis/optimization
2666         * src/pic16/pcode.c: added (prototypes for and implementation of)
2667           dataflow analysis functions, fixed pCodeInstructions' inCond and
2668           outCond values, made RCALL a branch instruction
2669         * (pic16_unlinkpCode): keep C line if possible
2670         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2671           C line moved if possible
2672         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2673         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2674           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2675         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2676           new flow)
2677         * (pic16_getJumptabpCode): NEW, needed in...
2678         * (LinkFlow): fixed handling of jumptables, calls and conditional
2679           branches
2680         * (pic16_InsertCommentAfter): NEW
2681         * (pic16_pCodeReplace): made verbose and flow preserving
2682         * (AnalyzeFlow): added call to data flow analysis
2683         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2684         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2685         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2686
2687 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2688
2689         * src/SDCCast.c (decorateType): fixed bug #1105626
2690
2691 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2692
2693         * device/include/asm/pic16/features.h,
2694         * pic18f*.h headers,
2695         * device/include/pic16/adc.h,
2696         * device/include/pic16/delay.h,
2697         * device/include/pic16/i2c.h,
2698         * device/include/pic16/malloc.h,
2699         * device/include/pic16/stdio.h,
2700         * device/include/pic16/stdlib.h,
2701         * device/include/pic16/string.h,
2702         * device/lib/pic16/libc/stdio/printf_tiny.c,
2703         * device/lib/pic16/libc/stdio/printf_small.c,
2704         * device/lib/pic16/libc/stdio/strmgpsim.c,
2705         * device/lib/pic16/libc/stdio/strmmssp.c,
2706         * device/lib/pic16/libc/stdio/strmusart.c,
2707         * device/lib/pic16/libc/stdio/vfprintf.c,
2708         * device/lib/pic16/libc/stdlib/ltoa.c,
2709         * device/lib/pic16/libc/stdlib/putchar.c,
2710         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2711         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2712         * device/lib/pic16/libc/stdlib/memchrram.c,
2713         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2714         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2715         * device/lib/pic16/libio/adc/adcbusy.c,
2716         * device/lib/pic16/libio/adc/adcread.c,
2717         * device/lib/pic16/libio/adc/adcsetch.c,
2718         * device/lib/pic16/libio/usart/ubaud.c,
2719         * device/lib/pic16/libio/usart/ubusy.c,
2720         * device/lib/pic16/libio/usart/udrdy.c,
2721         * device/lib/pic16/libio/usart/uopen.c,
2722         * device/lib/pic16/libio/usart/uputc.c,
2723         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2724         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2725         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2726         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2727         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2728         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2729         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2730         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2731         specific keywords to double underlined form,
2732         * device/lib/pic16/libc/Makefile.rules,
2733         * device/lib/pic16/libsdcc/Makefile.rules,
2734         * device/lib/pic16/libm/Makefile,
2735         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2736         to compile with C standard set in Makefile.common
2737         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2738         rand.c and crc.c in compilation process,
2739         * device/lib/pic16/libsdcc/int/divuint.c,
2740         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2741         `c' from signed to unsigned,
2742         * device/lib/pic16/startup/crt0.c,
2743         * device/lib/pic16/startup/crt0i.c,
2744         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2745         keywords to double underlined form, bug fixes in _do_cinit function
2746         which prevented the correct initialization of the .idata segment,
2747         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2748         core to enter a infinite loop
2749         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2750
2751 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2752
2753         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2754
2755 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2756
2757         * device/include/Makefile.in: add support for hc08 subdirectory
2758         * device/include/hc08/: new subdirectory
2759         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2760         Lucas Loizaga, thanks!
2761         * device/include/hc08/mc68hc908qy.h,
2762         * device/include/hc08/mc68hc908gp32.h,
2763         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2764         their own directory. Changed internal macro names to use the compiler
2765         reserved namespace. Changed SDCC specific keywords to double
2766         underlined form.
2767         * device/include/math.h,
2768         * device/include/malloc.h,
2769         * device/include/stdarg.h,
2770         * device/include/stdbool.h
2771         * device/include/string.h,
2772         * device/include/tinibios.h,
2773         * device/include/ds400rom.h,
2774         * device/include/8051.h,
2775         * device/include/8052.h,
2776         * device/include/80c51xa.h,
2777         * device/include/at89c55.h,
2778         * device/include/at89S8252.h,
2779         * device/include/at89x51.h,
2780         * device/include/at89x52.h,
2781         * device/include/ds80c390.h,
2782         * device/include/reg764.h,
2783         * device/include/regc515c.h,
2784         * device/include/sab80515.h,
2785         * device/include/mcs51/c8051f000.h,
2786         * device/include/mcs51/c8051f018.h,
2787         * device/include/mcs51/c8051f020.h,
2788         * device/include/mcs51/c8051f040.h,
2789         * device/include/mcs51/c8051f060.h,
2790         * device/include/mcs51/c8051f120.h,
2791         * device/include/mcs51/c8051f300.h,
2792         * device/include/mcs51/c8051f310.h,
2793         * device/include/mcs51/c8051f320.h,
2794         * device/include/mcs51/c8051f330.h,
2795         * device/include/mcs51/c8051f350.h,
2796         * device/include/z180.h: Changed SDCC specific keywords to double
2797         underlined form.
2798
2799 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2800
2801         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2802         18F4455,
2803         * (pic16_assignConfigWordValue): disable testing of configuration
2804         register value with config mask,
2805         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2806         function with port->fun_prefix,
2807         * (genFunction): when generating a naked interrupt function never
2808         create an absolute segment placed in interrupt vector address, place
2809         the actual interrupt function at IVA instead, when an interrupt
2810         function is generated with unspecified interrupt then do not create
2811         the absolute section,
2812         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2813         code for generating a call to generic pointer get/put function with
2814         a call to function pic16_callGenericPointer(),
2815         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2816         the call to the generic pointer get/put functions with prefixing the
2817         function name with port->fun_prefix,
2818         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2819         * src/pic16/main.c (_process_pragma): prefix function with
2820         port->fun_prefix,
2821         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2822         calling assembler, old 18Fxxxx macro is deprecated,
2823         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2824         PC_ASMDIR in while condition,
2825         * (findInstruction): add PC_ASMDIR in while condition,
2826         * (buildCallTree): prefix main with port->fun_prefix,
2827         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2828         identifier for variable with banked access in instructions BTFSS,
2829         BTFSC, BCF, BSF, BTG
2830         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2831         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2832         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2833         perform optimization when enviroment variable NO_REG_OPT is set,
2834         * (insideLRBlock): NEW, return 1 if register is inside an
2835         INF_LOCALREGS block,
2836         * (RemoveRegFromLRBlock): remove a register that is completely
2837         eliminated by register optimization, but it is still left in local
2838         register store/restore in/from stack block,
2839         * (Remove2pcodes): after removing register, check to see if it
2840         should be removed from local register store/restore in/from stack
2841         block,
2842         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2843         DUMMY_READ_VOLATILE,
2844
2845         * device/include/pic16/adc.h: minor prototype modifications and
2846         update,
2847         * device/include/pic16/malloc.h: added GPL notice various
2848         modifications,
2849         * device/include/pic16/stdint.h: NEW, standard header for ints
2850         * device/include/pic16/delay.h: NEW, header for delay functions,
2851         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2852         delay1mtcy,
2853         * device/include/pic16/signal.h: NEW, header providing helper macros
2854         for implementing signal handlers,
2855         * device/include/pic16/stdio.h: added prototypes for functions,
2856         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2857         prototypes for stdin and stdout, added macro PUTCHAR to
2858         automatically implement putchar function prototype,
2859         * device/include/pic16/usart.h: modified and updated USART library,
2860         * device/lib/pic16/libio/adc/,
2861         * device/lib/pic16/libio/i2c: some modifications to improve library
2862         performance,
2863         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2864         family of functions,
2865         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2866         family of functions and other sources,
2867         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2868         of the PIC18Fxx[28] devices,
2869         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2870         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2871         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2872         _do_cinit function, because the previous failed when local variables
2873         where not placed in the same memory bank,
2874         * device/lib/pic16/libsdcc/char/: various modifications to improve
2875         library performance,
2876         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2877         information on the new functions of the c library and more...
2878
2879 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2880
2881         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2882
2883 2005-03-26 Raphael Neider <rneider AT web.de>
2884
2885         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2886           if condition == CARRY)
2887         * (genCmp): adapted to new genSkipc semantics
2888         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2889           on rIfx (genCmp was broken)
2890
2891 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2892
2893         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2894         * src/z80/main.c (_keywords[]),
2895         * src/SDCCglobal.h (struct options),
2896         * src/SDCC.y,
2897         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2898         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2899         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2900         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2901         always available in leading double underscore form. The C99 support is
2902         mostly missing, but it's a start.
2903         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2904         reserved identifier "__data".
2905
2906 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2907
2908         * src/mcs51/peeph.def: fixed bug 1170013
2909
2910 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2911
2912         * device/include/mcs51reg.h: fixed bug 842007
2913
2914 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2915
2916         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2917         last time.
2918
2919 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2920
2921         * src/port.h (struct PORT),
2922         * src/avr/ralloc.c (avr_assignRegisters),
2923         * src/avr/main.c,
2924         * src/ds390/ralloc.c (ds390_assignRegisters),
2925         * src/ds390/main.c,
2926         * src/hc08/ralloc.c (hc08_assignRegisters),
2927         * src/hc08/main.c,
2928         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2929         * src/mcs51/main.c,
2930         * src/pic/ralloc.c (pic14_assignRegisters),
2931         * src/pic/main.c,
2932         * src/pic16/ralloc.c (pic16_assignRegisters),
2933         * src/pic16/main.c,
2934         * src/xa51/ralloc.c (xa51_assignRegisters),
2935         * src/xa51/main.c,
2936         * src/z80/ralloc.c (z80_assignRegisters),
2937         * src/z80/ralloc.h,
2938         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2939         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2940         * src/SDCCcse.h,
2941         * src/SDCCdflow.c (computeDataFlow),
2942         * src/SDCCdflow.h,
2943         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2944         * src/SDCCloop.h,
2945         * src/SDCCcflow.c (*),
2946         * src/SDCCcflow.h,
2947         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2948         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2949         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2950         immedDom() returning wrong block; probably fixes bug #1160833)
2951
2952 2005-03-20 Borut Razem <borut.razem AT siol.net>
2953
2954         * support/scripts/inc2h.pl: WIN32 port
2955
2956 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2957
2958         * device/lib/makefile.in: added abs.c and labs.c
2959
2960 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2961
2962         * device/include/stdint.h: added
2963         * device/lib/abs.c: added
2964         * device/lib/labs.c: added
2965         * device/include/stdlib.h: added abs() and labs() prototypes
2966         * device/lib/libsdcc.lib: added abs and labs
2967         * device/include/float.h,
2968         * device/lib/_fsmul.c,
2969         * device/lib/printf_fast.c,
2970         * device/lib/printf_tiny.c: updated comments
2971
2972 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2973
2974         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2975         bug #1164313
2976
2977 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2978
2979         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2980         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2981
2982 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2983
2984         * device/lib/printf_large.c: removed inline assembly for portability and
2985           readability. Use printf_fast if speed or size are more important.
2986         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2987         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2988
2989 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2990
2991         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2992         prevent compiler warning
2993
2994 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2995
2996         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2997         moved to level 0 and declared as static. Also they are explicit
2998         placed in access bank. This was necessery because some times they
2999         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3000         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3001         optimizations. Currently only compare to unsigned char is implemented,
3002         * src/pic16/gen.c: added fReturnIdx array,
3003         * (struct resolvedIfx) is moved to gen.h and made public,
3004         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3005         * (aopForSym): added an optimization to directly store in stack of
3006         the operand of a SEND iCode,
3007         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3008         but as registers instead (AOP_REG) using the fReturnIdx array,
3009         * (pic16_freeAsmop): remove the freed register from the
3010         _G.sregsAlloc field,
3011         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3012         a compare of 'WREG',
3013         * (pic16_popGetTempRegCond): changed function prototype, now
3014         function takes also a bitVector argument v which holds the current
3015         set of registers that are allocated for stack access by aopForSym,
3016         registers allocated in aopForSym for accessing stack symbols are not
3017         any more part of the functions usedRegs field,
3018         * (genCall): some times aopOp is called for a stack variable to be
3019         send, aopForSym might perform the push, if this is true make sure
3020         that genCall doesn't push the variable twice by testing _G.resDirect,
3021         * (genFunction): changed testing for unspecified interrupt number
3022         from 256 to INTNO_UNSPEC,
3023         * modified selection scheme of frame pointer generation. Previously
3024         if function did use local registers a frame pointer was generated,
3025         now a frame pointer is generated only if function has arguments
3026         (that need PLUSW2 register access), or has stack arguments, or the
3027         compiler is not instructed to omit the frame pointer,
3028         * (genEndFunction): before restoring local registers that were saved
3029         in the function preamble, also restore the registers that *might*
3030         have been allocated for stack access,
3031         * (genRet): removed some old comments,
3032         * (genCmp, the active (RN's) version): added a call to the
3033         pic16_genCmp_special function to perform the compare with a more
3034         robust and optimized way,
3035         * (genInline): a feature has been added in inline code generation,
3036         which allows a wildcard variable substitution when writing inline
3037         assembly. Code is incomplete and experimental therefore undocumented,
3038         * (genCast): changed order of aopOp for result and right to allow
3039         aopForSym to directly load the result if possible,
3040         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3041         perform an optimized compare on some selected special occasions,
3042         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3043         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3044         generate an IVT any more,
3045         * src/pic16/main.c (pic16_optionsTable): added command line option
3046         --optimize-cmp,
3047         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3048         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3049         macros,
3050         * src/pic16/NOTES: Raphael Neider added in list of active developers
3051         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3052         jumptable_end to prevent bug #,
3053         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3054         inCond and outCond fields,
3055         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3056         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3057         turn off register spilling,
3058         * (packRegsForOneUse): synced with other ports' versions although it
3059         is not used currently,
3060         * (pic16_packRegisters): added an optimization while reading
3061         structure bitfields, some registers may be saved (malloc code is
3062         decreased by 80 bytes)
3063
3064 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3065
3066         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3067         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3068         this can be optimized more?
3069
3070 2005-03-10 Raphael Neider <rneider AT web.de>
3071
3072         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3073           genNearPointerGet): (hopefully) fixed access to bitfields via
3074           pointers (p->bitN = x; and x = p->bitN; failed)
3075
3076 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3077
3078         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3079
3080 2005-03-09 Raphael Neider <rneider AT web.de>
3081
3082         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3083
3084 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3085
3086         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3087         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3088           (regTypeNum): set REG_BIT type if necessary
3089         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3090         * support/regression/tests/critical.c: check bug 1144613
3091
3092 2005-03-02 Raphael Neider <rneider AT web.de>
3093
3094         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3095
3096 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3097
3098         * src/avr/ralloc.c (serialRegAssign),
3099         * src/ds390/ralloc.c (serialRegAssign),
3100         * src/hc08/ralloc.c (serialRegAssign),
3101         * src/mcs51/ralloc.c (serialRegAssign),
3102         * src/pic/ralloc.c (serialRegAssign),
3103         * src/pic16/ralloc.c (serialRegAssign),
3104         * src/xa51/ralloc.c (serialRegAssign),
3105         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3106
3107 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3108
3109         * src/SDCCast.c (decorateType): fixed bug 1124787
3110
3111 2005-02-20 Hubert Sack <sack AT digiplan.de>
3112         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3113
3114         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3115         patch #1121755
3116
3117 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3118
3119         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3120         to keep the correct label reference count when adding/removing references
3121         to labels. A peephole file using this is appended to patch #1144962.
3122
3123 2005-02-14 Raphael Neider <rneider AT web.de>
3124
3125         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3126         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3127         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3128           retrievals of result operand's value on assignment
3129
3130 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3131
3132         * device/include/pic16/string.h: modified prototype for memccpy()
3133         to memccpy(void *, void *, char, size_t)
3134         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3135         check whether to omit frame pointer or not,
3136         * (genInline): convert all occurences of "\n" to LF in inline
3137         assembler blocks, this helps formatting the inline text,
3138         * (pic16_loadFSR0): modified prototype,
3139         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3140         removed some 8051 legacy code,
3141         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3142         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3143         before allocating temporary registers in functions,
3144
3145 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3146
3147         * support/regression/tests/bitvars.c: corrected the "fix"
3148
3149 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3150
3151         * support/regression/tests/bitvars.c,
3152         * support/regression/tests/bitwise.c,
3153         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3154
3155 2005-02-10 Raphael Neider <rneider AT web.de>
3156
3157         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3158           different size for Alpha
3159         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3160
3161 2005-02-09 Raphael Neider <rneider AT web.de>
3162
3163         * src/SDCC.lex(doPragma) : save and restore warning options as well
3164           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3165         * have #pragma less_pedantic set the errorlevel to WARNING
3166           (fixes #1117001)
3167         * (cloneOptimize) : fixed wrong malloc's size
3168         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3169           facilitate correct handling of #pragma (save|restore)
3170
3171 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3172
3173         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3174
3175 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3176
3177         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3178
3179 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3180
3181         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3182
3183 2005-02-02 Raphael Neider <rneider AT web.de>
3184
3185         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3186         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3187         * (pic16_storeForReturn): fixed to allow returning function pointers
3188         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3189         * device/include/pic16/{stddef.h,stdbool.h}: added
3190
3191 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3192
3193         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3194
3195 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3196
3197         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3198         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3199          appeared to be required
3200
3201 2005-01-31 Borut Razem <borut.razem AT siol.net>
3202
3203         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3204           include/mcs51 and include/z80 directories to the package
3205
3206 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3207
3208         * src/hc08/gen.c (genFunction): fixed bug #1112752
3209
3210 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3211
3212         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3213
3214 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3215
3216         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3217
3218 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3219
3220         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3221
3222 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3223
3224         * device/include/c8051fxxx.h: removed these 6 files
3225         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3226
3227 2005-01-26 Raphael Neider <rneider AT web.de>
3228
3229         * src/pic16/gen.c (genAssign): fixed assignment from longs
3230           in codespace (were cut to three bytes)
3231         * (genDummyRead): implemented (except for CODESPACE...),
3232           fixed bug #1108575
3233         * src/pic16/glue.c (emitStatistics): beautified
3234         * device/lib/pic16/libm/Makefile: added include path
3235
3236 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3237
3238         * src/z80/gen.c (aopPut): fixed bug #1103902
3239
3240 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3241
3242         * device/lib/expf.c: fixed bug #1095792
3243
3244 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3245
3246         * device/lib/pic16/libm: added Math library sources
3247
3248 2005-01-24 Raphael Neider <rneider AT web.de>
3249
3250         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3251           to enable upcast to pCodeOpReg2 (there is no type tag to
3252           differenciate the two and pic16_popGet2p cast into PCOR2)
3253         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3254           (sizeof(sectNames) changed to sizeof(sectName))
3255           Both patches fix segfaults under MinGW.
3256
3257 2005-01-23 Raphael Neider <rneider AT web.de>
3258
3259         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3260           Safe_[mc]?alloc()'ed variables
3261         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3262           of (byte sized) temporaries (assign them to WREG for now)
3263         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3264           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3265           this might fix SIGSEGVs on MinGW...
3266         * src/SDCCopt.c (killDeadCode): restored original behaviour
3267           (volatile operands might get thrown away though)
3268
3269 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3270
3271         * src/pic16/gen.c: fixed bug #1106975,
3272         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3273         pointer update, INTCON is saved, global interrupts are disabled and
3274         restored after updateing TOS.
3275         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3276         * added function attribute 'shadowregs' to take advantage of shadow
3277         registers,
3278         * added function attribute 'wparam' as an alternative to the wparam
3279         pragma,
3280         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3281         user declares a non-ISR function as 'shadowregs',
3282         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3283
3284 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3285
3286         * .version: bumped version number to 2.4.8
3287         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3288         pic16 port,
3289         * device/lib/pic16/libio/i2c/: I2C module support library,
3290         * device/include/pic16/i2c.h: I2C support library header,
3291         * device/lib/pic16/libc/stdio/: standard IO support sources,
3292         * (printf_small.c): printf_small() source, supports float print,
3293         * (printf_tiny.c): printf_tiny() source, does not support floats,
3294         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3295         enable global optimizations for entire library source, other
3296         Makefiles in the source tree are also modified to reflect this,
3297         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3298         function,
3299         * doc/sdccman.lyx: updated to reflect new changes,
3300         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3301         sym->onStack if-case,
3302         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3303         sbit, idata, _idata, xdata, _xdata,
3304         * added pragma library, to link an external library, (see doc),
3305         * removed command line options, --pomit-config-words, --pomit-ivt,
3306         --pleave-reset-vector,
3307         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3308         when calling assembler to reflect memory model used, also define
3309         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3310         reflect stack model used,
3311         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3312         on stack return NULL,
3313
3314 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3315
3316         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3317           of the operands is volatile. Fixes #1020220
3318
3319 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3320
3321         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3322         * (OptimizeRegUsage): make sure that there is really no other flow where
3323           the first pCode is used
3324
3325 2005-01-22 Raphael Neider <rneider AT web.de>
3326
3327         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3328           to fix #1106967 (pCode->seq are not set up correctly)
3329
3330 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3331
3332         * src/SDCCglue.c (glue): make sure code area is declared before the
3333         static initialization area.
3334
3335 2005-01-21 Raphael Neider <rneider AT web.de>
3336
3337         * device/lib/Makefile.in: fixed test for pic16 install dir
3338         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3339           optimizations
3340         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3341           added --optimize-goto compiler switch and pragma wparam documentation
3342         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3343         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3344           and PRODH closing bug #1071770 (peephole optimizer)
3345
3346 2005-01-19 Raphael Neider <rneider AT web.de>
3347
3348         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3349           cmdLine buffers (used when calling sdcpp...) are large enough
3350           (MAX_PATH=256 truncates arguments leading to system halts when
3351           used in MinGW...)
3352         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3353         * (genUminus): rewritten to for efficiency
3354         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3355           used uninitialized in some cases)
3356         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3357           copy the third byte from the int -- now assumes 0x80 (data memory)
3358         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3359           operands (genAddLit expects the iCode's operands to swapped as
3360           well), fixed leftover bytes (crashed for short left operands)
3361         * (pic16_genMinusDec): performance improvements, removed false
3362           PIC14 emitSKPNCs
3363         * (pic16_genMinus): fixed to cope with differently sized operands
3364         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3365           for --obanksel > 1
3366         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3367         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3368           new banksel optimization
3369         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3370           analysis for temporary registers (segfaults...)
3371         * src/pic16/peeph.def: added rule
3372
3373 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3374
3375         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3376         which converts a float number to its ASCII representation
3377         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3378         functions to convert the fractional and integer part of a float to ASCII,
3379         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3380         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3381         ram
3382         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3383         _STATMEM macros,
3384         * device/include/pic16/adc.h: added GPL info,
3385         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3386         a pCodeOp as tested operand,
3387         * (genNearPointerGet): optimized bit testing, does not use
3388         intermediate register for bit value, test directly instead with
3389         BTFSS, BTFSC, works only for single bits,
3390         * (genpic16Code): dump the name of the iCode in the asm,
3391         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3392         renamed to pic16_decodeOp,
3393         * (serialRegAssign): do not allocate a temporary register for iCode
3394         sequences that test a single bit for 1/0
3395
3396 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3397
3398         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3399         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3400         access stack and frame pointers. They are initially assigned to
3401         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3402         accessing SFRs. Updated all occurences of modification of stack or
3403         frame pointer in gen.c and pcode.c,
3404         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3405         assigning of a literal value to pointers,
3406         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3407         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3408         selected
3409
3410 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3411
3412         * doc/sdccman.lyx: update documentation about stack pragma, added
3413         some info for stack memory models
3414
3415 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3416
3417         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3418
3419 2005-01-08 Raphael Neider <rneider AT web.de>
3420
3421         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3422           udata sections to fix bug #1097823
3423
3424 2005-01-05 Raphael Neider <rneider AT web.de>
3425
3426         * src/pic16/gen.c (genGenericShift): added handling of differently
3427           sized left operand and result
3428
3429 2005-01-04 Raphael Neider <rneider AT web.de>
3430
3431         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3432         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3433           to hold the condition bit)
3434         * added new version of genCmp (old code available via #define)
3435         * added new version of genShiftLeft/genShiftRight in a generic
3436           way, now supports shifting by negative values
3437         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3438           shiftCount (expected by genGenericShift)
3439         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3440         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3441           dump
3442         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3443           is an invalid literal too...)
3444
3445 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3446
3447         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3448         from Raphael Neider,
3449         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3450         for 8-bit literals. This fixes some literal operands which are sign
3451         extended to 16-bits ints when instruction needs only 8-bits.
3452
3453 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3454
3455         * device/lib/logf.c: added mcs51 assembly version
3456         * device/lib/expf.c: added mcs51 assembly version
3457         * device/lib/_logexpf.c: new shared asm code for expf and logf
3458         * device/include/math.h: add defines for assembly math library
3459         * device/lib/Makefile.in: build new _logexpf.c
3460         * device/lib/libfloat.lib: use new _logexpf.c
3461
3462 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3463
3464         * src/pic/device.c
3465         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3466           device types which have less than 0x7f registers.
3467
3468 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3469
3470         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3471
3472 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3473
3474         * device/lib/printf_fast.c: only build on supported arch.
3475         * device/lib/printf_tiny.c: only build on supported arch.
3476         * device/lib/printf_fast_f.c: only build if asm float lib
3477         * device/lib/_fsget1arg.c: only build if asm float lib
3478         * device/lib/_fsget2args.c: only build if asm float lib
3479         * device/lib/_fsnormalize.c: only build if asm float lib
3480         * device/lib/_fsreturnval.c: only build if asm float lib
3481         * device/lib/_fsrshift.c: only build if asm float lib
3482         * device/lib/_fsswapargs.c: only build if asm float lib
3483         * device/include/stdio.h: don't provide print_fast,
3484           print_fast_f, print_tiny prototypes if --xstack used
3485
3486 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3487
3488         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3489         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3490           to the SOURCES
3491
3492 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3493
3494         * device/lib/printf_fast_f.c: same as printf_fast, but
3495           with floating point enabled
3496         * device/lib/printf_fast.c: minor tweaks
3497         * device/include/stdio.h: add printf_fast_f
3498
3499 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3500
3501         * src/SDCCmain.c: make --float-reent default for mcs51
3502         * device/lib/_fsadd.c: added mcs51 assembly version
3503         * device/lib/_fssub.c: added mcs51 assembly version
3504         * device/lib/_fsmul.c: added mcs51 assembly version
3505         * device/lib/_fsdiv.c: added mcs51 assembly version
3506         * device/lib/_fseq.c: added mcs51 assembly version
3507         * device/lib/_fsneq.c: added mcs51 assembly version
3508         * device/lib/_fsgt.c: added mcs51 assembly version
3509         * device/lib/_fslt.c: added mcs51 assembly version
3510         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3511         * device/lib/Makefile.in: add _fscmp to build
3512         * device/lib/libfloat.lib: add _fscmp to build
3513
3514 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3515
3516         * device/lib/_fs2slong.c: added mcs51 assembly version
3517         * device/lib/_fs2sint.c: added mcs51 assembly version
3518         * device/lib/_fs2schar.c: added mcs51 assembly version
3519         * device/lib/_fs2ulong.c: added mcs51 assembly version
3520         * device/lib/_fs2uint.c: added mcs51 assembly version
3521         * device/lib/_fs2uchar.c: added mcs51 assembly version
3522         * device/lib/_slong2fs.c: added mcs51 assembly version
3523         * device/lib/_sint2fs.c: added mcs51 assembly version
3524         * device/lib/_schar2fs.c: added mcs51 assembly version
3525         * device/lib/_ulong2fs.c: added mcs51 assembly version
3526         * device/lib/_uint2fs.c: added mcs51 assembly version
3527         * device/lib/_uchar2fs.c: added mcs51 assembly version
3528         * device/include/float.h: added #define to select asm vs c
3529
3530 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3531
3532         * device/lib/printf_fast.c: improvements to float output
3533         * device/include/float.h: add defines for assembly float library
3534         * device/lib/_fsget1arg.c: receive 1 float arg
3535         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3536         * device/lib/_fsnormalize.c: normalize a float
3537         * device/lib/_fsreturnval.c: return float, various helper routines
3538         * device/lib/_fsrshift.c: right shift a float's mantissa
3539         * device/lib/_fsswapargs.c: swap 2 floats
3540         * device/lib/Makefile.in: build these 6 new files for mcs51
3541         * device/lib/libfloat.lib: add these 6 files to the library
3542
3543 2004-12-26 Borut Razem <borut.razem AT siol.net>
3544
3545         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3546           built by gcc 3.4.2
3547
3548 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3549
3550         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3551           and fully reentrant and register bank neutral.
3552         * device/lib/printf_fast.c: added float (not enabled by default),
3553           added compact/slower integer (also not enabled by default),
3554           improved size/speed of fast integer code, other minor changes
3555         * device/include/stdio.h, device/lib/Makefile.in,
3556           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3557
3558 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3559
3560         * src/pic16/pcode.c: declaring variables other than at the start of a
3561           block is not supported in C by VC6.
3562
3563 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3564
3565         * applied a previous patch from Raphael Neider that wasn't included
3566         in the previous commits, which fixes infinite loops within jumptable
3567         improvements,
3568         * made some fixes that previous patches introduced
3569
3570 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3571
3572         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3573         that fixes an issue with AOP_PCODE asmop's offset,
3574         * (pic16_popCopyReg): update instance field too,
3575         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3576         function of pic port,
3577         * (genCmp, genAnd, genAssign),
3578         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3579
3580 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3581
3582         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3583         variables initial values to idata section,
3584         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3585         variables in some functions. This utilizes parmBytes field of iCode
3586         structure to hold the offset of the variable in stack. (might be
3587         able to use the stack field too?)
3588         * applied patch from Raphael Neider # ### , # ###
3589         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3590         variable initial values in idata section,
3591         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3592         for static variables with initial value
3593         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3594         applied fix in while loop from Raphael Neider.
3595
3596 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3597
3598         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3599         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3600         * src/ds390/ralloc.c (serialRegAssign): spill bits
3601         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3602         * support/Util/SDCCerr.c,
3603         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3604         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3605         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3606
3607 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3608
3609         * device/include/sdcc-lib.h: inserted LGPL, added includes
3610           asm/ds390/features.h and asm/mcs51/features.h
3611         * device/include/asm/default/features.h,
3612         * device/include/asm/gbz80/features.h,
3613         * device/include/asm/z80/features.h: added empty _AUTOMEM
3614           and _STATMEM
3615         * device/include/asm/ds390/features.h,
3616         * device/include/asm/mcs51/features.h: added files with defines for
3617           _AUTOMEM and _STATMEM indicating automatic and static storage class
3618         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3619         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3620         * src/SDCCicode.c (geniCodeCast),
3621         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3622         * src/SDCCloop.c (loopInduction): removed unused variable lr
3623         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3624           to convertToFcall to include char modulo (RFE 1065037), added check
3625           if left operand is unsigned and use abs of literal value
3626         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3627           as it doesn't work after conversion from peephole.def to peephole.rul
3628         * src/mcs51/gen.c (toBoolean): added check for size,
3629           (genModOneByte): optimized code for signed char modulo a literal
3630           power of 2 (thanks to Hubert Sack),
3631           (genRRC): removed unnecessary "clr c",
3632           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3633         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3634           jump optimization,
3635           swapped rules 256.c and 256.d,
3636           extended 256.d by using new multiple checks (thanks Erik),
3637           added rules 256.e and 256.f,
3638           updated rule 261.a and 261.b to new generated code
3639         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3640
3641 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3642
3643         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3644           induction related bugs, including first part of bug #1074377
3645
3646 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3647
3648         * applied patch from bug-report #1076292,
3649         * applied patches for genAnd and Goto-optimizations for Raphael
3650         Neider,
3651         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3652         dump a less iCode information,
3653         * src/pic16/device.h (pic16_options_t): added field debgen,
3654         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3655         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3656         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3657         puclic,
3658         * (various functions): added macros FENTRY and FENTRY2 to functions,
3659         to emit function prologue,
3660         * (various functions): fixed indentation,
3661         * (genNearPointerGet): fixed loading of FSR0,
3662         * (genPackBits): applied patch from Raphael Neider to fix updating
3663         of FSR0 and touching only the modified bits,
3664         * src/pic16/genarith.c (various functions): added macros FENTRY to
3665         emit function prologue in comments,
3666         * src/pic16/pcode.h: added functions debugf2, debugf3,
3667         * src/pic16/ralloc.c: partial fix for packForPush caused
3668         segmentation fault,
3669
3670 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3671
3672         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3673           <stsp AT users.sourceforge.net> with reversed byte order
3674         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3675
3676 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3677
3678         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3679           bug #1074377
3680         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3681         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3682
3683 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3684
3685         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3686
3687 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3688
3689         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3690           conditions,
3691           (setFromConditionArgs): friendly operand parser for peephole rules,
3692           (operandBaseName, operandsNotRelated): new peephole condition
3693           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3694           architecture specific register naming into account, handles n-way
3695           comparisons, and supports quoted literals
3696         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3697
3698 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3699
3700         * src/mcs51/peeph.def: fixed bug #1076940
3701
3702 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3703
3704         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3705
3706 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3707
3708         Adding support for replacing ljmps with sjmps in jumptables
3709         generated for switch statements. For now you need to set the
3710         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3711         Now 4 algorithms for mcs51 jumptable generation are used:
3712         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3713         addresses loaded pc-relative for up to 112 cases and stack-pushing
3714         target addresses loaded with offset from dptr for up to 256 cases.
3715
3716         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3717         * src/mcs51/main.c: adapted constants for switch table generation
3718         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3719
3720 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3721
3722         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3723         * support/regression/tests/bug1057979.c: added test for bug 1073386
3724
3725 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3726
3727         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3728         compilers
3729
3730 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3731
3732         * src/pic16/device.h,
3733         * src/pic16/genarith.c,
3734         * src/pic16/glue.c,
3735         * src/pic16/main.c,
3736         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3737
3738 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3739
3740         Large cummulative patch for pic16 port.
3741         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3742         to call when a stack overflow occurs,
3743         * (malloc.h): added CVS Id tag,
3744         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3745         variable,
3746         * added libc directory. The current version of LibC contains string
3747         functions, ctype functions and macros and some functions of the
3748         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3749         be extensively tested in the future. Standard disclaimer here.
3750         Library is not automatically build yet. But one can build it by
3751         invoking 'make' inside the libc directory.
3752         * added ADC library under libio. Preliminary version yet.
3753
3754         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3755         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3756         aopForRemat() now and not by pic16_aopOp(),
3757         * (pic16_popGetTempReg): removed warning messgae when allocating
3758         temporary registers, its a buggy feature and will be removed,
3759         * (pic16_popGet): set register instance field in AOP_CRY,
3760         * (pic16_outBitC): fixed for results in size greater than 1,
3761         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3762         * (pic16_storeForReturn): optimized return of 0,
3763         * (genCmp): experimental code for new genCmp which uses PIC18's
3764         special compare&skip instructions. Initial tests fail some times
3765         with variables grater than 1 byte in size, so new code is disabled,
3766         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3767         a single bit,
3768         * (genCast): began a fix to optimize the casting of a bit to another
3769         bit, now assigning a bitfield to another bitfield will fail, sorry,
3770         * src/pic16/main.c: disabled the use of lr-support feature,
3771         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3772         * added some function prototypes, added function _debugf prototype,
3773         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3774         bits with offset (case PO_GPR_BIT),
3775         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3776         command line,
3777         * (isBankInstruction): modified to return 0 for no banking instruction,
3778         and 1 for banking instruction,
3779         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3780         caused stop processing pCodes after a inline assembly block,
3781         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3782         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3783         registers when it shouldn't,
3784         * src/pic16/ralloc.c (allocReg): add preliminary support for
3785         supporting a limited set of temporary registers,
3786
3787 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3788
3789         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3790           genDataPointerSet): ensure assignments always copy in MSB to LSB
3791           order,
3792           (loadRegFromAop): recognize CLRH optimization,
3793           (genFunction): optimize RECEIVE iCodes in reentrant functions
3794
3795 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3796
3797         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3798           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3799           selected.
3800         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3801         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3802           contiguous with data
3803
3804 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3805
3806         * device/lib/_gptrget.c (_gptrget),
3807         * device/lib/_gptrgetc.c (_gptrgetc),
3808         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3809           instead of sjmp to ret
3810         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3811           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3812
3813 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3814
3815         * .version: bumped version to 2.4.7
3816         * device/lib/_gptrget.c (_gptrget): is now _naked
3817         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3818         * device/lib/_gptrput.c (_gptrput): is now _naked
3819         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3820           (createFunction): fixed xstack
3821         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3822         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3823           or bit either,
3824           (geniCodeCritical): store original interrupt state in an iTemp bit
3825           var unless stack-auto
3826         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3827         * src/SDCCmain.c (setIncludePath): added include/target to search path
3828         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3829         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3830           prototype,
3831           (processFuncArgs): put bit vars in bit area
3832         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3833           unsaveRBank): fixed xstack,
3834           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3835           (genFunction, genEndFunction): fixed xstack,
3836           (genAssign): optimization don't walk backwards through mem
3837         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3838         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3839         * support/regression/Makefile: also make library (for stack-auto) when
3840           making "all" and added "test-mcs51-xstack-auto"
3841         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3842         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3843         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3844         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3845         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3846           make-library by MAKE_LIBRARY
3847         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3848           regression tests for xstack
3849         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3850         * support/regression/tests/critical.c: test for critical on mcs51
3851
3852 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3853
3854         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3855           built version of sdcc instead of installed version
3856
3857 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3858
3859         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3860         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3861           vprintf.c now
3862         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3863         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3864           WARNING: remove device/lib/build/z80/printf.o by hand when
3865           updating from previous build!
3866         * device/lib/z80/printf.c: updated comment
3867         * support/regression/tests/bug1057979.c: test all ports now
3868         * support/regression/tests/bug1065458.c: file added
3869
3870 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3871
3872         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3873           *_start and *_end symbols for static functions
3874
3875 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3876
3877         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3878           and search crt0.o in all library paths,
3879           (setIncludePath): proper handling of --nostdinc,
3880           (setLibPath): proper handling of --nostdlib
3881         * support/regression/Makefile,
3882         * support/regression/ports/ds390/spec.mk,
3883         * support/regression/ports/gbz80/spec.mk,
3884         * support/regression/ports/hc08/spec.mk,
3885         * support/regression/ports/mcs51/spec.mk,
3886         * support/regression/ports/mcs51-large/spec.mk,
3887         * support/regression/ports/mcs51-stack-auto/spec.mk,
3888         * support/regression/ports/z80/spec.mk: use include and lib files from
3889           built version of sdcc instead of installed version
3890         * doc/sdccman.lyx: fixed typo in --nostdinc
3891
3892 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3893
3894         * src/pic/pcode.c,
3895         * src/pic/device.c,
3896         * src/pic/ralloc.c,
3897         * src/pic/gen.c : added support to generate code for struct bit fields.
3898
3899 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3900
3901         * as/xa51/xa_version.h,
3902         * device/include/errno.h,
3903         * device/include/regc515c.h,
3904         * device/lib/_itoa.c,
3905         * device/lib/_ltoa.c,
3906         * device/lib/ser_ir_cts_rts.c,
3907         * sim/ucsim/xa.src/glob.cc,
3908         * sim/ucsim/xa.src/inst_gen.cc,
3909         * sim/ucsim/xa.src/xa_bit.cc,
3910         * sim/ucsim/xa.src/xa_sfr.cc,
3911         * sim/ucsim/z80.src/inst_dd.cc,
3912         * sim/ucsim/z80.src/inst_fdcb.cc,
3913         * support/scripts/keil2sdcc.pl,
3914         * src/pic16/pic16.dsp,
3915         * src/pic16/pic16a.dsp: corrected cvs line endings
3916         * device/lib/printf_large.c: fixed bug 1057979
3917         * src/pic16/gen.c: fixed non-C standard code
3918         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3919         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3920         * support/regression/ports/mcs51/support.c: reload T1 asap
3921         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3922           pdata use and clear idata startup behaviour
3923         * support/regression/tests/bug1057979.c: added
3924
3925 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3926
3927         * device/examples/ds390/ow390/ad26.h,
3928         * device/examples/ds390/ow390/cnt1d.h,
3929         * device/examples/ds390/ow390/crcutil.c,
3930         * device/examples/ds390/ow390/ownet.h,
3931         * device/examples/ds390/ow390/owsesu.c,
3932         * device/examples/ds390/ow390/swt12.h,
3933         * device/examples/ds390/ow390/swtoper.c,
3934         * device/examples/ds390/ow390/temp10.h,
3935         * device/examples/ds390/ow390/thermodl.c,
3936         * device/examples/ds390/tinitalk/tinitalk.dsp,
3937         * device/examples/ds390/tinitalk/tinitalk.dsw,
3938         * device/examples/mcs51/clock/hw.h,
3939         * device/examples/mcs51/simple2/go.bat,
3940         * device/examples/serialcomm/windows/serial.h,
3941         * device/examples/xa51/dummy.c,
3942         * device/examples/xa51/hello.c,
3943         * device/include/80c51xa.h,
3944         * device/include/at89x051.h: corrected cvs line endings
3945
3946 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3947
3948         * src/pic16/main.c (options): added command line --gstack, to trace
3949         stack over/under flows,
3950         * added pragma 'wparam' to allow passing first byte of function
3951         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3952         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3953         call to __gstack_test function and sets up the symbol as extern,
3954         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3955         * popaop): added call to pic16_testStackOverflow,
3956         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3957         wparamList list,
3958         * (genCall, genPcall): now all parameters are passed via stack
3959         except in functions that are pass to wparam pragma in which WREG is
3960         used too,
3961         * (genPcall): REENTRANT flag is checked to see if variable prototype
3962         contains reentrant keyword, don't call a non-reentrant function, via
3963         a reentrant function pointer or vice versa, functions are never
3964         passed via WREG,
3965         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3966         D.Winkler,
3967         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3968         SIGSEGV when accessing a NULL register stucture,
3969         * (pic16_printGPointerType): modified to handle UPPER modifier for
3970         function initializers, changed prototype of function to simpler one,
3971         * (pic16_printIvalFuncPtr): check to see if function is already
3972         added in externs list,
3973         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3974         optimized a move from W to SFR with a move to the same register
3975         later after a CALL,
3976         * device/lib/pic16/debug: NEW directory, contains debug features
3977         which are enabled when linking with libdebug.lib, currently command
3978         line option --gstack enables stack pointer tracing for over/under
3979         flow, corresponding sources are in debug/gstack
3980
3981 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3982
3983         * doc/sdccman.lyx: updated SDCC version,
3984         * (PIC16 port): update list of command line options,
3985         * src/pic16/device.h (structure pic16_options_t): added field gstack
3986         to enable stack overflow tracing on push/pops,
3987         * src/pic16/device.c (statistics structure): added statistics
3988         structure,
3989         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3990         pic16_dump_int_registers): increase statistics counters for each
3991         * variable which is encountered
3992         * (pic16_dump_usection): emit each .udata variable to its own udata
3993         section,
3994         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3995         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3996         parameters via stack, otherwise use old scheme,
3997         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3998         assembler output file,
3999         * src/pic16/main.c: added command line options --gstack to enable
4000         push/pop tracing for stack overflow,
4001         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4002         instructions): added size of each instruction,
4003         * (pic16_countInstruction): estimate size of instructions in
4004         the_pFile list, inline assembly blocks are not counted,
4005         * (pic16_FixRegisterBanking): trace previous register usage, when
4006         banksel optimizations is greater than 0, don't emit a redudant
4007         banksel directive,
4008
4009 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4010
4011         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4012         * src/pic16/ralloc.c : applied same fix for pic16.
4013         * src/pic/gen.c : tidied it up a little.
4014
4015 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4016
4017         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4018         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4019
4020 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4021
4022         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4023
4024 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4025
4026         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4027         non-reentrant function __modsint in the interrupt function (thus
4028         corrupting math operations during serial I/O)
4029         * device/lib/ser_ir.c: as above, changed buffersize
4030         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4031         256.c,d for zeroing
4032         * doc/Makefile: added option -t for rsync
4033
4034 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4035
4036         * src/SDCCast.h (struct ast),
4037         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4038
4039 2004-10-20 Borut Razem <borut.razem AT siol.net>
4040
4041         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4042         package
4043
4044 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4045
4046         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4047         makefile targets,
4048         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4049         support functions to replace long sequences of MOVFF's from access
4050         bank registers to stack and vice versa,
4051         * src/pic16/device.h: added new field opt_flags, where optimization
4052         flags can be set to enable certain features,
4053         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4054         * pBlock, (genFunction, genEndFunction): surroung loop for
4055         saving/loading used registers in stack with PC_INFO pCodes,
4056         INF_LREGS. Code in between can then be optimized by pCode optimizer
4057         to support function calls,
4058         * (genDataPointerSet): fixed bug which loaded float fields in
4059         structures with corrupt data,
4060         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4061         in a standard way debug info on stderr. Feature used for developing
4062         and debugging only,
4063         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4064         obsolete chunks of code,
4065         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4066         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4067         * pic16/src/pcode.c (pic16_newpCodeInfo,
4068         * (pic16_newpCodeOpLocalRegs),
4069         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4070         feature,
4071         * (pic16_pCodeConstString): printing of the initial value of a
4072         symbol as a comment is inhibited since parsing was already done by
4073         copyStr and output is corrupt,
4074         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4075
4076 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4077
4078         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4079
4080 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4081
4082         * as/mcs51/lkarea.c: removed old K&R style,
4083           (lnksect): changed check on boundary error,
4084           (lnksect2): changed check on boundary error,
4085           (lnksect2): extend XSTK to end of page if size = 1
4086         * as/mcs51/lkmain.c: removed old K&R style,
4087           (Areas51): create l_IRAM symbol
4088         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4089         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4090           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4091         * device/lib/_mullong.c: added version to be compiled with xstack
4092         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4093         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4094         * device/lib/mcs51/crtxstack.asm: fixed comment
4095         * src/SDCCglue.c: maxInterrupts defaults to 0,
4096           (emitMaps): added pdata,
4097           (createInterruptVect): (re)moved default,
4098           (glue): added pdata,
4099           (glue): moved __start__xstack to XSTK with default size 1
4100         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4101           and options.float_rent when options.stackAuto is set,
4102           (linkEdit): only write XDATA_NAME if provided on command line
4103         * src/SDCCmem.h,
4104         * src/SDCCmem.c: added pdata
4105         * src/port.h: added pdata_name to PORT
4106         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4107           (saveRegisters, unsaveRegisters): removed usage of B,
4108           (genMinus): fixed accumulator clash,
4109           (genJumpTab): added comment, this needs another look
4110         * src/mcs51/gen.c: added check for "B in use" paranoia,
4111           added pushB() and popB()
4112         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4113           chance
4114         * src/avr/main.c,
4115         * src/ds390/main.c,
4116         * src/hc08/main.c,
4117         * src/mcs51/main.c,
4118         * src/pic/main.c,
4119         * src/pic16/main.c,
4120         * src/xa51/main.c,
4121         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4122           added PSEG (PAG,XDATA) or NULL to port specifier
4123         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4124         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4125           (_mcs51_genInitStartup): removed __start__xstack equ,
4126           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4127         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4128         * src/z80/gen.c (_rleAppend): fixed warnings
4129         * support/regression/tests/zeropad.c: added pdata test
4130         * .version: bumped to 2.4.6
4131
4132 2004-10-17 Borut Razem <borut.razem AT siol.net>
4133
4134         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4135         as a part of nightly build
4136
4137 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4138
4139         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4140         WREG holds the first byte function parameters,
4141         * (aopForSym): take special case for symbols which are in FARSPACE
4142         but in CODESPACE too,
4143         * (assignResultValue): modified to take into account _G.useWreg,
4144         * (genCall): don't use wreg for parameter passing when function is
4145         declared as reentrant, too, added optimization INCF to stack
4146         pointer when stack parameter count is 1,
4147         * (genFunction, genEndFunction): refurnished and fixed to not using
4148         wreg for passing parameters when function has varargs or is
4149         reentrant, fixed bug with symbol name compare for generating
4150         functions in absolute address,
4151         * (pic16_storeForReturn): refurnished,
4152         * (genCmp): began writing a new version of the function, not ready
4153         yet, therefore it is disabled,
4154         * (genAssign): do not read code memory when assigning a function to
4155         a pointer function,
4156         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4157         array of characters, not pointer,
4158         * (pic16initialComments): in debug mode emit an .ident directive for
4159         the assembler,
4160         * (_process_pragma): emit a new warning type (internal to pic16)
4161         when setting stack to default length, emit a similar warning when
4162         placing a function at absolute address and address is not word aligned
4163         * (_pic16_parseOptions): added 'return TRUE' statement,
4164         * (_pic16_linkEdit): if compiling a source, then add the source's
4165         file object, first in the list of objects to link,
4166
4167 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4168
4169         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4170         * src/pic/main.c : removed VC warning.
4171         * src/pic/gen.c : changed comment.
4172
4173 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4174
4175         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4176         reference to a deprecated symbol _GPTRREG was causing failure to
4177         link. Thanks G. M. Gallant for the info.
4178
4179 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4180
4181         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4182         comments for Bugs item #954788.
4183
4184 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4185
4186         * src/pic16/device.c (pic16_dump_gsection,
4187         * pic16_groupRegistersInSection): handle symbols declared to be in
4188         access bank differently,
4189         * src/pic16/gen.c (struct _G): added field resDirect,
4190         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4191         send values read from stack directly to result and don't allocate
4192         temporary values,
4193         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4194         same registers,
4195         * (pic16_sameRegsOfs): NEW,
4196         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4197         free because they were not allocated from temporary pool,
4198         * pic16_popRegFromString): workaround to fix a problem with
4199         allocating variables twice or never,
4200         * (genGenPointerGet): using PRODL instead of FSR0H,
4201         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4202         instead of FSR0H,
4203         * (genAssign): take advantage of the _G.resDirect flag,
4204         * (genCast): around line 11844, use mov2f instead of directly
4205         MOVFF'ing between operands to account for literal values,
4206         * src/pic16/genutils.c: some new debug functions for gpsim have been
4207         added,
4208         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4209         float with integer part only,
4210         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4211         place variables in access bank
4212         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4213         updated sources to reflect recent changes in gen.c
4214
4215 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4216
4217         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4218         sources that searched for headers in installation path, now the
4219         device/include/pic16 is used,
4220         * src/pic16/glue.c (pic16glue),
4221         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4222         .line directives if not in debug mode, this suppresses assembler's
4223         warnings for ignored directives
4224
4225 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4226
4227         * src/port.h: made reset_regparms prototype void parameter explicit.
4228         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4229         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4230         * doc/sdccman.lyx: documented warning disabling and how to use
4231           printf_large to make it print floats.
4232         * device/include/stdbool.h: NEW
4233         * device/lib/_atof.c,
4234         * device/lib/_divuint.c,
4235         * device/lib/_divulong.c,
4236         * device/lib/expf.c,
4237         * device/lib/printf_large.c,
4238         * device/lib/sincosf.c,
4239         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4240         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4241           a completely reentrant lib.
4242
4243 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4244
4245         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4246         * device/include/pic16/stdio.h: fixed bug with colon
4247
4248 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4249
4250         * device/include/pic16/stdio.h,
4251         * device/include/pic16/stdlib.h,
4252         * device/include/pic16/math.h: NEW
4253         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4254         declared as _naked to reduce overhead
4255         * device/lib/Makefile.in (target port-specific-objects-pic16):
4256         changed * to *.* so to ignore the CVS directory,
4257         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4258         stacked variables back in stack,
4259         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4260         corruption
4261
4262 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4263
4264         * .version: bumped version number to 2.4.5
4265         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4266         * support/Util/SDCCerr.c (messages structure): added entry for
4267         W_POSSBUG2
4268
4269         Large cumulative patch for pic16 port and libraries.
4270         * device/include/pic16/sdcc-lib.h,
4271         * device/include/pic16/stdarg.h,
4272         * device/include/asm/pic16/features.h,
4273         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4274         * device/include/pic16/float.h: changes reentrant keyword with
4275         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4276         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4277         updated target build-libraries to include objects from gptr,
4278         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4279         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4280         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4281         all function headings,
4282         * src/SDCCmain.c: added global parameter userIncDirsSet,
4283         * (parseCmdLine): when option -I is encountered add directory to
4284         userIncDirsSet too,
4285         * src/version.awk: added space between control and long,
4286         * src/pic16/NOTES: added some notes for the port,
4287         * src/pic16/gen.c: added prototype for mov2fp function,
4288         * (fReturnpic16[]): properly named return value registers,
4289         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4290         * (aopForSym): added code to handle symbols with onStack flag set,
4291         symbols onStack are allocated PTRSIZE bytes,
4292         * (aopFreeAsmop): handles special case where asmops are stack objects,
4293         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4294         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4295         added argument lock to trace flaws in allocating temporary registers
4296         when developing port,
4297         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4298         * (pic16_popRegFromString): reenabled allocating a direct register
4299         from string,
4300         * (assignResultValue): various beautifications,
4301         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4302         referenced function argument,
4303         * (genIpush): reenabled to allow stacked arguments, handles only
4304         ic->parmPush iCodes,
4305         * (genCall, genPcall): major changes to allow for variable argument
4306         functions, fixed a bug with falsely restoring stack pointer after
4307         returning from call,
4308         * (genFunction): pending code for critical function,
4309         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4310         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4311         * (genNearPointerGet): fixed bug with indirect reading, was always
4312         reading from INDF0
4313         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4314         pointers,
4315         * (genAddrOf): rewrote code to take address of a stacked function parameter
4316         * (genCast): fixed casting to generic pointer type,
4317         * src/pic16/gen.h: added AOP_STA,
4318         * (struct asmop): added field stk,
4319         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4320         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4321         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4322         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4323         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4324         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4325         generic pointers,
4326         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4327         and library paths,
4328         * (pic16_port structure): generic pointer size is set to 3,
4329         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4330         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4331         compiler warning,
4332         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4333         operand is an iTemp,
4334
4335 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4336
4337         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4338         * debugger/mcs51/simi.c: addapt new syntax of s51
4339
4340 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4341
4342         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4343         * src/pic16/pcode.c: commented out some calls to free() in order to
4344         fix bug #989576,
4345
4346 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4347
4348         * src/SDCCicode.h,
4349         * src/SDCCicode.c (isiCodeInFunctionCall),
4350         * src/avr/ralloc.c (selectSpil),
4351         * src/pic/ralloc.c (selectSpil),
4352         * src/pic16/ralloc.c (selectSpil),
4353         * src/ds390/ralloc.c (selectSpil),
4354         * src/hc08/ralloc.c (selectSpil),
4355         * src/xa51/ralloc.c (selectSpil),
4356         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4357         stack in the middle of a function call sequence (fixes bug #1020268)
4358         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4359         costs associated with the minimum switch case.
4360
4361 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4362
4363         * src/SDCC.lex: fixed bug #1030549
4364
4365 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4366
4367         * src/SDCCcse.h (struct cseDef),
4368         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4369         over a function call if the CSE is derived from a symbol whose
4370         address has been taken (fixes bug #1029883)
4371         * support/regression/tests/bug-1029883: a new regression test for
4372         this bug
4373
4374 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4375
4376         * src/hc08/gen.c (emitinline): fixed bug #1029778
4377         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4378         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4379         and starts toward RFE #905167)
4380
4381 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4382
4383         * src/pic16/gen.c (mov2f): New function to move an operand to
4384         another without considering if it is a literal or a register,
4385         * (pic16_sameRegs): don't check if they are both AOP_REG,
4386         * (AccRsh): removed andmask=0 lines,
4387         * (genLeftShift): duplicated to be improved in future versions,
4388         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4389         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4390         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4391         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4392         * (insertBankSwitch): fixed inserting banksel directives algorithm
4393         for instructions that follow a skip instruction, this fixes a report
4394         for broken subtraction code generation,
4395         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4396         iCode is a left op, just in case result and right share the same
4397         registers
4398
4399 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4400
4401         * src/hc08/main.c,
4402         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4403         preservation of HX
4404         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4405         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4406         on 2004-09-12; it was buggy
4407
4408 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4409
4410         * src/SDCCsymt.h: removed RESULT_CHECK
4411         * src/SDCCast.c,
4412         * src/SDCCglue.c,
4413         * src/SDCCval.c,
4414         * src/pic/glue.c,
4415         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4416
4417 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4418
4419         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4420         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4421         configuration values no more rejected by compiler, they are assigned
4422         to configuration registers with a warning message instead,
4423         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4424         the for-loop so last conf register is emitted too,
4425         * (_pic16_initPaths): link library libsdcc.lib by default,
4426         * (_hasNativeMulFor): modified test for multiplication according to
4427         Raphael Neider's remarks. Integer multiplication is also done with
4428         support functions,
4429         * device/include/pic16/pic18fregs.h: corrected type error in while
4430         testing and including 18f6720 header file
4431
4432 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4433
4434         * src/pic16/device.h (pic16_options): removed field use_crt,
4435         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4436         until an optimization to handle single bits is added,
4437         * (pic16_loadFSR0): moved before genUnpackBits,
4438         * (genAnd): some white lines removed,
4439         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4440         leave_reset flags in pic16_options when using crt modules,
4441
4442 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4443
4444         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4445           for bugs 898889 & 979599. Also used some safer print instructions.
4446
4447 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4448
4449         * src/pic16/device.h (pic16_options_t): added field use_crt,
4450         crt_name, no_crt,
4451         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4452         catch a probable future bug,
4453         * src/pic16/gen.c: aopIdx function commented out,
4454         * (genAssign): commented out old code which used aopIdx,
4455         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4456         code, added if conditionals to take into account the --use-crt
4457         command line options,
4458         * src/pic16/main.c (pic16_optionsTable): added new command line
4459         options, --use-crt= and --no-crt,
4460         * (_pic16_linkEdit): now the proper crt object is added in the
4461         linker command line except than when --no-crt is specified,
4462         * src/pic16/pcode.c,
4463         * src/pic16/pcode.h: added some structures and functions for a new
4464         optimization scheme to compansate for instruction overhead between
4465         same iCodes, this scheme is currently under development and is not
4466         working in any way,
4467         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4468         to && operator,
4469         * device/lib/pic16/startup/crt0i.c,
4470         * device/lib/pic16/startup/crt0iz.c: added global char variable
4471         __uflags to force the generation of an idata section
4472
4473 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4474
4475         * doc/Makefile,
4476         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4477         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4478
4479 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4480
4481         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4482         Frieder) and clarified the default code optimization mode
4483
4484 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4485
4486         * src/SDCC.lex (doPragma, process_pragma),
4487         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4488         "opt_code_size", and "opt_code_balanced"
4489         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4490         regrouped options by category, added support for category headers
4491         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4492         and "--opt-code-size"
4493         * doc/sdccman.lyx: documented these new options and pragmas
4494         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4495         preference into account
4496
4497 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4498
4499         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4500           geniCodePreDec): Fixed bug 904237 by generating a warning
4501         * src/SDCCerr.h,
4502         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4503
4504 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4505
4506         * src/pic/device.c : When no max ram set validate full memory range.
4507         * src/pic/pcode.c,
4508         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4509
4510 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4511
4512         * device/lib/_gptrget.c,
4513         * device/lib/_gptrput.c: updated comment
4514         * device/lib/calloc.c,
4515         * device/lib/free.c,
4516         * device/lib/malloc.c,
4517         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4518         * src/SDCCcse.c (cseBBlock),
4519         * src/SDCCicode.c (printOperand, geniCodeArray),
4520         * src/SDCCicode.h (struct operand): fixed bug 868103
4521         * support/regression/tests/bug-868103.c: added
4522         * src/SDCCast.c (searchLitOp),
4523         * src/SDCCcse.h (struct cseDef),
4524         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4525         * src/SDCCicode.h (struct operand),
4526         * src/SDCCsymt.h (struct sym_link),
4527         * src/avr/gen.c (hasInc),
4528         * src/ds390/gen.c (hasInc),
4529         * src/hc08/gen.c (genPlusIncr, hasInc),
4530         * src/mcs51/gen.c (hasInc),
4531         * src/pic16/glue.c (pic16_printIvalChar),
4532         * src/pic16/ralloc.c (regWithIdx),
4533         * src/xa51/gen.c (hasInc) : removed warnings
4534         * src/SDCCast.c (createBlock): added comment ???
4535         * src/hc08/ralloc.c: updated comments
4536
4537 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4538
4539         * doc/sdccman.lyx: updated section on switch statements, added
4540         section about semaphore locking
4541         * doc/Makefile: added option -info for latex2html
4542         * device/lib/_gptrget.c,
4543         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4544
4545 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4546
4547         * src/pic/device.h,
4548         * src/pic/device.c,
4549         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4550          maxram is less than 0x100.
4551
4552 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4553
4554         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4555
4556 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4557
4558         * src/port.h,
4559         * src/mcs51/main.c,
4560         * src/ds390/main.c,
4561         * src/z80/main.c,
4562         * src/hc08/main.c,
4563         * src/pic/main.c,
4564         * src/pic16/main.c,
4565         * src/avr/main.c,
4566         * src/xa51/main.c
4567         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4568         a jump table is the best form for a switch statement, including
4569         automatic insertion of missing cases to make the case range
4570         continuous. Developed in collaboration with Frieder Ferlemann.
4571
4572 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4573
4574         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4575         accumulator result if it needs sign extension
4576
4577 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4578
4579         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4580
4581 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4582
4583         * device/lib/gbz80/printf.c,
4584         * device/lib/z80/printf.c: removed define for NULL
4585
4586 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4587
4588         * as/xa51/xa_link.c,
4589         * device/examples/ds390/ow390/ad26.c,
4590         * device/examples/ds390/ow390/cnt1d.c,
4591         * device/examples/ds390/ow390/counter.c,
4592         * device/examples/ds390/ow390/ds2480.h,
4593         * device/examples/ds390/ow390/ds2480ut.c,
4594         * device/examples/ds390/ow390/findtype.c,
4595         * device/examples/ds390/ow390/gethumd.c,
4596         * device/examples/ds390/ow390/owllu.c,
4597         * device/examples/ds390/ow390/ownetu.c,
4598         * device/examples/ds390/ow390/swt12.c,
4599         * device/examples/ds390/ow390/swtloop.c,
4600         * device/examples/ds390/ow390/temp.c,
4601         * device/examples/ds390/ow390/temp10.c,
4602         * device/examples/ds390/ow390/thermo21.c,
4603         * device/examples/ds390/ow390/tinilnk.c,
4604         * device/examples/ds390/ow390/tstfind.c,
4605         * device/examples/serialcomm/windows/serial.cpp,
4606         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4607         * device/include/reg51.h: fixed line endings for cvs
4608
4609 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4610
4611         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4612         packRegsForAccUse, packRegisters): new accumulator register
4613         packing algorithm
4614         * support/regression/ports/hc08/support.c (_putchar): suppress
4615         warning of unused variable
4616         * src/SDCCicode.c: added SWAP entry to codeTable
4617
4618 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4619
4620         * device/lib/sprintf.c: forgot to add this file before previous commit
4621
4622 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4623
4624         * src/pic16/gen.c (genPackBits): added operand right in function
4625         parameters, load result directly if p_type is POINTER (that is
4626         called by genNearPointerSet)
4627         * (genUnPackBits): added operand left in function parameters,
4628         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4629         FSR0 if accessing bitfields,
4630
4631 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4632
4633         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4634           _print_format; updated printf, sprintf, vsprintf
4635         * device/include/asm/default/features.h: corrected comment/define
4636         * device/lib/Makefile.in: added sprintf.c
4637         * device/lib/libsdcc.lib: added sprintf module
4638         * device/lib/printf_large.c,
4639         * device/lib/vprintf.c,
4640         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4641           into these 3 files
4642         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4643         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4644         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4645           hc08 test
4646         * support/regression/tests/zeropad.c: define idata as data for hc08
4647
4648 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4651         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4652         labels are referenced at least once (even if a reference is not found)
4653         * src/hc08/gen.c (emitcode): set isComment flag for comments
4654         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4655         loads), rules 6a..6b (optimize jumps to return)
4656
4657 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4658
4659         * device/lib/acosf.c (acosf),
4660         * device/lib/asinf.c (asinf),
4661         * device/lib/atanf.c (atanf),
4662         * device/lib/ceilf.c (ceilf),
4663         * device/lib/cosf.c (cosf),
4664         * device/lib/coshf.c (coshf),
4665         * device/lib/cotf.c (cotf),
4666         * device/lib/fabsf.c (fabsf),
4667         * device/lib/floorf.c (floorf),
4668         * device/lib/log10f.c (log10f),
4669         * device/lib/logf.c (logf),
4670         * device/lib/sinf.c (sinf),
4671         * device/lib/sinhf.c (sinhf),
4672         * device/lib/sqrtf.c (sqrtf),
4673         * device/lib/tanf.c (tanf),
4674         * device/lib/tanhf.c (tanhf),
4675         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4676         replaced all instances of "reentrant" in the library functions
4677         defined in math.h with this macro.
4678         * support/regression/tests/float_trans.c: reenabled test for hc08
4679
4680 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4681
4682         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4683         erroneously deleted
4684
4685 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4686
4687         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4688         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4689         multi-byte volatile operands are used
4690         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4691         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4692         initialization to area GSINIT0 so that it would always precede
4693         any static initializers in GSINIT
4694         * support/regression/tests/zeropad.c: fixed idata define for hc08
4695         * support/regression/tests/bug-927659.c,
4696         * support/regression/tests/float_trans.c: disabled tests for hc08
4697         pending missing library routines
4698         * .version: increased version number to 2.4.4 - hc08 port now passes
4699         regression tests
4700
4701
4702 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4703
4704         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4705         * Makefile.common.in,
4706         * as/Makefile,
4707         * as/hc08/Makefile.in,
4708         * as/mcs51/Makefile.in,
4709         * as/z80/Makefile.in,
4710         * debugger/mcs51/Makefile.in,
4711         * device/include/Makefile.in,
4712         * device/lib/Makefile.in,
4713         * doc/Makefile,
4714         * link/Makefile,
4715         * link/z80/Makefile.in,
4716         * packihx/Makefile.in,
4717         * sim/ucsim/main_in.mk,
4718         * sim/ucsim/avr.src/Makefile.in,
4719         * sim/ucsim/doc/Makefile.in,
4720         * sim/ucsim/gui.src/serio.src/Makefile.in,
4721         * sim/ucsim/hc08.src/Makefile.in,
4722         * sim/ucsim/s51.src/Makefile.in,
4723         * sim/ucsim/xa.src/Makefile.in,
4724         * sim/ucsim/z80.src/Makefile.in,
4725         * src/Makefile.in,
4726         * support/cpp2/Makefile.in,
4727         * support/librarian/Makefile,
4728         * support/makebin/Makefile: added DESTDIR to the install path proposed
4729         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4730         * doc/sdccman.lyx: added DESTDIR documentation
4731
4732 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4733
4734         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4735         instruction for interrupt handlers, use fast returns when returning
4736         from high priority interrupts
4737
4738 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4739
4740         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4741         code generation
4742         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4743         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4744         bugs, ported much of Bernhard's code from mcs51
4745         * src/mcs51/gen.c (genSend),
4746         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4747         than one when calling a reentrant function
4748         * device/lib/_mullong.c: defined an alternate struct layout for big
4749         endian ports (hc08)
4750
4751 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4752
4753         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4754         test
4755
4756 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4757
4758         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4759         are sane and complete before asking the port its prefered parameter
4760         passing method (fixes bug #1017633)
4761         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4762         and _ret3
4763
4764 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4765
4766         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4767         problem in bitfields >= 8 bits.
4768
4769 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4770
4771         * src/SDCCsymt.c: undid changes that were not meant to be committed
4772
4773 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4774
4775         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4776
4777 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4778
4779         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4780           copied and wrong bit got inverted
4781
4782 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4783
4784         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4785         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4786         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4787         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4788         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4789         assignments to bitfields at known addresses
4790         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4791         reads from bitfields at known addresses
4792         * src/hc08/ralloc.c (packRegisters),
4793         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4794         genhc08Code): optimize pointer get values used as conditionals
4795         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4796         and branch
4797
4798 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4799
4800         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4801         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4802         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4803         as conditionals
4804
4805 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4806
4807         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4808
4809 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4810
4811         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4812         related problems
4813
4814 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4815
4816         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4817
4818 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4821         mcs51 port
4822
4823 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4824
4825         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4826
4827 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4828
4829         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4830         cases use more compact code.
4831
4832 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4833
4834         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4835
4836 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4837
4838         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4839
4840 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCCsymt.h,
4843         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4844         parameter of changePointer() from symbol* to sym_link*
4845         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4846         * src/SDCCsymt.c (compareType): void* type is castable to other
4847         pointers, but not necesarily an exact match.
4848         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4849         is no longer blindly treated as an exact match.
4850         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4851
4852 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4853
4854         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4855
4856 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4857
4858         * src/pic/gen.c,
4859         * src/pic/pcode.c,
4860         * src/pic/ralloc.h,
4861         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4862
4863 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4864
4865         * src/pic/device.c,
4866         * src/pic/device.h,
4867         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4868
4869 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4870
4871         * src/mcs51/gen.c (emitcode): fixed bug #992819
4872
4873 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4874
4875         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4876           there's no need to make it worse
4877
4878 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4879
4880         * src/mcs51/ralloc.c (deassignLR),
4881         * src/ds390/ralloc.c (deassignLR),
4882         * src/hc08/ralloc.c (deassignLR),
4883         * src/z80/ralloc.c (deassignLR),
4884         * src/pic/ralloc.c (deassignLR),
4885         * src/pic16/ralloc.c (deassignLR),
4886         * src/avr/ralloc.c (deassignLR),
4887         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4888         rlivePoint): fixed another part of bug #971834
4889
4890 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4891
4892         * src/z80/main.c: enabled "critical" keyword
4893         * src/z80/mappings.i,
4894         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4895         functions (fixes bug #979646)
4896         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4897
4898 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4899
4900         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4901           such as c:\mydir.
4902
4903 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4904
4905         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4906           doesn't disable too much optimizations
4907
4908 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4909
4910         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4911
4912 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4913
4914         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4915
4916 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4917
4918         * src/pic/gen.c tidied up tabs
4919         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4920         * src/pic/main.c tidied up tabs
4921         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4922         * src/pic/pcoderegs.c tidied up tabs
4923         * src/pic/ralloc.c tidied up tabs
4924
4925 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4926
4927         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4928         to S_FIXED for pic16 port and when symbol is not in level 0,
4929         allocate for S_REGISTER storage class and pic16 port, too,
4930         * src/pic16/device.h: prototype for checkSym,
4931         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4932         * (pic16_assignConfigWordValue): test the value and the mask to
4933         validate that the value is suitable for the configuration word,
4934         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4935         collect extern declared symbols, don't emit symbol twice, check
4936         first if symbol is in publics set first,
4937         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4938         * added command line '--fstack' which enables an experimental
4939         feature for stack access, too buggy to be used yet...
4940         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4941         * (pic16_allocDirReg): when register has storage class S_REGISTER
4942         allocate in pic16_dynAccessRegs,
4943         * device/include/pic16/pic18f????.h: modified configuration word
4944         naming convention, words started as CONFIG0H but should be CONFIG1H
4945
4946 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4947
4948         * device/include/mcs51reg.h: fixed bug 970993
4949
4950 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4951
4952         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4953         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4954         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4955         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4956         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4957         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4958           error/warning numbers,
4959           added function setWarningDisabled()
4960         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4961         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4962           _memcmp.c _memmove.c calloc.c realloc.c free.c
4963         * support/regression/tests/malloc.c: added tests for new functionality
4964         * support/regression/tests/zeropad.c: added tests for truncated initializers
4965           and initialized char arrays starting with '\x0'
4966         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4967
4968 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4969
4970         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4971
4972 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4973
4974         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4975         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4976         peephole 177.e. Thanks to anonymous
4977
4978 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4979
4980         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4981         function isn't used in the source but referenced as a
4982         variable initializer then declare it as extern in .asm file
4983
4984 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4985
4986         * .version: increased version number to 2.4.3
4987
4988         Adding version extension according to ChangeLog CVS revision
4989         * src/Makefile.in (target all): added dependency 'version.h'
4990         * (rule version.h): added rule to create version.h from ChangeLog,
4991         * (rule dep): added dependency version.h,
4992         * src/version.awk: AWK script to create version.h
4993         * src/SDCCdwarf2.c (dwWriteModule),
4994         * src/SDCCglue.c (initialComments),
4995         * src/SDCCmain.c (printVersionInfo): modified to write after
4996         version string the version extension number,
4997         * src/SDCCutil.c: included "version.h"
4998         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4999         number,
5000         * src/SDCCutil.h: added prototype for getBuildNumber
5001
5002         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5003         includeDirsSet, too,
5004         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5005         const char [] is found in function prototype...
5006
5007         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5008         moving to WREG with source is already in WREG,
5009         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5010         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5011         * (aopForSym): stack'ed symbols are partially supported, added
5012         if-clause to support symbols in FARSPACE,
5013         * (sameRegs): added test for AOP_ACC to see if registers are same,
5014         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5015         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5016         * (pic16_popRegFromString): will not allocate a new register if it
5017         doesn't find one by name, bug may have introduced...
5018         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5019         * (genIpush): revived to use pic16 port's stack,
5020         * (genAddrOf): added incomplete case for stack'ed operand,
5021         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5022         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5023         can handle multibyte operands,
5024         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5025         * (pic16initialComments): added message for MPLAB compatibility
5026         mode enabled,
5027         * src/pic16/main.h: prototype for pic16_mplab_comp,
5028         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5029         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5030         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5031         because of increased complexity of procedure,
5032         * (_process_pragma): stack pragma changed to format 'stack pos len',
5033         emit symbol '_stack_end' to conform with gplink,
5034         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5035         to search for register,
5036         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5037         PO_GPR_REGISTER,
5038         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5039         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5040         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5041         case for PO_GPR_REGISTER,
5042         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5043         dies, the new era is ahead !...
5044         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5045         pic16_dynInternalRegs,
5046         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5047         * (pic16_allocDirReg): minor optimizations and bug fixes,
5048         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5049
5050         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5051         load stack and frame pointer with address of 'stack_end' symbol
5052
5053 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5054
5055         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5056         without source code but only variable initializers
5057
5058 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5059
5060         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5061         external are not declared as extern to reduce overhead while linking
5062
5063 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5064
5065         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5066
5067 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5068
5069         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5070           Yee Keat for the patch
5071         * src/SDCCast.c (decorateType): fixed bug #979599
5072         * src/ds390/gen.h: removed local fReturnSizeDS390
5073         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5074         * src/ds390/gen.c (genAnd, genOr, genXor),
5075         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5076
5077 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5078
5079         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5080         add relFilesSet to $3, manipulate $2 to handle linking of object
5081         files without source files in command line,
5082         * device/include/pic16 (all headers): added ID location macros,
5083         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5084         entries for ID location bytes,
5085         * (pic16_assignIdByteValue): NEW,
5086         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5087         added field dumpcalltree to pic16_options_t,
5088         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5089         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5090         emitting rFalseIfx label after check_carry label,
5091         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5092         pic16_emitDIRegs), NEW
5093         * (pic16glue): dump .calltree file when option --calltree found,
5094         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5095         * (_pic16_genAssemblerPreamble): emit ID locations after
5096         configuration registers,
5097         * (pic16_linkCmd): modifications of the link command,
5098         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5099         * (pic16_pCodeInitRegisters): don't init stack registers,
5100         * (pic16_findPrevInstruction): fixed bug,
5101         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5102         bug with immediate registers,
5103         * (buildCallTree): traces stack push and pop,
5104         * (pct2): dump also stack usage for each function,
5105         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5106         * (pic16_allocDirReg): various modifications,
5107         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5108         fixed to 1,
5109
5110 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5111
5112         * src/pic16/pcode.c: removed buggy double colon
5113
5114 2004-07-01 Borut Razem <borut.razem AT siol.net>
5115
5116         * support/scripts/sdcc.nsi: added include/pic16 to setup
5117
5118 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5119
5120         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5121         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5122         target 'clean',
5123         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5124         specific command line arguments. Also added sample lkr script
5125         for placing a variable at a specific memory bank.
5126         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5127         at a specific memory bank,
5128         * (pic16_dump_isection): fixed bug which caused string literals to
5129         be omitted when dumping idata section,
5130         * (pic16_groupRegistersInSection): added code to handle registers
5131         in specific memory banks,
5132         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5133         public, all references are renamed too,
5134         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5135         AOP_DPTR2,
5136         * (pic16_storeForReturn): added case to handle when dest is WREG,
5137         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5138         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5139         pic16_rel_udata, check to see if that register is marked as being
5140         a member of a specific memory bank,
5141         * (pic16_printIvalCharPtr): added code to add string literals either
5142         to code or the idata sections,
5143         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5144         also accept the 'udata' pragma,
5145         * src/pic16/main.h: new structure types sectName and sectSym
5146         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5147         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5148         * (pic16_findPrevInstruction): fixed, it returned nothing,
5149         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5150         instruction combinations,
5151         * (pic16_FixRegisterBanking): heavily reorganised,
5152         * (pic16_AnalyzeBanking): if generating banksel directives is
5153         disabled, then don't call FixRegisterBanking at all,
5154         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5155         completely removed,
5156         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5157
5158 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5159
5160         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5161         Phuah Yee Keat <yk.phuah AT nestac.com>
5162
5163 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5164
5165         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5166         correctly the IVT even if it is relocated to some other location
5167
5168 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5169
5170         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5171         * device/include/pic16/pic18f2220.h: NEW,
5172         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5173         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5174         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5175         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5176         nodefaultlibs, ivt_loc is the location of the interrupt vector
5177         table, and nodefaultlibs signs that default libraries should not be
5178         linked in link stage,
5179         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5180         according to --ivt-loc argument,
5181         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5182         when pragma stack is found,
5183
5184 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5185
5186         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5187         256 (range check), 257 (do while), 258.a-f (bit banging
5188         f.e. on 3-wire SPI bus)
5189
5190 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5191
5192         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5193         variables used exclusively within a loop
5194
5195 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5196
5197         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5198
5199 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5200
5201         * src/SDCClrange.c (computeClash): fixed bug #971834
5202
5203 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5204
5205         * src/mcs51/gen.c (genCmp): fixed bug #975903
5206         * src/hc08/gen.c (operandsEqu),
5207         * src/ds390/gen.c (operandsEqu),
5208         * src/z80/gen.c (operandsEqu),
5209         * src/pic/gen.c (operandsEqu),
5210         * src/pic16/gen.c (operandsEqu),
5211         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5212         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5213
5214 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5217
5218 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5219
5220         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5221         default case in switch statement,
5222         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5223         to eliminate problem with initialisation of pointers, but problem
5224         still exists,
5225         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5226         * (emitStaticSegment): removed various lines emitting debug info,
5227         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5228         added processor registers for utilizing EEPROM,
5229         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5230         configurable and set 8
5231
5232 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5233
5234         * .version: increased version number to 2.4.2,
5235
5236         Cumulative patch for pic16 port
5237         * src/pic16/device.c: changed scheme to dump initial values for
5238         variables in idata segment, all print_idata* functions were removed,
5239         now the pic16_printIval* will be called,
5240         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5241         * _pic16_printPointerType, pic16_printPointerType,
5242         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5243         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5244         NEW, similar to the respective functions in SDCCglue.c,
5245         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5246         way, emitting hex bytes,
5247         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5248
5249 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5250
5251         * src/avr/ralloc.c (serialRegAssign),
5252         * src/xa51/ralloc.c (serialRegAssign),
5253         * src/pic/ralloc.c (serialRegAssign),
5254         * src/pic16/ralloc.c (serialRegAssign),
5255         * src/hc08/ralloc.c (serialRegAssign),
5256         * src/z80/ralloc.c (serialRegAssign),
5257         * src/ds390/ralloc.c (serialRegAssign),
5258         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5259
5260 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5263         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5264
5265 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5266
5267         Cumulative patch for pic16 port:
5268         * src/pic16/device.h (typedef PIC16_device) modified fields for
5269         defining microcontrollers,
5270         * src/pic16/device.c: added new info for all devices in Pics16 array,
5271         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5272         to be optimised out by the pCode optimiser,
5273         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5274         specially, bug reported by G.M. Gallant,
5275         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5276         as force'd so that cannot be optimised out by pCode optimiser,
5277         * src/pic16/pcode.c,
5278         * src/pic16/pcodepeeph.c,
5279         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5280         they are disabled by default, but can be enabled explicit with
5281         command argument --denable-peeps, for testing,
5282         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5283         --pomit-ivt in COMPILE_FLAGS
5284
5285 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5286
5287         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5288           compilation on MSVC
5289
5290 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5291
5292         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5293
5294 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5295
5296         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5297         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5298
5299 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5300
5301         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5302         would only assign 0x300001 register.
5303
5304 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5305
5306         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5307         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5308
5309 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5310
5311         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5312         for ds80c400
5313         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5314         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5315         added peephole 254 (left shift), 255 (jump table)
5316
5317 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5318
5319         * device/lib/Makefile.in: removed comment line with model-pic16,
5320         * (target port-specific-objects-pic16): the libraries and objects
5321         are copied to the build directory form the device/lib/pic16/bin
5322         directory
5323
5324         Cumulative patch concerning pic16 port:
5325         * library directory has been re-organized,
5326         * added support for PIC18F1220,
5327         * added headers and library sources for chips 18f1220,18f6520,
5328         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5329
5330         * configuration registers setting has changed, now each supported
5331         device has a complete description of the registers it uses,
5332         * all initialisations are moved to idata sections, these section
5333         can be absolute or relocatable,
5334         * fixed initialisation of codespace variables,
5335         * fixed warning about PCLATU and gpsim,
5336         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5337         * (genAssign): use table reads when assigning from variables in codespace,
5338         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5339         char/int variables placed in codespace,
5340         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5341         registers set in .asm file, no need for --pomit-config-words anymore,
5342         * (pic16glue): some 8051 legacy segments are commented out
5343         (to be removed completely),
5344         * added support for alternative assembler and linker with --asm=
5345         and --link= command line arguments,
5346         * peepholes are disabled automatically in the port, no need to
5347         specify on command line,
5348         * port supports natively char/int/long multiplication, but converts
5349         all divisions to support functions,
5350         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5351         to the file set in variable $2,
5352         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5353         strings in ASCII format and not in hex,
5354         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5355         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5356         allocate proper register if iCodes aren't temporary,
5357
5358 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5359
5360         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5361
5362 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5363
5364         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5365         is commented out
5366
5367 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5368
5369         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5370         computed address is reused
5371         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5372         multi-byte bitfields
5373
5374 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5375
5376         * src/z80/gen.c: (genArrayInit): must check for pointers too
5377
5378 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5379
5380         * support/regression/tests/zeropad.c: never meant to commit the
5381           nestedstruct test: removed, added check for GCC version
5382
5383 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5384
5385         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5386         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5387         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5388           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5389           bugs 928906 and 954082 half-empty initializers
5390         * src/SDCCsymt.h,
5391         * src/SDCCsymt.c (getAllocSize): added for above fix
5392         * src/z80/gen.c (genArrayInit): fixed bug 741044
5393         * support/regression/tests/zeropad.c: added tests
5394
5395 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5396
5397         * src/pic16/device.c (pic16_dump_section): corrected bug which
5398         caused some symbols of the libraries to be misplaced
5399
5400 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5401
5402         * src/pic16/glue.c,
5403         * src/pic16/ralloc.h,
5404         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5405         to fix conflict with pic port
5406
5407 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5408
5409         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5410         externs configuration variables,
5411         * src/pic16/ralloc.h,
5412         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5413         prototype in header, commented out some debug messages
5414
5415 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5416
5417         * src/pic16/glue.c,
5418         * src/pic16/main.c,
5419         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5420         for gpasm COFF object generation. Thanks to D. Hawkins for
5421         his patch info
5422
5423 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5424
5425         * src/ds390/main.c,
5426         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5427         Brock for spotting this)
5428         * src/ds390/gen.c (genEndFunction),
5429         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5430         interrupt handler and critical. Disable push/pop optimizations when
5431         peephole optimizations disabled.
5432
5433 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5434
5435         Updated pic16 library sources and headers.
5436         * device/lib/pic16/pic18f*/ ,
5437         * device/include/pic16/*.h: modified to handle structured SFR
5438         definitions
5439
5440 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5441
5442         * src/port.h (PORT structure): added hook initPaths, now each
5443         port can declare its own default search paths,
5444         which can been seen with the --print-search-dirs option,
5445         see pic16 port for example,
5446         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5447         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5448         * (doPrintSearchDirs): NEW, replaces in a central manner the
5449         printing of search dirs which was split in set*Paths functions,
5450         * (main): added call to port->initPaths and doPrintSearchDirs,
5451         * src/avr/main.c,
5452         * src/ds390/main.c,
5453         * src/hc08/main.c,
5454         * src/izt/i186.c,
5455         * src/izt/tlcs900h.c,
5456         * src/mcs51/main.c,
5457         * src/pic/main.c,
5458         * src/pic16/main.c: modified port structures to reflect addition of
5459         initPaths hook,
5460
5461         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5462         * (pic16_dump_section): for registers in same address reserve memory once,
5463         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5464         to no_banksel,
5465         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5466         result is greater in size than right or left,
5467         * (pic16_genUMult8X8_8): there are some cases where the result can
5468         be 16 bits size, so handle these,
5469         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5470         * (pic16_outBitC): modified to emit pcodes,
5471         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5472         or not,
5473         * (genDivOneByte): implemented algorithm to divide 8-bits,
5474         * (genCmp): uncommented goto, but issues still exist,
5475         * (genAnd): fixed a bug with variables >8bits,
5476         * (genPackBits): optimization added that uses BCF/BSF to change a
5477         single bit,
5478         * (genAssign): fixed bug when assigning floating point literals,
5479         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5480         __sdcc_gsinit_startup label,
5481         * src/pic16/main.c (_pic16_init): removed search directory
5482         initialisations,
5483         * (_pic16_initPaths): NEW, used to initialise search directories,
5484         * (_hasNativeMulFor): support functions for all except char/int
5485         multiplication, and char division,
5486         * (PIC16_port struct): modified entry for native mul support,
5487         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5488         no_banksel option,
5489         * (buildCallTree): call to register_usage is ifdef'ed out,
5490
5491 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5492
5493         * device/include/string.h: applied Stas Sergeev's patch to make this
5494         header file compatible with the preprocessor -Wundef option
5495         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5496         failure (fixes bug #941458)
5497
5498 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5499
5500         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5501         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5502         that the variable, not the function, should be static
5503         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5504         to be consistent with non-literal case
5505
5506 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5507
5508         * src/SDCCast.c (isConformingBody): fixed bug #949967
5509         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5510         convilong): fixed bug #952086
5511
5512 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/SDCCmem.c (allocVariables): fixed bug #955321
5515
5516 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5517
5518         * src/hc08/main.c (_hc08_genAssemblerEnd),
5519         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5520         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5521         completely eliminated the use of a temporary file
5522         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5523         when more than one file linked
5524         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5525
5526 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5527
5528         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5529         which fixes bug #543481
5530         * support/regression/tests/bug-751703.c: fixed comments left from a
5531         cut and paste error
5532         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5533         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5534         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5535         scopes
5536         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5537         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5538         are now changed to underscores in moduleName
5539
5540 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5541
5542         * as/mcs51/lkmem.c: better fix for bug #954173
5543
5544 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5545         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5546
5547         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5548         * device/include/c8051f000.h,
5549         * device/include/c8051f120.h,
5550         * device/include/c8051f300.h,
5551         * device/include/c8051f310.h,
5552         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5553         PWM16) and detab'ed
5554
5555 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5556
5557         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5558         and mailing lists, doc'ed --no-peep-comments, removed reference
5559         to knoppix (newest version has no LyX/LaTeX), other minor changes
5560         * src/SDCCglue.c (glue): save 2 bytes stack space with
5561         option --main-return. The ljmp could probably be avoided too
5562
5563 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5564
5565         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5566
5567 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5568
5569         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5570         * src/SDCCopt.c (isLocalWithoutDef),
5571         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5572         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5573         (credit to Maarten Brock for patch #949363, on which this is based)
5574         * support/regression/tests/bug-751703.c: some test cases of extern used
5575         within inner scopes.
5576
5577 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5578
5579         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5580         SPEC_STRUCT
5581         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5582         struct definitions
5583         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5584         dwWriteLabel): fix to create valid debugger symbols even when
5585         the module name has non-alphanumeric symbols in it
5586         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5587         when a variable's allocation has been optimized away
5588
5589
5590 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5591
5592         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5593         * src/hc08/main.c,
5594         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5595         * src/mcs51/main.c,
5596         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5597         * src/ds390/main.c,
5598         * src/z80/gen.c (z80_emitDebuggerSymbol),
5599         * src/z80/main.c,
5600         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5601         * src/pic/main.c,
5602         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5603         * src/pic16/main.c,
5604         * src/avr/gen.c (avr_emitDebuggerSymbol),
5605         * src/avr/main.c,
5606         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5607         * src/xa51/main.c,
5608         * src/SDCCdebug.c (emitDebuggerSymbol),
5609         * src/SDCCdebug.h,
5610         * src/port.h: added a debugger struct to the port struct. Added a
5611         callback for defining debugger symbols
5612
5613         * src/SDCCast.c (createLabel),
5614         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5615         with isitmp = 1
5616         * src/SDCCicode.h,
5617         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5618         iCode back to the ast for the function
5619
5620         * src/hc08/ralloc.c (hc08_assignRegisters),
5621         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5622         unneeded fields from the regs struct.
5623         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5624         pushReg() & pullReg() functions instead of emitcode()
5625
5626         * src/hc08/gen.c (genLabel, genhc08Code),
5627         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5628
5629         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5630         debugger hooks
5631
5632         * src/hc08/gen.c (genEndFunction, genhc08Code),
5633         * src/hc08/gen.h,
5634         * src/mcs51/gen.c (genEndFunction, gen51Code),
5635         * src/mcs51/gen.h,
5636         * src/ds390/gen.c (genEndFunction, gen390Code),
5637         * src/ds390/gen.h,
5638         * src/z80/gen.c (genEndFunction, genZ80Code),
5639         * src/z80/gen.h,
5640         * src/z80/z80.h,
5641         * src/pic/gen.c (genEndFunction, genpic14Code),
5642         * src/pic/gen.h,
5643         * src/pic16/gen.c (genEndFunction, genpic16Code),
5644         * src/pic16/gen.h,
5645         * src/avr/gen.c (genEndFunction, genAVRCode),
5646         * src/avr/gen.h,
5647         * src/xa51/gen.c (genEndFunction, genXA51Code),
5648         * src/xa51/gen.h,
5649         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5650         specific code to cdbFile.c and out of the backend code generators
5651
5652         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5653         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5654         starting address is now 0
5655
5656         * as/hc08/asm.h,
5657         * as/hc08/m08pst.c,
5658         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5659         assembler directive for DWARF support
5660         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5661
5662         * src/src.dsp,
5663         * src/Makefile.in,
5664         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5665
5666 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5667
5668         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5669         and inappropriate peephole optimization in jump tables
5670
5671 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5672
5673         * as/hc08/m08pst.c,
5674         * src/SDCCglue.c: sdccopt works for the hc08 port now
5675
5676 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5677
5678         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5679
5680 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5681
5682         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5683
5684 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5685
5686         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5687         rules
5688         * src/SDCCmain.c,
5689         * src/SDCCglobl.h,
5690         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5691         comments from the peephole optimizer replacement rules
5692         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5693         symbols
5694         * src/SDCCcse.c (updateSpillLocation),
5695         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5696         equivalents
5697         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5698         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5699         objects far pointers
5700
5701 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5702
5703         * src/SDCCsymt.h: a missing part of my last change
5704         * src/pic/ralloc.c (regTypeNum),
5705         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5706
5707 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5708
5709         * src/SDCCicode.h,
5710         * src/SDCCicode.c (aggrToPtrDclType),
5711         * src/SDCCptropt.h,
5712         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5713         ptrPseudoSymConvert),
5714         * src/pic/ralloc.c (regTypeNum),
5715         * src/pic16/ralloc.c (regTypeNum),
5716         * src/hc08/ralloc.c (regTypeNum),
5717         * src/ds390/ralloc.c (regTypeNum),
5718         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5719         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5720
5721 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5722
5723         * link/z80/lkmain.c (afile),
5724         * as/hc08/lkmain.c (afile),
5725         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5726         prevent a pointer problem when a filename has no directory and
5727         no extension specified.
5728
5729 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5730
5731         * link/z80/lkmain.c (afile): allow periods in directory names
5732         * link/z80/lkmain.c (afile),
5733         * as/mcs51/lkmain.c (afile),
5734         * as/hc08/lkmain.c (afile): allow linker script file to have an
5735         extension other than ".lnk"
5736         * link/z80/lklex.c (getfid),
5737         * link/z80/lkmain.c (parse),
5738         * as/mcs51/lklex.c (getfid),
5739         * as/mcs51/lkmain.c (parse),
5740         * as/hc08/lklex.c (getfid),
5741         * as/hc08/lkmain.c (parse): Support comments in the linker script
5742         file on lines by themselves and after filenames
5743
5744 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5745
5746         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5747
5748 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5749
5750         * src/z80/peeph-z80.def: removed some peephole rules that don't
5751         work with multibyte arithmetic (fixed bug #937126)
5752         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5753         to registers and not global variables
5754         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5755         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5756         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5757         checking for assignments not internally generated (fixed bug #931895)
5758         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5759         structure member (fixed bug #930072)
5760
5761 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5762
5763         * src/SDCCmain.c (linkEdit),
5764         * src/hc08/main.c (_hc08_parseOptions),
5765         * as/hc08/Makefile.in,
5766         * as/hc08/aslink.h,
5767         * as/hc08/asm.h,
5768         * as/hc08/m08pst.c,
5769         * as/hc08/lkrloc.c (relr, rele),
5770         * as/hc08/lkarea.c (lnkarea)
5771         * as/hc08/lkmain.c (afile, parse),
5772         * as/hc08/lkelf.c: support for ELF output
5773         * as/hc08/lks19.c (s19),
5774         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5775
5776 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5777
5778         * as/mcs51/lkihx.c: Fixed bug #899105.
5779
5780 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5781
5782         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5783         .dsp files from Unix to DOS.
5784
5785 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5786
5787         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5788         function pointers; we have been compliant for several months now.
5789         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5790         change that was accidently commented out
5791         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5792         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5793         bug #922319
5794
5795 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5796
5797         * src/hc08/gen.c: output of all of the internal debugging information
5798         is now controlled by the D() macro; it is disabled by default
5799
5800 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5801
5802         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5803         harder to keep the same registers during a CAST iCode
5804         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5805         long via int can be done in a single cast, if the signedness is
5806         correct.
5807         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5808         putchar() in tinibios.c in ds390's library
5809
5810 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5811
5812         * src/SDCCast.c (decorateType): fixed bug #898889,
5813         cast result of a literal complement too
5814         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5815         fixed check for bitfields
5816
5817 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5818
5819         * src/SDCCicode.c (geniCodeLogic): made it static,
5820         (geniCodeLogicAndOr): added in order to fix bug #905492,
5821         (ast2iCode): fixed bug #905492
5822         * support/regression/tests/bug-905492.c: added
5823         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5824         (processParms): fixed bug #927659: don't copy parms, this will clear
5825         decorated flag
5826         * support/regression/tests/bug-927659.c: added
5827
5828 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         * src/SDCCast.c (addCast): don't cast float to char
5831         * device/lib/libsdcc.lib: added _memmove
5832
5833 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5834
5835         * device/lib/large/Makefile: fixed parallel execution by
5836         replacing `make` by `$(MAKE)`
5837
5838 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5839
5840         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5841         offsets (fixes bug #923936)
5842
5843 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5844
5845         * device/lib/small/Makefile: fixed parallel execution by
5846         replacing `make` by `$(MAKE)`
5847
5848 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5849
5850         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5851
5852 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5853
5854         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5855         * src/regression/Makefile: Regression test was not running.
5856
5857 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5858
5859         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5860         complement if possible
5861         * src/SDCCval.c (valComplement),
5862         * src/SDCCicode.c (operandOperation): fixed complement of literal
5863         * support/regression/tests/onebyte.c (testComplement): added
5864
5865 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5866
5867         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5868         return an optimized tree; actually replace actParm with the new tree
5869         * src/SDCCast.h: added some parantheses to remove side effects
5870         * support/regression/tests/bug-920866.c
5871
5872 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5873         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5874         Bit operands were not being handled properly in the pic14 port.
5875         (now src/regression/add.c passes again).
5876
5877 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5878
5879         * src/SDCC.y (labeled_statement): case and default no longer require
5880         a following statement (RFE #893037)
5881
5882 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5883
5884         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5885         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5886         disabled (fixes bug #916294)
5887         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5888         "mov a,acc"; patch provided by Lenny Story
5889         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5890
5891 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5892
5893         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5894         functions
5895         * src/ds390/gen.c (genFunction, genEndFunction),
5896         * src/ds390/ralloc.c (ds390_assignRegisters),
5897         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5898         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5899         pushed if there are parameters passed on the stack. Also, a cleaner
5900         way to decide if r0/r1 should be pushed/popped. (Together they fix
5901         bug #918693)
5902
5903 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5904
5905         * doc/sdccman.lyx,
5906         * device/lib/mcs51/crtpagesfr.asm,
5907         * device/lib/mcs51/crtxinit.asm,
5908         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5909         to avoid confusion with Si Lab's SFRPAGE register.
5910
5911 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5912
5913         * src/SDCCglue.c (emitMaps): allow public sfr variables
5914         * src/SDCCglue.c (initialComments): include compiler build date
5915         with compiler version and put the timestamp of the generated
5916         assembly file on a serperate line to be less confusing.
5917         * src/port.h: added genInitStartup hook
5918         * src/avr/main.c,
5919         * src/ds390/main.c,
5920         * src/hc08/main.c,
5921         * src/pic/main.c,
5922         * src/pic16/main.c,
5923         * src/xa51/main.c,
5924         * src/z80/main.c: genInitStartup initialize as NULL (default to
5925         historical behaviour)
5926         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5927         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5928         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5929         library instead of hard coding it into the compiler.
5930         * support/regression/ports/mcs51-stack-auto/spec.mk,
5931         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5932         * device/lib/mcs51/Makefile,
5933         * device/lib/small/Makefile,
5934         * device/lib/large/Makefile,
5935         * device/lib/mcs51/crtpagesfr.asm,
5936         * device/lib/mcs51/crtstart.asm,
5937         * device/lib/mcs51/crtxclear.asm,
5938         * device/lib/mcs51/crtxinit.asm,
5939         * device/lib/mcs51/crtclear.asm,
5940         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5941         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5942         and into user configurable files.
5943         * device/lib/clean.mk: clean mcs51 directory too
5944         * support/regression/tests/longlit.c: added static to T1 declaration
5945         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5946         accesses in the initialization code
5947
5948 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5949
5950         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5951         OSCTRIMVAL as noted in bug #916008
5952
5953 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5954
5955         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5956         in loops with multiple exits (reported as incorrect registers
5957         used by Martin Helmling in Sdcc-user list)
5958
5959 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5960
5961         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5962         made ds390 register extensions look less like error messages
5963
5964 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5965
5966         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5967         reported by Adam Wozniak in Sdcc-user list
5968
5969 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5970
5971         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5972         arithmetic optimizations, added debug output
5973
5974 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5975
5976         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5977         * sdcc.spec: updated and split sdcc into 3 rpms
5978         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5979         needed for literals of LEFT_OP and '+'
5980         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5981         introduced RESULT_TYPE_NOPROM
5982         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5983         left shift
5984         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5985         limited promotion to int only for '*'
5986         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5987
5988 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5989
5990         * src/pic16/gen.c (genSkip),
5991         (genc16bit2lit), (gencjneshort): commented out
5992         (is_LitOp): new helper function, checks operand type
5993         (genCmpEq): rewritten
5994
5995 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5996
5997         * support/regression/tests/bug-908454.c: added
5998
5999 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6000
6001         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6002         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6003         (geniCodeCast): cosmetic, don't preserve bit storage class
6004         (geniCodeLeftShift): added promotion
6005         (geniCodeLogic): fixed regression
6006         * src/SDCCsymt.c (computeTypeOr): accept bits too
6007         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6008
6009 2004-03-07  Borut Razem <borut.razem AT siol.net>
6010
6011         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6012
6013 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6014
6015         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6016         version of pic16_genPackRegisters which does not check if ic is a
6017         CAST operator,
6018         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6019         function cause string1.c regression test fails
6020
6021 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6022
6023         * sim/ucsim/configure.in,
6024         * sim/ucsim/configure,
6025         * sim/ucsim/doc/Makefile.in: use docdir
6026         * src/SDCC.y: fixed sbit atrributes
6027         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6028         * src/SDCCast.c (decorateType): |^& need special promotion handling
6029         * src/SDCCast.h,
6030         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6031         * src/SDCCsymt.h (computeType),
6032         * src/SDCCicode.c: computeType() needs op
6033         * src/SDCCsymt.c (checkTypeSanity),
6034         * doc/sddman.lyx: "plain" bitfields are unsigned
6035         * src/SDCCsymt.c (computeTypeOr): added
6036         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6037         |^& ops
6038         * src/SDCCval.c (val*): computeType() needs op
6039         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6040         * support/regression/tests/onebyte.c: added tests for |^&
6041
6042 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6043
6044         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6045         for writing icode into asm output.
6046
6047 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6048
6049         * src/pic16/device.c: added some debug lines enabled
6050         with macro DEBUG_CHECK,
6051         * src/pic16/genarith.c: more debug in genPlus,
6052         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6053         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6054         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6055         * (aopForSym): onStack symbols are re-placed in data memspace,
6056         and onStack flag is cleared,
6057         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6058         copy temporary pcodeop,
6059         * (genPcall): added warning for not updating PCLATU,
6060         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6061         always true for pic16 port,
6062         * (genMultOneWord): NEW, supports integer multiplication,
6063         * (genMult): modified to call genMultOneWord,
6064         * (ifxForOp): added warning when return NULL,
6065         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6066         flag is set before call to operandFromSymbol for implicit
6067         added structures,
6068         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6069         options.intlong_rent are set by default,
6070         * (_hasNativeMulFor): modified to allow port generation of integer
6071         multiplication,
6072         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6073         set regtype to REG_SFR for all registers, restricting seting the
6074         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6075
6076 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6077
6078         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6079         more than 500 times in the regression tests
6080
6081 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6082
6083         * support/Util/SDCCerr.h,
6084         * support/Util/SDCCerr.c,
6085         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6086         enumerator_list),
6087         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6088         for symbol conflicts.
6089         * support/valdiags/tests/enum.c,
6090         * support/valdiags/tests/tentdecl.c,
6091         * support/valdiags/tests/struct.c: expect possible error messages
6092         referring to original symbol definitions.
6093         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6094         * src/SDCCsymt.h,
6095         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6096
6097 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6098
6099         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6100
6101 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6102
6103         * src/pic16/ralloc.c (newReg): fixed bug #908929
6104
6105 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6106
6107         * src/ds390/gen.c: added missing #include "main.h"
6108
6109 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6110
6111         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6112         checking if symbol is already in set,
6113         * src/pic16/device.h: prototype for checkAddSym,
6114         * src/pic16/gen.c: (_G): added entry interruptvector,
6115         * (assignResultValue): removed some commented out lines,
6116         * (genFunction): check for ISR via sym->type, absolute section for
6117         interrupt code is created via a new pBlock, the goto instruction is
6118         placed now correctly at the interrupt vector position, changed all
6119         references from ivec to _G.interruptvector,
6120         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6121         is the interrupt is a high priority one, same for return from ISR,
6122         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6123         externs to calls of checkAddSym,
6124         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6125         pic16_pcode_verbose flag is set,
6126         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6127         * src/pic16/pcoderegs.c: message about how many registers are saved
6128         will only be emitted if pic16_pcode_verbose flag is set,
6129
6130 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6131
6132         * src/ds390/ralloc.h,
6133         * src/ds390/ralloc.c (ds390_regWithIdx),
6134         * src/ds390/gen.c (emitcode),
6135         * src/ds390/main.h,
6136         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6137         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6138         ds390operandCompare, getRegsRead, getRegsWritten,
6139         initializeAsmLineNode): customized instruction size calculation for
6140         ds390, started basis for some register optimizations
6141         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6142         corresponding assembly output
6143         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6144         missing push/pop of r0/r1. Optimized push/pops
6145
6146 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6147
6148         * src/mcs51/main.c (instructionSize): fixed ACALL size
6149         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6150
6151 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6152
6153         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6154         the sorting of rlist with NULL elements
6155         * (print_idataType, print_idata): NEW to create idata sections
6156         * src/pic16/device.h: idataSymSet new variable
6157         * src/pic16/gen.c (genFunction): fixed some bugs in string
6158         comparing, improved the absolute section creation for ISRs,
6159         added FSR0L/FSR0H in registers that are saved in an ISR,
6160         * (genInline): fixed the processing of inline snippets,
6161         now they undergo no process by the peephole optimizer
6162         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6163         are placed in idataSymSet,
6164         * (pic16emitStaticSeg): extern symbols are added in externs,
6165         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6166         switching when aboslute variables are placed in access bank memory
6167         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6168         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6169         commented out with #if,
6170         * (pic16_packRegisters): reintroduce the check for CAST because some
6171         symbols are not correctly handled,
6172         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6173         pCodeInstruction instead of pCode,
6174         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6175         pCodeAsmDir definition,
6176         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6177         directive, then the argument directive is emitted without the leading
6178         tab, hack for inline labels which must be in the first column,
6179         * (compareLabel,pic16_findNextInstruction),
6180         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6181         * (insertBankSwitch): modified for the new pCodeAsmDir,
6182
6183 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6184         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6185
6186         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6187         instance,
6188         * (pushSide): commented out with #if,
6189         * (assignResultValue): fixed some typos in saving
6190         registers,
6191         * (genPcall): FIXED and sync'ed with genCall,
6192         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6193         * (genNearPointerGet): fixed to handle some more cases,
6194         implementation scheme via table reads,
6195         * (genConstPointerGet): modified to access code memory correct,
6196         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6197         and improved to handle some cases
6198         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6199         instead of "RETLW" for init data
6200         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6201         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6202         variables are placed in access bank memory (<0x80 and >=0xf80),
6203         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6204         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6205         TBLWT_POSTDEC,TBLWT_PREINC
6206         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6207         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6208         directives
6209         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6210         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6211         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6212         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6213
6214 2004-02-29  Borut Razem <borut.razem AT siol.net>
6215
6216         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6217         support/Util/findme.h, support/Util/system.h: enhance binary relative
6218         search for lib and include by using findProgramPath()
6219
6220 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6221
6222         * src/SDCCpeeph.h,
6223         * src/SDCCpeeph.c (pcDistance),
6224         * src/port.h,
6225         * src/mcs51/ralloc.h,
6226         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6227         * src/mcs51/main.h,
6228         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6229         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6230         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6231         size calculation port specific, started basis for some register
6232         optimizations
6233         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6234         missing push/pop of r0/r1. Optimized push/pops
6235         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6236         * device/lib/_modsint.c (_modsint),
6237         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6238         and stack version so regression tests pass
6239
6240 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6241
6242         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6243         * src/SDCCast.c (decorateType): catch another small optimization
6244         with '?' operator
6245         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6246         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6247         modified to finally use computeType() all over SDCC,
6248         see Feature Request #877103
6249         * src/SDCCval.h: cosmetic
6250         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6251         valCompare(); regression tested in muldiv.c
6252         * support/regression/tests/muldiv.c (testMod): mod sign follows
6253         dividend only
6254
6255 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6256
6257         * src/SDCCast.c (decorateType): fixed bug #902362
6258         * doc/INSTALL.txt: fixed install instructions for win32
6259
6260 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6261
6262         * device/include/Makefile.in (install): fixed by replacing spaces
6263         by tabs
6264         * doc/README.txt,
6265         * doc/INSTALL.txt: updated for release
6266         * doc/sdccman.lyx: added warning for --xstack being buggy
6267
6268 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6269
6270         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6271         to eliminate build warnings.
6272         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6273
6274 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6275            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6276
6277         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6278         removed -penable-stack, added comment for stack pragma, added
6279         warning for not initializing the stack/frame registers, removed
6280         comment at interrupts section
6281
6282         Stack is made permanent, there is no ability to disable stack usage.
6283         * src/pic16/device.h,
6284         * src/pic16/device.c: removed all references to USE_STACK macro,
6285         * src/pic16/device.c (pic16_dump_section): when no elements in
6286         rlist, free rlist before return,
6287         * (pic16_dump_int_registers): NEW, internal registers are a new set
6288         of general purpose registers reused by each function,
6289         * (checkAddReg): returns 1 if registers is added to set,
6290         * (pic16_groupRegistersInSection): when a registers is of type
6291         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6292         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6293         SRCASECMP macro is moved here from device.c
6294         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6295         PO_PCLATU, PO_PRODL, PO_PRODH,
6296         * (pic16_pCodeOpType, genMinus,
6297         changed compares to "a" register, with AOP_ACC,
6298         * (pic16_genPlus): fixed some bugs and indented properly,
6299         * (pic16_addSign): changed size to size+offset in the MOVWF
6300         instruction,
6301         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6302         multiply 8-bit operand by literal, result is 8-bit,
6303         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6304         multiply 2 8-bit operand, result is 8-bit,
6305         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6306         genUMult8X*_16,
6307         * src/pic16/gen.c: changed accUse to contain WREG only,
6308         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6309         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6310         true, do not use immediate addressing any more unless sym is a
6311         pointer in codespace,
6312         * (aopForRemat): do not use immediate addressing when symbol not in
6313         codespace and when symbol's address is requested,
6314         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6315         accUse size (= 1),
6316         * (aopGet): added case for AOP_ACC and don't return "accumulator
6317         bug" but WREG instead,
6318         * (popGetTempReg): pushes contents of temporary register in stack,
6319         * (popReleaseTempReg): pops contents of temporary register from
6320         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6321         * (pic16_popGet): separated case AOP_ACC to return register WREG
6322         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6323         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6324         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6325         the use of immediate pointers to certain cases only.
6326
6327         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6328         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6329         * (assignResultValue, genCall, genRet): modified to use the new
6330         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6331         genPcall is still broken,
6332         * (genFunction): added code to create 'A' type pBlocks when
6333         interrupt functions are generated, code not extensively tested yet,
6334         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6335         * (genEndFunction): modified so ISRs pop stored registers from stack,
6336         * (genMultOneByte): cleanup,
6337         * (AccRsh): added flag andmask, to and result with appropriate mask,
6338         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6339         * (genDataPointerGet): fixed and reenabled its use,
6340         * (genNearDataPointerGet): bugs fixed,
6341         * (genDataPointerSet): bugs fixed,
6342         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6343         pic16_DumpSymbol, pic16_DumpOp,
6344         * src/pic16/genutils.h: function prototypes for the above functions,
6345         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6346         pointers,
6347         * (pic16emitRegularMap): many many many improvements, but needs a
6348         major cleanup,
6349         * src/pic16/main.c: enable_stack in pic16_options is removed,
6350         * (_pic16_parseOptions): removed command line options -penable-stack,
6351         * (_process_pragma): emit stack symbol only when stack pragma is
6352         processed,
6353         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6354         redirected to FSR0L/FSR0H pair,
6355         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6356         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6357         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6358         for immediates,
6359         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6360         * (dumpPicOptype): NEW,
6361         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6362         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6363         with movff instruction,
6364         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6365         added pic16_int_regs, some packRegsFor* functions are commented out,
6366         because produce errors,
6367         * src/pic16/NOTES: minor modifications
6368
6369 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6370
6371         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6372         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6373         --pack-iram.
6374         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6375         * as/mcs51/lkaomf51.c: fixed bug #895763
6376
6377 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6378
6379         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6380
6381 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * doc/sdccman.lyx: added details about the HC08 storage classes and
6384         interrupts, fixed the register usage info for z80 & gbz80
6385
6386 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6387
6388         * doc/sdccman.lyx: added more pic16 port documentation
6389         * device/include/pic16/: added header pic18fregs.h
6390
6391 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6392
6393         * doc/sdccman.lyx: added Vangelis' contribution
6394
6395 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6398         extend to the next CALL or PCALL, not just to the next CALL.
6399
6400 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6401
6402         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6403
6404 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6405
6406         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6407         bug #895752 and a better fix for bug #716790
6408
6409 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6410
6411         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6412
6413 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6414
6415         * doc/sdccman.lyx: minor changes, minor changed
6416
6417 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6418
6419         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6420         which can't handle SDCC_NEWONEBYTEOPS,
6421         (geniCodeMultiply): removed conversion from mult to shift for pic14
6422         and pic16
6423
6424 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6425
6426         * src/hc08/gen.h,
6427         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6428         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6429         thus fixing bug #895406
6430
6431 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6432
6433         * device/lib/_modsint.c,
6434         * device/lib/_modslong.c: sign follows divisor only
6435         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6436         signs or signedness can be ignored
6437         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6438         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6439         added optimization for IFX,
6440         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6441         arguments;
6442         reenabled optimization for IFX, which was removed on 2004-01-11
6443         * src/SDCCast.h: added return type IFX
6444         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6445         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6446         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6447         SDCC_OLDONEBYTEOPS selects the old behaviour
6448         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6449         changed again and commented promotion rule
6450         * src/SDCCval.c (valDiv): promotion no longer necessary
6451         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6452         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6453         rewritten
6454         * support/regression/tests/onebyte.c: added
6455
6456 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6457
6458         * gen.c (genInline): reverted to old code for assemnling inline
6459         code because of bug reported James Chadd
6460
6461 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6462
6463         * ralloc.h: missing declarations from previous patch,
6464         seems that patch for ralloc.h was never applied, fixed
6465
6466 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6467            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6468
6469         * pcode.c,
6470         * pcode.h,
6471         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6472         indirect addressing. Marked FSR0 as deprecated
6473         * gen.c (pointerCode): commented out, not needed now
6474         (pic16_popGet2p): new MOVFF helper function
6475         (genGenPointerGet),
6476         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6477         (shiftRLong): removed duplicate debugging info
6478
6479 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/ds390/gen.c (genNearPointerGet),
6482         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6483         optimization with bits, but not bitfields.
6484         * src/ds390/ralloc.c (packRegisters),
6485         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6486
6487 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6488
6489         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6490
6491 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         * src/SDCCsymt.h,
6494         * src/SDCCicode.c (operandFromSymbol),
6495         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6496         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6497         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6498         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6499         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6500         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6501         bug #892038
6502         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6503         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6504         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6505         * src/SDCCsymt.c (newSymbol),
6506         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6507         enumerator_list),
6508         * src/SDCCval.h,
6509         * src/SDCCval.c (newiList): fixed bug #885705
6510
6511 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6512
6513         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6514         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6515
6516 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6517
6518         * device/include/c8051f120.h,
6519         * device/include/c8051f300.h,
6520         * device/include/c8051f310.h: added/updated header files for Silicon
6521         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6522         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6523         in new section Submitting patches
6524
6525 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6526
6527         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6528         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6529         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6530         genGenPointerSet),
6531         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6532         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6533         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6534         genGenPointerSet),
6535         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6536         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6537         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6538         genGenPointerSet),
6539         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6540         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6541         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6542         genGenPointerSet): fixed bug #892400
6543         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6544         to eliminate build warnings.
6545         * src/SDCCast.c (processParms),
6546         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6547         fixed bug 751859
6548         * support/valdiag/valdiag.py: added GCC to the list of defines active
6549         when compiling with gcc
6550
6551 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6552
6553         * support/Util/SDCCerr.h,
6554         * support/Util/SDCCerr.c,
6555         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6556         with an incomplete type (fixed bug #883734)
6557         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6558
6559 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6562
6563 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6564
6565         * src/SDCCast.c (decorateType),
6566         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6567         function pointer implementation
6568         * support/regression/tests/funptrs.c: added tests to verify both forms
6569         of function pointers work correctly. Added tests to verify parameters
6570         are passed in the correct order.
6571
6572 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6573
6574         * device.c (regCompare): registers are sorted by ascending
6575         address and increasing size,
6576         * main.c (_pic16_finaliseOptions): removed the declaration
6577         of compiler macro MCU. Now a macro of the format pic18fxxxx
6578         will be defined from the command line
6579
6580 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6581             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6582
6583         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6584         PCOP_RLCF was overwritten!
6585         * gen.c (genSkip): commented out calls to pic16_emitcode,
6586         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6587         * (genlshTwo),
6588         * (genRRC): added debugging info,
6589         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6590         overwritten while shifting,
6591         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6592         overwritten while shifting,
6593         * (AccLsh),
6594         * (AccRsh),
6595         * (shiftLLeftOrResult),
6596         * (shiftRLeftOrResult),
6597         * (shiftRLong),
6598         * (shiftLLong): Implemented with pic16_emitpcode
6599         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6600         * (genLeftShift): Fixed bug, operand for shift by variable always
6601         was "and"ed with 0x0f,
6602         * (genLeftShiftLiteral),
6603         * (genrshTwo),
6604         * (genRightShiftLiteral): added debugging info,
6605         * (genrshFour): added comment,
6606         * (genRightShift): determined signedness from operand "left"
6607         instead of "result"
6608
6609 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         * src/SDCCicode.c (geniCodeParms),
6612         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6613         function pointers, fixed function pointer bugs #861242 and #861896
6614
6615 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6616
6617         * device/include/c8051f000.h,
6618         * device/include/c8051f120.h,
6619         * device/include/c8051f300.h: added header files for Silicon
6620         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6621
6622 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6623
6624         * src/SDCCast.c (processParams): added new type flow and restructured
6625         (gatherAutoInit): added new type flow
6626         (addCast): cosmetic changes
6627         (getLeftResultType): added new type flow for array indices, patch
6628         provided by Stas, see FR #877103
6629         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6630         array index patch by Stas
6631         * src/SDCCast.h: added prototype getResultTypeFromType()
6632         * src/SDCCval.h,
6633         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6634         * src/pic/glue.c (pic14emitStaticSeg),
6635         * src/pic16/glue.c (pic16emitStaticSeg),
6636         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6637         for initialization of symbols
6638         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6639         * support/Util/SDCCerr.h:
6640         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6641         * .version: bumped version number to 2.3.8
6642         * device/include/Makefile.in (install),
6643         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6644         avoid warnings
6645
6646 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6647
6648         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6649         Slade Rich fixed an optimization bug
6650         * src/pic/pcodepeep.c,
6651         * src/pic/pcoderegs.c
6652         * doc/Makefile (install): added test for directory
6653
6654 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6657         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6658         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6659         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6660         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6661         * as/mcs51/asexpr.c (term),
6662         * as/hc08/asexpr.c (term): fixed bug #887146
6663
6664 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6665
6666         * src/z80/gen.c (genMult): handle single byte result product
6667         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6668         DUMMY_READ_VOLATILE (fixed bug #886367)
6669
6670 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         * support/regression/tests/libmullong.c: fixed logic, on little endian
6673         hosts we ended without a mullong_wrapper()
6674
6675 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6676
6677         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6678         virus/worm forged address usage.
6679
6680 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6681
6682         Fixed promotion, it should be done on AST level:
6683         * src/SDCCast.c (addCast): added promotion to int
6684         (decorateType): updated call to upCast()
6685         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6686         usualUnaryConversions()
6687
6688 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6689
6690         * support/regression/tests/literalop.c (mulWrapper): Added a
6691         wrapper to remove integer overflow warnings.
6692
6693         * support/regression/tests/float_trans.c: Made work on host.
6694
6695         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6696         location of sz80.
6697
6698         * support/regression/generate-cases.py (main): Changed from inline
6699         to a main method.
6700
6701         * doc/Makefile (install): Changed to depth first to get rid of
6702         missing directory install warning.
6703
6704         * as/Makefile (install-doc): Made work on Mac.
6705
6706 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6707
6708         * src/SDCCast.c: added an additional type flow in decorateType() of
6709         opposite direction, see feature request #860006; it's enabled at runtime
6710         by setting the environment variable SDCC_NEWTYPEFLOW
6711         * src/SDCCast.h: changed prototype of decorateType()
6712         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6713         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6714         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6715         see feature request #877103
6716         * src/SDCCval.c: updated call of decorateType()
6717         (valBitwise): fixed bug #882876
6718         (valMinus): added promotion
6719         (valLogicAndOr): result is unsigned
6720         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6721         * src/SDCCsymt.c (computeType),
6722         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6723         must not cause an unsigned operation
6724         * src/pic/glue (pic14emitRegularMap),
6725         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6726
6727 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6728
6729         * src/pic/pcode.c (PCodeID): commented out left over debug code
6730
6731 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6732
6733         * support/valdiag/tests/overflow.c: added shift tests
6734         * src/pic/device.c,
6735         * src/pic/gen.c,
6736         * src/pic/gen.h,
6737         * src/pic/glue.c,
6738         * src/pic/main.c,
6739         * src/pic/pcode.c,
6740         * src/pic/pcode.h,
6741         * src/pic/pcodepeep.c,
6742         * src/pic/pcoderegs.c,
6743         * src/pic/ralloc.c,
6744         * src/pic/ralloc.h: applied patch from Slade Rich;
6745         added support for multiple code pages and multiple RAM banks on the
6746         PIC 14 port. The ASM files now no longer simply assume all the
6747         code / RAM are in the same page / bank. This means the linker can
6748         safely allocate code/RAM of separate ASM files to different pages/banks.
6749         * doc/sdccman.lyx: added Slade's tips
6750         * src/mcs51/peeph.def: fixed bug #880768
6751
6752 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6753
6754         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6755         * src/SDCCast.c (decorateType): fixed bug #880197
6756
6757 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6758
6759         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6760         getopt.h.
6761
6762         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6763         strtof is not part of C89 and isn't included with Mac OS X.
6764
6765 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6766
6767         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6768         shiftL2Left2Result): fixed bug #879326
6769         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6770         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6771         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6772         address fetch for clr instruction
6773         * device/lib/hc08/_mulint.c: created optimized assembly version
6774         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6775
6776 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6777
6778         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6779         proposed in FR #877103
6780
6781 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6782
6783         * src/SDCCval.c (cheapestVal): added missing checks
6784         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6785         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6786
6787 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6788
6789         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6790         equal operands
6791
6792 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6793
6794         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6795         loaded with the linker search paths (-L arguments) and the libraries
6796         to be linked with the current source (-l arguments). Changes
6797         currently will affect only the pic16 port.
6798         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6799         include path the port specific paths and port specific libraries,
6800         * gplink command now contains the $3 argument,
6801         * src/pic16/device.h,
6802         * src/pic16/device.c,: structure PIC_device is made public and
6803         renamed to PIC16_device, the same for variable Pics which is renamed
6804         to Pics16. Updated all references to them.
6805         * src/pic16/glue.c (pic16glue): corrected bug with code
6806         initialization which bypassed the variable initializations block.
6807
6808         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6809         COMPILE_FLAGS and added the --nostdinc option
6810
6811 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * device/include/mc68hc908jb8.h: Register defs for another member
6814         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6815
6816 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6817
6818         Documenting changes from previous commits.
6819         * configure.in (version 1.56),
6820         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6821         when generating output files to configure the pic16 library,
6822         but now I've commented it out, since gputils aren't installed in the
6823         SF compile farm, so library won't compile
6824
6825         * device/lib/Makefile.in (version 1.56): initially I've added in
6826         target 'all' the prerequestive 'model-pic16' so it compiled the
6827         pic16 library, but now I've commented it out for the same reasons
6828         above,
6829         * added targets 'model-pic16' and 'objects-pic16' to compile the
6830         library
6831         * added target 'port-specific-objects-pic16' to handle the
6832         generated libraries and copy them into the build/ directory
6833         * added target 'clean-intermediate-pic16' to clean intermediate
6834         files into pic16 directory
6835         * in target 'installdirs' added line to create directory pic16 in
6836         the installation path
6837
6838         * device/include/Makefile.in (version 1.11): in target 'install'
6839         added lines to copy all header files to installation path,
6840         * in target 'installdirs' added line create directory for pic16
6841         headers in the installation path
6842
6843 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6844
6845         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6846          a function call
6847
6848 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6849
6850         * configure,
6851         * device/lib/configure.in,
6852         * device/lib/configure: fixed for autoconf 2.57
6853
6854 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6855
6856         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6857         option so that it actually works. Made it specific to the z80, since
6858         the gbz80 doesn't have these kinds of I/O ports.
6859
6860 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * device/include/z180.h,
6863         * device/lib/_memcpy.c,
6864         * device/lib/_memmove.c,
6865         * device/lib/_mulint.c,
6866         * device/lib/ser_ir.c,
6867         * device/lib/ser_ir_cts_rts.c,
6868         * device/lib/_strcmp.c,
6869         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6870         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6871         portmode; added deprecation warning for bank= and protmode= forms.
6872         Also, guard against buffer overflow.
6873         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6874
6875 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6876
6877         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6878         changed interrupt vector table generation to only emit declared vectors.
6879         * device/include/Makefile.in: added missing backslash
6880         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6881
6882 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6883
6884         Mainly changes to support compilation of the device libraries
6885         * src/pic16/device.c: stack is allocated via symbol and not
6886         via literal number. The symbol is placed in the corresponding
6887         position of the data ram
6888         * (pic16_dump_section): relocatable and absolute uninitialized
6889         data are now emitted in sorted order to reduce section naming,
6890         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6891         weren't marked as being in the access bank,
6892
6893 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6894
6895         Added portion of GNU PIC Library under the directory
6896         device/include/pic16 and device/lib/pic16. These files
6897         contain the declarations of SFRs for the PIC18Fxx2 devices.
6898         The directory is initialized via configure from toplevel.
6899
6900 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6901
6902         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6903         the spilllocations to be compared correctly
6904
6905 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6906
6907         * src/SDCCast.c (decorateType): fixed bug introduced today
6908
6909 2004-01-12  Borut Razem <borut.razem AT siol.net>
6910
6911         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6912         doc/sdccman.lyx: upper case pragmas are deprecated
6913
6914 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6915
6916         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6917         in simpler and even better code
6918
6919 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6920
6921         * src/SDCCicode.c (operandOperation): fixed bug #874819
6922         * src/SDCCast.c (decorateType): fixed
6923         char foo (unsigned long ul) { return ul > 0; }
6924
6925 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6926
6927         * doc/sdccman.lyx: Moved and added some sections, small changes
6928         all over. Telling LaTeX to be less strict with word spacing
6929         to better keep the right margin. Changed some notes about
6930         maintainance of the ports in section 3.2.1 - is it OK like this?
6931
6932 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6933
6934         SDCC source changes:
6935         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6936         convilong): modified to inform the pic16 port that builtin functions
6937         are external
6938
6939         PIC16 PORT specific changes:
6940         * src/pic16/device.c pic16_dump_equates() added,
6941         processor registers declared internally by the port are emitted in
6942         the translation as equates,
6943         * src/pic16/gen.c: inline code is passed unprocessed to the
6944         translation,
6945         * (pic16_popGetLit2): fnuction modified to take second operand as
6946         pCodeOp pointer and not as literal,
6947         * (popRegFromIdx): prefixed with pic16_,
6948         * (pic16_popCombine2): modified to receive already allocated pCode
6949         operands,
6950         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6951         * (genFunction): initializes local stack frame and pushes on stack
6952         all the registers used by this function,
6953         * (genEndFunction): restores all registers from stack and restores
6954         stack frame,
6955         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6956         improvements,
6957         * (pic16glue): changed the program startup sequence,
6958         * added new dbName code 'A' for functions placed in absolute section
6959         * src/pic16/main.c: added function attribute _naked,
6960         * added pragma 'code' to place a fnuction at an absolute address,
6961         * added command line arguments --debug-ralloc and --pcode-verbose,
6962         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6963         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6964         * (pic16_newpCodeOpLit2): modified to take the second operand as
6965         pCodeOp pointer,
6966         * (pic16_printpBlock): modified to emit each function in a separate
6967         section,
6968         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6969         UPPER for immediate operands,
6970         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6971         instruction,
6972         * src/pic16/peeph.def: all peepholes with movff are commented out,
6973         because there is a problem in the pcode peep optimizer,
6974         * src/pic16/ralloc.c: the register allocator can now reuse local
6975         function symbols for another function. This saves register usage.
6976         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6977
6978         Added file src/pic16/NOTES with information about program writing on
6979         the current port version.
6980
6981 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6982
6983         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6984         and peephole 252 (array access)
6985
6986 2004-01-09  Borut Razem <borut.razem AT siol.net>
6987
6988         * src/SDCCmain.c : fixed #872250: -l command line defined library
6989           files are scanned before standard library files
6990
6991 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6992
6993         * src/SDCCast.c (decorateType): fixed bug #874046
6994
6995 2004-01-09  Borut Razem <borut.razem AT siol.net>
6996
6997         * support/scripts/sdcc.nsi: remove previous installation
6998
6999 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7000
7001         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7002         bytes for last interrupt vector (mcs51)
7003         * sdcc.spec: fixed typo
7004
7005 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7006
7007         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7008         gen51Code): more efficient parameter receive for --model-large
7009         ("bug" #845294)
7010
7011 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/ds390/main.c,
7014         * src/z80/main.c: added missed needLinkerScript flags (more than
7015         one port structure defined in these file)
7016         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7017         bug #795325
7018
7019 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7020
7021         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7022         * src/port.h: added flag needLinkerScript in port->linker
7023         structure to inform whether to create a .lnk file or not,
7024         * src/avr/main.c,
7025         * src/ds390/main.c,
7026         * src/hc08/main.c,
7027         * src/mcs51/main.c,
7028         * src/pic/main.c,
7029         * src/pic16/main.c,
7030         * src/xa51/main.c,
7031         * src/z80/main.c: changed appropriately to configure
7032         needLinkerScript flag
7033         * src/pic/gen.c,
7034         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7035         * src/pic/glue.c: added variable udata_section_name to
7036         override default uninitialized data segment definition for
7037         devices only with SHAREBANK memory (reported from Erik Epetrich)
7038         * (pic14emitOverlay): modified to emit a commented overlay segment
7039         directive when no overlay data exist
7040         * (picglue): modified to emit uninitialized data segment
7041         according to udata_section_name
7042         * src/pic/main.c (_pic14_parseOptions): added command line
7043         options --udata-section-name=[name] to override default
7044         udata definition name
7045         * modified _linkCmd and _asmCmd to include compiler passed
7046         arguments via -W option
7047         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7048         object file from '.rel' to '.o' in port->linker structure,
7049         changed size of fptr from 2 to 3 in port structure
7050
7051 2004-01-07  Borut Razem <borut.razem AT siol.net>
7052
7053         * support/scripts/sdcc.nsi: update PATH
7054         * support/scripts/sdcc.ico: craeted
7055
7056 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7057
7058         * device/include/Makefile.in: fix install
7059         * doc/Makefile: fix install
7060
7061 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7064         in bug #860505
7065         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7066         how the function variable allocation summary is displayed; also
7067         include information about variables allocated to the overlay
7068         segment
7069
7070 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7071
7072         * as/mcs51/lkmain.c: Help about -Y option
7073         * as/mcs51/lkarea.c: Fixed gcc warnings
7074
7075 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7076
7077         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7078         fixed warning
7079         * support/valdiag/tests/overflow.c: added
7080         * src/SDCCast.c (decorateType),
7081         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7082         LEFT_OP (left shift)
7083
7084 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7085
7086         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7087         (default behaviour).
7088
7089 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7090
7091         A python script to validate compiler diagnostic messages. It can be
7092         used to verify that sdcc complains about bad c source code and
7093         gives a good location of the error.
7094         * support/valdiag/Makefile,
7095         * support/valdiag/valdiag.py,
7096         * support/valdiag/tests/*
7097
7098 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7099
7100         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7101         * src/SDCCsymt.c (newEnumType),
7102         * src/SDCCsymt.h
7103         * support/Util/SDCCerr.c,
7104         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7105         enum related bugs.
7106         * support/regression/tests/enum.c: added test for enum values that
7107         require at least 2 bytes of storage.
7108
7109 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7110
7111         * src/common.h: added ifndef/define/endif macros
7112         around the header file.
7113         Bug reported from Jesus Calvino-Fraga
7114
7115 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7116
7117         * sdcc.spec: updated
7118         * device/include/Makefile.in: don't install CVS directories
7119         * device/lib/Makefile.in: added removal of CVS directories after install
7120         * doc/Makefile: fixed install, added local_icons
7121         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7122         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7123         * src/ds390/gen.c (genRightShift): fixed bug #870788
7124         * src/SDCCast.c (decorateType): fixed bug #870781
7125
7126 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7127
7128         PIC16 port related changes:
7129         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7130         added variable stackPos,
7131
7132         * gen.c: genCall, assignResultValue: added support for
7133         pushing/retrieving function parameters to/from stack,
7134         genFunction,genEndFunction: setup stack frame for the
7135         generated function,
7136         genAddrOf: will be changed according to bug 863624
7137
7138         * added files genutils.c and genutils.h which contain gen*
7139         debugged and optimised functions extracted from gen.c
7140
7141         * glue.c: added variable 'externs' which holds extern symbols,
7142         pic16emitRegularMap: is modified to properly handle relocatable
7143          symbols under the new scheme,
7144         pic16createInterruptVect: is modified
7145         pic16printPublics: is modified to emit 'global' assembler directives,
7146         added pic16_printExterns to print extern symbols,
7147         pic16glue: initializes stack/frame pointer in the beginning of
7148         the assembly output. Temporary hack, will be corrected later,
7149         because gplink yet does not support stack and SDCC does not
7150         yet support a type of crt0.o object to create the final binary.
7151
7152         * Removed many lines that contain 8051 legacy code.
7153         * The code is finally placed under a 'code' directive.
7154         * Added port specific options.
7155
7156         * _process_pragma: simplified since now we do not need *special*
7157         include file to define SFR registers. But a separate header
7158         will be needed. This will be developed later.
7159         * _pic16_parseOptions: added, parses port specific options:
7160         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7161         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7162         --preplace-udata-with=
7163
7164         * _pic16_setDefaultOptions: modified to initialize section names,
7165         but hack is temporarly out of order since it needs improvement.
7166         * _pic16_genAssemblerPreamble: configuration words are emitted by
7167         their address instead of their name. This part is incomplete and
7168         supports only the 18Fxx2 devices. Other devices will emit an error
7169         during assembly since they do not contain the same set of config
7170         registers
7171         * _pic16_genIVT: is modified,
7172
7173         * pcode.c: added definitions for some hardware registers that are needed
7174         for stack support
7175         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7176         All PCI entries are updated. Now LFSR is supported.
7177         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7178         * added pic16_newpCodeOpLit2 to support instructions with
7179         two literal arguments
7180         * pic16_pCode2str: corrected code that emits assembler instructions
7181         with two literal operands and those that have an access bit modifier
7182         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7183         this fixes a bug which caused some labels to be lost, when an
7184         assembler directive was added, i.e. banksel,
7185         * pic16_FixRegisterBanking: improved logic that causes the insertion
7186         of bank switching,
7187         * InlineFunction: functions that are called once, are not any more
7188         inlined. This can be a port option in the future,
7189
7190         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7191
7192         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7193         hold the corresponding uninitialized symbols,
7194         * pic16_allocProcessorRegister: registers have explicit marked the
7195         accessBank field,
7196         * pic16_allocInternalRegister: registers are explicit marked as
7197         not used,
7198         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7199         processing list, so bit registers were lost,
7200         *
7201
7202         * ralloc.h: added field 'accessBank' and original symbol operand
7203         in register definition,
7204         * removed the field isMapped from register definition,
7205
7206         ** Several functions have been removed from various sources:
7207         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7208         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7209         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7210         pic16_assignRelocatableRegisters
7211
7212         ** others have been introduced:
7213         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7214         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7215
7216 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7217
7218         * support/scripts/inc2h.pl: changed definition of BIT_AT
7219         to emit 'sbit at' instead of 'bit at'. This was a request.
7220
7221         PIC16 port related preliminary changes:
7222         * gen.c: prefixed function popRegFromString with
7223         pic16_ and all references to it corrected
7224         * pcode.c: all pic16_pc_* hardware registers prefixed
7225         with underscore (_),
7226         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7227         * ralloc.c: newReg(): when register is REG_SFR then
7228         set address to rIdx,
7229         pic16_allocProcessorRegister(): marks register wasUsed=0
7230         pic16_writeUsedRegs(): added a call to assign processor
7231         registers via pic16_assignFixedRegisters
7232
7233 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7234
7235         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7236         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7237         variables in unused register banks.  Also the SSEG is placed
7238         wherever there is enough space for it, and IDATA can be anywhere
7239         in internal RAM.  For now compile using -Wl-Y[stack_size].
7240         The mem file is different for this option as well, since it
7241         makes no sense of talking about DSEG lenght.
7242
7243 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7244
7245         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7246         in certain cases, e.g. when ROM assignment, patch provided
7247         from Albert den Haan.
7248
7249 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7250
7251         Many signedness and type propagation fixes:
7252         * src/SDCCicode.c: made geniCodeCast() static
7253         replaced SPEC_ by IS_ (cosmetic)
7254         (operandOperation): fixed div and mod operation
7255         (usualBinaryConversions): added support for promotion of char
7256         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7257         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7258         (geniCodeAdd): an array index will stay unsigned, even if promoted
7259         from char to int
7260         (geniCodeArray): ditto
7261         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7262         * src/SDCCsymt.c (computeType): added more support for char;
7263         promotion of char is selectable by promoteCharToInt, fixed signedness
7264         for all cases
7265         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7266         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7267         * src/SDCCval (val*): replaced signedness calculation by
7268         computeType()
7269         rearranged if-branches (cosmetic)
7270         (valShift): added warning W_SHIFT_CHANGED
7271         (valCompare): fixed problem with different types
7272         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7273         * support/regression/tests/literalop.c: added many cases
7274         * support/regression/tests/ast_constant_folding.c: changed finally to
7275         'unsigned int'
7276         * .version: new year, new version: 2.3.7
7277         * src/SDCCmain.c (main): applied patch #866468
7278         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7279         provided by Scott Bronson
7280         * doc/sdccman.lyx: updated documentation for sdcdb
7281         updated and added chapter tips
7282
7283 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7284
7285         * src/SDCCsymt.h: missing from yesterday's commits
7286
7287 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCC.y (struct_or_union_specifier),
7290         * support/Util/SDCCerr.c,
7291         * support/Util/SDCCerr.h: verify that struct & union tags are used
7292         as declared.
7293
7294 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7295
7296         * src/SDCCglobl.h: missing from yesterday's commits
7297
7298 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7299
7300         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7301         sft_attributes, struct_declaration, parameter_declaration,
7302         type_name, start_block, declaration_list),
7303         * src/SDCC.lex (check_type): support redefinition of typedef names
7304
7305 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7306
7307         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7308         aligned xdata arrays. Erik helped me with the if clause.
7309
7310 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7311
7312         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7313         warning
7314
7315 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         * src/SDCCast.h,
7318         * src/SDCCast.c (newAst_),
7319         * src/SDCCicode.h,
7320         * src/SDCCicode.c (ast2iCode, newiCode),
7321         * src/SDCCglobl.h,
7322         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7323         expr, statement, expression_statement, selection_statement,
7324         iteration_statement, expr_opt, jump_statement): foundation for tracking
7325         sequence points
7326         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7327         point code too)
7328
7329 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * support/Util/SDCCerr.c,
7332         * src/SDCCast.h,
7333         * src/SDCCast.c (createCase, createDefault, decorateType),
7334         * src/SDCClabel.c (labelUnreach),
7335         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7336         to error messages.
7337         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7338         (with thanks to Stas Sergeev)
7339         * device/include/time.h,
7340         * device/lib/time.c (CheckTime): suppress unreachable code warning
7341
7342 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         * src/SDCCast.c (createIvalCharPtr),
7345         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7346         bug #753752)
7347         * support/regression/tests/nullstring.c: tests for these two bugs
7348
7349 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         * support/Util/SDCCerr.h,
7352         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7353         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7354         about storage class and 'at' used inside struct or union
7355         * src/SDCCBBlock.c (iCodeFromeBBlock),
7356         * src/SDCCcse.c (ifxOptimize),
7357         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7358         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7359         printIval, emitStaticSeg, emitOverlay),
7360         * src/SDCClabel.c (deleteIfx),
7361         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7362         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7363         gatherAutoInit, processParms),
7364         * support/Util/SDCCerr.h,
7365         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7366         reporting for post-parse errors.
7367
7368 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7371         implicit casts via union; they don't work on big endian systems
7372         (possible fix for bug #861138)
7373
7374 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7375
7376         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7377         * src/mcs51/main.c: fixed the fix for bug #737001
7378
7379 2003-12-15  Borut Razem <borut.razem AT siol.net>
7380
7381         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7382
7383 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         * support/makebin/makebin.c: put output in binary mode
7386
7387 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7388
7389         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7390         xdata and data memory on startup. Set the environment variable
7391         SDCC_NOGENRAMCLEAR to disable this.
7392         * src/mcs51/peephole.def,
7393         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7394         (allows non-interrupt and interrupt code to safely compete for a resource
7395         without the non-interrupt code having to disable interrupts)
7396
7397 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/SDCCicode.c (geniCodeAdd),
7400         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7401         with valFromType if type might be a pointer and host is big endian).
7402         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7403         types, not just integer types.
7404         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7405         multiply defined with mismatching "at" address.
7406
7407 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7408
7409         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7410         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7411         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7412         with embedded nulls (fixed bug #753752)
7413
7414 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7415
7416         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7417         Apparently this did not see much testing (endless loop)
7418
7419 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7422
7423 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7424
7425         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7426         gracefully handle NULL memmap pointers
7427
7428 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7429
7430         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7431         instead of deleting the iCode when an operand is volatile
7432         * src/z80/gen.c (genDummyRead),
7433         * src/mcs51/gen.c (genDummyRead),
7434         * src/ds390/gen.c (genDummyRead),
7435         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7436         not just IC_RIGHT
7437         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7438         * src/SDCC.y: fixed bug #850420
7439
7440 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7441
7442         Applied z80 i/o port patch from Peter Townson and fixed some operators
7443         to better handle operands in A register.
7444         * device/include/z180.h
7445         * src/SDCC.y
7446         * src/SDCCglue.c
7447         * src/z80/gen.c
7448         * src/z80/gen.h
7449         * src/z80/main.c
7450         * src/z80/peeph-z80.def
7451         * src/z80/peeph.def
7452         * src/z80/z80.h
7453
7454 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7455
7456         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7457
7458 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7459
7460         * device/lib/hc08/_mullong.c: Removed extra #endif
7461
7462 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7463
7464         * sim/ucsim/hc08.src/inst.cc,
7465         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7466         carries from x to h
7467         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7468         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7469         * device/include/stdarg.h: fixed varargs for hc08
7470         * device/lib/Makefile.in,
7471         * device/lib/hc08/Makefile,
7472         * device/lib/hc08/_mulint.c,
7473         * device/lib/hc08/_mullong.c: fixed some endian problems
7474
7475 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7476
7477         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7478         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7479         * device/lib/_gptrget.c,
7480         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7481
7482 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7483
7484         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7485         * src/SDCCast.c (astErrors): fixed bug #846007
7486         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7487
7488 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7489
7490         * src/SDCCast.c (decorateType): disabled a transformation I added in
7491         revision 1.188 (access to fields of a structure at an absolute address);
7492         it breaks with bitfields, extern declarations, and gcse analysis.
7493         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7494         could be assigned through a pointer, so don't complain.
7495         * src/SDCCast.c (astErrors),
7496         * src/SDCCast.h,
7497         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7498
7499 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7500
7501         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7502         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7503         output of __config directives, since gpasm now supports them
7504         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7505         pre-processor macro, i.e. -DMCU=p18f452
7506         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7507         and modified to handle 'cast' icode similarly to '=' icode
7508         * src/pic16/device.h (typedef struct PIC_device): added field
7509         'extMIface' to indicate that chip has external memory interface
7510         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7511         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7512         18F8720
7513
7514 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7515
7516         * src/SDCC.y (pointer): fixed bug #846006
7517         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7518         * src/SDCCast.c (decorateType): fixed bug #846009
7519         * src/ds390/peeph.def,
7520         * src/ds390/gen.c (genAnd, genOr),
7521         * src/mcs51/peeph.def,
7522         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7523
7524 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7525
7526         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7527         * src/SDCCdflow.c
7528         * src/SDCCcse.c
7529         * src/SDCCcse.h
7530         * src/SDCCBBlock.h
7531         * src/SDCCBBlock.c
7532
7533 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7534
7535         fixed bug #845089
7536         * src/SDCCbitv.h,
7537         * src/SDCCbitv.c: added function to free a bitvector
7538         * src/SDCClrange.h,
7539         * src/SDCClrange.c: added function to recompute the liveranges
7540         * src/avr/ralloc.c,
7541         * src/ds390/ralloc.c,
7542         * src/hc08/ralloc.c,
7543         * src/mcs51/ralloc.c,
7544         * src/pic/ralloc.c,
7545         * src/pic16/ralloc.c,
7546         * src/xa51/ralloc.c,
7547         * src/z80/ralloc.c: recompute the liveranges after register packing
7548
7549 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7550
7551         * src/SDCCloop.c (newInduction): fixed bug #845630
7552
7553 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7556         inadvertantly left behind from my 2003-11-12 change
7557
7558 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7559
7560         Updated headers I neglected to commit yesterday.
7561         * src/SDCClrange.h,
7562         * src/SDCCicode.h
7563
7564 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7565
7566         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7567         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7568         * src/SDCCopt.c (eBBlockFromiCode),
7569         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7570         the creation of the key hash table from the sequencing so it can be used
7571         earlier (for some GCSE bug fixes still pending)
7572
7573 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7574
7575         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7576         * support/regression/tests/addsub.c: testing genPlus shortcut
7577
7578 2003-11-15  Borut Razem <borut.razem AT siol.net>
7579
7580         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7581
7582 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7583
7584         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7585         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7586         ordering is immaterial.
7587         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7588
7589 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7590
7591         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7592         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7593         (SIGSEV) of bug #840381
7594         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7595         unlink new file before rename if new and old filenames are the same)
7596
7597 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7598
7599         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7600         uninitialized variables) for the mcs51. Set environment variable
7601         SDCC_GENRAMCLEAR to test.
7602         xdata initialization slightly shorter
7603
7604 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7605
7606         * src/SDCCsymt.h,
7607         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7608         #838241 & 780691 (basicly the same bug)
7609         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7610         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7611
7612 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7613
7614         * src/SDCCmain.c (linkEdit): "fix" #834252
7615
7616 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7619         * src/SDCCast.h,
7620         * src/SDCC.y: fixed bug #819403
7621
7622 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7623
7624         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7625         the reentrant attribute.
7626         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7627         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7628         simulation
7629         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7630         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7631         erroneously reduced to a literal.
7632         * src/hc08/ralloc.c (packRegisters, rematStr),
7633         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7634         some cases
7635
7636 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7637
7638         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7639         * doc/sdccman.lyx: changed from 'article' to 'book'
7640         * doc/Makefile: readded test_suite_spec and cdbfileformat
7641
7642 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7643
7644         * device/include/stdlib.h: include malloc.h to comply with ANSI
7645         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7646
7647 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7648
7649         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7650         * doc/clean.mk: also remove *.out files
7651         * doc/sdccman.lyx: some additions, larger top/bottom margins
7652
7653 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7654
7655         * src/SDCC.y: fixed bug #837365
7656         * support/regression/tests/bitopcse.c
7657         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7658         a symbol (might be valop instead)
7659         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7660         * device/lib/clean.mk: added hc08 to the cleaning list
7661
7662 2003-11-04  Borut Razem <borut.razem AT siol.net>
7663
7664         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7665           made 2003-11-04
7666         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7667           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7668           malloc is declared in standard stdlib.h
7669
7670 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7671
7672         * device/lib/hc08/Makefile: need to clean .rel not .o files
7673         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7674
7675 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7676
7677         * src/port.h,
7678         * src/hc08/main.c,
7679         * src/mcs51/main.c,
7680         * src/ds390/main.c,
7681         * src/z80/main.c,
7682         * src/avr/main.c,
7683         * src/pic/main.c,
7684         * src/pic16/main.c,
7685         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7686         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7687         tests (which uses the port's oclsExpense function)
7688         * src/SDCC.y,
7689         * src/SDCCast.c,
7690         * src/SDCCicode.c,
7691         * src/hc08/gen.c,
7692         * src/ds390/gen.c,
7693         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7694
7695 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7696
7697         * src/SDCCcse.c (ifxOptimize),
7698         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7699         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7700         deleting the IFX iCode.
7701         * src/hc08/ralloc.c: reduced unneeded slocs
7702         * src/hc08/gen.c: fixed bug in asmopToBoolean
7703
7704 2003-11-04  Borut Razem <borut.razem AT siol.net>
7705
7706         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7707           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7708           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7709           transferred to configure
7710
7711 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         Use headers defined in the C[++] standards:
7714         * sim/ucsim/gui.src/serio.src/fileio.cc
7715         * sim/ucsim/gui.src/serio.src/frontend.cc
7716         * sim/ucsim/gui.src/serio.src/main.cc
7717         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7718         * support/Util/NewAlloc.c
7719         * as/hc08/lklibr.c
7720         * as/mcs51/lklibr.c
7721         * as/z80/aslist.c
7722         * as/z80/assym.c
7723
7724 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7725
7726         * Added MSVC projects for hc08 assembler and linker:
7727         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7728         /as/hc08/link_hc08.dsp
7729
7730 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7731
7732         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7733
7734 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7735
7736         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7737
7738 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7739
7740         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7741
7742 2003-10-31  Borut Razem <borut.razem AT siol.net>
7743
7744         * support/cpp2/cpplib.h,
7745           support/cpp2/cpplib.c,
7746           support/cpp2/cpplex.c,
7747           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7748           to switch _asm block preprocessing on / off. Default is
7749           #pragma preproc_asm +
7750
7751 2003-10-31  Borut Razem <borut.razem AT siol.net>
7752
7753         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7754           when outputting comment blocks (when executed with -C option) and
7755           _asm (SDCPP specific) blocks
7756
7757 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7758
7759         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7760
7761 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7762
7763         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7764
7765 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7766
7767         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7768         * src/SDCCast.c (decorateType): fixed bug #832664
7769
7770 2003-10-31  Borut Razem <borut.razem AT siol.net>
7771
7772         * support\cpp2\cpplex.c: fixed for SDCPP:
7773           comments(when executed with -C option) and _asm blocks
7774           were included even if they where in skipped #if block.
7775           Applied solution from GCC cpp 3.3.2
7776
7777 2003-10-31  Borut Razem <borut.razem AT siol.net>
7778
7779         * src/SDCC.lex: sdcc now understands both formats:
7780           '# <line_number> <file_name>' and
7781           '#line <line_number> <file_name>'
7782         * support/cpp2/cppmain.c: sdcpp now generates the standard
7783           '# <line_number> <file_name>' instead of former
7784           '#line <line_number> <file_name>'
7785
7786 2003-10-30  Borut Razem <borut.razem AT siol.net>
7787
7788         * support/cpp2/cpphash.h,
7789         * support/cpp2/cpplib.h
7790         * support/cpp2/cpplex.c,
7791         * support/cpp2/cppmain.c,
7792         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7793
7794 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7795
7796         Fixed a number of problems revealed by bug #827883.
7797         * src/SDCCloop.c (loopInvariants): Spill location of the
7798         result operand should be recomputed if extracted from
7799         a loop. Also, don't extract assignments of an iTemp
7800         from a literal.
7801         * src/SDCCast.c (isConformingBody): loop reversal should
7802         not occur if the control variable is involved with a
7803         relational operator.
7804
7805 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7806
7807         * .version: bumped to 2.3.6 to reflect the big improvements
7808         made by Erik and Klaus. Thanks!
7809
7810 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7811
7812         Replaced the livrange code.
7813         * src/SDCClrange.c: added new LR code
7814         * src/SDCCloop.c,
7815         * src/SDCCBBlock.h: removed remainig parts from old LR code
7816         * src/ds390/ralloc.c,
7817         * src/ds390/gen.c: minor fixes to make it work with new code
7818
7819 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7820
7821         * as/hc08/asm.h,
7822         * as/hc08/lkrloc.c,
7823         * src/hc08/gen.c,
7824         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7825         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7826         (tweaked fix for bug #818696)
7827
7828 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7829
7830         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7831
7832 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7833
7834         * src/SDCCmain.c,
7835         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7836         * src/mcs51/gen.c (gencjneshort),
7837         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7838         more efficient (per Scott Bronson's suggestion)
7839
7840 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7841
7842         Extended the semantics of the critical keyword to include
7843         individual statements. See RFE #827755 and #799831
7844         * src/SDCC.y
7845         * src/SDCCicode.c
7846         * src/SDCCopt.c
7847         * src/SDCCast.c
7848         * support/Util/SDCCerr.c
7849         * support/Util/SDCCerr.h
7850         * src/mcs51/gen.c
7851         * src/ds390/gen.c
7852         * src/hc08/gen.c
7853
7854 2003-10-19  Borut Razem <borut.razem AT siol.net>
7855
7856         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7857
7858 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7859
7860         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7861         Fixed bug #818696
7862         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7863         and predecrement operand is displayed
7864
7865 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7866
7867         * src/SDCCval.c (valMinus): fixed bug #826041
7868
7869 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7870
7871         Some hc08 related updates that I missed earlier
7872         * sim/ucsim/stypes.h
7873         * support/regression/ports/hc08/spec.mk
7874
7875 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7876
7877         New target "hc08" for the Motorola 68hc08 family of micros
7878
7879         * configure
7880         * configure.in
7881         * Makefile
7882         * src/hc08/*
7883         * src/SDCCmain.c
7884         * src/port.h
7885         * sim/ucsim/hc08.src/*
7886         * sim/ucsim/configure.in
7887         * src/ucsim/configure
7888         * sim/ucsim/packages_in.mk
7889         * as/hc08/*
7890         * as/Makefile
7891         * device/include/mc68hc908qy.h
7892         * device/lib/hc08/*
7893         * device/lib/Makefile.in
7894         * support/regression/ports/hc08/*
7895         * support/regression/Makefile
7896
7897 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7898
7899         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7900         regression test
7901         * src/ds390/gen.c (genCast): fixed bug #821957
7902
7903 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         * device/lib/logf.c: "fixed" overlay bug
7906         * support/regression/ports/host/spec.mk: added m library
7907         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7908         * support/regression/tests/float_trans: added (for Eric)
7909
7910 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7911
7912         * src/mcs51/gen.c (genCpl): fixed bug
7913         http://sf.net/mailarchive/message.php?msg_id=6263915
7914
7915 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7916
7917         * src/SDCCast.c (decorateType): added extended constant folding
7918         * src/SDCCsymt.c (computeType): cleanup
7919         * src/SDCCval.c (valShift): minor optimization
7920         * support/regression/tests/ast_constant_folding.c: added
7921
7922 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7923
7924         * src/SDCCmain.c: removed some unintended changes
7925
7926 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7927
7928         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7929         * src/z80/gen.c: fixed part of bug #817589
7930         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7931
7932 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7933
7934         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7935         * src/SDCCcflow.c
7936         * src/SDCCcse.c
7937         * src/SDCCdflow.c
7938         * src/SDCClabel.c
7939         * src/SDCClrange.c
7940         * src/SDCCmem.c
7941         * src/SDCCopt.c
7942         * src/SDCCpeeph.c
7943         * src/SDCCset.c
7944         * src/avr/ralloc.c
7945         * src/ds390/ralloc.c
7946         * src/izt/ralloc.c
7947         * src/mcs51/ralloc.c
7948         * src/pic/ralloc.c
7949         * src/pic16/ralloc.c
7950         * src/xa51/ralloc.c
7951         * src/z80/ralloc.c
7952         * src/z80/gen.c: removed unused label "release:"
7953
7954 2003-10-06  Borut Razem <borut.razem AT siol.net>
7955
7956         * src/SDCC.lex: removed definition of unused variables
7957           save_optimize and save_options
7958
7959 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7960
7961         * clean.mk: removed '=' in "-maxdepth=1"
7962         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7963         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7964
7965 2003-10-06  Borut Razem <borut.razem AT siol.net>
7966
7967         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7968           my_unput() replaced by unput()
7969
7970 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7971
7972         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7973         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7974         type-punned pointer will break strict-aliasing rules"
7975         Old LR behaviour is again default; Klaus' LR can be choosen by
7976         defining the environment variable LRKLAUS
7977         * src/SDCCBBlock.h
7978         * src/SDCCloop.c
7979         * src/SDCClrange.c
7980         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7981         * clean.mk: fixed removal of files in bin/CVS/
7982         * device/lib/clean.mk: fixed removal of directories small and large
7983         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7984         * src/SDCCicode.c,
7985         * src/SDCCval.c: removed superflous test for pedantic
7986
7987 2003-10-05  Borut Razem <borut.razem AT siol.net>
7988
7989         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7990           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7991           message "unmatched #pragma SAVE and #pragma RESTORE"
7992
7993 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7994
7995         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7996           assembly, critical functions, atomic, nojtbound)
7997
7998 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7999
8000         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8001         * src/SDCCBBlock.h
8002         * src/SDCCloop.c
8003         * src/SDCCloop.h
8004         * src/SDCClrange.c
8005
8006 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8007
8008         * src/z80/gen.h,
8009         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8010         * src/mcs51/gen.h
8011         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8012         * src/ds390/gen.h
8013         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8014         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8015         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8016
8017 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8018
8019         * src/z80/gen.c (genRet): fixed bug #524753
8020         * src/z80/gen.c (genCast): fixed internal error on cast from
8021         pointer to long
8022         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8023         fix for bug #477835 to the z80
8024         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8025         for tracking iCodes in the peephole optimizer for z80
8026
8027 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8028
8029         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8030         the other part of bug #814548
8031         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8032
8033 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8034
8035         * src/SDCCcse.c: fixed part of bug #814548
8036
8037 2003-09-28  Borut Razem <borut.razem AT siol.net>
8038
8039         * src/asm.c: rewrite of printILine() to use temporary file instead
8040           a pipe
8041         * src/xa51/main.c: commented out declaration of int rewinds
8042
8043 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8044
8045         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8046
8047 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8048
8049         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8050         * src/asm.c (printILine): Fixed bug #811015
8051
8052 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8053
8054         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8055         freeing.
8056
8057 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8058
8059         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8060         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8061         to correctly handle general case of AOP_PAIRPTR
8062         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8063
8064 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/mcs51/ralloc.c (fillGaps),
8067         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8068         register positioning bug)
8069
8070 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8071
8072         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8073
8074 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8075
8076         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8077         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8078         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8079         (ralloc doesn't intentionally do this now, but perhaps later)
8080         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8081         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8082         register positioning bugs (Fixed bug #762602 and #795325)
8083         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8084         (Fixed bug #808779)
8085         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8086         lines that --i-code-in-asm generates
8087
8088 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8089
8090         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8091         trying to fclose a FILE* that was already closed.
8092
8093 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8094
8095         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8096         of const struct should be treated as if const themselves)
8097
8098 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8099
8100         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8101
8102 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8103
8104         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8105         Unix (/n) and DOS (/r/n) line terminations.
8106
8107 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8108
8109         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8110         bug #613775
8111
8112 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8113
8114         * src/mcs51/gen.c (genFunction, genEndFunction),
8115         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8116         and restore of EA so that stack offsets to parameters are
8117         correct when using both critical and reentrant/stack-auto.
8118         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8119         size (can be triggered in error if sloc is shared between
8120         different sized objects)
8121         * device/include/float.h: fixed macros to explicitly use
8122         unsigned long where needed
8123
8124 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8125
8126         Feature req. 799831: added code to allow nesting of critical functions
8127         * src/mcs51/gen.c (genFunction, genEndFunction)
8128         * src/ds390/gen.c (genFunction, genEndFunction)
8129
8130 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8131
8132         * src/SDCCsymt.c (sclsFromPtr),
8133         * src/SDCCsymt.h,
8134         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8135         support for standard C idiom of memory mapped variables; for
8136         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8137         to xdata int at 0x1234 tempvar = 1.
8138         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8139         provided by Akiya ISHIDA
8140
8141 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8142
8143         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8144         * src/SDCCval.c (constVal): added reduction from int to char
8145         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8146         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8147         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8148         to ignore the sign
8149         * support/regression/tests/shifts.c: fixed
8150
8151 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8152
8153         * src/z80/gen.c (genXor): Fixed bug #805445
8154
8155 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         Fixed bug #621531 (const & volatile confusion in the type chain).
8158         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8159         refer to the const or volatile state of the pointer itself.
8160
8161         * src/SDCCast.c
8162         * src/SDCCglue.c
8163         * src/SDCCicode.c
8164         * src/SDCCsymt.c
8165         * src/SDCCval.c
8166         * src/SDCC.y
8167         * src/SDCCsymt.h
8168         * src/pic/gen.c
8169         * src/pic/ralloc.c
8170         * src/pic16/gen.c
8171         * src/pic16/ralloc.c
8172         * support/regression/tests/const.c
8173
8174 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8175
8176         When checking for duplicated modules, use absolute paths
8177         instead of relative paths.  Files changed:
8178
8179         * as/mcs51/lklib.c
8180         * link/z80/lklib.c
8181
8182 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8183
8184         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8185
8186 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8187
8188         * device/include/string.h: added size_t typedef, changed
8189         prototypes to use size_t, eliminated separate reentrant and
8190         non-reentrant declarations, added _memmove declaration
8191         * device/lib/_memcpy.c: changed to use size_t instead of int,
8192         changed /4 to >>2 to avoid division library call
8193         * device/lib/_memcmp.c,
8194         * device/lib/_memset.c,
8195         * device/lib/_strncat.c,
8196         * device/lib/_strncpy.c,
8197         * device/lib/_strncmp.c: changed to use size_t instead of int
8198         * device/lib/_memmove.c: new file (fixed bug #772294)
8199         * device/lib/Makefile.in: added _memmove.c
8200         * device/lib/z80/asm_strings.s: fixed bug #772290
8201         * support/regression/tests/bitfields.c: attempt to fix host assertion
8202         failure on amd64-unknown-linux2.2
8203
8204 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8205
8206         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8207         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8208         * as/z80/asmain.c (main): fixed bug #801766
8209
8210 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8211
8212         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8213         compilers
8214
8215 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8216
8217         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8218         reported in bug #800609
8219
8220 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8221
8222         * Top header beautifications in src/pic16 directory:
8223           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8224           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8225           pcoderegs.h, ralloc.c, ralloc.h
8226         * main.c: added top header and GPL license notice
8227         * pcode.c: fixed the if-conditional warning
8228
8229 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8230
8231         * device/lib/_mullong.c: replaced int by short for gcc
8232
8233 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8234
8235         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8236         and JUMPTABLE iCodes properly now (worked by accident before)
8237         * src/mcs51/gen.c (leftRightUseAcc),
8238         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8239         iCode properly now. Use getSize instead of nRegs since a & b
8240         aren't part of the nRegs tally.
8241
8242 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8243
8244         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8245         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8246           before instructions that use the _STATUS register
8247
8248 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8249
8250         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8251         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8252         fetching of the pointer
8253         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8254         copied from genNearPointerSet()
8255         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8256         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8257         If they pop r0/r1 they must be called in the opposite order than aopOp().
8258         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8259         (resp. --stack-auto), prepared for --xstack
8260
8261 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8262
8263         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8264
8265 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8266
8267         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8268         these ports have their own __sdcc_external_start()
8269
8270 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8271
8272         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8273         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8274         type for bits was changed. It resulted in bit variables becoming
8275         global, which is not permitted in PIC 14 assembly output.
8276
8277 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8278
8279         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8280
8281 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8282
8283         Z80 and MCS51 linkers complaint if a public symbol is defined
8284         in more than one library module:
8285
8286         * as/mcs51/lklib.c
8287         * link/z80/lklib.c
8288         * as/mcs51/Makefile.in
8289
8290 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8291
8292         A few small changes that speed up the peephole optimizer.
8293
8294         * src/SDCCpeeph.c
8295
8296 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8297
8298         Try to make the peephole optimizer smarter by maintaining
8299         an association between the assembly source code and the
8300         iCodes that originated them. Put this information to use
8301         with a new peephole rule condition "notVolatile" so that
8302         the rules can be aggressive yet still safe.
8303
8304         * src/SDCCpeeph.c
8305         * src/SDCCpeeph.h
8306         * src/mcs51/gen.c
8307         * src/mcs51/peeph.def
8308
8309 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8310
8311         Fixed bug #741761
8312
8313         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8314         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8315         if the left or right operand symbols have the accuse flag set.
8316
8317 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8318
8319         Changed the type of the result of the ! (NOT) operator to char;
8320         previously it returned the same type as the source. This allows
8321         us to eliminate all the genFloatNot functions (all of its target
8322         implementations were very buggy) since !float can use the same
8323         code as !long now.
8324
8325         * src/SDCCicode.c (ast2iCode): ! returns char
8326         * src/mcs51/gen.c (genNot, genNotFloat),
8327         * src/ds390/gen.c (genNot, genNotFloat),
8328         * src/z80/gen.c (genNot, genNotFloat),
8329         * src/pic/gen.c (genNot, genNotFloat),
8330         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8331
8332 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8333
8334         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8335         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8336            during interrupts. Ensure WSAVE is located at a shared bank address.
8337         2. Fixed page selection in some places
8338         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8339            the registers name strings.
8340         4. Fixed "signed / unsigned compare" compiler warnings.
8341         5. The PIC port manages its own allocation of the general purpose
8342            registers, but makes no attempt to reuse them. As a result when
8343            compiling it soon runs out of general purpose registers. Some
8344            additional code was added to the files pcode.c and device.c to walk
8345            through the function call tree and rename the registers so that they
8346            get reused.
8347
8348         * src/pic/device.c
8349         * src/pic/gen.c
8350         * src/pic/glue.c
8351         * src/pic/pcode.c
8352         * src/pic/pcode.h
8353         * src/pic/ralloc.c
8354         * src/pic/ralloc.h
8355         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8356         genPlus() & genMinus() when the result is the same as left or right
8357
8358 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8359
8360         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8361
8362 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8363
8364         Made bitfield a distinct type from bit so that bitfields
8365         convert as per ANSI C and bits retain their traditional
8366         boolean style behaviour. Implemented bitfield support in
8367         the z80 port.
8368
8369         * src/SDCCsymt.h,
8370         * src/SDCCsymt.c,
8371         * src/SDCCast.c,
8372         * src/cdbFile.c,
8373         * src/mcs51/gen.c,
8374         * src/ds390/gen.c: bit v bitfield split
8375         * src/z80/gen.c: New support for bitfields
8376         * support/regression/tests/bitfields.c: reenabled z80,
8377         added more tests
8378
8379 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8380
8381         Rules 246.x, 247.x relate to bitfields, the others speed up
8382         access to xdata mapped I/O devices.
8383
8384         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8385
8386 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8387
8388         Cleaned up genPackBits and genUnpackBits and added two helper
8389         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8390         for literal assignments in genPackBits (thanks to Frieder for
8391         reminding me).
8392
8393         * src/mcs51/gen.c
8394         * src/ds390/gen.c
8395
8396 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8397
8398         Fixed bug #748310 (pointer to function type mishandled when the
8399         function name is omitted). Also fixed a SIGSEGV when a function
8400         attribute (reentrant, etc) is used on a non-function or on a
8401         function but misplaced before the parameter list.
8402
8403         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8404         bug #748310
8405         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8406         * support/Util/SDCCerr.h,
8407         * support/Util/SDCCerr.c: Added func attr misuse error msg
8408
8409 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8410
8411         Fixed bug #787649 by anonymous
8412         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8413         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8414
8415 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8416
8417         Fixed numerous bitfield problems.
8418
8419         * src/SDCC.y: More bitfield related error checking
8420         * src/SDCCsymt.h,
8421         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8422         * support/Util/SDCCerr.h,
8423         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8424         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8425         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8426         * support/regression/tests/bitfields.c: tests added
8427
8428 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8429
8430         Made the constant following the "interrupt" keyword optional. If
8431         omitted, the function will not automatically be given an entry
8432         in the interrupt vector table (similar to #pragma NOIV, but
8433         less syntacticly kludgy). The interrupt number is also now
8434         range checked. Also fixed a bug in the high order bit example
8435         in the manual.
8436
8437         * src/SDCC.y
8438         * src/SDCCmem.c
8439         * src/SDCCglue.c
8440         * src/SDCCsymt.h
8441         * support/Util/SDCCerr.c
8442         * support/Util/SDCCerr.h
8443         * doc/sdccman.lyx
8444
8445 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8448         * src/SDCCicode.c (operandOperation): rewritten some ops
8449         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8450         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8451         other type
8452         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8453         be re-activated by defining REDUCE_LITERALS)
8454         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8455         unsigned, but are signed by default
8456         * src/SDCCval.c (constVal): rearranged
8457         * src/SDCCval.c (valMod): preliminary fix
8458         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8459         * support/regression/literalop.c: added, work in progress
8460
8461 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8462
8463         Generate warnings for useless declarations like "char data;"
8464         that don't do what new users expect.
8465
8466         * src/SDCC.y
8467         * support/Util/SDCCerr.h
8468         * support/Util/SDCCerr.c
8469
8470 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8471
8472         * src/SDCCval.c (valMult): fix overflow detection of negative int
8473
8474 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8475
8476         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8477
8478         Changes to support big endian targets:
8479
8480         * src/ports.h
8481         * src/SDCCglue.c
8482         * src/avr/main.c
8483         * src/ds390/main.c
8484         * src/izt/i186.c
8485         * src/mcs51/main.c
8486         * src/pic/main.c
8487         * src/pic16/main.c
8488         * src/xa51/main.c
8489         * src/z80/main.c
8490
8491 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8492
8493         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8494         * device/lib/time.c: fixed warning "integer overflow in expression"
8495
8496 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8497
8498         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8499         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8500         constants are unsigned; added recognition of "u" flag for unsigned
8501         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8502         * src/SDCCval.c (valDiv, valMod): fixed signdness
8503         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8504         signedness of modulo, left and right shift
8505         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8506         * support/Util/SDCCerr.h: added warning W_INT_OVL
8507         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8508         * src/SDCCast.c (ast_print): improved output of constants
8509
8510 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8511
8512         Fixed some warnings when building with MSVC:
8513
8514         * as\mcs51\asdata.c
8515         * as\z80\asdata.c
8516         * as\mcs51\asm.h
8517         * as\z80\asm.h
8518         * link\z80\aslink.h
8519         * link\z80\lkdata.c
8520         * link\z80\lkeval.c
8521         * link\z80\lkgb.c
8522         * link\z80\lkihx.c
8523         * link\z80\lks19.c
8524         * link\z80\lksym.c
8525         * support\cpp2\cpplib.c
8526         * src\ds390\gen.c
8527         * src\mcs51\gen.c
8528
8529 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8532
8533 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8534
8535         * support\librarian\clean.mk: Do not remove Makefile.
8536         * support\librarian\Makefile: added.
8537
8538 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8539
8540         Added librarian to MSVC build:
8541         * all.dsp
8542         * sdcc.dsw
8543         * support\librarian\librarian.dsp
8544
8545         'configure' not needed for librarian, removed:
8546         * support\librarian\configure
8547         * support\librarian\configure.in
8548         * support\librarian\config_in.h
8549         * support\librarian\Makefile.in
8550
8551         Hopefully these ones built the librarian and the rest of sdcc properly:
8552         * Makefile
8553         * Makefile.common.in
8554
8555         Messed up 'configure', so revert to previous version:
8556         * configure
8557         * configure.in
8558
8559 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8560
8561         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8562         there, while the mantissa of a double is "only" 53 bits wide.
8563
8564 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8565
8566         Adding sdcclib to the build.  MSVC project coming soon.
8567         Files added/changed:
8568
8569         * support\librarian\clean.mk
8570         * support\librarian\configure
8571         * support\librarian\configure.in
8572         * support\librarian\config_in.h
8573         * support\librarian\Makefile.bcc
8574         * support\librarian\Makefile.in
8575         * support\librarian\sdcclib.c
8576         * Makefile.bcc
8577         * Makefile
8578         * Makefile.common.in
8579         * configure
8580         * configure.in
8581
8582 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8583
8584         Linker now complaints if linked modules have conflicting options, for
8585         example, one compiled using --model-large and another one compiled with
8586         --model-small.  The following files were modified:
8587
8588         * as\mcs51\asdata.c
8589         * as\mcs51\aslink.h
8590         * as\mcs51\asm.h
8591         * as\mcs51\asmain.c
8592         * as\mcs51\asout.c
8593         * as\mcs51\i51pst.c
8594         * as\mcs51\lkdata.c
8595         * as\mcs51\lklibr.c
8596         * as\mcs51\lkmain.c
8597         * as\z80\asdata.c
8598         * as\z80\asm.h
8599         * as\z80\asmain.c
8600         * as\z80\asout.c
8601         * as\z80\z80pst.c
8602         * link\z80\aslink.h
8603         * link\z80\lkdata.c
8604         * link\z80\lklibr.c
8605         * link\z80\lkmain.c
8606         * src\SDCCglue.c
8607
8608 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8609
8610         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8611         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8612
8613 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8614
8615         * src/z80/mappings.i: fix _mul[us][int,long] entries
8616
8617 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8618
8619         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8620
8621 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8622
8623         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8624         * support/regression/tests/bitopcse.c: added
8625         fixed warning:
8626         * src/avr/gen.c:
8627         * src/pic/gen.c:
8628         * src/pic16/gen.c:
8629         * src/z80/gen.c:
8630         * src/xa51/gen.c:
8631
8632 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8633
8634         added support for new library format to z80, gbz80 linkers:
8635         *link/z80/aslink.h
8636         *link/z80/lklex.c
8637         *link/z80/lklib.c
8638         *link/z80/lklist.c
8639
8640 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8641
8642         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8643         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8644
8645 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8646
8647         added DUMMY_READ_VOLATILE:
8648         * src/SDCC.y:
8649         * src/avr/gen.c:
8650         * src/xa51/gen.c:
8651         * src/z80/gen.c:
8652         * src/pic/gen.c:
8653         * src/pic16/gen.c:
8654         * src/mcs51/gen.c:
8655         * src/ds390/gen.c:
8656         * src/SDCCcse.c (algebraicOpts): many improvements
8657         * src/SDCCcse.h: removed algebraicOpts()
8658         * src/SDCCicode.c (picDummyRead): added
8659
8660 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8661
8662         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8663         "Insufficient space in data memory".
8664
8665 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8666
8667         * src/mcs51/gen.c: fixed bug #771358
8668         * src/z80/gen.c: fixed bug #759087
8669
8670 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8671
8672         * src/pic16/glue.c: minor cleanup by Vangelis
8673
8674 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8675
8676         * device/include/regc515c.h: fixed #758477
8677         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8678         * device/lib/_gptrput.c: saved a few bytes
8679         * my tab spacing is 8, yours too?)
8680         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8681         * device/lib/serial.c: process RX bytes earlier than TX bytes
8682         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8683
8684 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8685
8686         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8687
8688 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8689
8690     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8691
8692 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8693
8694         * device/lib/Makefile.in: bad fix, reverted to 1.43
8695
8696 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8697
8698         * device/lib/Makefile.in: added missing z80 object files
8699
8700 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8703         pic16 progress by Vangelis:
8704         * src/SDCCglobl.h:
8705         * src/SDCCmain.c:
8706         * src/pic/Makefile:
8707         * src/pic:
8708         * pic/Makefile:
8709         * pic16/device.c:
8710         * pic16/device.h:
8711         * pic16/gen.c:
8712         * pic16/gen.h:
8713         * pic16/genarith.c:
8714         * pic16/glue.c:
8715         * pic16/main.c:
8716         * pic16/pcode.c:
8717         * pic16/pcode.h:
8718         * pic16/pcodepeep.c:
8719         * pic16/peeph.def:
8720
8721 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8722
8723     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8724
8725 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8726
8727     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8728     added gbz80 build to MSVC project.
8729     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8730     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8731     from 8051 stuff and setup so it links using a .lnk file.
8732
8733 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8734
8735     * support/librarian/sdcclib.c: sdcc librarian.
8736     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8737     with sdcclib.
8738
8739 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8740
8741     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8742
8743 2003-07-02  Borut Razem <borut.razem AT siol.net>
8744
8745         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8746         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8747         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8748         src/xa51/main.c, src/z80/main.c:
8749         virtualization of glue() function: each port has it's own glue function,
8750         which is accessed by do_glue function pointer in PORT.general structure
8751
8752 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8753
8754         * DS800C400 fun, improved ROM interface and tinibios.
8755
8756 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8757
8758         * More support for DS80C400. Now includes beginning of interface to ROM.
8759
8760 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8761
8762         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8763
8764 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8765
8766         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8767
8768 2003-06-19  Borut Razem <borut.razem AT siol.net>
8769
8770         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8771
8772 2003-06-19  Borut Razem <borut.razem AT siol.net>
8773
8774         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8775         fixed Z80 port - crt0.o: cannot open.
8776
8777 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8778
8779         * support/Util/MySystem.c (merge_command): revert bad fix
8780
8781 2003-06-18  Borut Razem <borut.razem AT siol.net>
8782
8783         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8784
8785 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8786
8787         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8788         option --use-stdout sends errors to stdout instead of stderr.
8789
8790 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8791
8792         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8793
8794 2003-06-15  Borut Razem <borut.razem AT siol.net>
8795
8796         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8797         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8798         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8799         fixed width array of pointers replaced with sets;
8800         multiple include and lib paths ared transferred to preprocessor and linker
8801         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8802         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8803         fixed width array of pointers
8804         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8805         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8806         fixupPath(), getPathDifference()
8807         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8808         fixed width array of pointers
8809
8810 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8811
8812         * src/pic16/ralloc.c: fix warnings
8813         * src/pic16/pcode.c: fix warning
8814
8815 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8816
8817          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8818         know all the details, but essentially this set of changes enable
8819         the pic16 port to generate movff instructions and generate assembler
8820         directives,
8821         * src/SDCCmain.c:
8822         * src/pic16/gen.c:
8823         * src/pic16/glue.c:
8824         * src/pic16/pcode.c:
8825         * src/pic16/device.c:
8826         * src/pic16/main.c:
8827         * src/pic16/pcode.h:
8828         * src/pic16/pcoderegs.c:
8829         * src/pic16/ralloc.c:
8830         * src/pic16/ralloc.h:
8831
8832 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8833
8834         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8835         added option --vc, so sdcc errors and warnings are compatible with
8836         Microsoft Visual Studio.
8837
8838 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8839
8840         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8841           device/lib/libfloat.lib: added atof function.
8842
8843 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * doc/sdccman.lyx: updated to Lyx 1.3
8846         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8847         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8848         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8849
8850 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8853
8854 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8855
8856         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8857           additions to the "related tools/documentation" section
8858
8859 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8862
8863 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8866         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8867
8868 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8869
8870         * doc/sdccman.lyx: fix double dash and other minor things
8871         * doc/Makefile: fix double dash
8872
8873 2003-05-28  Karl Bongers(patches from Martin Helmling)
8874         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8875           condition and ignore commands.
8876
8877 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8878
8879         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8880           is in parts still quite out of date, I did changes as far as I felt makes sense
8881           for a non-native english speaker.
8882           Please feel free to add to the manual or to correct my changes.
8883         * doc/Makefile: undid touching the date of intermediate tex files.
8884
8885 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8886
8887         * doc/sdccman.lyx: Manual has an index now
8888
8889 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8890
8891         Finalize muluint/mulsint and mululong/mulslong merging:
8892         * device/lib/_mulint.c
8893         * device/lib/_mullong.c
8894         * device/lib/gbz80/mul.s
8895         * device/lib/gbz80/stubs.s
8896         * device/lib/z80/mul.s
8897         * device/lib/z80/stubs.s
8898         * src/SDCCsymt.c (initCSupport)
8899
8900 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8901
8902         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8903         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8904           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8905           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8906           instead of /Zm500.
8907
8908 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8909
8910         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8911           the regression tests I'm not brave enough to enable 245.b, 245.c
8912         * doc/sdccman.lyx: added latex preamble for hyperref package.
8913           Using pdflatex this will give you a hyperlinked pdf file with
8914           bookmarks. (prepend '%' before /usepackage if this breaks something)
8915
8916 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8917
8918          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8919
8920 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8921
8922         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8923
8924 2003-05-21    <johan AT balder>
8925
8926         * src/SDCCglue.c (printIval): fixed bug #739934
8927
8928 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8929
8930         Applied patch from bug 737905 (renamed yylineo to mylineno):
8931         * src/altlex.c
8932         * src/SDCCast.c
8933         * src/SDCglobl.h
8934         * src/SDCC.lex
8935         * src/SDCCsymt.c
8936         * src/SDCCval.c
8937         * src/pic16/pcode.c: Cleaned warnings
8938         * src/pic16/pcodeflow.c: Cleaned warnings
8939         * src/pic16/pcoderegs.c: Cleaned warnings
8940
8941 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8942
8943         * src/pic16/pcode.c: Cleaned warnings
8944         * src/pic16/pcodepeep.c: Cleaned warnings
8945         * src/pic16/ralloc.c: Cleaned warnings
8946
8947 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         * doc/sdccman.lyx: fixed bug 739745
8950         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8951
8952 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8955         it can be defined with CFLAGS when running configure
8956         * src/SDCCmain.c: fixed compiling + linking with object files
8957
8958 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8959
8960         * configure.in: configure for pic16 port,
8961             added --disable-pic16-port
8962         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8963         * src/SDCCmain.c: linkOptions is changed to set *,
8964             added if/endif conditional macros to remove options help
8965             messages from optionsTable when a port is not configured, added
8966             support for the PIc16 port in the ports table, when executing
8967             the compiler with no port specified on command line, a default
8968             port is selected with the new macro DEFAULT_PORT which is
8969             defined in port.h, in setDefaultOptions() linkOptions is removed
8970             from initialization assignment, since now it is a set,
8971             parseCmdLine uses setParseWithComma for linkOptions, in
8972             linkEdit() linkOptions are accessed with new function indexSet()
8973             which returns the i'th item of a set variable. See SDCCset.c, in
8974             linkEdit() when calling buildCmdLine(), added linkOptions as
8975             last argument. Now users can pass arguments to gplink via the
8976             -Wl option, main() uses pic16glue() to glue up pic16 programs
8977         * src/SDCCpeeph.c: various changes to support pic16
8978         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8979             return the i'th item of the set
8980         * src/SDCCset.h: added function prototype for indexSet()
8981         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8982         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8983         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8984             added macro DEFAULT_PORT
8985         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8986         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8987             generated
8988         * src/pic16/glue.c: commented out some error producing lines
8989         * src/pic16/main.c: __config directives are commented out to stop
8990             gpasm complaining and test the linkage with gplink, _linkCmd and
8991             _asmCmd changed to be more gplink and gpasm friendly
8992         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8993             produced an error when parsed, peep rule 12 is added to utilize
8994             movff, but it is commented out since the pCode does not support
8995             yet a command with 2 address arguments
8996
8997 2003-05-18    <johan AT balder>
8998
8999         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9000         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9001 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9002
9003         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9004   Added feature to script commands from file.
9005
9006 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9007
9008         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9009         * src/SDCCutil.c: include ctype.h for win32
9010
9011 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9012
9013         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9014
9015 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9016
9017         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9018   Fixed so you can set breakpoints prior to run, run does not stop
9019   on entry now.  Add tbreak.  Other enhancements and fixes for use
9020   with ddd.
9021
9022 2003-05-12  Borut Razem <borut.razem AT siol.net>
9023
9024         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9025
9026 2003-05-11  Borut Razem <borut.razem AT siol.net>
9027
9028         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9029         the path of bin directory, so that PATH is the only env. variable, which has to be set
9030         in case of standard installation.
9031         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9032         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9033         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9034
9035 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9036
9037         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9038         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9039         temp files are in the port dir; clean the gen/test directory when
9040         generating new test.c
9041         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9042         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9043         * support/regression/tests/zeropad.c: added
9044
9045 2003-05-09    <johan AT balder>
9046
9047         * src/SDCCglue.c: fixed bug #597940
9048
9049 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9050
9051         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9052   cache sfr, optimize next,step, fix off by one sourceline,
9053   support ddd list function.
9054         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9055
9056 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9057
9058         * support/regression/HTMLgen.py: added compare_s2f()
9059         * support/regression/Makefile: redo 1.27
9060         * support/regression/generate-cases.py: redo 1.5
9061
9062 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9063
9064         * support/regression/tests/float.c: workaround 33 bit hex constant
9065         * support/regression/tests/simplefloat.c: fix division for host
9066
9067 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9068
9069         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9070         that tame's the PIC's over-aggressive optimizer.
9071
9072 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9073
9074          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9075          support for MSVC.
9076
9077 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9078
9079         Initial support for DS80C400. "Hello world" runs on TINIm400
9080         (with polled I/O).
9081
9082 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9083
9084          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9085          * Some notes on ddd usage added in debugger/README
9086          Martin Helmling adding more features and fixes for ddd GUI debugger.
9087          Code added for nexti, stepi, up, down, and other adjustments.
9088
9089 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9090
9091         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9092         * src/pic/peeph.def Added two rules to optimize carry manipulation
9093         * src/pic/* removed debug printfs
9094
9095 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9096
9097         * debugger/mcs51/cmd.c: added header newalloc.h
9098
9099 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9100
9101         * as/Makefile: new EXEEXT
9102         * as/z80/Makefile: remove trailing slash of BUILDIR
9103         * as/z80/clean.mk: new EXEEXT
9104         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9105         * support/cpp2/Makefile.in: new EXEEXT
9106         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9107
9108 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9109
9110         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9111         EXEEXT was introduced to fix all related problems with targets
9112         "clean", "install" and "uninstall"; a couple of further flaws
9113         especially with "clean" have been fixed too
9114         * as/mcs51/Makefile.in
9115         * as/mcs51/clean.mk
9116         * as/z80/Makefile
9117         * Makefile
9118         * clean.mk
9119         * debugger/mcs51/Makefile.in
9120         * debugger/mcs51/clean.mk
9121         * link/z80/Makefile
9122         * link/z80/Makefile.in
9123         * link/z80/clean.mk
9124         * link/Makefile
9125         * packihx/Makefile.in
9126         * packihx/clean.mk
9127         * sim/ucsim/Makefile
9128         * sim/ucsim/clean.mk
9129         * sim/ucsim/avr.src/Makefile.in
9130         * sim/ucsim/avr.src/clean.mk
9131         * sim/ucsim/s51.src/Makefile.in
9132         * sim/ucsim/s51.src/clean.mk
9133         * sim/ucsim/xa.src/Makefile.in
9134         * sim/ucsim/xa.src/clean.mk
9135         * sim/ucsim/z80.src/Makefile.in
9136         * sim/ucsim/z80.src/clean.mk
9137         * sim/ucsim/main_in.mk
9138         * sim/ucsim/packages_in.mk
9139         * sim/ucsim/gui.src/Makefile.in
9140         * sim/ucsim/gui.src/serio.src/Makefile.in
9141         * sim/ucsim/gui.src/serio.src/clean.mk
9142         * src/Makefile.in
9143         * src/clean.mk
9144         * support/cpp2/Makefile.in
9145         * support/cpp2/clean.mk
9146         * support/makebin/Makefile
9147         * support/makebin/clean.mk
9148         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9149         * doc/sdccman.lyx: --program-suffix no longer needed
9150
9151 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9152
9153          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9154          Martin Helmling added support for ddd GUI debugger.
9155          Code added to display assembly, set variables, and other commands
9156          to interface to ddd.
9157
9158 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9159
9160         * as/Makefile: fix target clean
9161         * as/clean.mk: fix target clean
9162         * as/z80/clean.mk: fix target clean
9163
9164 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9165
9166         * Makefile.common.in: added  AT EXEEXT AT
9167         * configure.in: removed all mingw32 stuff
9168         * configure: rebuilt from configure.in
9169         * doc/sdccman.lyx: updated section "installation"
9170         * support/scripts/sdcc_mingw32: adapted to configure
9171         * support/scripts/sdcc_cygwin_mingw32: added
9172
9173 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9174
9175         * src/pic Added object file support for the PIC port
9176         * src/pic Applied patch from Craig Franklin (this started the object file support)
9177         * src/regression Updated the PIC regression tests for object files
9178
9179 2003-04-20  Borut Razem <borut.razem AT siol.net>
9180
9181         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9182           lklex.c: In function `getfid':
9183           lklex.c:203: warning: array subscript has type `char'
9184         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9185           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9186         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9187           stack handling macros
9188
9189 2003-04-19  Borut Razem <borut.razem AT siol.net>
9190
9191         * "handling space characters in file path" task:
9192         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9193         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9194         * support/Util/MySystem.h: make it self-sufficient
9195         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9196           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9197           handling space characters in file path
9198         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9199           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9200         * support/Util/MySystem.c: handling space characters in executable's path
9201
9202 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9203
9204         * as/z80/Makefile: fix permanent rebuild of z80
9205         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9206         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9207
9208 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9209
9210         * src/SDCCopt.c: add special case optimization to replace modulo by
9211           a power of two with a bitwise AND.
9212
9213 2003-04-18    <johan AT balder>
9214
9215         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9216
9217 2003-04-17    <johan AT balder>
9218
9219         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9220         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9221
9222 2003-04-13  Borut Razem <borut.razem AT siol.net>
9223
9224         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9225         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9226           fixed mingw problem in adl_NORMALIZE_PATH
9227
9228 2003-04-12  Borut Razem <borut.razem AT siol.net>
9229
9230         * fixed "#pragma SAVE/RESTORE can not be nested":
9231         * src/SDCC.lex: reworked pragma handling functions
9232         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9233         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9234
9235 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9236
9237         * src/SDCCutil.c (pathEquivalent): defined but not used
9238         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9239         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9240         * configure: rebuilt from configure.in
9241         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9242         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9243         * device/include/Makefile.in: replace sdcc_datadir
9244         * device/lib/Makefile.in: replace sdcc_datadir
9245         * Makefile.common.in: add LDFLAGS from configure
9246         * packihx/Makefile.in: use LDFLAGS
9247         * src/Makefile.in: use LDFLAGS
9248         * support/cpp2/Makefile.in: add LDFLAGS from configure
9249         * support/makebin/Makefile: use LDFLAGS
9250         * .version: bumped version number to 2.3.5
9251
9252 2003-04-12  Borut Razem <borut.razem AT siol.net>
9253
9254         * completed "different paths" task:
9255         * src/SDCCmacro.c: fixed bug in handling quotes
9256         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9257         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9258
9259 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9260
9261         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9262
9263 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9264
9265         * ds390/gen.c ds390/peeph.def: fix bug 706781
9266
9267 2003-04-11  Borut Razem <borut.razem AT siol.net>
9268
9269         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9270
9271 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9272
9273         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9274         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9275          set - this bit used to not be set...).
9276         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9277           bad code in PIC Port
9278         * src/regression/and2.c added to test bug 609268
9279         * src/regression/Makefile added and2.c to regression test
9280
9281
9282 2003-04-08    <johan AT CP255758-A>
9283
9284         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9285         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9286         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9287
9288 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9289
9290         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9291         fix bug #487815
9292         * support/cpp2/Makefile.in: fix bug #487815
9293         * configure: rebuilt from configure.in
9294         * Makefile.common.in: docdir changed, new path suffixes
9295         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9296         * sdcc_vc_in.h: reflect changes from sdccconf.h
9297         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9298         * src/SDCCutil.h: remove BINDIR hack
9299         * doc/sdccman.lyx: update new path hierarchy
9300
9301 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9302
9303         * src/SDCCpeeph.c: added okToRemoveSLOC test
9304
9305 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9306
9307         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9308
9309 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9310
9311         * src/SDCCpeeph.c: added labelIsReturnOnly test
9312         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9313
9314 2003-04-05    <johan AT balder>
9315
9316         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9317         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9318         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9319         * src/SDCCast.c: fixed a warning
9320         * src/SDCCast.h: fixed a warning
9321         * src/SDCCicode.c (operandFromAst): fixed a warning
9322
9323 2003-04-04    <johan AT balder>
9324
9325         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9326         * src/SDCCast.c (decorateType): fixed bug #715076
9327         * src/SDCC.y: fixed bug #702907
9328
9329 2003-04-03    <johan AT balder>
9330
9331         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9332         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9333         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9334         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9335         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9336
9337 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9338
9339         * _decdptr.c: fix return values
9340         * _gptrget.c: fix return values
9341         * _gptrgetc.c: fix return values
9342         * _gptrput.c: fix return values
9343         * _mulint.c: fix return values
9344         * as/z80/Makefile: fix 'make -j' problem
9345
9346 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9347
9348         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9349         * configure.in: big cleanup, updated to autoconf 2.5x
9350         * configure: rebuilt from configure.in
9351         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9352         * sdcc_vc_in.h: reflect changes from sdccconf.h
9353         * doc/Makefile: fixed a flaw in "make install"
9354
9355 2003-04-02    <johan AT balder>
9356
9357         * src/ds390/gen.c (genCmp): no comments
9358         * src/mcs51/gen.c (genCmp): no comments
9359         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9360         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9361
9362 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9363
9364         * support/regression/generate-cases.py: place generated file in given sub directory
9365         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9366         * support/regression/Makefile: improvements for 'make -j';
9367         side effect: it's simpler and faster now
9368
9369 2003-03-31  Borut Razem <borut.razem AT siol.net>
9370
9371         * src/z80/main.c: link-{port} and as-{port} defined without path
9372         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9373
9374 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9377
9378 2003-03-30  Borut Razem <borut.razem AT siol.net>
9379
9380         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9381           changed type of list parameter to set
9382         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9383         * src/port.h: changed type of do_assemble() parameter to set
9384         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9385           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9386           definition of "cppoutfilename" macro with NULL value in preProcess()
9387         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9388         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9389         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9390           replaced with set *binPathSet
9391         * shash_add() deallocates the item, if allready exsists, before adding the new one
9392         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9393
9394 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9395
9396         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9397           a nested for loop bug in the PIC port
9398         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9399           for loops
9400
9401 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * support/Util/dbuf.h: remove C++ stuff to make it portable
9404
9405 2003-03-28  Borut Razem <borut.razem AT siol.net>
9406
9407         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9408           literal strings in stringLiteral()
9409         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9410         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9411           to the project
9412
9413 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9414
9415         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9416
9417 2003-03-26    <johan AT balder>
9418
9419         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9420         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9421         * src/SDCCast.c (decorateType): fixed " -v < 3"
9422
9423 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9426         Added Lenny Story's debug infrastructure changes:
9427         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9428         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9429         * src/cdbFile.c: added
9430         * src/SDCCdebug.c: added
9431         * src/SDCCdebug.h: added
9432         * src/SDCCast.c (createFunction)
9433         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9434         * src/SDCCmain.c (parseCmdLine, main)
9435         * src/SDCCmem.c (redoStackOffsets)
9436         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9437         * src/SDCCsymt.h
9438         * src/common.h
9439         * src/avr/gen.c (genAVRCode)
9440         * src/ds390/gen.c (gen390Code)
9441         * src/mcs51/gen.c (gen51Code)
9442         * src/pic/gen.c (genpic14Code)
9443         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9444         * src/xa51/gen.c (genXA51Code)
9445         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9446
9447 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9448
9449         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9450         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9451
9452 2003-03-22    <johan AT balder>
9453
9454         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9455
9456 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9457
9458         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9459         * doc/cdbfileformat.lyx: added, written by Lenny Story
9460         * doc/Makefile: added cdbfileformat.lyx
9461         * doc/clean.mk: added cdbfileformat.lyx
9462
9463 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9464
9465         * src/mcs51/peeph.def: fix bug #705773
9466
9467 2003-03-20    <johan AT balder>
9468
9469         An sfr/sbit can have an "at #" AND an initializer
9470         * src/SDCCsymt.c (checkSClass):
9471         * src/SDCCmem.c (allocGlobal):
9472         * src/SDCCmem.c (allocLocal):
9473         * src/SDCCast.c (createBlock):
9474
9475 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9476
9477         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9478
9479 2003-03-16    <johan AT balder>
9480
9481         Undid the hackup of const and volatile, the problem is much bigger
9482         * src/SDCC.y:1.65
9483         * src/SDCCast.c:1.171
9484         * src/SDCCglue.c:1.138
9485         * src/SDCCicode.c:1.146
9486         * src/SDCCsymt.c:1.150
9487         * src/SDCCval.c:1.65
9488
9489 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9490
9491         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9492         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9493
9494 2003-03-13    <johan AT balder>
9495
9496         Hackup const and volatile modifiers in type chains a bit:
9497         * src/SDCC.y:1.63
9498         * src/SDCCast.c:1.169
9499         * src/SDCCglue.c:1.136
9500         * src/SDCCicode.c:1.143
9501         * src/SDCCsymt.c1.146
9502         * src/SDCCsymt.h1.59
9503         * src/SDCCval.c:1.63
9504
9505 2003-03-12    <johan AT balder>
9506
9507         * src/SDCCBBlock.h: more LRH debugging junk
9508         * src/SDCCcflow.h: more LRH debugging junk
9509         * src/SDCCloop.c: more LRH debugging junk
9510         * src/SDCC.y (struct_declaration): fixed bug #697590
9511         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9512         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9513         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9514
9515 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9516         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9517         test function names must now match exactly).
9518         * src/SDCCcse.c: added special case in findCheaperOp to allow
9519         extending a short integer. Makes less awful code for bug 700121 test case.
9520
9521 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9522
9523         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9524         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9525
9526 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9527
9528         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9529         actually called (operandsNotEqual() was called for all
9530         operandsNotEqualX tests).
9531
9532 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9533
9534         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9535         with shorter literals. Fixes bug 700121.
9536
9537 2003-03-11    <johan AT balder>
9538
9539         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9540
9541 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9544         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9545
9546 2003-03-10  Borut Razem <borut.razem AT siol.net>
9547
9548         * src/SDCCmain.c: pipe preprocessor's output
9549         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9550         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9551         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9552         which closes all pipes in pipeSet set
9553         * src/SDCCset.c: free deleted item in function deleteSetItem()
9554         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9555         moved from z80 to src subproject
9556         * .version: increased version number to 2.3.4
9557
9558 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9559
9560         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9561         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9562         * support/regression/ports/xa51/spec.mk: fix typo
9563
9564 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9565
9566         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9567
9568 2003-03-09  Borut Razem <borut.razem AT siol.net>
9569
9570         * src/SDCCmain.c: pipe preprocessor's output
9571         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9572         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9573         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9574         which closes all pipes in pipeSet set
9575         * src/SDCCset.c: free deleted item in function deleteSetItem()
9576         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9577         moved from z80 to src subproject
9578
9579 2003-03-09  Borut Razem <borut.razem AT siol.net>
9580
9581         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9582         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9583         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9584         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9585         * src/SDCCglobl.h: unification of WIN32 native definitions
9586
9587 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9588
9589         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9590
9591 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9592
9593         * src/configure.in:   check for endianess (even while cross-compiling)
9594         * src/configure:      check for endianess (even while cross-compiling)
9595         * src/configure_in.h: check for endianess (even while cross-compiling)
9596         * src/avr/gen.c:        remove old endianess stuff
9597         * src/mcs51/gen.c:      remove old endianess stuff
9598         * src/ds390/gen.c:      remove old endianess stuff
9599         * src/pic/gen.c:        remove old endianess stuff
9600         * src/pic/genarith.c:   remove old endianess stuff
9601         * src/pic/glue.c:       fix endianess check
9602         * src/pic16/gen.c:      remove old endianess stuff
9603         * src/pic16/genarith.c: remove old endianess stuff
9604         * src/pic16/glue.c:     fix endianess check
9605         * src/xa51/gen.c:       remove old endianess stuff
9606         * src/z80/gen.c:        fix endianess check
9607         * src/SDCCglue.c:       fix endianess check
9608         * src/ds390/peeph.def: fix bug 700036
9609
9610 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9613         * src/configure: find appropriate data-types on host for SDCC's int and long
9614         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9615         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9616         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9617
9618 2003-03-07    <johan AT balder>
9619
9620         Just a big NOOP:
9621                 some minor cleanups before the big shot
9622                 OP_DEFS and OP_USES now use Kevin's protection
9623                 new option --nolabelopt
9624
9625         * src/SDCCBBlock.c:
9626         * src/SDCCast.c,:
9627         * src/SDCCcflow.c:
9628         * src/SDCCcse.c:
9629         * src/SDCCicode.c:
9630         * src/SDCCicode.h:
9631         * src/SDCClabel.c:
9632         * src/SDCCloop.c:
9633         * src/SDCCmain.c:
9634         * src/ds390/ralloc.c:
9635         * src/mcs51/ralloc.c:
9636         * src/pic/ralloc.c:
9637         * src/xa51/ralloc.c:
9638         * src/z80/ralloc.c:
9639
9640 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9641
9642         * src/pic/pcode.c (get_op): fix 64 bit warnings
9643         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9644         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9645         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9646         * support/regression/tests/malloc.c: fix 64 bit warnings
9647
9648 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9649
9650         * src/mcs51/gen.c (genMinus): fixed bug 696436
9651
9652 2003-03-02  Borut Razem <borut.razem AT siol.net>
9653
9654         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9655
9656 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9657
9658         * configure.in: test for mkstemp
9659         * sdccconf_in.h: add HAVE_MKSTEMP
9660
9661 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9662
9663         * device/include/ctype.h: removed warning while using --stack-auto
9664         * device/include/malloc.h: removed warning while using --stack-auto
9665         * device/include/string.h: removed warning while using --stack-auto
9666
9667 2003-02-23  Borut Razem <borut.razem AT siol.net>
9668
9669         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9670         because NDEBUG is defined (see man assert)
9671         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9672
9673 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9674
9675         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9676         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9677
9678 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9679
9680         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9681         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9682
9683 2003-02-18    <johan AT balder>
9684
9685         * as/mcs51/asmain.c (asmbl): module can start with a digit
9686         * as/z80/asmain.c (asmbl): module can start with a digit
9687
9688 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9691         * src/asm.c: fix pipe() for Mingw32
9692
9693 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9694
9695         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9696         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9697         make -V work again; --c1mode reads now from stdin
9698         * doc/sdccman.lyx: added --c1mode
9699         * support/Util/SDCCerr.c: new messages for c1 mode
9700         * support/Util/SDCCerr.h: new messages for c1 mode
9701         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9702
9703 2003-02-15    <johan AT balder>
9704
9705         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9706
9707 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9708
9709         * doc/sdccman.lyx: Environment variables, -o and other minor things
9710
9711 2003-02-14    <johan AT balder>
9712
9713         * src/xa51/main.c: before anyone really tries to use it :)
9714
9715         * Install doc's in share/sdcc/doc
9716         * removed some obsolete files
9717         * Do a proper make distclean and uninstall
9718         M Makefile.common.in
9719         R sdccbuild.sh
9720         M as/Makefile
9721         M device/include/Makefile.in
9722         M device/lib/Makefile.in
9723         M doc/sdccman.lyx
9724         M link/Makefile
9725         M sim/ucsim/doc/Makefile.in
9726         M src/clean.mk
9727         R src/avr/peeph.rul
9728         R src/xa51/peeph.rul
9729         M support/cpp2/Makefile.in
9730         M support/makebin/Makefile
9731
9732
9733 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9734
9735         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9736
9737 2003-02-10  Borut Razem <borut.razem AT siol.net>
9738
9739         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9740         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9741         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9742         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9743         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9744         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9745         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9746         src/z80/Makefile.bcc: Borland Makefile cleanup
9747         * as/z80/Makefile.bcc: Added Borland Makefile
9748         * support/cpp2/borland.h: Removed
9749
9750 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9751
9752         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9753         * src/SDCC.lex: new pragma NOIV
9754         * src/SDCCglobl.h: new pragma NOIV
9755         * src/SDCCmem.c: new pragma NOIV
9756
9757 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9758
9759         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9760
9761 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         * src/SDCCmain.c: signal handling is switched off by --debug
9764         * doc/Makefile: small fix for install; use clean.mk again
9765         * doc/clean.mk: clean *.pdf and *.html too
9766
9767 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9768
9769         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9770         * device/lib/printfl.c: fix a ds390 bug by making it portable
9771         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9772         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9773         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9774         * debugger/mcs51/cmd.c: converted multi-line string literals
9775         * sim/ucsim/globals.cc: converted multi-line string literals
9776         * src/SDCCmain.c: introduced signal handler to remove temp files
9777         * doc/Makefile: small tweaks, implement clean
9778         * doc: removed generated files
9779
9780 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9781
9782         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9783         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9784         Address Record is not correctly generated for DS390."
9785
9786 2003-02-02  Borut Razem <borut.razem AT siol.net>
9787
9788         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9789         * as/mcs51/asm.h: fixed compilation with Borland C
9790         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9791         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9792         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9793         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9794         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9795         src/z80/Makefile.bcc: delete $(LIB) only if exist
9796         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9797
9798 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9799
9800         * device/include/malloc.h: introduced NULL
9801         * device/include/string.h: introduced NULL
9802         * device/include/stdlib.h: introduced NULL
9803         * device/lib/_memcpy.c: removed NULL
9804         * device/lib/_strcat.c: removed NULL
9805         * device/lib/_strchr.c: removed NULL
9806         * device/lib/_strcmp.c: removed NULL
9807         * device/lib/_strcpy.c: removed NULL
9808         * device/lib/_strcspn.c: removed NULL
9809         * device/lib/_strlen.c: removed NULL
9810         * device/lib/_strncat.c: removed NULL
9811         * device/lib/_strncmp.c: removed NULL
9812         * device/lib/_strncpy.c: removed NULL
9813         * device/lib/_strpbrk.c: removed NULL
9814         * device/lib/_strrchr.c: removed NULL
9815         * device/lib/_strspn.c: removed NULL
9816         * device/lib/_strstr.c: removed NULL
9817         * device/lib/_strtok.c: removed NULL
9818         * device/lib/malloc.c: removed NULL, include own header
9819
9820 2003-02-02    <johan AT balder>
9821
9822         * 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
9823         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9824         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9825         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9826         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9827         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9828
9829 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9830
9831         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9832         area 'DATA'"
9833
9834 2003-02-01    <johan AT balder>
9835
9836         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9837
9838 2003-01-31    <johan AT CP255758-A>
9839
9840         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9841
9842 2003-01-30    <johan AT balder>
9843
9844         * src/SDCCBBlock.c: automatic bug detection
9845         * src/SDCCicode.c: automatic bug detection
9846
9847 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9848
9849         * src/SDCCglobl.h:   now --xram-size 0 works
9850         * src/SDCCmain.c:    now --xram-size 0 works
9851
9852 2003-01-29    <johan AT balder>
9853
9854         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9855
9856 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9857
9858         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9859         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9860         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9861         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9862         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9863         * src/SDCCmain.c:    Added options --xram-size and --code-size
9864
9865 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9866
9867         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9868         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9869
9870 2003-01-27    <johan AT balder>
9871
9872         * src/SDCC.y: fixed bug #613764
9873
9874 2003-01-26    <johan AT balder>
9875
9876         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9877         * src/SDCCsymt.h: fixed bug #673374
9878         * src/SDCCglue.c: fixed bug #661910
9879         * src/SDCCast.c: fixed bug #458099 and 673374
9880
9881 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9882
9883         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9884         * as/mcs51/strcmpi.h: added
9885         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9886         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9887         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9888         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9889         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9890         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9891         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9892         * as/mcs51/Makefile.aslink: new module strcmpi
9893         * as/mcs51/Makefile.asx8051: new module strcmpi
9894         * as/mcs51/Makefil.bcc: new module strcmpi
9895         * as/mcs51/Makefile.in: new module strcmpi
9896         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9897
9898 2003-01-26    <johan AT balder>
9899
9900         * src/SDCCglue.c: reverted back to 1.124
9901         * src/SDCCast.c: reverted back to 1.156
9902         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9903
9904 2003-01-25    <johan AT balder>
9905
9906         * src/SDCCglue.c: A better fix for bug #661910
9907         * src/SDCCast.c: A better fix for bug #661910
9908         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9909
9910 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9911
9912         * src/Makefile.in: remove spawn.o
9913         * src/SDCCmain.c: remove spawn.h
9914         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9915         * src/spawn.c: removed
9916         * src/spawn.h: removed
9917         * support/regression/ports/ds390/spec.mk: link with -r
9918
9919 2003-01-24    <johan AT CP255758-A>
9920
9921         * src/ds390/gen.c (aopOp): fixed bug #667458
9922         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9923         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9924         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9925
9926 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9927
9928         * src/mcs51/peeph.def: better assembler identation by Frieder
9929         * src/mcs51/gen.c: better assembler identation by Frieder
9930
9931 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9932
9933         * as/z80/string.h: removed for gcc 3.2
9934         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9935         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9936
9937 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9938
9939         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9940         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9941         * support/regression/Makefile: separate temp files for ports
9942         * support/regression/generate-cases.py: separate temp files for ports
9943         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9944         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9945
9946 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9947
9948         * moved tinitalk to device/examples/ds390
9949
9950 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9951
9952         * as/mcs51/lkmem.c: rflag is for DS390
9953         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9954         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9955                          (linkEdit): move mem- and map-files the same way as ihx-files
9956         * src/z80/main.c (_setDefaultOptions): removed --generic
9957         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9958         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9959         * src/pic/glue.c (picglue): --c1mode works again
9960         * src/pic16/glue.c (pic16glue): --c1mode works again
9961         * src/asm.c (printCLine): fix #660034
9962
9963 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9964
9965         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9966         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9967         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9968         * as/mcs51/lkmem (summary): better fix for sp problem
9969         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9970         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9971         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9972                                               remove --stack-after-data
9973
9974 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9975
9976         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9977         * src/SDCCutil.c (join): ugly bug: missing '\0'
9978         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9979
9980 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9981
9982         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9983         * src/port.h: typo
9984         * src/pic/main.c (_asmCmd): gpasm supports -o
9985         * src/z80/main.c: more general macros
9986         * device/lib/Makefile.in: remove intermediate files
9987
9988 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9989
9990         * .version: Bumped version number to 2.3.3
9991         * src/SDCCBBlock.c: new option -o
9992         * src/SDCCglobl.h: new option -o
9993         * src/SDCCglue.c: new option -o
9994         * src/SDCCmain.c: new option -o
9995         * src/asm.c: new option -o
9996         * src/ds390/main.c: new option -o
9997         * src/pic/glue.c: new option -o
9998         * src/pic/pcode.c: new option -o
9999         * src/pic/ralloc.c: new option -o
10000         * src/pic16/glue.c: new option -o
10001         * src/pic16/pcode.c: new option -o
10002         * src/pic16/ralloc.c: new option -o
10003         * src/z80/main.c: new option -o
10004         * device/lib/Makefile.in: use -o
10005         * support/regression/ports/ds390/spec.mk: use -o
10006         * support/regression/ports/gbz80/spec.mk: use -o
10007         * support/regression/ports/mcs51/spec.mk: use -o
10008         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10009         * support/regression/ports/z80/spec.mk: use -o
10010         * support/regression/ports/ucz80/spec.mk: use -o
10011         * support/regression/ports/xa51/spec.mk: use -o
10012         * support/regression/fwk/lib/timeout.c: fix usage string
10013
10014 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10015         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10016
10017 2003-01-07    <johan AT balder>
10018
10019         * src/SDCCast.c (decorateType): fixed bug #600035
10020
10021 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10022         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10023         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10024         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10025         * src/pic/pcode.c: outcommented unused variable to remove warnings
10026         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10027
10028 2003-01-06    <karl AT turbobit.com>
10029         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10030    regression tests.
10031
10032 2003-01-06    <johan AT balder>
10033
10034         * src/SDCCicode.c: fixed array add
10035
10036 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10037         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10038         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10039
10040 2003-01-04    <johan AT balder>
10041
10042         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10043
10044 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10045         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10046
10047 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10048         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10049         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10050
10051 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10052         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10053
10054 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10055         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10056
10057 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10058         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10059
10060 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10061
10062     * in \sdcc\as\mcs51\ changed these files in order to create an
10063     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10064     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10065     following files to include the previous two files: aslink.dsp,
10066     Makefile.aslink, Makefile.bcc, and Makefile.in.
10067
10068     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10069     .adb instead of .cdb
10070
10071 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10072
10073         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10074         value from option --iram-size.
10075
10076 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10077
10078         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10079         dram[] array.
10080
10081 2002-09-18    <wiml AT hhhh.org>
10082
10083         * SDCClrange.h: exposed setFromRange() and setToRange()
10084         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10085           packRegsForAccUse() (bug 542397)
10086         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10087           multiple times and emitting the fetch operations more than once
10088           added aopGetUsesAcc() function to allow binary operators to
10089           fetch their operands in the correct order; made genMinus() emit
10090           compact code for X = LITERAL - Y
10091
10092 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10093         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10094         sprintf() in line 1267.
10095
10096 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10097         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10098         like ports.
10099
10100 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10101         Changes to aslink (All the changes are marked with 'JCF'):
10102
10103         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10104         summary().
10105
10106         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10107         area BSEG.  Also moves, if possible, the DATA area down into the internal
10108         ram so more space is available.
10109
10110         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10111         sflag.
10112
10113         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10114         not bytes.  Function summary() which creates a memory usage summary
10115         file with extension .mem.  Reports of overlaping stack and small stack
10116         size.  If the space for the stack is less than 16 bytes aslink trows a
10117         warning.
10118
10119         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10120         the 8051.  Option 'y' for memory summary output file.
10121
10122         Changes to sdcc (All the changes are marked with 'JCF'):
10123
10124         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10125
10126         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10127         overlaying area for it (uses RegBankUsed[4]).
10128
10129         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10130         bank zero as used by default.  By default aslink locates the stack
10131         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10132         the creation of the .mem file.  Delegates the allocation of data area
10133         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10134         the begining of the stack area to aslink.
10135
10136         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10137         glue() in SDCCglue.c creates an area for it.
10138
10139 2002-09-03  Borut Razem <borut.razem AT siol.net>
10140         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10141         sdcc/src/pic/glue.c:
10142         introduced atexit() handler for teporay files removal in case of
10143         errors, assertions, ...
10144
10145 2002-08-29  Borut Razem <borut.razem AT siol.net>
10146         * sdcc/support/cpp2/auto-host_vc_in.h:
10147         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10148         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10149         Maybe there is a similar problem with BORLANDC? It should be checked!
10150
10151         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10152         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10153         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10154         was not executed, and the compiler (cl) launched a warning:
10155         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10156
10157 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10158         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10159
10160 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10161         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10162
10163         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10164           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10165           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10166           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10167           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10168           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10169           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10170         - added Release configuration in VS projects
10171         - review of compiler an linker options
10172         - VC .exe files are generated in bin_vc directory, not to interfere
10173           with binaries generated from other projects (cygwin, mingw, bcc ...)
10174
10175         * sdcc/src/yacc.dsp: added
10176
10177         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10178         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10179         and insert the version number definitions from .version
10180
10181         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10182
10183         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10184         added - genarate auto-host.h using auto-host_vc_in.h as template
10185
10186         * sdcc/sdcc_vc.h,
10187         removed from CVS, generated automatically
10188
10189 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10190         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10191
10192 2002-08-11  Borut Razem <borut.razem AT siol.net>
10193         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10194
10195 2002-08-10  Borut Razem <borut.razem AT siol.net>
10196         * src/SDCCmain.c (main):
10197         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10198         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10199         The consequence was that some temporary files were not removed.
10200
10201         * src/SDCCglue.c:
10202         unification of code in functions tempfilename() and tempfile():
10203         function tempnam() is defined in Visual Studio 6.0 and .NET
10204
10205         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10206
10207         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10208           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10209         - removed compiler command line option /WX: Treats all warnings as errors
10210         - update a list of source files, included into the project
10211
10212         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10213           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10214         changed project type to Generic Project so that can be correcly converted to VS.NET project
10215
10216         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10217
10218         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10219
10220         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10221
10222         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10223         added return 0 statements after assert() to make compiler happy
10224
10225         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10226         added newline in the def file to keep MSC compiler satisfied
10227
10228         * sdcc/src/z80/gen.c:
10229         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10230           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10231         - solved MSC error in function aopDump()
10232
10233         * sdcc_vc.h: define PREFIX as "\\sdcc"
10234
10235 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10236         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10237
10238 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10239         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10240         - Rewrote the register banking algorithm.
10241         - Added pCode live-range analysis to registers (for now, only non-used and
10242         singly-used registers optimized away)
10243
10244         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10245
10246         * 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.
10247
10248 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10249         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10250
10251 2002-04-22  Michael Hope  <michaelh AT vroom>
10252
10253         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10254
10255         * configure.in (DD_COPT): Added include support required for gbdk.
10256
10257         * .version: Bumped version number just to increase it.
10258
10259         * src/SDCCmain.c: Added -nostdinc to the default options.
10260
10261 2002-04-15  Michael Hope  <michaelh AT vroom>
10262
10263         * device/lib/z80/printf.c (sprintf): Added.
10264
10265         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10266
10267         * src/z80/peeph.def: Added transpose redundent load rule.
10268
10269         * src/z80/main.c: Added force callee saves for jaune.
10270
10271         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10272
10273         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10274
10275 2002-03-28  Johan Knol  <johan AT balder>
10276
10277         * src/SDCCval.c: fixed bug #532436
10278
10279 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10280         * /src/port.h:
10281         Added "char *Processor" field to the port structure.
10282
10283         * /src/SDCCmain.c:
10284         Added -p option. Allows port dependent processor to be specified.
10285
10286         * all ports:
10287         Initialized the new field char *Processor field to NULL in all ports
10288
10289         * /src/pic/*:
10290         Compiler generated registers for interrupt context saving
10291         were not getting allocated.
10292
10293 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10294
10295         * /src/SDCCast.c:
10296         Fixed left shift. Will promote the left side of a left shift
10297         if a) left shifting more than size of operand or b) when assigned
10298         to something size > size of left side
10299
10300 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10301         * src/pic/*
10302         tons of changes. Register allocation has been
10303         rewritten. Added customization for the various PICs. Flow
10304         analysis is restructured. ...
10305
10306         * src/pic/device.h:
10307         Added
10308
10309         * src/pic/device.c:
10310         Added. device.c is a PIC port hack to accomodate variations
10311         in PIC devices.
10312
10313 2002-03-13  Michael Hope  <michaelh AT vroom>
10314
10315         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10316
10317 2002-03-04  johanknol  <johanknol AT manik>
10318
10319         * /src/SDCCval.c: fixed
10320
10321         const unsigned char arr[][2] = { { 0, 1 } };
10322         t18.c:1: error: Initializer element is not constant
10323
10324 2002-03-04  bela  <bela AT manik>
10325
10326         * /device/include/mcs51reg.h:
10327         ds89c420 register definition update
10328
10329 2002-03-03    <johan AT FRIJA>
10330
10331         * support/Util/SDCCerr.c: did something, but don't no why anymore
10332
10333         * support/regression/tests/bug-524691.c: made it a little less shy
10334
10335         * src/SDCCast.c (decorateType): fixed bug #524697
10336
10337         * src/SDCCast.c: made some lineno improvements
10338
10339         * src/SDCCval.c (getNelements): changed warning to error
10340
10341         * src/SDCCglue.c (printIvalArray): changed warning to error
10342
10343         * src/SDCCicode.c: fixed a warning for mingw
10344
10345         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10346
10347         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10348
10349 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10350
10351         * src/ds390/peeph.def:
10352         Added some more peephole rules
10353
10354         * src/ds390/gen.c: Various fixes & enhancements
10355
10356         * src/SDCClrange.c, src/SDCClrange.h:
10357         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10358
10359         * src/ds390/ralloc.c:
10360         various fixes & enhancements (ds390) specific
10361
10362         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10363         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10364         from rallocs.
10365
10366         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10367
10368 2002-03-02    <johan AT FRIJA>
10369
10370         * src/SDCCast.c (decorateType): fixed bug #524708
10371
10372         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10373
10374         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10375
10376 2002-03-01  Michael Hope  <michaelh AT vroom>
10377
10378         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10379
10380         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10381
10382 2002-03-01    <johan AT FRIJA>
10383
10384         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10385
10386         * src/SDCCast.c (decorateType): fixed bug #524209
10387
10388         * src/SDCCval.c (valNot): fixed bug #524195
10389
10390 2002-02-26    <johan AT balder>
10391
10392         * src/xa51/gen.c: fixed a warning
10393
10394         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10395
10396         * src/SDCCast.c (decorateType): fixed bug #522534
10397
10398 2002-02-23    <johan AT balder>
10399
10400         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10401
10402 2002-02-22    <johan AT balder>
10403
10404         * src/SDCCast.c: fixed bug #514865
10405
10406         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10407
10408 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10409
10410         * sdcc/src/SDCCloop.c:
10411         Previous fix was not good. basic blocks that have "break" or "return" are
10412         not really partof a loop , but live ranges used in these blocks should
10413         be live thru the entire loop, so set partOfLoop but don't add them to
10414         loop region
10415
10416 2002-02-21    <johan AT FRIJA>
10417
10418         * src/SDCCcse.c: fixed bug #514308
10419
10420 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10421
10422         * src/SDCCloop.c:
10423         Fixed BUG #519583. If a conditional block ended in a return/break
10424         statement inside a loop, it was not being considered part of the loop.
10425
10426         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10427
10428 2002-02-10  Karl Bongers <karl AT turbobit.com>
10429
10430         * debugger/*:
10431         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10432         with lots of comments and notes.
10433
10434         * device/examples/test2.c:
10435         Fix bug, "red" variable not being initialized(compiler complained).
10436
10437         * device/examples/Makefile, examples/test3.c:
10438         Add Makefile in device/examples folder, compiles test3.c
10439         for use as a multiple module SDCDB test case.
10440
10441         * sim/ucsim/cmd.src/cmdset.cc:
10442         Took out debug printfs in ucsim "next" command.
10443
10444         * sim/ucsim/xa.src:
10445         Karl and Johan start ucsim XA support.  Most dissassembly working,
10446         about 75% emulation done(plenty of work remaining).
10447
10448         * sim/ucsim/z80.src:
10449         Add Z80 support to ucsim, add test-ucz80 regression test,
10450         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10451         Notice z80 compiler fails on examples/test3.c/crc code.
10452
10453 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10454
10455         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10456         Added support for --parms-in-bank1
10457
10458         * src/ds390/peeph.def:
10459         added a few more peephole optimzations
10460
10461         * src/ds390/main.c:
10462         1) added __builtin_inp & __builtin_outp used to read in data of given length
10463            from a memory mapped port
10464         2) added __builtin_memcmp
10465         3) added __builtin_swapw swap bytes of a short
10466
10467         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10468         1) handle multiple send & receives from register bank1
10469         2) ralloc can now allocate DPTR1 to some liveRanges
10470
10471         * src/SDCCsymt.c, src/SDCCsymt.h:
10472         changes to handle multiple sends & receives
10473
10474         * src/SDCCptropt.h:
10475         added some pointer arithmetic optimization
10476
10477         * src/SDCCptropt.c:
10478         added some pointer arithmetic optimizations but not stable yet so not
10479         called from anywhere (will get this working shortly)
10480
10481         * src/SDCCopt.c: fixed for multiple sends & receives
10482
10483         * src/SDCCmain.c:
10484         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10485         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10486            set preprocessor defines (depending on options)
10487
10488         * src/SDCCicode.c, src/SDCCicode.h:
10489         changes made to handle multiple sends & receives
10490
10491         * src/SDCCglobl.h:
10492         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10493
10494         * src/SDCCcse.c, src/SDCCcse.h:
10495         added function findbackward def (to be used in upcoming optimization)
10496
10497         * src/SDCCcflow.c, src/SDCCcflow.h:
10498         added function returnAtEnd - to determine if a basic block terminates with
10499         a RETURN iCode
10500
10501         * src/SDCCast.c, src/SDCCast.h:
10502         added option parms-in-bank1
10503
10504         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10505         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10506         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10507         adjusted for --parms-in-bank1 option
10508
10509         * device/include/string.h:
10510         donot redefine "reentrant" keyword
10511
10512         * device/include/ds80c390.h: Added some more SFRs
10513
10514 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10515
10516         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10517
10518 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10519
10520         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10521
10522 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10523
10524         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10525
10526 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10527
10528         * Added --xram-movc option
10529
10530 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10531
10532         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10533
10534 2002-01-11  Johan Knol
10535
10536         * Added math lib of Jesus Calvino-Fraga
10537
10538 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10539
10540         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10541         * support/regression/Makefile: new target test-mcs51-stack-auto
10542         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10543
10544 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10545
10546         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10547
10548 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10549
10550         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10551
10552 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10553
10554         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10555
10556         * src/SDCCglue.h: add definition for printIvalChar()
10557
10558 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10559
10560         * src/SDCCast.c: fix #498138 by Johan
10561
10562         * src/SDCCglue.c: fix #498138 by Johan
10563
10564 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10565
10566         * support/regression/Makefile: fix clean
10567
10568         * support/regression/ports/ds390/support.c: fix transmission of last character
10569
10570 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10571
10572         * /sdcc/src/ds390/gen.c:
10573         a) improved computing address of stack variable
10574         b) took out some #if 0 code
10575         c) improved parmBytes adjustment
10576         d) improved genPlusIncr & genMinusIncr
10577         e) genCmp could generate bad code (when left assigned to DPTR)
10578         f) Fixed bug in hasInc
10579
10580         * /sdcc/src/ds390/ralloc.c:
10581         a) packRegsForSupport could mess up live information (Fixed)
10582         b) packRegsDPTRuse could be incorrect for left & right shift
10583
10584         * /sdcc/src/mcs51/ralloc.c:
10585         packRegsForSupport could mess up the live information (Fixed)
10586
10587         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10588
10589         * /sdcc/src/SDCCast.c:
10590         can reverse a loop even if function call is present as long
10591         as the loop control variable is local & is not passed as parameter
10592
10593 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10594
10595         * /sdcc/ChangeLog: *** empty log message ***
10596
10597         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10598         More builtin function additions for TININative
10599
10600         * /sdcc/src/ds390/ralloc.c:
10601         Had broken the regression testsuite
10602
10603         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10604
10605         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10606         Added funcattr hasStackParms will be set for reentrant functions when there
10607         are paramteres on the stack, this helps in minimizing frame pointer generation
10608         typeFromStr can handle function pointers now
10609
10610         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10611         *** empty log message ***
10612
10613 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10614
10615         * /src/ds390/gen.c, /src/ds390/main.c:
10616         More builtin function additions for TININative
10617
10618         * /src/ds390/ralloc.c:
10619         Had broken the regression testsuite
10620
10621         * /src/SDCCast.c: Fixed a bug in dumptree
10622
10623         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10624         Added funcattr hasStackParms will be set for reentrant functions when there
10625         are paramteres on the stack, this helps in minimizing frame pointer generation
10626         typeFromStr can handle function pointers now
10627
10628         * /doc/builtins.txt, /doc/TININative.txt:
10629         *** empty log message ***
10630
10631
10632 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10633
10634         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10635         ALPHA version for -mTININative
10636
10637         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10638         updated to reflect changes in the port structure
10639
10640         * /src/port.h:
10641         added function do_assemble (similar to do_link) if non-null this function
10642         will be called to do assembly (-mTININative) requires a multi command
10643         assembly
10644         added function genAssemblerEnd will be called to generate assembler Epilogue
10645
10646         * /src/SDCCsymt.c:
10647         added _JavaNative to debug info printing
10648
10649         * /src/SDCCmain.c: added option --tini-libid
10650         added port->do_assemble function (-mTININative) has a multi command assemble
10651
10652         * /src/SDCCglue.c: Disabled "constExpr" check
10653         added port->genAssemblerEnd function
10654
10655         * /src/SDCCglobl.h: Added option --tini-libid value
10656
10657         * /src/SDCCast.h:
10658         tookout optimizeCompare from the header (has no external references)
10659
10660         * /src/SDCCast.c: made one more function "static"
10661
10662 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10663
10664         * src/z80/mappings.i: Added z80asm support.
10665
10666         * src/z80/main.c: Added z80asm support on --asm=z80asm
10667
10668         * src/z80/gen.c: Fixed asm portability issues.
10669
10670         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10671
10672         * src/SDCCglue.c (printExterns): Added global/extern split.
10673
10674 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10675
10676         * support/regression/Makefile: added test for mcs51 model large
10677
10678         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10679
10680         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10681
10682 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10683
10684         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10685
10686 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10687
10688         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10689
10690         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10691
10692 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10693
10694         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10695
10696         * support/regression/tests/simplefloat.c: Port to mcs51.
10697
10698 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10699         * support/regression/tests/bug-485362.c: Added.
10700
10701         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10702
10703         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10704
10705         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10706
10707         * src/z80/gen.c (aopDump): Added a dump function.
10708
10709 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10710         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10711
10712         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10713
10714         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10715
10716         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10717
10718         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10719
10720         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10721
10722         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10723
10724         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10725
10726         * support/regression/ports/ds390/support.c: Use tinibios.
10727
10728         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10729
10730 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10731
10732         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10733         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10734
10735         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10736
10737         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10738
10739 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10740
10741         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10742
10743         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10744         (packRegsForIYUse): Created and optimised.
10745
10746 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10747
10748         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10749 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10750
10751         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10752
10753         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10754
10755         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10756
10757 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10758
10759         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10760
10761         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10762
10763 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10764
10765         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10766
10767         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10768
10769         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10770
10771 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10772
10773         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10774         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10775         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10776
10777         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10778
10779         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10780         (genNotFloat): Added.
10781         (genUminusFloat): Added.
10782
10783         * device/lib/z80/Makefile: Added floating pt stubs.
10784
10785         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10786
10787         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10788
10789         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10790
10791 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10792
10793         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10794
10795         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10796
10797         * sdcc/support/regression/Makefile: Add port ds390.
10798
10799         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10800
10801         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10802
10803         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10804
10805         * sdcc/support/regression/ports/ds390/support.c: Added.
10806
10807         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10808
10809         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10810
10811         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10812
10813 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10814
10815         * device/include/malloc.h: Added z80 and gbz80 support.
10816
10817         * device/lib/gbz80/heap.s: Added.
10818
10819         * device/lib/z80/heap.s: Added.
10820
10821         * device/lib/malloc.c: Added z80 and gbz80 support.
10822
10823         * support/regression/tests/malloc.c (testMalloc): Added.
10824
10825         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10826
10827         * support/regression/tests/bug-478094.c: Added.
10828
10829         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10830
10831 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10832
10833         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10834
10835         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10836
10837         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10838
10839         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10840
10841         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10842
10843 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10844
10845         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10846
10847 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10848
10849         * support/regression/tests/bug-477927.c: Added.
10850
10851         * src/z80/peeph.def: Added minor rules.
10852
10853         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10854
10855         * src/z80/peeph.def: Added jump optimisation modification.
10856
10857 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10858
10859         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10860
10861 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10862
10863         * support/regression/tests/funptrs.c: Added.
10864
10865 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10866
10867         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10868
10869 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10870
10871         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10872
10873         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10874
10875         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10876         (movLeft2ResultLong): Created.
10877
10878         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10879         (joinPushes): Added.  Joins two char pushes into a word push.
10880
10881 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10882
10883         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10884
10885         * support/makebin/Makefile (install): Added creation of dest dir.
10886
10887 2001-10-24 Karl Bongers <karl AT turbobit.com>
10888
10889         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10890
10891 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10892
10893         * src/z80/ralloc.c: Turned off faulty pack for one use.
10894
10895         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10896
10897         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10898
10899 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10900
10901         * support/regression/Makefile: Improved clean
10902
10903         * support/regression/ports/gbz80/spec.mk: Added clean
10904
10905         * support/regression/ports/host/spec.mk: Added clean
10906
10907         * support/regression/ports/z80/spec.mk: Added clean
10908
10909         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10910
10911         * support/regression/ports/mcs51/timeout.c: little improvements
10912
10913 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10914
10915         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10916
10917         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10918
10919         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10920
10921 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10922
10923         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10924
10925         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10926
10927 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10928         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10929
10930         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10931
10932         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10933
10934         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10935
10936         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10937
10938         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10939
10940         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10941
10942         * support/regression/tests/longor.c: Added.
10943
10944 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10945
10946         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10947
10948         * as/mcs51/aslink.h: define PATH_MAX
10949
10950         * as/mcs51/asm.h: define PATH_MAX
10951
10952         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10953
10954         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10955
10956         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10957
10958         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10959
10960         * src/SDCCglobl.h: define PATH_MAX
10961
10962         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10963
10964         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10965
10966 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10967
10968         * src/z80/gen.c (gencjneshort): Fixed
10969
10970         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10971
10972 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10973
10974         * support/regression/tests/bug-469671.c: Added.
10975
10976         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10977
10978 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10979
10980         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10981
10982         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10983
10984 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10985
10986         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10987
10988         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10989
10990         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10991
10992         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10993
10994         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10995
10996         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10997
10998         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10999
11000 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11001
11002         * 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.
11003
11004         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11005
11006         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11007
11008 2001-10-07    <johan AT FRIJA>
11009
11010         * device/lib/gets.c (gets): fixed the return value.
11011
11012 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11013         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11014
11015         * 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.
11016
11017         * 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.
11018
11019         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11020
11021         * src/pic/gen.c: Removed Safe_strdup.
11022
11023         * configure.in: Added option to enable libgc support.
11024
11025         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11026         (bitVectUnion): Optimised.
11027         (bitVectIntersect): Optimised.
11028         (bitVectBitsInCommon): Optimised.
11029         (bitVectCplAnd): Optimised.
11030
11031         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11032
11033 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11034
11035         * src/SDCCmain.c: distinguish between assembler debug and plain options
11036
11037         * src/avr/main.c:   remove standard assembler options
11038
11039         * src/ds390/main.c: remove standard assembler options
11040
11041         * src/mcs51/main.c: remove standard assembler options
11042
11043         * src/port.h: removed "PENDING" comment
11044
11045 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11046
11047         * src/device/lib/_mulint.c  : new, with assember functions
11048
11049         * src/device/lib/_mullong.c : new, with assember functions
11050
11051         * src/device/lib/_divuint.c : with assember functions
11052
11053         * src/device/lib/_divsint.c : with assember functions
11054
11055         * src/device/lib/_divulong.c: with assember functions
11056
11057         * src/device/lib/_divslong.c: with assember functions
11058
11059         * src/device/lib/_moduint.c : with assember functions
11060
11061         * src/device/lib/_modsint.c : with assember functions
11062
11063         * src/device/lib/_modulong.c: with assember functions
11064
11065         * src/device/lib/_modslong.c: with assember functions
11066
11067         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11068
11069         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11070
11071         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11072                                       replaced _mululong.c and _mulslong.c by _mullong.c
11073
11074 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11075
11076         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11077
11078 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11079
11080         * src/SDCCglue.c: test, if win32api is available for MINGW
11081
11082 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11083
11084         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11085         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11086         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11087         * support/regression/ports/host/spec.mk: removed GENERIC
11088         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11089         * support/regression/ports/z80/spec.mk: removed GENERIC
11090
11091 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11092
11093         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11094
11095         * support/regression/tests/bug-467035.c: Created.
11096
11097 2001-10-01    <johan AT FRIJA>
11098
11099         * src/SDCC.y: fixed bug #466586 part 1
11100
11101 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11102
11103         * SDCCicode.c: z80 has no generic pointers
11104         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11105
11106 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11107
11108         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11109
11110 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11111
11112         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11113
11114         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11115
11116 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11117
11118         * configure.in: Fixed up so that ucsim is only configured once.
11119
11120         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11121
11122         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11123         (getPathDifference): As above.
11124
11125         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11126
11127         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11128
11129 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11130         * .version: Updated to 2.3.1
11131
11132         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11133         Added copyright header.
11134
11135         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11136         (assemble): Added support for macro based assembler commands.
11137         (linkEdit): Added support for macro based linker commands.
11138         (preProcess): Changed the pre-processor to use macros.
11139         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11140         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11141
11142         * device/lib/z80/crt0.s: Added module name for debugging.
11143
11144 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11145
11146         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11147
11148         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11149
11150         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11151
11152         * src/Makefile.in: Added SDCCmacro and SDCCutil
11153
11154 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11155
11156         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11157
11158 2001-09-16    <johan AT FRIJA>
11159
11160         * 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.
11161
11162 2001-09-15    <johan AT FRIJA>
11163
11164         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11165         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11166
11167 2001-09-11    <johan AT FRIJA>
11168
11169         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11170
11171 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11172
11173         * support/regression/tests/bug-460444.c: Added test case.
11174
11175         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11176         (genCast): Added justification for all of the asserts.
11177
11178 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11179
11180         * support/regression/support.c: _xdata replaced by xdata
11181
11182         * support/regression/spec.mk: removed _generic
11183
11184 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11185
11186         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11187
11188         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11189         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11190
11191         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11192
11193         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11194
11195         * support/regression/tests/bug-460010.c: Added test case.
11196
11197         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11198
11199 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11200
11201         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11202
11203         * support/regression/testfwk.c: removed workaround for bug #436344
11204
11205         * support/regression/tests/bp.c: use less memory with mcs51
11206
11207         * support/regression/tests/bug-441448.c: use less memory
11208
11209         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11210
11211         * support/regression/collate-results.py: typo
11212
11213 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11214
11215         * support/regression/tests/fetchoverlap.c: Added new test case.
11216
11217         * support/regression/tests/bp.c: Added new test case.
11218
11219         * support/regression/tests/bug-448984.c: Added new test case.
11220
11221         * support/regression/tests/pow2shifts.c: Added new test case.
11222
11223         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11224         (genlshTwo): Fixed right shift for count > 8.
11225
11226         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11227
11228 2001-09-08    <johan AT FRIJA>
11229
11230         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11231
11232 2001-09-07    <johan AT FRIJA>
11233
11234         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11235
11236         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11237
11238 2001-09-06    <johan AT FRIJA>
11239
11240         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11241         * bernhard noted me at this: "() equals to (void)" (1.38)
11242
11243 2001-09-05    <johan AT FRIJA>
11244
11245         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11246
11247 2001-09-04    <johan AT FRIJA>
11248
11249         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11250
11251
11252 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11253
11254         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11255
11256 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11257
11258         * link/z80/aslink.h: Fixed path for PATH_MAX
11259
11260 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11261
11262         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11263
11264         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11265
11266         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11267
11268         * 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.
11269
11270 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11271
11272         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11273         (genCmp): Fixed up genCmp for the GB with longs.
11274
11275         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11276
11277         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11278
11279         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11280
11281         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11282
11283 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11284
11285         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11286
11287 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11288
11289         * 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.
11290
11291         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11292
11293 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11294
11295         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11296
11297         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11298
11299 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11300
11301   * sim/ucsim/configure:    little improvement of Cygwin-detection
11302   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11303   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11304   * support/regression/tests/bug-221100.c: small changes for mcs51
11305   * support/regression/tests/bug-221168.c: small changes for mcs51
11306   * support/regression/tests/bug-227710.c: small changes for mcs51
11307   * support/regression/tests/staticinit.c: small changes for mcs51
11308   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11309   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11310   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11311
11312 $Revision$