Changed back to unlink()...
[fw/sdcc] / ChangeLog
1 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
4         in the library source
5
6 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
9
10 2006-04-28 Raphael Neider <rneider AT web.de>
11
12         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
13         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
14           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
15         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
16
17 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
18
19         * device/lib/pic/libdev/Makefile.in,
20         * device/lib/hc08/Makefile.in,
21         * device/lib/gbz80/Makefile.in,
22         * device/lib/z80/Makefile.in,
23         * device/lib/ds390/Makefile.in,
24         * device/lib/ds400/Makefile.in: added srcdir to include search path,
25         thanks to Borut for the bug report
26         * configure.in,
27         * configure: always create doc/Makefile independent from --enable-doc
28         * Makefile.in: always install from directory doc independent from
29         --enable-doc
30         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
31         removed
32         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
33         * doc/Makefile.in: install *.txt if present
34         * device/include/Makefile.in (install): added installation of pic/*.inc
35         and pic/*.txt files again, they were erroneously removed
36
37 2006-04-28 Raphael Neider <rneider AT web.de>
38
39         * src/pic/{gen.c,main.h,pcode.c},
40         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
41             concerning signedness with casts
42
43 2006-04-28 Raphael Neider <rneider AT web.de>
44
45         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
46             definition of an interrupt handler,
47         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
48             interrupt handler stuff from picglue() to separate routine,
49           (picglue): enabled definition of intr handlers in files w/o main()
50
51 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
54           compilation with MSVC 2005 Express Edition (VC8)
55
56 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
57
58         * device/lib/Makefile: fixed build of gbz80 lib
59
60 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
61
62         * support/regression/tests/bug-460010.c,
63         * support/regression/tests/bug-524691.c,
64         * support/regression/tests/bug-716242.c: removed conditional defines
65           that are already in testfwk.h
66
67 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
68
69         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
70           (AccAXRsh1): added, shift right by 1,
71           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
72            AccAXLrl1
73         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
74
75 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
76
77         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
78         remove cast to same type
79         * src/SDCCast.c (decorateType): fix for RFE 1475742,
80         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
81         * as/z80/Makefile,
82         * link/z80/Makefile: removed, they have moved to
83         Makefile.in files
84         * configure,
85         * configure.in: replaced duplicate message about ucsim by missing sdcpp
86         * install-sh: fix bug #1204398 by setting umask 0022
87         * device/lib/Makefile: separate build of z80 and gbz80 lib
88
89 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
90
91         Enabled VPATH feature: changed nearly all Makefiles (149 files).
92         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
93
94         One basic decision: e.g. src/clean.mk includes further files. In order
95         to make this work there are two solutions:
96         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
97           run configure on them. This way they can use
98           'include $(srcdir)/port-clean.mk'
99         - always include clean.mk by the Makefile at the same level. To avoid
100           that `make clean` tries to include and build Makefile.dep the
101           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
102           implemented, because now even `make uninstall` doesn't create
103           Makefile.in. clean.mk could be eliminated by pasting it in
104           Makefile.in.
105
106         * debugger/mcs51/Makefile.in: build own objects from library sources
107         (SLIB, SDCC) in current directory
108
109         * configure, configure.in: renamed --disable-device-lib-build in
110         --disable-device-lib; added --enable-doc, the required tools are
111         searched by configure; added result message; the toolchain for the
112         belonging ports are now only built, if the port is enabled.
113
114         * support/regression/*: all output is written in directory gen, because
115         the fwk and ports directories don't livet in the build tree using vpath
116
117         * doc/sdccman.lyx: renamed --disable-device-lib-build to
118         --disable-device-lib, added --enable-doc, added section VPATH
119
120         * sim/ucsim/configure.in,
121         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
122         z80 are enabled by default
123
124 2006-04-24 Raphael Neider <rneider AT web.de>
125
126         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
127             to config word, "pic14_"-prefixed some extern functions
128           (pic14_emitConfigWord): emit __config directive(s) if assignment to
129             config word has been found
130         * src/pic/device.h: added prototypes
131         * src/pic/pcode.c: added "pic14_"-prefix where needed
132         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
133             fixup
134         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
135             words,
136           (pic14emitRegularMap): ignore config words,
137           (pic14createInterruptVect): moved generating __config directives away
138           (picglue): have __config directives emitted
139
140 2006-04-24 Borut Razem <borut.razem AT siol.net>
141
142         * doc/Makefile: sync with nightly build makefile
143
144 2006-04-24 Raphael Neider <rneider AT web.de>
145
146         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
147             registers that have not been assigned proper liveranges,
148             fixes #1469504 and #1474602,
149           (pCodeRegOptimizeRegUsage): fixed typo in comment
150
151 2006-04-24 Borut Razem <borut.razem AT siol.net>
152
153         * device/examples/main8051.c: deleted - it was removed from CVS
154           24.mar.2000 and after that modified 18.feb.2001, so it reappered
155           after the transition to Subversion
156         * src/SDCCalloc.h: deleted - it was removed  from CVS
157           3.feb.2001 and after that modified 18.feb.2001, so it reappered
158           after the transition to Subversion
159         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
160           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
161           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
162           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
163
164 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
165
166         * as/asx8051.dsp: added mcs51/strcmpi.h
167         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
168         * as/hc08/aslink.h: updated lnksect prototype
169         * as/hc08/asm.h,
170         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
171         * as/hc08/asmain.c,
172         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
173           (newdot): handle A_ABS
174         * as/hc08/asout.c,
175         * as/mcs51/asout.c (outarea): output address
176         * as/hc08/lkaomf51.c,
177         * as/mcs51/lkaomf51.c: disabled unused array UsageType
178         * as/hc08/m08pst.c,
179         * as/mcs51/i51pst.c,
180         * as/z80/z80pst.c: "ABS" is not A_OVR
181         * as/hc08/lkarea.c (newarea): read a_addr,
182           (lnkarea): added codemap array, sort absolute areas to the front,
183            combine all GSINITx/GSFINAL,
184           (find_empty_space, allocate_space): new functions,
185           (lnksect): return next address, handle absolute sections
186         * as/mcs51/lkarea.c (newarea): read a_addr,
187           lnksect2 prototype changed,
188           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
189           (find_empty_space, allocate_space): new, factored out of lnksect2,
190           (lnksect2): return next address, handle absolute sections
191         * as/hc08/lkhead.c,
192         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
193         * as/hc08/lklibr.c (addfile, fndsym),
194         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
195           index out of range and detect both '\' and '/'
196         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
197         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
198           regression tests (ds390 cannot return bool yet)
199         * doc/sdccman.lyx: changed version number, document changed --no-peep,
200           document critical interrupts on z80, document changed SDCC define
201         * src/asm.c (_asxxxx_mapping): fixed .org directive,
202           (_a390_mapping): added .org directive
203         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
204           (genMultOneByte): fixed warnings
205         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
206           ones
207         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
208         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
209           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
210         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
211         * src/pic16/main.c: removed newReg prototype
212         * src/pic16/pcode.c,
213         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
214           warnings
215         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
216           ones
217         * src/pic16/ralloc.c
218         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
219           to fix warnings
220         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
221           from short to PIC_OPTYPE
222         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
223         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
224           optype from short to PIC_OPTYPE
225         * src/port.h: made int_size unsigned to fix warnings
226         * src/SDCC.y: fixed warning on MSVC
227         * src/SDCCicode.c (getArraySizePtr): return unsigned int
228         * src/SDCCopt.c (convertToFcall): fixed warnings
229         * src/SDCCsymt.h: removed double prototype for genSymName
230         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
231           offset int to fix warnings
232
233 2006-04-22 Borut Razem <borut.razem AT siol.net>
234
235         * doc/sdccman.lyx, */Makefile, */Makefile.in:
236           references to CVS replaced with Subversion
237
238 2006-04-21 Borut Razem <borut.razem AT siol.net>
239
240         * doc/sdccman.lyx, */Makefile, */Makefile.in:
241           references to CVS replaced with Subversion
242
243 2006-04-19 Borut Razem <borut.razem AT siol.net>
244
245         * src/version.awk: adapted for svn
246         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
247           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
248           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
249           /binutils-avr/etc/*.vi, *.jin: removed all properties
250           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
251
252 2006-04-19 Borut Razem <borut.razem AT siol.net>
253
254         * CVS to Subversion migration completed
255
256 2006-04-18 Borut Razem <borut.razem AT siol.net>
257
258         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
259           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
260
261 2006-04-17 Borut Razem <borut.razem AT siol.net>
262
263         * device/include/Makefile.in: added pic/*.inc to the installation
264
265 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
266
267         * support/regression/collate-results.py: fixed output in case of
268         a valdiag error
269         * support/regression/generate-cases.py: fixed splitting of pathnames
270         with dots
271         * as/hc08/lklibr.c (addfile),
272         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
273
274 2006-04-11 Raphael Neider <rneider AT web.de>
275
276         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
277         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
278         * src/pic16/pcode.c (assignValnums): fixed #1460578
279
280 2006-04-11 Raphael Neider <rneider AT web.de>
281
282         * device/lib/pic/libdev/*.c,
283         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
284           fixes #1468739, enables compilation in --std-c99 mode
285         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
286
287 2006-04-11 Raphael Neider <rneider AT web.de>
288
289         * src/pic/device.c (find_device): removed debug output
290           (list_valid_pics): enabled verbose listing of supported devices
291         * device/include/stdbool.h: define bool as char for pic14/16 as well
292
293 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
294
295         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
296
297 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * .version: bumped version to 2.5.6
300         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
301
302 2006-04-06 Raphael Neider <rneider AT web.de>
303
304         * .version: bumped version to 2.5.6 (pic14 ABI changed)
305         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
306         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
307           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
308             pic14_constructAbsMap
309           (pic14printPublics): declare absolute global symbols as global
310           (pic14createInterruptVect),
311         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
312           (newReg): assume new registers unused, use correct name in
313             hashtable (reg->name instead of name), more debugLog output
314         * src/pic/device.h (PIC_device): added fields for verbose output
315         * src/pic/device.c: moved device definition to pic14devices.txt,
316             added routines for runtime parsing of pic14devices.txt,
317             added support for second config word
318         * src/pic/main.c (_process_pragma): removed #pragma maxram,
319           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
320           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
321           (_pic14_parseOptions): moved pCodeInitRegisters here
322           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
323         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
324           (pCodeInitRegisters): rewrapped comments, perpared new approach to
325             handling the pseudo stack
326         * device/lib/Makefile.in: ignore failures in objects-pic16,
327         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
328         * device/lib/pic/NEWS: document new dependency on picXXX.lib
329         * device/lib/pic/Makefile.subdir,
330         * device/lib/pic16/Makefile.subdir: improved clean rules
331         * device/lib/pic/libdev/: NEW, pic14 device libraries
332         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
333         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
334         * device/include/Makefile.in: create subdir and install pic14 headers
335         * device/include/pic/p16f_common.inc: removed unused declarations
336         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
337             PICs from inc2h.pl v1.6,
338             replaced BIT_AT macros with struct declarations
339         * device/include/pic/pic14devices.txt: definition of supported devices,
340             all above improvements contributed by Zik Saleeba, thanks
341         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
342         * support/scripts/sdcc.nsi: also install pic14 device libraries and
343             headers
344
345 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
346
347         * device/include/mcs51/c8051f410.h: added interrupt numbers,
348         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
349           thanks to Charles Olds
350
351 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
352
353         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
354
355 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
358         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
359         * support/regression/bug1464657.c: added, new test
360
361 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
362
363         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
364           version number
365
366 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
367
368         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
369           --no-peep and --peep-file <file> are used don't use default rules but
370           do use the <file>
371
372 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
373
374         * src/mcs51/gen.c (genCall): fixed bug 1457608
375
376 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
377
378         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
379         changes seem to cause (trigger?) problems with the build system.
380
381 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
382
383         * src/SDCCpeeph.c (operandsLiteral): new, added,
384           (callFuncByName): inserted operandsLiteral
385         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
386
387 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
388
389         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
390         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
391
392 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
395           implemented patch 1120823 Thanks to Willy De la Court (normal
396           interrupts need an interrupt number now if they are made critical),
397           and enabled nesting of critical functions though not for gbz80
398           (genCritical, genEndCritical): added functions
399           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
400         * src/z80/mappings.i: added "ei" to all mappings
401
402 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
403
404         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
405         submitted by the Debian SDCC maintainer Aurelien Jarno:
406         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
407         archive with gcc 4.1 on mips and wrote the patch"
408
409 2006-03-16 Raphael Neider <rneider AT web.de>
410
411         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
412           the left operand is shorter than the result (c* = lit-c* + int),
413           fixes bug #1450796
414         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
415           OP_SYMBOL
416
417 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
418
419         * src/.version: increased version number to 2.5.5
420         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
421         linking is done manually in pic16 port's _linkEdit,
422         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
423         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
424         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
425         allocate asmop as AOP_ACC,
426         (aopForRemat): added parameter 'bool result' in function declaration,
427         (pic16_aopGet): return AOP_ACC when accessing WREG,
428         (pic16_popGetTempReg): minor modification,
429         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
430         'pic16_allocWithIdx',
431         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
432         calling function in absolute addresses,
433         (genAssign): take into account AOP_ACC asmop,
434         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
435         * src/pic16/pcoderegs.c: some debug functions and lines added,
436         * src/pic16/ralloc.c (decodeRegType): added but commented out,
437         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
438         register too,
439         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
440         call to allocReg, not by manually allocating a new one,
441         (pic16_assignRegisters): now before going through the register
442         allocating functions mark all registers as free. This eliminates some
443         side effects resulting from peephole parser done earlier in the backbone
444
445 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
446
447         * src/SDCCicode.c (geniCodeLogic),
448         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
449
450 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
451
452         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
453           (genSend): bugfix, do not allocate and free twice,
454           (shiftRLong): handle partially overlapping aops
455         * support/regression/tests/bitopcse.c: fixed warning redefined idata
456
457 2006-03-08 Borut Razem <borut.razem AT siol.net>
458
459         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
460           for pic16
461
462 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
463
464         * support/regression/tests/bug1409955.c: new, added
465         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
466         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
467           (aopForSym, aopOp): increment asmop.allocated if reused,
468           (freeAsmop): decrement asmop.allocated and check for zero instead of
469           using asmop.freed,
470           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
471           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
472            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
473            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
474            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
475            genSignedRightShift, genRightShift, genDataPointerGet,
476            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
477            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
478             in reverse order from allocation,
479           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
480             added swappedLR to keep track
481         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
482           pdata & code for GCC, z80, gbz80 & hc08
483         * support/regression/tests/zeropad.c: moved defines to testfwk.h
484
485 2006-03-08 Raphael Neider <rneider AT web.de>
486
487         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
488
489 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
490
491         * device/include/mcs51/c8051f410.h: new SiLabs mcu
492         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
493         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
494
495 2006-03-06 Borut Razem <borut.razem AT siol.net>
496
497         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
498           made the linker quiet
499
500 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
501
502         * src/pic16/gen.c (genPcall): fixed bug #1443644
503         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
504         which dumps before the function entry point a data byte which represents
505         the number of the local variables used by the specified function, added
506         'xinst' for initial support for Extended Instruction Support,
507         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
508         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
509         port->fun_prefix anymore (may change later),
510         (genFunction, genEndFunction): do not store/restore local registers for
511         _main (this should take care the --main-return command line option in
512         the future),
513         (genOr): removed some legacy pic-port instructions,
514         * src/pic16/genarith.c (genAddLit): re-enabled old code because
515         performing operations with SFR's causes data to be written more than
516         once to each SFR. Perhaps SFRs should be handled in special cases...
517         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
518         pcode.h
519         * src/pic16/main.c (_process_pragma): stack bound checking did not take
520         into account for stack starting position,
521         (struct OPTIONS pic16_optionsTable): added command line argument
522         --extended or -y for Extended Instruction Support,
523         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
524         (deassignLRs): *** perhaps the most important change, old 'for' code
525         (commented out for reference), didn't account for some registers which
526         were left marked 'not free' after a pointer operation. The change
527         reduces register usage a lot in some cases
528
529 2006-03-04 Borut Razem <borut.razem AT siol.net>
530
531         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
532           _clean
533         * support/regression/tests/bug-524697.c: decreased array size for
534           mcs51 to fit into the internal RAM
535         * support/regression/Makefile.in: a little bit more verbose
536
537 2006-03-03 Borut Razem <borut.razem AT siol.net>
538
539         * support/regression/fwk/lib/testfwk.c,
540           support/regression/fwk/include/testfwk.h: introduced function
541           _prints(), nonrecursive _printn(), call _initEmu() from main()
542         * support/regression/ports/gbz80/support.asm,
543           support/regression/ports/ucz80/support.asm,
544           support/regression/ports/z80/support.asm,
545           support/regression/ports/ds390/support.c,
546           support/regression/ports/hc08/support.c,
547           support/regression/ports/host/support.c,
548           support/regression/ports/mcs51/support.c,
549           support/regression/ports/xa51/support.c: added empty _initEmu()
550           function
551         * support/regression/ports/pic16/gpsim.cmd,
552           support/regression/ports/pic16/spec.mk,
553           support/regression/ports/pic16/support.c,
554           support/regression/Makefile.in: added pic16 regression test
555
556 2006-03-01 Raphael Neider <rneider AT web.de>
557
558         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
559           genConstPointerGet): use safe way of generating MOVFF to cover
560             literals as well as registers, fixes bug #1440527
561         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
562             dereference
563           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
564             more correctly, fixes bug #1232186
565           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
566         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
567             gplink guess the correct processor in more cases, applied patch
568             from Till Riedel attached to and fixing bug #1436552
569
570 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
571
572         * support/regression/tests/array.c: added, contains check for #1434401
573         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
574
575 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
576
577         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
578         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
579         * device/include/mcs51/c8051f326.h,
580         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
581         * device/include/mcs51/c8051f000.h,
582         * device/include/mcs51/c8051f018.h,
583         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
584           PCON_IDLE,PCON_STOP and added sfr16 definitions
585
586 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
589           genGetWord): fixed bug 1409955
590
591 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
592
593         * device/include/hc08/mc68hc908gp32.h,
594         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
595
596 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
597
598         * src/SDCCast.c (constExprValue): return NULL if not a value
599         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
600         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
601         * support/regression/tests/bitfields.c: enabled signed bitfield for all
602
603 2006-02-13 Borut Razem <borut.razem AT siol.net>
604
605         * src/regression/ptrarg.c: added, fails due to bug #1430967
606         * src/regression/Makefile: ptrarg.c added, ...
607
608 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
609
610         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
611         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
612
613 2006-02-11 Borut Razem <borut.razem AT siol.net>
614
615         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
616           print "Processor: xxx" message to stdout only if --verbose
617
618 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
619
620         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
621         * support/regression/tests/bug1426356.c: added
622         * support/regression/tests/bitfields.c: removed 2 tests
623
624 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
625
626         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
627         * device/include/mcs51/c8051f330.h,
628         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
629           PCON_IDLE,PCON_STOP and added sfr16 definitions
630         * device/lib/_divsint.c,
631         * device/lib/_divuint.c,
632         * device/lib/_divulong.c,
633         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
634           register bank bug for small stackauto
635
636 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
637
638         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
639
640 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
641
642         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
643         * all.dsp: corrected several bin paths
644         * device/include/mcs51/c8051f120.h,
645         * device/include/mcs51/c8051f300.h,
646         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
647           to PCON_IDLE,PCON_STOP
648         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
649         * device/lib/printf_large.c (output_float): fixed bug 1388703
650         * support/regression/tests/bug1057979.c: added test for bug 1388703
651
652 2006-02-08 Raphael Neider <rneider AT web.de>
653
654         * src/pic/pcode.c (pciTRIS): fixed typo,
655           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
656           (LinkFlow): fixed handling of flows that end in a call,
657           (ReuseReg): perform safety check earlier
658         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
659             to work with flows at the beginning of a pBlock,
660             fixes #1426557 (Symbol not previously defined),
661           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
662             usage information
663           (RemoveUnusedRegisters): update register usage info
664         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
665             created, reuse existing ones instead
666         * src/pic/gen.c (genPcall): fixed #1424719
667
668 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
669
670         * link/z80/lkmain.c,
671         * link/z80/lklex.c,
672         * link/z80/lkdata.c,
673         * link/z80/aslink.h: fixed build on current cygwin:
674         replaced getline() by lk_getline()
675
676 2006-02-01 Borut Razem <borut.razem AT siol.net>
677
678         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
679           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
680           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
681           src/regression/bool1.c, src/regression/bool2.c,
682           src/regression/bool3.c, src/regression/call1.c,
683           src/regression/compare.c, src/regression/compare10.c,
684           src/regression/compare2.c, src/regression/compare3.c,
685           src/regression/compare4.c, src/regression/compare5.c,
686           src/regression/compare6.c, src/regression/compare7.c,
687           src/regression/compare8.c, src/regression/compare9.c,
688           src/regression/configword.c, src/regression/for.c,
689           src/regression/inline.c, src/regression/mult1.c,
690           src/regression/nestfor.c, src/regression/or1.c,
691           src/regression/pointer1.c, src/regression/ptrfunc.c,
692           src/regression/rotate1.c, src/regression/rotate2.c,
693           src/regression/rotate3.c, src/regression/rotate4.c,
694           src/regression/rotate5.c, src/regression/rotate6.c,
695           src/regression/rotate7.c, src/regression/string1.c,
696           src/regression/struct1.c, src/regression/sub.c,
697           src/regression/sub2.c, src/regression/switch1.c,
698           src/regression/while.c, src/regression/xor.c,
699           src/regression/create_stc, src/regression/simulate,
700           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
701           regression tests
702         * src/regression/gpsim_assert.h: added
703
704 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
705
706         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
707         ((void (code *) (void)) 0) ();
708         * as/hc08/aslex.c,
709         * as/hc08/aslink.h,
710         * as/hc08/asm.h,
711         * as/hc08/asmain.c,
712         * as/hc08/lkdata.c,
713         * as/hc08/lklex.c,
714         * as/hc08/lkmain.c,
715         * as/mcs51/aslex.c,
716         * as/mcs51/aslink.h,
717         * as/mcs51/asm.h,
718         * as/mcs51/asmain.c,
719         * as/mcs51/lkdata.c,
720         * as/mcs51/lklex.c,
721         * as/mcs51/lkmain.c,
722         * as/z80/aslex.c,
723         * as/z80/asm.h,
724         * as/z80/asmain.c: fixed build on current cygwin:
725         replaced getline() by as_getline()
726
727 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
728
729         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
730         declarator in the symbol chain
731         * src/SDCCsymt.h,
732         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
733         parameter list for function pointers
734         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
735         * support/regression/tests/bug-716242.c: added
736
737 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
738
739         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
740         offset if possible
741         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
742
743 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
744
745         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
746         inifinitely recurseable, added static
747         * support/regression/tests/bug-1408066.c: added
748
749 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
750
751         * src/SDCCicode.h,
752         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
753         renamed, added possibility to create "postLoopLbl"-labels
754         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
755         newiTempLoopHeaderLabel
756         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
757         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
758         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
759         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
760         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
761         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
762         (basicInduction): fixed bug #136564, made static,
763         (loopInduction): changed parameter of basicInduction, made static,
764         (addPostLoopBlock): added
765         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
766         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
767         findLoopEndSeq
768         * support/regression/tests/bug-136564.c: added
769         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
770         --std-sdcc99 to LIBSDCCFLAGS
771
772 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
773
774         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
775         while loop
776         * support/regression/tests/bug-1406131.c: added
777
778 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
779
780         * src/SDCCast.c (decorateType): fix promotion of unary minus
781         * src/SDCCsymt.c (computeType): beautified
782         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
783         (valUnaryPM, valComplement): fix sign and promotion,
784         (valNot): ANSI: result type is int (SDCC: unsigned char)
785         * support/regression/tests/uminus.c: speedup by removing superflous
786         test case 'int'
787         * support/regression/tests/onebyte.c: added promotion and signedness
788         tests for unary minus
789         * support/regressions/tests/bug-477927.c: disable warning about
790         uninitialized variables
791         * support/regression/tests/not.c: added
792
793 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
794
795         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
796         * src/mcs51/gen.c (gen51Code): show final register usage after
797         fillGaps in asm with --i-code-in-asm
798         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
799         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
800         incUsed, rliveClear, adjustIChain): made static,
801         (setFromRange): excluded because it's unused,
802         (findPrevUseSym, markWholeLoop): added,
803         (findPrevUse): rewritten; fixes bug 895992; now a complete search
804         through all branches of predecessors enables sdcc to emit the warning
805         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
806         (rlivePoint): made static, added parameter emitWarnings which is only
807         true during the first run out of two,
808         (findRecursiveSucc, findRecursivePred): removed,
809         (computeLiveRanges): made static, added parameter emitWarnings,
810         (dumpIcRlive): added for debugging only
811         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
812         removed prototype of setFromRange()
813         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
814         in call of computeLiveRanges()
815         * support/regression/tests/bug-895992.c: added
816         * support/regression/tests/bug-971834.c: added
817         * support/valdiag/tests/bug-895992.c: added
818         * support/valdiag/tests/bug-971834.c: added
819
820 2005-12-18 Raphael Neider <rneider AT web.de>
821
822         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
823           (genUnpackBits): improved code for direct operands,
824           (genPackBits): improved code for literal assignment to bitfields
825             and for direct destination operands (no FSR indirection),
826             prevented redundant AND, fixes #1362800,
827           (AccLsh): added parameter to disable masking of the result
828         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
829           skip instructions with side-effects (like incfsz),
830           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
831         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
832         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
833           fixes #1375263
834
835 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
836
837         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
838         volatile variables as spill location
839
840 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
841
842         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
843         replacing literals
844         * support/regression/tests/bug-1376320.c: added
845
846 2005-12-08 Raphael Neider <rneider AT web.de>
847
848         * src/pic/device.c: renamed is_shared to pic14_is_shared
849         * src/pic/gen.c (genIfx): re-enabled handling of sbits
850         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
851           (is_valid_identifier): added for above workaround
852
853 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
854
855         * device/lib/Makefile.in: fixed to enable port-specific-objects
856         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
857           char, thanks Hubert Sack
858         * doc/sdccman.lyx: documented --xstack-loc,
859           elaborated a bit more on interrupts and pitfalls,
860           removed "setjmp/longjmp unsupported",
861           documented some unsupported C99 features
862         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
863         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
864           if, thanks Hubert Sack
865         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
866         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
867           make make_library
868         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
869           regression tests can report resource usage (rfe 700441)
870         * support/regression/collate-results.py: report resource usage
871         * support/regression/ports/ds390/spec.mk,
872         * support/regression/ports/hc08/spec.mk,
873         * support/regression/ports/mcs51/spec.mk,
874         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
875         * support/regression/ports/ds390/uCsim.cmd,
876         * support/regression/ports/hc08/uCsim.cmd,
877         * support/regression/ports/mcs51/uCsim.cmd,
878         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
879         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
880           library, use the default one
881         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
882           building the library
883
884 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
885
886         * config.dsp: added dependency on .version and configure_vc.awk
887         * device/include/setjmp.h: updated for --stack-auto and --xstack
888         * device/include/mcs51/at89c51snd1c.h: corrected line endings
889         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
890         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
891         * device/lib/libsdcc.lib: added _setjmp
892         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
893           (decorateType): fixed bug 1372851,
894           (optimizeGetHbit): fixed warning
895         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
896           array initialisation
897         * support/regression/tests/bug1057979.c: added test for bug 1358192
898         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
899
900 2005-12-03 Borut Razem <borut.razem AT siol.net>
901
902         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
903           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
904
905 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
906
907         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
908         createIval): implement symbol independant "flexible array member",
909         (createIvalCharPtr): implemented flexible array initialisation with a
910         string
911         * src/SDCCsymt.c (copyStruct): removed,
912         (getSize): fixed misleading comment,
913         (getAllocSize): removed, the additional allocation size is now in
914         sym->flexArrayLength,
915         (checkStructFlexArray): new, syntax checks for flexible array members,
916         (compStructSize): added syntax checks for "flexible array members"
917         (copyStruct): removed,
918         (copyLinkChain): removed inefficient fix for bug 770487
919         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
920         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
921         symbol->flexArrayLength
922         * src/SDCCerr.c,
923         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
924         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
925         * support/regression/tests/structflexarray.c: added
926         * support/valdiag/tests/structflexiblearray.c: added
927
928 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
929
930         * src/SDCCast.c (decorateType): fixed bug 1368489
931         * support/Util/SDCCerr.c,
932         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
933
934 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
935
936         * device/include/mcs51/at89c51snd1c.h: added file submitted by
937           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
938
939 2005-11-27 Borut Razem <borut.razem AT siol.net>
940
941         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
942           support/cpp2/mkdeps.h: added command line option
943           -obj-ext=<extension> to SDCPP to define object file externion, used
944           for generation of make dependencies (-M)
945         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
946
947 2005-11-26 Borut Razem <borut.razem AT siol.net>
948
949         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
950           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
951           added pic and pic16 libraries
952
953 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
954
955         * device/include/float.h: Corrected typo in prototype of __fsgt
956
957 2005-11-25 Borut Razem <borut.razem AT siol.net>
958
959         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
960           added creation of model-mcs51-stack-auto libraries
961
962 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
963
964         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
965         and fields-list too
966         * src/SDCCast.c (createIvalArray): removed obsolete comment
967
968 2005-11-24 Borut Razem <borut.razem AT siol.net>
969
970         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
971           added missing device/lib/mcs51/crt*.asm sources
972
973 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
974
975         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
976
977 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
978
979         * device/lib/_fs2schar.c,
980         * device/lib/_fs2sint.c,
981         * device/lib/_fs2slong.c: optimized inline asm
982
983 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
984
985         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
986           Better handling of floats between -1.0 and 0.0.
987
988 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
989
990         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
991           (the missing "if"s prohibited removal of redundant labels)
992
993 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
994
995         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
996           Properly convert floats between -1.0 and 0.0 to long, int, and char
997           types (max integer value of negative floats tends to zero).
998         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
999           Removed changes made so to work properly with floats between
1000           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1001           and _fs2char.c
1002
1003 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1004
1005         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1006         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1007         (genCast) cosmetic change
1008         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1009         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1010         from mcs51
1011         * support/regression/tests/bitfields (testSignedBitfields): added
1012
1013 2005-11-18 Borut Razem <borut.razem AT siol.net>
1014
1015         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1016         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1017           introduced SILENT option to make building of pic16 libraries less
1018
1019 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1020
1021         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1022           Now they work properly with floats between -1.0 and 0.0
1023         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1024
1025 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1026
1027         * src/SDCCicode.c (printOperand): added missing else
1028
1029 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1030
1031         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1032         reformatted for better readability
1033         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1034         signed bitfields
1035
1036 2005-11-17 Borut Razem <borut.razem AT siol.net>
1037
1038         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1039           introduced SILENT option to make building of pic16 libraries less
1040           verbose - used for nightly snapshot build
1041         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1042           available on Win32 platforms.
1043         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1044           medium, large, pic and pic16
1045
1046 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1047
1048         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1049           printf("%f"...) sets fraction to zero.
1050
1051 2005-11-16 Raphael Neider <rneider AT web.de>
1052
1053         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1054           fixes #1357221
1055         * src/pic/gen.c (genIfx): implemented for CARRY bit
1056         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1057           to generic pointers, fixes #1357332,
1058           (pic16_movLit2f): NEW,
1059           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1060
1061 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1062
1063         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1064
1065 2005-11-11 Raphael Neider <rneider AT web.de>
1066
1067         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1068         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1069           compute pointer's type from operand,
1070           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1071           improved single bit reads, fixes bug #1353379
1072
1073 2005-11-09 Borut Razem <borut.razem AT siol.net>
1074
1075         * support/scripts/sdcc.nsi: added lib/pic to the package
1076
1077 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1078
1079         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1080
1081 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1082
1083         * support/regression/tests/bug1348008.c: added
1084         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1085         * support/regression/tests/bug1337835.c: updated comment
1086
1087 2005-11-06 Borut Razem <borut.razem AT siol.net>
1088
1089         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1090           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1091           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1092           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1093           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1094           dynamic construction of cl_error_class and derivates - 2.nd try
1095
1096 2005-11-05 Borut Razem <borut.razem AT siol.net>
1097
1098         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1099           bug, which caused Bus Errors on sparc solaris
1100
1101 2005-11-04 Borut Razem <borut.razem AT siol.net>
1102
1103         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1104           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1105           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1106           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1107           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1108           and derivates to resolve the initialization problem on OSX
1109
1110 2005-11-02 Borut Razem <borut.razem AT siol.net>
1111
1112         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1113           corrected typo - #include <winsock2.h>
1114
1115 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1116
1117         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1118           (_asxxxx_mapping): added org directive for future enhancements
1119
1120 2005-11-01 Borut Razem <borut.razem AT siol.net>
1121
1122         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1123           enabled sockets on WIN32
1124         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1125
1126 2005-10-31 Borut Razem <borut.razem AT siol.net>
1127
1128         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1129           WIN32 backslash path delimiters should be escaped when used in C strings
1130         * support/regression/tests/bitfields.c: exclude failing assertions for
1131           __CYGWIN32__ and __MINGW32__ hosts
1132
1133 2005-10-30 Borut Razem <borut.razem AT siol.net>
1134
1135         * src/SDCCutil.c: corrected double comparison typo
1136
1137 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1138
1139         * device/lib/medium/Makefile: added for new memory model medium
1140         * device/include/asm/mcs51/features.h: updated for medium/pdata
1141         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1142           added Multiply & Accumulate sbit's and MAC0_PAGE define
1143         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1144         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1145         * device/lib/_mullong.c: update for medium model
1146         * device/lib/incl.mk: added medium model
1147         * doc/sdccman.lyx: documented medium model
1148         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1149         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1150         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1151         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1152           (allocParms): set SCLS and OCLS to pdata for medium model
1153         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1154           for pdata,
1155           (powof2): return <0 if not power of 2
1156         * src/avr/gen.c (genBitWise): use updated powof2
1157         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1158           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1159           (shiftLLeftOrResult): use B if necessary
1160         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1161         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1162         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1163         * support/regression/Makefile.in: added test-mcs51-medium
1164         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1165
1166 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1167
1168         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1169         specifier unsigned
1170         * device/lib/time.c (mktime): fixed bug 1334315
1171
1172 2005-10-28 Raphael Neider <rneider AT web.de>
1173
1174         * device/include/pic/p16f_common.inc: added common declarations
1175         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1176
1177 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1178
1179         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1180           (aopPutUsesAcc): added to predict accumulator use,
1181           (assignResultValue): save acc if necessary,
1182           (genMinusDec): store result if indirectly addressed,
1183           (genDivOneByte):  save acc if necessary,
1184           (movLeft2Result): bugfix if left already in acc,
1185           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1186             attention to accumulator use (esp. pdata),
1187           (genReceive): receive pdata correctly
1188         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1189         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1190
1191 2005-10-27 Raphael Neider <rneider AT web.de>
1192
1193         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1194
1195 2005-10-27 Raphael Neider <rneider AT web.de>
1196
1197         * .version: changed version to 2.5.4
1198         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1199         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1200           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1201             arithmetics support routines
1202         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1203         * device/lib/Makefile.in: also create installdir for pic
1204
1205         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1206           pic14 port as well
1207         * src/pic/device.c (dump_sfr): rewritten to delegate register
1208           placement to the linker (use `extern sym' rather than sym EQU addr),
1209           (validAddress): fixed to check last specified address
1210         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1211           (popGetLit): truncate literal value to 8 bit,
1212           (popGet): moved assert to more appropriate place
1213           (popGetExternal): create pCode operand from and mark the according
1214             symbol as being `extern'
1215           (popGetAddr): added sanity check on immediate's offset, provide
1216             GPOINTER tag on demand
1217           (aopPut): fixed for immediates,
1218           (mov2w_op): move operand's address or contents to WREG (depending on
1219             operand type), safer variant of mov2w,
1220           (movwf,call_libraryfunc): NEW, handy abbreviations,
1221           (get_argument_pcop,get_return_val_pcop,pass_argument,
1222           get_returnvalue): interface for accessing function parameters and
1223             return values,
1224           (assignResultValuei,genRet): use new parameter/return value interface
1225           (pic14_getDataSize): back to old version handling generic pointers,
1226           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1227             provided implementation and/or fixed old one,
1228           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1229             calls, removed legacy 8051 reference code
1230           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1231           (loadSignToC): NEW, move the operands sign bit to CARRY,
1232           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1233             genRightShiftSigned, accepts negative shift counts,
1234           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1235           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1236             generic pointers, __data pointers and __code pointers,
1237           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1238             and signed bitfields, limit bitfields to 8 bit,
1239           (genDataPointerGet): fixed number of bytes read,
1240           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1241           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1242             pointers to constant data are no longer assumed to point to __code
1243             space, removed invalid pointer types,
1244           (bitpatternFromVal): retrieve the PICs representation of an integer
1245             or float literal,
1246           (genDataPointerSet): fixed assigning to po_immediate operands,
1247           (genGenPointerSet): implemented as library call,
1248           (genIfx): fixed incorrect condition,
1249           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1250             provide GPOINTER tag according to destination's storage class,
1251           (genCast): added code to handle casting to generic pointers, added
1252             sign-/zero extension of the result
1253           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1254         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1255         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1256           extend the result
1257         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1258           address/register resides in the shared banks
1259           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1260             put all variables into separate sections (have the linker arrange
1261             them)
1262           (picglue): put init code and interrupt handlers in separate sections
1263         * src/pic/main.c: added port specific options table, modified to PORT
1264           structure to make GPOINTERs 3 byte, added pic14_options
1265           (_pic14_do_link): private linking routine (update paths to libraries,
1266             add libsdcc.lib by default)
1267         * src/pic/main.h: declare pic14_options
1268         * src/pic/pcode.c: fixed instructions i/o relations,
1269           (RegCond): reverted to correct version,
1270           (newpCodeOpLit): truncate literals to 8 bit,
1271           (genericPrint): added debug output,
1272           (getRegFromInstruction): fixed for various operand types, simplified
1273           (BuildFlow): fixed broken handling of isntructions with labels
1274           (LinkFlow): start at last instruction in flow (skip trailing comments),
1275             pass the flow on to the next instruction after CALL
1276           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1277           (insertPCodeInstruction): fixed inserting after a skip instruction,
1278           (DoBankSelect): fixed for labeled instructions
1279           (OptimizepBlock): honor --nopeep switch
1280           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1281         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1282         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1283           (pCodeOptime2pCodes): allow disabling this optimization via
1284             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1285             but is still buggy), started implementation of a dataflow based
1286             pCode optimization (CSE + dead code elimination)
1287           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1288         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1289           names are independant of the stack location and therefore portable across
1290           devices
1291
1292 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1293
1294         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1295           (selectSpil): fixed bug 1337835 by not spilling bit variables
1296         * support/regression/tests/bug1337835.c: added test for this bug
1297         * src/mcs51/peeph.def: restart after rule 3.c,
1298           addded rules 263.x to optimize loading constants
1299
1300 2005-10-26 Raphael Neider <rneider AT web.de>
1301
1302         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1303         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1304           (genAssign): emit warning when casting literals to generic pointer
1305             type, also applies when taking the address of a fixed variable,
1306           (genCast): improved casting to generic pointers
1307         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1308           extern variables, added verbose error message
1309         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1310
1311 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1312
1313         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1314         carry must be complemented too
1315         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1316         could be emitted by genMinus
1317         * src/SDCCval.c (constVal): fixed bug 1305065
1318
1319 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1320
1321         * src/SDCCast.c (addCast): added promotion for bit variables
1322         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1323         promotion casts + optimisation
1324         (optimizeGetWord): fix warning 'i' might be used uninitialized
1325         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1326         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1327
1328 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1329
1330         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1331         all chars are promoted to int; promotion should be handled in SDCCast.c
1332
1333 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1334
1335         * device/lib/_strcmp.c: Fixed bug 1326457
1336
1337 2005-10-11 Raphael Neider <rneider AT web.de>
1338
1339         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1340         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1341
1342 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1343
1344         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1345         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1346
1347 2005-10-04 Raphael Neider <rneider AT web.de>
1348
1349         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1350           device/lib/pic16/pics.all: added pic18f1320
1351         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1352
1353 2005-09-30 Raphael Neider <rneider AT web.de>
1354
1355         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1356         * src/pic16/devices.inc: NEW, provides device descriptions
1357         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1358
1359 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1360
1361         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1362           GETHBIT
1363
1364 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1367           documented Any Order Bit, Higher Order Byte and Higher Order Word
1368         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1369         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1370           (optimizeGetAbit): new, to get any bit, not only the high bit,
1371           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1372           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1373           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1374           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1375             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1376             GETABIT, GETBYTE, GETWORD: decorate them,
1377           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1378           (ast_print): added GETABIT, GETBYTE, GETWORD
1379         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1380         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1381           (geniCodeBinary): new generic binary icode,
1382           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1383         * src/port.h: updated comment for PORT.hasExtBitOp
1384         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1385           (genGetByte): new, to get a single byte,
1386           (genGetWord): new, to get a word from a long,
1387           (gen51Code): added GETABIT, GETBYTE, GETWORD
1388         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1389
1390 2005-09-23 Raphael Neider <rneider AT web.de>
1391
1392         * configure.in, configure: have device/lib/pic configured
1393         * device/lib/Makefile.in: added model-pic14
1394         * device/lib/clean.mk: added pic/ to clean rule
1395         * device/lib/pic: added rudimentary pic14 library providing support
1396           functions for multiplication/division/generic pointer access
1397         * src/SDCCopt.c (convilong): mark support functions as extern
1398           for pic14 port as well
1399         * src/pic/gen.c (genMult): added assertions,
1400           (genpic14Code): emit warning on unhandled iCodes
1401         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1402         * src/pic/pcode.c (pCodeOpCopy),
1403         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1404           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1405           SFR_REGISTER}), made safe for future extensions
1406         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1407           instructions even if preceeded by SKIP instructions (also remove
1408           them); removed unused code
1409         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1410           prevents leaving parts of the structure uninitialized after copying
1411
1412 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1413
1414         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1415           ago by me
1416         * support/regression/tests/addsub.c: added test for the bug
1417
1418 2005-09-21 Raphael Neider <rneider AT web.de>
1419
1420         * device/include/pic16/pic18f1220.h,
1421           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1422         * device/lib/pic16/Makefile.rules: added missing opening paren
1423         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1424           are provided in genutils.c,
1425           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1426           operand/result sizes,
1427           (genCmp): assert on NULL pointers first, then check deref'ed values
1428         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1429           result size
1430
1431 2005-09-18 Raphael Neider <rneider AT web.de>
1432
1433         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1434           as these are now unused,
1435           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1436         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1437           local, avoids uninitialized pointer dereference on r->name
1438         * src/pic16/ralloc.c (newReg): fixed indentation
1439
1440 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1441
1442         * src/SDCCval.c (constVal): fixed bug 730366
1443         * support/Util/SDCCerr.c,
1444         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1445
1446 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1447
1448         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1449
1450 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1451
1452         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1453
1454 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1455
1456         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1457           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1458         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1459           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1460         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1461         * packihx/packihx.c (hexDigit): made c unsigned char
1462         * as/mcs51/lklibr.c (fndsym),
1463         * link/z80/lkgb.c (gb),
1464         * link/z80/lklibr.c (fndsym),
1465         * link/z80/lkrloc.c (relr),
1466         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1467         * src/SDCC.lex (checkCurrFile, process_pragma),
1468         * src/SDCCglue.c (spacesToUnderscores),
1469         * src/SDCCmain.c (setParseWithComma, processFile),
1470         * src/asm.c (tvsprintf, printCLine),
1471         * src/avr/gen.c (emitcode, aopPut),
1472         * src/ds390/gen.c (emitcode),
1473         * src/hc08/gen.c (emitcode, emitinline),
1474         * src/mcs51/gen.c (emitcode, genInline),
1475         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1476           tokenizeLineNode),
1477         * src/pic/ralloc.c (debugLog),
1478         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1479           tokenizeLineNode),
1480         * src/pic16/ralloc.c (debugLog),
1481         * src/z80/main.c (_process_pragma):
1482            made all ctype.h function calls safe
1483         * src/SDCCopt.c: include math.h for fabs
1484         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1485           and used them throughout the code to make ctype.h function calls safe
1486         * src/ds390/main.c (asmLineNodeFromLineNode),
1487         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1488         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1489            unsigned char*
1490         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1491           (newpCodeAsmDir): made ctype.h function calls safe
1492         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1493           pic16_emitcode):  made lbp unsigned char*
1494         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1495           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1496         * src/xa51/gen.c (emitcode),
1497         * src/z80/gen.c (_emit2): made lbp unsigned char*
1498         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1499            char*
1500
1501 2005-09-05 Raphael Neider <rneider AT web.de>
1502
1503         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1504           access bank splitpoint
1505
1506 2005-09-05 Raphael Neider <rneider AT web.de>
1507
1508         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1509
1510 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1511
1512         * .version: changed to version 2.5.3
1513         * doc/sdccman.lyx: changed version to 2.5.3,
1514           documented --codeseg and --constseg and pragma codeseg and constseg,
1515           documented bit parameters (reentrant) and bit returning
1516         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1517            currFunc->recvSize, but is this ok for all ports?
1518           (ast2iCode): result of ~ on unsigned char must be cast to int for
1519            bool to work
1520         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1521           function pointers in bit space
1522         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1523           (processFuncArgs): call port.reg_parm() with reentrancy info
1524         * src/port.h,
1525         * src/avr/main.c,
1526         * src/ds390/main.c,
1527         * src/hc08/main.c,
1528         * src/pic/main.c,
1529         * src/pic16/main.c,
1530         * src/xa51/main.c,
1531         * src/z80/main.c: port.reg_parm prototype extended with
1532           "bool reentrant" parameter
1533         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1534           options.stackAuto for allocating bit register parameters
1535         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1536           (genSend): set BitBankUsed if it is,
1537           (selectRegBank): factored out of genCall for use in genPcall,
1538           (genCall): removed redundant dtype assignmen, use selectRegBank,
1539           (genPcall): handle returning in Carry properly, save in F0 if needed,
1540           (genReceive): handle bit register parameters
1541         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1542           (mcs51_assignRegisters): enable bit registers for all reentrant
1543            functions and don't set BitBankUsed unconditionally
1544         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1545         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1546         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1547
1548 2005-08-27 Borut Razem <borut.razem AT siol.net>
1549
1550         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1551         ppc-osx (Darwin) does not support -u option. It seems that it is
1552         supported only on Linux - GNU cp
1553
1554 2005-08-25 Borut Razem <borut.razem AT siol.net>
1555
1556         * sim/ucsim/gui.src/serio.src/Makefile.in,
1557           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1558           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1559           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1560           install and strip, since the strip at /usr/ccs/bin should be used
1561           on solaris
1562
1563 2005-08-24 Borut Razem <borut.razem AT siol.net>
1564
1565         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1566
1567 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1568
1569         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1570         ffffffffu
1571
1572 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1573
1574         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1575         * as/mcs51/lkmain.c (link_main): fixed warning
1576         * device/include/stdbool.h: ds390 has no advanced bit support yet
1577         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1578         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1579         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1580           and updated their macros
1581         * src/SDCCval.c (constVal): updated comment for renamed b_long
1582
1583 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1584
1585         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1586         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1587           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1588           (oprio): set priority for '['
1589         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1590            and adb_24_bit
1591         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1592         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1593         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1594         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1595           added overlayable BIT_BANK area
1596         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1597           (summary2): explain 'T' in legenda
1598         * as/mcs51/lkrloc.c: replaced old K&R style,
1599           (relr): added R_BIT processing,
1600           (errmsg): added "Bit-addressable relocation error",
1601           (adb_bit): added for converting from byte- to bit-addressable space,
1602           (adb_24_bit): added for converting from byte- to bit-addressable space
1603         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1604            used in reentrant functions now even as return value
1605         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1606         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1607           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1608         * src/SDCCglobl.h: added indicator BitBankUsed
1609         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1610            the bit registers b0-b7
1611         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1612           (geniCodeCast): fixed bug 1263853,
1613           (geniCodeLogicAndOr): put result in bool or char,
1614           (geniCodeReceive): added parameter func for accessing the return type,
1615           (geniCodeFunctionBody): pass func to geniCodeReceive
1616         * src/SDCCmain.c: added indicator BitBankUsed
1617         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1618         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1619           (checkSClass): don't put automatic bool/bit on stack,
1620           (checkFunction): removed check on function cannot return bit
1621         * src/SDCCsymt.h: added newBoolLink prototype
1622         * src/mcs51/gen.c (rb1regs): added bit registers,
1623           (movc): created for assigning to carry,
1624           (pushReg, popReg): created for pushing registers,
1625           (sameRegs): check both AOP_REG and AOP_CRY types,
1626           (aopOp): handle bit registers,
1627           (aopPut): optimization no self-assign,
1628           (saveRegisters): push reg->base (bits) only once for bit registers,
1629            and use pushReg,
1630           (unsaveRegisters): pop reg->base only once and use popReg,
1631           (assignResultValue): added parameter func and return in carry for bits,
1632           (genIpush): optimization no reload in A if not changed,
1633           (genSend): bit parameters in reentrant functions are passed in bit
1634            registers by first assigning to bits in B, then save registers and
1635            copy B to bits,
1636           (genCall): handle returning in Carry properly, save it in F0 if needed,
1637           (genPcall): updated assignResultValue call, this is not safe yet for bit
1638            returning function !!!
1639           (genFunction): don't generate equ's for bit registers and use pushReg,
1640           (genEndFunction): take care of bit returning functions and use popReg,
1641           (genRet): return bit in Carry,
1642           (genIfx): optimize bit registers and other directly addressable bits,
1643           (genReceive): updated assignResultValue call
1644         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1645           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1646            registers when using stack-auto
1647         * src/mcs51/ralloc.c (_G): added allBitregs,
1648           (regs8051): added the bit registers,
1649           (createStackSpil): use macro IS_BIT,
1650           (getRegBit): added to allocate a bit register, else spill,
1651           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1652           (updateRegUsage): factored out to ease stepping while debugging,
1653           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1654            also allocate bit registers,
1655           (fillGaps): handle bit registers,
1656           (findAllBitregs): added to create bit vector with all bit registers,
1657           (mcs51_allBitregs): returns this bit vector,
1658           (mcs51_assignRegisters): when using stack-auto use bit registers for
1659            passing parameters and creating local variables
1660         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1661
1662 2005-08-22 Borut Razem <borut.razem AT siol.net>
1663
1664         * device/lib/Makefile.in: replaced find option -or with -o
1665           to make it run on solaris
1666
1667 2005-08-22 Raphael Neider <rneider AT web.de>
1668
1669         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1670           fixes #1265442 (crash on Solaris)
1671
1672 2005-08-20 Borut Razem <borut.razem AT siol.net>
1673
1674         * configure, configure.in: added tests for libsocket and libnsl libraries,
1675           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1676           from support/regression/Makefile.in
1677         * support/regression/Makefile.in: added
1678         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1679         * sim/ucsim/libtool: regenerated on sparc-solaris
1680         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1681           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1682           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1683           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1684           sparc-solaris, which doesn't use GNU ld linker
1685         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1686         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1687
1688 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1689
1690         * src/mcs51/peeph.def: updated comments
1691
1692 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1693
1694         * device/lib/_gptrget.c,
1695         * device/lib/_gptrput.c: slightly shorter
1696         * doc/sdccman.lyx: incremented version
1697         * src/mcs51/peeph.def: moved peephole comments to the line of first
1698           change to better keep line correlation, reanimated 186.e
1699         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1700
1701 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1702
1703         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1704           David Saxton with quotes around file name.
1705
1706 2005-08-15 Borut Razem <borut.razem AT siol.net>
1707
1708         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1709           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1710           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1711           make tests run on x86_64 platform
1712
1713 2005-08-13 Raphael Neider <rneider AT web.de>
1714
1715         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1716           as it might be executed DURING a build (parallel make is wonderful)
1717
1718 2005-08-13 Raphael Neider <rneider AT web.de>
1719
1720         * device/lib/Makefile.in (port-specific-objects-pic16):
1721           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1722         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1723           dependency
1724         * device/lib/pic16/Makefile.rules: build subdirs before creating
1725           the library, removed builddir rule, create $(builddir) early in
1726           recurse rule, use empty recurse rule for leaf directories
1727         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1728           mkdir errors (race condition), removed duplicate suffix "hex"
1729           from clean rules
1730         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1731         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1732           prevents mkdir -p from aborting on Alpha
1733
1734 2005-08-12 Raphael Neider <rneider AT web.de>
1735
1736         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1737           db-statements in order to allow for arrays of pointers in code
1738           sections to be placed without interspersed 0-padding, fixes
1739           bug #1256215
1740         * (emitStatistics): fixed division by zero for pic18f1220
1741         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1742           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1743         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1744         * (pic16_pCodeConstString): keep track of already emitted string
1745           literals to prevent "duplicate definitions of symbol _str_NR"
1746         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1747           debug message
1748         * device/lib/Makefile.in: ignore failing PIC16 library builds
1749         * device/lib/pic16/Makefile: do not build if gputils are missing
1750         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1751
1752 2005-08-10 Raphael Neider <rneider AT web.de>
1753
1754         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1755           my last commit)
1756
1757 2005-08-10 Raphael Neider <rneider AT web.de>
1758
1759         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1760           Rokas' patch to add the new fixed point type "__fixed16x16"
1761         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1762           functions for __fixed16x16 arithmetics
1763         * device/lib/pic16: reimplemented the build system to support
1764           a separate build directory, better handling of libio (create
1765           the library in a separate subdir for each architecture) and
1766           easier configuration (centralized in Makefile.common)
1767
1768 2005-08-07 Raphael Neider <rneider AT web.de>
1769
1770         * src/pic16/gen.c (genrshTwo): fixed sign extension
1771         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1772         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1773           added T0CONbits
1774         * device/include/pic16/pic18f4220.h: NEW, header for
1775           pic18f4220 and pic18f4320
1776         * device/include/pic16/pic18fregs.h: added new devices,
1777           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1778         * device/include/pic16/signal.h: resolved name clashes
1779           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1780           to also allow testing for interrupt enable bits, added
1781           comments on how to use the macros
1782         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1783         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1784           register definitions for the devices
1785         * device/lib/pic16/pics.all: added new devices
1786         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1787           allocated memory
1788         * device/lib/pic16/libc/stdlib/memfree: do not count
1789           the block header as free memory
1790         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1791           simplified and added missing end-of-blocklist-marker
1792           (reported by Peter Onion, fixes #1252814)
1793         * (_mergeHeapBlock): fixed loop condition
1794         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1795           len==0, restructured code
1796         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1797           up a bit, reduced bitfield accesses, prevent endless loops
1798           in case of heap corruption
1799         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1800           "unreferenced arguments/must return a value" warnings
1801         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1802           replaced BAUDREG with SPBRG
1803         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1804           device/lib/pic16/debug/gstack/gstack.c: replaced
1805           _naked, _asm, _endasm with __naked, __asm, __endasm
1806
1807 2005-08-05 Raphael Neider <rneider AT web.de>
1808
1809         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1810           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1811
1812 2005-08-05 Borut Razem <borut.razem AT siol.net>
1813
1814         * device/lib/Makefile.in: added missing ';'
1815         * configure: removed ^M characters
1816
1817 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1818
1819         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1820           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1821           License
1822
1823 2005-08-04 Borut Razem <borut.razem AT siol.net>
1824
1825         * configure.in: pic16 libraries build 2nd try - enable running
1826           configure in device/lib/pic16
1827         * configure: regenerated from configure.in
1828         * device/lib/Makefile.in: create $(PORT)/bin directory
1829
1830 2005-08-03 Raphael Neider <rneider AT web.de>
1831
1832         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1833           to get/set values via pointers
1834         * (genUnpackBits,genPackBits): changed detection of
1835           ptr->bitfield vs. sym.bitfield, fixed access via generic
1836           pointers, removed dead (wrong) code for multibyte bitfields
1837         * (genNearPointerGet, genGenPointerGet): removed useless code,
1838           fixed bitfield detection, fixes #1250594
1839         * (genNearPointerSet): removed useless code
1840         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1841           and introduced macro pic16_emitpcode that conditionally emits
1842           the origin of the following pCode (useful for debugging SDCC)
1843         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1844         * (createDefmap): fixed handling of LFSR for --optimize-df
1845
1846 2005-08-02 Borut Razem <borut.razem AT siol.net>
1847
1848         * device/lib/Makefile.in: pic16 libraries build enabled since
1849           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1850
1851 2005-08-02 Raphael Neider <rneider AT web.de>
1852
1853         * src/pic16/gen.c (genPackBits): removed deprecated warning
1854         * (genGenPointerSet): fixed bitfield detection
1855
1856 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1857
1858         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1859
1860 2005-07-31 Raphael Neider <rneider AT web.de>
1861
1862         * device/lib/pic16/libdev/pic18f458.c,
1863           device/include/pic16/pic18f458.h: added missing T0CONbits
1864
1865 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1866
1867         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1868
1869 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1870
1871         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1872
1873 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1874
1875         * device/include/mcs51/at89c51ed2.h: added.
1876
1877 2005-07-23 Raphael Neider <rneider AT web.de>
1878
1879         * src/pic/gen.h: added emitpcode macro for debugging
1880         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1881           and replace by macro adding debug information on demand
1882         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1883         * (gencjne): tried to fix; replaced with correct (slower) code
1884         * (gen{Unp,P}ackBits): fixed single bit access
1885         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1886         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1887           previous instruction
1888         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1889           register has to be handled with care (forbidding movement
1890           of assignments/uses, removing assignments completely, ...)
1891         * (pCodeOptime2pCodes): make use of regIsSpecial
1892         * added lots of debugging output (commented out)
1893         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1894           from being reused as result UNLESS it is known to work
1895
1896 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1897
1898         * support/Util/dbuf.h: include <stddef.h> for size_t
1899         * .version: changed to version 2.5.2
1900
1901 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1902
1903         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1904
1905 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1906
1907         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1908           (genModOneByte): removed needless psha/pula
1909
1910 2005-07-22 Raphael Neider <rneider AT web.de>
1911
1912         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1913           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1914         * src/pic/gen.c (resolveIfx): do not "invent" labels
1915         * (genSkipc): changed to positive logic
1916         * (genSkipCond): removed as no longer needed
1917         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1918           backport from PIC16
1919         * (genLeftShift): check operands are in different registers
1920         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1921           INCF does not update CARRY...
1922         * src/pic/main.c: fixed _linkCmd
1923         * src/pic/pcode.c (unlinkpCode): added inactive code
1924         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1925           alive (do not assign result and operand overlapping registers)
1926
1927 2005-07-22 Raphael Neider <rneider AT web.de>
1928
1929         * src/pic/device.c (dump_sfr): replaced register declaration with
1930           call to emitSymbolToFile() to avoid duplicate symbols
1931         * (assignRelocatableRegisters): do not declare external symbols
1932         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1933           right (take size of type, not etype)
1934         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1935         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1936         * (packRegsForAccUse): disabled assignment of WREG as
1937           the result reg to prevent occurence of just fixed #1235003,
1938           fixes #1242954
1939         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1940           symbols (avoids duplicate symbols in .asm file)
1941         * (pic14emitRegularMap): use emitSymbolToFile()
1942         * src/pic/gen.c (aopOp): fixed spillLocation handling
1943         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1944         * (genDataPointerSet): removed unneccessary variables/output
1945
1946 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1947
1948         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1949         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1950
1951 2005-07-21 Raphael Neider <rneider AT web.de>
1952
1953         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1954           architecture cannot handle them efficiently, fixes bug #1235003
1955         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1956           check for empty sets before using them (fixes bug #1232190)
1957
1958 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1959
1960         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1961           (lnksect2): generate warnings for memory overlap
1962         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1963           constseg to set the name of these segments so you can instruct the linker
1964           to place them in banks
1965         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1966         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1967           added code_seg and const_seg to options
1968         * src/SDCCglue.c (emitMaps): use options.const_seg,
1969           (createInterruptVect): put interrupt vectors in segment HOME,
1970           (glue): put HOME before static segment and put the main glue in HOME,
1971           (glue): use options.code_seg
1972         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1973         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1974           these segments so you can instruct the linker to place them in banks
1975           (linkEdit): use code_loc for HOME segment which should be the first
1976           segment in code memory now
1977         * src/SDCCmem.c: fixed more stuff like bug 1238386
1978         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1979           (changePointer): don't change function pointers to code pointers for
1980           banked functions,
1981           (compareType): added exceptional check for banked function pointers
1982         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1983         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1984           after static in code memory
1985         * src/mcs51/gen.c: added aopLiteralLong prototype,
1986           (aopForSym): use getSize for functions,
1987           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1988           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1989           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1990           the segment,
1991           (genPcall): use call for literal function pointers and generate banked
1992           calls over the one trampoline so there's only one place for the user to
1993           modify according to his/hers hardware,
1994           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1995           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1996         * src/mcs51/main.c: added keyword banked,
1997           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1998         * support/Util/SDCCerr.c,
1999         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2000           needed for passing the bank and address to the trampoline
2001         * device/lib/mcs51/crtbank.asm: added for bankswitching
2002         * device/lib/mcs51/Makefile: added crtbank
2003
2004 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2005
2006         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2007           for fields at offset 0 of a struct or union as reported
2008           on 2005-07-07 in the developer mailing list.
2009
2010 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2011
2012         * src/SDCCmem.c: fixed bug 1238386
2013
2014 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2015
2016         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2017           (patch #1144962), added peephole 300, enabled 259.x
2018         * doc/sdccman.lyx: removed screenshot and provided link instead
2019
2020 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2021
2022         * doc/sdccman.lyx: added section about debugging with ddd
2023         * doc/figures/ddd_example.eps: screenshot of debugging session
2024
2025 2005-07-04 Raphael Neider <rneider AT web.de>
2026
2027         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2028           like CODE pointers, fixes #1115683
2029         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2030           call, fixes bugs #1232211, #1228110,
2031           fixed wrong casts to pCodeFlow from pCodeInstructions
2032
2033 2005-07-04 Raphael Neider <rneider AT web.de>
2034
2035         * src/pic/gen.c (popGet): changed assert to allow for
2036           bit operands
2037         * (popGetAddr): changed signature to provide
2038           an additional index, patched all call sites
2039         * (genCmpEq): handle literal-like operands correctly
2040         * (genAddrOf): added sanity checks on __code/__data pointers
2041         * (genAssign): added handling of symbols from __code section
2042         * (gencjne): do not generate code for comparisons whose result
2043           is neither stored nor used, fixes bug #1171114
2044         * (AccLsh, AccRsh): operate on operand instead of WREG
2045         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2046           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2047           by known count
2048         * rewrote complete shift-by-literal logic, commented unused
2049           functions out
2050         * (genConstPointerGet): get multiple bytes (if result size > 1),
2051           fixed handling of non-immediate addresses
2052         * (genPointerGet): handle CODE pointers like CONST pointers
2053         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2054         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2055           operand is to be treated as a literal or not
2056         * (mov2w,genPcall,genCmpEq),
2057           src/pic/genarith.c: use aop_isLitLike() to decide between
2058           literal/register contents
2059         * (addSign): added missing offset
2060         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2061           only emit comment in debug-mode,
2062           use {aop,op}_isLitLike throughout the file
2063         * src/pic/glue.c: fix initializers for pointers (work in progress)
2064         * src/pic/pcode.c (get_op): honor index on _const symbols
2065         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2066         * (dumppBlock): added pCode size estimation
2067         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2068           check for IS_SYMOP before OP_SYMBOL'ing
2069         * fixed indentation, compacted switch-statements
2070         * (allocReg): find free register and allocate it instead of
2071           allocating new registers all the time
2072         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2073           registers as its operands (necessary only for multibyte GETs)
2074
2075 2005-07-01 Raphael Neider <rneider AT web.de>
2076
2077         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2078           debugging .asm-output macros FENTRY + FEXIT
2079         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2080           way... I wonder...
2081         * (emitpComment): NEW, printf to pCode
2082         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2083           offset handling
2084         * (popGetAddr): NEW, variant of popGet to access an immediates
2085           high(er) bytes instead of the n'th byte of memory they reference,
2086           replaced popGet with popGetAddr where neccessary
2087         * (genDataPointerGet): reactivated and fixed implementation
2088         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2089           accesses
2090         * (genDataPointerSet): fixed multibyte assignments
2091         * (genpic14Code): fixed --i-code-in-asm handling
2092         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2093         * (genPlus): fixed index-out-of-bounds error
2094         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2095         * src/pic/ralloc.c: added debugging output macro FENTRY2
2096         * (spillThis): fixed indentation, enbraced for-body for clarity
2097         * (rematStr): commented out as now unused
2098         * (regTypeNum): commented out special spill case (overwrites
2099           arbitrary values)
2100         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2101
2102 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2103
2104         * doc/sdccman.lyx: documented sfr16/sfr32,
2105           added example for using storage class with function pointers
2106         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2107
2108 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2109
2110         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2111         * device/lib/_itoa.c,
2112         * device/lib/_ltoa.c: optimized codesize
2113         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2114           but don't know how to suppress the double warning.
2115         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2116         * support/Util/SDCCerr.c,
2117         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2118
2119 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2120
2121         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2122           fixed old K&R prototypes
2123         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2124         * device/lib/_gptrget.c,
2125         * device/lib/_gptrgetc.c,
2126         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2127           also new versions for small generic pointers and banked generic pointers
2128         * src/port.h: added const_name
2129         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2130         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2131         * src/SDCCcse.c (findPrevIc): check all associative operators
2132         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2133         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2134         * src/SDCCmem.c: updated comments,
2135           set far-space to 0 for pdata, results in optimized code
2136         * src/SDCCmem.h: added macro CONST_NAME
2137         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2138           moving the info into the highest bits, see also gptrget/gptrput
2139         * src/src.dsp: added sdcc.ico to project files
2140         * src/avr/gen.c (genCast): fixed bug 0x%d
2141         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2142         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2143           relation between ptr_type and DCL_TYPE,
2144           (genCast): fixed bug 0x%d
2145         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2146           (CODE)" for const_name
2147         * src/hc08/gen.c (genCast): fixed bug 0x%d
2148         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2149           (hc08_port): added "CONST (CODE)" for const_name
2150         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2151           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2152           between ptr_type and DCL_TYPE,
2153           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2154           operand* and took AOP() inside function so sfr-ness can be checked,
2155           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2156           new prototype,
2157           (genFunction, genEndFunction): optimized stack setup,
2158           (genMinus): optimized for literals with ending zeroes (in bytes),
2159           (genCast): fixed bug 0x%d
2160         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2161           (mcs51_port): added "CONST (CODE)" for const_name
2162         * src/mcs51/peeph.def: made rule 226 more generic
2163         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2164         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2165         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2166         * src/z80/main.c (z80_port): added NULL for const_name,
2167           (gbz80_port): added NULL for const_name
2168         * support/regression/tests/bug663539.c,
2169         * support/regression/tests/sfr16.c: new tests
2170
2171 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2172
2173         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2174
2175 2005-06-24 Raphael Neider <rneider AT web.de>
2176
2177         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2178           corrected typos...
2179         * device/include/pic16/signal.h: added USBIF
2180           and SIG_USB
2181
2182 2005-06-24 Raphael Neider <rneider AT web.de>
2183
2184         * device/lib/pic16/libdev/pic18f2455.c,
2185           device/include/pic16/pic18f2455.h: NEW
2186         * device/include/pic16/pic18fregs.h,
2187           device/lib/pic16/pics.all,
2188           src/pic16/device.c: added 18f2455
2189         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2190           device/include/pic16/{pic18f[68][567].h,usart.h}:
2191           replaced MULTIPLE_USARTS define with more relaible
2192           compatibility sfrs (for USART access)
2193
2194 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2195
2196         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2197           and the output asm file line is printed on two lines.
2198
2199 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2200
2201         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2202           BGT, BLE, BHI, and BLS instructions
2203         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2204           genCmpEq): removed
2205         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2206           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2207           fixes bug #1216342
2208         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2209
2210 2005-06-15 Raphael Neider <rneider AT web.de>
2211
2212         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2213         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2214         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2215           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2216           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2217
2218 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2219
2220         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2221           Marcel Telka in bug #1215704
2222
2223 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2224
2225         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2226           located in shared memory bank.
2227
2228 2005-05-31 Raphael Neider <rneider AT web.de>
2229
2230         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2231           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2232           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2233
2234 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2235
2236         * device/lib/_strncpy.c: fixed the fix
2237
2238 2005-05-26 Raphael Neider <rneider AT web.de>
2239
2240         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2241           initializers with \0, bug #1208187
2242         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2243           intializers with \0, bug #1208187
2244
2245 2005-05-26 Raphael Neider <rneider AT web.de>
2246
2247         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2248           initializers with \0, bug #1208187
2249         * src/pic16/main.c (_process_pragma): added sanity checks
2250           for stack position and size, emit warnings when appropriate
2251
2252 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2253
2254         * device/lib/_strncpy.c: fixed not filling with \0
2255
2256 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2257
2258         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2259           createFunction),
2260         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2261           compound_statement),
2262         * src/SDCCsymt.h,
2263         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2264
2265 2005-05-24 Raphael Neider <rneider AT web.de>
2266
2267         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2268
2269 2005-05-24 Raphael Neider <rneider AT web.de>
2270
2271         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2272           TRISE definitions, closes bug #1162453
2273
2274 2005-05-22 Raphael Neider <rneider AT web.de>
2275
2276         * src/pic16/main.c (_process_pragma): check for missing
2277           arguments to pragmas code and udata
2278         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2279           consistency fixes to match other headers (thanks to Jim Paris)
2280         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2281
2282 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2283
2284         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2285
2286 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2287
2288         * support/regression/tests/bug1198642.c: new test
2289         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2290         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2291         * support/scripts/resource.h,
2292         * support/scripts/resource.rc,
2293         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2294         * support/scripts/sdcc.ico: added 32x32 icon
2295
2296 2005-05-18 Raphael Neider <rneider AT web.de>
2297
2298         * device/lib/pic16/libdev/pic18f*.c,
2299         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2300           keywords to "__sfr" and "__at (X)"
2301         * device/include/pic16/pic18fregs.h: added pic18f4520
2302         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2303           #1203088 (MPLAB compatibility)
2304
2305 2005-05-17 Raphael Neider <rneider AT web.de>
2306
2307         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2308         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2309         * device/lib/pic16/pics.all: added new devices
2310         * src/pic16/device.c: added support for pic18f4520
2311
2312 2005-05-16 Raphael Neider <rneider AT web.de>
2313         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2314         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2315         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2316           convenience function for bit access
2317
2318 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2319
2320         * device/lib/printf_large.c: fixed bug 1193299
2321         * support/regression/tests/bug1057979.c: added test %3.3s
2322
2323 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2324
2325         * device/include/mcs51/8051.h,
2326         * device/include/mcs51/8052.h: made parseable with lint
2327         * device/include/mcs51/lint.h: added include file for (sp)lint
2328         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2329         * doc/cdbfileformat.lyx,
2330         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2331
2332 2005-05-14 Raphael Neider <rneider AT web.de>
2333
2334         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2335         * device/lib/pic16/libc/stdlib/itoa.c (new)
2336         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2337         * device/lib/pic16/libio/Makefile: exclude subdir according to
2338           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2339         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2340         * src/pic16/gen.c (genFunction): prevent annoying warning
2341         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2342           nameclashes on BeOS
2343         * support/cpp2/cppmain.c (cpp_output_string): new
2344         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2345           fixes bug 1116802
2346
2347 2005-05-13 Borut Razem <borut.razem AT siol.net>
2348
2349         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2350
2351 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2352
2353         * .version: changed to version 2.5.1; back to bleeding edge development
2354
2355 2005-05-11 Borut Razem <borut.razem AT siol.net>
2356
2357         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2358           generate PDF version 1.3 documents
2359
2360 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2361
2362         * .version: changed to version 2.5.0
2363
2364 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2365
2366         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2367
2368 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2369
2370         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2371         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2372         well as many smaller updates.
2373         * .version: changed to version 2.5.0-pre1
2374
2375 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2376
2377         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2378
2379 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2380
2381         * support/regression/tests/bug1185672.c: added
2382         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2383           bug 1185672
2384         * src/mcs51/gen.c (genCall): added comments, made it look safer
2385         * src/mcs51/gen.c (genEndFunction): simplified
2386
2387 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2388
2389         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2390
2391 2005-04-14 Borut Razem <borut.razem AT siol.net>
2392
2393         * fixed bug 1045046 - SIGSEGV with really simple code?:
2394           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2395           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2396
2397 2005-04-14 Borut Razem <borut.razem AT siol.net>
2398
2399         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2400           src/pic16/device.h: temporarily disabled experimental #inline pragma
2401           for 2.5.0 release
2402
2403 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2404
2405         * device/include/z80/stdio.h,
2406         * device/include/z80/string.h: removed these highly incomplete files so
2407           SDCC can use the default ones in device/include/
2408
2409 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2410
2411         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2412         gcc warning.
2413         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2414         fix sdcpp warnings.
2415
2416 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2417
2418         * device/include/malloc.h: removed redundant __reentrant prototypes
2419         * device/lib/_mullong.c: added working xstack variant in asm (C version
2420           doesn't pass regression tests)
2421         * device/lib/bpx.c: used __data and made bpx char for mcs51
2422         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2423           (createFunction): fixed bug with xstackPtr
2424         * src/SDCCcse.c: corrected comments
2425         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2426           (killDeadCode, eBBlockFromiCode): removed unused code
2427         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2428           corrected comments
2429         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2430           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2431           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2432           (genModOneByte): fixed warning in MSVC
2433         * src/mcs51/main.c (): added comments
2434         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2435
2436 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2437
2438         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2439
2440 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2441
2442         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2443
2444 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2445
2446         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2447         characters arrays of larger size than the declared one.
2448
2449 2005-04-10 Borut Razem <borut.razem AT siol.net>
2450
2451         * src/pic/gen.c (genInline),
2452           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2453           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2454           (findNextInstruction), (findPrevInstruction),
2455           (findInstructionUsingLabel),
2456           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2457         * src/pic/pcode.c (findLabel): added missing '\n'
2458         * src/src.dsp: added SDCCdwarf2.c to the project
2459
2460 2005-04-09 Borut Razem <borut.razem AT siol.net>
2461
2462         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2463
2464 2005-04-08 Raphael Neider <rneider AT web.de>
2465
2466         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2467           into the chain after a given one) and mergeDefmapSymbols (combine
2468           defmap entries for each symbol per pcode)
2469         * (createDefmap): have defmap entries merged in the end
2470         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2471           a symbol before replacing one access type's symbol, merge symbols in
2472           the end (replacement symbol might already have an entry)
2473         * (assignValnums): keep reference to written WREG intact
2474
2475 2005-04-08 Raphael Neider <rneider AT web.de>
2476
2477         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2478           Alpha)
2479
2480 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2481
2482         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2483         bytes
2484
2485 2005-04-07 Raphael Neider <rneider AT web.de>
2486
2487         * device/include/pic16/usart.h: added compatibility defines for
2488           devices with more than one USART
2489         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2490
2491 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2492
2493         * device/lib/Makefile.in: updated for port specific include
2494
2495 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2496
2497         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2498
2499 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2500
2501         * device/include/8051.h,
2502         * device/include/8052.h,
2503         * device/include/at89S8252.h,
2504         * device/include/at89c55.h,
2505         * device/include/at89x051.h,
2506         * device/include/at89x51.h,
2507         * device/include/at89x52.h,
2508         * device/include/mcs51reg.h,
2509         * device/include/reg51.h,
2510         * device/include/reg764.h,
2511         * device/include/regc515c.h,
2512         * device/include/sab80515.h: (re)moved these 12 files
2513         * device/include/mcs51/8051.h,
2514         * device/include/mcs51/8052.h,
2515         * device/include/mcs51/at89S8252.h,
2516         * device/include/mcs51/at89c55.h,
2517         * device/include/mcs51/at89x051.h,
2518         * device/include/mcs51/at89x51.h,
2519         * device/include/mcs51/at89x52.h,
2520         * device/include/mcs51/mcs51reg.h,
2521         * device/include/mcs51/reg51.h,
2522         * device/include/mcs51/reg764.h,
2523         * device/include/mcs51/regc515c.h,
2524         * device/include/mcs51/sab80515.h: and added them here
2525
2526 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2527
2528         * device/include/stdarg.h: changed SDCC specific keywords to double
2529           underlined form.
2530         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2531           mcs51 and ds390.
2532         * device/include/hc08/mc68hc908gp32.h,
2533         * device/include/hc08/mc68hc908jb8.h,
2534         * device/include/hc08/mc68hc908jkjl.h,
2535         * device/include/hc08/mc68hc908qy.h: fixed comments
2536         * device/include/mcs51/README: updated
2537         * device/include/mcs51/c8051f120.h: added PINRSF
2538         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2539         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2540           amidst code. Also inline is not supported.
2541
2542 2005-04-06 Raphael Neider <rneider AT web.de>
2543
2544         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2545         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2546           callers stack/frame pointers
2547
2548 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2549
2550         * device/include/pic16/usart.h: added, missing in previous commit,
2551         * device/include/pic16/adc.h: fixed typo,
2552         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2553         commit,
2554         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2555         <p18fxxx.inc>
2556         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2557         uninitialized because a bug appears with gplink
2558         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2559         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2560         complains for unrecognised option
2561
2562 2005-04-05 Raphael Neider <rneider AT web.de>
2563
2564         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2565           structs as well (using memcpy)
2566         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2567           on ISRs (GOTO has no label)
2568         * src/pic16/device.h: added OF_OPTIMIZE_DF
2569         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2570           new data flow analysis/optimization
2571         * src/pic16/pcode.c: added (prototypes for and implementation of)
2572           dataflow analysis functions, fixed pCodeInstructions' inCond and
2573           outCond values, made RCALL a branch instruction
2574         * (pic16_unlinkpCode): keep C line if possible
2575         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2576           C line moved if possible
2577         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2578         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2579           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2580         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2581           new flow)
2582         * (pic16_getJumptabpCode): NEW, needed in...
2583         * (LinkFlow): fixed handling of jumptables, calls and conditional
2584           branches
2585         * (pic16_InsertCommentAfter): NEW
2586         * (pic16_pCodeReplace): made verbose and flow preserving
2587         * (AnalyzeFlow): added call to data flow analysis
2588         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2589         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2590         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2591
2592 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2593
2594         * src/SDCCast.c (decorateType): fixed bug #1105626
2595
2596 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2597
2598         * device/include/asm/pic16/features.h,
2599         * pic18f*.h headers,
2600         * device/include/pic16/adc.h,
2601         * device/include/pic16/delay.h,
2602         * device/include/pic16/i2c.h,
2603         * device/include/pic16/malloc.h,
2604         * device/include/pic16/stdio.h,
2605         * device/include/pic16/stdlib.h,
2606         * device/include/pic16/string.h,
2607         * device/lib/pic16/libc/stdio/printf_tiny.c,
2608         * device/lib/pic16/libc/stdio/printf_small.c,
2609         * device/lib/pic16/libc/stdio/strmgpsim.c,
2610         * device/lib/pic16/libc/stdio/strmmssp.c,
2611         * device/lib/pic16/libc/stdio/strmusart.c,
2612         * device/lib/pic16/libc/stdio/vfprintf.c,
2613         * device/lib/pic16/libc/stdlib/ltoa.c,
2614         * device/lib/pic16/libc/stdlib/putchar.c,
2615         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2616         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2617         * device/lib/pic16/libc/stdlib/memchrram.c,
2618         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2619         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2620         * device/lib/pic16/libio/adc/adcbusy.c,
2621         * device/lib/pic16/libio/adc/adcread.c,
2622         * device/lib/pic16/libio/adc/adcsetch.c,
2623         * device/lib/pic16/libio/usart/ubaud.c,
2624         * device/lib/pic16/libio/usart/ubusy.c,
2625         * device/lib/pic16/libio/usart/udrdy.c,
2626         * device/lib/pic16/libio/usart/uopen.c,
2627         * device/lib/pic16/libio/usart/uputc.c,
2628         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2629         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2630         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2631         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2632         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2633         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2634         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2635         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2636         specific keywords to double underlined form,
2637         * device/lib/pic16/libc/Makefile.rules,
2638         * device/lib/pic16/libsdcc/Makefile.rules,
2639         * device/lib/pic16/libm/Makefile,
2640         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2641         to compile with C standard set in Makefile.common
2642         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2643         rand.c and crc.c in compilation process,
2644         * device/lib/pic16/libsdcc/int/divuint.c,
2645         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2646         `c' from signed to unsigned,
2647         * device/lib/pic16/startup/crt0.c,
2648         * device/lib/pic16/startup/crt0i.c,
2649         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2650         keywords to double underlined form, bug fixes in _do_cinit function
2651         which prevented the correct initialization of the .idata segment,
2652         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2653         core to enter a infinite loop
2654         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2655
2656 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2657
2658         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2659
2660 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2661
2662         * device/include/Makefile.in: add support for hc08 subdirectory
2663         * device/include/hc08/: new subdirectory
2664         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2665         Lucas Loizaga, thanks!
2666         * device/include/hc08/mc68hc908qy.h,
2667         * device/include/hc08/mc68hc908gp32.h,
2668         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2669         their own directory. Changed internal macro names to use the compiler
2670         reserved namespace. Changed SDCC specific keywords to double
2671         underlined form.
2672         * device/include/math.h,
2673         * device/include/malloc.h,
2674         * device/include/stdarg.h,
2675         * device/include/stdbool.h
2676         * device/include/string.h,
2677         * device/include/tinibios.h,
2678         * device/include/ds400rom.h,
2679         * device/include/8051.h,
2680         * device/include/8052.h,
2681         * device/include/80c51xa.h,
2682         * device/include/at89c55.h,
2683         * device/include/at89S8252.h,
2684         * device/include/at89x51.h,
2685         * device/include/at89x52.h,
2686         * device/include/ds80c390.h,
2687         * device/include/reg764.h,
2688         * device/include/regc515c.h,
2689         * device/include/sab80515.h,
2690         * device/include/mcs51/c8051f000.h,
2691         * device/include/mcs51/c8051f018.h,
2692         * device/include/mcs51/c8051f020.h,
2693         * device/include/mcs51/c8051f040.h,
2694         * device/include/mcs51/c8051f060.h,
2695         * device/include/mcs51/c8051f120.h,
2696         * device/include/mcs51/c8051f300.h,
2697         * device/include/mcs51/c8051f310.h,
2698         * device/include/mcs51/c8051f320.h,
2699         * device/include/mcs51/c8051f330.h,
2700         * device/include/mcs51/c8051f350.h,
2701         * device/include/z180.h: Changed SDCC specific keywords to double
2702         underlined form.
2703
2704 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2705
2706         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2707         18F4455,
2708         * (pic16_assignConfigWordValue): disable testing of configuration
2709         register value with config mask,
2710         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2711         function with port->fun_prefix,
2712         * (genFunction): when generating a naked interrupt function never
2713         create an absolute segment placed in interrupt vector address, place
2714         the actual interrupt function at IVA instead, when an interrupt
2715         function is generated with unspecified interrupt then do not create
2716         the absolute section,
2717         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2718         code for generating a call to generic pointer get/put function with
2719         a call to function pic16_callGenericPointer(),
2720         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2721         the call to the generic pointer get/put functions with prefixing the
2722         function name with port->fun_prefix,
2723         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2724         * src/pic16/main.c (_process_pragma): prefix function with
2725         port->fun_prefix,
2726         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2727         calling assembler, old 18Fxxxx macro is deprecated,
2728         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2729         PC_ASMDIR in while condition,
2730         * (findInstruction): add PC_ASMDIR in while condition,
2731         * (buildCallTree): prefix main with port->fun_prefix,
2732         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2733         identifier for variable with banked access in instructions BTFSS,
2734         BTFSC, BCF, BSF, BTG
2735         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2736         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2737         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2738         perform optimization when enviroment variable NO_REG_OPT is set,
2739         * (insideLRBlock): NEW, return 1 if register is inside an
2740         INF_LOCALREGS block,
2741         * (RemoveRegFromLRBlock): remove a register that is completely
2742         eliminated by register optimization, but it is still left in local
2743         register store/restore in/from stack block,
2744         * (Remove2pcodes): after removing register, check to see if it
2745         should be removed from local register store/restore in/from stack
2746         block,
2747         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2748         DUMMY_READ_VOLATILE,
2749
2750         * device/include/pic16/adc.h: minor prototype modifications and
2751         update,
2752         * device/include/pic16/malloc.h: added GPL notice various
2753         modifications,
2754         * device/include/pic16/stdint.h: NEW, standard header for ints
2755         * device/include/pic16/delay.h: NEW, header for delay functions,
2756         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2757         delay1mtcy,
2758         * device/include/pic16/signal.h: NEW, header providing helper macros
2759         for implementing signal handlers,
2760         * device/include/pic16/stdio.h: added prototypes for functions,
2761         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2762         prototypes for stdin and stdout, added macro PUTCHAR to
2763         automatically implement putchar function prototype,
2764         * device/include/pic16/usart.h: modified and updated USART library,
2765         * device/lib/pic16/libio/adc/,
2766         * device/lib/pic16/libio/i2c: some modifications to improve library
2767         performance,
2768         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2769         family of functions,
2770         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2771         family of functions and other sources,
2772         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2773         of the PIC18Fxx[28] devices,
2774         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2775         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2776         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2777         _do_cinit function, because the previous failed when local variables
2778         where not placed in the same memory bank,
2779         * device/lib/pic16/libsdcc/char/: various modifications to improve
2780         library performance,
2781         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2782         information on the new functions of the c library and more...
2783
2784 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2785
2786         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2787
2788 2005-03-26 Raphael Neider <rneider AT web.de>
2789
2790         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2791           if condition == CARRY)
2792         * (genCmp): adapted to new genSkipc semantics
2793         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2794           on rIfx (genCmp was broken)
2795
2796 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2797
2798         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2799         * src/z80/main.c (_keywords[]),
2800         * src/SDCCglobal.h (struct options),
2801         * src/SDCC.y,
2802         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2803         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2804         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2805         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2806         always available in leading double underscore form. The C99 support is
2807         mostly missing, but it's a start.
2808         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2809         reserved identifier "__data".
2810
2811 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2812
2813         * src/mcs51/peeph.def: fixed bug 1170013
2814
2815 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2816
2817         * device/include/mcs51reg.h: fixed bug 842007
2818
2819 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2820
2821         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2822         last time.
2823
2824 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2825
2826         * src/port.h (struct PORT),
2827         * src/avr/ralloc.c (avr_assignRegisters),
2828         * src/avr/main.c,
2829         * src/ds390/ralloc.c (ds390_assignRegisters),
2830         * src/ds390/main.c,
2831         * src/hc08/ralloc.c (hc08_assignRegisters),
2832         * src/hc08/main.c,
2833         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2834         * src/mcs51/main.c,
2835         * src/pic/ralloc.c (pic14_assignRegisters),
2836         * src/pic/main.c,
2837         * src/pic16/ralloc.c (pic16_assignRegisters),
2838         * src/pic16/main.c,
2839         * src/xa51/ralloc.c (xa51_assignRegisters),
2840         * src/xa51/main.c,
2841         * src/z80/ralloc.c (z80_assignRegisters),
2842         * src/z80/ralloc.h,
2843         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2844         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2845         * src/SDCCcse.h,
2846         * src/SDCCdflow.c (computeDataFlow),
2847         * src/SDCCdflow.h,
2848         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2849         * src/SDCCloop.h,
2850         * src/SDCCcflow.c (*),
2851         * src/SDCCcflow.h,
2852         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2853         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2854         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2855         immedDom() returning wrong block; probably fixes bug #1160833)
2856
2857 2005-03-20 Borut Razem <borut.razem AT siol.net>
2858
2859         * support/scripts/inc2h.pl: WIN32 port
2860
2861 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2862
2863         * device/lib/makefile.in: added abs.c and labs.c
2864
2865 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2866
2867         * device/include/stdint.h: added
2868         * device/lib/abs.c: added
2869         * device/lib/labs.c: added
2870         * device/include/stdlib.h: added abs() and labs() prototypes
2871         * device/lib/libsdcc.lib: added abs and labs
2872         * device/include/float.h,
2873         * device/lib/_fsmul.c,
2874         * device/lib/printf_fast.c,
2875         * device/lib/printf_tiny.c: updated comments
2876
2877 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2878
2879         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2880         bug #1164313
2881
2882 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2883
2884         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2885         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2886
2887 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2888
2889         * device/lib/printf_large.c: removed inline assembly for portability and
2890           readability. Use printf_fast if speed or size are more important.
2891         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2892         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2893
2894 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2895
2896         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2897         prevent compiler warning
2898
2899 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2900
2901         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2902         moved to level 0 and declared as static. Also they are explicit
2903         placed in access bank. This was necessery because some times they
2904         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2905         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2906         optimizations. Currently only compare to unsigned char is implemented,
2907         * src/pic16/gen.c: added fReturnIdx array,
2908         * (struct resolvedIfx) is moved to gen.h and made public,
2909         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2910         * (aopForSym): added an optimization to directly store in stack of
2911         the operand of a SEND iCode,
2912         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2913         but as registers instead (AOP_REG) using the fReturnIdx array,
2914         * (pic16_freeAsmop): remove the freed register from the
2915         _G.sregsAlloc field,
2916         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2917         a compare of 'WREG',
2918         * (pic16_popGetTempRegCond): changed function prototype, now
2919         function takes also a bitVector argument v which holds the current
2920         set of registers that are allocated for stack access by aopForSym,
2921         registers allocated in aopForSym for accessing stack symbols are not
2922         any more part of the functions usedRegs field,
2923         * (genCall): some times aopOp is called for a stack variable to be
2924         send, aopForSym might perform the push, if this is true make sure
2925         that genCall doesn't push the variable twice by testing _G.resDirect,
2926         * (genFunction): changed testing for unspecified interrupt number
2927         from 256 to INTNO_UNSPEC,
2928         * modified selection scheme of frame pointer generation. Previously
2929         if function did use local registers a frame pointer was generated,
2930         now a frame pointer is generated only if function has arguments
2931         (that need PLUSW2 register access), or has stack arguments, or the
2932         compiler is not instructed to omit the frame pointer,
2933         * (genEndFunction): before restoring local registers that were saved
2934         in the function preamble, also restore the registers that *might*
2935         have been allocated for stack access,
2936         * (genRet): removed some old comments,
2937         * (genCmp, the active (RN's) version): added a call to the
2938         pic16_genCmp_special function to perform the compare with a more
2939         robust and optimized way,
2940         * (genInline): a feature has been added in inline code generation,
2941         which allows a wildcard variable substitution when writing inline
2942         assembly. Code is incomplete and experimental therefore undocumented,
2943         * (genCast): changed order of aopOp for result and right to allow
2944         aopForSym to directly load the result if possible,
2945         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2946         perform an optimized compare on some selected special occasions,
2947         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2948         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2949         generate an IVT any more,
2950         * src/pic16/main.c (pic16_optionsTable): added command line option
2951         --optimize-cmp,
2952         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2953         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2954         macros,
2955         * src/pic16/NOTES: Raphael Neider added in list of active developers
2956         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2957         jumptable_end to prevent bug #,
2958         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2959         inCond and outCond fields,
2960         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2961         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2962         turn off register spilling,
2963         * (packRegsForOneUse): synced with other ports' versions although it
2964         is not used currently,
2965         * (pic16_packRegisters): added an optimization while reading
2966         structure bitfields, some registers may be saved (malloc code is
2967         decreased by 80 bytes)
2968
2969 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2970
2971         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2972         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2973         this can be optimized more?
2974
2975 2005-03-10 Raphael Neider <rneider AT web.de>
2976
2977         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2978           genNearPointerGet): (hopefully) fixed access to bitfields via
2979           pointers (p->bitN = x; and x = p->bitN; failed)
2980
2981 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2982
2983         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2984
2985 2005-03-09 Raphael Neider <rneider AT web.de>
2986
2987         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2988
2989 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2990
2991         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2992         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2993           (regTypeNum): set REG_BIT type if necessary
2994         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2995         * support/regression/tests/critical.c: check bug 1144613
2996
2997 2005-03-02 Raphael Neider <rneider AT web.de>
2998
2999         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3000
3001 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3002
3003         * src/avr/ralloc.c (serialRegAssign),
3004         * src/ds390/ralloc.c (serialRegAssign),
3005         * src/hc08/ralloc.c (serialRegAssign),
3006         * src/mcs51/ralloc.c (serialRegAssign),
3007         * src/pic/ralloc.c (serialRegAssign),
3008         * src/pic16/ralloc.c (serialRegAssign),
3009         * src/xa51/ralloc.c (serialRegAssign),
3010         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3011
3012 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3013
3014         * src/SDCCast.c (decorateType): fixed bug 1124787
3015
3016 2005-02-20 Hubert Sack <sack AT digiplan.de>
3017         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3018
3019         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3020         patch #1121755
3021
3022 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3023
3024         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3025         to keep the correct label reference count when adding/removing references
3026         to labels. A peephole file using this is appended to patch #1144962.
3027
3028 2005-02-14 Raphael Neider <rneider AT web.de>
3029
3030         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3031         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3032         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3033           retrievals of result operand's value on assignment
3034
3035 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3036
3037         * device/include/pic16/string.h: modified prototype for memccpy()
3038         to memccpy(void *, void *, char, size_t)
3039         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3040         check whether to omit frame pointer or not,
3041         * (genInline): convert all occurences of "\n" to LF in inline
3042         assembler blocks, this helps formatting the inline text,
3043         * (pic16_loadFSR0): modified prototype,
3044         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3045         removed some 8051 legacy code,
3046         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3047         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3048         before allocating temporary registers in functions,
3049
3050 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3051
3052         * support/regression/tests/bitvars.c: corrected the "fix"
3053
3054 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3055
3056         * support/regression/tests/bitvars.c,
3057         * support/regression/tests/bitwise.c,
3058         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3059
3060 2005-02-10 Raphael Neider <rneider AT web.de>
3061
3062         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3063           different size for Alpha
3064         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3065
3066 2005-02-09 Raphael Neider <rneider AT web.de>
3067
3068         * src/SDCC.lex(doPragma) : save and restore warning options as well
3069           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3070         * have #pragma less_pedantic set the errorlevel to WARNING
3071           (fixes #1117001)
3072         * (cloneOptimize) : fixed wrong malloc's size
3073         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3074           facilitate correct handling of #pragma (save|restore)
3075
3076 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3077
3078         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3079
3080 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3081
3082         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3083
3084 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3085
3086         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3087
3088 2005-02-02 Raphael Neider <rneider AT web.de>
3089
3090         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3091         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3092         * (pic16_storeForReturn): fixed to allow returning function pointers
3093         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3094         * device/include/pic16/{stddef.h,stdbool.h}: added
3095
3096 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3097
3098         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3099
3100 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3101
3102         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3103         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3104          appeared to be required
3105
3106 2005-01-31 Borut Razem <borut.razem AT siol.net>
3107
3108         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3109           include/mcs51 and include/z80 directories to the package
3110
3111 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3112
3113         * src/hc08/gen.c (genFunction): fixed bug #1112752
3114
3115 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3116
3117         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3118
3119 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3120
3121         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3122
3123 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3124
3125         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3126
3127 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3128
3129         * device/include/c8051fxxx.h: removed these 6 files
3130         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3131
3132 2005-01-26 Raphael Neider <rneider AT web.de>
3133
3134         * src/pic16/gen.c (genAssign): fixed assignment from longs
3135           in codespace (were cut to three bytes)
3136         * (genDummyRead): implemented (except for CODESPACE...),
3137           fixed bug #1108575
3138         * src/pic16/glue.c (emitStatistics): beautified
3139         * device/lib/pic16/libm/Makefile: added include path
3140
3141 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3142
3143         * src/z80/gen.c (aopPut): fixed bug #1103902
3144
3145 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3146
3147         * device/lib/expf.c: fixed bug #1095792
3148
3149 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3150
3151         * device/lib/pic16/libm: added Math library sources
3152
3153 2005-01-24 Raphael Neider <rneider AT web.de>
3154
3155         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3156           to enable upcast to pCodeOpReg2 (there is no type tag to
3157           differenciate the two and pic16_popGet2p cast into PCOR2)
3158         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3159           (sizeof(sectNames) changed to sizeof(sectName))
3160           Both patches fix segfaults under MinGW.
3161
3162 2005-01-23 Raphael Neider <rneider AT web.de>
3163
3164         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3165           Safe_[mc]?alloc()'ed variables
3166         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3167           of (byte sized) temporaries (assign them to WREG for now)
3168         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3169           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3170           this might fix SIGSEGVs on MinGW...
3171         * src/SDCCopt.c (killDeadCode): restored original behaviour
3172           (volatile operands might get thrown away though)
3173
3174 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3175
3176         * src/pic16/gen.c: fixed bug #1106975,
3177         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3178         pointer update, INTCON is saved, global interrupts are disabled and
3179         restored after updateing TOS.
3180         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3181         * added function attribute 'shadowregs' to take advantage of shadow
3182         registers,
3183         * added function attribute 'wparam' as an alternative to the wparam
3184         pragma,
3185         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3186         user declares a non-ISR function as 'shadowregs',
3187         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3188
3189 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3190
3191         * .version: bumped version number to 2.4.8
3192         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3193         pic16 port,
3194         * device/lib/pic16/libio/i2c/: I2C module support library,
3195         * device/include/pic16/i2c.h: I2C support library header,
3196         * device/lib/pic16/libc/stdio/: standard IO support sources,
3197         * (printf_small.c): printf_small() source, supports float print,
3198         * (printf_tiny.c): printf_tiny() source, does not support floats,
3199         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3200         enable global optimizations for entire library source, other
3201         Makefiles in the source tree are also modified to reflect this,
3202         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3203         function,
3204         * doc/sdccman.lyx: updated to reflect new changes,
3205         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3206         sym->onStack if-case,
3207         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3208         sbit, idata, _idata, xdata, _xdata,
3209         * added pragma library, to link an external library, (see doc),
3210         * removed command line options, --pomit-config-words, --pomit-ivt,
3211         --pleave-reset-vector,
3212         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3213         when calling assembler to reflect memory model used, also define
3214         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3215         reflect stack model used,
3216         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3217         on stack return NULL,
3218
3219 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3220
3221         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3222           of the operands is volatile. Fixes #1020220
3223
3224 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3225
3226         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3227         * (OptimizeRegUsage): make sure that there is really no other flow where
3228           the first pCode is used
3229
3230 2005-01-22 Raphael Neider <rneider AT web.de>
3231
3232         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3233           to fix #1106967 (pCode->seq are not set up correctly)
3234
3235 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3236
3237         * src/SDCCglue.c (glue): make sure code area is declared before the
3238         static initialization area.
3239
3240 2005-01-21 Raphael Neider <rneider AT web.de>
3241
3242         * device/lib/Makefile.in: fixed test for pic16 install dir
3243         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3244           optimizations
3245         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3246           added --optimize-goto compiler switch and pragma wparam documentation
3247         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3248         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3249           and PRODH closing bug #1071770 (peephole optimizer)
3250
3251 2005-01-19 Raphael Neider <rneider AT web.de>
3252
3253         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3254           cmdLine buffers (used when calling sdcpp...) are large enough
3255           (MAX_PATH=256 truncates arguments leading to system halts when
3256           used in MinGW...)
3257         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3258         * (genUminus): rewritten to for efficiency
3259         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3260           used uninitialized in some cases)
3261         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3262           copy the third byte from the int -- now assumes 0x80 (data memory)
3263         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3264           operands (genAddLit expects the iCode's operands to swapped as
3265           well), fixed leftover bytes (crashed for short left operands)
3266         * (pic16_genMinusDec): performance improvements, removed false
3267           PIC14 emitSKPNCs
3268         * (pic16_genMinus): fixed to cope with differently sized operands
3269         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3270           for --obanksel > 1
3271         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3272         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3273           new banksel optimization
3274         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3275           analysis for temporary registers (segfaults...)
3276         * src/pic16/peeph.def: added rule
3277
3278 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3279
3280         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3281         which converts a float number to its ASCII representation
3282         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3283         functions to convert the fractional and integer part of a float to ASCII,
3284         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3285         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3286         ram
3287         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3288         _STATMEM macros,
3289         * device/include/pic16/adc.h: added GPL info,
3290         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3291         a pCodeOp as tested operand,
3292         * (genNearPointerGet): optimized bit testing, does not use
3293         intermediate register for bit value, test directly instead with
3294         BTFSS, BTFSC, works only for single bits,
3295         * (genpic16Code): dump the name of the iCode in the asm,
3296         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3297         renamed to pic16_decodeOp,
3298         * (serialRegAssign): do not allocate a temporary register for iCode
3299         sequences that test a single bit for 1/0
3300
3301 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3302
3303         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3304         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3305         access stack and frame pointers. They are initially assigned to
3306         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3307         accessing SFRs. Updated all occurences of modification of stack or
3308         frame pointer in gen.c and pcode.c,
3309         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3310         assigning of a literal value to pointers,
3311         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3312         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3313         selected
3314
3315 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3316
3317         * doc/sdccman.lyx: update documentation about stack pragma, added
3318         some info for stack memory models
3319
3320 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3321
3322         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3323
3324 2005-01-08 Raphael Neider <rneider AT web.de>
3325
3326         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3327           udata sections to fix bug #1097823
3328
3329 2005-01-05 Raphael Neider <rneider AT web.de>
3330
3331         * src/pic16/gen.c (genGenericShift): added handling of differently
3332           sized left operand and result
3333
3334 2005-01-04 Raphael Neider <rneider AT web.de>
3335
3336         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3337         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3338           to hold the condition bit)
3339         * added new version of genCmp (old code available via #define)
3340         * added new version of genShiftLeft/genShiftRight in a generic
3341           way, now supports shifting by negative values
3342         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3343           shiftCount (expected by genGenericShift)
3344         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3345         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3346           dump
3347         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3348           is an invalid literal too...)
3349
3350 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3351
3352         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3353         from Raphael Neider,
3354         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3355         for 8-bit literals. This fixes some literal operands which are sign
3356         extended to 16-bits ints when instruction needs only 8-bits.
3357
3358 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3359
3360         * device/lib/logf.c: added mcs51 assembly version
3361         * device/lib/expf.c: added mcs51 assembly version
3362         * device/lib/_logexpf.c: new shared asm code for expf and logf
3363         * device/include/math.h: add defines for assembly math library
3364         * device/lib/Makefile.in: build new _logexpf.c
3365         * device/lib/libfloat.lib: use new _logexpf.c
3366
3367 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3368
3369         * src/pic/device.c
3370         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3371           device types which have less than 0x7f registers.
3372
3373 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3374
3375         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3376
3377 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3378
3379         * device/lib/printf_fast.c: only build on supported arch.
3380         * device/lib/printf_tiny.c: only build on supported arch.
3381         * device/lib/printf_fast_f.c: only build if asm float lib
3382         * device/lib/_fsget1arg.c: only build if asm float lib
3383         * device/lib/_fsget2args.c: only build if asm float lib
3384         * device/lib/_fsnormalize.c: only build if asm float lib
3385         * device/lib/_fsreturnval.c: only build if asm float lib
3386         * device/lib/_fsrshift.c: only build if asm float lib
3387         * device/lib/_fsswapargs.c: only build if asm float lib
3388         * device/include/stdio.h: don't provide print_fast,
3389           print_fast_f, print_tiny prototypes if --xstack used
3390
3391 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3394         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3395           to the SOURCES
3396
3397 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3398
3399         * device/lib/printf_fast_f.c: same as printf_fast, but
3400           with floating point enabled
3401         * device/lib/printf_fast.c: minor tweaks
3402         * device/include/stdio.h: add printf_fast_f
3403
3404 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3405
3406         * src/SDCCmain.c: make --float-reent default for mcs51
3407         * device/lib/_fsadd.c: added mcs51 assembly version
3408         * device/lib/_fssub.c: added mcs51 assembly version
3409         * device/lib/_fsmul.c: added mcs51 assembly version
3410         * device/lib/_fsdiv.c: added mcs51 assembly version
3411         * device/lib/_fseq.c: added mcs51 assembly version
3412         * device/lib/_fsneq.c: added mcs51 assembly version
3413         * device/lib/_fsgt.c: added mcs51 assembly version
3414         * device/lib/_fslt.c: added mcs51 assembly version
3415         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3416         * device/lib/Makefile.in: add _fscmp to build
3417         * device/lib/libfloat.lib: add _fscmp to build
3418
3419 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3420
3421         * device/lib/_fs2slong.c: added mcs51 assembly version
3422         * device/lib/_fs2sint.c: added mcs51 assembly version
3423         * device/lib/_fs2schar.c: added mcs51 assembly version
3424         * device/lib/_fs2ulong.c: added mcs51 assembly version
3425         * device/lib/_fs2uint.c: added mcs51 assembly version
3426         * device/lib/_fs2uchar.c: added mcs51 assembly version
3427         * device/lib/_slong2fs.c: added mcs51 assembly version
3428         * device/lib/_sint2fs.c: added mcs51 assembly version
3429         * device/lib/_schar2fs.c: added mcs51 assembly version
3430         * device/lib/_ulong2fs.c: added mcs51 assembly version
3431         * device/lib/_uint2fs.c: added mcs51 assembly version
3432         * device/lib/_uchar2fs.c: added mcs51 assembly version
3433         * device/include/float.h: added #define to select asm vs c
3434
3435 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3436
3437         * device/lib/printf_fast.c: improvements to float output
3438         * device/include/float.h: add defines for assembly float library
3439         * device/lib/_fsget1arg.c: receive 1 float arg
3440         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3441         * device/lib/_fsnormalize.c: normalize a float
3442         * device/lib/_fsreturnval.c: return float, various helper routines
3443         * device/lib/_fsrshift.c: right shift a float's mantissa
3444         * device/lib/_fsswapargs.c: swap 2 floats
3445         * device/lib/Makefile.in: build these 6 new files for mcs51
3446         * device/lib/libfloat.lib: add these 6 files to the library
3447
3448 2004-12-26 Borut Razem <borut.razem AT siol.net>
3449
3450         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3451           built by gcc 3.4.2
3452
3453 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3454
3455         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3456           and fully reentrant and register bank neutral.
3457         * device/lib/printf_fast.c: added float (not enabled by default),
3458           added compact/slower integer (also not enabled by default),
3459           improved size/speed of fast integer code, other minor changes
3460         * device/include/stdio.h, device/lib/Makefile.in,
3461           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3462
3463 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3464
3465         * src/pic16/pcode.c: declaring variables other than at the start of a
3466           block is not supported in C by VC6.
3467
3468 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3469
3470         * applied a previous patch from Raphael Neider that wasn't included
3471         in the previous commits, which fixes infinite loops within jumptable
3472         improvements,
3473         * made some fixes that previous patches introduced
3474
3475 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3476
3477         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3478         that fixes an issue with AOP_PCODE asmop's offset,
3479         * (pic16_popCopyReg): update instance field too,
3480         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3481         function of pic port,
3482         * (genCmp, genAnd, genAssign),
3483         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3484
3485 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3486
3487         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3488         variables initial values to idata section,
3489         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3490         variables in some functions. This utilizes parmBytes field of iCode
3491         structure to hold the offset of the variable in stack. (might be
3492         able to use the stack field too?)
3493         * applied patch from Raphael Neider # ### , # ###
3494         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3495         variable initial values in idata section,
3496         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3497         for static variables with initial value
3498         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3499         applied fix in while loop from Raphael Neider.
3500
3501 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3502
3503         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3504         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3505         * src/ds390/ralloc.c (serialRegAssign): spill bits
3506         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3507         * support/Util/SDCCerr.c,
3508         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3509         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3510         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3511
3512 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3513
3514         * device/include/sdcc-lib.h: inserted LGPL, added includes
3515           asm/ds390/features.h and asm/mcs51/features.h
3516         * device/include/asm/default/features.h,
3517         * device/include/asm/gbz80/features.h,
3518         * device/include/asm/z80/features.h: added empty _AUTOMEM
3519           and _STATMEM
3520         * device/include/asm/ds390/features.h,
3521         * device/include/asm/mcs51/features.h: added files with defines for
3522           _AUTOMEM and _STATMEM indicating automatic and static storage class
3523         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3524         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3525         * src/SDCCicode.c (geniCodeCast),
3526         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3527         * src/SDCCloop.c (loopInduction): removed unused variable lr
3528         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3529           to convertToFcall to include char modulo (RFE 1065037), added check
3530           if left operand is unsigned and use abs of literal value
3531         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3532           as it doesn't work after conversion from peephole.def to peephole.rul
3533         * src/mcs51/gen.c (toBoolean): added check for size,
3534           (genModOneByte): optimized code for signed char modulo a literal
3535           power of 2 (thanks to Hubert Sack),
3536           (genRRC): removed unnecessary "clr c",
3537           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3538         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3539           jump optimization,
3540           swapped rules 256.c and 256.d,
3541           extended 256.d by using new multiple checks (thanks Erik),
3542           added rules 256.e and 256.f,
3543           updated rule 261.a and 261.b to new generated code
3544         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3545
3546 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3547
3548         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3549           induction related bugs, including first part of bug #1074377
3550
3551 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3552
3553         * applied patch from bug-report #1076292,
3554         * applied patches for genAnd and Goto-optimizations for Raphael
3555         Neider,
3556         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3557         dump a less iCode information,
3558         * src/pic16/device.h (pic16_options_t): added field debgen,
3559         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3560         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3561         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3562         puclic,
3563         * (various functions): added macros FENTRY and FENTRY2 to functions,
3564         to emit function prologue,
3565         * (various functions): fixed indentation,
3566         * (genNearPointerGet): fixed loading of FSR0,
3567         * (genPackBits): applied patch from Raphael Neider to fix updating
3568         of FSR0 and touching only the modified bits,
3569         * src/pic16/genarith.c (various functions): added macros FENTRY to
3570         emit function prologue in comments,
3571         * src/pic16/pcode.h: added functions debugf2, debugf3,
3572         * src/pic16/ralloc.c: partial fix for packForPush caused
3573         segmentation fault,
3574
3575 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3576
3577         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3578           <stsp AT users.sourceforge.net> with reversed byte order
3579         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3580
3581 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3582
3583         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3584           bug #1074377
3585         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3586         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3587
3588 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3589
3590         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3591
3592 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3593
3594         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3595           conditions,
3596           (setFromConditionArgs): friendly operand parser for peephole rules,
3597           (operandBaseName, operandsNotRelated): new peephole condition
3598           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3599           architecture specific register naming into account, handles n-way
3600           comparisons, and supports quoted literals
3601         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3602
3603 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3604
3605         * src/mcs51/peeph.def: fixed bug #1076940
3606
3607 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3608
3609         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3610
3611 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3612
3613         Adding support for replacing ljmps with sjmps in jumptables
3614         generated for switch statements. For now you need to set the
3615         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3616         Now 4 algorithms for mcs51 jumptable generation are used:
3617         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3618         addresses loaded pc-relative for up to 112 cases and stack-pushing
3619         target addresses loaded with offset from dptr for up to 256 cases.
3620
3621         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3622         * src/mcs51/main.c: adapted constants for switch table generation
3623         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3624
3625 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3626
3627         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3628         * support/regression/tests/bug1057979.c: added test for bug 1073386
3629
3630 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3631
3632         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3633         compilers
3634
3635 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3636
3637         * src/pic16/device.h,
3638         * src/pic16/genarith.c,
3639         * src/pic16/glue.c,
3640         * src/pic16/main.c,
3641         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3642
3643 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3644
3645         Large cummulative patch for pic16 port.
3646         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3647         to call when a stack overflow occurs,
3648         * (malloc.h): added CVS Id tag,
3649         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3650         variable,
3651         * added libc directory. The current version of LibC contains string
3652         functions, ctype functions and macros and some functions of the
3653         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3654         be extensively tested in the future. Standard disclaimer here.
3655         Library is not automatically build yet. But one can build it by
3656         invoking 'make' inside the libc directory.
3657         * added ADC library under libio. Preliminary version yet.
3658
3659         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3660         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3661         aopForRemat() now and not by pic16_aopOp(),
3662         * (pic16_popGetTempReg): removed warning messgae when allocating
3663         temporary registers, its a buggy feature and will be removed,
3664         * (pic16_popGet): set register instance field in AOP_CRY,
3665         * (pic16_outBitC): fixed for results in size greater than 1,
3666         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3667         * (pic16_storeForReturn): optimized return of 0,
3668         * (genCmp): experimental code for new genCmp which uses PIC18's
3669         special compare&skip instructions. Initial tests fail some times
3670         with variables grater than 1 byte in size, so new code is disabled,
3671         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3672         a single bit,
3673         * (genCast): began a fix to optimize the casting of a bit to another
3674         bit, now assigning a bitfield to another bitfield will fail, sorry,
3675         * src/pic16/main.c: disabled the use of lr-support feature,
3676         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3677         * added some function prototypes, added function _debugf prototype,
3678         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3679         bits with offset (case PO_GPR_BIT),
3680         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3681         command line,
3682         * (isBankInstruction): modified to return 0 for no banking instruction,
3683         and 1 for banking instruction,
3684         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3685         caused stop processing pCodes after a inline assembly block,
3686         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3687         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3688         registers when it shouldn't,
3689         * src/pic16/ralloc.c (allocReg): add preliminary support for
3690         supporting a limited set of temporary registers,
3691
3692 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3693
3694         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3695           genDataPointerSet): ensure assignments always copy in MSB to LSB
3696           order,
3697           (loadRegFromAop): recognize CLRH optimization,
3698           (genFunction): optimize RECEIVE iCodes in reentrant functions
3699
3700 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3701
3702         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3703           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3704           selected.
3705         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3706         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3707           contiguous with data
3708
3709 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3710
3711         * device/lib/_gptrget.c (_gptrget),
3712         * device/lib/_gptrgetc.c (_gptrgetc),
3713         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3714           instead of sjmp to ret
3715         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3716           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3717
3718 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3719
3720         * .version: bumped version to 2.4.7
3721         * device/lib/_gptrget.c (_gptrget): is now _naked
3722         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3723         * device/lib/_gptrput.c (_gptrput): is now _naked
3724         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3725           (createFunction): fixed xstack
3726         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3727         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3728           or bit either,
3729           (geniCodeCritical): store original interrupt state in an iTemp bit
3730           var unless stack-auto
3731         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3732         * src/SDCCmain.c (setIncludePath): added include/target to search path
3733         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3734         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3735           prototype,
3736           (processFuncArgs): put bit vars in bit area
3737         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3738           unsaveRBank): fixed xstack,
3739           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3740           (genFunction, genEndFunction): fixed xstack,
3741           (genAssign): optimization don't walk backwards through mem
3742         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3743         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3744         * support/regression/Makefile: also make library (for stack-auto) when
3745           making "all" and added "test-mcs51-xstack-auto"
3746         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3747         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3748         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3749         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3750         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3751           make-library by MAKE_LIBRARY
3752         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3753           regression tests for xstack
3754         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3755         * support/regression/tests/critical.c: test for critical on mcs51
3756
3757 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3758
3759         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3760           built version of sdcc instead of installed version
3761
3762 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3763
3764         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3765         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3766           vprintf.c now
3767         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3768         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3769           WARNING: remove device/lib/build/z80/printf.o by hand when
3770           updating from previous build!
3771         * device/lib/z80/printf.c: updated comment
3772         * support/regression/tests/bug1057979.c: test all ports now
3773         * support/regression/tests/bug1065458.c: file added
3774
3775 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3776
3777         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3778           *_start and *_end symbols for static functions
3779
3780 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3781
3782         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3783           and search crt0.o in all library paths,
3784           (setIncludePath): proper handling of --nostdinc,
3785           (setLibPath): proper handling of --nostdlib
3786         * support/regression/Makefile,
3787         * support/regression/ports/ds390/spec.mk,
3788         * support/regression/ports/gbz80/spec.mk,
3789         * support/regression/ports/hc08/spec.mk,
3790         * support/regression/ports/mcs51/spec.mk,
3791         * support/regression/ports/mcs51-large/spec.mk,
3792         * support/regression/ports/mcs51-stack-auto/spec.mk,
3793         * support/regression/ports/z80/spec.mk: use include and lib files from
3794           built version of sdcc instead of installed version
3795         * doc/sdccman.lyx: fixed typo in --nostdinc
3796
3797 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3798
3799         * src/pic/pcode.c,
3800         * src/pic/device.c,
3801         * src/pic/ralloc.c,
3802         * src/pic/gen.c : added support to generate code for struct bit fields.
3803
3804 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3805
3806         * as/xa51/xa_version.h,
3807         * device/include/errno.h,
3808         * device/include/regc515c.h,
3809         * device/lib/_itoa.c,
3810         * device/lib/_ltoa.c,
3811         * device/lib/ser_ir_cts_rts.c,
3812         * sim/ucsim/xa.src/glob.cc,
3813         * sim/ucsim/xa.src/inst_gen.cc,
3814         * sim/ucsim/xa.src/xa_bit.cc,
3815         * sim/ucsim/xa.src/xa_sfr.cc,
3816         * sim/ucsim/z80.src/inst_dd.cc,
3817         * sim/ucsim/z80.src/inst_fdcb.cc,
3818         * support/scripts/keil2sdcc.pl,
3819         * src/pic16/pic16.dsp,
3820         * src/pic16/pic16a.dsp: corrected cvs line endings
3821         * device/lib/printf_large.c: fixed bug 1057979
3822         * src/pic16/gen.c: fixed non-C standard code
3823         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3824         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3825         * support/regression/ports/mcs51/support.c: reload T1 asap
3826         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3827           pdata use and clear idata startup behaviour
3828         * support/regression/tests/bug1057979.c: added
3829
3830 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3831
3832         * device/examples/ds390/ow390/ad26.h,
3833         * device/examples/ds390/ow390/cnt1d.h,
3834         * device/examples/ds390/ow390/crcutil.c,
3835         * device/examples/ds390/ow390/ownet.h,
3836         * device/examples/ds390/ow390/owsesu.c,
3837         * device/examples/ds390/ow390/swt12.h,
3838         * device/examples/ds390/ow390/swtoper.c,
3839         * device/examples/ds390/ow390/temp10.h,
3840         * device/examples/ds390/ow390/thermodl.c,
3841         * device/examples/ds390/tinitalk/tinitalk.dsp,
3842         * device/examples/ds390/tinitalk/tinitalk.dsw,
3843         * device/examples/mcs51/clock/hw.h,
3844         * device/examples/mcs51/simple2/go.bat,
3845         * device/examples/serialcomm/windows/serial.h,
3846         * device/examples/xa51/dummy.c,
3847         * device/examples/xa51/hello.c,
3848         * device/include/80c51xa.h,
3849         * device/include/at89x051.h: corrected cvs line endings
3850
3851 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3852
3853         * src/pic16/main.c (options): added command line --gstack, to trace
3854         stack over/under flows,
3855         * added pragma 'wparam' to allow passing first byte of function
3856         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3857         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3858         call to __gstack_test function and sets up the symbol as extern,
3859         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3860         * popaop): added call to pic16_testStackOverflow,
3861         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3862         wparamList list,
3863         * (genCall, genPcall): now all parameters are passed via stack
3864         except in functions that are pass to wparam pragma in which WREG is
3865         used too,
3866         * (genPcall): REENTRANT flag is checked to see if variable prototype
3867         contains reentrant keyword, don't call a non-reentrant function, via
3868         a reentrant function pointer or vice versa, functions are never
3869         passed via WREG,
3870         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3871         D.Winkler,
3872         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3873         SIGSEGV when accessing a NULL register stucture,
3874         * (pic16_printGPointerType): modified to handle UPPER modifier for
3875         function initializers, changed prototype of function to simpler one,
3876         * (pic16_printIvalFuncPtr): check to see if function is already
3877         added in externs list,
3878         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3879         optimized a move from W to SFR with a move to the same register
3880         later after a CALL,
3881         * device/lib/pic16/debug: NEW directory, contains debug features
3882         which are enabled when linking with libdebug.lib, currently command
3883         line option --gstack enables stack pointer tracing for over/under
3884         flow, corresponding sources are in debug/gstack
3885
3886 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3887
3888         * doc/sdccman.lyx: updated SDCC version,
3889         * (PIC16 port): update list of command line options,
3890         * src/pic16/device.h (structure pic16_options_t): added field gstack
3891         to enable stack overflow tracing on push/pops,
3892         * src/pic16/device.c (statistics structure): added statistics
3893         structure,
3894         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3895         pic16_dump_int_registers): increase statistics counters for each
3896         * variable which is encountered
3897         * (pic16_dump_usection): emit each .udata variable to its own udata
3898         section,
3899         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3900         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3901         parameters via stack, otherwise use old scheme,
3902         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3903         assembler output file,
3904         * src/pic16/main.c: added command line options --gstack to enable
3905         push/pop tracing for stack overflow,
3906         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3907         instructions): added size of each instruction,
3908         * (pic16_countInstruction): estimate size of instructions in
3909         the_pFile list, inline assembly blocks are not counted,
3910         * (pic16_FixRegisterBanking): trace previous register usage, when
3911         banksel optimizations is greater than 0, don't emit a redudant
3912         banksel directive,
3913
3914 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3915
3916         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3917         * src/pic16/ralloc.c : applied same fix for pic16.
3918         * src/pic/gen.c : tidied it up a little.
3919
3920 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3921
3922         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3923         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3924
3925 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3926
3927         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3928
3929 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3930
3931         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3932         non-reentrant function __modsint in the interrupt function (thus
3933         corrupting math operations during serial I/O)
3934         * device/lib/ser_ir.c: as above, changed buffersize
3935         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3936         256.c,d for zeroing
3937         * doc/Makefile: added option -t for rsync
3938
3939 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3940
3941         * src/SDCCast.h (struct ast),
3942         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3943
3944 2004-10-20 Borut Razem <borut.razem AT siol.net>
3945
3946         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3947         package
3948
3949 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3950
3951         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3952         makefile targets,
3953         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3954         support functions to replace long sequences of MOVFF's from access
3955         bank registers to stack and vice versa,
3956         * src/pic16/device.h: added new field opt_flags, where optimization
3957         flags can be set to enable certain features,
3958         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3959         * pBlock, (genFunction, genEndFunction): surroung loop for
3960         saving/loading used registers in stack with PC_INFO pCodes,
3961         INF_LREGS. Code in between can then be optimized by pCode optimizer
3962         to support function calls,
3963         * (genDataPointerSet): fixed bug which loaded float fields in
3964         structures with corrupt data,
3965         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3966         in a standard way debug info on stderr. Feature used for developing
3967         and debugging only,
3968         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3969         obsolete chunks of code,
3970         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3971         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3972         * pic16/src/pcode.c (pic16_newpCodeInfo,
3973         * (pic16_newpCodeOpLocalRegs),
3974         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3975         feature,
3976         * (pic16_pCodeConstString): printing of the initial value of a
3977         symbol as a comment is inhibited since parsing was already done by
3978         copyStr and output is corrupt,
3979         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3980
3981 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3982
3983         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3984
3985 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3986
3987         * as/mcs51/lkarea.c: removed old K&R style,
3988           (lnksect): changed check on boundary error,
3989           (lnksect2): changed check on boundary error,
3990           (lnksect2): extend XSTK to end of page if size = 1
3991         * as/mcs51/lkmain.c: removed old K&R style,
3992           (Areas51): create l_IRAM symbol
3993         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3994         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3995           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3996         * device/lib/_mullong.c: added version to be compiled with xstack
3997         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3998         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3999         * device/lib/mcs51/crtxstack.asm: fixed comment
4000         * src/SDCCglue.c: maxInterrupts defaults to 0,
4001           (emitMaps): added pdata,
4002           (createInterruptVect): (re)moved default,
4003           (glue): added pdata,
4004           (glue): moved __start__xstack to XSTK with default size 1
4005         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4006           and options.float_rent when options.stackAuto is set,
4007           (linkEdit): only write XDATA_NAME if provided on command line
4008         * src/SDCCmem.h,
4009         * src/SDCCmem.c: added pdata
4010         * src/port.h: added pdata_name to PORT
4011         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4012           (saveRegisters, unsaveRegisters): removed usage of B,
4013           (genMinus): fixed accumulator clash,
4014           (genJumpTab): added comment, this needs another look
4015         * src/mcs51/gen.c: added check for "B in use" paranoia,
4016           added pushB() and popB()
4017         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4018           chance
4019         * src/avr/main.c,
4020         * src/ds390/main.c,
4021         * src/hc08/main.c,
4022         * src/mcs51/main.c,
4023         * src/pic/main.c,
4024         * src/pic16/main.c,
4025         * src/xa51/main.c,
4026         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4027           added PSEG (PAG,XDATA) or NULL to port specifier
4028         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4029         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4030           (_mcs51_genInitStartup): removed __start__xstack equ,
4031           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4032         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4033         * src/z80/gen.c (_rleAppend): fixed warnings
4034         * support/regression/tests/zeropad.c: added pdata test
4035         * .version: bumped to 2.4.6
4036
4037 2004-10-17 Borut Razem <borut.razem AT siol.net>
4038
4039         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4040         as a part of nightly build
4041
4042 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4043
4044         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4045         WREG holds the first byte function parameters,
4046         * (aopForSym): take special case for symbols which are in FARSPACE
4047         but in CODESPACE too,
4048         * (assignResultValue): modified to take into account _G.useWreg,
4049         * (genCall): don't use wreg for parameter passing when function is
4050         declared as reentrant, too, added optimization INCF to stack
4051         pointer when stack parameter count is 1,
4052         * (genFunction, genEndFunction): refurnished and fixed to not using
4053         wreg for passing parameters when function has varargs or is
4054         reentrant, fixed bug with symbol name compare for generating
4055         functions in absolute address,
4056         * (pic16_storeForReturn): refurnished,
4057         * (genCmp): began writing a new version of the function, not ready
4058         yet, therefore it is disabled,
4059         * (genAssign): do not read code memory when assigning a function to
4060         a pointer function,
4061         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4062         array of characters, not pointer,
4063         * (pic16initialComments): in debug mode emit an .ident directive for
4064         the assembler,
4065         * (_process_pragma): emit a new warning type (internal to pic16)
4066         when setting stack to default length, emit a similar warning when
4067         placing a function at absolute address and address is not word aligned
4068         * (_pic16_parseOptions): added 'return TRUE' statement,
4069         * (_pic16_linkEdit): if compiling a source, then add the source's
4070         file object, first in the list of objects to link,
4071
4072 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4073
4074         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4075         * src/pic/main.c : removed VC warning.
4076         * src/pic/gen.c : changed comment.
4077
4078 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4079
4080         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4081         reference to a deprecated symbol _GPTRREG was causing failure to
4082         link. Thanks G. M. Gallant for the info.
4083
4084 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4085
4086         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4087         comments for Bugs item #954788.
4088
4089 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4090
4091         * src/pic16/device.c (pic16_dump_gsection,
4092         * pic16_groupRegistersInSection): handle symbols declared to be in
4093         access bank differently,
4094         * src/pic16/gen.c (struct _G): added field resDirect,
4095         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4096         send values read from stack directly to result and don't allocate
4097         temporary values,
4098         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4099         same registers,
4100         * (pic16_sameRegsOfs): NEW,
4101         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4102         free because they were not allocated from temporary pool,
4103         * pic16_popRegFromString): workaround to fix a problem with
4104         allocating variables twice or never,
4105         * (genGenPointerGet): using PRODL instead of FSR0H,
4106         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4107         instead of FSR0H,
4108         * (genAssign): take advantage of the _G.resDirect flag,
4109         * (genCast): around line 11844, use mov2f instead of directly
4110         MOVFF'ing between operands to account for literal values,
4111         * src/pic16/genutils.c: some new debug functions for gpsim have been
4112         added,
4113         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4114         float with integer part only,
4115         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4116         place variables in access bank
4117         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4118         updated sources to reflect recent changes in gen.c
4119
4120 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4121
4122         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4123         sources that searched for headers in installation path, now the
4124         device/include/pic16 is used,
4125         * src/pic16/glue.c (pic16glue),
4126         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4127         .line directives if not in debug mode, this suppresses assembler's
4128         warnings for ignored directives
4129
4130 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4131
4132         * src/port.h: made reset_regparms prototype void parameter explicit.
4133         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4134         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4135         * doc/sdccman.lyx: documented warning disabling and how to use
4136           printf_large to make it print floats.
4137         * device/include/stdbool.h: NEW
4138         * device/lib/_atof.c,
4139         * device/lib/_divuint.c,
4140         * device/lib/_divulong.c,
4141         * device/lib/expf.c,
4142         * device/lib/printf_large.c,
4143         * device/lib/sincosf.c,
4144         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4145         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4146           a completely reentrant lib.
4147
4148 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4149
4150         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4151         * device/include/pic16/stdio.h: fixed bug with colon
4152
4153 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4154
4155         * device/include/pic16/stdio.h,
4156         * device/include/pic16/stdlib.h,
4157         * device/include/pic16/math.h: NEW
4158         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4159         declared as _naked to reduce overhead
4160         * device/lib/Makefile.in (target port-specific-objects-pic16):
4161         changed * to *.* so to ignore the CVS directory,
4162         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4163         stacked variables back in stack,
4164         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4165         corruption
4166
4167 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4168
4169         * .version: bumped version number to 2.4.5
4170         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4171         * support/Util/SDCCerr.c (messages structure): added entry for
4172         W_POSSBUG2
4173
4174         Large cumulative patch for pic16 port and libraries.
4175         * device/include/pic16/sdcc-lib.h,
4176         * device/include/pic16/stdarg.h,
4177         * device/include/asm/pic16/features.h,
4178         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4179         * device/include/pic16/float.h: changes reentrant keyword with
4180         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4181         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4182         updated target build-libraries to include objects from gptr,
4183         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4184         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4185         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4186         all function headings,
4187         * src/SDCCmain.c: added global parameter userIncDirsSet,
4188         * (parseCmdLine): when option -I is encountered add directory to
4189         userIncDirsSet too,
4190         * src/version.awk: added space between control and long,
4191         * src/pic16/NOTES: added some notes for the port,
4192         * src/pic16/gen.c: added prototype for mov2fp function,
4193         * (fReturnpic16[]): properly named return value registers,
4194         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4195         * (aopForSym): added code to handle symbols with onStack flag set,
4196         symbols onStack are allocated PTRSIZE bytes,
4197         * (aopFreeAsmop): handles special case where asmops are stack objects,
4198         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4199         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4200         added argument lock to trace flaws in allocating temporary registers
4201         when developing port,
4202         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4203         * (pic16_popRegFromString): reenabled allocating a direct register
4204         from string,
4205         * (assignResultValue): various beautifications,
4206         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4207         referenced function argument,
4208         * (genIpush): reenabled to allow stacked arguments, handles only
4209         ic->parmPush iCodes,
4210         * (genCall, genPcall): major changes to allow for variable argument
4211         functions, fixed a bug with falsely restoring stack pointer after
4212         returning from call,
4213         * (genFunction): pending code for critical function,
4214         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4215         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4216         * (genNearPointerGet): fixed bug with indirect reading, was always
4217         reading from INDF0
4218         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4219         pointers,
4220         * (genAddrOf): rewrote code to take address of a stacked function parameter
4221         * (genCast): fixed casting to generic pointer type,
4222         * src/pic16/gen.h: added AOP_STA,
4223         * (struct asmop): added field stk,
4224         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4225         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4226         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4227         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4228         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4229         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4230         generic pointers,
4231         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4232         and library paths,
4233         * (pic16_port structure): generic pointer size is set to 3,
4234         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4235         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4236         compiler warning,
4237         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4238         operand is an iTemp,
4239
4240 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4241
4242         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4243         * debugger/mcs51/simi.c: addapt new syntax of s51
4244
4245 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4246
4247         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4248         * src/pic16/pcode.c: commented out some calls to free() in order to
4249         fix bug #989576,
4250
4251 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4252
4253         * src/SDCCicode.h,
4254         * src/SDCCicode.c (isiCodeInFunctionCall),
4255         * src/avr/ralloc.c (selectSpil),
4256         * src/pic/ralloc.c (selectSpil),
4257         * src/pic16/ralloc.c (selectSpil),
4258         * src/ds390/ralloc.c (selectSpil),
4259         * src/hc08/ralloc.c (selectSpil),
4260         * src/xa51/ralloc.c (selectSpil),
4261         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4262         stack in the middle of a function call sequence (fixes bug #1020268)
4263         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4264         costs associated with the minimum switch case.
4265
4266 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4267
4268         * src/SDCC.lex: fixed bug #1030549
4269
4270 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4271
4272         * src/SDCCcse.h (struct cseDef),
4273         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4274         over a function call if the CSE is derived from a symbol whose
4275         address has been taken (fixes bug #1029883)
4276         * support/regression/tests/bug-1029883: a new regression test for
4277         this bug
4278
4279 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4280
4281         * src/hc08/gen.c (emitinline): fixed bug #1029778
4282         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4283         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4284         and starts toward RFE #905167)
4285
4286 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4287
4288         * src/pic16/gen.c (mov2f): New function to move an operand to
4289         another without considering if it is a literal or a register,
4290         * (pic16_sameRegs): don't check if they are both AOP_REG,
4291         * (AccRsh): removed andmask=0 lines,
4292         * (genLeftShift): duplicated to be improved in future versions,
4293         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4294         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4295         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4296         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4297         * (insertBankSwitch): fixed inserting banksel directives algorithm
4298         for instructions that follow a skip instruction, this fixes a report
4299         for broken subtraction code generation,
4300         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4301         iCode is a left op, just in case result and right share the same
4302         registers
4303
4304 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4305
4306         * src/hc08/main.c,
4307         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4308         preservation of HX
4309         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4310         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4311         on 2004-09-12; it was buggy
4312
4313 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4314
4315         * src/SDCCsymt.h: removed RESULT_CHECK
4316         * src/SDCCast.c,
4317         * src/SDCCglue.c,
4318         * src/SDCCval.c,
4319         * src/pic/glue.c,
4320         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4321
4322 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4323
4324         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4325         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4326         configuration values no more rejected by compiler, they are assigned
4327         to configuration registers with a warning message instead,
4328         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4329         the for-loop so last conf register is emitted too,
4330         * (_pic16_initPaths): link library libsdcc.lib by default,
4331         * (_hasNativeMulFor): modified test for multiplication according to
4332         Raphael Neider's remarks. Integer multiplication is also done with
4333         support functions,
4334         * device/include/pic16/pic18fregs.h: corrected type error in while
4335         testing and including 18f6720 header file
4336
4337 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4338
4339         * src/pic16/device.h (pic16_options): removed field use_crt,
4340         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4341         until an optimization to handle single bits is added,
4342         * (pic16_loadFSR0): moved before genUnpackBits,
4343         * (genAnd): some white lines removed,
4344         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4345         leave_reset flags in pic16_options when using crt modules,
4346
4347 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4348
4349         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4350           for bugs 898889 & 979599. Also used some safer print instructions.
4351
4352 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4353
4354         * src/pic16/device.h (pic16_options_t): added field use_crt,
4355         crt_name, no_crt,
4356         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4357         catch a probable future bug,
4358         * src/pic16/gen.c: aopIdx function commented out,
4359         * (genAssign): commented out old code which used aopIdx,
4360         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4361         code, added if conditionals to take into account the --use-crt
4362         command line options,
4363         * src/pic16/main.c (pic16_optionsTable): added new command line
4364         options, --use-crt= and --no-crt,
4365         * (_pic16_linkEdit): now the proper crt object is added in the
4366         linker command line except than when --no-crt is specified,
4367         * src/pic16/pcode.c,
4368         * src/pic16/pcode.h: added some structures and functions for a new
4369         optimization scheme to compansate for instruction overhead between
4370         same iCodes, this scheme is currently under development and is not
4371         working in any way,
4372         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4373         to && operator,
4374         * device/lib/pic16/startup/crt0i.c,
4375         * device/lib/pic16/startup/crt0iz.c: added global char variable
4376         __uflags to force the generation of an idata section
4377
4378 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4379
4380         * doc/Makefile,
4381         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4382         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4383
4384 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4385
4386         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4387         Frieder) and clarified the default code optimization mode
4388
4389 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4390
4391         * src/SDCC.lex (doPragma, process_pragma),
4392         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4393         "opt_code_size", and "opt_code_balanced"
4394         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4395         regrouped options by category, added support for category headers
4396         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4397         and "--opt-code-size"
4398         * doc/sdccman.lyx: documented these new options and pragmas
4399         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4400         preference into account
4401
4402 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4403
4404         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4405           geniCodePreDec): Fixed bug 904237 by generating a warning
4406         * src/SDCCerr.h,
4407         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4408
4409 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4410
4411         * src/pic/device.c : When no max ram set validate full memory range.
4412         * src/pic/pcode.c,
4413         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4414
4415 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4416
4417         * device/lib/_gptrget.c,
4418         * device/lib/_gptrput.c: updated comment
4419         * device/lib/calloc.c,
4420         * device/lib/free.c,
4421         * device/lib/malloc.c,
4422         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4423         * src/SDCCcse.c (cseBBlock),
4424         * src/SDCCicode.c (printOperand, geniCodeArray),
4425         * src/SDCCicode.h (struct operand): fixed bug 868103
4426         * support/regression/tests/bug-868103.c: added
4427         * src/SDCCast.c (searchLitOp),
4428         * src/SDCCcse.h (struct cseDef),
4429         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4430         * src/SDCCicode.h (struct operand),
4431         * src/SDCCsymt.h (struct sym_link),
4432         * src/avr/gen.c (hasInc),
4433         * src/ds390/gen.c (hasInc),
4434         * src/hc08/gen.c (genPlusIncr, hasInc),
4435         * src/mcs51/gen.c (hasInc),
4436         * src/pic16/glue.c (pic16_printIvalChar),
4437         * src/pic16/ralloc.c (regWithIdx),
4438         * src/xa51/gen.c (hasInc) : removed warnings
4439         * src/SDCCast.c (createBlock): added comment ???
4440         * src/hc08/ralloc.c: updated comments
4441
4442 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4443
4444         * doc/sdccman.lyx: updated section on switch statements, added
4445         section about semaphore locking
4446         * doc/Makefile: added option -info for latex2html
4447         * device/lib/_gptrget.c,
4448         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4449
4450 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4451
4452         * src/pic/device.h,
4453         * src/pic/device.c,
4454         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4455          maxram is less than 0x100.
4456
4457 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4458
4459         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4460
4461 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4462
4463         * src/port.h,
4464         * src/mcs51/main.c,
4465         * src/ds390/main.c,
4466         * src/z80/main.c,
4467         * src/hc08/main.c,
4468         * src/pic/main.c,
4469         * src/pic16/main.c,
4470         * src/avr/main.c,
4471         * src/xa51/main.c
4472         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4473         a jump table is the best form for a switch statement, including
4474         automatic insertion of missing cases to make the case range
4475         continuous. Developed in collaboration with Frieder Ferlemann.
4476
4477 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4478
4479         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4480         accumulator result if it needs sign extension
4481
4482 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4483
4484         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4485
4486 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4487
4488         * device/lib/gbz80/printf.c,
4489         * device/lib/z80/printf.c: removed define for NULL
4490
4491 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4492
4493         * as/xa51/xa_link.c,
4494         * device/examples/ds390/ow390/ad26.c,
4495         * device/examples/ds390/ow390/cnt1d.c,
4496         * device/examples/ds390/ow390/counter.c,
4497         * device/examples/ds390/ow390/ds2480.h,
4498         * device/examples/ds390/ow390/ds2480ut.c,
4499         * device/examples/ds390/ow390/findtype.c,
4500         * device/examples/ds390/ow390/gethumd.c,
4501         * device/examples/ds390/ow390/owllu.c,
4502         * device/examples/ds390/ow390/ownetu.c,
4503         * device/examples/ds390/ow390/swt12.c,
4504         * device/examples/ds390/ow390/swtloop.c,
4505         * device/examples/ds390/ow390/temp.c,
4506         * device/examples/ds390/ow390/temp10.c,
4507         * device/examples/ds390/ow390/thermo21.c,
4508         * device/examples/ds390/ow390/tinilnk.c,
4509         * device/examples/ds390/ow390/tstfind.c,
4510         * device/examples/serialcomm/windows/serial.cpp,
4511         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4512         * device/include/reg51.h: fixed line endings for cvs
4513
4514 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4515
4516         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4517         packRegsForAccUse, packRegisters): new accumulator register
4518         packing algorithm
4519         * support/regression/ports/hc08/support.c (_putchar): suppress
4520         warning of unused variable
4521         * src/SDCCicode.c: added SWAP entry to codeTable
4522
4523 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4524
4525         * device/lib/sprintf.c: forgot to add this file before previous commit
4526
4527 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4528
4529         * src/pic16/gen.c (genPackBits): added operand right in function
4530         parameters, load result directly if p_type is POINTER (that is
4531         called by genNearPointerSet)
4532         * (genUnPackBits): added operand left in function parameters,
4533         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4534         FSR0 if accessing bitfields,
4535
4536 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4537
4538         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4539           _print_format; updated printf, sprintf, vsprintf
4540         * device/include/asm/default/features.h: corrected comment/define
4541         * device/lib/Makefile.in: added sprintf.c
4542         * device/lib/libsdcc.lib: added sprintf module
4543         * device/lib/printf_large.c,
4544         * device/lib/vprintf.c,
4545         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4546           into these 3 files
4547         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4548         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4549         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4550           hc08 test
4551         * support/regression/tests/zeropad.c: define idata as data for hc08
4552
4553 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4556         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4557         labels are referenced at least once (even if a reference is not found)
4558         * src/hc08/gen.c (emitcode): set isComment flag for comments
4559         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4560         loads), rules 6a..6b (optimize jumps to return)
4561
4562 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4563
4564         * device/lib/acosf.c (acosf),
4565         * device/lib/asinf.c (asinf),
4566         * device/lib/atanf.c (atanf),
4567         * device/lib/ceilf.c (ceilf),
4568         * device/lib/cosf.c (cosf),
4569         * device/lib/coshf.c (coshf),
4570         * device/lib/cotf.c (cotf),
4571         * device/lib/fabsf.c (fabsf),
4572         * device/lib/floorf.c (floorf),
4573         * device/lib/log10f.c (log10f),
4574         * device/lib/logf.c (logf),
4575         * device/lib/sinf.c (sinf),
4576         * device/lib/sinhf.c (sinhf),
4577         * device/lib/sqrtf.c (sqrtf),
4578         * device/lib/tanf.c (tanf),
4579         * device/lib/tanhf.c (tanhf),
4580         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4581         replaced all instances of "reentrant" in the library functions
4582         defined in math.h with this macro.
4583         * support/regression/tests/float_trans.c: reenabled test for hc08
4584
4585 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4586
4587         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4588         erroneously deleted
4589
4590 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4591
4592         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4593         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4594         multi-byte volatile operands are used
4595         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4596         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4597         initialization to area GSINIT0 so that it would always precede
4598         any static initializers in GSINIT
4599         * support/regression/tests/zeropad.c: fixed idata define for hc08
4600         * support/regression/tests/bug-927659.c,
4601         * support/regression/tests/float_trans.c: disabled tests for hc08
4602         pending missing library routines
4603         * .version: increased version number to 2.4.4 - hc08 port now passes
4604         regression tests
4605
4606
4607 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4608
4609         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4610         * Makefile.common.in,
4611         * as/Makefile,
4612         * as/hc08/Makefile.in,
4613         * as/mcs51/Makefile.in,
4614         * as/z80/Makefile.in,
4615         * debugger/mcs51/Makefile.in,
4616         * device/include/Makefile.in,
4617         * device/lib/Makefile.in,
4618         * doc/Makefile,
4619         * link/Makefile,
4620         * link/z80/Makefile.in,
4621         * packihx/Makefile.in,
4622         * sim/ucsim/main_in.mk,
4623         * sim/ucsim/avr.src/Makefile.in,
4624         * sim/ucsim/doc/Makefile.in,
4625         * sim/ucsim/gui.src/serio.src/Makefile.in,
4626         * sim/ucsim/hc08.src/Makefile.in,
4627         * sim/ucsim/s51.src/Makefile.in,
4628         * sim/ucsim/xa.src/Makefile.in,
4629         * sim/ucsim/z80.src/Makefile.in,
4630         * src/Makefile.in,
4631         * support/cpp2/Makefile.in,
4632         * support/librarian/Makefile,
4633         * support/makebin/Makefile: added DESTDIR to the install path proposed
4634         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4635         * doc/sdccman.lyx: added DESTDIR documentation
4636
4637 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4638
4639         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4640         instruction for interrupt handlers, use fast returns when returning
4641         from high priority interrupts
4642
4643 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4644
4645         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4646         code generation
4647         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4648         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4649         bugs, ported much of Bernhard's code from mcs51
4650         * src/mcs51/gen.c (genSend),
4651         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4652         than one when calling a reentrant function
4653         * device/lib/_mullong.c: defined an alternate struct layout for big
4654         endian ports (hc08)
4655
4656 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4657
4658         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4659         test
4660
4661 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4664         are sane and complete before asking the port its prefered parameter
4665         passing method (fixes bug #1017633)
4666         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4667         and _ret3
4668
4669 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4672         problem in bitfields >= 8 bits.
4673
4674 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4675
4676         * src/SDCCsymt.c: undid changes that were not meant to be committed
4677
4678 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4679
4680         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4681
4682 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4683
4684         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4685           copied and wrong bit got inverted
4686
4687 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4690         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4691         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4692         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4693         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4694         assignments to bitfields at known addresses
4695         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4696         reads from bitfields at known addresses
4697         * src/hc08/ralloc.c (packRegisters),
4698         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4699         genhc08Code): optimize pointer get values used as conditionals
4700         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4701         and branch
4702
4703 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4704
4705         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4706         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4707         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4708         as conditionals
4709
4710 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4711
4712         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4713
4714 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4717         related problems
4718
4719 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4720
4721         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4722
4723 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4724
4725         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4726         mcs51 port
4727
4728 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4729
4730         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4731
4732 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4733
4734         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4735         cases use more compact code.
4736
4737 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4738
4739         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4740
4741 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4742
4743         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4744
4745 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4746
4747         * src/SDCCsymt.h,
4748         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4749         parameter of changePointer() from symbol* to sym_link*
4750         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4751         * src/SDCCsymt.c (compareType): void* type is castable to other
4752         pointers, but not necesarily an exact match.
4753         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4754         is no longer blindly treated as an exact match.
4755         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4756
4757 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4758
4759         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4760
4761 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4762
4763         * src/pic/gen.c,
4764         * src/pic/pcode.c,
4765         * src/pic/ralloc.h,
4766         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4767
4768 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4769
4770         * src/pic/device.c,
4771         * src/pic/device.h,
4772         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4773
4774 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4775
4776         * src/mcs51/gen.c (emitcode): fixed bug #992819
4777
4778 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4779
4780         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4781           there's no need to make it worse
4782
4783 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4784
4785         * src/mcs51/ralloc.c (deassignLR),
4786         * src/ds390/ralloc.c (deassignLR),
4787         * src/hc08/ralloc.c (deassignLR),
4788         * src/z80/ralloc.c (deassignLR),
4789         * src/pic/ralloc.c (deassignLR),
4790         * src/pic16/ralloc.c (deassignLR),
4791         * src/avr/ralloc.c (deassignLR),
4792         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4793         rlivePoint): fixed another part of bug #971834
4794
4795 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4796
4797         * src/z80/main.c: enabled "critical" keyword
4798         * src/z80/mappings.i,
4799         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4800         functions (fixes bug #979646)
4801         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4802
4803 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4804
4805         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4806           such as c:\mydir.
4807
4808 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4809
4810         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4811           doesn't disable too much optimizations
4812
4813 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4814
4815         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4816
4817 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4818
4819         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4820
4821 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4822
4823         * src/pic/gen.c tidied up tabs
4824         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4825         * src/pic/main.c tidied up tabs
4826         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4827         * src/pic/pcoderegs.c tidied up tabs
4828         * src/pic/ralloc.c tidied up tabs
4829
4830 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4831
4832         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4833         to S_FIXED for pic16 port and when symbol is not in level 0,
4834         allocate for S_REGISTER storage class and pic16 port, too,
4835         * src/pic16/device.h: prototype for checkSym,
4836         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4837         * (pic16_assignConfigWordValue): test the value and the mask to
4838         validate that the value is suitable for the configuration word,
4839         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4840         collect extern declared symbols, don't emit symbol twice, check
4841         first if symbol is in publics set first,
4842         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4843         * added command line '--fstack' which enables an experimental
4844         feature for stack access, too buggy to be used yet...
4845         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4846         * (pic16_allocDirReg): when register has storage class S_REGISTER
4847         allocate in pic16_dynAccessRegs,
4848         * device/include/pic16/pic18f????.h: modified configuration word
4849         naming convention, words started as CONFIG0H but should be CONFIG1H
4850
4851 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4852
4853         * device/include/mcs51reg.h: fixed bug 970993
4854
4855 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4856
4857         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4858         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4859         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4860         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4861         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4862         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4863           error/warning numbers,
4864           added function setWarningDisabled()
4865         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4866         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4867           _memcmp.c _memmove.c calloc.c realloc.c free.c
4868         * support/regression/tests/malloc.c: added tests for new functionality
4869         * support/regression/tests/zeropad.c: added tests for truncated initializers
4870           and initialized char arrays starting with '\x0'
4871         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4872
4873 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4874
4875         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4876
4877 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4878
4879         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4880         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4881         peephole 177.e. Thanks to anonymous
4882
4883 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4884
4885         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4886         function isn't used in the source but referenced as a
4887         variable initializer then declare it as extern in .asm file
4888
4889 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4890
4891         * .version: increased version number to 2.4.3
4892
4893         Adding version extension according to ChangeLog CVS revision
4894         * src/Makefile.in (target all): added dependency 'version.h'
4895         * (rule version.h): added rule to create version.h from ChangeLog,
4896         * (rule dep): added dependency version.h,
4897         * src/version.awk: AWK script to create version.h
4898         * src/SDCCdwarf2.c (dwWriteModule),
4899         * src/SDCCglue.c (initialComments),
4900         * src/SDCCmain.c (printVersionInfo): modified to write after
4901         version string the version extension number,
4902         * src/SDCCutil.c: included "version.h"
4903         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4904         number,
4905         * src/SDCCutil.h: added prototype for getBuildNumber
4906
4907         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4908         includeDirsSet, too,
4909         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4910         const char [] is found in function prototype...
4911
4912         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4913         moving to WREG with source is already in WREG,
4914         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4915         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4916         * (aopForSym): stack'ed symbols are partially supported, added
4917         if-clause to support symbols in FARSPACE,
4918         * (sameRegs): added test for AOP_ACC to see if registers are same,
4919         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4920         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4921         * (pic16_popRegFromString): will not allocate a new register if it
4922         doesn't find one by name, bug may have introduced...
4923         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4924         * (genIpush): revived to use pic16 port's stack,
4925         * (genAddrOf): added incomplete case for stack'ed operand,
4926         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4927         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4928         can handle multibyte operands,
4929         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4930         * (pic16initialComments): added message for MPLAB compatibility
4931         mode enabled,
4932         * src/pic16/main.h: prototype for pic16_mplab_comp,
4933         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4934         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4935         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4936         because of increased complexity of procedure,
4937         * (_process_pragma): stack pragma changed to format 'stack pos len',
4938         emit symbol '_stack_end' to conform with gplink,
4939         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4940         to search for register,
4941         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4942         PO_GPR_REGISTER,
4943         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4944         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4945         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4946         case for PO_GPR_REGISTER,
4947         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4948         dies, the new era is ahead !...
4949         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4950         pic16_dynInternalRegs,
4951         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4952         * (pic16_allocDirReg): minor optimizations and bug fixes,
4953         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4954
4955         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4956         load stack and frame pointer with address of 'stack_end' symbol
4957
4958 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4959
4960         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4961         without source code but only variable initializers
4962
4963 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4964
4965         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4966         external are not declared as extern to reduce overhead while linking
4967
4968 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4969
4970         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4971
4972 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4973
4974         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4975           Yee Keat for the patch
4976         * src/SDCCast.c (decorateType): fixed bug #979599
4977         * src/ds390/gen.h: removed local fReturnSizeDS390
4978         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4979         * src/ds390/gen.c (genAnd, genOr, genXor),
4980         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4981
4982 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4983
4984         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4985         add relFilesSet to $3, manipulate $2 to handle linking of object
4986         files without source files in command line,
4987         * device/include/pic16 (all headers): added ID location macros,
4988         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4989         entries for ID location bytes,
4990         * (pic16_assignIdByteValue): NEW,
4991         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4992         added field dumpcalltree to pic16_options_t,
4993         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4994         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4995         emitting rFalseIfx label after check_carry label,
4996         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4997         pic16_emitDIRegs), NEW
4998         * (pic16glue): dump .calltree file when option --calltree found,
4999         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5000         * (_pic16_genAssemblerPreamble): emit ID locations after
5001         configuration registers,
5002         * (pic16_linkCmd): modifications of the link command,
5003         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5004         * (pic16_pCodeInitRegisters): don't init stack registers,
5005         * (pic16_findPrevInstruction): fixed bug,
5006         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5007         bug with immediate registers,
5008         * (buildCallTree): traces stack push and pop,
5009         * (pct2): dump also stack usage for each function,
5010         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5011         * (pic16_allocDirReg): various modifications,
5012         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5013         fixed to 1,
5014
5015 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5016
5017         * src/pic16/pcode.c: removed buggy double colon
5018
5019 2004-07-01 Borut Razem <borut.razem AT siol.net>
5020
5021         * support/scripts/sdcc.nsi: added include/pic16 to setup
5022
5023 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5024
5025         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5026         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5027         target 'clean',
5028         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5029         specific command line arguments. Also added sample lkr script
5030         for placing a variable at a specific memory bank.
5031         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5032         at a specific memory bank,
5033         * (pic16_dump_isection): fixed bug which caused string literals to
5034         be omitted when dumping idata section,
5035         * (pic16_groupRegistersInSection): added code to handle registers
5036         in specific memory banks,
5037         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5038         public, all references are renamed too,
5039         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5040         AOP_DPTR2,
5041         * (pic16_storeForReturn): added case to handle when dest is WREG,
5042         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5043         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5044         pic16_rel_udata, check to see if that register is marked as being
5045         a member of a specific memory bank,
5046         * (pic16_printIvalCharPtr): added code to add string literals either
5047         to code or the idata sections,
5048         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5049         also accept the 'udata' pragma,
5050         * src/pic16/main.h: new structure types sectName and sectSym
5051         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5052         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5053         * (pic16_findPrevInstruction): fixed, it returned nothing,
5054         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5055         instruction combinations,
5056         * (pic16_FixRegisterBanking): heavily reorganised,
5057         * (pic16_AnalyzeBanking): if generating banksel directives is
5058         disabled, then don't call FixRegisterBanking at all,
5059         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5060         completely removed,
5061         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5062
5063 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5064
5065         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5066         Phuah Yee Keat <yk.phuah AT nestac.com>
5067
5068 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5069
5070         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5071         correctly the IVT even if it is relocated to some other location
5072
5073 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5074
5075         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5076         * device/include/pic16/pic18f2220.h: NEW,
5077         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5078         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5079         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5080         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5081         nodefaultlibs, ivt_loc is the location of the interrupt vector
5082         table, and nodefaultlibs signs that default libraries should not be
5083         linked in link stage,
5084         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5085         according to --ivt-loc argument,
5086         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5087         when pragma stack is found,
5088
5089 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5090
5091         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5092         256 (range check), 257 (do while), 258.a-f (bit banging
5093         f.e. on 3-wire SPI bus)
5094
5095 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5096
5097         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5098         variables used exclusively within a loop
5099
5100 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5101
5102         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5103
5104 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5105
5106         * src/SDCClrange.c (computeClash): fixed bug #971834
5107
5108 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5109
5110         * src/mcs51/gen.c (genCmp): fixed bug #975903
5111         * src/hc08/gen.c (operandsEqu),
5112         * src/ds390/gen.c (operandsEqu),
5113         * src/z80/gen.c (operandsEqu),
5114         * src/pic/gen.c (operandsEqu),
5115         * src/pic16/gen.c (operandsEqu),
5116         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5117         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5118
5119 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5120
5121         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5122
5123 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5124
5125         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5126         default case in switch statement,
5127         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5128         to eliminate problem with initialisation of pointers, but problem
5129         still exists,
5130         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5131         * (emitStaticSegment): removed various lines emitting debug info,
5132         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5133         added processor registers for utilizing EEPROM,
5134         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5135         configurable and set 8
5136
5137 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5138
5139         * .version: increased version number to 2.4.2,
5140
5141         Cumulative patch for pic16 port
5142         * src/pic16/device.c: changed scheme to dump initial values for
5143         variables in idata segment, all print_idata* functions were removed,
5144         now the pic16_printIval* will be called,
5145         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5146         * _pic16_printPointerType, pic16_printPointerType,
5147         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5148         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5149         NEW, similar to the respective functions in SDCCglue.c,
5150         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5151         way, emitting hex bytes,
5152         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5153
5154 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5155
5156         * src/avr/ralloc.c (serialRegAssign),
5157         * src/xa51/ralloc.c (serialRegAssign),
5158         * src/pic/ralloc.c (serialRegAssign),
5159         * src/pic16/ralloc.c (serialRegAssign),
5160         * src/hc08/ralloc.c (serialRegAssign),
5161         * src/z80/ralloc.c (serialRegAssign),
5162         * src/ds390/ralloc.c (serialRegAssign),
5163         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5164
5165 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5166
5167         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5168         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5169
5170 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5171
5172         Cumulative patch for pic16 port:
5173         * src/pic16/device.h (typedef PIC16_device) modified fields for
5174         defining microcontrollers,
5175         * src/pic16/device.c: added new info for all devices in Pics16 array,
5176         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5177         to be optimised out by the pCode optimiser,
5178         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5179         specially, bug reported by G.M. Gallant,
5180         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5181         as force'd so that cannot be optimised out by pCode optimiser,
5182         * src/pic16/pcode.c,
5183         * src/pic16/pcodepeeph.c,
5184         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5185         they are disabled by default, but can be enabled explicit with
5186         command argument --denable-peeps, for testing,
5187         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5188         --pomit-ivt in COMPILE_FLAGS
5189
5190 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5191
5192         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5193           compilation on MSVC
5194
5195 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5196
5197         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5198
5199 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5200
5201         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5202         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5203
5204 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5205
5206         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5207         would only assign 0x300001 register.
5208
5209 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5210
5211         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5212         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5213
5214 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5215
5216         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5217         for ds80c400
5218         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5219         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5220         added peephole 254 (left shift), 255 (jump table)
5221
5222 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5223
5224         * device/lib/Makefile.in: removed comment line with model-pic16,
5225         * (target port-specific-objects-pic16): the libraries and objects
5226         are copied to the build directory form the device/lib/pic16/bin
5227         directory
5228
5229         Cumulative patch concerning pic16 port:
5230         * library directory has been re-organized,
5231         * added support for PIC18F1220,
5232         * added headers and library sources for chips 18f1220,18f6520,
5233         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5234
5235         * configuration registers setting has changed, now each supported
5236         device has a complete description of the registers it uses,
5237         * all initialisations are moved to idata sections, these section
5238         can be absolute or relocatable,
5239         * fixed initialisation of codespace variables,
5240         * fixed warning about PCLATU and gpsim,
5241         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5242         * (genAssign): use table reads when assigning from variables in codespace,
5243         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5244         char/int variables placed in codespace,
5245         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5246         registers set in .asm file, no need for --pomit-config-words anymore,
5247         * (pic16glue): some 8051 legacy segments are commented out
5248         (to be removed completely),
5249         * added support for alternative assembler and linker with --asm=
5250         and --link= command line arguments,
5251         * peepholes are disabled automatically in the port, no need to
5252         specify on command line,
5253         * port supports natively char/int/long multiplication, but converts
5254         all divisions to support functions,
5255         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5256         to the file set in variable $2,
5257         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5258         strings in ASCII format and not in hex,
5259         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5260         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5261         allocate proper register if iCodes aren't temporary,
5262
5263 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5264
5265         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5266
5267 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5270         is commented out
5271
5272 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5273
5274         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5275         computed address is reused
5276         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5277         multi-byte bitfields
5278
5279 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5280
5281         * src/z80/gen.c: (genArrayInit): must check for pointers too
5282
5283 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5284
5285         * support/regression/tests/zeropad.c: never meant to commit the
5286           nestedstruct test: removed, added check for GCC version
5287
5288 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5289
5290         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5291         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5292         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5293           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5294           bugs 928906 and 954082 half-empty initializers
5295         * src/SDCCsymt.h,
5296         * src/SDCCsymt.c (getAllocSize): added for above fix
5297         * src/z80/gen.c (genArrayInit): fixed bug 741044
5298         * support/regression/tests/zeropad.c: added tests
5299
5300 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5301
5302         * src/pic16/device.c (pic16_dump_section): corrected bug which
5303         caused some symbols of the libraries to be misplaced
5304
5305 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5306
5307         * src/pic16/glue.c,
5308         * src/pic16/ralloc.h,
5309         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5310         to fix conflict with pic port
5311
5312 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5313
5314         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5315         externs configuration variables,
5316         * src/pic16/ralloc.h,
5317         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5318         prototype in header, commented out some debug messages
5319
5320 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5321
5322         * src/pic16/glue.c,
5323         * src/pic16/main.c,
5324         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5325         for gpasm COFF object generation. Thanks to D. Hawkins for
5326         his patch info
5327
5328 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5329
5330         * src/ds390/main.c,
5331         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5332         Brock for spotting this)
5333         * src/ds390/gen.c (genEndFunction),
5334         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5335         interrupt handler and critical. Disable push/pop optimizations when
5336         peephole optimizations disabled.
5337
5338 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5339
5340         Updated pic16 library sources and headers.
5341         * device/lib/pic16/pic18f*/ ,
5342         * device/include/pic16/*.h: modified to handle structured SFR
5343         definitions
5344
5345 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5346
5347         * src/port.h (PORT structure): added hook initPaths, now each
5348         port can declare its own default search paths,
5349         which can been seen with the --print-search-dirs option,
5350         see pic16 port for example,
5351         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5352         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5353         * (doPrintSearchDirs): NEW, replaces in a central manner the
5354         printing of search dirs which was split in set*Paths functions,
5355         * (main): added call to port->initPaths and doPrintSearchDirs,
5356         * src/avr/main.c,
5357         * src/ds390/main.c,
5358         * src/hc08/main.c,
5359         * src/izt/i186.c,
5360         * src/izt/tlcs900h.c,
5361         * src/mcs51/main.c,
5362         * src/pic/main.c,
5363         * src/pic16/main.c: modified port structures to reflect addition of
5364         initPaths hook,
5365
5366         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5367         * (pic16_dump_section): for registers in same address reserve memory once,
5368         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5369         to no_banksel,
5370         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5371         result is greater in size than right or left,
5372         * (pic16_genUMult8X8_8): there are some cases where the result can
5373         be 16 bits size, so handle these,
5374         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5375         * (pic16_outBitC): modified to emit pcodes,
5376         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5377         or not,
5378         * (genDivOneByte): implemented algorithm to divide 8-bits,
5379         * (genCmp): uncommented goto, but issues still exist,
5380         * (genAnd): fixed a bug with variables >8bits,
5381         * (genPackBits): optimization added that uses BCF/BSF to change a
5382         single bit,
5383         * (genAssign): fixed bug when assigning floating point literals,
5384         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5385         __sdcc_gsinit_startup label,
5386         * src/pic16/main.c (_pic16_init): removed search directory
5387         initialisations,
5388         * (_pic16_initPaths): NEW, used to initialise search directories,
5389         * (_hasNativeMulFor): support functions for all except char/int
5390         multiplication, and char division,
5391         * (PIC16_port struct): modified entry for native mul support,
5392         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5393         no_banksel option,
5394         * (buildCallTree): call to register_usage is ifdef'ed out,
5395
5396 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5397
5398         * device/include/string.h: applied Stas Sergeev's patch to make this
5399         header file compatible with the preprocessor -Wundef option
5400         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5401         failure (fixes bug #941458)
5402
5403 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5404
5405         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5406         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5407         that the variable, not the function, should be static
5408         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5409         to be consistent with non-literal case
5410
5411 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5412
5413         * src/SDCCast.c (isConformingBody): fixed bug #949967
5414         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5415         convilong): fixed bug #952086
5416
5417 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5418
5419         * src/SDCCmem.c (allocVariables): fixed bug #955321
5420
5421 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5422
5423         * src/hc08/main.c (_hc08_genAssemblerEnd),
5424         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5425         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5426         completely eliminated the use of a temporary file
5427         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5428         when more than one file linked
5429         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5430
5431 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5432
5433         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5434         which fixes bug #543481
5435         * support/regression/tests/bug-751703.c: fixed comments left from a
5436         cut and paste error
5437         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5438         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5439         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5440         scopes
5441         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5442         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5443         are now changed to underscores in moduleName
5444
5445 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5446
5447         * as/mcs51/lkmem.c: better fix for bug #954173
5448
5449 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5450         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5451
5452         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5453         * device/include/c8051f000.h,
5454         * device/include/c8051f120.h,
5455         * device/include/c8051f300.h,
5456         * device/include/c8051f310.h,
5457         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5458         PWM16) and detab'ed
5459
5460 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5461
5462         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5463         and mailing lists, doc'ed --no-peep-comments, removed reference
5464         to knoppix (newest version has no LyX/LaTeX), other minor changes
5465         * src/SDCCglue.c (glue): save 2 bytes stack space with
5466         option --main-return. The ljmp could probably be avoided too
5467
5468 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5469
5470         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5471
5472 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5473
5474         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5475         * src/SDCCopt.c (isLocalWithoutDef),
5476         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5477         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5478         (credit to Maarten Brock for patch #949363, on which this is based)
5479         * support/regression/tests/bug-751703.c: some test cases of extern used
5480         within inner scopes.
5481
5482 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5483
5484         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5485         SPEC_STRUCT
5486         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5487         struct definitions
5488         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5489         dwWriteLabel): fix to create valid debugger symbols even when
5490         the module name has non-alphanumeric symbols in it
5491         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5492         when a variable's allocation has been optimized away
5493
5494
5495 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5496
5497         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5498         * src/hc08/main.c,
5499         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5500         * src/mcs51/main.c,
5501         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5502         * src/ds390/main.c,
5503         * src/z80/gen.c (z80_emitDebuggerSymbol),
5504         * src/z80/main.c,
5505         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5506         * src/pic/main.c,
5507         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5508         * src/pic16/main.c,
5509         * src/avr/gen.c (avr_emitDebuggerSymbol),
5510         * src/avr/main.c,
5511         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5512         * src/xa51/main.c,
5513         * src/SDCCdebug.c (emitDebuggerSymbol),
5514         * src/SDCCdebug.h,
5515         * src/port.h: added a debugger struct to the port struct. Added a
5516         callback for defining debugger symbols
5517
5518         * src/SDCCast.c (createLabel),
5519         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5520         with isitmp = 1
5521         * src/SDCCicode.h,
5522         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5523         iCode back to the ast for the function
5524
5525         * src/hc08/ralloc.c (hc08_assignRegisters),
5526         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5527         unneeded fields from the regs struct.
5528         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5529         pushReg() & pullReg() functions instead of emitcode()
5530
5531         * src/hc08/gen.c (genLabel, genhc08Code),
5532         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5533
5534         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5535         debugger hooks
5536
5537         * src/hc08/gen.c (genEndFunction, genhc08Code),
5538         * src/hc08/gen.h,
5539         * src/mcs51/gen.c (genEndFunction, gen51Code),
5540         * src/mcs51/gen.h,
5541         * src/ds390/gen.c (genEndFunction, gen390Code),
5542         * src/ds390/gen.h,
5543         * src/z80/gen.c (genEndFunction, genZ80Code),
5544         * src/z80/gen.h,
5545         * src/z80/z80.h,
5546         * src/pic/gen.c (genEndFunction, genpic14Code),
5547         * src/pic/gen.h,
5548         * src/pic16/gen.c (genEndFunction, genpic16Code),
5549         * src/pic16/gen.h,
5550         * src/avr/gen.c (genEndFunction, genAVRCode),
5551         * src/avr/gen.h,
5552         * src/xa51/gen.c (genEndFunction, genXA51Code),
5553         * src/xa51/gen.h,
5554         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5555         specific code to cdbFile.c and out of the backend code generators
5556
5557         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5558         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5559         starting address is now 0
5560
5561         * as/hc08/asm.h,
5562         * as/hc08/m08pst.c,
5563         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5564         assembler directive for DWARF support
5565         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5566
5567         * src/src.dsp,
5568         * src/Makefile.in,
5569         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5570
5571 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5572
5573         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5574         and inappropriate peephole optimization in jump tables
5575
5576 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5577
5578         * as/hc08/m08pst.c,
5579         * src/SDCCglue.c: sdccopt works for the hc08 port now
5580
5581 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5582
5583         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5584
5585 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5586
5587         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5588
5589 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5590
5591         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5592         rules
5593         * src/SDCCmain.c,
5594         * src/SDCCglobl.h,
5595         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5596         comments from the peephole optimizer replacement rules
5597         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5598         symbols
5599         * src/SDCCcse.c (updateSpillLocation),
5600         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5601         equivalents
5602         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5603         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5604         objects far pointers
5605
5606 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5607
5608         * src/SDCCsymt.h: a missing part of my last change
5609         * src/pic/ralloc.c (regTypeNum),
5610         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5611
5612 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5613
5614         * src/SDCCicode.h,
5615         * src/SDCCicode.c (aggrToPtrDclType),
5616         * src/SDCCptropt.h,
5617         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5618         ptrPseudoSymConvert),
5619         * src/pic/ralloc.c (regTypeNum),
5620         * src/pic16/ralloc.c (regTypeNum),
5621         * src/hc08/ralloc.c (regTypeNum),
5622         * src/ds390/ralloc.c (regTypeNum),
5623         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5624         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5625
5626 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5627
5628         * link/z80/lkmain.c (afile),
5629         * as/hc08/lkmain.c (afile),
5630         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5631         prevent a pointer problem when a filename has no directory and
5632         no extension specified.
5633
5634 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5635
5636         * link/z80/lkmain.c (afile): allow periods in directory names
5637         * link/z80/lkmain.c (afile),
5638         * as/mcs51/lkmain.c (afile),
5639         * as/hc08/lkmain.c (afile): allow linker script file to have an
5640         extension other than ".lnk"
5641         * link/z80/lklex.c (getfid),
5642         * link/z80/lkmain.c (parse),
5643         * as/mcs51/lklex.c (getfid),
5644         * as/mcs51/lkmain.c (parse),
5645         * as/hc08/lklex.c (getfid),
5646         * as/hc08/lkmain.c (parse): Support comments in the linker script
5647         file on lines by themselves and after filenames
5648
5649 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5650
5651         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5652
5653 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * src/z80/peeph-z80.def: removed some peephole rules that don't
5656         work with multibyte arithmetic (fixed bug #937126)
5657         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5658         to registers and not global variables
5659         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5660         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5661         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5662         checking for assignments not internally generated (fixed bug #931895)
5663         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5664         structure member (fixed bug #930072)
5665
5666 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5667
5668         * src/SDCCmain.c (linkEdit),
5669         * src/hc08/main.c (_hc08_parseOptions),
5670         * as/hc08/Makefile.in,
5671         * as/hc08/aslink.h,
5672         * as/hc08/asm.h,
5673         * as/hc08/m08pst.c,
5674         * as/hc08/lkrloc.c (relr, rele),
5675         * as/hc08/lkarea.c (lnkarea)
5676         * as/hc08/lkmain.c (afile, parse),
5677         * as/hc08/lkelf.c: support for ELF output
5678         * as/hc08/lks19.c (s19),
5679         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5680
5681 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5682
5683         * as/mcs51/lkihx.c: Fixed bug #899105.
5684
5685 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5686
5687         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5688         .dsp files from Unix to DOS.
5689
5690 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5691
5692         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5693         function pointers; we have been compliant for several months now.
5694         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5695         change that was accidently commented out
5696         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5697         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5698         bug #922319
5699
5700 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5701
5702         * src/hc08/gen.c: output of all of the internal debugging information
5703         is now controlled by the D() macro; it is disabled by default
5704
5705 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5706
5707         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5708         harder to keep the same registers during a CAST iCode
5709         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5710         long via int can be done in a single cast, if the signedness is
5711         correct.
5712         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5713         putchar() in tinibios.c in ds390's library
5714
5715 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5716
5717         * src/SDCCast.c (decorateType): fixed bug #898889,
5718         cast result of a literal complement too
5719         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5720         fixed check for bitfields
5721
5722 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5723
5724         * src/SDCCicode.c (geniCodeLogic): made it static,
5725         (geniCodeLogicAndOr): added in order to fix bug #905492,
5726         (ast2iCode): fixed bug #905492
5727         * support/regression/tests/bug-905492.c: added
5728         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5729         (processParms): fixed bug #927659: don't copy parms, this will clear
5730         decorated flag
5731         * support/regression/tests/bug-927659.c: added
5732
5733 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5734
5735         * src/SDCCast.c (addCast): don't cast float to char
5736         * device/lib/libsdcc.lib: added _memmove
5737
5738 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5739
5740         * device/lib/large/Makefile: fixed parallel execution by
5741         replacing `make` by `$(MAKE)`
5742
5743 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5744
5745         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5746         offsets (fixes bug #923936)
5747
5748 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5749
5750         * device/lib/small/Makefile: fixed parallel execution by
5751         replacing `make` by `$(MAKE)`
5752
5753 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5754
5755         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5756
5757 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5758
5759         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5760         * src/regression/Makefile: Regression test was not running.
5761
5762 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5763
5764         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5765         complement if possible
5766         * src/SDCCval.c (valComplement),
5767         * src/SDCCicode.c (operandOperation): fixed complement of literal
5768         * support/regression/tests/onebyte.c (testComplement): added
5769
5770 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5771
5772         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5773         return an optimized tree; actually replace actParm with the new tree
5774         * src/SDCCast.h: added some parantheses to remove side effects
5775         * support/regression/tests/bug-920866.c
5776
5777 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5778         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5779         Bit operands were not being handled properly in the pic14 port.
5780         (now src/regression/add.c passes again).
5781
5782 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5783
5784         * src/SDCC.y (labeled_statement): case and default no longer require
5785         a following statement (RFE #893037)
5786
5787 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5788
5789         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5790         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5791         disabled (fixes bug #916294)
5792         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5793         "mov a,acc"; patch provided by Lenny Story
5794         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5795
5796 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5797
5798         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5799         functions
5800         * src/ds390/gen.c (genFunction, genEndFunction),
5801         * src/ds390/ralloc.c (ds390_assignRegisters),
5802         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5803         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5804         pushed if there are parameters passed on the stack. Also, a cleaner
5805         way to decide if r0/r1 should be pushed/popped. (Together they fix
5806         bug #918693)
5807
5808 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5809
5810         * doc/sdccman.lyx,
5811         * device/lib/mcs51/crtpagesfr.asm,
5812         * device/lib/mcs51/crtxinit.asm,
5813         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5814         to avoid confusion with Si Lab's SFRPAGE register.
5815
5816 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5817
5818         * src/SDCCglue.c (emitMaps): allow public sfr variables
5819         * src/SDCCglue.c (initialComments): include compiler build date
5820         with compiler version and put the timestamp of the generated
5821         assembly file on a serperate line to be less confusing.
5822         * src/port.h: added genInitStartup hook
5823         * src/avr/main.c,
5824         * src/ds390/main.c,
5825         * src/hc08/main.c,
5826         * src/pic/main.c,
5827         * src/pic16/main.c,
5828         * src/xa51/main.c,
5829         * src/z80/main.c: genInitStartup initialize as NULL (default to
5830         historical behaviour)
5831         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5832         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5833         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5834         library instead of hard coding it into the compiler.
5835         * support/regression/ports/mcs51-stack-auto/spec.mk,
5836         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5837         * device/lib/mcs51/Makefile,
5838         * device/lib/small/Makefile,
5839         * device/lib/large/Makefile,
5840         * device/lib/mcs51/crtpagesfr.asm,
5841         * device/lib/mcs51/crtstart.asm,
5842         * device/lib/mcs51/crtxclear.asm,
5843         * device/lib/mcs51/crtxinit.asm,
5844         * device/lib/mcs51/crtclear.asm,
5845         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5846         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5847         and into user configurable files.
5848         * device/lib/clean.mk: clean mcs51 directory too
5849         * support/regression/tests/longlit.c: added static to T1 declaration
5850         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5851         accesses in the initialization code
5852
5853 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5856         OSCTRIMVAL as noted in bug #916008
5857
5858 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5859
5860         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5861         in loops with multiple exits (reported as incorrect registers
5862         used by Martin Helmling in Sdcc-user list)
5863
5864 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5865
5866         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5867         made ds390 register extensions look less like error messages
5868
5869 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5870
5871         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5872         reported by Adam Wozniak in Sdcc-user list
5873
5874 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5875
5876         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5877         arithmetic optimizations, added debug output
5878
5879 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5880
5881         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5882         * sdcc.spec: updated and split sdcc into 3 rpms
5883         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5884         needed for literals of LEFT_OP and '+'
5885         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5886         introduced RESULT_TYPE_NOPROM
5887         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5888         left shift
5889         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5890         limited promotion to int only for '*'
5891         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5892
5893 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5894
5895         * src/pic16/gen.c (genSkip),
5896         (genc16bit2lit), (gencjneshort): commented out
5897         (is_LitOp): new helper function, checks operand type
5898         (genCmpEq): rewritten
5899
5900 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5901
5902         * support/regression/tests/bug-908454.c: added
5903
5904 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5905
5906         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5907         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5908         (geniCodeCast): cosmetic, don't preserve bit storage class
5909         (geniCodeLeftShift): added promotion
5910         (geniCodeLogic): fixed regression
5911         * src/SDCCsymt.c (computeTypeOr): accept bits too
5912         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5913
5914 2004-03-07  Borut Razem <borut.razem AT siol.net>
5915
5916         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5917
5918 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5919
5920         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5921         version of pic16_genPackRegisters which does not check if ic is a
5922         CAST operator,
5923         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5924         function cause string1.c regression test fails
5925
5926 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5927
5928         * sim/ucsim/configure.in,
5929         * sim/ucsim/configure,
5930         * sim/ucsim/doc/Makefile.in: use docdir
5931         * src/SDCC.y: fixed sbit atrributes
5932         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5933         * src/SDCCast.c (decorateType): |^& need special promotion handling
5934         * src/SDCCast.h,
5935         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5936         * src/SDCCsymt.h (computeType),
5937         * src/SDCCicode.c: computeType() needs op
5938         * src/SDCCsymt.c (checkTypeSanity),
5939         * doc/sddman.lyx: "plain" bitfields are unsigned
5940         * src/SDCCsymt.c (computeTypeOr): added
5941         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5942         |^& ops
5943         * src/SDCCval.c (val*): computeType() needs op
5944         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5945         * support/regression/tests/onebyte.c: added tests for |^&
5946
5947 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5948
5949         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5950         for writing icode into asm output.
5951
5952 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5953
5954         * src/pic16/device.c: added some debug lines enabled
5955         with macro DEBUG_CHECK,
5956         * src/pic16/genarith.c: more debug in genPlus,
5957         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5958         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5959         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5960         * (aopForSym): onStack symbols are re-placed in data memspace,
5961         and onStack flag is cleared,
5962         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5963         copy temporary pcodeop,
5964         * (genPcall): added warning for not updating PCLATU,
5965         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5966         always true for pic16 port,
5967         * (genMultOneWord): NEW, supports integer multiplication,
5968         * (genMult): modified to call genMultOneWord,
5969         * (ifxForOp): added warning when return NULL,
5970         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5971         flag is set before call to operandFromSymbol for implicit
5972         added structures,
5973         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5974         options.intlong_rent are set by default,
5975         * (_hasNativeMulFor): modified to allow port generation of integer
5976         multiplication,
5977         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5978         set regtype to REG_SFR for all registers, restricting seting the
5979         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5980
5981 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5982
5983         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5984         more than 500 times in the regression tests
5985
5986 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5987
5988         * support/Util/SDCCerr.h,
5989         * support/Util/SDCCerr.c,
5990         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5991         enumerator_list),
5992         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5993         for symbol conflicts.
5994         * support/valdiags/tests/enum.c,
5995         * support/valdiags/tests/tentdecl.c,
5996         * support/valdiags/tests/struct.c: expect possible error messages
5997         referring to original symbol definitions.
5998         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5999         * src/SDCCsymt.h,
6000         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6001
6002 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6003
6004         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6005
6006 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6007
6008         * src/pic16/ralloc.c (newReg): fixed bug #908929
6009
6010 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6011
6012         * src/ds390/gen.c: added missing #include "main.h"
6013
6014 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6015
6016         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6017         checking if symbol is already in set,
6018         * src/pic16/device.h: prototype for checkAddSym,
6019         * src/pic16/gen.c: (_G): added entry interruptvector,
6020         * (assignResultValue): removed some commented out lines,
6021         * (genFunction): check for ISR via sym->type, absolute section for
6022         interrupt code is created via a new pBlock, the goto instruction is
6023         placed now correctly at the interrupt vector position, changed all
6024         references from ivec to _G.interruptvector,
6025         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6026         is the interrupt is a high priority one, same for return from ISR,
6027         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6028         externs to calls of checkAddSym,
6029         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6030         pic16_pcode_verbose flag is set,
6031         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6032         * src/pic16/pcoderegs.c: message about how many registers are saved
6033         will only be emitted if pic16_pcode_verbose flag is set,
6034
6035 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6036
6037         * src/ds390/ralloc.h,
6038         * src/ds390/ralloc.c (ds390_regWithIdx),
6039         * src/ds390/gen.c (emitcode),
6040         * src/ds390/main.h,
6041         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6042         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6043         ds390operandCompare, getRegsRead, getRegsWritten,
6044         initializeAsmLineNode): customized instruction size calculation for
6045         ds390, started basis for some register optimizations
6046         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6047         corresponding assembly output
6048         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6049         missing push/pop of r0/r1. Optimized push/pops
6050
6051 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6052
6053         * src/mcs51/main.c (instructionSize): fixed ACALL size
6054         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6055
6056 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6057
6058         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6059         the sorting of rlist with NULL elements
6060         * (print_idataType, print_idata): NEW to create idata sections
6061         * src/pic16/device.h: idataSymSet new variable
6062         * src/pic16/gen.c (genFunction): fixed some bugs in string
6063         comparing, improved the absolute section creation for ISRs,
6064         added FSR0L/FSR0H in registers that are saved in an ISR,
6065         * (genInline): fixed the processing of inline snippets,
6066         now they undergo no process by the peephole optimizer
6067         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6068         are placed in idataSymSet,
6069         * (pic16emitStaticSeg): extern symbols are added in externs,
6070         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6071         switching when aboslute variables are placed in access bank memory
6072         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6073         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6074         commented out with #if,
6075         * (pic16_packRegisters): reintroduce the check for CAST because some
6076         symbols are not correctly handled,
6077         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6078         pCodeInstruction instead of pCode,
6079         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6080         pCodeAsmDir definition,
6081         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6082         directive, then the argument directive is emitted without the leading
6083         tab, hack for inline labels which must be in the first column,
6084         * (compareLabel,pic16_findNextInstruction),
6085         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6086         * (insertBankSwitch): modified for the new pCodeAsmDir,
6087
6088 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6089         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6090
6091         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6092         instance,
6093         * (pushSide): commented out with #if,
6094         * (assignResultValue): fixed some typos in saving
6095         registers,
6096         * (genPcall): FIXED and sync'ed with genCall,
6097         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6098         * (genNearPointerGet): fixed to handle some more cases,
6099         implementation scheme via table reads,
6100         * (genConstPointerGet): modified to access code memory correct,
6101         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6102         and improved to handle some cases
6103         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6104         instead of "RETLW" for init data
6105         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6106         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6107         variables are placed in access bank memory (<0x80 and >=0xf80),
6108         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6109         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6110         TBLWT_POSTDEC,TBLWT_PREINC
6111         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6112         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6113         directives
6114         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6115         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6116         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6117         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6118
6119 2004-02-29  Borut Razem <borut.razem AT siol.net>
6120
6121         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6122         support/Util/findme.h, support/Util/system.h: enhance binary relative
6123         search for lib and include by using findProgramPath()
6124
6125 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6126
6127         * src/SDCCpeeph.h,
6128         * src/SDCCpeeph.c (pcDistance),
6129         * src/port.h,
6130         * src/mcs51/ralloc.h,
6131         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6132         * src/mcs51/main.h,
6133         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6134         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6135         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6136         size calculation port specific, started basis for some register
6137         optimizations
6138         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6139         missing push/pop of r0/r1. Optimized push/pops
6140         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6141         * device/lib/_modsint.c (_modsint),
6142         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6143         and stack version so regression tests pass
6144
6145 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6146
6147         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6148         * src/SDCCast.c (decorateType): catch another small optimization
6149         with '?' operator
6150         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6151         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6152         modified to finally use computeType() all over SDCC,
6153         see Feature Request #877103
6154         * src/SDCCval.h: cosmetic
6155         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6156         valCompare(); regression tested in muldiv.c
6157         * support/regression/tests/muldiv.c (testMod): mod sign follows
6158         dividend only
6159
6160 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6161
6162         * src/SDCCast.c (decorateType): fixed bug #902362
6163         * doc/INSTALL.txt: fixed install instructions for win32
6164
6165 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6166
6167         * device/include/Makefile.in (install): fixed by replacing spaces
6168         by tabs
6169         * doc/README.txt,
6170         * doc/INSTALL.txt: updated for release
6171         * doc/sdccman.lyx: added warning for --xstack being buggy
6172
6173 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6174
6175         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6176         to eliminate build warnings.
6177         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6178
6179 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6180            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6181
6182         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6183         removed -penable-stack, added comment for stack pragma, added
6184         warning for not initializing the stack/frame registers, removed
6185         comment at interrupts section
6186
6187         Stack is made permanent, there is no ability to disable stack usage.
6188         * src/pic16/device.h,
6189         * src/pic16/device.c: removed all references to USE_STACK macro,
6190         * src/pic16/device.c (pic16_dump_section): when no elements in
6191         rlist, free rlist before return,
6192         * (pic16_dump_int_registers): NEW, internal registers are a new set
6193         of general purpose registers reused by each function,
6194         * (checkAddReg): returns 1 if registers is added to set,
6195         * (pic16_groupRegistersInSection): when a registers is of type
6196         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6197         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6198         SRCASECMP macro is moved here from device.c
6199         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6200         PO_PCLATU, PO_PRODL, PO_PRODH,
6201         * (pic16_pCodeOpType, genMinus,
6202         changed compares to "a" register, with AOP_ACC,
6203         * (pic16_genPlus): fixed some bugs and indented properly,
6204         * (pic16_addSign): changed size to size+offset in the MOVWF
6205         instruction,
6206         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6207         multiply 8-bit operand by literal, result is 8-bit,
6208         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6209         multiply 2 8-bit operand, result is 8-bit,
6210         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6211         genUMult8X*_16,
6212         * src/pic16/gen.c: changed accUse to contain WREG only,
6213         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6214         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6215         true, do not use immediate addressing any more unless sym is a
6216         pointer in codespace,
6217         * (aopForRemat): do not use immediate addressing when symbol not in
6218         codespace and when symbol's address is requested,
6219         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6220         accUse size (= 1),
6221         * (aopGet): added case for AOP_ACC and don't return "accumulator
6222         bug" but WREG instead,
6223         * (popGetTempReg): pushes contents of temporary register in stack,
6224         * (popReleaseTempReg): pops contents of temporary register from
6225         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6226         * (pic16_popGet): separated case AOP_ACC to return register WREG
6227         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6228         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6229         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6230         the use of immediate pointers to certain cases only.
6231
6232         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6233         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6234         * (assignResultValue, genCall, genRet): modified to use the new
6235         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6236         genPcall is still broken,
6237         * (genFunction): added code to create 'A' type pBlocks when
6238         interrupt functions are generated, code not extensively tested yet,
6239         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6240         * (genEndFunction): modified so ISRs pop stored registers from stack,
6241         * (genMultOneByte): cleanup,
6242         * (AccRsh): added flag andmask, to and result with appropriate mask,
6243         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6244         * (genDataPointerGet): fixed and reenabled its use,
6245         * (genNearDataPointerGet): bugs fixed,
6246         * (genDataPointerSet): bugs fixed,
6247         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6248         pic16_DumpSymbol, pic16_DumpOp,
6249         * src/pic16/genutils.h: function prototypes for the above functions,
6250         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6251         pointers,
6252         * (pic16emitRegularMap): many many many improvements, but needs a
6253         major cleanup,
6254         * src/pic16/main.c: enable_stack in pic16_options is removed,
6255         * (_pic16_parseOptions): removed command line options -penable-stack,
6256         * (_process_pragma): emit stack symbol only when stack pragma is
6257         processed,
6258         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6259         redirected to FSR0L/FSR0H pair,
6260         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6261         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6262         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6263         for immediates,
6264         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6265         * (dumpPicOptype): NEW,
6266         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6267         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6268         with movff instruction,
6269         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6270         added pic16_int_regs, some packRegsFor* functions are commented out,
6271         because produce errors,
6272         * src/pic16/NOTES: minor modifications
6273
6274 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6275
6276         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6277         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6278         --pack-iram.
6279         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6280         * as/mcs51/lkaomf51.c: fixed bug #895763
6281
6282 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6283
6284         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6285
6286 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6287
6288         * doc/sdccman.lyx: added details about the HC08 storage classes and
6289         interrupts, fixed the register usage info for z80 & gbz80
6290
6291 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6292
6293         * doc/sdccman.lyx: added more pic16 port documentation
6294         * device/include/pic16/: added header pic18fregs.h
6295
6296 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6297
6298         * doc/sdccman.lyx: added Vangelis' contribution
6299
6300 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6301
6302         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6303         extend to the next CALL or PCALL, not just to the next CALL.
6304
6305 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6306
6307         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6308
6309 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6310
6311         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6312         bug #895752 and a better fix for bug #716790
6313
6314 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6315
6316         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6317
6318 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6319
6320         * doc/sdccman.lyx: minor changes, minor changed
6321
6322 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6323
6324         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6325         which can't handle SDCC_NEWONEBYTEOPS,
6326         (geniCodeMultiply): removed conversion from mult to shift for pic14
6327         and pic16
6328
6329 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6330
6331         * src/hc08/gen.h,
6332         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6333         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6334         thus fixing bug #895406
6335
6336 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6337
6338         * device/lib/_modsint.c,
6339         * device/lib/_modslong.c: sign follows divisor only
6340         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6341         signs or signedness can be ignored
6342         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6343         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6344         added optimization for IFX,
6345         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6346         arguments;
6347         reenabled optimization for IFX, which was removed on 2004-01-11
6348         * src/SDCCast.h: added return type IFX
6349         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6350         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6351         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6352         SDCC_OLDONEBYTEOPS selects the old behaviour
6353         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6354         changed again and commented promotion rule
6355         * src/SDCCval.c (valDiv): promotion no longer necessary
6356         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6357         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6358         rewritten
6359         * support/regression/tests/onebyte.c: added
6360
6361 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6362
6363         * gen.c (genInline): reverted to old code for assemnling inline
6364         code because of bug reported James Chadd
6365
6366 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6367
6368         * ralloc.h: missing declarations from previous patch,
6369         seems that patch for ralloc.h was never applied, fixed
6370
6371 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6372            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6373
6374         * pcode.c,
6375         * pcode.h,
6376         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6377         indirect addressing. Marked FSR0 as deprecated
6378         * gen.c (pointerCode): commented out, not needed now
6379         (pic16_popGet2p): new MOVFF helper function
6380         (genGenPointerGet),
6381         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6382         (shiftRLong): removed duplicate debugging info
6383
6384 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6385
6386         * src/ds390/gen.c (genNearPointerGet),
6387         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6388         optimization with bits, but not bitfields.
6389         * src/ds390/ralloc.c (packRegisters),
6390         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6391
6392 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6393
6394         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6395
6396 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6397
6398         * src/SDCCsymt.h,
6399         * src/SDCCicode.c (operandFromSymbol),
6400         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6401         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6402         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6403         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6404         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6405         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6406         bug #892038
6407         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6408         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6409         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6410         * src/SDCCsymt.c (newSymbol),
6411         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6412         enumerator_list),
6413         * src/SDCCval.h,
6414         * src/SDCCval.c (newiList): fixed bug #885705
6415
6416 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6417
6418         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6419         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6420
6421 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6422
6423         * device/include/c8051f120.h,
6424         * device/include/c8051f300.h,
6425         * device/include/c8051f310.h: added/updated header files for Silicon
6426         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6427         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6428         in new section Submitting patches
6429
6430 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6431
6432         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6433         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6434         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6435         genGenPointerSet),
6436         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6437         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6438         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6439         genGenPointerSet),
6440         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6441         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6442         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6443         genGenPointerSet),
6444         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6445         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6446         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6447         genGenPointerSet): fixed bug #892400
6448         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6449         to eliminate build warnings.
6450         * src/SDCCast.c (processParms),
6451         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6452         fixed bug 751859
6453         * support/valdiag/valdiag.py: added GCC to the list of defines active
6454         when compiling with gcc
6455
6456 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6457
6458         * support/Util/SDCCerr.h,
6459         * support/Util/SDCCerr.c,
6460         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6461         with an incomplete type (fixed bug #883734)
6462         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6463
6464 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6467
6468 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6469
6470         * src/SDCCast.c (decorateType),
6471         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6472         function pointer implementation
6473         * support/regression/tests/funptrs.c: added tests to verify both forms
6474         of function pointers work correctly. Added tests to verify parameters
6475         are passed in the correct order.
6476
6477 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6478
6479         * device.c (regCompare): registers are sorted by ascending
6480         address and increasing size,
6481         * main.c (_pic16_finaliseOptions): removed the declaration
6482         of compiler macro MCU. Now a macro of the format pic18fxxxx
6483         will be defined from the command line
6484
6485 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6486             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6487
6488         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6489         PCOP_RLCF was overwritten!
6490         * gen.c (genSkip): commented out calls to pic16_emitcode,
6491         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6492         * (genlshTwo),
6493         * (genRRC): added debugging info,
6494         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6495         overwritten while shifting,
6496         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6497         overwritten while shifting,
6498         * (AccLsh),
6499         * (AccRsh),
6500         * (shiftLLeftOrResult),
6501         * (shiftRLeftOrResult),
6502         * (shiftRLong),
6503         * (shiftLLong): Implemented with pic16_emitpcode
6504         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6505         * (genLeftShift): Fixed bug, operand for shift by variable always
6506         was "and"ed with 0x0f,
6507         * (genLeftShiftLiteral),
6508         * (genrshTwo),
6509         * (genRightShiftLiteral): added debugging info,
6510         * (genrshFour): added comment,
6511         * (genRightShift): determined signedness from operand "left"
6512         instead of "result"
6513
6514 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6515
6516         * src/SDCCicode.c (geniCodeParms),
6517         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6518         function pointers, fixed function pointer bugs #861242 and #861896
6519
6520 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6521
6522         * device/include/c8051f000.h,
6523         * device/include/c8051f120.h,
6524         * device/include/c8051f300.h: added header files for Silicon
6525         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6526
6527 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6528
6529         * src/SDCCast.c (processParams): added new type flow and restructured
6530         (gatherAutoInit): added new type flow
6531         (addCast): cosmetic changes
6532         (getLeftResultType): added new type flow for array indices, patch
6533         provided by Stas, see FR #877103
6534         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6535         array index patch by Stas
6536         * src/SDCCast.h: added prototype getResultTypeFromType()
6537         * src/SDCCval.h,
6538         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6539         * src/pic/glue.c (pic14emitStaticSeg),
6540         * src/pic16/glue.c (pic16emitStaticSeg),
6541         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6542         for initialization of symbols
6543         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6544         * support/Util/SDCCerr.h:
6545         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6546         * .version: bumped version number to 2.3.8
6547         * device/include/Makefile.in (install),
6548         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6549         avoid warnings
6550
6551 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6552
6553         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6554         Slade Rich fixed an optimization bug
6555         * src/pic/pcodepeep.c,
6556         * src/pic/pcoderegs.c
6557         * doc/Makefile (install): added test for directory
6558
6559 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6562         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6563         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6564         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6565         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6566         * as/mcs51/asexpr.c (term),
6567         * as/hc08/asexpr.c (term): fixed bug #887146
6568
6569 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6570
6571         * src/z80/gen.c (genMult): handle single byte result product
6572         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6573         DUMMY_READ_VOLATILE (fixed bug #886367)
6574
6575 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6576
6577         * support/regression/tests/libmullong.c: fixed logic, on little endian
6578         hosts we ended without a mullong_wrapper()
6579
6580 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6583         virus/worm forged address usage.
6584
6585 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6586
6587         Fixed promotion, it should be done on AST level:
6588         * src/SDCCast.c (addCast): added promotion to int
6589         (decorateType): updated call to upCast()
6590         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6591         usualUnaryConversions()
6592
6593 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6594
6595         * support/regression/tests/literalop.c (mulWrapper): Added a
6596         wrapper to remove integer overflow warnings.
6597
6598         * support/regression/tests/float_trans.c: Made work on host.
6599
6600         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6601         location of sz80.
6602
6603         * support/regression/generate-cases.py (main): Changed from inline
6604         to a main method.
6605
6606         * doc/Makefile (install): Changed to depth first to get rid of
6607         missing directory install warning.
6608
6609         * as/Makefile (install-doc): Made work on Mac.
6610
6611 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6612
6613         * src/SDCCast.c: added an additional type flow in decorateType() of
6614         opposite direction, see feature request #860006; it's enabled at runtime
6615         by setting the environment variable SDCC_NEWTYPEFLOW
6616         * src/SDCCast.h: changed prototype of decorateType()
6617         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6618         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6619         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6620         see feature request #877103
6621         * src/SDCCval.c: updated call of decorateType()
6622         (valBitwise): fixed bug #882876
6623         (valMinus): added promotion
6624         (valLogicAndOr): result is unsigned
6625         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6626         * src/SDCCsymt.c (computeType),
6627         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6628         must not cause an unsigned operation
6629         * src/pic/glue (pic14emitRegularMap),
6630         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6631
6632 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6633
6634         * src/pic/pcode.c (PCodeID): commented out left over debug code
6635
6636 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6637
6638         * support/valdiag/tests/overflow.c: added shift tests
6639         * src/pic/device.c,
6640         * src/pic/gen.c,
6641         * src/pic/gen.h,
6642         * src/pic/glue.c,
6643         * src/pic/main.c,
6644         * src/pic/pcode.c,
6645         * src/pic/pcode.h,
6646         * src/pic/pcodepeep.c,
6647         * src/pic/pcoderegs.c,
6648         * src/pic/ralloc.c,
6649         * src/pic/ralloc.h: applied patch from Slade Rich;
6650         added support for multiple code pages and multiple RAM banks on the
6651         PIC 14 port. The ASM files now no longer simply assume all the
6652         code / RAM are in the same page / bank. This means the linker can
6653         safely allocate code/RAM of separate ASM files to different pages/banks.
6654         * doc/sdccman.lyx: added Slade's tips
6655         * src/mcs51/peeph.def: fixed bug #880768
6656
6657 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6658
6659         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6660         * src/SDCCast.c (decorateType): fixed bug #880197
6661
6662 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6663
6664         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6665         getopt.h.
6666
6667         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6668         strtof is not part of C89 and isn't included with Mac OS X.
6669
6670 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6673         shiftL2Left2Result): fixed bug #879326
6674         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6675         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6676         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6677         address fetch for clr instruction
6678         * device/lib/hc08/_mulint.c: created optimized assembly version
6679         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6680
6681 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6682
6683         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6684         proposed in FR #877103
6685
6686 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6687
6688         * src/SDCCval.c (cheapestVal): added missing checks
6689         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6690         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6691
6692 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6693
6694         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6695         equal operands
6696
6697 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6698
6699         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6700         loaded with the linker search paths (-L arguments) and the libraries
6701         to be linked with the current source (-l arguments). Changes
6702         currently will affect only the pic16 port.
6703         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6704         include path the port specific paths and port specific libraries,
6705         * gplink command now contains the $3 argument,
6706         * src/pic16/device.h,
6707         * src/pic16/device.c,: structure PIC_device is made public and
6708         renamed to PIC16_device, the same for variable Pics which is renamed
6709         to Pics16. Updated all references to them.
6710         * src/pic16/glue.c (pic16glue): corrected bug with code
6711         initialization which bypassed the variable initializations block.
6712
6713         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6714         COMPILE_FLAGS and added the --nostdinc option
6715
6716 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6717
6718         * device/include/mc68hc908jb8.h: Register defs for another member
6719         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6720
6721 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6722
6723         Documenting changes from previous commits.
6724         * configure.in (version 1.56),
6725         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6726         when generating output files to configure the pic16 library,
6727         but now I've commented it out, since gputils aren't installed in the
6728         SF compile farm, so library won't compile
6729
6730         * device/lib/Makefile.in (version 1.56): initially I've added in
6731         target 'all' the prerequestive 'model-pic16' so it compiled the
6732         pic16 library, but now I've commented it out for the same reasons
6733         above,
6734         * added targets 'model-pic16' and 'objects-pic16' to compile the
6735         library
6736         * added target 'port-specific-objects-pic16' to handle the
6737         generated libraries and copy them into the build/ directory
6738         * added target 'clean-intermediate-pic16' to clean intermediate
6739         files into pic16 directory
6740         * in target 'installdirs' added line to create directory pic16 in
6741         the installation path
6742
6743         * device/include/Makefile.in (version 1.11): in target 'install'
6744         added lines to copy all header files to installation path,
6745         * in target 'installdirs' added line create directory for pic16
6746         headers in the installation path
6747
6748 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6749
6750         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6751          a function call
6752
6753 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6754
6755         * configure,
6756         * device/lib/configure.in,
6757         * device/lib/configure: fixed for autoconf 2.57
6758
6759 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6760
6761         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6762         option so that it actually works. Made it specific to the z80, since
6763         the gbz80 doesn't have these kinds of I/O ports.
6764
6765 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6766
6767         * device/include/z180.h,
6768         * device/lib/_memcpy.c,
6769         * device/lib/_memmove.c,
6770         * device/lib/_mulint.c,
6771         * device/lib/ser_ir.c,
6772         * device/lib/ser_ir_cts_rts.c,
6773         * device/lib/_strcmp.c,
6774         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6775         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6776         portmode; added deprecation warning for bank= and protmode= forms.
6777         Also, guard against buffer overflow.
6778         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6779
6780 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6781
6782         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6783         changed interrupt vector table generation to only emit declared vectors.
6784         * device/include/Makefile.in: added missing backslash
6785         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6786
6787 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6788
6789         Mainly changes to support compilation of the device libraries
6790         * src/pic16/device.c: stack is allocated via symbol and not
6791         via literal number. The symbol is placed in the corresponding
6792         position of the data ram
6793         * (pic16_dump_section): relocatable and absolute uninitialized
6794         data are now emitted in sorted order to reduce section naming,
6795         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6796         weren't marked as being in the access bank,
6797
6798 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6799
6800         Added portion of GNU PIC Library under the directory
6801         device/include/pic16 and device/lib/pic16. These files
6802         contain the declarations of SFRs for the PIC18Fxx2 devices.
6803         The directory is initialized via configure from toplevel.
6804
6805 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6806
6807         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6808         the spilllocations to be compared correctly
6809
6810 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6811
6812         * src/SDCCast.c (decorateType): fixed bug introduced today
6813
6814 2004-01-12  Borut Razem <borut.razem AT siol.net>
6815
6816         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6817         doc/sdccman.lyx: upper case pragmas are deprecated
6818
6819 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6820
6821         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6822         in simpler and even better code
6823
6824 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6825
6826         * src/SDCCicode.c (operandOperation): fixed bug #874819
6827         * src/SDCCast.c (decorateType): fixed
6828         char foo (unsigned long ul) { return ul > 0; }
6829
6830 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6831
6832         * doc/sdccman.lyx: Moved and added some sections, small changes
6833         all over. Telling LaTeX to be less strict with word spacing
6834         to better keep the right margin. Changed some notes about
6835         maintainance of the ports in section 3.2.1 - is it OK like this?
6836
6837 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6838
6839         SDCC source changes:
6840         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6841         convilong): modified to inform the pic16 port that builtin functions
6842         are external
6843
6844         PIC16 PORT specific changes:
6845         * src/pic16/device.c pic16_dump_equates() added,
6846         processor registers declared internally by the port are emitted in
6847         the translation as equates,
6848         * src/pic16/gen.c: inline code is passed unprocessed to the
6849         translation,
6850         * (pic16_popGetLit2): fnuction modified to take second operand as
6851         pCodeOp pointer and not as literal,
6852         * (popRegFromIdx): prefixed with pic16_,
6853         * (pic16_popCombine2): modified to receive already allocated pCode
6854         operands,
6855         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6856         * (genFunction): initializes local stack frame and pushes on stack
6857         all the registers used by this function,
6858         * (genEndFunction): restores all registers from stack and restores
6859         stack frame,
6860         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6861         improvements,
6862         * (pic16glue): changed the program startup sequence,
6863         * added new dbName code 'A' for functions placed in absolute section
6864         * src/pic16/main.c: added function attribute _naked,
6865         * added pragma 'code' to place a fnuction at an absolute address,
6866         * added command line arguments --debug-ralloc and --pcode-verbose,
6867         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6868         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6869         * (pic16_newpCodeOpLit2): modified to take the second operand as
6870         pCodeOp pointer,
6871         * (pic16_printpBlock): modified to emit each function in a separate
6872         section,
6873         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6874         UPPER for immediate operands,
6875         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6876         instruction,
6877         * src/pic16/peeph.def: all peepholes with movff are commented out,
6878         because there is a problem in the pcode peep optimizer,
6879         * src/pic16/ralloc.c: the register allocator can now reuse local
6880         function symbols for another function. This saves register usage.
6881         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6882
6883         Added file src/pic16/NOTES with information about program writing on
6884         the current port version.
6885
6886 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6887
6888         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6889         and peephole 252 (array access)
6890
6891 2004-01-09  Borut Razem <borut.razem AT siol.net>
6892
6893         * src/SDCCmain.c : fixed #872250: -l command line defined library
6894           files are scanned before standard library files
6895
6896 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6897
6898         * src/SDCCast.c (decorateType): fixed bug #874046
6899
6900 2004-01-09  Borut Razem <borut.razem AT siol.net>
6901
6902         * support/scripts/sdcc.nsi: remove previous installation
6903
6904 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6905
6906         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6907         bytes for last interrupt vector (mcs51)
6908         * sdcc.spec: fixed typo
6909
6910 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6911
6912         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6913         gen51Code): more efficient parameter receive for --model-large
6914         ("bug" #845294)
6915
6916 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6917
6918         * src/ds390/main.c,
6919         * src/z80/main.c: added missed needLinkerScript flags (more than
6920         one port structure defined in these file)
6921         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6922         bug #795325
6923
6924 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6925
6926         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6927         * src/port.h: added flag needLinkerScript in port->linker
6928         structure to inform whether to create a .lnk file or not,
6929         * src/avr/main.c,
6930         * src/ds390/main.c,
6931         * src/hc08/main.c,
6932         * src/mcs51/main.c,
6933         * src/pic/main.c,
6934         * src/pic16/main.c,
6935         * src/xa51/main.c,
6936         * src/z80/main.c: changed appropriately to configure
6937         needLinkerScript flag
6938         * src/pic/gen.c,
6939         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6940         * src/pic/glue.c: added variable udata_section_name to
6941         override default uninitialized data segment definition for
6942         devices only with SHAREBANK memory (reported from Erik Epetrich)
6943         * (pic14emitOverlay): modified to emit a commented overlay segment
6944         directive when no overlay data exist
6945         * (picglue): modified to emit uninitialized data segment
6946         according to udata_section_name
6947         * src/pic/main.c (_pic14_parseOptions): added command line
6948         options --udata-section-name=[name] to override default
6949         udata definition name
6950         * modified _linkCmd and _asmCmd to include compiler passed
6951         arguments via -W option
6952         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6953         object file from '.rel' to '.o' in port->linker structure,
6954         changed size of fptr from 2 to 3 in port structure
6955
6956 2004-01-07  Borut Razem <borut.razem AT siol.net>
6957
6958         * support/scripts/sdcc.nsi: update PATH
6959         * support/scripts/sdcc.ico: craeted
6960
6961 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6962
6963         * device/include/Makefile.in: fix install
6964         * doc/Makefile: fix install
6965
6966 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6967
6968         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6969         in bug #860505
6970         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6971         how the function variable allocation summary is displayed; also
6972         include information about variables allocated to the overlay
6973         segment
6974
6975 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6976
6977         * as/mcs51/lkmain.c: Help about -Y option
6978         * as/mcs51/lkarea.c: Fixed gcc warnings
6979
6980 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6981
6982         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6983         fixed warning
6984         * support/valdiag/tests/overflow.c: added
6985         * src/SDCCast.c (decorateType),
6986         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6987         LEFT_OP (left shift)
6988
6989 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6990
6991         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6992         (default behaviour).
6993
6994 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6995
6996         A python script to validate compiler diagnostic messages. It can be
6997         used to verify that sdcc complains about bad c source code and
6998         gives a good location of the error.
6999         * support/valdiag/Makefile,
7000         * support/valdiag/valdiag.py,
7001         * support/valdiag/tests/*
7002
7003 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7004
7005         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7006         * src/SDCCsymt.c (newEnumType),
7007         * src/SDCCsymt.h
7008         * support/Util/SDCCerr.c,
7009         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7010         enum related bugs.
7011         * support/regression/tests/enum.c: added test for enum values that
7012         require at least 2 bytes of storage.
7013
7014 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7015
7016         * src/common.h: added ifndef/define/endif macros
7017         around the header file.
7018         Bug reported from Jesus Calvino-Fraga
7019
7020 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7021
7022         * sdcc.spec: updated
7023         * device/include/Makefile.in: don't install CVS directories
7024         * device/lib/Makefile.in: added removal of CVS directories after install
7025         * doc/Makefile: fixed install, added local_icons
7026         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7027         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7028         * src/ds390/gen.c (genRightShift): fixed bug #870788
7029         * src/SDCCast.c (decorateType): fixed bug #870781
7030
7031 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7032
7033         PIC16 port related changes:
7034         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7035         added variable stackPos,
7036
7037         * gen.c: genCall, assignResultValue: added support for
7038         pushing/retrieving function parameters to/from stack,
7039         genFunction,genEndFunction: setup stack frame for the
7040         generated function,
7041         genAddrOf: will be changed according to bug 863624
7042
7043         * added files genutils.c and genutils.h which contain gen*
7044         debugged and optimised functions extracted from gen.c
7045
7046         * glue.c: added variable 'externs' which holds extern symbols,
7047         pic16emitRegularMap: is modified to properly handle relocatable
7048          symbols under the new scheme,
7049         pic16createInterruptVect: is modified
7050         pic16printPublics: is modified to emit 'global' assembler directives,
7051         added pic16_printExterns to print extern symbols,
7052         pic16glue: initializes stack/frame pointer in the beginning of
7053         the assembly output. Temporary hack, will be corrected later,
7054         because gplink yet does not support stack and SDCC does not
7055         yet support a type of crt0.o object to create the final binary.
7056
7057         * Removed many lines that contain 8051 legacy code.
7058         * The code is finally placed under a 'code' directive.
7059         * Added port specific options.
7060
7061         * _process_pragma: simplified since now we do not need *special*
7062         include file to define SFR registers. But a separate header
7063         will be needed. This will be developed later.
7064         * _pic16_parseOptions: added, parses port specific options:
7065         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7066         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7067         --preplace-udata-with=
7068
7069         * _pic16_setDefaultOptions: modified to initialize section names,
7070         but hack is temporarly out of order since it needs improvement.
7071         * _pic16_genAssemblerPreamble: configuration words are emitted by
7072         their address instead of their name. This part is incomplete and
7073         supports only the 18Fxx2 devices. Other devices will emit an error
7074         during assembly since they do not contain the same set of config
7075         registers
7076         * _pic16_genIVT: is modified,
7077
7078         * pcode.c: added definitions for some hardware registers that are needed
7079         for stack support
7080         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7081         All PCI entries are updated. Now LFSR is supported.
7082         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7083         * added pic16_newpCodeOpLit2 to support instructions with
7084         two literal arguments
7085         * pic16_pCode2str: corrected code that emits assembler instructions
7086         with two literal operands and those that have an access bit modifier
7087         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7088         this fixes a bug which caused some labels to be lost, when an
7089         assembler directive was added, i.e. banksel,
7090         * pic16_FixRegisterBanking: improved logic that causes the insertion
7091         of bank switching,
7092         * InlineFunction: functions that are called once, are not any more
7093         inlined. This can be a port option in the future,
7094
7095         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7096
7097         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7098         hold the corresponding uninitialized symbols,
7099         * pic16_allocProcessorRegister: registers have explicit marked the
7100         accessBank field,
7101         * pic16_allocInternalRegister: registers are explicit marked as
7102         not used,
7103         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7104         processing list, so bit registers were lost,
7105         *
7106
7107         * ralloc.h: added field 'accessBank' and original symbol operand
7108         in register definition,
7109         * removed the field isMapped from register definition,
7110
7111         ** Several functions have been removed from various sources:
7112         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7113         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7114         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7115         pic16_assignRelocatableRegisters
7116
7117         ** others have been introduced:
7118         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7119         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7120
7121 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7122
7123         * support/scripts/inc2h.pl: changed definition of BIT_AT
7124         to emit 'sbit at' instead of 'bit at'. This was a request.
7125
7126         PIC16 port related preliminary changes:
7127         * gen.c: prefixed function popRegFromString with
7128         pic16_ and all references to it corrected
7129         * pcode.c: all pic16_pc_* hardware registers prefixed
7130         with underscore (_),
7131         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7132         * ralloc.c: newReg(): when register is REG_SFR then
7133         set address to rIdx,
7134         pic16_allocProcessorRegister(): marks register wasUsed=0
7135         pic16_writeUsedRegs(): added a call to assign processor
7136         registers via pic16_assignFixedRegisters
7137
7138 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7139
7140         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7141         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7142         variables in unused register banks.  Also the SSEG is placed
7143         wherever there is enough space for it, and IDATA can be anywhere
7144         in internal RAM.  For now compile using -Wl-Y[stack_size].
7145         The mem file is different for this option as well, since it
7146         makes no sense of talking about DSEG lenght.
7147
7148 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7149
7150         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7151         in certain cases, e.g. when ROM assignment, patch provided
7152         from Albert den Haan.
7153
7154 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7155
7156         Many signedness and type propagation fixes:
7157         * src/SDCCicode.c: made geniCodeCast() static
7158         replaced SPEC_ by IS_ (cosmetic)
7159         (operandOperation): fixed div and mod operation
7160         (usualBinaryConversions): added support for promotion of char
7161         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7162         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7163         (geniCodeAdd): an array index will stay unsigned, even if promoted
7164         from char to int
7165         (geniCodeArray): ditto
7166         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7167         * src/SDCCsymt.c (computeType): added more support for char;
7168         promotion of char is selectable by promoteCharToInt, fixed signedness
7169         for all cases
7170         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7171         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7172         * src/SDCCval (val*): replaced signedness calculation by
7173         computeType()
7174         rearranged if-branches (cosmetic)
7175         (valShift): added warning W_SHIFT_CHANGED
7176         (valCompare): fixed problem with different types
7177         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7178         * support/regression/tests/literalop.c: added many cases
7179         * support/regression/tests/ast_constant_folding.c: changed finally to
7180         'unsigned int'
7181         * .version: new year, new version: 2.3.7
7182         * src/SDCCmain.c (main): applied patch #866468
7183         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7184         provided by Scott Bronson
7185         * doc/sdccman.lyx: updated documentation for sdcdb
7186         updated and added chapter tips
7187
7188 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7189
7190         * src/SDCCsymt.h: missing from yesterday's commits
7191
7192 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         * src/SDCC.y (struct_or_union_specifier),
7195         * support/Util/SDCCerr.c,
7196         * support/Util/SDCCerr.h: verify that struct & union tags are used
7197         as declared.
7198
7199 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7200
7201         * src/SDCCglobl.h: missing from yesterday's commits
7202
7203 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7204
7205         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7206         sft_attributes, struct_declaration, parameter_declaration,
7207         type_name, start_block, declaration_list),
7208         * src/SDCC.lex (check_type): support redefinition of typedef names
7209
7210 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7211
7212         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7213         aligned xdata arrays. Erik helped me with the if clause.
7214
7215 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7216
7217         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7218         warning
7219
7220 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         * src/SDCCast.h,
7223         * src/SDCCast.c (newAst_),
7224         * src/SDCCicode.h,
7225         * src/SDCCicode.c (ast2iCode, newiCode),
7226         * src/SDCCglobl.h,
7227         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7228         expr, statement, expression_statement, selection_statement,
7229         iteration_statement, expr_opt, jump_statement): foundation for tracking
7230         sequence points
7231         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7232         point code too)
7233
7234 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7235
7236         * support/Util/SDCCerr.c,
7237         * src/SDCCast.h,
7238         * src/SDCCast.c (createCase, createDefault, decorateType),
7239         * src/SDCClabel.c (labelUnreach),
7240         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7241         to error messages.
7242         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7243         (with thanks to Stas Sergeev)
7244         * device/include/time.h,
7245         * device/lib/time.c (CheckTime): suppress unreachable code warning
7246
7247 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7248
7249         * src/SDCCast.c (createIvalCharPtr),
7250         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7251         bug #753752)
7252         * support/regression/tests/nullstring.c: tests for these two bugs
7253
7254 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7255
7256         * support/Util/SDCCerr.h,
7257         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7258         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7259         about storage class and 'at' used inside struct or union
7260         * src/SDCCBBlock.c (iCodeFromeBBlock),
7261         * src/SDCCcse.c (ifxOptimize),
7262         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7263         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7264         printIval, emitStaticSeg, emitOverlay),
7265         * src/SDCClabel.c (deleteIfx),
7266         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7267         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7268         gatherAutoInit, processParms),
7269         * support/Util/SDCCerr.h,
7270         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7271         reporting for post-parse errors.
7272
7273 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7274
7275         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7276         implicit casts via union; they don't work on big endian systems
7277         (possible fix for bug #861138)
7278
7279 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7280
7281         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7282         * src/mcs51/main.c: fixed the fix for bug #737001
7283
7284 2003-12-15  Borut Razem <borut.razem AT siol.net>
7285
7286         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7287
7288 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7289
7290         * support/makebin/makebin.c: put output in binary mode
7291
7292 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7293
7294         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7295         xdata and data memory on startup. Set the environment variable
7296         SDCC_NOGENRAMCLEAR to disable this.
7297         * src/mcs51/peephole.def,
7298         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7299         (allows non-interrupt and interrupt code to safely compete for a resource
7300         without the non-interrupt code having to disable interrupts)
7301
7302 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         * src/SDCCicode.c (geniCodeAdd),
7305         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7306         with valFromType if type might be a pointer and host is big endian).
7307         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7308         types, not just integer types.
7309         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7310         multiply defined with mismatching "at" address.
7311
7312 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7313
7314         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7315         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7316         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7317         with embedded nulls (fixed bug #753752)
7318
7319 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7320
7321         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7322         Apparently this did not see much testing (endless loop)
7323
7324 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7325
7326         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7327
7328 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7329
7330         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7331         gracefully handle NULL memmap pointers
7332
7333 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7334
7335         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7336         instead of deleting the iCode when an operand is volatile
7337         * src/z80/gen.c (genDummyRead),
7338         * src/mcs51/gen.c (genDummyRead),
7339         * src/ds390/gen.c (genDummyRead),
7340         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7341         not just IC_RIGHT
7342         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7343         * src/SDCC.y: fixed bug #850420
7344
7345 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         Applied z80 i/o port patch from Peter Townson and fixed some operators
7348         to better handle operands in A register.
7349         * device/include/z180.h
7350         * src/SDCC.y
7351         * src/SDCCglue.c
7352         * src/z80/gen.c
7353         * src/z80/gen.h
7354         * src/z80/main.c
7355         * src/z80/peeph-z80.def
7356         * src/z80/peeph.def
7357         * src/z80/z80.h
7358
7359 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7360
7361         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7362
7363 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         * device/lib/hc08/_mullong.c: Removed extra #endif
7366
7367 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         * sim/ucsim/hc08.src/inst.cc,
7370         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7371         carries from x to h
7372         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7373         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7374         * device/include/stdarg.h: fixed varargs for hc08
7375         * device/lib/Makefile.in,
7376         * device/lib/hc08/Makefile,
7377         * device/lib/hc08/_mulint.c,
7378         * device/lib/hc08/_mullong.c: fixed some endian problems
7379
7380 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7381
7382         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7383         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7384         * device/lib/_gptrget.c,
7385         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7386
7387 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7390         * src/SDCCast.c (astErrors): fixed bug #846007
7391         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7392
7393 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * src/SDCCast.c (decorateType): disabled a transformation I added in
7396         revision 1.188 (access to fields of a structure at an absolute address);
7397         it breaks with bitfields, extern declarations, and gcse analysis.
7398         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7399         could be assigned through a pointer, so don't complain.
7400         * src/SDCCast.c (astErrors),
7401         * src/SDCCast.h,
7402         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7403
7404 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7405
7406         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7407         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7408         output of __config directives, since gpasm now supports them
7409         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7410         pre-processor macro, i.e. -DMCU=p18f452
7411         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7412         and modified to handle 'cast' icode similarly to '=' icode
7413         * src/pic16/device.h (typedef struct PIC_device): added field
7414         'extMIface' to indicate that chip has external memory interface
7415         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7416         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7417         18F8720
7418
7419 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/SDCC.y (pointer): fixed bug #846006
7422         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7423         * src/SDCCast.c (decorateType): fixed bug #846009
7424         * src/ds390/peeph.def,
7425         * src/ds390/gen.c (genAnd, genOr),
7426         * src/mcs51/peeph.def,
7427         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7428
7429 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7430
7431         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7432         * src/SDCCdflow.c
7433         * src/SDCCcse.c
7434         * src/SDCCcse.h
7435         * src/SDCCBBlock.h
7436         * src/SDCCBBlock.c
7437
7438 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7439
7440         fixed bug #845089
7441         * src/SDCCbitv.h,
7442         * src/SDCCbitv.c: added function to free a bitvector
7443         * src/SDCClrange.h,
7444         * src/SDCClrange.c: added function to recompute the liveranges
7445         * src/avr/ralloc.c,
7446         * src/ds390/ralloc.c,
7447         * src/hc08/ralloc.c,
7448         * src/mcs51/ralloc.c,
7449         * src/pic/ralloc.c,
7450         * src/pic16/ralloc.c,
7451         * src/xa51/ralloc.c,
7452         * src/z80/ralloc.c: recompute the liveranges after register packing
7453
7454 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7455
7456         * src/SDCCloop.c (newInduction): fixed bug #845630
7457
7458 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7459
7460         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7461         inadvertantly left behind from my 2003-11-12 change
7462
7463 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7464
7465         Updated headers I neglected to commit yesterday.
7466         * src/SDCClrange.h,
7467         * src/SDCCicode.h
7468
7469 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7472         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7473         * src/SDCCopt.c (eBBlockFromiCode),
7474         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7475         the creation of the key hash table from the sequencing so it can be used
7476         earlier (for some GCSE bug fixes still pending)
7477
7478 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7479
7480         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7481         * support/regression/tests/addsub.c: testing genPlus shortcut
7482
7483 2003-11-15  Borut Razem <borut.razem AT siol.net>
7484
7485         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7486
7487 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7490         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7491         ordering is immaterial.
7492         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7493
7494 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7497         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7498         (SIGSEV) of bug #840381
7499         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7500         unlink new file before rename if new and old filenames are the same)
7501
7502 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7503
7504         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7505         uninitialized variables) for the mcs51. Set environment variable
7506         SDCC_GENRAMCLEAR to test.
7507         xdata initialization slightly shorter
7508
7509 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7510
7511         * src/SDCCsymt.h,
7512         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7513         #838241 & 780691 (basicly the same bug)
7514         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7515         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7516
7517 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7518
7519         * src/SDCCmain.c (linkEdit): "fix" #834252
7520
7521 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7522
7523         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7524         * src/SDCCast.h,
7525         * src/SDCC.y: fixed bug #819403
7526
7527 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7530         the reentrant attribute.
7531         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7532         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7533         simulation
7534         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7535         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7536         erroneously reduced to a literal.
7537         * src/hc08/ralloc.c (packRegisters, rematStr),
7538         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7539         some cases
7540
7541 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7542
7543         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7544         * doc/sdccman.lyx: changed from 'article' to 'book'
7545         * doc/Makefile: readded test_suite_spec and cdbfileformat
7546
7547 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7548
7549         * device/include/stdlib.h: include malloc.h to comply with ANSI
7550         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7551
7552 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7553
7554         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7555         * doc/clean.mk: also remove *.out files
7556         * doc/sdccman.lyx: some additions, larger top/bottom margins
7557
7558 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7559
7560         * src/SDCC.y: fixed bug #837365
7561         * support/regression/tests/bitopcse.c
7562         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7563         a symbol (might be valop instead)
7564         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7565         * device/lib/clean.mk: added hc08 to the cleaning list
7566
7567 2003-11-04  Borut Razem <borut.razem AT siol.net>
7568
7569         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7570           made 2003-11-04
7571         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7572           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7573           malloc is declared in standard stdlib.h
7574
7575 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7576
7577         * device/lib/hc08/Makefile: need to clean .rel not .o files
7578         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7579
7580 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7581
7582         * src/port.h,
7583         * src/hc08/main.c,
7584         * src/mcs51/main.c,
7585         * src/ds390/main.c,
7586         * src/z80/main.c,
7587         * src/avr/main.c,
7588         * src/pic/main.c,
7589         * src/pic16/main.c,
7590         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7591         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7592         tests (which uses the port's oclsExpense function)
7593         * src/SDCC.y,
7594         * src/SDCCast.c,
7595         * src/SDCCicode.c,
7596         * src/hc08/gen.c,
7597         * src/ds390/gen.c,
7598         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7599
7600 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7601
7602         * src/SDCCcse.c (ifxOptimize),
7603         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7604         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7605         deleting the IFX iCode.
7606         * src/hc08/ralloc.c: reduced unneeded slocs
7607         * src/hc08/gen.c: fixed bug in asmopToBoolean
7608
7609 2003-11-04  Borut Razem <borut.razem AT siol.net>
7610
7611         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7612           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7613           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7614           transferred to configure
7615
7616 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7617
7618         Use headers defined in the C[++] standards:
7619         * sim/ucsim/gui.src/serio.src/fileio.cc
7620         * sim/ucsim/gui.src/serio.src/frontend.cc
7621         * sim/ucsim/gui.src/serio.src/main.cc
7622         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7623         * support/Util/NewAlloc.c
7624         * as/hc08/lklibr.c
7625         * as/mcs51/lklibr.c
7626         * as/z80/aslist.c
7627         * as/z80/assym.c
7628
7629 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7630
7631         * Added MSVC projects for hc08 assembler and linker:
7632         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7633         /as/hc08/link_hc08.dsp
7634
7635 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7636
7637         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7638
7639 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7640
7641         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7642
7643 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7644
7645         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7646
7647 2003-10-31  Borut Razem <borut.razem AT siol.net>
7648
7649         * support/cpp2/cpplib.h,
7650           support/cpp2/cpplib.c,
7651           support/cpp2/cpplex.c,
7652           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7653           to switch _asm block preprocessing on / off. Default is
7654           #pragma preproc_asm +
7655
7656 2003-10-31  Borut Razem <borut.razem AT siol.net>
7657
7658         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7659           when outputting comment blocks (when executed with -C option) and
7660           _asm (SDCPP specific) blocks
7661
7662 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7663
7664         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7665
7666 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7667
7668         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7669
7670 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7671
7672         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7673         * src/SDCCast.c (decorateType): fixed bug #832664
7674
7675 2003-10-31  Borut Razem <borut.razem AT siol.net>
7676
7677         * support\cpp2\cpplex.c: fixed for SDCPP:
7678           comments(when executed with -C option) and _asm blocks
7679           were included even if they where in skipped #if block.
7680           Applied solution from GCC cpp 3.3.2
7681
7682 2003-10-31  Borut Razem <borut.razem AT siol.net>
7683
7684         * src/SDCC.lex: sdcc now understands both formats:
7685           '# <line_number> <file_name>' and
7686           '#line <line_number> <file_name>'
7687         * support/cpp2/cppmain.c: sdcpp now generates the standard
7688           '# <line_number> <file_name>' instead of former
7689           '#line <line_number> <file_name>'
7690
7691 2003-10-30  Borut Razem <borut.razem AT siol.net>
7692
7693         * support/cpp2/cpphash.h,
7694         * support/cpp2/cpplib.h
7695         * support/cpp2/cpplex.c,
7696         * support/cpp2/cppmain.c,
7697         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7698
7699 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7700
7701         Fixed a number of problems revealed by bug #827883.
7702         * src/SDCCloop.c (loopInvariants): Spill location of the
7703         result operand should be recomputed if extracted from
7704         a loop. Also, don't extract assignments of an iTemp
7705         from a literal.
7706         * src/SDCCast.c (isConformingBody): loop reversal should
7707         not occur if the control variable is involved with a
7708         relational operator.
7709
7710 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7711
7712         * .version: bumped to 2.3.6 to reflect the big improvements
7713         made by Erik and Klaus. Thanks!
7714
7715 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7716
7717         Replaced the livrange code.
7718         * src/SDCClrange.c: added new LR code
7719         * src/SDCCloop.c,
7720         * src/SDCCBBlock.h: removed remainig parts from old LR code
7721         * src/ds390/ralloc.c,
7722         * src/ds390/gen.c: minor fixes to make it work with new code
7723
7724 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7725
7726         * as/hc08/asm.h,
7727         * as/hc08/lkrloc.c,
7728         * src/hc08/gen.c,
7729         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7730         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7731         (tweaked fix for bug #818696)
7732
7733 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7734
7735         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7736
7737 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7738
7739         * src/SDCCmain.c,
7740         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7741         * src/mcs51/gen.c (gencjneshort),
7742         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7743         more efficient (per Scott Bronson's suggestion)
7744
7745 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7746
7747         Extended the semantics of the critical keyword to include
7748         individual statements. See RFE #827755 and #799831
7749         * src/SDCC.y
7750         * src/SDCCicode.c
7751         * src/SDCCopt.c
7752         * src/SDCCast.c
7753         * support/Util/SDCCerr.c
7754         * support/Util/SDCCerr.h
7755         * src/mcs51/gen.c
7756         * src/ds390/gen.c
7757         * src/hc08/gen.c
7758
7759 2003-10-19  Borut Razem <borut.razem AT siol.net>
7760
7761         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7762
7763 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7766         Fixed bug #818696
7767         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7768         and predecrement operand is displayed
7769
7770 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7771
7772         * src/SDCCval.c (valMinus): fixed bug #826041
7773
7774 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7775
7776         Some hc08 related updates that I missed earlier
7777         * sim/ucsim/stypes.h
7778         * support/regression/ports/hc08/spec.mk
7779
7780 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7781
7782         New target "hc08" for the Motorola 68hc08 family of micros
7783
7784         * configure
7785         * configure.in
7786         * Makefile
7787         * src/hc08/*
7788         * src/SDCCmain.c
7789         * src/port.h
7790         * sim/ucsim/hc08.src/*
7791         * sim/ucsim/configure.in
7792         * src/ucsim/configure
7793         * sim/ucsim/packages_in.mk
7794         * as/hc08/*
7795         * as/Makefile
7796         * device/include/mc68hc908qy.h
7797         * device/lib/hc08/*
7798         * device/lib/Makefile.in
7799         * support/regression/ports/hc08/*
7800         * support/regression/Makefile
7801
7802 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7803
7804         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7805         regression test
7806         * src/ds390/gen.c (genCast): fixed bug #821957
7807
7808 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7809
7810         * device/lib/logf.c: "fixed" overlay bug
7811         * support/regression/ports/host/spec.mk: added m library
7812         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7813         * support/regression/tests/float_trans: added (for Eric)
7814
7815 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7816
7817         * src/mcs51/gen.c (genCpl): fixed bug
7818         http://sf.net/mailarchive/message.php?msg_id=6263915
7819
7820 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7821
7822         * src/SDCCast.c (decorateType): added extended constant folding
7823         * src/SDCCsymt.c (computeType): cleanup
7824         * src/SDCCval.c (valShift): minor optimization
7825         * support/regression/tests/ast_constant_folding.c: added
7826
7827 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7828
7829         * src/SDCCmain.c: removed some unintended changes
7830
7831 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7832
7833         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7834         * src/z80/gen.c: fixed part of bug #817589
7835         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7836
7837 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7838
7839         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7840         * src/SDCCcflow.c
7841         * src/SDCCcse.c
7842         * src/SDCCdflow.c
7843         * src/SDCClabel.c
7844         * src/SDCClrange.c
7845         * src/SDCCmem.c
7846         * src/SDCCopt.c
7847         * src/SDCCpeeph.c
7848         * src/SDCCset.c
7849         * src/avr/ralloc.c
7850         * src/ds390/ralloc.c
7851         * src/izt/ralloc.c
7852         * src/mcs51/ralloc.c
7853         * src/pic/ralloc.c
7854         * src/pic16/ralloc.c
7855         * src/xa51/ralloc.c
7856         * src/z80/ralloc.c
7857         * src/z80/gen.c: removed unused label "release:"
7858
7859 2003-10-06  Borut Razem <borut.razem AT siol.net>
7860
7861         * src/SDCC.lex: removed definition of unused variables
7862           save_optimize and save_options
7863
7864 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7865
7866         * clean.mk: removed '=' in "-maxdepth=1"
7867         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7868         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7869
7870 2003-10-06  Borut Razem <borut.razem AT siol.net>
7871
7872         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7873           my_unput() replaced by unput()
7874
7875 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7878         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7879         type-punned pointer will break strict-aliasing rules"
7880         Old LR behaviour is again default; Klaus' LR can be choosen by
7881         defining the environment variable LRKLAUS
7882         * src/SDCCBBlock.h
7883         * src/SDCCloop.c
7884         * src/SDCClrange.c
7885         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7886         * clean.mk: fixed removal of files in bin/CVS/
7887         * device/lib/clean.mk: fixed removal of directories small and large
7888         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7889         * src/SDCCicode.c,
7890         * src/SDCCval.c: removed superflous test for pedantic
7891
7892 2003-10-05  Borut Razem <borut.razem AT siol.net>
7893
7894         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7895           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7896           message "unmatched #pragma SAVE and #pragma RESTORE"
7897
7898 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7899
7900         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7901           assembly, critical functions, atomic, nojtbound)
7902
7903 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7906         * src/SDCCBBlock.h
7907         * src/SDCCloop.c
7908         * src/SDCCloop.h
7909         * src/SDCClrange.c
7910
7911 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7912
7913         * src/z80/gen.h,
7914         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7915         * src/mcs51/gen.h
7916         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7917         * src/ds390/gen.h
7918         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7919         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7920         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7921
7922 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7923
7924         * src/z80/gen.c (genRet): fixed bug #524753
7925         * src/z80/gen.c (genCast): fixed internal error on cast from
7926         pointer to long
7927         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7928         fix for bug #477835 to the z80
7929         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7930         for tracking iCodes in the peephole optimizer for z80
7931
7932 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7933
7934         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7935         the other part of bug #814548
7936         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7937
7938 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7939
7940         * src/SDCCcse.c: fixed part of bug #814548
7941
7942 2003-09-28  Borut Razem <borut.razem AT siol.net>
7943
7944         * src/asm.c: rewrite of printILine() to use temporary file instead
7945           a pipe
7946         * src/xa51/main.c: commented out declaration of int rewinds
7947
7948 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7949
7950         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7951
7952 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7953
7954         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7955         * src/asm.c (printILine): Fixed bug #811015
7956
7957 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7958
7959         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7960         freeing.
7961
7962 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7965         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7966         to correctly handle general case of AOP_PAIRPTR
7967         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7968
7969 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7970
7971         * src/mcs51/ralloc.c (fillGaps),
7972         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7973         register positioning bug)
7974
7975 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7976
7977         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7978
7979 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7980
7981         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7982         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7983         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7984         (ralloc doesn't intentionally do this now, but perhaps later)
7985         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7986         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7987         register positioning bugs (Fixed bug #762602 and #795325)
7988         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7989         (Fixed bug #808779)
7990         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7991         lines that --i-code-in-asm generates
7992
7993 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7994
7995         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7996         trying to fclose a FILE* that was already closed.
7997
7998 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7999
8000         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8001         of const struct should be treated as if const themselves)
8002
8003 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8004
8005         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8006
8007 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8008
8009         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8010         Unix (/n) and DOS (/r/n) line terminations.
8011
8012 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8013
8014         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8015         bug #613775
8016
8017 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8018
8019         * src/mcs51/gen.c (genFunction, genEndFunction),
8020         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8021         and restore of EA so that stack offsets to parameters are
8022         correct when using both critical and reentrant/stack-auto.
8023         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8024         size (can be triggered in error if sloc is shared between
8025         different sized objects)
8026         * device/include/float.h: fixed macros to explicitly use
8027         unsigned long where needed
8028
8029 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8030
8031         Feature req. 799831: added code to allow nesting of critical functions
8032         * src/mcs51/gen.c (genFunction, genEndFunction)
8033         * src/ds390/gen.c (genFunction, genEndFunction)
8034
8035 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8036
8037         * src/SDCCsymt.c (sclsFromPtr),
8038         * src/SDCCsymt.h,
8039         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8040         support for standard C idiom of memory mapped variables; for
8041         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8042         to xdata int at 0x1234 tempvar = 1.
8043         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8044         provided by Akiya ISHIDA
8045
8046 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8047
8048         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8049         * src/SDCCval.c (constVal): added reduction from int to char
8050         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8051         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8052         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8053         to ignore the sign
8054         * support/regression/tests/shifts.c: fixed
8055
8056 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * src/z80/gen.c (genXor): Fixed bug #805445
8059
8060 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8061
8062         Fixed bug #621531 (const & volatile confusion in the type chain).
8063         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8064         refer to the const or volatile state of the pointer itself.
8065
8066         * src/SDCCast.c
8067         * src/SDCCglue.c
8068         * src/SDCCicode.c
8069         * src/SDCCsymt.c
8070         * src/SDCCval.c
8071         * src/SDCC.y
8072         * src/SDCCsymt.h
8073         * src/pic/gen.c
8074         * src/pic/ralloc.c
8075         * src/pic16/gen.c
8076         * src/pic16/ralloc.c
8077         * support/regression/tests/const.c
8078
8079 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8080
8081         When checking for duplicated modules, use absolute paths
8082         instead of relative paths.  Files changed:
8083
8084         * as/mcs51/lklib.c
8085         * link/z80/lklib.c
8086
8087 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8088
8089         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8090
8091 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8092
8093         * device/include/string.h: added size_t typedef, changed
8094         prototypes to use size_t, eliminated separate reentrant and
8095         non-reentrant declarations, added _memmove declaration
8096         * device/lib/_memcpy.c: changed to use size_t instead of int,
8097         changed /4 to >>2 to avoid division library call
8098         * device/lib/_memcmp.c,
8099         * device/lib/_memset.c,
8100         * device/lib/_strncat.c,
8101         * device/lib/_strncpy.c,
8102         * device/lib/_strncmp.c: changed to use size_t instead of int
8103         * device/lib/_memmove.c: new file (fixed bug #772294)
8104         * device/lib/Makefile.in: added _memmove.c
8105         * device/lib/z80/asm_strings.s: fixed bug #772290
8106         * support/regression/tests/bitfields.c: attempt to fix host assertion
8107         failure on amd64-unknown-linux2.2
8108
8109 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8110
8111         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8112         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8113         * as/z80/asmain.c (main): fixed bug #801766
8114
8115 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8116
8117         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8118         compilers
8119
8120 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8121
8122         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8123         reported in bug #800609
8124
8125 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8126
8127         * Top header beautifications in src/pic16 directory:
8128           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8129           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8130           pcoderegs.h, ralloc.c, ralloc.h
8131         * main.c: added top header and GPL license notice
8132         * pcode.c: fixed the if-conditional warning
8133
8134 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8135
8136         * device/lib/_mullong.c: replaced int by short for gcc
8137
8138 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8139
8140         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8141         and JUMPTABLE iCodes properly now (worked by accident before)
8142         * src/mcs51/gen.c (leftRightUseAcc),
8143         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8144         iCode properly now. Use getSize instead of nRegs since a & b
8145         aren't part of the nRegs tally.
8146
8147 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8148
8149         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8150         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8151           before instructions that use the _STATUS register
8152
8153 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8154
8155         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8156         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8157         fetching of the pointer
8158         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8159         copied from genNearPointerSet()
8160         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8161         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8162         If they pop r0/r1 they must be called in the opposite order than aopOp().
8163         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8164         (resp. --stack-auto), prepared for --xstack
8165
8166 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8167
8168         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8169
8170 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8173         these ports have their own __sdcc_external_start()
8174
8175 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8176
8177         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8178         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8179         type for bits was changed. It resulted in bit variables becoming
8180         global, which is not permitted in PIC 14 assembly output.
8181
8182 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8183
8184         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8185
8186 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8187
8188         Z80 and MCS51 linkers complaint if a public symbol is defined
8189         in more than one library module:
8190
8191         * as/mcs51/lklib.c
8192         * link/z80/lklib.c
8193         * as/mcs51/Makefile.in
8194
8195 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8196
8197         A few small changes that speed up the peephole optimizer.
8198
8199         * src/SDCCpeeph.c
8200
8201 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8202
8203         Try to make the peephole optimizer smarter by maintaining
8204         an association between the assembly source code and the
8205         iCodes that originated them. Put this information to use
8206         with a new peephole rule condition "notVolatile" so that
8207         the rules can be aggressive yet still safe.
8208
8209         * src/SDCCpeeph.c
8210         * src/SDCCpeeph.h
8211         * src/mcs51/gen.c
8212         * src/mcs51/peeph.def
8213
8214 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8215
8216         Fixed bug #741761
8217
8218         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8219         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8220         if the left or right operand symbols have the accuse flag set.
8221
8222 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8223
8224         Changed the type of the result of the ! (NOT) operator to char;
8225         previously it returned the same type as the source. This allows
8226         us to eliminate all the genFloatNot functions (all of its target
8227         implementations were very buggy) since !float can use the same
8228         code as !long now.
8229
8230         * src/SDCCicode.c (ast2iCode): ! returns char
8231         * src/mcs51/gen.c (genNot, genNotFloat),
8232         * src/ds390/gen.c (genNot, genNotFloat),
8233         * src/z80/gen.c (genNot, genNotFloat),
8234         * src/pic/gen.c (genNot, genNotFloat),
8235         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8236
8237 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8238
8239         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8240         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8241            during interrupts. Ensure WSAVE is located at a shared bank address.
8242         2. Fixed page selection in some places
8243         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8244            the registers name strings.
8245         4. Fixed "signed / unsigned compare" compiler warnings.
8246         5. The PIC port manages its own allocation of the general purpose
8247            registers, but makes no attempt to reuse them. As a result when
8248            compiling it soon runs out of general purpose registers. Some
8249            additional code was added to the files pcode.c and device.c to walk
8250            through the function call tree and rename the registers so that they
8251            get reused.
8252
8253         * src/pic/device.c
8254         * src/pic/gen.c
8255         * src/pic/glue.c
8256         * src/pic/pcode.c
8257         * src/pic/pcode.h
8258         * src/pic/ralloc.c
8259         * src/pic/ralloc.h
8260         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8261         genPlus() & genMinus() when the result is the same as left or right
8262
8263 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8264
8265         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8266
8267 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         Made bitfield a distinct type from bit so that bitfields
8270         convert as per ANSI C and bits retain their traditional
8271         boolean style behaviour. Implemented bitfield support in
8272         the z80 port.
8273
8274         * src/SDCCsymt.h,
8275         * src/SDCCsymt.c,
8276         * src/SDCCast.c,
8277         * src/cdbFile.c,
8278         * src/mcs51/gen.c,
8279         * src/ds390/gen.c: bit v bitfield split
8280         * src/z80/gen.c: New support for bitfields
8281         * support/regression/tests/bitfields.c: reenabled z80,
8282         added more tests
8283
8284 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8285
8286         Rules 246.x, 247.x relate to bitfields, the others speed up
8287         access to xdata mapped I/O devices.
8288
8289         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8290
8291 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8292
8293         Cleaned up genPackBits and genUnpackBits and added two helper
8294         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8295         for literal assignments in genPackBits (thanks to Frieder for
8296         reminding me).
8297
8298         * src/mcs51/gen.c
8299         * src/ds390/gen.c
8300
8301 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8302
8303         Fixed bug #748310 (pointer to function type mishandled when the
8304         function name is omitted). Also fixed a SIGSEGV when a function
8305         attribute (reentrant, etc) is used on a non-function or on a
8306         function but misplaced before the parameter list.
8307
8308         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8309         bug #748310
8310         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8311         * support/Util/SDCCerr.h,
8312         * support/Util/SDCCerr.c: Added func attr misuse error msg
8313
8314 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8315
8316         Fixed bug #787649 by anonymous
8317         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8318         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8319
8320 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8321
8322         Fixed numerous bitfield problems.
8323
8324         * src/SDCC.y: More bitfield related error checking
8325         * src/SDCCsymt.h,
8326         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8327         * support/Util/SDCCerr.h,
8328         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8329         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8330         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8331         * support/regression/tests/bitfields.c: tests added
8332
8333 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8334
8335         Made the constant following the "interrupt" keyword optional. If
8336         omitted, the function will not automatically be given an entry
8337         in the interrupt vector table (similar to #pragma NOIV, but
8338         less syntacticly kludgy). The interrupt number is also now
8339         range checked. Also fixed a bug in the high order bit example
8340         in the manual.
8341
8342         * src/SDCC.y
8343         * src/SDCCmem.c
8344         * src/SDCCglue.c
8345         * src/SDCCsymt.h
8346         * support/Util/SDCCerr.c
8347         * support/Util/SDCCerr.h
8348         * doc/sdccman.lyx
8349
8350 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8351
8352         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8353         * src/SDCCicode.c (operandOperation): rewritten some ops
8354         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8355         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8356         other type
8357         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8358         be re-activated by defining REDUCE_LITERALS)
8359         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8360         unsigned, but are signed by default
8361         * src/SDCCval.c (constVal): rearranged
8362         * src/SDCCval.c (valMod): preliminary fix
8363         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8364         * support/regression/literalop.c: added, work in progress
8365
8366 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8367
8368         Generate warnings for useless declarations like "char data;"
8369         that don't do what new users expect.
8370
8371         * src/SDCC.y
8372         * support/Util/SDCCerr.h
8373         * support/Util/SDCCerr.c
8374
8375 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8376
8377         * src/SDCCval.c (valMult): fix overflow detection of negative int
8378
8379 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8380
8381         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8382
8383         Changes to support big endian targets:
8384
8385         * src/ports.h
8386         * src/SDCCglue.c
8387         * src/avr/main.c
8388         * src/ds390/main.c
8389         * src/izt/i186.c
8390         * src/mcs51/main.c
8391         * src/pic/main.c
8392         * src/pic16/main.c
8393         * src/xa51/main.c
8394         * src/z80/main.c
8395
8396 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8397
8398         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8399         * device/lib/time.c: fixed warning "integer overflow in expression"
8400
8401 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8402
8403         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8404         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8405         constants are unsigned; added recognition of "u" flag for unsigned
8406         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8407         * src/SDCCval.c (valDiv, valMod): fixed signdness
8408         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8409         signedness of modulo, left and right shift
8410         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8411         * support/Util/SDCCerr.h: added warning W_INT_OVL
8412         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8413         * src/SDCCast.c (ast_print): improved output of constants
8414
8415 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8416
8417         Fixed some warnings when building with MSVC:
8418
8419         * as\mcs51\asdata.c
8420         * as\z80\asdata.c
8421         * as\mcs51\asm.h
8422         * as\z80\asm.h
8423         * link\z80\aslink.h
8424         * link\z80\lkdata.c
8425         * link\z80\lkeval.c
8426         * link\z80\lkgb.c
8427         * link\z80\lkihx.c
8428         * link\z80\lks19.c
8429         * link\z80\lksym.c
8430         * support\cpp2\cpplib.c
8431         * src\ds390\gen.c
8432         * src\mcs51\gen.c
8433
8434 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8435
8436         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8437
8438 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8439
8440         * support\librarian\clean.mk: Do not remove Makefile.
8441         * support\librarian\Makefile: added.
8442
8443 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8444
8445         Added librarian to MSVC build:
8446         * all.dsp
8447         * sdcc.dsw
8448         * support\librarian\librarian.dsp
8449
8450         'configure' not needed for librarian, removed:
8451         * support\librarian\configure
8452         * support\librarian\configure.in
8453         * support\librarian\config_in.h
8454         * support\librarian\Makefile.in
8455
8456         Hopefully these ones built the librarian and the rest of sdcc properly:
8457         * Makefile
8458         * Makefile.common.in
8459
8460         Messed up 'configure', so revert to previous version:
8461         * configure
8462         * configure.in
8463
8464 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8465
8466         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8467         there, while the mantissa of a double is "only" 53 bits wide.
8468
8469 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8470
8471         Adding sdcclib to the build.  MSVC project coming soon.
8472         Files added/changed:
8473
8474         * support\librarian\clean.mk
8475         * support\librarian\configure
8476         * support\librarian\configure.in
8477         * support\librarian\config_in.h
8478         * support\librarian\Makefile.bcc
8479         * support\librarian\Makefile.in
8480         * support\librarian\sdcclib.c
8481         * Makefile.bcc
8482         * Makefile
8483         * Makefile.common.in
8484         * configure
8485         * configure.in
8486
8487 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8488
8489         Linker now complaints if linked modules have conflicting options, for
8490         example, one compiled using --model-large and another one compiled with
8491         --model-small.  The following files were modified:
8492
8493         * as\mcs51\asdata.c
8494         * as\mcs51\aslink.h
8495         * as\mcs51\asm.h
8496         * as\mcs51\asmain.c
8497         * as\mcs51\asout.c
8498         * as\mcs51\i51pst.c
8499         * as\mcs51\lkdata.c
8500         * as\mcs51\lklibr.c
8501         * as\mcs51\lkmain.c
8502         * as\z80\asdata.c
8503         * as\z80\asm.h
8504         * as\z80\asmain.c
8505         * as\z80\asout.c
8506         * as\z80\z80pst.c
8507         * link\z80\aslink.h
8508         * link\z80\lkdata.c
8509         * link\z80\lklibr.c
8510         * link\z80\lkmain.c
8511         * src\SDCCglue.c
8512
8513 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8514
8515         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8516         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8517
8518 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8519
8520         * src/z80/mappings.i: fix _mul[us][int,long] entries
8521
8522 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8523
8524         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8525
8526 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8527
8528         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8529         * support/regression/tests/bitopcse.c: added
8530         fixed warning:
8531         * src/avr/gen.c:
8532         * src/pic/gen.c:
8533         * src/pic16/gen.c:
8534         * src/z80/gen.c:
8535         * src/xa51/gen.c:
8536
8537 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8538
8539         added support for new library format to z80, gbz80 linkers:
8540         *link/z80/aslink.h
8541         *link/z80/lklex.c
8542         *link/z80/lklib.c
8543         *link/z80/lklist.c
8544
8545 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8546
8547         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8548         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8549
8550 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8551
8552         added DUMMY_READ_VOLATILE:
8553         * src/SDCC.y:
8554         * src/avr/gen.c:
8555         * src/xa51/gen.c:
8556         * src/z80/gen.c:
8557         * src/pic/gen.c:
8558         * src/pic16/gen.c:
8559         * src/mcs51/gen.c:
8560         * src/ds390/gen.c:
8561         * src/SDCCcse.c (algebraicOpts): many improvements
8562         * src/SDCCcse.h: removed algebraicOpts()
8563         * src/SDCCicode.c (picDummyRead): added
8564
8565 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8566
8567         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8568         "Insufficient space in data memory".
8569
8570 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8571
8572         * src/mcs51/gen.c: fixed bug #771358
8573         * src/z80/gen.c: fixed bug #759087
8574
8575 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8576
8577         * src/pic16/glue.c: minor cleanup by Vangelis
8578
8579 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8580
8581         * device/include/regc515c.h: fixed #758477
8582         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8583         * device/lib/_gptrput.c: saved a few bytes
8584         * my tab spacing is 8, yours too?)
8585         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8586         * device/lib/serial.c: process RX bytes earlier than TX bytes
8587         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8588
8589 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8590
8591         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8592
8593 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8594
8595     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8596
8597 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * device/lib/Makefile.in: bad fix, reverted to 1.43
8600
8601 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8602
8603         * device/lib/Makefile.in: added missing z80 object files
8604
8605 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8608         pic16 progress by Vangelis:
8609         * src/SDCCglobl.h:
8610         * src/SDCCmain.c:
8611         * src/pic/Makefile:
8612         * src/pic:
8613         * pic/Makefile:
8614         * pic16/device.c:
8615         * pic16/device.h:
8616         * pic16/gen.c:
8617         * pic16/gen.h:
8618         * pic16/genarith.c:
8619         * pic16/glue.c:
8620         * pic16/main.c:
8621         * pic16/pcode.c:
8622         * pic16/pcode.h:
8623         * pic16/pcodepeep.c:
8624         * pic16/peeph.def:
8625
8626 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8627
8628     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8629
8630 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8631
8632     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8633     added gbz80 build to MSVC project.
8634     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8635     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8636     from 8051 stuff and setup so it links using a .lnk file.
8637
8638 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8639
8640     * support/librarian/sdcclib.c: sdcc librarian.
8641     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8642     with sdcclib.
8643
8644 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8645
8646     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8647
8648 2003-07-02  Borut Razem <borut.razem AT siol.net>
8649
8650         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8651         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8652         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8653         src/xa51/main.c, src/z80/main.c:
8654         virtualization of glue() function: each port has it's own glue function,
8655         which is accessed by do_glue function pointer in PORT.general structure
8656
8657 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8658
8659         * DS800C400 fun, improved ROM interface and tinibios.
8660
8661 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8662
8663         * More support for DS80C400. Now includes beginning of interface to ROM.
8664
8665 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8666
8667         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8668
8669 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8670
8671         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8672
8673 2003-06-19  Borut Razem <borut.razem AT siol.net>
8674
8675         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8676
8677 2003-06-19  Borut Razem <borut.razem AT siol.net>
8678
8679         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8680         fixed Z80 port - crt0.o: cannot open.
8681
8682 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8683
8684         * support/Util/MySystem.c (merge_command): revert bad fix
8685
8686 2003-06-18  Borut Razem <borut.razem AT siol.net>
8687
8688         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8689
8690 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8691
8692         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8693         option --use-stdout sends errors to stdout instead of stderr.
8694
8695 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8696
8697         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8698
8699 2003-06-15  Borut Razem <borut.razem AT siol.net>
8700
8701         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8702         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8703         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8704         fixed width array of pointers replaced with sets;
8705         multiple include and lib paths ared transferred to preprocessor and linker
8706         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8707         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8708         fixed width array of pointers
8709         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8710         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8711         fixupPath(), getPathDifference()
8712         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8713         fixed width array of pointers
8714
8715 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         * src/pic16/ralloc.c: fix warnings
8718         * src/pic16/pcode.c: fix warning
8719
8720 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8721
8722          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8723         know all the details, but essentially this set of changes enable
8724         the pic16 port to generate movff instructions and generate assembler
8725         directives,
8726         * src/SDCCmain.c:
8727         * src/pic16/gen.c:
8728         * src/pic16/glue.c:
8729         * src/pic16/pcode.c:
8730         * src/pic16/device.c:
8731         * src/pic16/main.c:
8732         * src/pic16/pcode.h:
8733         * src/pic16/pcoderegs.c:
8734         * src/pic16/ralloc.c:
8735         * src/pic16/ralloc.h:
8736
8737 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8738
8739         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8740         added option --vc, so sdcc errors and warnings are compatible with
8741         Microsoft Visual Studio.
8742
8743 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8744
8745         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8746           device/lib/libfloat.lib: added atof function.
8747
8748 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8749
8750         * doc/sdccman.lyx: updated to Lyx 1.3
8751         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8752         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8753         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8754
8755 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8756
8757         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8758
8759 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8760
8761         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8762           additions to the "related tools/documentation" section
8763
8764 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8765
8766         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8767
8768 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8769
8770         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8771         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8772
8773 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8774
8775         * doc/sdccman.lyx: fix double dash and other minor things
8776         * doc/Makefile: fix double dash
8777
8778 2003-05-28  Karl Bongers(patches from Martin Helmling)
8779         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8780           condition and ignore commands.
8781
8782 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8783
8784         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8785           is in parts still quite out of date, I did changes as far as I felt makes sense
8786           for a non-native english speaker.
8787           Please feel free to add to the manual or to correct my changes.
8788         * doc/Makefile: undid touching the date of intermediate tex files.
8789
8790 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8791
8792         * doc/sdccman.lyx: Manual has an index now
8793
8794 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8795
8796         Finalize muluint/mulsint and mululong/mulslong merging:
8797         * device/lib/_mulint.c
8798         * device/lib/_mullong.c
8799         * device/lib/gbz80/mul.s
8800         * device/lib/gbz80/stubs.s
8801         * device/lib/z80/mul.s
8802         * device/lib/z80/stubs.s
8803         * src/SDCCsymt.c (initCSupport)
8804
8805 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8806
8807         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8808         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8809           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8810           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8811           instead of /Zm500.
8812
8813 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8814
8815         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8816           the regression tests I'm not brave enough to enable 245.b, 245.c
8817         * doc/sdccman.lyx: added latex preamble for hyperref package.
8818           Using pdflatex this will give you a hyperlinked pdf file with
8819           bookmarks. (prepend '%' before /usepackage if this breaks something)
8820
8821 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8822
8823          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8824
8825 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8826
8827         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8828
8829 2003-05-21    <johan AT balder>
8830
8831         * src/SDCCglue.c (printIval): fixed bug #739934
8832
8833 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         Applied patch from bug 737905 (renamed yylineo to mylineno):
8836         * src/altlex.c
8837         * src/SDCCast.c
8838         * src/SDCglobl.h
8839         * src/SDCC.lex
8840         * src/SDCCsymt.c
8841         * src/SDCCval.c
8842         * src/pic16/pcode.c: Cleaned warnings
8843         * src/pic16/pcodeflow.c: Cleaned warnings
8844         * src/pic16/pcoderegs.c: Cleaned warnings
8845
8846 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8847
8848         * src/pic16/pcode.c: Cleaned warnings
8849         * src/pic16/pcodepeep.c: Cleaned warnings
8850         * src/pic16/ralloc.c: Cleaned warnings
8851
8852 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8853
8854         * doc/sdccman.lyx: fixed bug 739745
8855         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8856
8857 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8858
8859         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8860         it can be defined with CFLAGS when running configure
8861         * src/SDCCmain.c: fixed compiling + linking with object files
8862
8863 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8864
8865         * configure.in: configure for pic16 port,
8866             added --disable-pic16-port
8867         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8868         * src/SDCCmain.c: linkOptions is changed to set *,
8869             added if/endif conditional macros to remove options help
8870             messages from optionsTable when a port is not configured, added
8871             support for the PIc16 port in the ports table, when executing
8872             the compiler with no port specified on command line, a default
8873             port is selected with the new macro DEFAULT_PORT which is
8874             defined in port.h, in setDefaultOptions() linkOptions is removed
8875             from initialization assignment, since now it is a set,
8876             parseCmdLine uses setParseWithComma for linkOptions, in
8877             linkEdit() linkOptions are accessed with new function indexSet()
8878             which returns the i'th item of a set variable. See SDCCset.c, in
8879             linkEdit() when calling buildCmdLine(), added linkOptions as
8880             last argument. Now users can pass arguments to gplink via the
8881             -Wl option, main() uses pic16glue() to glue up pic16 programs
8882         * src/SDCCpeeph.c: various changes to support pic16
8883         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8884             return the i'th item of the set
8885         * src/SDCCset.h: added function prototype for indexSet()
8886         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8887         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8888         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8889             added macro DEFAULT_PORT
8890         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8891         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8892             generated
8893         * src/pic16/glue.c: commented out some error producing lines
8894         * src/pic16/main.c: __config directives are commented out to stop
8895             gpasm complaining and test the linkage with gplink, _linkCmd and
8896             _asmCmd changed to be more gplink and gpasm friendly
8897         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8898             produced an error when parsed, peep rule 12 is added to utilize
8899             movff, but it is commented out since the pCode does not support
8900             yet a command with 2 address arguments
8901
8902 2003-05-18    <johan AT balder>
8903
8904         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8905         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8906 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8907
8908         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8909   Added feature to script commands from file.
8910
8911 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8914         * src/SDCCutil.c: include ctype.h for win32
8915
8916 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8917
8918         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8919
8920 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8921
8922         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8923   Fixed so you can set breakpoints prior to run, run does not stop
8924   on entry now.  Add tbreak.  Other enhancements and fixes for use
8925   with ddd.
8926
8927 2003-05-12  Borut Razem <borut.razem AT siol.net>
8928
8929         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8930
8931 2003-05-11  Borut Razem <borut.razem AT siol.net>
8932
8933         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8934         the path of bin directory, so that PATH is the only env. variable, which has to be set
8935         in case of standard installation.
8936         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8937         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8938         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8939
8940 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8941
8942         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8943         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8944         temp files are in the port dir; clean the gen/test directory when
8945         generating new test.c
8946         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8947         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8948         * support/regression/tests/zeropad.c: added
8949
8950 2003-05-09    <johan AT balder>
8951
8952         * src/SDCCglue.c: fixed bug #597940
8953
8954 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8955
8956         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8957   cache sfr, optimize next,step, fix off by one sourceline,
8958   support ddd list function.
8959         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8960
8961 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         * support/regression/HTMLgen.py: added compare_s2f()
8964         * support/regression/Makefile: redo 1.27
8965         * support/regression/generate-cases.py: redo 1.5
8966
8967 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8968
8969         * support/regression/tests/float.c: workaround 33 bit hex constant
8970         * support/regression/tests/simplefloat.c: fix division for host
8971
8972 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8973
8974         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8975         that tame's the PIC's over-aggressive optimizer.
8976
8977 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8978
8979          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8980          support for MSVC.
8981
8982 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8983
8984         Initial support for DS80C400. "Hello world" runs on TINIm400
8985         (with polled I/O).
8986
8987 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8988
8989          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8990          * Some notes on ddd usage added in debugger/README
8991          Martin Helmling adding more features and fixes for ddd GUI debugger.
8992          Code added for nexti, stepi, up, down, and other adjustments.
8993
8994 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8995
8996         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8997         * src/pic/peeph.def Added two rules to optimize carry manipulation
8998         * src/pic/* removed debug printfs
8999
9000 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9001
9002         * debugger/mcs51/cmd.c: added header newalloc.h
9003
9004 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9005
9006         * as/Makefile: new EXEEXT
9007         * as/z80/Makefile: remove trailing slash of BUILDIR
9008         * as/z80/clean.mk: new EXEEXT
9009         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9010         * support/cpp2/Makefile.in: new EXEEXT
9011         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9012
9013 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9014
9015         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9016         EXEEXT was introduced to fix all related problems with targets
9017         "clean", "install" and "uninstall"; a couple of further flaws
9018         especially with "clean" have been fixed too
9019         * as/mcs51/Makefile.in
9020         * as/mcs51/clean.mk
9021         * as/z80/Makefile
9022         * Makefile
9023         * clean.mk
9024         * debugger/mcs51/Makefile.in
9025         * debugger/mcs51/clean.mk
9026         * link/z80/Makefile
9027         * link/z80/Makefile.in
9028         * link/z80/clean.mk
9029         * link/Makefile
9030         * packihx/Makefile.in
9031         * packihx/clean.mk
9032         * sim/ucsim/Makefile
9033         * sim/ucsim/clean.mk
9034         * sim/ucsim/avr.src/Makefile.in
9035         * sim/ucsim/avr.src/clean.mk
9036         * sim/ucsim/s51.src/Makefile.in
9037         * sim/ucsim/s51.src/clean.mk
9038         * sim/ucsim/xa.src/Makefile.in
9039         * sim/ucsim/xa.src/clean.mk
9040         * sim/ucsim/z80.src/Makefile.in
9041         * sim/ucsim/z80.src/clean.mk
9042         * sim/ucsim/main_in.mk
9043         * sim/ucsim/packages_in.mk
9044         * sim/ucsim/gui.src/Makefile.in
9045         * sim/ucsim/gui.src/serio.src/Makefile.in
9046         * sim/ucsim/gui.src/serio.src/clean.mk
9047         * src/Makefile.in
9048         * src/clean.mk
9049         * support/cpp2/Makefile.in
9050         * support/cpp2/clean.mk
9051         * support/makebin/Makefile
9052         * support/makebin/clean.mk
9053         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9054         * doc/sdccman.lyx: --program-suffix no longer needed
9055
9056 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9057
9058          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9059          Martin Helmling added support for ddd GUI debugger.
9060          Code added to display assembly, set variables, and other commands
9061          to interface to ddd.
9062
9063 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9064
9065         * as/Makefile: fix target clean
9066         * as/clean.mk: fix target clean
9067         * as/z80/clean.mk: fix target clean
9068
9069 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9070
9071         * Makefile.common.in: added  AT EXEEXT AT
9072         * configure.in: removed all mingw32 stuff
9073         * configure: rebuilt from configure.in
9074         * doc/sdccman.lyx: updated section "installation"
9075         * support/scripts/sdcc_mingw32: adapted to configure
9076         * support/scripts/sdcc_cygwin_mingw32: added
9077
9078 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9079
9080         * src/pic Added object file support for the PIC port
9081         * src/pic Applied patch from Craig Franklin (this started the object file support)
9082         * src/regression Updated the PIC regression tests for object files
9083
9084 2003-04-20  Borut Razem <borut.razem AT siol.net>
9085
9086         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9087           lklex.c: In function `getfid':
9088           lklex.c:203: warning: array subscript has type `char'
9089         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9090           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9091         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9092           stack handling macros
9093
9094 2003-04-19  Borut Razem <borut.razem AT siol.net>
9095
9096         * "handling space characters in file path" task:
9097         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9098         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9099         * support/Util/MySystem.h: make it self-sufficient
9100         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9101           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9102           handling space characters in file path
9103         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9104           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9105         * support/Util/MySystem.c: handling space characters in executable's path
9106
9107 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9108
9109         * as/z80/Makefile: fix permanent rebuild of z80
9110         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9111         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9112
9113 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9114
9115         * src/SDCCopt.c: add special case optimization to replace modulo by
9116           a power of two with a bitwise AND.
9117
9118 2003-04-18    <johan AT balder>
9119
9120         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9121
9122 2003-04-17    <johan AT balder>
9123
9124         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9125         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9126
9127 2003-04-13  Borut Razem <borut.razem AT siol.net>
9128
9129         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9130         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9131           fixed mingw problem in adl_NORMALIZE_PATH
9132
9133 2003-04-12  Borut Razem <borut.razem AT siol.net>
9134
9135         * fixed "#pragma SAVE/RESTORE can not be nested":
9136         * src/SDCC.lex: reworked pragma handling functions
9137         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9138         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9139
9140 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9141
9142         * src/SDCCutil.c (pathEquivalent): defined but not used
9143         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9144         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9145         * configure: rebuilt from configure.in
9146         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9147         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9148         * device/include/Makefile.in: replace sdcc_datadir
9149         * device/lib/Makefile.in: replace sdcc_datadir
9150         * Makefile.common.in: add LDFLAGS from configure
9151         * packihx/Makefile.in: use LDFLAGS
9152         * src/Makefile.in: use LDFLAGS
9153         * support/cpp2/Makefile.in: add LDFLAGS from configure
9154         * support/makebin/Makefile: use LDFLAGS
9155         * .version: bumped version number to 2.3.5
9156
9157 2003-04-12  Borut Razem <borut.razem AT siol.net>
9158
9159         * completed "different paths" task:
9160         * src/SDCCmacro.c: fixed bug in handling quotes
9161         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9162         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9163
9164 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9165
9166         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9167
9168 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9169
9170         * ds390/gen.c ds390/peeph.def: fix bug 706781
9171
9172 2003-04-11  Borut Razem <borut.razem AT siol.net>
9173
9174         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9175
9176 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9177
9178         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9179         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9180          set - this bit used to not be set...).
9181         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9182           bad code in PIC Port
9183         * src/regression/and2.c added to test bug 609268
9184         * src/regression/Makefile added and2.c to regression test
9185
9186
9187 2003-04-08    <johan AT CP255758-A>
9188
9189         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9190         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9191         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9192
9193 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9194
9195         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9196         fix bug #487815
9197         * support/cpp2/Makefile.in: fix bug #487815
9198         * configure: rebuilt from configure.in
9199         * Makefile.common.in: docdir changed, new path suffixes
9200         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9201         * sdcc_vc_in.h: reflect changes from sdccconf.h
9202         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9203         * src/SDCCutil.h: remove BINDIR hack
9204         * doc/sdccman.lyx: update new path hierarchy
9205
9206 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9207
9208         * src/SDCCpeeph.c: added okToRemoveSLOC test
9209
9210 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9211
9212         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9213
9214 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9215
9216         * src/SDCCpeeph.c: added labelIsReturnOnly test
9217         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9218
9219 2003-04-05    <johan AT balder>
9220
9221         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9222         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9223         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9224         * src/SDCCast.c: fixed a warning
9225         * src/SDCCast.h: fixed a warning
9226         * src/SDCCicode.c (operandFromAst): fixed a warning
9227
9228 2003-04-04    <johan AT balder>
9229
9230         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9231         * src/SDCCast.c (decorateType): fixed bug #715076
9232         * src/SDCC.y: fixed bug #702907
9233
9234 2003-04-03    <johan AT balder>
9235
9236         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9237         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9238         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9239         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9240         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9241
9242 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9243
9244         * _decdptr.c: fix return values
9245         * _gptrget.c: fix return values
9246         * _gptrgetc.c: fix return values
9247         * _gptrput.c: fix return values
9248         * _mulint.c: fix return values
9249         * as/z80/Makefile: fix 'make -j' problem
9250
9251 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9254         * configure.in: big cleanup, updated to autoconf 2.5x
9255         * configure: rebuilt from configure.in
9256         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9257         * sdcc_vc_in.h: reflect changes from sdccconf.h
9258         * doc/Makefile: fixed a flaw in "make install"
9259
9260 2003-04-02    <johan AT balder>
9261
9262         * src/ds390/gen.c (genCmp): no comments
9263         * src/mcs51/gen.c (genCmp): no comments
9264         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9265         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9266
9267 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9268
9269         * support/regression/generate-cases.py: place generated file in given sub directory
9270         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9271         * support/regression/Makefile: improvements for 'make -j';
9272         side effect: it's simpler and faster now
9273
9274 2003-03-31  Borut Razem <borut.razem AT siol.net>
9275
9276         * src/z80/main.c: link-{port} and as-{port} defined without path
9277         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9278
9279 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9280
9281         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9282
9283 2003-03-30  Borut Razem <borut.razem AT siol.net>
9284
9285         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9286           changed type of list parameter to set
9287         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9288         * src/port.h: changed type of do_assemble() parameter to set
9289         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9290           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9291           definition of "cppoutfilename" macro with NULL value in preProcess()
9292         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9293         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9294         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9295           replaced with set *binPathSet
9296         * shash_add() deallocates the item, if allready exsists, before adding the new one
9297         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9298
9299 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9300
9301         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9302           a nested for loop bug in the PIC port
9303         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9304           for loops
9305
9306 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9307
9308         * support/Util/dbuf.h: remove C++ stuff to make it portable
9309
9310 2003-03-28  Borut Razem <borut.razem AT siol.net>
9311
9312         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9313           literal strings in stringLiteral()
9314         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9315         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9316           to the project
9317
9318 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9319
9320         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9321
9322 2003-03-26    <johan AT balder>
9323
9324         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9325         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9326         * src/SDCCast.c (decorateType): fixed " -v < 3"
9327
9328 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9329
9330         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9331         Added Lenny Story's debug infrastructure changes:
9332         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9333         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9334         * src/cdbFile.c: added
9335         * src/SDCCdebug.c: added
9336         * src/SDCCdebug.h: added
9337         * src/SDCCast.c (createFunction)
9338         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9339         * src/SDCCmain.c (parseCmdLine, main)
9340         * src/SDCCmem.c (redoStackOffsets)
9341         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9342         * src/SDCCsymt.h
9343         * src/common.h
9344         * src/avr/gen.c (genAVRCode)
9345         * src/ds390/gen.c (gen390Code)
9346         * src/mcs51/gen.c (gen51Code)
9347         * src/pic/gen.c (genpic14Code)
9348         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9349         * src/xa51/gen.c (genXA51Code)
9350         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9351
9352 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9353
9354         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9355         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9356
9357 2003-03-22    <johan AT balder>
9358
9359         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9360
9361 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9362
9363         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9364         * doc/cdbfileformat.lyx: added, written by Lenny Story
9365         * doc/Makefile: added cdbfileformat.lyx
9366         * doc/clean.mk: added cdbfileformat.lyx
9367
9368 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9369
9370         * src/mcs51/peeph.def: fix bug #705773
9371
9372 2003-03-20    <johan AT balder>
9373
9374         An sfr/sbit can have an "at #" AND an initializer
9375         * src/SDCCsymt.c (checkSClass):
9376         * src/SDCCmem.c (allocGlobal):
9377         * src/SDCCmem.c (allocLocal):
9378         * src/SDCCast.c (createBlock):
9379
9380 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9381
9382         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9383
9384 2003-03-16    <johan AT balder>
9385
9386         Undid the hackup of const and volatile, the problem is much bigger
9387         * src/SDCC.y:1.65
9388         * src/SDCCast.c:1.171
9389         * src/SDCCglue.c:1.138
9390         * src/SDCCicode.c:1.146
9391         * src/SDCCsymt.c:1.150
9392         * src/SDCCval.c:1.65
9393
9394 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9395
9396         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9397         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9398
9399 2003-03-13    <johan AT balder>
9400
9401         Hackup const and volatile modifiers in type chains a bit:
9402         * src/SDCC.y:1.63
9403         * src/SDCCast.c:1.169
9404         * src/SDCCglue.c:1.136
9405         * src/SDCCicode.c:1.143
9406         * src/SDCCsymt.c1.146
9407         * src/SDCCsymt.h1.59
9408         * src/SDCCval.c:1.63
9409
9410 2003-03-12    <johan AT balder>
9411
9412         * src/SDCCBBlock.h: more LRH debugging junk
9413         * src/SDCCcflow.h: more LRH debugging junk
9414         * src/SDCCloop.c: more LRH debugging junk
9415         * src/SDCC.y (struct_declaration): fixed bug #697590
9416         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9417         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9418         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9419
9420 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9421         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9422         test function names must now match exactly).
9423         * src/SDCCcse.c: added special case in findCheaperOp to allow
9424         extending a short integer. Makes less awful code for bug 700121 test case.
9425
9426 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9427
9428         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9429         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9430
9431 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9432
9433         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9434         actually called (operandsNotEqual() was called for all
9435         operandsNotEqualX tests).
9436
9437 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9438
9439         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9440         with shorter literals. Fixes bug 700121.
9441
9442 2003-03-11    <johan AT balder>
9443
9444         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9445
9446 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9447
9448         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9449         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9450
9451 2003-03-10  Borut Razem <borut.razem AT siol.net>
9452
9453         * src/SDCCmain.c: pipe preprocessor's output
9454         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9455         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9456         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9457         which closes all pipes in pipeSet set
9458         * src/SDCCset.c: free deleted item in function deleteSetItem()
9459         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9460         moved from z80 to src subproject
9461         * .version: increased version number to 2.3.4
9462
9463 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9464
9465         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9466         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9467         * support/regression/ports/xa51/spec.mk: fix typo
9468
9469 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9470
9471         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9472
9473 2003-03-09  Borut Razem <borut.razem AT siol.net>
9474
9475         * src/SDCCmain.c: pipe preprocessor's output
9476         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9477         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9478         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9479         which closes all pipes in pipeSet set
9480         * src/SDCCset.c: free deleted item in function deleteSetItem()
9481         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9482         moved from z80 to src subproject
9483
9484 2003-03-09  Borut Razem <borut.razem AT siol.net>
9485
9486         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9487         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9488         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9489         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9490         * src/SDCCglobl.h: unification of WIN32 native definitions
9491
9492 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9493
9494         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9495
9496 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9497
9498         * src/configure.in:   check for endianess (even while cross-compiling)
9499         * src/configure:      check for endianess (even while cross-compiling)
9500         * src/configure_in.h: check for endianess (even while cross-compiling)
9501         * src/avr/gen.c:        remove old endianess stuff
9502         * src/mcs51/gen.c:      remove old endianess stuff
9503         * src/ds390/gen.c:      remove old endianess stuff
9504         * src/pic/gen.c:        remove old endianess stuff
9505         * src/pic/genarith.c:   remove old endianess stuff
9506         * src/pic/glue.c:       fix endianess check
9507         * src/pic16/gen.c:      remove old endianess stuff
9508         * src/pic16/genarith.c: remove old endianess stuff
9509         * src/pic16/glue.c:     fix endianess check
9510         * src/xa51/gen.c:       remove old endianess stuff
9511         * src/z80/gen.c:        fix endianess check
9512         * src/SDCCglue.c:       fix endianess check
9513         * src/ds390/peeph.def: fix bug 700036
9514
9515 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9516
9517         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9518         * src/configure: find appropriate data-types on host for SDCC's int and long
9519         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9520         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9521         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9522
9523 2003-03-07    <johan AT balder>
9524
9525         Just a big NOOP:
9526                 some minor cleanups before the big shot
9527                 OP_DEFS and OP_USES now use Kevin's protection
9528                 new option --nolabelopt
9529
9530         * src/SDCCBBlock.c:
9531         * src/SDCCast.c,:
9532         * src/SDCCcflow.c:
9533         * src/SDCCcse.c:
9534         * src/SDCCicode.c:
9535         * src/SDCCicode.h:
9536         * src/SDCClabel.c:
9537         * src/SDCCloop.c:
9538         * src/SDCCmain.c:
9539         * src/ds390/ralloc.c:
9540         * src/mcs51/ralloc.c:
9541         * src/pic/ralloc.c:
9542         * src/xa51/ralloc.c:
9543         * src/z80/ralloc.c:
9544
9545 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9546
9547         * src/pic/pcode.c (get_op): fix 64 bit warnings
9548         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9549         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9550         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9551         * support/regression/tests/malloc.c: fix 64 bit warnings
9552
9553 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9554
9555         * src/mcs51/gen.c (genMinus): fixed bug 696436
9556
9557 2003-03-02  Borut Razem <borut.razem AT siol.net>
9558
9559         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9560
9561 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9562
9563         * configure.in: test for mkstemp
9564         * sdccconf_in.h: add HAVE_MKSTEMP
9565
9566 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9567
9568         * device/include/ctype.h: removed warning while using --stack-auto
9569         * device/include/malloc.h: removed warning while using --stack-auto
9570         * device/include/string.h: removed warning while using --stack-auto
9571
9572 2003-02-23  Borut Razem <borut.razem AT siol.net>
9573
9574         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9575         because NDEBUG is defined (see man assert)
9576         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9577
9578 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9579
9580         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9581         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9582
9583 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9584
9585         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9586         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9587
9588 2003-02-18    <johan AT balder>
9589
9590         * as/mcs51/asmain.c (asmbl): module can start with a digit
9591         * as/z80/asmain.c (asmbl): module can start with a digit
9592
9593 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9596         * src/asm.c: fix pipe() for Mingw32
9597
9598 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9599
9600         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9601         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9602         make -V work again; --c1mode reads now from stdin
9603         * doc/sdccman.lyx: added --c1mode
9604         * support/Util/SDCCerr.c: new messages for c1 mode
9605         * support/Util/SDCCerr.h: new messages for c1 mode
9606         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9607
9608 2003-02-15    <johan AT balder>
9609
9610         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9611
9612 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9613
9614         * doc/sdccman.lyx: Environment variables, -o and other minor things
9615
9616 2003-02-14    <johan AT balder>
9617
9618         * src/xa51/main.c: before anyone really tries to use it :)
9619
9620         * Install doc's in share/sdcc/doc
9621         * removed some obsolete files
9622         * Do a proper make distclean and uninstall
9623         M Makefile.common.in
9624         R sdccbuild.sh
9625         M as/Makefile
9626         M device/include/Makefile.in
9627         M device/lib/Makefile.in
9628         M doc/sdccman.lyx
9629         M link/Makefile
9630         M sim/ucsim/doc/Makefile.in
9631         M src/clean.mk
9632         R src/avr/peeph.rul
9633         R src/xa51/peeph.rul
9634         M support/cpp2/Makefile.in
9635         M support/makebin/Makefile
9636
9637
9638 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9641
9642 2003-02-10  Borut Razem <borut.razem AT siol.net>
9643
9644         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9645         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9646         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9647         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9648         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9649         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9650         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9651         src/z80/Makefile.bcc: Borland Makefile cleanup
9652         * as/z80/Makefile.bcc: Added Borland Makefile
9653         * support/cpp2/borland.h: Removed
9654
9655 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9656
9657         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9658         * src/SDCC.lex: new pragma NOIV
9659         * src/SDCCglobl.h: new pragma NOIV
9660         * src/SDCCmem.c: new pragma NOIV
9661
9662 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9663
9664         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9665
9666 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9667
9668         * src/SDCCmain.c: signal handling is switched off by --debug
9669         * doc/Makefile: small fix for install; use clean.mk again
9670         * doc/clean.mk: clean *.pdf and *.html too
9671
9672 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9673
9674         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9675         * device/lib/printfl.c: fix a ds390 bug by making it portable
9676         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9677         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9678         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9679         * debugger/mcs51/cmd.c: converted multi-line string literals
9680         * sim/ucsim/globals.cc: converted multi-line string literals
9681         * src/SDCCmain.c: introduced signal handler to remove temp files
9682         * doc/Makefile: small tweaks, implement clean
9683         * doc: removed generated files
9684
9685 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9686
9687         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9688         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9689         Address Record is not correctly generated for DS390."
9690
9691 2003-02-02  Borut Razem <borut.razem AT siol.net>
9692
9693         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9694         * as/mcs51/asm.h: fixed compilation with Borland C
9695         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9696         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9697         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9698         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9699         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9700         src/z80/Makefile.bcc: delete $(LIB) only if exist
9701         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9702
9703 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9704
9705         * device/include/malloc.h: introduced NULL
9706         * device/include/string.h: introduced NULL
9707         * device/include/stdlib.h: introduced NULL
9708         * device/lib/_memcpy.c: removed NULL
9709         * device/lib/_strcat.c: removed NULL
9710         * device/lib/_strchr.c: removed NULL
9711         * device/lib/_strcmp.c: removed NULL
9712         * device/lib/_strcpy.c: removed NULL
9713         * device/lib/_strcspn.c: removed NULL
9714         * device/lib/_strlen.c: removed NULL
9715         * device/lib/_strncat.c: removed NULL
9716         * device/lib/_strncmp.c: removed NULL
9717         * device/lib/_strncpy.c: removed NULL
9718         * device/lib/_strpbrk.c: removed NULL
9719         * device/lib/_strrchr.c: removed NULL
9720         * device/lib/_strspn.c: removed NULL
9721         * device/lib/_strstr.c: removed NULL
9722         * device/lib/_strtok.c: removed NULL
9723         * device/lib/malloc.c: removed NULL, include own header
9724
9725 2003-02-02    <johan AT balder>
9726
9727         * 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
9728         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9729         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9730         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9731         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9732         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9733
9734 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9735
9736         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9737         area 'DATA'"
9738
9739 2003-02-01    <johan AT balder>
9740
9741         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9742
9743 2003-01-31    <johan AT CP255758-A>
9744
9745         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9746
9747 2003-01-30    <johan AT balder>
9748
9749         * src/SDCCBBlock.c: automatic bug detection
9750         * src/SDCCicode.c: automatic bug detection
9751
9752 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9753
9754         * src/SDCCglobl.h:   now --xram-size 0 works
9755         * src/SDCCmain.c:    now --xram-size 0 works
9756
9757 2003-01-29    <johan AT balder>
9758
9759         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9760
9761 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9762
9763         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9764         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9765         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9766         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9767         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9768         * src/SDCCmain.c:    Added options --xram-size and --code-size
9769
9770 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9771
9772         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9773         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9774
9775 2003-01-27    <johan AT balder>
9776
9777         * src/SDCC.y: fixed bug #613764
9778
9779 2003-01-26    <johan AT balder>
9780
9781         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9782         * src/SDCCsymt.h: fixed bug #673374
9783         * src/SDCCglue.c: fixed bug #661910
9784         * src/SDCCast.c: fixed bug #458099 and 673374
9785
9786 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9787
9788         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9789         * as/mcs51/strcmpi.h: added
9790         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9791         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9792         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9793         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9794         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9795         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9796         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9797         * as/mcs51/Makefile.aslink: new module strcmpi
9798         * as/mcs51/Makefile.asx8051: new module strcmpi
9799         * as/mcs51/Makefil.bcc: new module strcmpi
9800         * as/mcs51/Makefile.in: new module strcmpi
9801         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9802
9803 2003-01-26    <johan AT balder>
9804
9805         * src/SDCCglue.c: reverted back to 1.124
9806         * src/SDCCast.c: reverted back to 1.156
9807         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9808
9809 2003-01-25    <johan AT balder>
9810
9811         * src/SDCCglue.c: A better fix for bug #661910
9812         * src/SDCCast.c: A better fix for bug #661910
9813         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9814
9815 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9816
9817         * src/Makefile.in: remove spawn.o
9818         * src/SDCCmain.c: remove spawn.h
9819         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9820         * src/spawn.c: removed
9821         * src/spawn.h: removed
9822         * support/regression/ports/ds390/spec.mk: link with -r
9823
9824 2003-01-24    <johan AT CP255758-A>
9825
9826         * src/ds390/gen.c (aopOp): fixed bug #667458
9827         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9828         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9829         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9830
9831 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9832
9833         * src/mcs51/peeph.def: better assembler identation by Frieder
9834         * src/mcs51/gen.c: better assembler identation by Frieder
9835
9836 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9837
9838         * as/z80/string.h: removed for gcc 3.2
9839         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9840         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9841
9842 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9843
9844         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9845         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9846         * support/regression/Makefile: separate temp files for ports
9847         * support/regression/generate-cases.py: separate temp files for ports
9848         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9849         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9850
9851 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9852
9853         * moved tinitalk to device/examples/ds390
9854
9855 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * as/mcs51/lkmem.c: rflag is for DS390
9858         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9859         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9860                          (linkEdit): move mem- and map-files the same way as ihx-files
9861         * src/z80/main.c (_setDefaultOptions): removed --generic
9862         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9863         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9864         * src/pic/glue.c (picglue): --c1mode works again
9865         * src/pic16/glue.c (pic16glue): --c1mode works again
9866         * src/asm.c (printCLine): fix #660034
9867
9868 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9869
9870         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9871         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9872         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9873         * as/mcs51/lkmem (summary): better fix for sp problem
9874         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9875         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9876         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9877                                               remove --stack-after-data
9878
9879 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9880
9881         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9882         * src/SDCCutil.c (join): ugly bug: missing '\0'
9883         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9884
9885 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9886
9887         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9888         * src/port.h: typo
9889         * src/pic/main.c (_asmCmd): gpasm supports -o
9890         * src/z80/main.c: more general macros
9891         * device/lib/Makefile.in: remove intermediate files
9892
9893 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9894
9895         * .version: Bumped version number to 2.3.3
9896         * src/SDCCBBlock.c: new option -o
9897         * src/SDCCglobl.h: new option -o
9898         * src/SDCCglue.c: new option -o
9899         * src/SDCCmain.c: new option -o
9900         * src/asm.c: new option -o
9901         * src/ds390/main.c: new option -o
9902         * src/pic/glue.c: new option -o
9903         * src/pic/pcode.c: new option -o
9904         * src/pic/ralloc.c: new option -o
9905         * src/pic16/glue.c: new option -o
9906         * src/pic16/pcode.c: new option -o
9907         * src/pic16/ralloc.c: new option -o
9908         * src/z80/main.c: new option -o
9909         * device/lib/Makefile.in: use -o
9910         * support/regression/ports/ds390/spec.mk: use -o
9911         * support/regression/ports/gbz80/spec.mk: use -o
9912         * support/regression/ports/mcs51/spec.mk: use -o
9913         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9914         * support/regression/ports/z80/spec.mk: use -o
9915         * support/regression/ports/ucz80/spec.mk: use -o
9916         * support/regression/ports/xa51/spec.mk: use -o
9917         * support/regression/fwk/lib/timeout.c: fix usage string
9918
9919 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9920         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9921
9922 2003-01-07    <johan AT balder>
9923
9924         * src/SDCCast.c (decorateType): fixed bug #600035
9925
9926 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9927         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9928         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9929         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9930         * src/pic/pcode.c: outcommented unused variable to remove warnings
9931         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9932
9933 2003-01-06    <karl AT turbobit.com>
9934         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9935    regression tests.
9936
9937 2003-01-06    <johan AT balder>
9938
9939         * src/SDCCicode.c: fixed array add
9940
9941 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9942         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9943         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9944
9945 2003-01-04    <johan AT balder>
9946
9947         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9948
9949 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9950         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9951
9952 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9953         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9954         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9955
9956 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9957         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9958
9959 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9960         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9961
9962 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9963         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9964
9965 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9966
9967     * in \sdcc\as\mcs51\ changed these files in order to create an
9968     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9969     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9970     following files to include the previous two files: aslink.dsp,
9971     Makefile.aslink, Makefile.bcc, and Makefile.in.
9972
9973     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9974     .adb instead of .cdb
9975
9976 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9977
9978         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9979         value from option --iram-size.
9980
9981 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9982
9983         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9984         dram[] array.
9985
9986 2002-09-18    <wiml AT hhhh.org>
9987
9988         * SDCClrange.h: exposed setFromRange() and setToRange()
9989         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9990           packRegsForAccUse() (bug 542397)
9991         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9992           multiple times and emitting the fetch operations more than once
9993           added aopGetUsesAcc() function to allow binary operators to
9994           fetch their operands in the correct order; made genMinus() emit
9995           compact code for X = LITERAL - Y
9996
9997 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9998         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9999         sprintf() in line 1267.
10000
10001 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10002         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10003         like ports.
10004
10005 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10006         Changes to aslink (All the changes are marked with 'JCF'):
10007
10008         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10009         summary().
10010
10011         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10012         area BSEG.  Also moves, if possible, the DATA area down into the internal
10013         ram so more space is available.
10014
10015         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10016         sflag.
10017
10018         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10019         not bytes.  Function summary() which creates a memory usage summary
10020         file with extension .mem.  Reports of overlaping stack and small stack
10021         size.  If the space for the stack is less than 16 bytes aslink trows a
10022         warning.
10023
10024         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10025         the 8051.  Option 'y' for memory summary output file.
10026
10027         Changes to sdcc (All the changes are marked with 'JCF'):
10028
10029         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10030
10031         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10032         overlaying area for it (uses RegBankUsed[4]).
10033
10034         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10035         bank zero as used by default.  By default aslink locates the stack
10036         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10037         the creation of the .mem file.  Delegates the allocation of data area
10038         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10039         the begining of the stack area to aslink.
10040
10041         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10042         glue() in SDCCglue.c creates an area for it.
10043
10044 2002-09-03  Borut Razem <borut.razem AT siol.net>
10045         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10046         sdcc/src/pic/glue.c:
10047         introduced atexit() handler for teporay files removal in case of
10048         errors, assertions, ...
10049
10050 2002-08-29  Borut Razem <borut.razem AT siol.net>
10051         * sdcc/support/cpp2/auto-host_vc_in.h:
10052         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10053         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10054         Maybe there is a similar problem with BORLANDC? It should be checked!
10055
10056         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10057         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10058         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10059         was not executed, and the compiler (cl) launched a warning:
10060         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10061
10062 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10063         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10064
10065 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10066         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10067
10068         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10069           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10070           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10071           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10072           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10073           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10074           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10075         - added Release configuration in VS projects
10076         - review of compiler an linker options
10077         - VC .exe files are generated in bin_vc directory, not to interfere
10078           with binaries generated from other projects (cygwin, mingw, bcc ...)
10079
10080         * sdcc/src/yacc.dsp: added
10081
10082         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10083         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10084         and insert the version number definitions from .version
10085
10086         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10087
10088         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10089         added - genarate auto-host.h using auto-host_vc_in.h as template
10090
10091         * sdcc/sdcc_vc.h,
10092         removed from CVS, generated automatically
10093
10094 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10095         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10096
10097 2002-08-11  Borut Razem <borut.razem AT siol.net>
10098         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10099
10100 2002-08-10  Borut Razem <borut.razem AT siol.net>
10101         * src/SDCCmain.c (main):
10102         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10103         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10104         The consequence was that some temporary files were not removed.
10105
10106         * src/SDCCglue.c:
10107         unification of code in functions tempfilename() and tempfile():
10108         function tempnam() is defined in Visual Studio 6.0 and .NET
10109
10110         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10111
10112         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10113           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10114         - removed compiler command line option /WX: Treats all warnings as errors
10115         - update a list of source files, included into the project
10116
10117         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10118           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10119         changed project type to Generic Project so that can be correcly converted to VS.NET project
10120
10121         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10122
10123         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10124
10125         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10126
10127         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10128         added return 0 statements after assert() to make compiler happy
10129
10130         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10131         added newline in the def file to keep MSC compiler satisfied
10132
10133         * sdcc/src/z80/gen.c:
10134         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10135           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10136         - solved MSC error in function aopDump()
10137
10138         * sdcc_vc.h: define PREFIX as "\\sdcc"
10139
10140 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10141         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10142
10143 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10144         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10145         - Rewrote the register banking algorithm.
10146         - Added pCode live-range analysis to registers (for now, only non-used and
10147         singly-used registers optimized away)
10148
10149         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10150
10151         * 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.
10152
10153 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10154         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10155
10156 2002-04-22  Michael Hope  <michaelh AT vroom>
10157
10158         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10159
10160         * configure.in (DD_COPT): Added include support required for gbdk.
10161
10162         * .version: Bumped version number just to increase it.
10163
10164         * src/SDCCmain.c: Added -nostdinc to the default options.
10165
10166 2002-04-15  Michael Hope  <michaelh AT vroom>
10167
10168         * device/lib/z80/printf.c (sprintf): Added.
10169
10170         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10171
10172         * src/z80/peeph.def: Added transpose redundent load rule.
10173
10174         * src/z80/main.c: Added force callee saves for jaune.
10175
10176         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10177
10178         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10179
10180 2002-03-28  Johan Knol  <johan AT balder>
10181
10182         * src/SDCCval.c: fixed bug #532436
10183
10184 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10185         * /src/port.h:
10186         Added "char *Processor" field to the port structure.
10187
10188         * /src/SDCCmain.c:
10189         Added -p option. Allows port dependent processor to be specified.
10190
10191         * all ports:
10192         Initialized the new field char *Processor field to NULL in all ports
10193
10194         * /src/pic/*:
10195         Compiler generated registers for interrupt context saving
10196         were not getting allocated.
10197
10198 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10199
10200         * /src/SDCCast.c:
10201         Fixed left shift. Will promote the left side of a left shift
10202         if a) left shifting more than size of operand or b) when assigned
10203         to something size > size of left side
10204
10205 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10206         * src/pic/*
10207         tons of changes. Register allocation has been
10208         rewritten. Added customization for the various PICs. Flow
10209         analysis is restructured. ...
10210
10211         * src/pic/device.h:
10212         Added
10213
10214         * src/pic/device.c:
10215         Added. device.c is a PIC port hack to accomodate variations
10216         in PIC devices.
10217
10218 2002-03-13  Michael Hope  <michaelh AT vroom>
10219
10220         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10221
10222 2002-03-04  johanknol  <johanknol AT manik>
10223
10224         * /src/SDCCval.c: fixed
10225
10226         const unsigned char arr[][2] = { { 0, 1 } };
10227         t18.c:1: error: Initializer element is not constant
10228
10229 2002-03-04  bela  <bela AT manik>
10230
10231         * /device/include/mcs51reg.h:
10232         ds89c420 register definition update
10233
10234 2002-03-03    <johan AT FRIJA>
10235
10236         * support/Util/SDCCerr.c: did something, but don't no why anymore
10237
10238         * support/regression/tests/bug-524691.c: made it a little less shy
10239
10240         * src/SDCCast.c (decorateType): fixed bug #524697
10241
10242         * src/SDCCast.c: made some lineno improvements
10243
10244         * src/SDCCval.c (getNelements): changed warning to error
10245
10246         * src/SDCCglue.c (printIvalArray): changed warning to error
10247
10248         * src/SDCCicode.c: fixed a warning for mingw
10249
10250         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10251
10252         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10253
10254 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10255
10256         * src/ds390/peeph.def:
10257         Added some more peephole rules
10258
10259         * src/ds390/gen.c: Various fixes & enhancements
10260
10261         * src/SDCClrange.c, src/SDCClrange.h:
10262         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10263
10264         * src/ds390/ralloc.c:
10265         various fixes & enhancements (ds390) specific
10266
10267         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10268         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10269         from rallocs.
10270
10271         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10272
10273 2002-03-02    <johan AT FRIJA>
10274
10275         * src/SDCCast.c (decorateType): fixed bug #524708
10276
10277         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10278
10279         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10280
10281 2002-03-01  Michael Hope  <michaelh AT vroom>
10282
10283         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10284
10285         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10286
10287 2002-03-01    <johan AT FRIJA>
10288
10289         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10290
10291         * src/SDCCast.c (decorateType): fixed bug #524209
10292
10293         * src/SDCCval.c (valNot): fixed bug #524195
10294
10295 2002-02-26    <johan AT balder>
10296
10297         * src/xa51/gen.c: fixed a warning
10298
10299         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10300
10301         * src/SDCCast.c (decorateType): fixed bug #522534
10302
10303 2002-02-23    <johan AT balder>
10304
10305         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10306
10307 2002-02-22    <johan AT balder>
10308
10309         * src/SDCCast.c: fixed bug #514865
10310
10311         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10312
10313 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10314
10315         * sdcc/src/SDCCloop.c:
10316         Previous fix was not good. basic blocks that have "break" or "return" are
10317         not really partof a loop , but live ranges used in these blocks should
10318         be live thru the entire loop, so set partOfLoop but don't add them to
10319         loop region
10320
10321 2002-02-21    <johan AT FRIJA>
10322
10323         * src/SDCCcse.c: fixed bug #514308
10324
10325 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10326
10327         * src/SDCCloop.c:
10328         Fixed BUG #519583. If a conditional block ended in a return/break
10329         statement inside a loop, it was not being considered part of the loop.
10330
10331         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10332
10333 2002-02-10  Karl Bongers <karl AT turbobit.com>
10334
10335         * debugger/*:
10336         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10337         with lots of comments and notes.
10338
10339         * device/examples/test2.c:
10340         Fix bug, "red" variable not being initialized(compiler complained).
10341
10342         * device/examples/Makefile, examples/test3.c:
10343         Add Makefile in device/examples folder, compiles test3.c
10344         for use as a multiple module SDCDB test case.
10345
10346         * sim/ucsim/cmd.src/cmdset.cc:
10347         Took out debug printfs in ucsim "next" command.
10348
10349         * sim/ucsim/xa.src:
10350         Karl and Johan start ucsim XA support.  Most dissassembly working,
10351         about 75% emulation done(plenty of work remaining).
10352
10353         * sim/ucsim/z80.src:
10354         Add Z80 support to ucsim, add test-ucz80 regression test,
10355         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10356         Notice z80 compiler fails on examples/test3.c/crc code.
10357
10358 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10359
10360         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10361         Added support for --parms-in-bank1
10362
10363         * src/ds390/peeph.def:
10364         added a few more peephole optimzations
10365
10366         * src/ds390/main.c:
10367         1) added __builtin_inp & __builtin_outp used to read in data of given length
10368            from a memory mapped port
10369         2) added __builtin_memcmp
10370         3) added __builtin_swapw swap bytes of a short
10371
10372         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10373         1) handle multiple send & receives from register bank1
10374         2) ralloc can now allocate DPTR1 to some liveRanges
10375
10376         * src/SDCCsymt.c, src/SDCCsymt.h:
10377         changes to handle multiple sends & receives
10378
10379         * src/SDCCptropt.h:
10380         added some pointer arithmetic optimization
10381
10382         * src/SDCCptropt.c:
10383         added some pointer arithmetic optimizations but not stable yet so not
10384         called from anywhere (will get this working shortly)
10385
10386         * src/SDCCopt.c: fixed for multiple sends & receives
10387
10388         * src/SDCCmain.c:
10389         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10390         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10391            set preprocessor defines (depending on options)
10392
10393         * src/SDCCicode.c, src/SDCCicode.h:
10394         changes made to handle multiple sends & receives
10395
10396         * src/SDCCglobl.h:
10397         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10398
10399         * src/SDCCcse.c, src/SDCCcse.h:
10400         added function findbackward def (to be used in upcoming optimization)
10401
10402         * src/SDCCcflow.c, src/SDCCcflow.h:
10403         added function returnAtEnd - to determine if a basic block terminates with
10404         a RETURN iCode
10405
10406         * src/SDCCast.c, src/SDCCast.h:
10407         added option parms-in-bank1
10408
10409         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10410         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10411         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10412         adjusted for --parms-in-bank1 option
10413
10414         * device/include/string.h:
10415         donot redefine "reentrant" keyword
10416
10417         * device/include/ds80c390.h: Added some more SFRs
10418
10419 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10420
10421         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10422
10423 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10424
10425         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10426
10427 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10428
10429         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10430
10431 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10432
10433         * Added --xram-movc option
10434
10435 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10436
10437         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10438
10439 2002-01-11  Johan Knol
10440
10441         * Added math lib of Jesus Calvino-Fraga
10442
10443 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10444
10445         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10446         * support/regression/Makefile: new target test-mcs51-stack-auto
10447         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10448
10449 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10450
10451         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10452
10453 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10454
10455         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10456
10457 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10458
10459         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10460
10461         * src/SDCCglue.h: add definition for printIvalChar()
10462
10463 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10464
10465         * src/SDCCast.c: fix #498138 by Johan
10466
10467         * src/SDCCglue.c: fix #498138 by Johan
10468
10469 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10470
10471         * support/regression/Makefile: fix clean
10472
10473         * support/regression/ports/ds390/support.c: fix transmission of last character
10474
10475 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10476
10477         * /sdcc/src/ds390/gen.c:
10478         a) improved computing address of stack variable
10479         b) took out some #if 0 code
10480         c) improved parmBytes adjustment
10481         d) improved genPlusIncr & genMinusIncr
10482         e) genCmp could generate bad code (when left assigned to DPTR)
10483         f) Fixed bug in hasInc
10484
10485         * /sdcc/src/ds390/ralloc.c:
10486         a) packRegsForSupport could mess up live information (Fixed)
10487         b) packRegsDPTRuse could be incorrect for left & right shift
10488
10489         * /sdcc/src/mcs51/ralloc.c:
10490         packRegsForSupport could mess up the live information (Fixed)
10491
10492         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10493
10494         * /sdcc/src/SDCCast.c:
10495         can reverse a loop even if function call is present as long
10496         as the loop control variable is local & is not passed as parameter
10497
10498 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10499
10500         * /sdcc/ChangeLog: *** empty log message ***
10501
10502         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10503         More builtin function additions for TININative
10504
10505         * /sdcc/src/ds390/ralloc.c:
10506         Had broken the regression testsuite
10507
10508         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10509
10510         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10511         Added funcattr hasStackParms will be set for reentrant functions when there
10512         are paramteres on the stack, this helps in minimizing frame pointer generation
10513         typeFromStr can handle function pointers now
10514
10515         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10516         *** empty log message ***
10517
10518 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10519
10520         * /src/ds390/gen.c, /src/ds390/main.c:
10521         More builtin function additions for TININative
10522
10523         * /src/ds390/ralloc.c:
10524         Had broken the regression testsuite
10525
10526         * /src/SDCCast.c: Fixed a bug in dumptree
10527
10528         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10529         Added funcattr hasStackParms will be set for reentrant functions when there
10530         are paramteres on the stack, this helps in minimizing frame pointer generation
10531         typeFromStr can handle function pointers now
10532
10533         * /doc/builtins.txt, /doc/TININative.txt:
10534         *** empty log message ***
10535
10536
10537 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10538
10539         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10540         ALPHA version for -mTININative
10541
10542         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10543         updated to reflect changes in the port structure
10544
10545         * /src/port.h:
10546         added function do_assemble (similar to do_link) if non-null this function
10547         will be called to do assembly (-mTININative) requires a multi command
10548         assembly
10549         added function genAssemblerEnd will be called to generate assembler Epilogue
10550
10551         * /src/SDCCsymt.c:
10552         added _JavaNative to debug info printing
10553
10554         * /src/SDCCmain.c: added option --tini-libid
10555         added port->do_assemble function (-mTININative) has a multi command assemble
10556
10557         * /src/SDCCglue.c: Disabled "constExpr" check
10558         added port->genAssemblerEnd function
10559
10560         * /src/SDCCglobl.h: Added option --tini-libid value
10561
10562         * /src/SDCCast.h:
10563         tookout optimizeCompare from the header (has no external references)
10564
10565         * /src/SDCCast.c: made one more function "static"
10566
10567 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10568
10569         * src/z80/mappings.i: Added z80asm support.
10570
10571         * src/z80/main.c: Added z80asm support on --asm=z80asm
10572
10573         * src/z80/gen.c: Fixed asm portability issues.
10574
10575         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10576
10577         * src/SDCCglue.c (printExterns): Added global/extern split.
10578
10579 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10580
10581         * support/regression/Makefile: added test for mcs51 model large
10582
10583         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10584
10585         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10586
10587 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10588
10589         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10590
10591 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10592
10593         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10594
10595         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10596
10597 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10598
10599         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10600
10601         * support/regression/tests/simplefloat.c: Port to mcs51.
10602
10603 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10604         * support/regression/tests/bug-485362.c: Added.
10605
10606         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10607
10608         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10609
10610         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10611
10612         * src/z80/gen.c (aopDump): Added a dump function.
10613
10614 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10615         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10616
10617         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10618
10619         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10620
10621         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10622
10623         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10624
10625         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10626
10627         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10628
10629         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10630
10631         * support/regression/ports/ds390/support.c: Use tinibios.
10632
10633         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10634
10635 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10636
10637         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10638         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10639
10640         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10641
10642         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10643
10644 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10645
10646         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10647
10648         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10649         (packRegsForIYUse): Created and optimised.
10650
10651 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10652
10653         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10654 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10655
10656         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10657
10658         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10659
10660         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10661
10662 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10663
10664         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10665
10666         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10667
10668 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10669
10670         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10671
10672         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10673
10674         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10675
10676 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10677
10678         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10679         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10680         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10681
10682         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10683
10684         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10685         (genNotFloat): Added.
10686         (genUminusFloat): Added.
10687
10688         * device/lib/z80/Makefile: Added floating pt stubs.
10689
10690         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10691
10692         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10693
10694         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10695
10696 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10697
10698         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10699
10700         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10701
10702         * sdcc/support/regression/Makefile: Add port ds390.
10703
10704         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10705
10706         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10707
10708         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10709
10710         * sdcc/support/regression/ports/ds390/support.c: Added.
10711
10712         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10713
10714         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10715
10716         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10717
10718 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10719
10720         * device/include/malloc.h: Added z80 and gbz80 support.
10721
10722         * device/lib/gbz80/heap.s: Added.
10723
10724         * device/lib/z80/heap.s: Added.
10725
10726         * device/lib/malloc.c: Added z80 and gbz80 support.
10727
10728         * support/regression/tests/malloc.c (testMalloc): Added.
10729
10730         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10731
10732         * support/regression/tests/bug-478094.c: Added.
10733
10734         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10735
10736 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10737
10738         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10739
10740         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10741
10742         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10743
10744         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10745
10746         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10747
10748 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10749
10750         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10751
10752 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10753
10754         * support/regression/tests/bug-477927.c: Added.
10755
10756         * src/z80/peeph.def: Added minor rules.
10757
10758         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10759
10760         * src/z80/peeph.def: Added jump optimisation modification.
10761
10762 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10763
10764         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10765
10766 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10767
10768         * support/regression/tests/funptrs.c: Added.
10769
10770 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10771
10772         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10773
10774 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10775
10776         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10777
10778         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10779
10780         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10781         (movLeft2ResultLong): Created.
10782
10783         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10784         (joinPushes): Added.  Joins two char pushes into a word push.
10785
10786 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10787
10788         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10789
10790         * support/makebin/Makefile (install): Added creation of dest dir.
10791
10792 2001-10-24 Karl Bongers <karl AT turbobit.com>
10793
10794         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10795
10796 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10797
10798         * src/z80/ralloc.c: Turned off faulty pack for one use.
10799
10800         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10801
10802         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10803
10804 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10805
10806         * support/regression/Makefile: Improved clean
10807
10808         * support/regression/ports/gbz80/spec.mk: Added clean
10809
10810         * support/regression/ports/host/spec.mk: Added clean
10811
10812         * support/regression/ports/z80/spec.mk: Added clean
10813
10814         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10815
10816         * support/regression/ports/mcs51/timeout.c: little improvements
10817
10818 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10819
10820         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10821
10822         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10823
10824         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10825
10826 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10827
10828         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10829
10830         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10831
10832 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10833         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10834
10835         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10836
10837         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10838
10839         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10840
10841         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10842
10843         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10844
10845         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10846
10847         * support/regression/tests/longor.c: Added.
10848
10849 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10850
10851         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10852
10853         * as/mcs51/aslink.h: define PATH_MAX
10854
10855         * as/mcs51/asm.h: define PATH_MAX
10856
10857         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10858
10859         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10860
10861         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10862
10863         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10864
10865         * src/SDCCglobl.h: define PATH_MAX
10866
10867         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10868
10869         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10870
10871 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10872
10873         * src/z80/gen.c (gencjneshort): Fixed
10874
10875         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10876
10877 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10878
10879         * support/regression/tests/bug-469671.c: Added.
10880
10881         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10882
10883 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10884
10885         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10886
10887         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10888
10889 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10890
10891         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10892
10893         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10894
10895         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10896
10897         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10898
10899         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10900
10901         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10902
10903         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10904
10905 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10906
10907         * 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.
10908
10909         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10910
10911         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10912
10913 2001-10-07    <johan AT FRIJA>
10914
10915         * device/lib/gets.c (gets): fixed the return value.
10916
10917 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10918         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10919
10920         * 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.
10921
10922         * 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.
10923
10924         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10925
10926         * src/pic/gen.c: Removed Safe_strdup.
10927
10928         * configure.in: Added option to enable libgc support.
10929
10930         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10931         (bitVectUnion): Optimised.
10932         (bitVectIntersect): Optimised.
10933         (bitVectBitsInCommon): Optimised.
10934         (bitVectCplAnd): Optimised.
10935
10936         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10937
10938 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10939
10940         * src/SDCCmain.c: distinguish between assembler debug and plain options
10941
10942         * src/avr/main.c:   remove standard assembler options
10943
10944         * src/ds390/main.c: remove standard assembler options
10945
10946         * src/mcs51/main.c: remove standard assembler options
10947
10948         * src/port.h: removed "PENDING" comment
10949
10950 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10951
10952         * src/device/lib/_mulint.c  : new, with assember functions
10953
10954         * src/device/lib/_mullong.c : new, with assember functions
10955
10956         * src/device/lib/_divuint.c : with assember functions
10957
10958         * src/device/lib/_divsint.c : with assember functions
10959
10960         * src/device/lib/_divulong.c: with assember functions
10961
10962         * src/device/lib/_divslong.c: with assember functions
10963
10964         * src/device/lib/_moduint.c : with assember functions
10965
10966         * src/device/lib/_modsint.c : with assember functions
10967
10968         * src/device/lib/_modulong.c: with assember functions
10969
10970         * src/device/lib/_modslong.c: with assember functions
10971
10972         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10973
10974         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10975
10976         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10977                                       replaced _mululong.c and _mulslong.c by _mullong.c
10978
10979 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10980
10981         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10982
10983 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10984
10985         * src/SDCCglue.c: test, if win32api is available for MINGW
10986
10987 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10988
10989         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10990         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10991         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10992         * support/regression/ports/host/spec.mk: removed GENERIC
10993         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10994         * support/regression/ports/z80/spec.mk: removed GENERIC
10995
10996 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10997
10998         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10999
11000         * support/regression/tests/bug-467035.c: Created.
11001
11002 2001-10-01    <johan AT FRIJA>
11003
11004         * src/SDCC.y: fixed bug #466586 part 1
11005
11006 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11007
11008         * SDCCicode.c: z80 has no generic pointers
11009         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11010
11011 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11012
11013         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11014
11015 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11016
11017         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11018
11019         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11020
11021 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11022
11023         * configure.in: Fixed up so that ucsim is only configured once.
11024
11025         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11026
11027         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11028         (getPathDifference): As above.
11029
11030         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11031
11032         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11033
11034 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11035         * .version: Updated to 2.3.1
11036
11037         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11038         Added copyright header.
11039
11040         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11041         (assemble): Added support for macro based assembler commands.
11042         (linkEdit): Added support for macro based linker commands.
11043         (preProcess): Changed the pre-processor to use macros.
11044         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11045         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11046
11047         * device/lib/z80/crt0.s: Added module name for debugging.
11048
11049 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11050
11051         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11052
11053         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11054
11055         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11056
11057         * src/Makefile.in: Added SDCCmacro and SDCCutil
11058
11059 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11060
11061         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11062
11063 2001-09-16    <johan AT FRIJA>
11064
11065         * 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.
11066
11067 2001-09-15    <johan AT FRIJA>
11068
11069         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11070         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11071
11072 2001-09-11    <johan AT FRIJA>
11073
11074         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11075
11076 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11077
11078         * support/regression/tests/bug-460444.c: Added test case.
11079
11080         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11081         (genCast): Added justification for all of the asserts.
11082
11083 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11084
11085         * support/regression/support.c: _xdata replaced by xdata
11086
11087         * support/regression/spec.mk: removed _generic
11088
11089 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11090
11091         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11092
11093         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11094         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11095
11096         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11097
11098         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11099
11100         * support/regression/tests/bug-460010.c: Added test case.
11101
11102         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11103
11104 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11105
11106         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11107
11108         * support/regression/testfwk.c: removed workaround for bug #436344
11109
11110         * support/regression/tests/bp.c: use less memory with mcs51
11111
11112         * support/regression/tests/bug-441448.c: use less memory
11113
11114         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11115
11116         * support/regression/collate-results.py: typo
11117
11118 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11119
11120         * support/regression/tests/fetchoverlap.c: Added new test case.
11121
11122         * support/regression/tests/bp.c: Added new test case.
11123
11124         * support/regression/tests/bug-448984.c: Added new test case.
11125
11126         * support/regression/tests/pow2shifts.c: Added new test case.
11127
11128         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11129         (genlshTwo): Fixed right shift for count > 8.
11130
11131         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11132
11133 2001-09-08    <johan AT FRIJA>
11134
11135         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11136
11137 2001-09-07    <johan AT FRIJA>
11138
11139         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11140
11141         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11142
11143 2001-09-06    <johan AT FRIJA>
11144
11145         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11146         * bernhard noted me at this: "() equals to (void)" (1.38)
11147
11148 2001-09-05    <johan AT FRIJA>
11149
11150         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11151
11152 2001-09-04    <johan AT FRIJA>
11153
11154         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11155
11156
11157 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11158
11159         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11160
11161 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11162
11163         * link/z80/aslink.h: Fixed path for PATH_MAX
11164
11165 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11166
11167         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11168
11169         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11170
11171         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11172
11173         * 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.
11174
11175 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11176
11177         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11178         (genCmp): Fixed up genCmp for the GB with longs.
11179
11180         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11181
11182         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11183
11184         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11185
11186         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11187
11188 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11189
11190         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11191
11192 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11193
11194         * 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.
11195
11196         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11197
11198 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11199
11200         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11201
11202         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11203
11204 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11205
11206   * sim/ucsim/configure:    little improvement of Cygwin-detection
11207   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11208   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11209   * support/regression/tests/bug-221100.c: small changes for mcs51
11210   * support/regression/tests/bug-221168.c: small changes for mcs51
11211   * support/regression/tests/bug-227710.c: small changes for mcs51
11212   * support/regression/tests/staticinit.c: small changes for mcs51
11213   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11214   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11215   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11216
11217 $Revision$