4c4acb9eb2ed6e99fd542f5f8e5479a4d6796d40
[fw/sdcc] / ChangeLog
1 2005-10-26 Raphael Neider <rneider AT web.de>
2
3         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
4         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
5           (genAssign): emit warning when casting literals to generic pointer
6             type, also applies when taking the address of a fixed variable,
7           (genCast): improved casting to generic pointers
8         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
9           extern variables, added verbose error message
10         * device/include/pic16/{string.h,errno.h}: added #pragma library c
11         
12 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
13
14         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
15         carry must be complemented too
16         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
17         could be emitted by genMinus
18         * src/SDCCval.c (constVal): fixed bug 1305065
19
20 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
21
22         * src/SDCCast.c (addCast): added promotion for bit variables
23         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
24         promotion casts + optimisation
25         (optimizeGetWord): fix warning 'i' might be used uninitialized
26         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
27         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
28
29 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
30
31         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
32         all chars are promoted to int; promotion should be handled in SDCCast.c
33
34 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
35
36         * device/lib/_strcmp.c: Fixed bug 1326457
37
38 2005-10-11 Raphael Neider <rneider AT web.de>
39
40         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
41         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
42
43 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
44
45         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
46         * support/regression/tests/sfr16.c: added test for the sfr32 bug
47
48 2005-10-04 Raphael Neider <rneider AT web.de>
49
50         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
51           device/lib/pic16/pics.all: added pic18f1320
52         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
53
54 2005-09-30 Raphael Neider <rneider AT web.de>
55
56         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
57         * src/pic16/devices.inc: NEW, provides device descriptions
58         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
59
60 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
61
62         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
63           GETHBIT
64
65 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
66
67         * doc/sdccman.lyx: updated Highest Order Bit documentation,
68           documented Any Order Bit, Higher Order Byte and Higher Order Word
69         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
70         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
71           (optimizeGetAbit): new, to get any bit, not only the high bit,
72           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
73           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
74           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
75           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
76             RIGHT_OP: also try GETBYTE, GETWORD optimization,
77             GETABIT, GETBYTE, GETWORD: decorate them,
78           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
79           (ast_print): added GETABIT, GETBYTE, GETWORD
80         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
81         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
82           (geniCodeBinary): new generic binary icode,
83           (ast2iCode): added GETABIT, GETBYTE, GETWORD
84         * src/port.h: updated comment for PORT.hasExtBitOp
85         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
86           (genGetByte): new, to get a single byte,
87           (genGetWord): new, to get a word from a long,
88           (gen51Code): added GETABIT, GETBYTE, GETWORD
89         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
90
91 2005-09-23 Raphael Neider <rneider AT web.de>
92
93         * configure.in, configure: have device/lib/pic configured
94         * device/lib/Makefile.in: added model-pic14
95         * device/lib/clean.mk: added pic/ to clean rule
96         * device/lib/pic: added rudimentary pic14 library providing support
97           functions for multiplication/division/generic pointer access
98         * src/SDCCopt.c (convilong): mark support functions as extern
99           for pic14 port as well
100         * src/pic/gen.c (genMult): added assertions,
101           (genpic14Code): emit warning on unhandled iCodes
102         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
103         * src/pic/pcode.c (pCodeOpCopy),
104         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
105           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
106           SFR_REGISTER}), made safe for future extensions
107         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
108           instructions even if preceeded by SKIP instructions (also remove
109           them); removed unused code
110         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
111           prevents leaving parts of the structure uninitialized after copying
112
113 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
114
115         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
116           ago by me
117         * support/regression/tests/addsub.c: added test for the bug
118
119 2005-09-21 Raphael Neider <rneider AT web.de>
120
121         * device/include/pic16/pic18f1220.h,
122           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
123         * device/lib/pic16/Makefile.rules: added missing opening paren
124         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
125           are provided in genutils.c,
126           (genUminusFloat,genUminus,genCmpEq): added asserts on different
127           operand/result sizes,
128           (genCmp): assert on NULL pointers first, then check deref'ed values
129         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
130           result size
131
132 2005-09-18 Raphael Neider <rneider AT web.de>
133
134         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
135           as these are now unused,
136           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
137         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
138           local, avoids uninitialized pointer dereference on r->name
139         * src/pic16/ralloc.c (newReg): fixed indentation
140
141 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
142
143         * src/SDCCval.c (constVal): fixed bug 730366
144         * support/Util/SDCCerr.c,
145         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
146
147 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
148
149         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
150
151 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
152
153         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
154
155 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
156
157         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
158           (hex2dec): made hex_digit unsigned char, removed ascii dependance
159         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
160           (hex2dec): made hex_digit unsigned char, removed ascii dependance
161         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
162         * packihx/packihx.c (hexDigit): made c unsigned char
163         * as/mcs51/lklibr.c (fndsym),
164         * link/z80/lkgb.c (gb),
165         * link/z80/lklibr.c (fndsym),
166         * link/z80/lkrloc.c (relr),
167         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
168         * src/SDCC.lex (checkCurrFile, process_pragma),
169         * src/SDCCglue.c (spacesToUnderscores),
170         * src/SDCCmain.c (setParseWithComma, processFile),
171         * src/asm.c (tvsprintf, printCLine),
172         * src/avr/gen.c (emitcode, aopPut),
173         * src/ds390/gen.c (emitcode),
174         * src/hc08/gen.c (emitcode, emitinline),
175         * src/mcs51/gen.c (emitcode, genInline),
176         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
177           tokenizeLineNode),
178         * src/pic/ralloc.c (debugLog),
179         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
180           tokenizeLineNode),
181         * src/pic16/ralloc.c (debugLog),
182         * src/z80/main.c (_process_pragma):
183            made all ctype.h function calls safe
184         * src/SDCCopt.c: include math.h for fabs
185         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
186           and used them throughout the code to make ctype.h function calls safe
187         * src/ds390/main.c (asmLineNodeFromLineNode),
188         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
189         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
190            unsigned char*
191         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
192           (newpCodeAsmDir): made ctype.h function calls safe
193         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
194           pic16_emitcode):  made lbp unsigned char*
195         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
196           (pic16_newpCodeAsmDir): made ctype.h function calls safe
197         * src/xa51/gen.c (emitcode),
198         * src/z80/gen.c (_emit2): made lbp unsigned char*
199         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
200            char*
201
202 2005-09-05 Raphael Neider <rneider AT web.de>
203
204         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
205           access bank splitpoint
206
207 2005-09-05 Raphael Neider <rneider AT web.de>
208
209         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
210
211 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
212
213         * .version: changed to version 2.5.3
214         * doc/sdccman.lyx: changed version to 2.5.3,
215           documented --codeseg and --constseg and pragma codeseg and constseg,
216           documented bit parameters (reentrant) and bit returning
217         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
218            currFunc->recvSize, but is this ok for all ports?
219           (ast2iCode): result of ~ on unsigned char must be cast to int for
220            bool to work
221         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
222           function pointers in bit space
223         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
224           (processFuncArgs): call port.reg_parm() with reentrancy info
225         * src/port.h,
226         * src/avr/main.c,
227         * src/ds390/main.c,
228         * src/hc08/main.c,
229         * src/pic/main.c,
230         * src/pic16/main.c,
231         * src/xa51/main.c,
232         * src/z80/main.c: port.reg_parm prototype extended with
233           "bool reentrant" parameter
234         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
235           options.stackAuto for allocating bit register parameters
236         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
237           (genSend): set BitBankUsed if it is,
238           (selectRegBank): factored out of genCall for use in genPcall,
239           (genCall): removed redundant dtype assignmen, use selectRegBank,
240           (genPcall): handle returning in Carry properly, save in F0 if needed,
241           (genReceive): handle bit register parameters
242         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
243           (mcs51_assignRegisters): enable bit registers for all reentrant
244            functions and don't set BitBankUsed unconditionally
245         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
246         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
247         * support/regression/tests/funptrs.c: added tests for BOOL and for return
248
249 2005-08-27 Borut Razem <borut.razem AT siol.net>
250
251         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
252         ppc-osx (Darwin) does not support -u option. It seems that it is
253         supported only on Linux - GNU cp
254
255 2005-08-25 Borut Razem <borut.razem AT siol.net>
256
257         * sim/ucsim/gui.src/serio.src/Makefile.in,
258           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
259           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
260           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
261           install and strip, since the strip at /usr/ccs/bin should be used
262           on solaris
263
264 2005-08-24 Borut Razem <borut.razem AT siol.net>
265
266         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
267
268 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
269
270         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
271         ffffffffu
272
273 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
274
275         * as/mcs51/aslink.h: completed lkrloc.c prototypes
276         * as/mcs51/lkmain.c (link_main): fixed warning
277         * device/include/stdbool.h: ds390 has no advanced bit support yet
278         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
279         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
280         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
281           and updated their macros
282         * src/SDCCval.c (constVal): updated comment for renamed b_long
283
284 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
285
286         * as/mcs51/asdata.c: changed ctype['['] to BINOP
287         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
288           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
289           (oprio): set priority for '['
290         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
291            and adb_24_bit
292         * as/mcs51/asm.h: added defines R_BIT and S_BIT
293         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
294         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
295         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
296           added overlayable BIT_BANK area
297         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
298           (summary2): explain 'T' in legenda
299         * as/mcs51/lkrloc.c: replaced old K&R style,
300           (relr): added R_BIT processing,
301           (errmsg): added "Bit-addressable relocation error",
302           (adb_bit): added for converting from byte- to bit-addressable space,
303           (adb_24_bit): added for converting from byte- to bit-addressable space
304         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
305            used in reentrant functions now even as return value
306         * device/lib/_gptrput.c (_gptrput): removed obsolete code
307         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
308           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
309         * src/SDCCglobl.h: added indicator BitBankUsed
310         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
311            the bit registers b0-b7
312         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
313           (geniCodeCast): fixed bug 1263853,
314           (geniCodeLogicAndOr): put result in bool or char,
315           (geniCodeReceive): added parameter func for accessing the return type,
316           (geniCodeFunctionBody): pass func to geniCodeReceive
317         * src/SDCCmain.c: added indicator BitBankUsed
318         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
319         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
320           (checkSClass): don't put automatic bool/bit on stack,
321           (checkFunction): removed check on function cannot return bit
322         * src/SDCCsymt.h: added newBoolLink prototype
323         * src/mcs51/gen.c (rb1regs): added bit registers,
324           (movc): created for assigning to carry,
325           (pushReg, popReg): created for pushing registers,
326           (sameRegs): check both AOP_REG and AOP_CRY types,
327           (aopOp): handle bit registers,
328           (aopPut): optimization no self-assign,
329           (saveRegisters): push reg->base (bits) only once for bit registers,
330            and use pushReg,
331           (unsaveRegisters): pop reg->base only once and use popReg,
332           (assignResultValue): added parameter func and return in carry for bits,
333           (genIpush): optimization no reload in A if not changed,
334           (genSend): bit parameters in reentrant functions are passed in bit
335            registers by first assigning to bits in B, then save registers and
336            copy B to bits,
337           (genCall): handle returning in Carry properly, save it in F0 if needed,
338           (genPcall): updated assignResultValue call, this is not safe yet for bit
339            returning function !!!
340           (genFunction): don't generate equ's for bit registers and use pushReg,
341           (genEndFunction): take care of bit returning functions and use popReg,
342           (genRet): return bit in Carry,
343           (genIfx): optimize bit registers and other directly addressable bits,
344           (genReceive): updated assignResultValue call
345         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
346           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
347            registers when using stack-auto
348         * src/mcs51/ralloc.c (_G): added allBitregs,
349           (regs8051): added the bit registers,
350           (createStackSpil): use macro IS_BIT,
351           (getRegBit): added to allocate a bit register, else spill,
352           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
353           (updateRegUsage): factored out to ease stepping while debugging,
354           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
355            also allocate bit registers,
356           (fillGaps): handle bit registers,
357           (findAllBitregs): added to create bit vector with all bit registers,
358           (mcs51_allBitregs): returns this bit vector,
359           (mcs51_assignRegisters): when using stack-auto use bit registers for
360            passing parameters and creating local variables
361         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
362
363 2005-08-22 Borut Razem <borut.razem AT siol.net>
364
365         * device/lib/Makefile.in: replaced find option -or with -o
366           to make it run on solaris
367
368 2005-08-22 Raphael Neider <rneider AT web.de>
369
370         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
371           fixes #1265442 (crash on Solaris)
372
373 2005-08-20 Borut Razem <borut.razem AT siol.net>
374
375         * configure, configure.in: added tests for libsocket and libnsl libraries,
376           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
377           from support/regression/Makefile.in
378         * support/regression/Makefile.in: added
379         * device/lib/pic16/Makefile.common.in: force make to use bash shell
380         * sim/ucsim/libtool: regenerated on sparc-solaris
381         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
382           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
383           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
384           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
385           sparc-solaris, which doesn't use GNU ld linker
386         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
387         * as/Makefile: find on sparc-solaris does not support -maxdepth option
388
389 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
390
391         * src/mcs51/peeph.def: updated comments
392
393 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
394
395         * device/lib/_gptrget.c,
396         * device/lib/_gptrput.c: slightly shorter
397         * doc/sdccman.lyx: incremented version
398         * src/mcs51/peeph.def: moved peephole comments to the line of first
399           change to better keep line correlation, reanimated 186.e
400         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
401
402 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
403
404         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
405           David Saxton with quotes around file name.
406
407 2005-08-15 Borut Razem <borut.razem AT siol.net>
408
409         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
410           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
411           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
412           make tests run on x86_64 platform
413
414 2005-08-13 Raphael Neider <rneider AT web.de>
415
416         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
417           as it might be executed DURING a build (parallel make is wonderful)
418
419 2005-08-13 Raphael Neider <rneider AT web.de>
420
421         * device/lib/Makefile.in (port-specific-objects-pic16):
422           revert to cp $(PORT)/bin/*.* $(PORTDIR)
423         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
424           dependency
425         * device/lib/pic16/Makefile.rules: build subdirs before creating
426           the library, removed builddir rule, create $(builddir) early in
427           recurse rule, use empty recurse rule for leaf directories
428         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
429           mkdir errors (race condition), removed duplicate suffix "hex"
430           from clean rules
431         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
432         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
433           prevents mkdir -p from aborting on Alpha
434
435 2005-08-12 Raphael Neider <rneider AT web.de>
436
437         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
438           db-statements in order to allow for arrays of pointers in code
439           sections to be placed without interspersed 0-padding, fixes
440           bug #1256215
441         * (emitStatistics): fixed division by zero for pic18f1220
442         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
443           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
444         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
445         * (pic16_pCodeConstString): keep track of already emitted string
446           literals to prevent "duplicate definitions of symbol _str_NR"
447         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
448           debug message
449         * device/lib/Makefile.in: ignore failing PIC16 library builds
450         * device/lib/pic16/Makefile: do not build if gputils are missing
451         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
452
453 2005-08-10 Raphael Neider <rneider AT web.de>
454
455         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
456           my last commit)
457
458 2005-08-10 Raphael Neider <rneider AT web.de>
459
460         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
461           Rokas' patch to add the new fixed point type "__fixed16x16"
462         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
463           functions for __fixed16x16 arithmetics
464         * device/lib/pic16: reimplemented the build system to support
465           a separate build directory, better handling of libio (create
466           the library in a separate subdir for each architecture) and
467           easier configuration (centralized in Makefile.common)
468
469 2005-08-07 Raphael Neider <rneider AT web.de>
470
471         * src/pic16/gen.c (genrshTwo): fixed sign extension
472         * src/pic16/device.c: added pic18f2320, 4220 and 4320
473         * device/include/pic16/pic18f2220.h: changed some bit definitions,
474           added T0CONbits
475         * device/include/pic16/pic18f4220.h: NEW, header for
476           pic18f4220 and pic18f4320
477         * device/include/pic16/pic18fregs.h: added new devices,
478           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
479         * device/include/pic16/signal.h: resolved name clashes
480           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
481           to also allow testing for interrupt enable bits, added
482           comments on how to use the macros
483         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
484         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
485           register definitions for the devices
486         * device/lib/pic16/pics.all: added new devices
487         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
488           allocated memory
489         * device/lib/pic16/libc/stdlib/memfree: do not count
490           the block header as free memory
491         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
492           simplified and added missing end-of-blocklist-marker
493           (reported by Peter Onion, fixes #1252814)
494         * (_mergeHeapBlock): fixed loop condition
495         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
496           len==0, restructured code
497         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
498           up a bit, reduced bitfield accesses, prevent endless loops
499           in case of heap corruption
500         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
501           "unreferenced arguments/must return a value" warnings
502         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
503           replaced BAUDREG with SPBRG
504         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
505           device/lib/pic16/debug/gstack/gstack.c: replaced
506           _naked, _asm, _endasm with __naked, __asm, __endasm
507
508 2005-08-05 Raphael Neider <rneider AT web.de>
509
510         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
511           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
512
513 2005-08-05 Borut Razem <borut.razem AT siol.net>
514
515         * device/lib/Makefile.in: added missing ';'
516         * configure: removed ^M characters
517
518 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
519
520         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
521           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
522           License
523
524 2005-08-04 Borut Razem <borut.razem AT siol.net>
525
526         * configure.in: pic16 libraries build 2nd try - enable running
527           configure in device/lib/pic16
528         * configure: regenerated from configure.in
529         * device/lib/Makefile.in: create $(PORT)/bin directory
530
531 2005-08-03 Raphael Neider <rneider AT web.de>
532
533         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
534           to get/set values via pointers
535         * (genUnpackBits,genPackBits): changed detection of
536           ptr->bitfield vs. sym.bitfield, fixed access via generic
537           pointers, removed dead (wrong) code for multibyte bitfields
538         * (genNearPointerGet, genGenPointerGet): removed useless code,
539           fixed bitfield detection, fixes #1250594
540         * (genNearPointerSet): removed useless code
541         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
542           and introduced macro pic16_emitpcode that conditionally emits
543           the origin of the following pCode (useful for debugging SDCC)
544         * src/pic16/pcode.c: changed (and disabled) some debug outputs
545         * (createDefmap): fixed handling of LFSR for --optimize-df
546
547 2005-08-02 Borut Razem <borut.razem AT siol.net>
548
549         * device/lib/Makefile.in: pic16 libraries build enabled since
550           gputils-0.13.2 are now localy installed at sourceforge's compile farm
551
552 2005-08-02 Raphael Neider <rneider AT web.de>
553
554         * src/pic16/gen.c (genPackBits): removed deprecated warning
555         * (genGenPointerSet): fixed bitfield detection
556
557 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
558
559         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
560
561 2005-07-31 Raphael Neider <rneider AT web.de>
562
563         * device/lib/pic16/libdev/pic18f458.c,
564           device/include/pic16/pic18f458.h: added missing T0CONbits
565
566 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
567
568         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
569
570 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
571
572         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
573
574 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
575
576         * device/include/mcs51/at89c51ed2.h: added.
577
578 2005-07-23 Raphael Neider <rneider AT web.de>
579
580         * src/pic/gen.h: added emitpcode macro for debugging
581         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
582           and replace by macro adding debug information on demand
583         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
584         * (gencjne): tried to fix; replaced with correct (slower) code
585         * (gen{Unp,P}ackBits): fixed single bit access
586         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
587         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
588           previous instruction
589         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
590           register has to be handled with care (forbidding movement
591           of assignments/uses, removing assignments completely, ...)
592         * (pCodeOptime2pCodes): make use of regIsSpecial
593         * added lots of debugging output (commented out)
594         * src/pic/rallloc.c (deassignLRs): prevent operand registers
595           from being reused as result UNLESS it is known to work
596
597 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
598
599         * support/Util/dbuf.h: include <stddef.h> for size_t
600         * .version: changed to version 2.5.2
601
602 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
603
604         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
605
606 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
607
608         * src/hc08/gen.c (genMinus): fixed bug #1241835,
609           (genModOneByte): removed needless psha/pula
610
611 2005-07-22 Raphael Neider <rneider AT web.de>
612
613         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
614           have PIC14 handled like PIC16, fixes broken pic14 linker calls
615         * src/pic/gen.c (resolveIfx): do not "invent" labels
616         * (genSkipc): changed to positive logic
617         * (genSkipCond): removed as no longer needed
618         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
619           backport from PIC16
620         * (genLeftShift): check operands are in different registers
621         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
622           INCF does not update CARRY...
623         * src/pic/main.c: fixed _linkCmd
624         * src/pic/pcode.c (unlinkpCode): added inactive code
625         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
626           alive (do not assign result and operand overlapping registers)
627
628 2005-07-22 Raphael Neider <rneider AT web.de>
629
630         * src/pic/device.c (dump_sfr): replaced register declaration with
631           call to emitSymbolToFile() to avoid duplicate symbols
632         * (assignRelocatableRegisters): do not declare external symbols
633         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
634           right (take size of type, not etype)
635         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
636         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
637         * (packRegsForAccUse): disabled assignment of WREG as
638           the result reg to prevent occurence of just fixed #1235003,
639           fixes #1242954
640         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
641           symbols (avoids duplicate symbols in .asm file)
642         * (pic14emitRegularMap): use emitSymbolToFile()
643         * src/pic/gen.c (aopOp): fixed spillLocation handling
644         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
645         * (genDataPointerSet): removed unneccessary variables/output
646
647 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
648
649         * as/mcs51/lkarea.c: enlarged codemap for banked memory
650         * device/lib/mcs51/crtbank.asm: added # to 0x0F
651
652 2005-07-21 Raphael Neider <rneider AT web.de>
653
654         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
655           architecture cannot handle them efficiently, fixes bug #1235003
656         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
657           check for empty sets before using them (fixes bug #1232190)
658
659 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
660
661         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
662           (lnksect2): generate warnings for memory overlap
663         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
664           constseg to set the name of these segments so you can instruct the linker
665           to place them in banks
666         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
667         * src/SDCCglobl.h: added MODEL_HUGE to enum,
668           added code_seg and const_seg to options
669         * src/SDCCglue.c (emitMaps): use options.const_seg,
670           (createInterruptVect): put interrupt vectors in segment HOME,
671           (glue): put HOME before static segment and put the main glue in HOME,
672           (glue): use options.code_seg
673         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
674         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
675           these segments so you can instruct the linker to place them in banks
676           (linkEdit): use code_loc for HOME segment which should be the first
677           segment in code memory now
678         * src/SDCCmem.c: fixed more stuff like bug 1238386
679         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
680           (changePointer): don't change function pointers to code pointers for
681           banked functions,
682           (compareType): added exceptional check for banked function pointers
683         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
684         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
685           after static in code memory
686         * src/mcs51/gen.c: added aopLiteralLong prototype,
687           (aopForSym): use getSize for functions,
688           (genCall): generate banked calls over one trampoline __sdcc_banked_call
689           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
690           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
691           the segment,
692           (genPcall): use call for literal function pointers and generate banked
693           calls over the one trampoline so there's only one place for the user to
694           modify according to his/hers hardware,
695           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
696           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
697         * src/mcs51/main.c: added keyword banked,
698           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
699         * support/Util/SDCCerr.c,
700         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
701           needed for passing the bank and address to the trampoline
702         * device/lib/mcs51/crtbank.asm: added for bankswitching
703         * device/lib/mcs51/Makefile: added crtbank
704
705 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
706
707         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
708           for fields at offset 0 of a struct or union as reported
709           on 2005-07-07 in the developer mailing list.
710
711 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
712
713         * src/SDCCmem.c: fixed bug 1238386
714
715 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
716
717         * src/mcs51/peeph.def: added labelrefcounting for peepholes
718           (patch #1144962), added peephole 300, enabled 259.x
719         * doc/sdccman.lyx: removed screenshot and provided link instead
720
721 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
722
723         * doc/sdccman.lyx: added section about debugging with ddd
724         * doc/figures/ddd_example.eps: screenshot of debugging session
725
726 2005-07-04 Raphael Neider <rneider AT web.de>
727
728         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
729           like CODE pointers, fixes #1115683
730         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
731           call, fixes bugs #1232211, #1228110,
732           fixed wrong casts to pCodeFlow from pCodeInstructions
733
734 2005-07-04 Raphael Neider <rneider AT web.de>
735
736         * src/pic/gen.c (popGet): changed assert to allow for
737           bit operands
738         * (popGetAddr): changed signature to provide
739           an additional index, patched all call sites
740         * (genCmpEq): handle literal-like operands correctly
741         * (genAddrOf): added sanity checks on __code/__data pointers
742         * (genAssign): added handling of symbols from __code section
743         * (gencjne): do not generate code for comparisons whose result
744           is neither stored nor used, fixes bug #1171114
745         * (AccLsh, AccRsh): operate on operand instead of WREG
746         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
747           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
748           by known count
749         * rewrote complete shift-by-literal logic, commented unused
750           functions out
751         * (genConstPointerGet): get multiple bytes (if result size > 1),
752           fixed handling of non-immediate addresses
753         * (genPointerGet): handle CODE pointers like CONST pointers
754         * (genpic14Code): insert C-SRC lines as Cource-pCodes
755         * ({aop,op}_isLitLike): NEW, single place to decide whether an
756           operand is to be treated as a literal or not
757         * (mov2w,genPcall,genCmpEq),
758           src/pic/genarith.c: use aop_isLitLike() to decide between
759           literal/register contents
760         * (addSign): added missing offset
761         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
762           only emit comment in debug-mode,
763           use {aop,op}_isLitLike throughout the file
764         * src/pic/glue.c: fix initializers for pointers (work in progress)
765         * src/pic/pcode.c (get_op): honor index on _const symbols
766         * ({reset,dump}pCodeStatistics): NEW, estimate code size
767         * (dumppBlock): added pCode size estimation
768         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
769           check for IS_SYMOP before OP_SYMBOL'ing
770         * fixed indentation, compacted switch-statements
771         * (allocReg): find free register and allocate it instead of
772           allocating new registers all the time
773         * (deassignLRs): prevent POINTER_GET's from being assigned the same
774           registers as its operands (necessary only for multibyte GETs)
775
776 2005-07-01 Raphael Neider <rneider AT web.de>
777
778         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
779           debugging .asm-output macros FENTRY + FEXIT
780         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
781           way... I wonder...
782         * (emitpComment): NEW, printf to pCode
783         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
784           offset handling
785         * (popGetAddr): NEW, variant of popGet to access an immediates
786           high(er) bytes instead of the n'th byte of memory they reference,
787           replaced popGet with popGetAddr where neccessary
788         * (genDataPointerGet): reactivated and fixed implementation
789         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
790           accesses
791         * (genDataPointerSet): fixed multibyte assignments
792         * (genpic14Code): fixed --i-code-in-asm handling
793         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
794         * (genPlus): fixed index-out-of-bounds error
795         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
796         * src/pic/ralloc.c: added debugging output macro FENTRY2
797         * (spillThis): fixed indentation, enbraced for-body for clarity
798         * (rematStr): commented out as now unused
799         * (regTypeNum): commented out special spill case (overwrites
800           arbitrary values)
801         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
802
803 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
804
805         * doc/sdccman.lyx: documented sfr16/sfr32,
806           added example for using storage class with function pointers
807         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
808
809 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
810
811         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
812         * device/lib/_itoa.c,
813         * device/lib/_ltoa.c: optimized codesize
814         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
815           but don't know how to suppress the double warning.
816         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
817         * support/Util/SDCCerr.c,
818         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
819
820 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
821
822         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
823           fixed old K&R prototypes
824         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
825         * device/lib/_gptrget.c,
826         * device/lib/_gptrgetc.c,
827         * device/lib/_gptrput.c: changed versions for new memory indicator values,
828           also new versions for small generic pointers and banked generic pointers
829         * src/port.h: added const_name
830         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
831         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
832         * src/SDCCcse.c (findPrevIc): check all associative operators
833         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
834         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
835         * src/SDCCmem.c: updated comments,
836           set far-space to 0 for pdata, results in optimized code
837         * src/SDCCmem.h: added macro CONST_NAME
838         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
839           moving the info into the highest bits, see also gptrget/gptrput
840         * src/src.dsp: added sdcc.ico to project files
841         * src/avr/gen.c (genCast): fixed bug 0x%d
842         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
843         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
844           relation between ptr_type and DCL_TYPE,
845           (genCast): fixed bug 0x%d
846         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
847           (CODE)" for const_name
848         * src/hc08/gen.c (genCast): fixed bug 0x%d
849         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
850           (hc08_port): added "CONST (CODE)" for const_name
851         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
852           (aopForRemat, adjustArithmeticResult): disconnected direct relation
853           between ptr_type and DCL_TYPE,
854           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
855           operand* and took AOP() inside function so sfr-ness can be checked,
856           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
857           new prototype,
858           (genFunction, genEndFunction): optimized stack setup,
859           (genMinus): optimized for literals with ending zeroes (in bytes),
860           (genCast): fixed bug 0x%d
861         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
862           (mcs51_port): added "CONST (CODE)" for const_name
863         * src/mcs51/peeph.def: made rule 226 more generic
864         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
865         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
866         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
867         * src/z80/main.c (z80_port): added NULL for const_name,
868           (gbz80_port): added NULL for const_name
869         * support/regression/tests/bug663539.c,
870         * support/regression/tests/sfr16.c: new tests
871
872 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
873
874         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
875
876 2005-06-24 Raphael Neider <rneider AT web.de>
877
878         * device/lib/pic16/libdev/pic18f[68][567]20.c:
879           corrected typos...
880         * device/include/pic16/signal.h: added USBIF
881           and SIG_USB
882
883 2005-06-24 Raphael Neider <rneider AT web.de>
884
885         * device/lib/pic16/libdev/pic18f2455.c,
886           device/include/pic16/pic18f2455.h: NEW
887         * device/include/pic16/pic18fregs.h,
888           device/lib/pic16/pics.all,
889           src/pic16/device.c: added 18f2455
890         * device/lib/pic16/libdev/pic18f[68][567]20.c,
891           device/include/pic16/{pic18f[68][567].h,usart.h}:
892           replaced MULTIPLE_USARTS define with more relaible
893           compatibility sfrs (for USART access)
894
895 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
896
897         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
898           and the output asm file line is printed on two lines.
899
900 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
901
902         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
903           BGT, BLE, BHI, and BLS instructions
904         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
905           genCmpEq): removed
906         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
907           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
908           fixes bug #1216342
909         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
910
911 2005-06-15 Raphael Neider <rneider AT web.de>
912
913         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
914         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
915         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
916           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
917           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
918
919 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
920
921         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
922           Marcel Telka in bug #1215704
923
924 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
925
926         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
927           located in shared memory bank.
928
929 2005-05-31 Raphael Neider <rneider AT web.de>
930
931         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
932           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
933           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
934
935 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
936
937         * device/lib/_strncpy.c: fixed the fix
938
939 2005-05-26 Raphael Neider <rneider AT web.de>
940
941         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
942           initializers with \0, bug #1208187
943         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
944           intializers with \0, bug #1208187
945
946 2005-05-26 Raphael Neider <rneider AT web.de>
947
948         * src/pic16/glue.c (pic16_printIvalChar): fixed string
949           initializers with \0, bug #1208187
950         * src/pic16/main.c (_process_pragma): added sanity checks
951           for stack position and size, emit warnings when appropriate
952
953 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
954
955         * device/lib/_strncpy.c: fixed not filling with \0
956
957 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
958
959         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
960           createFunction),
961         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
962           compound_statement),
963         * src/SDCCsymt.h,
964         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
965
966 2005-05-24 Raphael Neider <rneider AT web.de>
967
968         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
969
970 2005-05-24 Raphael Neider <rneider AT web.de>
971
972         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
973           TRISE definitions, closes bug #1162453
974
975 2005-05-22 Raphael Neider <rneider AT web.de>
976
977         * src/pic16/main.c (_process_pragma): check for missing
978           arguments to pragmas code and udata
979         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
980           consistency fixes to match other headers (thanks to Jim Paris)
981         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
982
983 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
984
985         * src/SDCCicode.c (isOperandEqual): fixed missing ;
986
987 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
988
989         * support/regression/tests/bug1198642.c: new test
990         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
991         * src/SDCCcse.c (findPrevIc): added comment, please have a look
992         * support/scripts/resource.h,
993         * support/scripts/resource.rc,
994         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
995         * support/scripts/sdcc.ico: added 32x32 icon
996
997 2005-05-18 Raphael Neider <rneider AT web.de>
998
999         * device/lib/pic16/libdev/pic18f*.c,
1000         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1001           keywords to "__sfr" and "__at (X)"
1002         * device/include/pic16/pic18fregs.h: added pic18f4520
1003         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1004           #1203088 (MPLAB compatibility)
1005
1006 2005-05-17 Raphael Neider <rneider AT web.de>
1007
1008         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1009         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1010         * device/lib/pic16/pics.all: added new devices
1011         * src/pic16/device.c: added support for pic18f4520
1012
1013 2005-05-16 Raphael Neider <rneider AT web.de>
1014         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1015         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1016         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1017           convenience function for bit access
1018
1019 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1020
1021         * device/lib/printf_large.c: fixed bug 1193299
1022         * support/regression/tests/bug1057979.c: added test %3.3s
1023
1024 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1025
1026         * device/include/mcs51/8051.h,
1027         * device/include/mcs51/8052.h: made parseable with lint
1028         * device/include/mcs51/lint.h: added include file for (sp)lint
1029         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1030         * doc/cdbfileformat.lyx,
1031         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1032
1033 2005-05-14 Raphael Neider <rneider AT web.de>
1034
1035         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1036         * device/lib/pic16/libc/stdlib/itoa.c (new)
1037         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1038         * device/lib/pic16/libio/Makefile: exclude subdir according to
1039           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1040         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1041         * src/pic16/gen.c (genFunction): prevent annoying warning
1042         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1043           nameclashes on BeOS
1044         * support/cpp2/cppmain.c (cpp_output_string): new
1045         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1046           fixes bug 1116802
1047
1048 2005-05-13 Borut Razem <borut.razem AT siol.net>
1049
1050         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1051
1052 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1053
1054         * .version: changed to version 2.5.1; back to bleeding edge development
1055
1056 2005-05-11 Borut Razem <borut.razem AT siol.net>
1057
1058         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1059           generate PDF version 1.3 documents
1060
1061 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1062
1063         * .version: changed to version 2.5.0
1064
1065 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1066
1067         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1068
1069 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1070
1071         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1072         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1073         well as many smaller updates.
1074         * .version: changed to version 2.5.0-pre1
1075
1076 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1077
1078         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1079
1080 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1081
1082         * support/regression/tests/bug1185672.c: added
1083         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1084           bug 1185672
1085         * src/mcs51/gen.c (genCall): added comments, made it look safer
1086         * src/mcs51/gen.c (genEndFunction): simplified
1087
1088 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1089
1090         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1091
1092 2005-04-14 Borut Razem <borut.razem AT siol.net>
1093
1094         * fixed bug 1045046 - SIGSEGV with really simple code?:
1095           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1096           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1097
1098 2005-04-14 Borut Razem <borut.razem AT siol.net>
1099
1100         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1101           src/pic16/device.h: temporarily disabled experimental #inline pragma
1102           for 2.5.0 release
1103
1104 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1105
1106         * device/include/z80/stdio.h,
1107         * device/include/z80/string.h: removed these highly incomplete files so
1108           SDCC can use the default ones in device/include/
1109
1110 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1111
1112         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1113         gcc warning.
1114         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1115         fix sdcpp warnings.
1116
1117 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1118
1119         * device/include/malloc.h: removed redundant __reentrant prototypes
1120         * device/lib/_mullong.c: added working xstack variant in asm (C version
1121           doesn't pass regression tests)
1122         * device/lib/bpx.c: used __data and made bpx char for mcs51
1123         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1124           (createFunction): fixed bug with xstackPtr
1125         * src/SDCCcse.c: corrected comments
1126         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1127           (killDeadCode, eBBlockFromiCode): removed unused code
1128         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1129           corrected comments
1130         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1131           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1132           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1133           (genModOneByte): fixed warning in MSVC
1134         * src/mcs51/main.c (): added comments
1135         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1136
1137 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1138
1139         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1140
1141 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1142
1143         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1144
1145 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1146
1147         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1148         characters arrays of larger size than the declared one.
1149
1150 2005-04-10 Borut Razem <borut.razem AT siol.net>
1151
1152         * src/pic/gen.c (genInline),
1153           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1154           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1155           (findNextInstruction), (findPrevInstruction),
1156           (findInstructionUsingLabel),
1157           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1158         * src/pic/pcode.c (findLabel): added missing '\n'
1159         * src/src.dsp: added SDCCdwarf2.c to the project
1160
1161 2005-04-09 Borut Razem <borut.razem AT siol.net>
1162
1163         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1164
1165 2005-04-08 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1168           into the chain after a given one) and mergeDefmapSymbols (combine
1169           defmap entries for each symbol per pcode)
1170         * (createDefmap): have defmap entries merged in the end
1171         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1172           a symbol before replacing one access type's symbol, merge symbols in
1173           the end (replacement symbol might already have an entry)
1174         * (assignValnums): keep reference to written WREG intact
1175
1176 2005-04-08 Raphael Neider <rneider AT web.de>
1177
1178         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1179           Alpha)
1180
1181 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1182
1183         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1184         bytes
1185
1186 2005-04-07 Raphael Neider <rneider AT web.de>
1187
1188         * device/include/pic16/usart.h: added compatibility defines for
1189           devices with more than one USART
1190         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1191
1192 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1193
1194         * device/lib/Makefile.in: updated for port specific include
1195
1196 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1197
1198         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1199
1200 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * device/include/8051.h,
1203         * device/include/8052.h,
1204         * device/include/at89S8252.h,
1205         * device/include/at89c55.h,
1206         * device/include/at89x051.h,
1207         * device/include/at89x51.h,
1208         * device/include/at89x52.h,
1209         * device/include/mcs51reg.h,
1210         * device/include/reg51.h,
1211         * device/include/reg764.h,
1212         * device/include/regc515c.h,
1213         * device/include/sab80515.h: (re)moved these 12 files
1214         * device/include/mcs51/8051.h,
1215         * device/include/mcs51/8052.h,
1216         * device/include/mcs51/at89S8252.h,
1217         * device/include/mcs51/at89c55.h,
1218         * device/include/mcs51/at89x051.h,
1219         * device/include/mcs51/at89x51.h,
1220         * device/include/mcs51/at89x52.h,
1221         * device/include/mcs51/mcs51reg.h,
1222         * device/include/mcs51/reg51.h,
1223         * device/include/mcs51/reg764.h,
1224         * device/include/mcs51/regc515c.h,
1225         * device/include/mcs51/sab80515.h: and added them here
1226
1227 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1228
1229         * device/include/stdarg.h: changed SDCC specific keywords to double
1230           underlined form.
1231         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1232           mcs51 and ds390.
1233         * device/include/hc08/mc68hc908gp32.h,
1234         * device/include/hc08/mc68hc908jb8.h,
1235         * device/include/hc08/mc68hc908jkjl.h,
1236         * device/include/hc08/mc68hc908qy.h: fixed comments
1237         * device/include/mcs51/README: updated
1238         * device/include/mcs51/c8051f120.h: added PINRSF
1239         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1240         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1241           amidst code. Also inline is not supported.
1242
1243 2005-04-06 Raphael Neider <rneider AT web.de>
1244
1245         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1246         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1247           callers stack/frame pointers
1248
1249 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1250
1251         * device/include/pic16/usart.h: added, missing in previous commit,
1252         * device/include/pic16/adc.h: fixed typo,
1253         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1254         commit,
1255         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1256         <p18fxxx.inc>
1257         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1258         uninitialized because a bug appears with gplink
1259         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1260         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1261         complains for unrecognised option
1262
1263 2005-04-05 Raphael Neider <rneider AT web.de>
1264
1265         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1266           structs as well (using memcpy)
1267         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1268           on ISRs (GOTO has no label)
1269         * src/pic16/device.h: added OF_OPTIMIZE_DF
1270         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1271           new data flow analysis/optimization
1272         * src/pic16/pcode.c: added (prototypes for and implementation of)
1273           dataflow analysis functions, fixed pCodeInstructions' inCond and
1274           outCond values, made RCALL a branch instruction
1275         * (pic16_unlinkpCode): keep C line if possible
1276         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1277           C line moved if possible
1278         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1279         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1280           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1281         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1282           new flow)
1283         * (pic16_getJumptabpCode): NEW, needed in...
1284         * (LinkFlow): fixed handling of jumptables, calls and conditional
1285           branches
1286         * (pic16_InsertCommentAfter): NEW
1287         * (pic16_pCodeReplace): made verbose and flow preserving
1288         * (AnalyzeFlow): added call to data flow analysis
1289         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1290         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1291         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1292
1293 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1294
1295         * src/SDCCast.c (decorateType): fixed bug #1105626
1296
1297 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1298
1299         * device/include/asm/pic16/features.h,
1300         * pic18f*.h headers,
1301         * device/include/pic16/adc.h,
1302         * device/include/pic16/delay.h,
1303         * device/include/pic16/i2c.h,
1304         * device/include/pic16/malloc.h,
1305         * device/include/pic16/stdio.h,
1306         * device/include/pic16/stdlib.h,
1307         * device/include/pic16/string.h,
1308         * device/lib/pic16/libc/stdio/printf_tiny.c,
1309         * device/lib/pic16/libc/stdio/printf_small.c,
1310         * device/lib/pic16/libc/stdio/strmgpsim.c,
1311         * device/lib/pic16/libc/stdio/strmmssp.c,
1312         * device/lib/pic16/libc/stdio/strmusart.c,
1313         * device/lib/pic16/libc/stdio/vfprintf.c,
1314         * device/lib/pic16/libc/stdlib/ltoa.c,
1315         * device/lib/pic16/libc/stdlib/putchar.c,
1316         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1317         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1318         * device/lib/pic16/libc/stdlib/memchrram.c,
1319         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1320         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1321         * device/lib/pic16/libio/adc/adcbusy.c,
1322         * device/lib/pic16/libio/adc/adcread.c,
1323         * device/lib/pic16/libio/adc/adcsetch.c,
1324         * device/lib/pic16/libio/usart/ubaud.c,
1325         * device/lib/pic16/libio/usart/ubusy.c,
1326         * device/lib/pic16/libio/usart/udrdy.c,
1327         * device/lib/pic16/libio/usart/uopen.c,
1328         * device/lib/pic16/libio/usart/uputc.c,
1329         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1330         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1331         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1332         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1333         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1334         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1335         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1336         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1337         specific keywords to double underlined form,
1338         * device/lib/pic16/libc/Makefile.rules,
1339         * device/lib/pic16/libsdcc/Makefile.rules,
1340         * device/lib/pic16/libm/Makefile,
1341         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1342         to compile with C standard set in Makefile.common
1343         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1344         rand.c and crc.c in compilation process,
1345         * device/lib/pic16/libsdcc/int/divuint.c,
1346         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1347         `c' from signed to unsigned,
1348         * device/lib/pic16/startup/crt0.c,
1349         * device/lib/pic16/startup/crt0i.c,
1350         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1351         keywords to double underlined form, bug fixes in _do_cinit function
1352         which prevented the correct initialization of the .idata segment,
1353         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1354         core to enter a infinite loop
1355         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1356
1357 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1358
1359         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1360
1361 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1362
1363         * device/include/Makefile.in: add support for hc08 subdirectory
1364         * device/include/hc08/: new subdirectory
1365         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1366         Lucas Loizaga, thanks!
1367         * device/include/hc08/mc68hc908qy.h,
1368         * device/include/hc08/mc68hc908gp32.h,
1369         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1370         their own directory. Changed internal macro names to use the compiler
1371         reserved namespace. Changed SDCC specific keywords to double
1372         underlined form.
1373         * device/include/math.h,
1374         * device/include/malloc.h,
1375         * device/include/stdarg.h,
1376         * device/include/stdbool.h
1377         * device/include/string.h,
1378         * device/include/tinibios.h,
1379         * device/include/ds400rom.h,
1380         * device/include/8051.h,
1381         * device/include/8052.h,
1382         * device/include/80c51xa.h,
1383         * device/include/at89c55.h,
1384         * device/include/at89S8252.h,
1385         * device/include/at89x51.h,
1386         * device/include/at89x52.h,
1387         * device/include/ds80c390.h,
1388         * device/include/reg764.h,
1389         * device/include/regc515c.h,
1390         * device/include/sab80515.h,
1391         * device/include/mcs51/c8051f000.h,
1392         * device/include/mcs51/c8051f018.h,
1393         * device/include/mcs51/c8051f020.h,
1394         * device/include/mcs51/c8051f040.h,
1395         * device/include/mcs51/c8051f060.h,
1396         * device/include/mcs51/c8051f120.h,
1397         * device/include/mcs51/c8051f300.h,
1398         * device/include/mcs51/c8051f310.h,
1399         * device/include/mcs51/c8051f320.h,
1400         * device/include/mcs51/c8051f330.h,
1401         * device/include/mcs51/c8051f350.h,
1402         * device/include/z180.h: Changed SDCC specific keywords to double
1403         underlined form.
1404
1405 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1406
1407         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1408         18F4455,
1409         * (pic16_assignConfigWordValue): disable testing of configuration
1410         register value with config mask,
1411         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1412         function with port->fun_prefix,
1413         * (genFunction): when generating a naked interrupt function never
1414         create an absolute segment placed in interrupt vector address, place
1415         the actual interrupt function at IVA instead, when an interrupt
1416         function is generated with unspecified interrupt then do not create
1417         the absolute section,
1418         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1419         code for generating a call to generic pointer get/put function with
1420         a call to function pic16_callGenericPointer(),
1421         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1422         the call to the generic pointer get/put functions with prefixing the
1423         function name with port->fun_prefix,
1424         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1425         * src/pic16/main.c (_process_pragma): prefix function with
1426         port->fun_prefix,
1427         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1428         calling assembler, old 18Fxxxx macro is deprecated,
1429         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1430         PC_ASMDIR in while condition,
1431         * (findInstruction): add PC_ASMDIR in while condition,
1432         * (buildCallTree): prefix main with port->fun_prefix,
1433         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1434         identifier for variable with banked access in instructions BTFSS,
1435         BTFSC, BCF, BSF, BTG
1436         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1437         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1438         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1439         perform optimization when enviroment variable NO_REG_OPT is set,
1440         * (insideLRBlock): NEW, return 1 if register is inside an
1441         INF_LOCALREGS block,
1442         * (RemoveRegFromLRBlock): remove a register that is completely
1443         eliminated by register optimization, but it is still left in local
1444         register store/restore in/from stack block,
1445         * (Remove2pcodes): after removing register, check to see if it
1446         should be removed from local register store/restore in/from stack
1447         block,
1448         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1449         DUMMY_READ_VOLATILE,
1450
1451         * device/include/pic16/adc.h: minor prototype modifications and
1452         update,
1453         * device/include/pic16/malloc.h: added GPL notice various
1454         modifications,
1455         * device/include/pic16/stdint.h: NEW, standard header for ints
1456         * device/include/pic16/delay.h: NEW, header for delay functions,
1457         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1458         delay1mtcy,
1459         * device/include/pic16/signal.h: NEW, header providing helper macros
1460         for implementing signal handlers,
1461         * device/include/pic16/stdio.h: added prototypes for functions,
1462         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1463         prototypes for stdin and stdout, added macro PUTCHAR to
1464         automatically implement putchar function prototype,
1465         * device/include/pic16/usart.h: modified and updated USART library,
1466         * device/lib/pic16/libio/adc/,
1467         * device/lib/pic16/libio/i2c: some modifications to improve library
1468         performance,
1469         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1470         family of functions,
1471         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1472         family of functions and other sources,
1473         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1474         of the PIC18Fxx[28] devices,
1475         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1476         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1477         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1478         _do_cinit function, because the previous failed when local variables
1479         where not placed in the same memory bank,
1480         * device/lib/pic16/libsdcc/char/: various modifications to improve
1481         library performance,
1482         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1483         information on the new functions of the c library and more...
1484
1485 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1486
1487         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1488
1489 2005-03-26 Raphael Neider <rneider AT web.de>
1490
1491         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1492           if condition == CARRY)
1493         * (genCmp): adapted to new genSkipc semantics
1494         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1495           on rIfx (genCmp was broken)
1496
1497 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1498
1499         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1500         * src/z80/main.c (_keywords[]),
1501         * src/SDCCglobal.h (struct options),
1502         * src/SDCC.y,
1503         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1504         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1505         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1506         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1507         always available in leading double underscore form. The C99 support is
1508         mostly missing, but it's a start.
1509         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1510         reserved identifier "__data".
1511
1512 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1513
1514         * src/mcs51/peeph.def: fixed bug 1170013
1515
1516 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1517
1518         * device/include/mcs51reg.h: fixed bug 842007
1519
1520 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1521
1522         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1523         last time.
1524
1525 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1526
1527         * src/port.h (struct PORT),
1528         * src/avr/ralloc.c (avr_assignRegisters),
1529         * src/avr/main.c,
1530         * src/ds390/ralloc.c (ds390_assignRegisters),
1531         * src/ds390/main.c,
1532         * src/hc08/ralloc.c (hc08_assignRegisters),
1533         * src/hc08/main.c,
1534         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1535         * src/mcs51/main.c,
1536         * src/pic/ralloc.c (pic14_assignRegisters),
1537         * src/pic/main.c,
1538         * src/pic16/ralloc.c (pic16_assignRegisters),
1539         * src/pic16/main.c,
1540         * src/xa51/ralloc.c (xa51_assignRegisters),
1541         * src/xa51/main.c,
1542         * src/z80/ralloc.c (z80_assignRegisters),
1543         * src/z80/ralloc.h,
1544         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1545         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1546         * src/SDCCcse.h,
1547         * src/SDCCdflow.c (computeDataFlow),
1548         * src/SDCCdflow.h,
1549         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1550         * src/SDCCloop.h,
1551         * src/SDCCcflow.c (*),
1552         * src/SDCCcflow.h,
1553         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1554         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1555         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1556         immedDom() returning wrong block; probably fixes bug #1160833)
1557
1558 2005-03-20 Borut Razem <borut.razem AT siol.net>
1559
1560         * support/scripts/inc2h.pl: WIN32 port
1561
1562 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1563
1564         * device/lib/makefile.in: added abs.c and labs.c
1565
1566 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1567
1568         * device/include/stdint.h: added
1569         * device/lib/abs.c: added
1570         * device/lib/labs.c: added
1571         * device/include/stdlib.h: added abs() and labs() prototypes
1572         * device/lib/libsdcc.lib: added abs and labs
1573         * device/include/float.h,
1574         * device/lib/_fsmul.c,
1575         * device/lib/printf_fast.c,
1576         * device/lib/printf_tiny.c: updated comments
1577
1578 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1579
1580         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1581         bug #1164313
1582
1583 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1584
1585         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1586         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1587
1588 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1589
1590         * device/lib/printf_large.c: removed inline assembly for portability and
1591           readability. Use printf_fast if speed or size are more important.
1592         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1593         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1594
1595 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1596
1597         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1598         prevent compiler warning
1599
1600 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1601
1602         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1603         moved to level 0 and declared as static. Also they are explicit
1604         placed in access bank. This was necessery because some times they
1605         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1606         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1607         optimizations. Currently only compare to unsigned char is implemented,
1608         * src/pic16/gen.c: added fReturnIdx array,
1609         * (struct resolvedIfx) is moved to gen.h and made public,
1610         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1611         * (aopForSym): added an optimization to directly store in stack of
1612         the operand of a SEND iCode,
1613         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1614         but as registers instead (AOP_REG) using the fReturnIdx array,
1615         * (pic16_freeAsmop): remove the freed register from the
1616         _G.sregsAlloc field,
1617         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1618         a compare of 'WREG',
1619         * (pic16_popGetTempRegCond): changed function prototype, now
1620         function takes also a bitVector argument v which holds the current
1621         set of registers that are allocated for stack access by aopForSym,
1622         registers allocated in aopForSym for accessing stack symbols are not
1623         any more part of the functions usedRegs field,
1624         * (genCall): some times aopOp is called for a stack variable to be
1625         send, aopForSym might perform the push, if this is true make sure
1626         that genCall doesn't push the variable twice by testing _G.resDirect,
1627         * (genFunction): changed testing for unspecified interrupt number
1628         from 256 to INTNO_UNSPEC,
1629         * modified selection scheme of frame pointer generation. Previously
1630         if function did use local registers a frame pointer was generated,
1631         now a frame pointer is generated only if function has arguments
1632         (that need PLUSW2 register access), or has stack arguments, or the
1633         compiler is not instructed to omit the frame pointer,
1634         * (genEndFunction): before restoring local registers that were saved
1635         in the function preamble, also restore the registers that *might*
1636         have been allocated for stack access,
1637         * (genRet): removed some old comments,
1638         * (genCmp, the active (RN's) version): added a call to the
1639         pic16_genCmp_special function to perform the compare with a more
1640         robust and optimized way,
1641         * (genInline): a feature has been added in inline code generation,
1642         which allows a wildcard variable substitution when writing inline
1643         assembly. Code is incomplete and experimental therefore undocumented,
1644         * (genCast): changed order of aopOp for result and right to allow
1645         aopForSym to directly load the result if possible,
1646         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1647         perform an optimized compare on some selected special occasions,
1648         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1649         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1650         generate an IVT any more,
1651         * src/pic16/main.c (pic16_optionsTable): added command line option
1652         --optimize-cmp,
1653         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1654         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1655         macros,
1656         * src/pic16/NOTES: Raphael Neider added in list of active developers
1657         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1658         jumptable_end to prevent bug #,
1659         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1660         inCond and outCond fields,
1661         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1662         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1663         turn off register spilling,
1664         * (packRegsForOneUse): synced with other ports' versions although it
1665         is not used currently,
1666         * (pic16_packRegisters): added an optimization while reading
1667         structure bitfields, some registers may be saved (malloc code is
1668         decreased by 80 bytes)
1669
1670 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1671
1672         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1673         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1674         this can be optimized more?
1675
1676 2005-03-10 Raphael Neider <rneider AT web.de>
1677
1678         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1679           genNearPointerGet): (hopefully) fixed access to bitfields via
1680           pointers (p->bitN = x; and x = p->bitN; failed)
1681
1682 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1683
1684         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1685
1686 2005-03-09 Raphael Neider <rneider AT web.de>
1687
1688         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1689
1690 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1691
1692         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1693         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1694           (regTypeNum): set REG_BIT type if necessary
1695         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1696         * support/regression/tests/critical.c: check bug 1144613
1697
1698 2005-03-02 Raphael Neider <rneider AT web.de>
1699
1700         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1701
1702 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1703
1704         * src/avr/ralloc.c (serialRegAssign),
1705         * src/ds390/ralloc.c (serialRegAssign),
1706         * src/hc08/ralloc.c (serialRegAssign),
1707         * src/mcs51/ralloc.c (serialRegAssign),
1708         * src/pic/ralloc.c (serialRegAssign),
1709         * src/pic16/ralloc.c (serialRegAssign),
1710         * src/xa51/ralloc.c (serialRegAssign),
1711         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1712
1713 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1714
1715         * src/SDCCast.c (decorateType): fixed bug 1124787
1716
1717 2005-02-20 Hubert Sack <sack AT digiplan.de>
1718         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1719
1720         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1721         patch #1121755
1722
1723 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1724
1725         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1726         to keep the correct label reference count when adding/removing references
1727         to labels. A peephole file using this is appended to patch #1144962.
1728
1729 2005-02-14 Raphael Neider <rneider AT web.de>
1730
1731         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1732         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1733         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1734           retrievals of result operand's value on assignment
1735
1736 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1737
1738         * device/include/pic16/string.h: modified prototype for memccpy()
1739         to memccpy(void *, void *, char, size_t)
1740         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1741         check whether to omit frame pointer or not,
1742         * (genInline): convert all occurences of "\n" to LF in inline
1743         assembler blocks, this helps formatting the inline text,
1744         * (pic16_loadFSR0): modified prototype,
1745         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1746         removed some 8051 legacy code,
1747         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1748         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1749         before allocating temporary registers in functions,
1750
1751 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1752
1753         * support/regression/tests/bitvars.c: corrected the "fix"
1754
1755 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1756
1757         * support/regression/tests/bitvars.c,
1758         * support/regression/tests/bitwise.c,
1759         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1760
1761 2005-02-10 Raphael Neider <rneider AT web.de>
1762
1763         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1764           different size for Alpha
1765         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1766
1767 2005-02-09 Raphael Neider <rneider AT web.de>
1768
1769         * src/SDCC.lex(doPragma) : save and restore warning options as well
1770           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1771         * have #pragma less_pedantic set the errorlevel to WARNING
1772           (fixes #1117001)
1773         * (cloneOptimize) : fixed wrong malloc's size
1774         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1775           facilitate correct handling of #pragma (save|restore)
1776
1777 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1778
1779         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1780
1781 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1782
1783         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1784
1785 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1786
1787         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1788
1789 2005-02-02 Raphael Neider <rneider AT web.de>
1790
1791         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1792         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1793         * (pic16_storeForReturn): fixed to allow returning function pointers
1794         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1795         * device/include/pic16/{stddef.h,stdbool.h}: added
1796
1797 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1798
1799         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1800
1801 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1802
1803         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1804         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1805          appeared to be required
1806
1807 2005-01-31 Borut Razem <borut.razem AT siol.net>
1808
1809         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1810           include/mcs51 and include/z80 directories to the package
1811
1812 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1813
1814         * src/hc08/gen.c (genFunction): fixed bug #1112752
1815
1816 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1817
1818         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1819
1820 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1821
1822         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1823
1824 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1825
1826         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1827
1828 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1829
1830         * device/include/c8051fxxx.h: removed these 6 files
1831         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1832
1833 2005-01-26 Raphael Neider <rneider AT web.de>
1834
1835         * src/pic16/gen.c (genAssign): fixed assignment from longs
1836           in codespace (were cut to three bytes)
1837         * (genDummyRead): implemented (except for CODESPACE...),
1838           fixed bug #1108575
1839         * src/pic16/glue.c (emitStatistics): beautified
1840         * device/lib/pic16/libm/Makefile: added include path
1841
1842 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1843
1844         * src/z80/gen.c (aopPut): fixed bug #1103902
1845
1846 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1847
1848         * device/lib/expf.c: fixed bug #1095792
1849
1850 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1851
1852         * device/lib/pic16/libm: added Math library sources
1853
1854 2005-01-24 Raphael Neider <rneider AT web.de>
1855
1856         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1857           to enable upcast to pCodeOpReg2 (there is no type tag to
1858           differenciate the two and pic16_popGet2p cast into PCOR2)
1859         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1860           (sizeof(sectNames) changed to sizeof(sectName))
1861           Both patches fix segfaults under MinGW.
1862
1863 2005-01-23 Raphael Neider <rneider AT web.de>
1864
1865         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1866           Safe_[mc]?alloc()'ed variables
1867         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1868           of (byte sized) temporaries (assign them to WREG for now)
1869         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1870           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1871           this might fix SIGSEGVs on MinGW...
1872         * src/SDCCopt.c (killDeadCode): restored original behaviour
1873           (volatile operands might get thrown away though)
1874
1875 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1876
1877         * src/pic16/gen.c: fixed bug #1106975,
1878         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1879         pointer update, INTCON is saved, global interrupts are disabled and
1880         restored after updateing TOS.
1881         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1882         * added function attribute 'shadowregs' to take advantage of shadow
1883         registers,
1884         * added function attribute 'wparam' as an alternative to the wparam
1885         pragma,
1886         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1887         user declares a non-ISR function as 'shadowregs',
1888         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1889
1890 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1891
1892         * .version: bumped version number to 2.4.8
1893         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1894         pic16 port,
1895         * device/lib/pic16/libio/i2c/: I2C module support library,
1896         * device/include/pic16/i2c.h: I2C support library header,
1897         * device/lib/pic16/libc/stdio/: standard IO support sources,
1898         * (printf_small.c): printf_small() source, supports float print,
1899         * (printf_tiny.c): printf_tiny() source, does not support floats,
1900         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1901         enable global optimizations for entire library source, other
1902         Makefiles in the source tree are also modified to reflect this,
1903         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1904         function,
1905         * doc/sdccman.lyx: updated to reflect new changes,
1906         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1907         sym->onStack if-case,
1908         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1909         sbit, idata, _idata, xdata, _xdata,
1910         * added pragma library, to link an external library, (see doc),
1911         * removed command line options, --pomit-config-words, --pomit-ivt,
1912         --pleave-reset-vector,
1913         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1914         when calling assembler to reflect memory model used, also define
1915         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1916         reflect stack model used,
1917         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1918         on stack return NULL,
1919
1920 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1921
1922         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1923           of the operands is volatile. Fixes #1020220
1924
1925 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1926
1927         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1928         * (OptimizeRegUsage): make sure that there is really no other flow where
1929           the first pCode is used
1930
1931 2005-01-22 Raphael Neider <rneider AT web.de>
1932
1933         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1934           to fix #1106967 (pCode->seq are not set up correctly)
1935
1936 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1937
1938         * src/SDCCglue.c (glue): make sure code area is declared before the
1939         static initialization area.
1940
1941 2005-01-21 Raphael Neider <rneider AT web.de>
1942
1943         * device/lib/Makefile.in: fixed test for pic16 install dir
1944         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1945           optimizations
1946         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1947           added --optimize-goto compiler switch and pragma wparam documentation
1948         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1949         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1950           and PRODH closing bug #1071770 (peephole optimizer)
1951
1952 2005-01-19 Raphael Neider <rneider AT web.de>
1953
1954         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1955           cmdLine buffers (used when calling sdcpp...) are large enough
1956           (MAX_PATH=256 truncates arguments leading to system halts when
1957           used in MinGW...)
1958         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1959         * (genUminus): rewritten to for efficiency
1960         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1961           used uninitialized in some cases)
1962         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1963           copy the third byte from the int -- now assumes 0x80 (data memory)
1964         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1965           operands (genAddLit expects the iCode's operands to swapped as
1966           well), fixed leftover bytes (crashed for short left operands)
1967         * (pic16_genMinusDec): performance improvements, removed false
1968           PIC14 emitSKPNCs
1969         * (pic16_genMinus): fixed to cope with differently sized operands
1970         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1971           for --obanksel > 1
1972         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1973         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1974           new banksel optimization
1975         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1976           analysis for temporary registers (segfaults...)
1977         * src/pic16/peeph.def: added rule
1978
1979 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1980
1981         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1982         which converts a float number to its ASCII representation
1983         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1984         functions to convert the fractional and integer part of a float to ASCII,
1985         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1986         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1987         ram
1988         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1989         _STATMEM macros,
1990         * device/include/pic16/adc.h: added GPL info,
1991         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1992         a pCodeOp as tested operand,
1993         * (genNearPointerGet): optimized bit testing, does not use
1994         intermediate register for bit value, test directly instead with
1995         BTFSS, BTFSC, works only for single bits,
1996         * (genpic16Code): dump the name of the iCode in the asm,
1997         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1998         renamed to pic16_decodeOp,
1999         * (serialRegAssign): do not allocate a temporary register for iCode
2000         sequences that test a single bit for 1/0
2001
2002 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2003
2004         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2005         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2006         access stack and frame pointers. They are initially assigned to
2007         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2008         accessing SFRs. Updated all occurences of modification of stack or
2009         frame pointer in gen.c and pcode.c,
2010         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2011         assigning of a literal value to pointers,
2012         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2013         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2014         selected
2015
2016 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2017
2018         * doc/sdccman.lyx: update documentation about stack pragma, added
2019         some info for stack memory models
2020
2021 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2022
2023         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2024
2025 2005-01-08 Raphael Neider <rneider AT web.de>
2026
2027         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2028           udata sections to fix bug #1097823
2029
2030 2005-01-05 Raphael Neider <rneider AT web.de>
2031
2032         * src/pic16/gen.c (genGenericShift): added handling of differently
2033           sized left operand and result
2034
2035 2005-01-04 Raphael Neider <rneider AT web.de>
2036
2037         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2038         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2039           to hold the condition bit)
2040         * added new version of genCmp (old code available via #define)
2041         * added new version of genShiftLeft/genShiftRight in a generic
2042           way, now supports shifting by negative values
2043         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2044           shiftCount (expected by genGenericShift)
2045         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2046         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2047           dump
2048         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2049           is an invalid literal too...)
2050
2051 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2052
2053         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2054         from Raphael Neider,
2055         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2056         for 8-bit literals. This fixes some literal operands which are sign
2057         extended to 16-bits ints when instruction needs only 8-bits.
2058
2059 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2060
2061         * device/lib/logf.c: added mcs51 assembly version
2062         * device/lib/expf.c: added mcs51 assembly version
2063         * device/lib/_logexpf.c: new shared asm code for expf and logf
2064         * device/include/math.h: add defines for assembly math library
2065         * device/lib/Makefile.in: build new _logexpf.c
2066         * device/lib/libfloat.lib: use new _logexpf.c
2067
2068 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2069
2070         * src/pic/device.c
2071         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2072           device types which have less than 0x7f registers.
2073
2074 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2075
2076         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2077
2078 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2079
2080         * device/lib/printf_fast.c: only build on supported arch.
2081         * device/lib/printf_tiny.c: only build on supported arch.
2082         * device/lib/printf_fast_f.c: only build if asm float lib
2083         * device/lib/_fsget1arg.c: only build if asm float lib
2084         * device/lib/_fsget2args.c: only build if asm float lib
2085         * device/lib/_fsnormalize.c: only build if asm float lib
2086         * device/lib/_fsreturnval.c: only build if asm float lib
2087         * device/lib/_fsrshift.c: only build if asm float lib
2088         * device/lib/_fsswapargs.c: only build if asm float lib
2089         * device/include/stdio.h: don't provide print_fast,
2090           print_fast_f, print_tiny prototypes if --xstack used
2091
2092 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2093
2094         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2095         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2096           to the SOURCES
2097
2098 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2099
2100         * device/lib/printf_fast_f.c: same as printf_fast, but
2101           with floating point enabled
2102         * device/lib/printf_fast.c: minor tweaks
2103         * device/include/stdio.h: add printf_fast_f
2104
2105 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2106
2107         * src/SDCCmain.c: make --float-reent default for mcs51
2108         * device/lib/_fsadd.c: added mcs51 assembly version
2109         * device/lib/_fssub.c: added mcs51 assembly version
2110         * device/lib/_fsmul.c: added mcs51 assembly version
2111         * device/lib/_fsdiv.c: added mcs51 assembly version
2112         * device/lib/_fseq.c: added mcs51 assembly version
2113         * device/lib/_fsneq.c: added mcs51 assembly version
2114         * device/lib/_fsgt.c: added mcs51 assembly version
2115         * device/lib/_fslt.c: added mcs51 assembly version
2116         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2117         * device/lib/Makefile.in: add _fscmp to build
2118         * device/lib/libfloat.lib: add _fscmp to build
2119
2120 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2121
2122         * device/lib/_fs2slong.c: added mcs51 assembly version
2123         * device/lib/_fs2sint.c: added mcs51 assembly version
2124         * device/lib/_fs2schar.c: added mcs51 assembly version
2125         * device/lib/_fs2ulong.c: added mcs51 assembly version
2126         * device/lib/_fs2uint.c: added mcs51 assembly version
2127         * device/lib/_fs2uchar.c: added mcs51 assembly version
2128         * device/lib/_slong2fs.c: added mcs51 assembly version
2129         * device/lib/_sint2fs.c: added mcs51 assembly version
2130         * device/lib/_schar2fs.c: added mcs51 assembly version
2131         * device/lib/_ulong2fs.c: added mcs51 assembly version
2132         * device/lib/_uint2fs.c: added mcs51 assembly version
2133         * device/lib/_uchar2fs.c: added mcs51 assembly version
2134         * device/include/float.h: added #define to select asm vs c
2135
2136 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2137
2138         * device/lib/printf_fast.c: improvements to float output
2139         * device/include/float.h: add defines for assembly float library
2140         * device/lib/_fsget1arg.c: receive 1 float arg
2141         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2142         * device/lib/_fsnormalize.c: normalize a float
2143         * device/lib/_fsreturnval.c: return float, various helper routines
2144         * device/lib/_fsrshift.c: right shift a float's mantissa
2145         * device/lib/_fsswapargs.c: swap 2 floats
2146         * device/lib/Makefile.in: build these 6 new files for mcs51
2147         * device/lib/libfloat.lib: add these 6 files to the library
2148
2149 2004-12-26 Borut Razem <borut.razem AT siol.net>
2150
2151         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2152           built by gcc 3.4.2
2153
2154 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2155
2156         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2157           and fully reentrant and register bank neutral.
2158         * device/lib/printf_fast.c: added float (not enabled by default),
2159           added compact/slower integer (also not enabled by default),
2160           improved size/speed of fast integer code, other minor changes
2161         * device/include/stdio.h, device/lib/Makefile.in,
2162           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2163
2164 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2165
2166         * src/pic16/pcode.c: declaring variables other than at the start of a
2167           block is not supported in C by VC6.
2168
2169 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2170
2171         * applied a previous patch from Raphael Neider that wasn't included
2172         in the previous commits, which fixes infinite loops within jumptable
2173         improvements,
2174         * made some fixes that previous patches introduced
2175
2176 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2177
2178         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2179         that fixes an issue with AOP_PCODE asmop's offset,
2180         * (pic16_popCopyReg): update instance field too,
2181         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2182         function of pic port,
2183         * (genCmp, genAnd, genAssign),
2184         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2185
2186 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2187
2188         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2189         variables initial values to idata section,
2190         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2191         variables in some functions. This utilizes parmBytes field of iCode
2192         structure to hold the offset of the variable in stack. (might be
2193         able to use the stack field too?)
2194         * applied patch from Raphael Neider # ### , # ###
2195         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2196         variable initial values in idata section,
2197         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2198         for static variables with initial value
2199         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2200         applied fix in while loop from Raphael Neider.
2201
2202 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2203
2204         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2205         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2206         * src/ds390/ralloc.c (serialRegAssign): spill bits
2207         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2208         * support/Util/SDCCerr.c,
2209         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2210         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2211         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2212
2213 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2214
2215         * device/include/sdcc-lib.h: inserted LGPL, added includes
2216           asm/ds390/features.h and asm/mcs51/features.h
2217         * device/include/asm/default/features.h,
2218         * device/include/asm/gbz80/features.h,
2219         * device/include/asm/z80/features.h: added empty _AUTOMEM
2220           and _STATMEM
2221         * device/include/asm/ds390/features.h,
2222         * device/include/asm/mcs51/features.h: added files with defines for
2223           _AUTOMEM and _STATMEM indicating automatic and static storage class
2224         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2225         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2226         * src/SDCCicode.c (geniCodeCast),
2227         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2228         * src/SDCCloop.c (loopInduction): removed unused variable lr
2229         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2230           to convertToFcall to include char modulo (RFE 1065037), added check
2231           if left operand is unsigned and use abs of literal value
2232         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2233           as it doesn't work after conversion from peephole.def to peephole.rul
2234         * src/mcs51/gen.c (toBoolean): added check for size,
2235           (genModOneByte): optimized code for signed char modulo a literal
2236           power of 2 (thanks to Hubert Sack),
2237           (genRRC): removed unnecessary "clr c",
2238           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2239         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2240           jump optimization,
2241           swapped rules 256.c and 256.d,
2242           extended 256.d by using new multiple checks (thanks Erik),
2243           added rules 256.e and 256.f,
2244           updated rule 261.a and 261.b to new generated code
2245         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2246
2247 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2248
2249         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2250           induction related bugs, including first part of bug #1074377
2251
2252 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2253
2254         * applied patch from bug-report #1076292,
2255         * applied patches for genAnd and Goto-optimizations for Raphael
2256         Neider,
2257         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2258         dump a less iCode information,
2259         * src/pic16/device.h (pic16_options_t): added field debgen,
2260         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2261         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2262         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2263         puclic,
2264         * (various functions): added macros FENTRY and FENTRY2 to functions,
2265         to emit function prologue,
2266         * (various functions): fixed indentation,
2267         * (genNearPointerGet): fixed loading of FSR0,
2268         * (genPackBits): applied patch from Raphael Neider to fix updating
2269         of FSR0 and touching only the modified bits,
2270         * src/pic16/genarith.c (various functions): added macros FENTRY to
2271         emit function prologue in comments,
2272         * src/pic16/pcode.h: added functions debugf2, debugf3,
2273         * src/pic16/ralloc.c: partial fix for packForPush caused
2274         segmentation fault,
2275
2276 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2277
2278         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2279           <stsp AT users.sourceforge.net> with reversed byte order
2280         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2281
2282 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2283
2284         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2285           bug #1074377
2286         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2287         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2288
2289 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2290
2291         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2292
2293 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2294
2295         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2296           conditions,
2297           (setFromConditionArgs): friendly operand parser for peephole rules,
2298           (operandBaseName, operandsNotRelated): new peephole condition
2299           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2300           architecture specific register naming into account, handles n-way
2301           comparisons, and supports quoted literals
2302         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2303
2304 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2305
2306         * src/mcs51/peeph.def: fixed bug #1076940
2307
2308 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2309
2310         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2311
2312 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2313
2314         Adding support for replacing ljmps with sjmps in jumptables
2315         generated for switch statements. For now you need to set the
2316         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2317         Now 4 algorithms for mcs51 jumptable generation are used:
2318         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2319         addresses loaded pc-relative for up to 112 cases and stack-pushing
2320         target addresses loaded with offset from dptr for up to 256 cases.
2321
2322         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2323         * src/mcs51/main.c: adapted constants for switch table generation
2324         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2325
2326 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2327
2328         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2329         * support/regression/tests/bug1057979.c: added test for bug 1073386
2330
2331 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2332
2333         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2334         compilers
2335
2336 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2337
2338         * src/pic16/device.h,
2339         * src/pic16/genarith.c,
2340         * src/pic16/glue.c,
2341         * src/pic16/main.c,
2342         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2343
2344 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2345
2346         Large cummulative patch for pic16 port.
2347         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2348         to call when a stack overflow occurs,
2349         * (malloc.h): added CVS Id tag,
2350         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2351         variable,
2352         * added libc directory. The current version of LibC contains string
2353         functions, ctype functions and macros and some functions of the
2354         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2355         be extensively tested in the future. Standard disclaimer here.
2356         Library is not automatically build yet. But one can build it by
2357         invoking 'make' inside the libc directory.
2358         * added ADC library under libio. Preliminary version yet.
2359
2360         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2361         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2362         aopForRemat() now and not by pic16_aopOp(),
2363         * (pic16_popGetTempReg): removed warning messgae when allocating
2364         temporary registers, its a buggy feature and will be removed,
2365         * (pic16_popGet): set register instance field in AOP_CRY,
2366         * (pic16_outBitC): fixed for results in size greater than 1,
2367         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2368         * (pic16_storeForReturn): optimized return of 0,
2369         * (genCmp): experimental code for new genCmp which uses PIC18's
2370         special compare&skip instructions. Initial tests fail some times
2371         with variables grater than 1 byte in size, so new code is disabled,
2372         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2373         a single bit,
2374         * (genCast): began a fix to optimize the casting of a bit to another
2375         bit, now assigning a bitfield to another bitfield will fail, sorry,
2376         * src/pic16/main.c: disabled the use of lr-support feature,
2377         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2378         * added some function prototypes, added function _debugf prototype,
2379         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2380         bits with offset (case PO_GPR_BIT),
2381         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2382         command line,
2383         * (isBankInstruction): modified to return 0 for no banking instruction,
2384         and 1 for banking instruction,
2385         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2386         caused stop processing pCodes after a inline assembly block,
2387         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2388         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2389         registers when it shouldn't,
2390         * src/pic16/ralloc.c (allocReg): add preliminary support for
2391         supporting a limited set of temporary registers,
2392
2393 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2394
2395         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2396           genDataPointerSet): ensure assignments always copy in MSB to LSB
2397           order,
2398           (loadRegFromAop): recognize CLRH optimization,
2399           (genFunction): optimize RECEIVE iCodes in reentrant functions
2400
2401 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2402
2403         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2404           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2405           selected.
2406         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2407         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2408           contiguous with data
2409
2410 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2411
2412         * device/lib/_gptrget.c (_gptrget),
2413         * device/lib/_gptrgetc.c (_gptrgetc),
2414         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2415           instead of sjmp to ret
2416         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2417           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2418
2419 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * .version: bumped version to 2.4.7
2422         * device/lib/_gptrget.c (_gptrget): is now _naked
2423         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2424         * device/lib/_gptrput.c (_gptrput): is now _naked
2425         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2426           (createFunction): fixed xstack
2427         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2428         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2429           or bit either,
2430           (geniCodeCritical): store original interrupt state in an iTemp bit
2431           var unless stack-auto
2432         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2433         * src/SDCCmain.c (setIncludePath): added include/target to search path
2434         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2435         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2436           prototype,
2437           (processFuncArgs): put bit vars in bit area
2438         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2439           unsaveRBank): fixed xstack,
2440           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2441           (genFunction, genEndFunction): fixed xstack,
2442           (genAssign): optimization don't walk backwards through mem
2443         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2444         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2445         * support/regression/Makefile: also make library (for stack-auto) when
2446           making "all" and added "test-mcs51-xstack-auto"
2447         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2448         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2449         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2450         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2451         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2452           make-library by MAKE_LIBRARY
2453         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2454           regression tests for xstack
2455         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2456         * support/regression/tests/critical.c: test for critical on mcs51
2457
2458 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2459
2460         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2461           built version of sdcc instead of installed version
2462
2463 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2464
2465         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2466         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2467           vprintf.c now
2468         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2469         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2470           WARNING: remove device/lib/build/z80/printf.o by hand when
2471           updating from previous build!
2472         * device/lib/z80/printf.c: updated comment
2473         * support/regression/tests/bug1057979.c: test all ports now
2474         * support/regression/tests/bug1065458.c: file added
2475
2476 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2477
2478         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2479           *_start and *_end symbols for static functions
2480
2481 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2482
2483         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2484           and search crt0.o in all library paths,
2485           (setIncludePath): proper handling of --nostdinc,
2486           (setLibPath): proper handling of --nostdlib
2487         * support/regression/Makefile,
2488         * support/regression/ports/ds390/spec.mk,
2489         * support/regression/ports/gbz80/spec.mk,
2490         * support/regression/ports/hc08/spec.mk,
2491         * support/regression/ports/mcs51/spec.mk,
2492         * support/regression/ports/mcs51-large/spec.mk,
2493         * support/regression/ports/mcs51-stack-auto/spec.mk,
2494         * support/regression/ports/z80/spec.mk: use include and lib files from
2495           built version of sdcc instead of installed version
2496         * doc/sdccman.lyx: fixed typo in --nostdinc
2497
2498 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2499
2500         * src/pic/pcode.c,
2501         * src/pic/device.c,
2502         * src/pic/ralloc.c,
2503         * src/pic/gen.c : added support to generate code for struct bit fields.
2504
2505 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2506
2507         * as/xa51/xa_version.h,
2508         * device/include/errno.h,
2509         * device/include/regc515c.h,
2510         * device/lib/_itoa.c,
2511         * device/lib/_ltoa.c,
2512         * device/lib/ser_ir_cts_rts.c,
2513         * sim/ucsim/xa.src/glob.cc,
2514         * sim/ucsim/xa.src/inst_gen.cc,
2515         * sim/ucsim/xa.src/xa_bit.cc,
2516         * sim/ucsim/xa.src/xa_sfr.cc,
2517         * sim/ucsim/z80.src/inst_dd.cc,
2518         * sim/ucsim/z80.src/inst_fdcb.cc,
2519         * support/scripts/keil2sdcc.pl,
2520         * src/pic16/pic16.dsp,
2521         * src/pic16/pic16a.dsp: corrected cvs line endings
2522         * device/lib/printf_large.c: fixed bug 1057979
2523         * src/pic16/gen.c: fixed non-C standard code
2524         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2525         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2526         * support/regression/ports/mcs51/support.c: reload T1 asap
2527         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2528           pdata use and clear idata startup behaviour
2529         * support/regression/tests/bug1057979.c: added
2530
2531 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2532
2533         * device/examples/ds390/ow390/ad26.h,
2534         * device/examples/ds390/ow390/cnt1d.h,
2535         * device/examples/ds390/ow390/crcutil.c,
2536         * device/examples/ds390/ow390/ownet.h,
2537         * device/examples/ds390/ow390/owsesu.c,
2538         * device/examples/ds390/ow390/swt12.h,
2539         * device/examples/ds390/ow390/swtoper.c,
2540         * device/examples/ds390/ow390/temp10.h,
2541         * device/examples/ds390/ow390/thermodl.c,
2542         * device/examples/ds390/tinitalk/tinitalk.dsp,
2543         * device/examples/ds390/tinitalk/tinitalk.dsw,
2544         * device/examples/mcs51/clock/hw.h,
2545         * device/examples/mcs51/simple2/go.bat,
2546         * device/examples/serialcomm/windows/serial.h,
2547         * device/examples/xa51/dummy.c,
2548         * device/examples/xa51/hello.c,
2549         * device/include/80c51xa.h,
2550         * device/include/at89x051.h: corrected cvs line endings
2551
2552 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2553
2554         * src/pic16/main.c (options): added command line --gstack, to trace
2555         stack over/under flows,
2556         * added pragma 'wparam' to allow passing first byte of function
2557         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2558         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2559         call to __gstack_test function and sets up the symbol as extern,
2560         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2561         * popaop): added call to pic16_testStackOverflow,
2562         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2563         wparamList list,
2564         * (genCall, genPcall): now all parameters are passed via stack
2565         except in functions that are pass to wparam pragma in which WREG is
2566         used too,
2567         * (genPcall): REENTRANT flag is checked to see if variable prototype
2568         contains reentrant keyword, don't call a non-reentrant function, via
2569         a reentrant function pointer or vice versa, functions are never
2570         passed via WREG,
2571         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2572         D.Winkler,
2573         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2574         SIGSEGV when accessing a NULL register stucture,
2575         * (pic16_printGPointerType): modified to handle UPPER modifier for
2576         function initializers, changed prototype of function to simpler one,
2577         * (pic16_printIvalFuncPtr): check to see if function is already
2578         added in externs list,
2579         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2580         optimized a move from W to SFR with a move to the same register
2581         later after a CALL,
2582         * device/lib/pic16/debug: NEW directory, contains debug features
2583         which are enabled when linking with libdebug.lib, currently command
2584         line option --gstack enables stack pointer tracing for over/under
2585         flow, corresponding sources are in debug/gstack
2586
2587 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2588
2589         * doc/sdccman.lyx: updated SDCC version,
2590         * (PIC16 port): update list of command line options,
2591         * src/pic16/device.h (structure pic16_options_t): added field gstack
2592         to enable stack overflow tracing on push/pops,
2593         * src/pic16/device.c (statistics structure): added statistics
2594         structure,
2595         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2596         pic16_dump_int_registers): increase statistics counters for each
2597         * variable which is encountered
2598         * (pic16_dump_usection): emit each .udata variable to its own udata
2599         section,
2600         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2601         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2602         parameters via stack, otherwise use old scheme,
2603         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2604         assembler output file,
2605         * src/pic16/main.c: added command line options --gstack to enable
2606         push/pop tracing for stack overflow,
2607         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2608         instructions): added size of each instruction,
2609         * (pic16_countInstruction): estimate size of instructions in
2610         the_pFile list, inline assembly blocks are not counted,
2611         * (pic16_FixRegisterBanking): trace previous register usage, when
2612         banksel optimizations is greater than 0, don't emit a redudant
2613         banksel directive,
2614
2615 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2616
2617         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2618         * src/pic16/ralloc.c : applied same fix for pic16.
2619         * src/pic/gen.c : tidied it up a little.
2620
2621 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2622
2623         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2624         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2625
2626 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2627
2628         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2629
2630 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2631
2632         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2633         non-reentrant function __modsint in the interrupt function (thus
2634         corrupting math operations during serial I/O)
2635         * device/lib/ser_ir.c: as above, changed buffersize
2636         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2637         256.c,d for zeroing
2638         * doc/Makefile: added option -t for rsync
2639
2640 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2641
2642         * src/SDCCast.h (struct ast),
2643         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2644
2645 2004-10-20 Borut Razem <borut.razem AT siol.net>
2646
2647         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2648         package
2649
2650 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2651
2652         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2653         makefile targets,
2654         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2655         support functions to replace long sequences of MOVFF's from access
2656         bank registers to stack and vice versa,
2657         * src/pic16/device.h: added new field opt_flags, where optimization
2658         flags can be set to enable certain features,
2659         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2660         * pBlock, (genFunction, genEndFunction): surroung loop for
2661         saving/loading used registers in stack with PC_INFO pCodes,
2662         INF_LREGS. Code in between can then be optimized by pCode optimizer
2663         to support function calls,
2664         * (genDataPointerSet): fixed bug which loaded float fields in
2665         structures with corrupt data,
2666         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2667         in a standard way debug info on stderr. Feature used for developing
2668         and debugging only,
2669         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2670         obsolete chunks of code,
2671         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2672         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2673         * pic16/src/pcode.c (pic16_newpCodeInfo,
2674         * (pic16_newpCodeOpLocalRegs),
2675         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2676         feature,
2677         * (pic16_pCodeConstString): printing of the initial value of a
2678         symbol as a comment is inhibited since parsing was already done by
2679         copyStr and output is corrupt,
2680         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2681
2682 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2683
2684         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2685
2686 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2687
2688         * as/mcs51/lkarea.c: removed old K&R style,
2689           (lnksect): changed check on boundary error,
2690           (lnksect2): changed check on boundary error,
2691           (lnksect2): extend XSTK to end of page if size = 1
2692         * as/mcs51/lkmain.c: removed old K&R style,
2693           (Areas51): create l_IRAM symbol
2694         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2695         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2696           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2697         * device/lib/_mullong.c: added version to be compiled with xstack
2698         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2699         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2700         * device/lib/mcs51/crtxstack.asm: fixed comment
2701         * src/SDCCglue.c: maxInterrupts defaults to 0,
2702           (emitMaps): added pdata,
2703           (createInterruptVect): (re)moved default,
2704           (glue): added pdata,
2705           (glue): moved __start__xstack to XSTK with default size 1
2706         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2707           and options.float_rent when options.stackAuto is set,
2708           (linkEdit): only write XDATA_NAME if provided on command line
2709         * src/SDCCmem.h,
2710         * src/SDCCmem.c: added pdata
2711         * src/port.h: added pdata_name to PORT
2712         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2713           (saveRegisters, unsaveRegisters): removed usage of B,
2714           (genMinus): fixed accumulator clash,
2715           (genJumpTab): added comment, this needs another look
2716         * src/mcs51/gen.c: added check for "B in use" paranoia,
2717           added pushB() and popB()
2718         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2719           chance
2720         * src/avr/main.c,
2721         * src/ds390/main.c,
2722         * src/hc08/main.c,
2723         * src/mcs51/main.c,
2724         * src/pic/main.c,
2725         * src/pic16/main.c,
2726         * src/xa51/main.c,
2727         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2728           added PSEG (PAG,XDATA) or NULL to port specifier
2729         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2730         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2731           (_mcs51_genInitStartup): removed __start__xstack equ,
2732           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2733         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2734         * src/z80/gen.c (_rleAppend): fixed warnings
2735         * support/regression/tests/zeropad.c: added pdata test
2736         * .version: bumped to 2.4.6
2737
2738 2004-10-17 Borut Razem <borut.razem AT siol.net>
2739
2740         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2741         as a part of nightly build
2742
2743 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2744
2745         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2746         WREG holds the first byte function parameters,
2747         * (aopForSym): take special case for symbols which are in FARSPACE
2748         but in CODESPACE too,
2749         * (assignResultValue): modified to take into account _G.useWreg,
2750         * (genCall): don't use wreg for parameter passing when function is
2751         declared as reentrant, too, added optimization INCF to stack
2752         pointer when stack parameter count is 1,
2753         * (genFunction, genEndFunction): refurnished and fixed to not using
2754         wreg for passing parameters when function has varargs or is
2755         reentrant, fixed bug with symbol name compare for generating
2756         functions in absolute address,
2757         * (pic16_storeForReturn): refurnished,
2758         * (genCmp): began writing a new version of the function, not ready
2759         yet, therefore it is disabled,
2760         * (genAssign): do not read code memory when assigning a function to
2761         a pointer function,
2762         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2763         array of characters, not pointer,
2764         * (pic16initialComments): in debug mode emit an .ident directive for
2765         the assembler,
2766         * (_process_pragma): emit a new warning type (internal to pic16)
2767         when setting stack to default length, emit a similar warning when
2768         placing a function at absolute address and address is not word aligned
2769         * (_pic16_parseOptions): added 'return TRUE' statement,
2770         * (_pic16_linkEdit): if compiling a source, then add the source's
2771         file object, first in the list of objects to link,
2772
2773 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2774
2775         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2776         * src/pic/main.c : removed VC warning.
2777         * src/pic/gen.c : changed comment.
2778
2779 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2780
2781         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2782         reference to a deprecated symbol _GPTRREG was causing failure to
2783         link. Thanks G. M. Gallant for the info.
2784
2785 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2786
2787         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2788         comments for Bugs item #954788.
2789
2790 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2791
2792         * src/pic16/device.c (pic16_dump_gsection,
2793         * pic16_groupRegistersInSection): handle symbols declared to be in
2794         access bank differently,
2795         * src/pic16/gen.c (struct _G): added field resDirect,
2796         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2797         send values read from stack directly to result and don't allocate
2798         temporary values,
2799         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2800         same registers,
2801         * (pic16_sameRegsOfs): NEW,
2802         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2803         free because they were not allocated from temporary pool,
2804         * pic16_popRegFromString): workaround to fix a problem with
2805         allocating variables twice or never,
2806         * (genGenPointerGet): using PRODL instead of FSR0H,
2807         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2808         instead of FSR0H,
2809         * (genAssign): take advantage of the _G.resDirect flag,
2810         * (genCast): around line 11844, use mov2f instead of directly
2811         MOVFF'ing between operands to account for literal values,
2812         * src/pic16/genutils.c: some new debug functions for gpsim have been
2813         added,
2814         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2815         float with integer part only,
2816         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2817         place variables in access bank
2818         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2819         updated sources to reflect recent changes in gen.c
2820
2821 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2822
2823         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2824         sources that searched for headers in installation path, now the
2825         device/include/pic16 is used,
2826         * src/pic16/glue.c (pic16glue),
2827         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2828         .line directives if not in debug mode, this suppresses assembler's
2829         warnings for ignored directives
2830
2831 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2832
2833         * src/port.h: made reset_regparms prototype void parameter explicit.
2834         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2835         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2836         * doc/sdccman.lyx: documented warning disabling and how to use
2837           printf_large to make it print floats.
2838         * device/include/stdbool.h: NEW
2839         * device/lib/_atof.c,
2840         * device/lib/_divuint.c,
2841         * device/lib/_divulong.c,
2842         * device/lib/expf.c,
2843         * device/lib/printf_large.c,
2844         * device/lib/sincosf.c,
2845         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2846         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2847           a completely reentrant lib.
2848
2849 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2850
2851         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2852         * device/include/pic16/stdio.h: fixed bug with colon
2853
2854 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2855
2856         * device/include/pic16/stdio.h,
2857         * device/include/pic16/stdlib.h,
2858         * device/include/pic16/math.h: NEW
2859         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2860         declared as _naked to reduce overhead
2861         * device/lib/Makefile.in (target port-specific-objects-pic16):
2862         changed * to *.* so to ignore the CVS directory,
2863         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2864         stacked variables back in stack,
2865         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2866         corruption
2867
2868 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2869
2870         * .version: bumped version number to 2.4.5
2871         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2872         * support/Util/SDCCerr.c (messages structure): added entry for
2873         W_POSSBUG2
2874
2875         Large cumulative patch for pic16 port and libraries.
2876         * device/include/pic16/sdcc-lib.h,
2877         * device/include/pic16/stdarg.h,
2878         * device/include/asm/pic16/features.h,
2879         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2880         * device/include/pic16/float.h: changes reentrant keyword with
2881         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2882         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2883         updated target build-libraries to include objects from gptr,
2884         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2885         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2886         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2887         all function headings,
2888         * src/SDCCmain.c: added global parameter userIncDirsSet,
2889         * (parseCmdLine): when option -I is encountered add directory to
2890         userIncDirsSet too,
2891         * src/version.awk: added space between control and long,
2892         * src/pic16/NOTES: added some notes for the port,
2893         * src/pic16/gen.c: added prototype for mov2fp function,
2894         * (fReturnpic16[]): properly named return value registers,
2895         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2896         * (aopForSym): added code to handle symbols with onStack flag set,
2897         symbols onStack are allocated PTRSIZE bytes,
2898         * (aopFreeAsmop): handles special case where asmops are stack objects,
2899         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2900         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2901         added argument lock to trace flaws in allocating temporary registers
2902         when developing port,
2903         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2904         * (pic16_popRegFromString): reenabled allocating a direct register
2905         from string,
2906         * (assignResultValue): various beautifications,
2907         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2908         referenced function argument,
2909         * (genIpush): reenabled to allow stacked arguments, handles only
2910         ic->parmPush iCodes,
2911         * (genCall, genPcall): major changes to allow for variable argument
2912         functions, fixed a bug with falsely restoring stack pointer after
2913         returning from call,
2914         * (genFunction): pending code for critical function,
2915         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2916         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2917         * (genNearPointerGet): fixed bug with indirect reading, was always
2918         reading from INDF0
2919         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2920         pointers,
2921         * (genAddrOf): rewrote code to take address of a stacked function parameter
2922         * (genCast): fixed casting to generic pointer type,
2923         * src/pic16/gen.h: added AOP_STA,
2924         * (struct asmop): added field stk,
2925         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2926         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2927         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2928         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2929         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2930         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2931         generic pointers,
2932         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2933         and library paths,
2934         * (pic16_port structure): generic pointer size is set to 3,
2935         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2936         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2937         compiler warning,
2938         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2939         operand is an iTemp,
2940
2941 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2942
2943         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2944         * debugger/mcs51/simi.c: addapt new syntax of s51
2945
2946 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2947
2948         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2949         * src/pic16/pcode.c: commented out some calls to free() in order to
2950         fix bug #989576,
2951
2952 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2953
2954         * src/SDCCicode.h,
2955         * src/SDCCicode.c (isiCodeInFunctionCall),
2956         * src/avr/ralloc.c (selectSpil),
2957         * src/pic/ralloc.c (selectSpil),
2958         * src/pic16/ralloc.c (selectSpil),
2959         * src/ds390/ralloc.c (selectSpil),
2960         * src/hc08/ralloc.c (selectSpil),
2961         * src/xa51/ralloc.c (selectSpil),
2962         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2963         stack in the middle of a function call sequence (fixes bug #1020268)
2964         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2965         costs associated with the minimum switch case.
2966
2967 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2968
2969         * src/SDCC.lex: fixed bug #1030549
2970
2971 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2972
2973         * src/SDCCcse.h (struct cseDef),
2974         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2975         over a function call if the CSE is derived from a symbol whose
2976         address has been taken (fixes bug #1029883)
2977         * support/regression/tests/bug-1029883: a new regression test for
2978         this bug
2979
2980 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2981
2982         * src/hc08/gen.c (emitinline): fixed bug #1029778
2983         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2984         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2985         and starts toward RFE #905167)
2986
2987 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2988
2989         * src/pic16/gen.c (mov2f): New function to move an operand to
2990         another without considering if it is a literal or a register,
2991         * (pic16_sameRegs): don't check if they are both AOP_REG,
2992         * (AccRsh): removed andmask=0 lines,
2993         * (genLeftShift): duplicated to be improved in future versions,
2994         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2995         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2996         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2997         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2998         * (insertBankSwitch): fixed inserting banksel directives algorithm
2999         for instructions that follow a skip instruction, this fixes a report
3000         for broken subtraction code generation,
3001         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3002         iCode is a left op, just in case result and right share the same
3003         registers
3004
3005 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3006
3007         * src/hc08/main.c,
3008         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3009         preservation of HX
3010         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3011         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3012         on 2004-09-12; it was buggy
3013
3014 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3015
3016         * src/SDCCsymt.h: removed RESULT_CHECK
3017         * src/SDCCast.c,
3018         * src/SDCCglue.c,
3019         * src/SDCCval.c,
3020         * src/pic/glue.c,
3021         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3022
3023 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3024
3025         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3026         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3027         configuration values no more rejected by compiler, they are assigned
3028         to configuration registers with a warning message instead,
3029         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3030         the for-loop so last conf register is emitted too,
3031         * (_pic16_initPaths): link library libsdcc.lib by default,
3032         * (_hasNativeMulFor): modified test for multiplication according to
3033         Raphael Neider's remarks. Integer multiplication is also done with
3034         support functions,
3035         * device/include/pic16/pic18fregs.h: corrected type error in while
3036         testing and including 18f6720 header file
3037
3038 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3039
3040         * src/pic16/device.h (pic16_options): removed field use_crt,
3041         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3042         until an optimization to handle single bits is added,
3043         * (pic16_loadFSR0): moved before genUnpackBits,
3044         * (genAnd): some white lines removed,
3045         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3046         leave_reset flags in pic16_options when using crt modules,
3047
3048 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3049
3050         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3051           for bugs 898889 & 979599. Also used some safer print instructions.
3052
3053 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3054
3055         * src/pic16/device.h (pic16_options_t): added field use_crt,
3056         crt_name, no_crt,
3057         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3058         catch a probable future bug,
3059         * src/pic16/gen.c: aopIdx function commented out,
3060         * (genAssign): commented out old code which used aopIdx,
3061         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3062         code, added if conditionals to take into account the --use-crt
3063         command line options,
3064         * src/pic16/main.c (pic16_optionsTable): added new command line
3065         options, --use-crt= and --no-crt,
3066         * (_pic16_linkEdit): now the proper crt object is added in the
3067         linker command line except than when --no-crt is specified,
3068         * src/pic16/pcode.c,
3069         * src/pic16/pcode.h: added some structures and functions for a new
3070         optimization scheme to compansate for instruction overhead between
3071         same iCodes, this scheme is currently under development and is not
3072         working in any way,
3073         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3074         to && operator,
3075         * device/lib/pic16/startup/crt0i.c,
3076         * device/lib/pic16/startup/crt0iz.c: added global char variable
3077         __uflags to force the generation of an idata section
3078
3079 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3080
3081         * doc/Makefile,
3082         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3083         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3084
3085 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3086
3087         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3088         Frieder) and clarified the default code optimization mode
3089
3090 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3091
3092         * src/SDCC.lex (doPragma, process_pragma),
3093         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3094         "opt_code_size", and "opt_code_balanced"
3095         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3096         regrouped options by category, added support for category headers
3097         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3098         and "--opt-code-size"
3099         * doc/sdccman.lyx: documented these new options and pragmas
3100         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3101         preference into account
3102
3103 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3104
3105         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3106           geniCodePreDec): Fixed bug 904237 by generating a warning
3107         * src/SDCCerr.h,
3108         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3109
3110 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3111
3112         * src/pic/device.c : When no max ram set validate full memory range.
3113         * src/pic/pcode.c,
3114         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3115
3116 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3117
3118         * device/lib/_gptrget.c,
3119         * device/lib/_gptrput.c: updated comment
3120         * device/lib/calloc.c,
3121         * device/lib/free.c,
3122         * device/lib/malloc.c,
3123         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3124         * src/SDCCcse.c (cseBBlock),
3125         * src/SDCCicode.c (printOperand, geniCodeArray),
3126         * src/SDCCicode.h (struct operand): fixed bug 868103
3127         * support/regression/tests/bug-868103.c: added
3128         * src/SDCCast.c (searchLitOp),
3129         * src/SDCCcse.h (struct cseDef),
3130         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3131         * src/SDCCicode.h (struct operand),
3132         * src/SDCCsymt.h (struct sym_link),
3133         * src/avr/gen.c (hasInc),
3134         * src/ds390/gen.c (hasInc),
3135         * src/hc08/gen.c (genPlusIncr, hasInc),
3136         * src/mcs51/gen.c (hasInc),
3137         * src/pic16/glue.c (pic16_printIvalChar),
3138         * src/pic16/ralloc.c (regWithIdx),
3139         * src/xa51/gen.c (hasInc) : removed warnings
3140         * src/SDCCast.c (createBlock): added comment ???
3141         * src/hc08/ralloc.c: updated comments
3142
3143 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3144
3145         * doc/sdccman.lyx: updated section on switch statements, added
3146         section about semaphore locking
3147         * doc/Makefile: added option -info for latex2html
3148         * device/lib/_gptrget.c,
3149         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3150
3151 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3152
3153         * src/pic/device.h,
3154         * src/pic/device.c,
3155         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3156          maxram is less than 0x100.
3157
3158 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3159
3160         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3161
3162 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3163
3164         * src/port.h,
3165         * src/mcs51/main.c,
3166         * src/ds390/main.c,
3167         * src/z80/main.c,
3168         * src/hc08/main.c,
3169         * src/pic/main.c,
3170         * src/pic16/main.c,
3171         * src/avr/main.c,
3172         * src/xa51/main.c
3173         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3174         a jump table is the best form for a switch statement, including
3175         automatic insertion of missing cases to make the case range
3176         continuous. Developed in collaboration with Frieder Ferlemann.
3177
3178 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3179
3180         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3181         accumulator result if it needs sign extension
3182
3183 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3184
3185         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3186
3187 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3188
3189         * device/lib/gbz80/printf.c,
3190         * device/lib/z80/printf.c: removed define for NULL
3191
3192 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3193
3194         * as/xa51/xa_link.c,
3195         * device/examples/ds390/ow390/ad26.c,
3196         * device/examples/ds390/ow390/cnt1d.c,
3197         * device/examples/ds390/ow390/counter.c,
3198         * device/examples/ds390/ow390/ds2480.h,
3199         * device/examples/ds390/ow390/ds2480ut.c,
3200         * device/examples/ds390/ow390/findtype.c,
3201         * device/examples/ds390/ow390/gethumd.c,
3202         * device/examples/ds390/ow390/owllu.c,
3203         * device/examples/ds390/ow390/ownetu.c,
3204         * device/examples/ds390/ow390/swt12.c,
3205         * device/examples/ds390/ow390/swtloop.c,
3206         * device/examples/ds390/ow390/temp.c,
3207         * device/examples/ds390/ow390/temp10.c,
3208         * device/examples/ds390/ow390/thermo21.c,
3209         * device/examples/ds390/ow390/tinilnk.c,
3210         * device/examples/ds390/ow390/tstfind.c,
3211         * device/examples/serialcomm/windows/serial.cpp,
3212         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3213         * device/include/reg51.h: fixed line endings for cvs
3214
3215 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3216
3217         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3218         packRegsForAccUse, packRegisters): new accumulator register
3219         packing algorithm
3220         * support/regression/ports/hc08/support.c (_putchar): suppress
3221         warning of unused variable
3222         * src/SDCCicode.c: added SWAP entry to codeTable
3223
3224 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3225
3226         * device/lib/sprintf.c: forgot to add this file before previous commit
3227
3228 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3229
3230         * src/pic16/gen.c (genPackBits): added operand right in function
3231         parameters, load result directly if p_type is POINTER (that is
3232         called by genNearPointerSet)
3233         * (genUnPackBits): added operand left in function parameters,
3234         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3235         FSR0 if accessing bitfields,
3236
3237 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3240           _print_format; updated printf, sprintf, vsprintf
3241         * device/include/asm/default/features.h: corrected comment/define
3242         * device/lib/Makefile.in: added sprintf.c
3243         * device/lib/libsdcc.lib: added sprintf module
3244         * device/lib/printf_large.c,
3245         * device/lib/vprintf.c,
3246         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3247           into these 3 files
3248         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3249         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3250         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3251           hc08 test
3252         * support/regression/tests/zeropad.c: define idata as data for hc08
3253
3254 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3255
3256         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3257         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3258         labels are referenced at least once (even if a reference is not found)
3259         * src/hc08/gen.c (emitcode): set isComment flag for comments
3260         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3261         loads), rules 6a..6b (optimize jumps to return)
3262
3263 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3264
3265         * device/lib/acosf.c (acosf),
3266         * device/lib/asinf.c (asinf),
3267         * device/lib/atanf.c (atanf),
3268         * device/lib/ceilf.c (ceilf),
3269         * device/lib/cosf.c (cosf),
3270         * device/lib/coshf.c (coshf),
3271         * device/lib/cotf.c (cotf),
3272         * device/lib/fabsf.c (fabsf),
3273         * device/lib/floorf.c (floorf),
3274         * device/lib/log10f.c (log10f),
3275         * device/lib/logf.c (logf),
3276         * device/lib/sinf.c (sinf),
3277         * device/lib/sinhf.c (sinhf),
3278         * device/lib/sqrtf.c (sqrtf),
3279         * device/lib/tanf.c (tanf),
3280         * device/lib/tanhf.c (tanhf),
3281         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3282         replaced all instances of "reentrant" in the library functions
3283         defined in math.h with this macro.
3284         * support/regression/tests/float_trans.c: reenabled test for hc08
3285
3286 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3287
3288         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3289         erroneously deleted
3290
3291 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3292
3293         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3294         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3295         multi-byte volatile operands are used
3296         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3297         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3298         initialization to area GSINIT0 so that it would always precede
3299         any static initializers in GSINIT
3300         * support/regression/tests/zeropad.c: fixed idata define for hc08
3301         * support/regression/tests/bug-927659.c,
3302         * support/regression/tests/float_trans.c: disabled tests for hc08
3303         pending missing library routines
3304         * .version: increased version number to 2.4.4 - hc08 port now passes
3305         regression tests
3306
3307
3308 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3309
3310         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3311         * Makefile.common.in,
3312         * as/Makefile,
3313         * as/hc08/Makefile.in,
3314         * as/mcs51/Makefile.in,
3315         * as/z80/Makefile.in,
3316         * debugger/mcs51/Makefile.in,
3317         * device/include/Makefile.in,
3318         * device/lib/Makefile.in,
3319         * doc/Makefile,
3320         * link/Makefile,
3321         * link/z80/Makefile.in,
3322         * packihx/Makefile.in,
3323         * sim/ucsim/main_in.mk,
3324         * sim/ucsim/avr.src/Makefile.in,
3325         * sim/ucsim/doc/Makefile.in,
3326         * sim/ucsim/gui.src/serio.src/Makefile.in,
3327         * sim/ucsim/hc08.src/Makefile.in,
3328         * sim/ucsim/s51.src/Makefile.in,
3329         * sim/ucsim/xa.src/Makefile.in,
3330         * sim/ucsim/z80.src/Makefile.in,
3331         * src/Makefile.in,
3332         * support/cpp2/Makefile.in,
3333         * support/librarian/Makefile,
3334         * support/makebin/Makefile: added DESTDIR to the install path proposed
3335         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3336         * doc/sdccman.lyx: added DESTDIR documentation
3337
3338 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3339
3340         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3341         instruction for interrupt handlers, use fast returns when returning
3342         from high priority interrupts
3343
3344 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3345
3346         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3347         code generation
3348         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3349         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3350         bugs, ported much of Bernhard's code from mcs51
3351         * src/mcs51/gen.c (genSend),
3352         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3353         than one when calling a reentrant function
3354         * device/lib/_mullong.c: defined an alternate struct layout for big
3355         endian ports (hc08)
3356
3357 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3358
3359         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3360         test
3361
3362 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3363
3364         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3365         are sane and complete before asking the port its prefered parameter
3366         passing method (fixes bug #1017633)
3367         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3368         and _ret3
3369
3370 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3371
3372         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3373         problem in bitfields >= 8 bits.
3374
3375 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3376
3377         * src/SDCCsymt.c: undid changes that were not meant to be committed
3378
3379 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3380
3381         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3382
3383 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3384
3385         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3386           copied and wrong bit got inverted
3387
3388 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3389
3390         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3391         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3392         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3393         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3394         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3395         assignments to bitfields at known addresses
3396         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3397         reads from bitfields at known addresses
3398         * src/hc08/ralloc.c (packRegisters),
3399         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3400         genhc08Code): optimize pointer get values used as conditionals
3401         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3402         and branch
3403
3404 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3405
3406         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3407         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3408         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3409         as conditionals
3410
3411 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3412
3413         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3414
3415 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3416
3417         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3418         related problems
3419
3420 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3421
3422         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3423
3424 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3425
3426         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3427         mcs51 port
3428
3429 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3430
3431         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3432
3433 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3434
3435         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3436         cases use more compact code.
3437
3438 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3439
3440         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3441
3442 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3443
3444         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3445
3446 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3447
3448         * src/SDCCsymt.h,
3449         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3450         parameter of changePointer() from symbol* to sym_link*
3451         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3452         * src/SDCCsymt.c (compareType): void* type is castable to other
3453         pointers, but not necesarily an exact match.
3454         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3455         is no longer blindly treated as an exact match.
3456         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3457
3458 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3459
3460         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3461
3462 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3463
3464         * src/pic/gen.c,
3465         * src/pic/pcode.c,
3466         * src/pic/ralloc.h,
3467         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3468
3469 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3470
3471         * src/pic/device.c,
3472         * src/pic/device.h,
3473         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3474
3475 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3476
3477         * src/mcs51/gen.c (emitcode): fixed bug #992819
3478
3479 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3480
3481         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3482           there's no need to make it worse
3483
3484 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3485
3486         * src/mcs51/ralloc.c (deassignLR),
3487         * src/ds390/ralloc.c (deassignLR),
3488         * src/hc08/ralloc.c (deassignLR),
3489         * src/z80/ralloc.c (deassignLR),
3490         * src/pic/ralloc.c (deassignLR),
3491         * src/pic16/ralloc.c (deassignLR),
3492         * src/avr/ralloc.c (deassignLR),
3493         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3494         rlivePoint): fixed another part of bug #971834
3495
3496 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3497
3498         * src/z80/main.c: enabled "critical" keyword
3499         * src/z80/mappings.i,
3500         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3501         functions (fixes bug #979646)
3502         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3503
3504 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3505
3506         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3507           such as c:\mydir.
3508
3509 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3510
3511         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3512           doesn't disable too much optimizations
3513
3514 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3515
3516         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3517
3518 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3519
3520         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3521
3522 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3523
3524         * src/pic/gen.c tidied up tabs
3525         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3526         * src/pic/main.c tidied up tabs
3527         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3528         * src/pic/pcoderegs.c tidied up tabs
3529         * src/pic/ralloc.c tidied up tabs
3530
3531 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3532
3533         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3534         to S_FIXED for pic16 port and when symbol is not in level 0,
3535         allocate for S_REGISTER storage class and pic16 port, too,
3536         * src/pic16/device.h: prototype for checkSym,
3537         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3538         * (pic16_assignConfigWordValue): test the value and the mask to
3539         validate that the value is suitable for the configuration word,
3540         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3541         collect extern declared symbols, don't emit symbol twice, check
3542         first if symbol is in publics set first,
3543         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3544         * added command line '--fstack' which enables an experimental
3545         feature for stack access, too buggy to be used yet...
3546         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3547         * (pic16_allocDirReg): when register has storage class S_REGISTER
3548         allocate in pic16_dynAccessRegs,
3549         * device/include/pic16/pic18f????.h: modified configuration word
3550         naming convention, words started as CONFIG0H but should be CONFIG1H
3551
3552 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3553
3554         * device/include/mcs51reg.h: fixed bug 970993
3555
3556 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3557
3558         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3559         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3560         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3561         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3562         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3563         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3564           error/warning numbers,
3565           added function setWarningDisabled()
3566         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3567         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3568           _memcmp.c _memmove.c calloc.c realloc.c free.c
3569         * support/regression/tests/malloc.c: added tests for new functionality
3570         * support/regression/tests/zeropad.c: added tests for truncated initializers
3571           and initialized char arrays starting with '\x0'
3572         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3573
3574 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3575
3576         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3577
3578 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3579
3580         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3581         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3582         peephole 177.e. Thanks to anonymous
3583
3584 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3585
3586         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3587         function isn't used in the source but referenced as a
3588         variable initializer then declare it as extern in .asm file
3589
3590 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3591
3592         * .version: increased version number to 2.4.3
3593
3594         Adding version extension according to ChangeLog CVS revision
3595         * src/Makefile.in (target all): added dependency 'version.h'
3596         * (rule version.h): added rule to create version.h from ChangeLog,
3597         * (rule dep): added dependency version.h,
3598         * src/version.awk: AWK script to create version.h
3599         * src/SDCCdwarf2.c (dwWriteModule),
3600         * src/SDCCglue.c (initialComments),
3601         * src/SDCCmain.c (printVersionInfo): modified to write after
3602         version string the version extension number,
3603         * src/SDCCutil.c: included "version.h"
3604         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3605         number,
3606         * src/SDCCutil.h: added prototype for getBuildNumber
3607
3608         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3609         includeDirsSet, too,
3610         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3611         const char [] is found in function prototype...
3612
3613         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3614         moving to WREG with source is already in WREG,
3615         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3616         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3617         * (aopForSym): stack'ed symbols are partially supported, added
3618         if-clause to support symbols in FARSPACE,
3619         * (sameRegs): added test for AOP_ACC to see if registers are same,
3620         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3621         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3622         * (pic16_popRegFromString): will not allocate a new register if it
3623         doesn't find one by name, bug may have introduced...
3624         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3625         * (genIpush): revived to use pic16 port's stack,
3626         * (genAddrOf): added incomplete case for stack'ed operand,
3627         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3628         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3629         can handle multibyte operands,
3630         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3631         * (pic16initialComments): added message for MPLAB compatibility
3632         mode enabled,
3633         * src/pic16/main.h: prototype for pic16_mplab_comp,
3634         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3635         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3636         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3637         because of increased complexity of procedure,
3638         * (_process_pragma): stack pragma changed to format 'stack pos len',
3639         emit symbol '_stack_end' to conform with gplink,
3640         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3641         to search for register,
3642         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3643         PO_GPR_REGISTER,
3644         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3645         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3646         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3647         case for PO_GPR_REGISTER,
3648         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3649         dies, the new era is ahead !...
3650         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3651         pic16_dynInternalRegs,
3652         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3653         * (pic16_allocDirReg): minor optimizations and bug fixes,
3654         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3655
3656         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3657         load stack and frame pointer with address of 'stack_end' symbol
3658
3659 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3660
3661         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3662         without source code but only variable initializers
3663
3664 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3665
3666         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3667         external are not declared as extern to reduce overhead while linking
3668
3669 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3670
3671         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3672
3673 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3674
3675         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3676           Yee Keat for the patch
3677         * src/SDCCast.c (decorateType): fixed bug #979599
3678         * src/ds390/gen.h: removed local fReturnSizeDS390
3679         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3680         * src/ds390/gen.c (genAnd, genOr, genXor),
3681         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3682
3683 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3684
3685         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3686         add relFilesSet to $3, manipulate $2 to handle linking of object
3687         files without source files in command line,
3688         * device/include/pic16 (all headers): added ID location macros,
3689         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3690         entries for ID location bytes,
3691         * (pic16_assignIdByteValue): NEW,
3692         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3693         added field dumpcalltree to pic16_options_t,
3694         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3695         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3696         emitting rFalseIfx label after check_carry label,
3697         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3698         pic16_emitDIRegs), NEW
3699         * (pic16glue): dump .calltree file when option --calltree found,
3700         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3701         * (_pic16_genAssemblerPreamble): emit ID locations after
3702         configuration registers,
3703         * (pic16_linkCmd): modifications of the link command,
3704         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3705         * (pic16_pCodeInitRegisters): don't init stack registers,
3706         * (pic16_findPrevInstruction): fixed bug,
3707         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3708         bug with immediate registers,
3709         * (buildCallTree): traces stack push and pop,
3710         * (pct2): dump also stack usage for each function,
3711         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3712         * (pic16_allocDirReg): various modifications,
3713         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3714         fixed to 1,
3715
3716 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3717
3718         * src/pic16/pcode.c: removed buggy double colon
3719
3720 2004-07-01 Borut Razem <borut.razem AT siol.net>
3721
3722         * support/scripts/sdcc.nsi: added include/pic16 to setup
3723
3724 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3725
3726         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3727         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3728         target 'clean',
3729         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3730         specific command line arguments. Also added sample lkr script
3731         for placing a variable at a specific memory bank.
3732         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3733         at a specific memory bank,
3734         * (pic16_dump_isection): fixed bug which caused string literals to
3735         be omitted when dumping idata section,
3736         * (pic16_groupRegistersInSection): added code to handle registers
3737         in specific memory banks,
3738         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3739         public, all references are renamed too,
3740         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3741         AOP_DPTR2,
3742         * (pic16_storeForReturn): added case to handle when dest is WREG,
3743         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3744         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3745         pic16_rel_udata, check to see if that register is marked as being
3746         a member of a specific memory bank,
3747         * (pic16_printIvalCharPtr): added code to add string literals either
3748         to code or the idata sections,
3749         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3750         also accept the 'udata' pragma,
3751         * src/pic16/main.h: new structure types sectName and sectSym
3752         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3753         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3754         * (pic16_findPrevInstruction): fixed, it returned nothing,
3755         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3756         instruction combinations,
3757         * (pic16_FixRegisterBanking): heavily reorganised,
3758         * (pic16_AnalyzeBanking): if generating banksel directives is
3759         disabled, then don't call FixRegisterBanking at all,
3760         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3761         completely removed,
3762         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3763
3764 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3765
3766         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3767         Phuah Yee Keat <yk.phuah AT nestac.com>
3768
3769 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3770
3771         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3772         correctly the IVT even if it is relocated to some other location
3773
3774 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3775
3776         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3777         * device/include/pic16/pic18f2220.h: NEW,
3778         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3779         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3780         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3781         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3782         nodefaultlibs, ivt_loc is the location of the interrupt vector
3783         table, and nodefaultlibs signs that default libraries should not be
3784         linked in link stage,
3785         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3786         according to --ivt-loc argument,
3787         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3788         when pragma stack is found,
3789
3790 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3791
3792         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3793         256 (range check), 257 (do while), 258.a-f (bit banging
3794         f.e. on 3-wire SPI bus)
3795
3796 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3797
3798         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3799         variables used exclusively within a loop
3800
3801 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3802
3803         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3804
3805 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3806
3807         * src/SDCClrange.c (computeClash): fixed bug #971834
3808
3809 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3810
3811         * src/mcs51/gen.c (genCmp): fixed bug #975903
3812         * src/hc08/gen.c (operandsEqu),
3813         * src/ds390/gen.c (operandsEqu),
3814         * src/z80/gen.c (operandsEqu),
3815         * src/pic/gen.c (operandsEqu),
3816         * src/pic16/gen.c (operandsEqu),
3817         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3818         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3819
3820 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3821
3822         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3823
3824 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3825
3826         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3827         default case in switch statement,
3828         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3829         to eliminate problem with initialisation of pointers, but problem
3830         still exists,
3831         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3832         * (emitStaticSegment): removed various lines emitting debug info,
3833         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3834         added processor registers for utilizing EEPROM,
3835         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3836         configurable and set 8
3837
3838 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3839
3840         * .version: increased version number to 2.4.2,
3841
3842         Cumulative patch for pic16 port
3843         * src/pic16/device.c: changed scheme to dump initial values for
3844         variables in idata segment, all print_idata* functions were removed,
3845         now the pic16_printIval* will be called,
3846         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3847         * _pic16_printPointerType, pic16_printPointerType,
3848         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3849         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3850         NEW, similar to the respective functions in SDCCglue.c,
3851         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3852         way, emitting hex bytes,
3853         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3854
3855 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3856
3857         * src/avr/ralloc.c (serialRegAssign),
3858         * src/xa51/ralloc.c (serialRegAssign),
3859         * src/pic/ralloc.c (serialRegAssign),
3860         * src/pic16/ralloc.c (serialRegAssign),
3861         * src/hc08/ralloc.c (serialRegAssign),
3862         * src/z80/ralloc.c (serialRegAssign),
3863         * src/ds390/ralloc.c (serialRegAssign),
3864         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3865
3866 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3867
3868         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3869         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3870
3871 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3872
3873         Cumulative patch for pic16 port:
3874         * src/pic16/device.h (typedef PIC16_device) modified fields for
3875         defining microcontrollers,
3876         * src/pic16/device.c: added new info for all devices in Pics16 array,
3877         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3878         to be optimised out by the pCode optimiser,
3879         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3880         specially, bug reported by G.M. Gallant,
3881         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3882         as force'd so that cannot be optimised out by pCode optimiser,
3883         * src/pic16/pcode.c,
3884         * src/pic16/pcodepeeph.c,
3885         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3886         they are disabled by default, but can be enabled explicit with
3887         command argument --denable-peeps, for testing,
3888         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3889         --pomit-ivt in COMPILE_FLAGS
3890
3891 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3892
3893         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3894           compilation on MSVC
3895
3896 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3897
3898         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3899
3900 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3901
3902         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3903         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3904
3905 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3906
3907         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3908         would only assign 0x300001 register.
3909
3910 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3911
3912         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3913         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3914
3915 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3916
3917         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3918         for ds80c400
3919         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3920         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3921         added peephole 254 (left shift), 255 (jump table)
3922
3923 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3924
3925         * device/lib/Makefile.in: removed comment line with model-pic16,
3926         * (target port-specific-objects-pic16): the libraries and objects
3927         are copied to the build directory form the device/lib/pic16/bin
3928         directory
3929
3930         Cumulative patch concerning pic16 port:
3931         * library directory has been re-organized,
3932         * added support for PIC18F1220,
3933         * added headers and library sources for chips 18f1220,18f6520,
3934         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3935
3936         * configuration registers setting has changed, now each supported
3937         device has a complete description of the registers it uses,
3938         * all initialisations are moved to idata sections, these section
3939         can be absolute or relocatable,
3940         * fixed initialisation of codespace variables,
3941         * fixed warning about PCLATU and gpsim,
3942         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3943         * (genAssign): use table reads when assigning from variables in codespace,
3944         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3945         char/int variables placed in codespace,
3946         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3947         registers set in .asm file, no need for --pomit-config-words anymore,
3948         * (pic16glue): some 8051 legacy segments are commented out
3949         (to be removed completely),
3950         * added support for alternative assembler and linker with --asm=
3951         and --link= command line arguments,
3952         * peepholes are disabled automatically in the port, no need to
3953         specify on command line,
3954         * port supports natively char/int/long multiplication, but converts
3955         all divisions to support functions,
3956         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3957         to the file set in variable $2,
3958         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3959         strings in ASCII format and not in hex,
3960         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3961         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3962         allocate proper register if iCodes aren't temporary,
3963
3964 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3965
3966         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3967
3968 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3969
3970         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3971         is commented out
3972
3973 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3974
3975         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3976         computed address is reused
3977         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3978         multi-byte bitfields
3979
3980 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3981
3982         * src/z80/gen.c: (genArrayInit): must check for pointers too
3983
3984 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3985
3986         * support/regression/tests/zeropad.c: never meant to commit the
3987           nestedstruct test: removed, added check for GCC version
3988
3989 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3990
3991         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3992         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3993         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3994           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3995           bugs 928906 and 954082 half-empty initializers
3996         * src/SDCCsymt.h,
3997         * src/SDCCsymt.c (getAllocSize): added for above fix
3998         * src/z80/gen.c (genArrayInit): fixed bug 741044
3999         * support/regression/tests/zeropad.c: added tests
4000
4001 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4002
4003         * src/pic16/device.c (pic16_dump_section): corrected bug which
4004         caused some symbols of the libraries to be misplaced
4005
4006 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4007
4008         * src/pic16/glue.c,
4009         * src/pic16/ralloc.h,
4010         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4011         to fix conflict with pic port
4012
4013 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4014
4015         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4016         externs configuration variables,
4017         * src/pic16/ralloc.h,
4018         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4019         prototype in header, commented out some debug messages
4020
4021 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4022
4023         * src/pic16/glue.c,
4024         * src/pic16/main.c,
4025         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4026         for gpasm COFF object generation. Thanks to D. Hawkins for
4027         his patch info
4028
4029 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4030
4031         * src/ds390/main.c,
4032         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4033         Brock for spotting this)
4034         * src/ds390/gen.c (genEndFunction),
4035         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4036         interrupt handler and critical. Disable push/pop optimizations when
4037         peephole optimizations disabled.
4038
4039 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4040
4041         Updated pic16 library sources and headers.
4042         * device/lib/pic16/pic18f*/ ,
4043         * device/include/pic16/*.h: modified to handle structured SFR
4044         definitions
4045
4046 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4047
4048         * src/port.h (PORT structure): added hook initPaths, now each
4049         port can declare its own default search paths,
4050         which can been seen with the --print-search-dirs option,
4051         see pic16 port for example,
4052         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4053         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4054         * (doPrintSearchDirs): NEW, replaces in a central manner the
4055         printing of search dirs which was split in set*Paths functions,
4056         * (main): added call to port->initPaths and doPrintSearchDirs,
4057         * src/avr/main.c,
4058         * src/ds390/main.c,
4059         * src/hc08/main.c,
4060         * src/izt/i186.c,
4061         * src/izt/tlcs900h.c,
4062         * src/mcs51/main.c,
4063         * src/pic/main.c,
4064         * src/pic16/main.c: modified port structures to reflect addition of
4065         initPaths hook,
4066
4067         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4068         * (pic16_dump_section): for registers in same address reserve memory once,
4069         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4070         to no_banksel,
4071         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4072         result is greater in size than right or left,
4073         * (pic16_genUMult8X8_8): there are some cases where the result can
4074         be 16 bits size, so handle these,
4075         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4076         * (pic16_outBitC): modified to emit pcodes,
4077         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4078         or not,
4079         * (genDivOneByte): implemented algorithm to divide 8-bits,
4080         * (genCmp): uncommented goto, but issues still exist,
4081         * (genAnd): fixed a bug with variables >8bits,
4082         * (genPackBits): optimization added that uses BCF/BSF to change a
4083         single bit,
4084         * (genAssign): fixed bug when assigning floating point literals,
4085         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4086         __sdcc_gsinit_startup label,
4087         * src/pic16/main.c (_pic16_init): removed search directory
4088         initialisations,
4089         * (_pic16_initPaths): NEW, used to initialise search directories,
4090         * (_hasNativeMulFor): support functions for all except char/int
4091         multiplication, and char division,
4092         * (PIC16_port struct): modified entry for native mul support,
4093         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4094         no_banksel option,
4095         * (buildCallTree): call to register_usage is ifdef'ed out,
4096
4097 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4098
4099         * device/include/string.h: applied Stas Sergeev's patch to make this
4100         header file compatible with the preprocessor -Wundef option
4101         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4102         failure (fixes bug #941458)
4103
4104 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4105
4106         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4107         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4108         that the variable, not the function, should be static
4109         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4110         to be consistent with non-literal case
4111
4112 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4113
4114         * src/SDCCast.c (isConformingBody): fixed bug #949967
4115         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4116         convilong): fixed bug #952086
4117
4118 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4119
4120         * src/SDCCmem.c (allocVariables): fixed bug #955321
4121
4122 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4123
4124         * src/hc08/main.c (_hc08_genAssemblerEnd),
4125         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4126         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4127         completely eliminated the use of a temporary file
4128         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4129         when more than one file linked
4130         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4131
4132 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4133
4134         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4135         which fixes bug #543481
4136         * support/regression/tests/bug-751703.c: fixed comments left from a
4137         cut and paste error
4138         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4139         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4140         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4141         scopes
4142         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4143         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4144         are now changed to underscores in moduleName
4145
4146 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4147
4148         * as/mcs51/lkmem.c: better fix for bug #954173
4149
4150 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4151         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4152
4153         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4154         * device/include/c8051f000.h,
4155         * device/include/c8051f120.h,
4156         * device/include/c8051f300.h,
4157         * device/include/c8051f310.h,
4158         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4159         PWM16) and detab'ed
4160
4161 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4162
4163         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4164         and mailing lists, doc'ed --no-peep-comments, removed reference
4165         to knoppix (newest version has no LyX/LaTeX), other minor changes
4166         * src/SDCCglue.c (glue): save 2 bytes stack space with
4167         option --main-return. The ljmp could probably be avoided too
4168
4169 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4170
4171         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4172
4173 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4174
4175         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4176         * src/SDCCopt.c (isLocalWithoutDef),
4177         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4178         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4179         (credit to Maarten Brock for patch #949363, on which this is based)
4180         * support/regression/tests/bug-751703.c: some test cases of extern used
4181         within inner scopes.
4182
4183 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4184
4185         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4186         SPEC_STRUCT
4187         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4188         struct definitions
4189         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4190         dwWriteLabel): fix to create valid debugger symbols even when
4191         the module name has non-alphanumeric symbols in it
4192         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4193         when a variable's allocation has been optimized away
4194
4195
4196 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4197
4198         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4199         * src/hc08/main.c,
4200         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4201         * src/mcs51/main.c,
4202         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4203         * src/ds390/main.c,
4204         * src/z80/gen.c (z80_emitDebuggerSymbol),
4205         * src/z80/main.c,
4206         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4207         * src/pic/main.c,
4208         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4209         * src/pic16/main.c,
4210         * src/avr/gen.c (avr_emitDebuggerSymbol),
4211         * src/avr/main.c,
4212         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4213         * src/xa51/main.c,
4214         * src/SDCCdebug.c (emitDebuggerSymbol),
4215         * src/SDCCdebug.h,
4216         * src/port.h: added a debugger struct to the port struct. Added a
4217         callback for defining debugger symbols
4218
4219         * src/SDCCast.c (createLabel),
4220         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4221         with isitmp = 1
4222         * src/SDCCicode.h,
4223         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4224         iCode back to the ast for the function
4225
4226         * src/hc08/ralloc.c (hc08_assignRegisters),
4227         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4228         unneeded fields from the regs struct.
4229         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4230         pushReg() & pullReg() functions instead of emitcode()
4231
4232         * src/hc08/gen.c (genLabel, genhc08Code),
4233         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4234
4235         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4236         debugger hooks
4237
4238         * src/hc08/gen.c (genEndFunction, genhc08Code),
4239         * src/hc08/gen.h,
4240         * src/mcs51/gen.c (genEndFunction, gen51Code),
4241         * src/mcs51/gen.h,
4242         * src/ds390/gen.c (genEndFunction, gen390Code),
4243         * src/ds390/gen.h,
4244         * src/z80/gen.c (genEndFunction, genZ80Code),
4245         * src/z80/gen.h,
4246         * src/z80/z80.h,
4247         * src/pic/gen.c (genEndFunction, genpic14Code),
4248         * src/pic/gen.h,
4249         * src/pic16/gen.c (genEndFunction, genpic16Code),
4250         * src/pic16/gen.h,
4251         * src/avr/gen.c (genEndFunction, genAVRCode),
4252         * src/avr/gen.h,
4253         * src/xa51/gen.c (genEndFunction, genXA51Code),
4254         * src/xa51/gen.h,
4255         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4256         specific code to cdbFile.c and out of the backend code generators
4257
4258         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4259         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4260         starting address is now 0
4261
4262         * as/hc08/asm.h,
4263         * as/hc08/m08pst.c,
4264         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4265         assembler directive for DWARF support
4266         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4267
4268         * src/src.dsp,
4269         * src/Makefile.in,
4270         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4271
4272 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4273
4274         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4275         and inappropriate peephole optimization in jump tables
4276
4277 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4278
4279         * as/hc08/m08pst.c,
4280         * src/SDCCglue.c: sdccopt works for the hc08 port now
4281
4282 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4283
4284         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4285
4286 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4287
4288         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4289
4290 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4291
4292         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4293         rules
4294         * src/SDCCmain.c,
4295         * src/SDCCglobl.h,
4296         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4297         comments from the peephole optimizer replacement rules
4298         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4299         symbols
4300         * src/SDCCcse.c (updateSpillLocation),
4301         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4302         equivalents
4303         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4304         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4305         objects far pointers
4306
4307 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4308
4309         * src/SDCCsymt.h: a missing part of my last change
4310         * src/pic/ralloc.c (regTypeNum),
4311         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4312
4313 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4314
4315         * src/SDCCicode.h,
4316         * src/SDCCicode.c (aggrToPtrDclType),
4317         * src/SDCCptropt.h,
4318         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4319         ptrPseudoSymConvert),
4320         * src/pic/ralloc.c (regTypeNum),
4321         * src/pic16/ralloc.c (regTypeNum),
4322         * src/hc08/ralloc.c (regTypeNum),
4323         * src/ds390/ralloc.c (regTypeNum),
4324         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4325         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4326
4327 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4328
4329         * link/z80/lkmain.c (afile),
4330         * as/hc08/lkmain.c (afile),
4331         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4332         prevent a pointer problem when a filename has no directory and
4333         no extension specified.
4334
4335 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4336
4337         * link/z80/lkmain.c (afile): allow periods in directory names
4338         * link/z80/lkmain.c (afile),
4339         * as/mcs51/lkmain.c (afile),
4340         * as/hc08/lkmain.c (afile): allow linker script file to have an
4341         extension other than ".lnk"
4342         * link/z80/lklex.c (getfid),
4343         * link/z80/lkmain.c (parse),
4344         * as/mcs51/lklex.c (getfid),
4345         * as/mcs51/lkmain.c (parse),
4346         * as/hc08/lklex.c (getfid),
4347         * as/hc08/lkmain.c (parse): Support comments in the linker script
4348         file on lines by themselves and after filenames
4349
4350 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4351
4352         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4353
4354 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4355
4356         * src/z80/peeph-z80.def: removed some peephole rules that don't
4357         work with multibyte arithmetic (fixed bug #937126)
4358         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4359         to registers and not global variables
4360         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4361         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4362         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4363         checking for assignments not internally generated (fixed bug #931895)
4364         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4365         structure member (fixed bug #930072)
4366
4367 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4368
4369         * src/SDCCmain.c (linkEdit),
4370         * src/hc08/main.c (_hc08_parseOptions),
4371         * as/hc08/Makefile.in,
4372         * as/hc08/aslink.h,
4373         * as/hc08/asm.h,
4374         * as/hc08/m08pst.c,
4375         * as/hc08/lkrloc.c (relr, rele),
4376         * as/hc08/lkarea.c (lnkarea)
4377         * as/hc08/lkmain.c (afile, parse),
4378         * as/hc08/lkelf.c: support for ELF output
4379         * as/hc08/lks19.c (s19),
4380         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4381
4382 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4383
4384         * as/mcs51/lkihx.c: Fixed bug #899105.
4385
4386 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4387
4388         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4389         .dsp files from Unix to DOS.
4390
4391 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4392
4393         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4394         function pointers; we have been compliant for several months now.
4395         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4396         change that was accidently commented out
4397         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4398         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4399         bug #922319
4400
4401 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4402
4403         * src/hc08/gen.c: output of all of the internal debugging information
4404         is now controlled by the D() macro; it is disabled by default
4405
4406 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4407
4408         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4409         harder to keep the same registers during a CAST iCode
4410         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4411         long via int can be done in a single cast, if the signedness is
4412         correct.
4413         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4414         putchar() in tinibios.c in ds390's library
4415
4416 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4417
4418         * src/SDCCast.c (decorateType): fixed bug #898889,
4419         cast result of a literal complement too
4420         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4421         fixed check for bitfields
4422
4423 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4424
4425         * src/SDCCicode.c (geniCodeLogic): made it static,
4426         (geniCodeLogicAndOr): added in order to fix bug #905492,
4427         (ast2iCode): fixed bug #905492
4428         * support/regression/tests/bug-905492.c: added
4429         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4430         (processParms): fixed bug #927659: don't copy parms, this will clear
4431         decorated flag
4432         * support/regression/tests/bug-927659.c: added
4433
4434 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4435
4436         * src/SDCCast.c (addCast): don't cast float to char
4437         * device/lib/libsdcc.lib: added _memmove
4438
4439 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4440
4441         * device/lib/large/Makefile: fixed parallel execution by
4442         replacing `make` by `$(MAKE)`
4443
4444 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4445
4446         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4447         offsets (fixes bug #923936)
4448
4449 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4450
4451         * device/lib/small/Makefile: fixed parallel execution by
4452         replacing `make` by `$(MAKE)`
4453
4454 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4455
4456         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4457
4458 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4459
4460         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4461         * src/regression/Makefile: Regression test was not running.
4462
4463 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4464
4465         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4466         complement if possible
4467         * src/SDCCval.c (valComplement),
4468         * src/SDCCicode.c (operandOperation): fixed complement of literal
4469         * support/regression/tests/onebyte.c (testComplement): added
4470
4471 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4472
4473         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4474         return an optimized tree; actually replace actParm with the new tree
4475         * src/SDCCast.h: added some parantheses to remove side effects
4476         * support/regression/tests/bug-920866.c
4477
4478 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4479         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4480         Bit operands were not being handled properly in the pic14 port.
4481         (now src/regression/add.c passes again).
4482
4483 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4484
4485         * src/SDCC.y (labeled_statement): case and default no longer require
4486         a following statement (RFE #893037)
4487
4488 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4489
4490         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4491         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4492         disabled (fixes bug #916294)
4493         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4494         "mov a,acc"; patch provided by Lenny Story
4495         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4496
4497 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4498
4499         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4500         functions
4501         * src/ds390/gen.c (genFunction, genEndFunction),
4502         * src/ds390/ralloc.c (ds390_assignRegisters),
4503         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4504         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4505         pushed if there are parameters passed on the stack. Also, a cleaner
4506         way to decide if r0/r1 should be pushed/popped. (Together they fix
4507         bug #918693)
4508
4509 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4510
4511         * doc/sdccman.lyx,
4512         * device/lib/mcs51/crtpagesfr.asm,
4513         * device/lib/mcs51/crtxinit.asm,
4514         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4515         to avoid confusion with Si Lab's SFRPAGE register.
4516
4517 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/SDCCglue.c (emitMaps): allow public sfr variables
4520         * src/SDCCglue.c (initialComments): include compiler build date
4521         with compiler version and put the timestamp of the generated
4522         assembly file on a serperate line to be less confusing.
4523         * src/port.h: added genInitStartup hook
4524         * src/avr/main.c,
4525         * src/ds390/main.c,
4526         * src/hc08/main.c,
4527         * src/pic/main.c,
4528         * src/pic16/main.c,
4529         * src/xa51/main.c,
4530         * src/z80/main.c: genInitStartup initialize as NULL (default to
4531         historical behaviour)
4532         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4533         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4534         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4535         library instead of hard coding it into the compiler.
4536         * support/regression/ports/mcs51-stack-auto/spec.mk,
4537         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4538         * device/lib/mcs51/Makefile,
4539         * device/lib/small/Makefile,
4540         * device/lib/large/Makefile,
4541         * device/lib/mcs51/crtpagesfr.asm,
4542         * device/lib/mcs51/crtstart.asm,
4543         * device/lib/mcs51/crtxclear.asm,
4544         * device/lib/mcs51/crtxinit.asm,
4545         * device/lib/mcs51/crtclear.asm,
4546         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4547         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4548         and into user configurable files.
4549         * device/lib/clean.mk: clean mcs51 directory too
4550         * support/regression/tests/longlit.c: added static to T1 declaration
4551         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4552         accesses in the initialization code
4553
4554 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4555
4556         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4557         OSCTRIMVAL as noted in bug #916008
4558
4559 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4560
4561         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4562         in loops with multiple exits (reported as incorrect registers
4563         used by Martin Helmling in Sdcc-user list)
4564
4565 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4566
4567         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4568         made ds390 register extensions look less like error messages
4569
4570 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4571
4572         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4573         reported by Adam Wozniak in Sdcc-user list
4574
4575 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4576
4577         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4578         arithmetic optimizations, added debug output
4579
4580 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4581
4582         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4583         * sdcc.spec: updated and split sdcc into 3 rpms
4584         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4585         needed for literals of LEFT_OP and '+'
4586         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4587         introduced RESULT_TYPE_NOPROM
4588         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4589         left shift
4590         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4591         limited promotion to int only for '*'
4592         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4593
4594 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4595
4596         * src/pic16/gen.c (genSkip),
4597         (genc16bit2lit), (gencjneshort): commented out
4598         (is_LitOp): new helper function, checks operand type
4599         (genCmpEq): rewritten
4600
4601 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4602
4603         * support/regression/tests/bug-908454.c: added
4604
4605 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4606
4607         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4608         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4609         (geniCodeCast): cosmetic, don't preserve bit storage class
4610         (geniCodeLeftShift): added promotion
4611         (geniCodeLogic): fixed regression
4612         * src/SDCCsymt.c (computeTypeOr): accept bits too
4613         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4614
4615 2004-03-07  Borut Razem <borut.razem AT siol.net>
4616
4617         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4618
4619 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4620
4621         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4622         version of pic16_genPackRegisters which does not check if ic is a
4623         CAST operator,
4624         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4625         function cause string1.c regression test fails
4626
4627 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4628
4629         * sim/ucsim/configure.in,
4630         * sim/ucsim/configure,
4631         * sim/ucsim/doc/Makefile.in: use docdir
4632         * src/SDCC.y: fixed sbit atrributes
4633         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4634         * src/SDCCast.c (decorateType): |^& need special promotion handling
4635         * src/SDCCast.h,
4636         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4637         * src/SDCCsymt.h (computeType),
4638         * src/SDCCicode.c: computeType() needs op
4639         * src/SDCCsymt.c (checkTypeSanity),
4640         * doc/sddman.lyx: "plain" bitfields are unsigned
4641         * src/SDCCsymt.c (computeTypeOr): added
4642         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4643         |^& ops
4644         * src/SDCCval.c (val*): computeType() needs op
4645         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4646         * support/regression/tests/onebyte.c: added tests for |^&
4647
4648 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4649
4650         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4651         for writing icode into asm output.
4652
4653 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4654
4655         * src/pic16/device.c: added some debug lines enabled
4656         with macro DEBUG_CHECK,
4657         * src/pic16/genarith.c: more debug in genPlus,
4658         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4659         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4660         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4661         * (aopForSym): onStack symbols are re-placed in data memspace,
4662         and onStack flag is cleared,
4663         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4664         copy temporary pcodeop,
4665         * (genPcall): added warning for not updating PCLATU,
4666         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4667         always true for pic16 port,
4668         * (genMultOneWord): NEW, supports integer multiplication,
4669         * (genMult): modified to call genMultOneWord,
4670         * (ifxForOp): added warning when return NULL,
4671         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4672         flag is set before call to operandFromSymbol for implicit
4673         added structures,
4674         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4675         options.intlong_rent are set by default,
4676         * (_hasNativeMulFor): modified to allow port generation of integer
4677         multiplication,
4678         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4679         set regtype to REG_SFR for all registers, restricting seting the
4680         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4681
4682 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4683
4684         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4685         more than 500 times in the regression tests
4686
4687 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * support/Util/SDCCerr.h,
4690         * support/Util/SDCCerr.c,
4691         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4692         enumerator_list),
4693         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4694         for symbol conflicts.
4695         * support/valdiags/tests/enum.c,
4696         * support/valdiags/tests/tentdecl.c,
4697         * support/valdiags/tests/struct.c: expect possible error messages
4698         referring to original symbol definitions.
4699         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4700         * src/SDCCsymt.h,
4701         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4702
4703 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4704
4705         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4706
4707 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4708
4709         * src/pic16/ralloc.c (newReg): fixed bug #908929
4710
4711 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4712
4713         * src/ds390/gen.c: added missing #include "main.h"
4714
4715 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4716
4717         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4718         checking if symbol is already in set,
4719         * src/pic16/device.h: prototype for checkAddSym,
4720         * src/pic16/gen.c: (_G): added entry interruptvector,
4721         * (assignResultValue): removed some commented out lines,
4722         * (genFunction): check for ISR via sym->type, absolute section for
4723         interrupt code is created via a new pBlock, the goto instruction is
4724         placed now correctly at the interrupt vector position, changed all
4725         references from ivec to _G.interruptvector,
4726         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4727         is the interrupt is a high priority one, same for return from ISR,
4728         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4729         externs to calls of checkAddSym,
4730         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4731         pic16_pcode_verbose flag is set,
4732         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4733         * src/pic16/pcoderegs.c: message about how many registers are saved
4734         will only be emitted if pic16_pcode_verbose flag is set,
4735
4736 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4737
4738         * src/ds390/ralloc.h,
4739         * src/ds390/ralloc.c (ds390_regWithIdx),
4740         * src/ds390/gen.c (emitcode),
4741         * src/ds390/main.h,
4742         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4743         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4744         ds390operandCompare, getRegsRead, getRegsWritten,
4745         initializeAsmLineNode): customized instruction size calculation for
4746         ds390, started basis for some register optimizations
4747         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4748         corresponding assembly output
4749         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4750         missing push/pop of r0/r1. Optimized push/pops
4751
4752 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4753
4754         * src/mcs51/main.c (instructionSize): fixed ACALL size
4755         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4756
4757 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4758
4759         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4760         the sorting of rlist with NULL elements
4761         * (print_idataType, print_idata): NEW to create idata sections
4762         * src/pic16/device.h: idataSymSet new variable
4763         * src/pic16/gen.c (genFunction): fixed some bugs in string
4764         comparing, improved the absolute section creation for ISRs,
4765         added FSR0L/FSR0H in registers that are saved in an ISR,
4766         * (genInline): fixed the processing of inline snippets,
4767         now they undergo no process by the peephole optimizer
4768         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4769         are placed in idataSymSet,
4770         * (pic16emitStaticSeg): extern symbols are added in externs,
4771         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4772         switching when aboslute variables are placed in access bank memory
4773         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4774         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4775         commented out with #if,
4776         * (pic16_packRegisters): reintroduce the check for CAST because some
4777         symbols are not correctly handled,
4778         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4779         pCodeInstruction instead of pCode,
4780         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4781         pCodeAsmDir definition,
4782         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4783         directive, then the argument directive is emitted without the leading
4784         tab, hack for inline labels which must be in the first column,
4785         * (compareLabel,pic16_findNextInstruction),
4786         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4787         * (insertBankSwitch): modified for the new pCodeAsmDir,
4788
4789 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4790         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4791
4792         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4793         instance,
4794         * (pushSide): commented out with #if,
4795         * (assignResultValue): fixed some typos in saving
4796         registers,
4797         * (genPcall): FIXED and sync'ed with genCall,
4798         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4799         * (genNearPointerGet): fixed to handle some more cases,
4800         implementation scheme via table reads,
4801         * (genConstPointerGet): modified to access code memory correct,
4802         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4803         and improved to handle some cases
4804         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4805         instead of "RETLW" for init data
4806         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4807         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4808         variables are placed in access bank memory (<0x80 and >=0xf80),
4809         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4810         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4811         TBLWT_POSTDEC,TBLWT_PREINC
4812         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4813         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4814         directives
4815         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4816         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4817         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4818         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4819
4820 2004-02-29  Borut Razem <borut.razem AT siol.net>
4821
4822         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4823         support/Util/findme.h, support/Util/system.h: enhance binary relative
4824         search for lib and include by using findProgramPath()
4825
4826 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4827
4828         * src/SDCCpeeph.h,
4829         * src/SDCCpeeph.c (pcDistance),
4830         * src/port.h,
4831         * src/mcs51/ralloc.h,
4832         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4833         * src/mcs51/main.h,
4834         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4835         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4836         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4837         size calculation port specific, started basis for some register
4838         optimizations
4839         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4840         missing push/pop of r0/r1. Optimized push/pops
4841         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4842         * device/lib/_modsint.c (_modsint),
4843         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4844         and stack version so regression tests pass
4845
4846 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4847
4848         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4849         * src/SDCCast.c (decorateType): catch another small optimization
4850         with '?' operator
4851         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4852         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4853         modified to finally use computeType() all over SDCC,
4854         see Feature Request #877103
4855         * src/SDCCval.h: cosmetic
4856         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4857         valCompare(); regression tested in muldiv.c
4858         * support/regression/tests/muldiv.c (testMod): mod sign follows
4859         dividend only
4860
4861 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4862
4863         * src/SDCCast.c (decorateType): fixed bug #902362
4864         * doc/INSTALL.txt: fixed install instructions for win32
4865
4866 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4867
4868         * device/include/Makefile.in (install): fixed by replacing spaces
4869         by tabs
4870         * doc/README.txt,
4871         * doc/INSTALL.txt: updated for release
4872         * doc/sdccman.lyx: added warning for --xstack being buggy
4873
4874 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4875
4876         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4877         to eliminate build warnings.
4878         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4879
4880 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4881            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4882
4883         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4884         removed -penable-stack, added comment for stack pragma, added
4885         warning for not initializing the stack/frame registers, removed
4886         comment at interrupts section
4887
4888         Stack is made permanent, there is no ability to disable stack usage.
4889         * src/pic16/device.h,
4890         * src/pic16/device.c: removed all references to USE_STACK macro,
4891         * src/pic16/device.c (pic16_dump_section): when no elements in
4892         rlist, free rlist before return,
4893         * (pic16_dump_int_registers): NEW, internal registers are a new set
4894         of general purpose registers reused by each function,
4895         * (checkAddReg): returns 1 if registers is added to set,
4896         * (pic16_groupRegistersInSection): when a registers is of type
4897         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4898         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4899         SRCASECMP macro is moved here from device.c
4900         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4901         PO_PCLATU, PO_PRODL, PO_PRODH,
4902         * (pic16_pCodeOpType, genMinus,
4903         changed compares to "a" register, with AOP_ACC,
4904         * (pic16_genPlus): fixed some bugs and indented properly,
4905         * (pic16_addSign): changed size to size+offset in the MOVWF
4906         instruction,
4907         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4908         multiply 8-bit operand by literal, result is 8-bit,
4909         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4910         multiply 2 8-bit operand, result is 8-bit,
4911         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4912         genUMult8X*_16,
4913         * src/pic16/gen.c: changed accUse to contain WREG only,
4914         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4915         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4916         true, do not use immediate addressing any more unless sym is a
4917         pointer in codespace,
4918         * (aopForRemat): do not use immediate addressing when symbol not in
4919         codespace and when symbol's address is requested,
4920         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4921         accUse size (= 1),
4922         * (aopGet): added case for AOP_ACC and don't return "accumulator
4923         bug" but WREG instead,
4924         * (popGetTempReg): pushes contents of temporary register in stack,
4925         * (popReleaseTempReg): pops contents of temporary register from
4926         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4927         * (pic16_popGet): separated case AOP_ACC to return register WREG
4928         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4929         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4930         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4931         the use of immediate pointers to certain cases only.
4932
4933         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4934         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4935         * (assignResultValue, genCall, genRet): modified to use the new
4936         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4937         genPcall is still broken,
4938         * (genFunction): added code to create 'A' type pBlocks when
4939         interrupt functions are generated, code not extensively tested yet,
4940         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4941         * (genEndFunction): modified so ISRs pop stored registers from stack,
4942         * (genMultOneByte): cleanup,
4943         * (AccRsh): added flag andmask, to and result with appropriate mask,
4944         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4945         * (genDataPointerGet): fixed and reenabled its use,
4946         * (genNearDataPointerGet): bugs fixed,
4947         * (genDataPointerSet): bugs fixed,
4948         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4949         pic16_DumpSymbol, pic16_DumpOp,
4950         * src/pic16/genutils.h: function prototypes for the above functions,
4951         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4952         pointers,
4953         * (pic16emitRegularMap): many many many improvements, but needs a
4954         major cleanup,
4955         * src/pic16/main.c: enable_stack in pic16_options is removed,
4956         * (_pic16_parseOptions): removed command line options -penable-stack,
4957         * (_process_pragma): emit stack symbol only when stack pragma is
4958         processed,
4959         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4960         redirected to FSR0L/FSR0H pair,
4961         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4962         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4963         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4964         for immediates,
4965         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4966         * (dumpPicOptype): NEW,
4967         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4968         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4969         with movff instruction,
4970         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4971         added pic16_int_regs, some packRegsFor* functions are commented out,
4972         because produce errors,
4973         * src/pic16/NOTES: minor modifications
4974
4975 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4976
4977         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4978         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4979         --pack-iram.
4980         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4981         * as/mcs51/lkaomf51.c: fixed bug #895763
4982
4983 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4984
4985         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4986
4987 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4988
4989         * doc/sdccman.lyx: added details about the HC08 storage classes and
4990         interrupts, fixed the register usage info for z80 & gbz80
4991
4992 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4993
4994         * doc/sdccman.lyx: added more pic16 port documentation
4995         * device/include/pic16/: added header pic18fregs.h
4996
4997 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4998
4999         * doc/sdccman.lyx: added Vangelis' contribution
5000
5001 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5002
5003         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5004         extend to the next CALL or PCALL, not just to the next CALL.
5005
5006 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5007
5008         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5009
5010 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5013         bug #895752 and a better fix for bug #716790
5014
5015 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5016
5017         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5018
5019 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5020
5021         * doc/sdccman.lyx: minor changes, minor changed
5022
5023 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5024
5025         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5026         which can't handle SDCC_NEWONEBYTEOPS,
5027         (geniCodeMultiply): removed conversion from mult to shift for pic14
5028         and pic16
5029
5030 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5031
5032         * src/hc08/gen.h,
5033         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5034         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5035         thus fixing bug #895406
5036
5037 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5038
5039         * device/lib/_modsint.c,
5040         * device/lib/_modslong.c: sign follows divisor only
5041         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5042         signs or signedness can be ignored
5043         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5044         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5045         added optimization for IFX,
5046         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5047         arguments;
5048         reenabled optimization for IFX, which was removed on 2004-01-11
5049         * src/SDCCast.h: added return type IFX
5050         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5051         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5052         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5053         SDCC_OLDONEBYTEOPS selects the old behaviour
5054         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5055         changed again and commented promotion rule
5056         * src/SDCCval.c (valDiv): promotion no longer necessary
5057         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5058         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5059         rewritten
5060         * support/regression/tests/onebyte.c: added
5061
5062 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5063
5064         * gen.c (genInline): reverted to old code for assemnling inline
5065         code because of bug reported James Chadd
5066
5067 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5068
5069         * ralloc.h: missing declarations from previous patch,
5070         seems that patch for ralloc.h was never applied, fixed
5071
5072 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5073            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5074
5075         * pcode.c,
5076         * pcode.h,
5077         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5078         indirect addressing. Marked FSR0 as deprecated
5079         * gen.c (pointerCode): commented out, not needed now
5080         (pic16_popGet2p): new MOVFF helper function
5081         (genGenPointerGet),
5082         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5083         (shiftRLong): removed duplicate debugging info
5084
5085 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * src/ds390/gen.c (genNearPointerGet),
5088         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5089         optimization with bits, but not bitfields.
5090         * src/ds390/ralloc.c (packRegisters),
5091         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5092
5093 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5094
5095         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5096
5097 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * src/SDCCsymt.h,
5100         * src/SDCCicode.c (operandFromSymbol),
5101         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5102         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5103         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5104         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5105         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5106         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5107         bug #892038
5108         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5109         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5110         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5111         * src/SDCCsymt.c (newSymbol),
5112         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5113         enumerator_list),
5114         * src/SDCCval.h,
5115         * src/SDCCval.c (newiList): fixed bug #885705
5116
5117 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5118
5119         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5120         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5121
5122 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5123
5124         * device/include/c8051f120.h,
5125         * device/include/c8051f300.h,
5126         * device/include/c8051f310.h: added/updated header files for Silicon
5127         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5128         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5129         in new section Submitting patches
5130
5131 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5132
5133         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5134         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5135         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5136         genGenPointerSet),
5137         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5138         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5139         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5140         genGenPointerSet),
5141         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5142         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5143         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5144         genGenPointerSet),
5145         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5146         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5147         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5148         genGenPointerSet): fixed bug #892400
5149         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5150         to eliminate build warnings.
5151         * src/SDCCast.c (processParms),
5152         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5153         fixed bug 751859
5154         * support/valdiag/valdiag.py: added GCC to the list of defines active
5155         when compiling with gcc
5156
5157 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5158
5159         * support/Util/SDCCerr.h,
5160         * support/Util/SDCCerr.c,
5161         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5162         with an incomplete type (fixed bug #883734)
5163         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5164
5165 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5166
5167         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5168
5169 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5170
5171         * src/SDCCast.c (decorateType),
5172         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5173         function pointer implementation
5174         * support/regression/tests/funptrs.c: added tests to verify both forms
5175         of function pointers work correctly. Added tests to verify parameters
5176         are passed in the correct order.
5177
5178 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5179
5180         * device.c (regCompare): registers are sorted by ascending
5181         address and increasing size,
5182         * main.c (_pic16_finaliseOptions): removed the declaration
5183         of compiler macro MCU. Now a macro of the format pic18fxxxx
5184         will be defined from the command line
5185
5186 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5187             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5188
5189         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5190         PCOP_RLCF was overwritten!
5191         * gen.c (genSkip): commented out calls to pic16_emitcode,
5192         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5193         * (genlshTwo),
5194         * (genRRC): added debugging info,
5195         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5196         overwritten while shifting,
5197         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5198         overwritten while shifting,
5199         * (AccLsh),
5200         * (AccRsh),
5201         * (shiftLLeftOrResult),
5202         * (shiftRLeftOrResult),
5203         * (shiftRLong),
5204         * (shiftLLong): Implemented with pic16_emitpcode
5205         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5206         * (genLeftShift): Fixed bug, operand for shift by variable always
5207         was "and"ed with 0x0f,
5208         * (genLeftShiftLiteral),
5209         * (genrshTwo),
5210         * (genRightShiftLiteral): added debugging info,
5211         * (genrshFour): added comment,
5212         * (genRightShift): determined signedness from operand "left"
5213         instead of "result"
5214
5215 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5216
5217         * src/SDCCicode.c (geniCodeParms),
5218         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5219         function pointers, fixed function pointer bugs #861242 and #861896
5220
5221 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5222
5223         * device/include/c8051f000.h,
5224         * device/include/c8051f120.h,
5225         * device/include/c8051f300.h: added header files for Silicon
5226         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5227
5228 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5229
5230         * src/SDCCast.c (processParams): added new type flow and restructured
5231         (gatherAutoInit): added new type flow
5232         (addCast): cosmetic changes
5233         (getLeftResultType): added new type flow for array indices, patch
5234         provided by Stas, see FR #877103
5235         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5236         array index patch by Stas
5237         * src/SDCCast.h: added prototype getResultTypeFromType()
5238         * src/SDCCval.h,
5239         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5240         * src/pic/glue.c (pic14emitStaticSeg),
5241         * src/pic16/glue.c (pic16emitStaticSeg),
5242         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5243         for initialization of symbols
5244         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5245         * support/Util/SDCCerr.h:
5246         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5247         * .version: bumped version number to 2.3.8
5248         * device/include/Makefile.in (install),
5249         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5250         avoid warnings
5251
5252 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5253
5254         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5255         Slade Rich fixed an optimization bug
5256         * src/pic/pcodepeep.c,
5257         * src/pic/pcoderegs.c
5258         * doc/Makefile (install): added test for directory
5259
5260 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5263         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5264         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5265         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5266         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5267         * as/mcs51/asexpr.c (term),
5268         * as/hc08/asexpr.c (term): fixed bug #887146
5269
5270 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5271
5272         * src/z80/gen.c (genMult): handle single byte result product
5273         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5274         DUMMY_READ_VOLATILE (fixed bug #886367)
5275
5276 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5277
5278         * support/regression/tests/libmullong.c: fixed logic, on little endian
5279         hosts we ended without a mullong_wrapper()
5280
5281 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5282
5283         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5284         virus/worm forged address usage.
5285
5286 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5287
5288         Fixed promotion, it should be done on AST level:
5289         * src/SDCCast.c (addCast): added promotion to int
5290         (decorateType): updated call to upCast()
5291         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5292         usualUnaryConversions()
5293
5294 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5295
5296         * support/regression/tests/literalop.c (mulWrapper): Added a
5297         wrapper to remove integer overflow warnings.
5298
5299         * support/regression/tests/float_trans.c: Made work on host.
5300
5301         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5302         location of sz80.
5303
5304         * support/regression/generate-cases.py (main): Changed from inline
5305         to a main method.
5306
5307         * doc/Makefile (install): Changed to depth first to get rid of
5308         missing directory install warning.
5309
5310         * as/Makefile (install-doc): Made work on Mac.
5311
5312 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5313
5314         * src/SDCCast.c: added an additional type flow in decorateType() of
5315         opposite direction, see feature request #860006; it's enabled at runtime
5316         by setting the environment variable SDCC_NEWTYPEFLOW
5317         * src/SDCCast.h: changed prototype of decorateType()
5318         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5319         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5320         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5321         see feature request #877103
5322         * src/SDCCval.c: updated call of decorateType()
5323         (valBitwise): fixed bug #882876
5324         (valMinus): added promotion
5325         (valLogicAndOr): result is unsigned
5326         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5327         * src/SDCCsymt.c (computeType),
5328         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5329         must not cause an unsigned operation
5330         * src/pic/glue (pic14emitRegularMap),
5331         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5332
5333 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5334
5335         * src/pic/pcode.c (PCodeID): commented out left over debug code
5336
5337 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5338
5339         * support/valdiag/tests/overflow.c: added shift tests
5340         * src/pic/device.c,
5341         * src/pic/gen.c,
5342         * src/pic/gen.h,
5343         * src/pic/glue.c,
5344         * src/pic/main.c,
5345         * src/pic/pcode.c,
5346         * src/pic/pcode.h,
5347         * src/pic/pcodepeep.c,
5348         * src/pic/pcoderegs.c,
5349         * src/pic/ralloc.c,
5350         * src/pic/ralloc.h: applied patch from Slade Rich;
5351         added support for multiple code pages and multiple RAM banks on the
5352         PIC 14 port. The ASM files now no longer simply assume all the
5353         code / RAM are in the same page / bank. This means the linker can
5354         safely allocate code/RAM of separate ASM files to different pages/banks.
5355         * doc/sdccman.lyx: added Slade's tips
5356         * src/mcs51/peeph.def: fixed bug #880768
5357
5358 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5361         * src/SDCCast.c (decorateType): fixed bug #880197
5362
5363 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5364
5365         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5366         getopt.h.
5367
5368         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5369         strtof is not part of C89 and isn't included with Mac OS X.
5370
5371 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5372
5373         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5374         shiftL2Left2Result): fixed bug #879326
5375         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5376         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5377         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5378         address fetch for clr instruction
5379         * device/lib/hc08/_mulint.c: created optimized assembly version
5380         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5381
5382 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5383
5384         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5385         proposed in FR #877103
5386
5387 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5388
5389         * src/SDCCval.c (cheapestVal): added missing checks
5390         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5391         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5392
5393 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5394
5395         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5396         equal operands
5397
5398 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5399
5400         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5401         loaded with the linker search paths (-L arguments) and the libraries
5402         to be linked with the current source (-l arguments). Changes
5403         currently will affect only the pic16 port.
5404         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5405         include path the port specific paths and port specific libraries,
5406         * gplink command now contains the $3 argument,
5407         * src/pic16/device.h,
5408         * src/pic16/device.c,: structure PIC_device is made public and
5409         renamed to PIC16_device, the same for variable Pics which is renamed
5410         to Pics16. Updated all references to them.
5411         * src/pic16/glue.c (pic16glue): corrected bug with code
5412         initialization which bypassed the variable initializations block.
5413
5414         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5415         COMPILE_FLAGS and added the --nostdinc option
5416
5417 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5418
5419         * device/include/mc68hc908jb8.h: Register defs for another member
5420         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5421
5422 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5423
5424         Documenting changes from previous commits.
5425         * configure.in (version 1.56),
5426         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5427         when generating output files to configure the pic16 library,
5428         but now I've commented it out, since gputils aren't installed in the
5429         SF compile farm, so library won't compile
5430
5431         * device/lib/Makefile.in (version 1.56): initially I've added in
5432         target 'all' the prerequestive 'model-pic16' so it compiled the
5433         pic16 library, but now I've commented it out for the same reasons
5434         above,
5435         * added targets 'model-pic16' and 'objects-pic16' to compile the
5436         library
5437         * added target 'port-specific-objects-pic16' to handle the
5438         generated libraries and copy them into the build/ directory
5439         * added target 'clean-intermediate-pic16' to clean intermediate
5440         files into pic16 directory
5441         * in target 'installdirs' added line to create directory pic16 in
5442         the installation path
5443
5444         * device/include/Makefile.in (version 1.11): in target 'install'
5445         added lines to copy all header files to installation path,
5446         * in target 'installdirs' added line create directory for pic16
5447         headers in the installation path
5448
5449 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5450
5451         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5452          a function call
5453
5454 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5455
5456         * configure,
5457         * device/lib/configure.in,
5458         * device/lib/configure: fixed for autoconf 2.57
5459
5460 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5463         option so that it actually works. Made it specific to the z80, since
5464         the gbz80 doesn't have these kinds of I/O ports.
5465
5466 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * device/include/z180.h,
5469         * device/lib/_memcpy.c,
5470         * device/lib/_memmove.c,
5471         * device/lib/_mulint.c,
5472         * device/lib/ser_ir.c,
5473         * device/lib/ser_ir_cts_rts.c,
5474         * device/lib/_strcmp.c,
5475         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5476         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5477         portmode; added deprecation warning for bank= and protmode= forms.
5478         Also, guard against buffer overflow.
5479         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5480
5481 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5484         changed interrupt vector table generation to only emit declared vectors.
5485         * device/include/Makefile.in: added missing backslash
5486         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5487
5488 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5489
5490         Mainly changes to support compilation of the device libraries
5491         * src/pic16/device.c: stack is allocated via symbol and not
5492         via literal number. The symbol is placed in the corresponding
5493         position of the data ram
5494         * (pic16_dump_section): relocatable and absolute uninitialized
5495         data are now emitted in sorted order to reduce section naming,
5496         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5497         weren't marked as being in the access bank,
5498
5499 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5500
5501         Added portion of GNU PIC Library under the directory
5502         device/include/pic16 and device/lib/pic16. These files
5503         contain the declarations of SFRs for the PIC18Fxx2 devices.
5504         The directory is initialized via configure from toplevel.
5505
5506 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5507
5508         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5509         the spilllocations to be compared correctly
5510
5511 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5512
5513         * src/SDCCast.c (decorateType): fixed bug introduced today
5514
5515 2004-01-12  Borut Razem <borut.razem AT siol.net>
5516
5517         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5518         doc/sdccman.lyx: upper case pragmas are deprecated
5519
5520 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5521
5522         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5523         in simpler and even better code
5524
5525 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5526
5527         * src/SDCCicode.c (operandOperation): fixed bug #874819
5528         * src/SDCCast.c (decorateType): fixed
5529         char foo (unsigned long ul) { return ul > 0; }
5530
5531 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5532
5533         * doc/sdccman.lyx: Moved and added some sections, small changes
5534         all over. Telling LaTeX to be less strict with word spacing
5535         to better keep the right margin. Changed some notes about
5536         maintainance of the ports in section 3.2.1 - is it OK like this?
5537
5538 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5539
5540         SDCC source changes:
5541         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5542         convilong): modified to inform the pic16 port that builtin functions
5543         are external
5544
5545         PIC16 PORT specific changes:
5546         * src/pic16/device.c pic16_dump_equates() added,
5547         processor registers declared internally by the port are emitted in
5548         the translation as equates,
5549         * src/pic16/gen.c: inline code is passed unprocessed to the
5550         translation,
5551         * (pic16_popGetLit2): fnuction modified to take second operand as
5552         pCodeOp pointer and not as literal,
5553         * (popRegFromIdx): prefixed with pic16_,
5554         * (pic16_popCombine2): modified to receive already allocated pCode
5555         operands,
5556         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5557         * (genFunction): initializes local stack frame and pushes on stack
5558         all the registers used by this function,
5559         * (genEndFunction): restores all registers from stack and restores
5560         stack frame,
5561         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5562         improvements,
5563         * (pic16glue): changed the program startup sequence,
5564         * added new dbName code 'A' for functions placed in absolute section
5565         * src/pic16/main.c: added function attribute _naked,
5566         * added pragma 'code' to place a fnuction at an absolute address,
5567         * added command line arguments --debug-ralloc and --pcode-verbose,
5568         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5569         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5570         * (pic16_newpCodeOpLit2): modified to take the second operand as
5571         pCodeOp pointer,
5572         * (pic16_printpBlock): modified to emit each function in a separate
5573         section,
5574         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5575         UPPER for immediate operands,
5576         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5577         instruction,
5578         * src/pic16/peeph.def: all peepholes with movff are commented out,
5579         because there is a problem in the pcode peep optimizer,
5580         * src/pic16/ralloc.c: the register allocator can now reuse local
5581         function symbols for another function. This saves register usage.
5582         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5583
5584         Added file src/pic16/NOTES with information about program writing on
5585         the current port version.
5586
5587 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5588
5589         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5590         and peephole 252 (array access)
5591
5592 2004-01-09  Borut Razem <borut.razem AT siol.net>
5593
5594         * src/SDCCmain.c : fixed #872250: -l command line defined library
5595           files are scanned before standard library files
5596
5597 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5598
5599         * src/SDCCast.c (decorateType): fixed bug #874046
5600
5601 2004-01-09  Borut Razem <borut.razem AT siol.net>
5602
5603         * support/scripts/sdcc.nsi: remove previous installation
5604
5605 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5606
5607         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5608         bytes for last interrupt vector (mcs51)
5609         * sdcc.spec: fixed typo
5610
5611 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5612
5613         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5614         gen51Code): more efficient parameter receive for --model-large
5615         ("bug" #845294)
5616
5617 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/ds390/main.c,
5620         * src/z80/main.c: added missed needLinkerScript flags (more than
5621         one port structure defined in these file)
5622         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5623         bug #795325
5624
5625 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5626
5627         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5628         * src/port.h: added flag needLinkerScript in port->linker
5629         structure to inform whether to create a .lnk file or not,
5630         * src/avr/main.c,
5631         * src/ds390/main.c,
5632         * src/hc08/main.c,
5633         * src/mcs51/main.c,
5634         * src/pic/main.c,
5635         * src/pic16/main.c,
5636         * src/xa51/main.c,
5637         * src/z80/main.c: changed appropriately to configure
5638         needLinkerScript flag
5639         * src/pic/gen.c,
5640         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5641         * src/pic/glue.c: added variable udata_section_name to
5642         override default uninitialized data segment definition for
5643         devices only with SHAREBANK memory (reported from Erik Epetrich)
5644         * (pic14emitOverlay): modified to emit a commented overlay segment
5645         directive when no overlay data exist
5646         * (picglue): modified to emit uninitialized data segment
5647         according to udata_section_name
5648         * src/pic/main.c (_pic14_parseOptions): added command line
5649         options --udata-section-name=[name] to override default
5650         udata definition name
5651         * modified _linkCmd and _asmCmd to include compiler passed
5652         arguments via -W option
5653         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5654         object file from '.rel' to '.o' in port->linker structure,
5655         changed size of fptr from 2 to 3 in port structure
5656
5657 2004-01-07  Borut Razem <borut.razem AT siol.net>
5658
5659         * support/scripts/sdcc.nsi: update PATH
5660         * support/scripts/sdcc.ico: craeted
5661
5662 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5663
5664         * device/include/Makefile.in: fix install
5665         * doc/Makefile: fix install
5666
5667 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5668
5669         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5670         in bug #860505
5671         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5672         how the function variable allocation summary is displayed; also
5673         include information about variables allocated to the overlay
5674         segment
5675
5676 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5677
5678         * as/mcs51/lkmain.c: Help about -Y option
5679         * as/mcs51/lkarea.c: Fixed gcc warnings
5680
5681 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5682
5683         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5684         fixed warning
5685         * support/valdiag/tests/overflow.c: added
5686         * src/SDCCast.c (decorateType),
5687         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5688         LEFT_OP (left shift)
5689
5690 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5691
5692         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5693         (default behaviour).
5694
5695 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5696
5697         A python script to validate compiler diagnostic messages. It can be
5698         used to verify that sdcc complains about bad c source code and
5699         gives a good location of the error.
5700         * support/valdiag/Makefile,
5701         * support/valdiag/valdiag.py,
5702         * support/valdiag/tests/*
5703
5704 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5705
5706         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5707         * src/SDCCsymt.c (newEnumType),
5708         * src/SDCCsymt.h
5709         * support/Util/SDCCerr.c,
5710         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5711         enum related bugs.
5712         * support/regression/tests/enum.c: added test for enum values that
5713         require at least 2 bytes of storage.
5714
5715 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5716
5717         * src/common.h: added ifndef/define/endif macros
5718         around the header file.
5719         Bug reported from Jesus Calvino-Fraga
5720
5721 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5722
5723         * sdcc.spec: updated
5724         * device/include/Makefile.in: don't install CVS directories
5725         * device/lib/Makefile.in: added removal of CVS directories after install
5726         * doc/Makefile: fixed install, added local_icons
5727         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5728         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5729         * src/ds390/gen.c (genRightShift): fixed bug #870788
5730         * src/SDCCast.c (decorateType): fixed bug #870781
5731
5732 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5733
5734         PIC16 port related changes:
5735         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5736         added variable stackPos,
5737
5738         * gen.c: genCall, assignResultValue: added support for
5739         pushing/retrieving function parameters to/from stack,
5740         genFunction,genEndFunction: setup stack frame for the
5741         generated function,
5742         genAddrOf: will be changed according to bug 863624
5743
5744         * added files genutils.c and genutils.h which contain gen*
5745         debugged and optimised functions extracted from gen.c
5746
5747         * glue.c: added variable 'externs' which holds extern symbols,
5748         pic16emitRegularMap: is modified to properly handle relocatable
5749          symbols under the new scheme,
5750         pic16createInterruptVect: is modified
5751         pic16printPublics: is modified to emit 'global' assembler directives,
5752         added pic16_printExterns to print extern symbols,
5753         pic16glue: initializes stack/frame pointer in the beginning of
5754         the assembly output. Temporary hack, will be corrected later,
5755         because gplink yet does not support stack and SDCC does not
5756         yet support a type of crt0.o object to create the final binary.
5757
5758         * Removed many lines that contain 8051 legacy code.
5759         * The code is finally placed under a 'code' directive.
5760         * Added port specific options.
5761
5762         * _process_pragma: simplified since now we do not need *special*
5763         include file to define SFR registers. But a separate header
5764         will be needed. This will be developed later.
5765         * _pic16_parseOptions: added, parses port specific options:
5766         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5767         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5768         --preplace-udata-with=
5769
5770         * _pic16_setDefaultOptions: modified to initialize section names,
5771         but hack is temporarly out of order since it needs improvement.
5772         * _pic16_genAssemblerPreamble: configuration words are emitted by
5773         their address instead of their name. This part is incomplete and
5774         supports only the 18Fxx2 devices. Other devices will emit an error
5775         during assembly since they do not contain the same set of config
5776         registers
5777         * _pic16_genIVT: is modified,
5778
5779         * pcode.c: added definitions for some hardware registers that are needed
5780         for stack support
5781         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5782         All PCI entries are updated. Now LFSR is supported.
5783         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5784         * added pic16_newpCodeOpLit2 to support instructions with
5785         two literal arguments
5786         * pic16_pCode2str: corrected code that emits assembler instructions
5787         with two literal operands and those that have an access bit modifier
5788         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5789         this fixes a bug which caused some labels to be lost, when an
5790         assembler directive was added, i.e. banksel,
5791         * pic16_FixRegisterBanking: improved logic that causes the insertion
5792         of bank switching,
5793         * InlineFunction: functions that are called once, are not any more
5794         inlined. This can be a port option in the future,
5795
5796         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5797
5798         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5799         hold the corresponding uninitialized symbols,
5800         * pic16_allocProcessorRegister: registers have explicit marked the
5801         accessBank field,
5802         * pic16_allocInternalRegister: registers are explicit marked as
5803         not used,
5804         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5805         processing list, so bit registers were lost,
5806         *
5807
5808         * ralloc.h: added field 'accessBank' and original symbol operand
5809         in register definition,
5810         * removed the field isMapped from register definition,
5811
5812         ** Several functions have been removed from various sources:
5813         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5814         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5815         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5816         pic16_assignRelocatableRegisters
5817
5818         ** others have been introduced:
5819         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5820         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5821
5822 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5823
5824         * support/scripts/inc2h.pl: changed definition of BIT_AT
5825         to emit 'sbit at' instead of 'bit at'. This was a request.
5826
5827         PIC16 port related preliminary changes:
5828         * gen.c: prefixed function popRegFromString with
5829         pic16_ and all references to it corrected
5830         * pcode.c: all pic16_pc_* hardware registers prefixed
5831         with underscore (_),
5832         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5833         * ralloc.c: newReg(): when register is REG_SFR then
5834         set address to rIdx,
5835         pic16_allocProcessorRegister(): marks register wasUsed=0
5836         pic16_writeUsedRegs(): added a call to assign processor
5837         registers via pic16_assignFixedRegisters
5838
5839 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5840
5841         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5842         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5843         variables in unused register banks.  Also the SSEG is placed
5844         wherever there is enough space for it, and IDATA can be anywhere
5845         in internal RAM.  For now compile using -Wl-Y[stack_size].
5846         The mem file is different for this option as well, since it
5847         makes no sense of talking about DSEG lenght.
5848
5849 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5850
5851         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5852         in certain cases, e.g. when ROM assignment, patch provided
5853         from Albert den Haan.
5854
5855 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5856
5857         Many signedness and type propagation fixes:
5858         * src/SDCCicode.c: made geniCodeCast() static
5859         replaced SPEC_ by IS_ (cosmetic)
5860         (operandOperation): fixed div and mod operation
5861         (usualBinaryConversions): added support for promotion of char
5862         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5863         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5864         (geniCodeAdd): an array index will stay unsigned, even if promoted
5865         from char to int
5866         (geniCodeArray): ditto
5867         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5868         * src/SDCCsymt.c (computeType): added more support for char;
5869         promotion of char is selectable by promoteCharToInt, fixed signedness
5870         for all cases
5871         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5872         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5873         * src/SDCCval (val*): replaced signedness calculation by
5874         computeType()
5875         rearranged if-branches (cosmetic)
5876         (valShift): added warning W_SHIFT_CHANGED
5877         (valCompare): fixed problem with different types
5878         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5879         * support/regression/tests/literalop.c: added many cases
5880         * support/regression/tests/ast_constant_folding.c: changed finally to
5881         'unsigned int'
5882         * .version: new year, new version: 2.3.7
5883         * src/SDCCmain.c (main): applied patch #866468
5884         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5885         provided by Scott Bronson
5886         * doc/sdccman.lyx: updated documentation for sdcdb
5887         updated and added chapter tips
5888
5889 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5890
5891         * src/SDCCsymt.h: missing from yesterday's commits
5892
5893 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5894
5895         * src/SDCC.y (struct_or_union_specifier),
5896         * support/Util/SDCCerr.c,
5897         * support/Util/SDCCerr.h: verify that struct & union tags are used
5898         as declared.
5899
5900 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5901
5902         * src/SDCCglobl.h: missing from yesterday's commits
5903
5904 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5907         sft_attributes, struct_declaration, parameter_declaration,
5908         type_name, start_block, declaration_list),
5909         * src/SDCC.lex (check_type): support redefinition of typedef names
5910
5911 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5912
5913         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5914         aligned xdata arrays. Erik helped me with the if clause.
5915
5916 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5917
5918         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5919         warning
5920
5921 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5922
5923         * src/SDCCast.h,
5924         * src/SDCCast.c (newAst_),
5925         * src/SDCCicode.h,
5926         * src/SDCCicode.c (ast2iCode, newiCode),
5927         * src/SDCCglobl.h,
5928         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5929         expr, statement, expression_statement, selection_statement,
5930         iteration_statement, expr_opt, jump_statement): foundation for tracking
5931         sequence points
5932         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5933         point code too)
5934
5935 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5936
5937         * support/Util/SDCCerr.c,
5938         * src/SDCCast.h,
5939         * src/SDCCast.c (createCase, createDefault, decorateType),
5940         * src/SDCClabel.c (labelUnreach),
5941         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5942         to error messages.
5943         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5944         (with thanks to Stas Sergeev)
5945         * device/include/time.h,
5946         * device/lib/time.c (CheckTime): suppress unreachable code warning
5947
5948 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5949
5950         * src/SDCCast.c (createIvalCharPtr),
5951         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5952         bug #753752)
5953         * support/regression/tests/nullstring.c: tests for these two bugs
5954
5955 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5956
5957         * support/Util/SDCCerr.h,
5958         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5959         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5960         about storage class and 'at' used inside struct or union
5961         * src/SDCCBBlock.c (iCodeFromeBBlock),
5962         * src/SDCCcse.c (ifxOptimize),
5963         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5964         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5965         printIval, emitStaticSeg, emitOverlay),
5966         * src/SDCClabel.c (deleteIfx),
5967         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5968         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5969         gatherAutoInit, processParms),
5970         * support/Util/SDCCerr.h,
5971         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5972         reporting for post-parse errors.
5973
5974 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5975
5976         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5977         implicit casts via union; they don't work on big endian systems
5978         (possible fix for bug #861138)
5979
5980 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5981
5982         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5983         * src/mcs51/main.c: fixed the fix for bug #737001
5984
5985 2003-12-15  Borut Razem <borut.razem AT siol.net>
5986
5987         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5988
5989 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5990
5991         * support/makebin/makebin.c: put output in binary mode
5992
5993 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5994
5995         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5996         xdata and data memory on startup. Set the environment variable
5997         SDCC_NOGENRAMCLEAR to disable this.
5998         * src/mcs51/peephole.def,
5999         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6000         (allows non-interrupt and interrupt code to safely compete for a resource
6001         without the non-interrupt code having to disable interrupts)
6002
6003 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6004
6005         * src/SDCCicode.c (geniCodeAdd),
6006         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6007         with valFromType if type might be a pointer and host is big endian).
6008         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6009         types, not just integer types.
6010         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6011         multiply defined with mismatching "at" address.
6012
6013 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6014
6015         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6016         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6017         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6018         with embedded nulls (fixed bug #753752)
6019
6020 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6021
6022         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6023         Apparently this did not see much testing (endless loop)
6024
6025 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6026
6027         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6028
6029 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6030
6031         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6032         gracefully handle NULL memmap pointers
6033
6034 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6035
6036         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6037         instead of deleting the iCode when an operand is volatile
6038         * src/z80/gen.c (genDummyRead),
6039         * src/mcs51/gen.c (genDummyRead),
6040         * src/ds390/gen.c (genDummyRead),
6041         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6042         not just IC_RIGHT
6043         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6044         * src/SDCC.y: fixed bug #850420
6045
6046 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6047
6048         Applied z80 i/o port patch from Peter Townson and fixed some operators
6049         to better handle operands in A register.
6050         * device/include/z180.h
6051         * src/SDCC.y
6052         * src/SDCCglue.c
6053         * src/z80/gen.c
6054         * src/z80/gen.h
6055         * src/z80/main.c
6056         * src/z80/peeph-z80.def
6057         * src/z80/peeph.def
6058         * src/z80/z80.h
6059
6060 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6061
6062         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6063
6064 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6065
6066         * device/lib/hc08/_mullong.c: Removed extra #endif
6067
6068 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * sim/ucsim/hc08.src/inst.cc,
6071         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6072         carries from x to h
6073         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6074         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6075         * device/include/stdarg.h: fixed varargs for hc08
6076         * device/lib/Makefile.in,
6077         * device/lib/hc08/Makefile,
6078         * device/lib/hc08/_mulint.c,
6079         * device/lib/hc08/_mullong.c: fixed some endian problems
6080
6081 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6082
6083         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6084         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6085         * device/lib/_gptrget.c,
6086         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6087
6088 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6089
6090         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6091         * src/SDCCast.c (astErrors): fixed bug #846007
6092         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6093
6094 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6095
6096         * src/SDCCast.c (decorateType): disabled a transformation I added in
6097         revision 1.188 (access to fields of a structure at an absolute address);
6098         it breaks with bitfields, extern declarations, and gcse analysis.
6099         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6100         could be assigned through a pointer, so don't complain.
6101         * src/SDCCast.c (astErrors),
6102         * src/SDCCast.h,
6103         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6104
6105 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6106
6107         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6108         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6109         output of __config directives, since gpasm now supports them
6110         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6111         pre-processor macro, i.e. -DMCU=p18f452
6112         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6113         and modified to handle 'cast' icode similarly to '=' icode
6114         * src/pic16/device.h (typedef struct PIC_device): added field
6115         'extMIface' to indicate that chip has external memory interface
6116         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6117         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6118         18F8720
6119
6120 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6121
6122         * src/SDCC.y (pointer): fixed bug #846006
6123         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6124         * src/SDCCast.c (decorateType): fixed bug #846009
6125         * src/ds390/peeph.def,
6126         * src/ds390/gen.c (genAnd, genOr),
6127         * src/mcs51/peeph.def,
6128         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6129
6130 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6131
6132         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6133         * src/SDCCdflow.c
6134         * src/SDCCcse.c
6135         * src/SDCCcse.h
6136         * src/SDCCBBlock.h
6137         * src/SDCCBBlock.c
6138
6139 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6140
6141         fixed bug #845089
6142         * src/SDCCbitv.h,
6143         * src/SDCCbitv.c: added function to free a bitvector
6144         * src/SDCClrange.h,
6145         * src/SDCClrange.c: added function to recompute the liveranges
6146         * src/avr/ralloc.c,
6147         * src/ds390/ralloc.c,
6148         * src/hc08/ralloc.c,
6149         * src/mcs51/ralloc.c,
6150         * src/pic/ralloc.c,
6151         * src/pic16/ralloc.c,
6152         * src/xa51/ralloc.c,
6153         * src/z80/ralloc.c: recompute the liveranges after register packing
6154
6155 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6156
6157         * src/SDCCloop.c (newInduction): fixed bug #845630
6158
6159 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6160
6161         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6162         inadvertantly left behind from my 2003-11-12 change
6163
6164 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         Updated headers I neglected to commit yesterday.
6167         * src/SDCClrange.h,
6168         * src/SDCCicode.h
6169
6170 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6171
6172         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6173         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6174         * src/SDCCopt.c (eBBlockFromiCode),
6175         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6176         the creation of the key hash table from the sequencing so it can be used
6177         earlier (for some GCSE bug fixes still pending)
6178
6179 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6180
6181         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6182         * support/regression/tests/addsub.c: testing genPlus shortcut
6183
6184 2003-11-15  Borut Razem <borut.razem AT siol.net>
6185
6186         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6187
6188 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6191         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6192         ordering is immaterial.
6193         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6194
6195 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6196
6197         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6198         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6199         (SIGSEV) of bug #840381
6200         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6201         unlink new file before rename if new and old filenames are the same)
6202
6203 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6204
6205         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6206         uninitialized variables) for the mcs51. Set environment variable
6207         SDCC_GENRAMCLEAR to test.
6208         xdata initialization slightly shorter
6209
6210 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * src/SDCCsymt.h,
6213         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6214         #838241 & 780691 (basicly the same bug)
6215         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6216         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6217
6218 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6219
6220         * src/SDCCmain.c (linkEdit): "fix" #834252
6221
6222 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6223
6224         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6225         * src/SDCCast.h,
6226         * src/SDCC.y: fixed bug #819403
6227
6228 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6231         the reentrant attribute.
6232         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6233         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6234         simulation
6235         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6236         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6237         erroneously reduced to a literal.
6238         * src/hc08/ralloc.c (packRegisters, rematStr),
6239         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6240         some cases
6241
6242 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6243
6244         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6245         * doc/sdccman.lyx: changed from 'article' to 'book'
6246         * doc/Makefile: readded test_suite_spec and cdbfileformat
6247
6248 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6249
6250         * device/include/stdlib.h: include malloc.h to comply with ANSI
6251         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6252
6253 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6254
6255         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6256         * doc/clean.mk: also remove *.out files
6257         * doc/sdccman.lyx: some additions, larger top/bottom margins
6258
6259 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6260
6261         * src/SDCC.y: fixed bug #837365
6262         * support/regression/tests/bitopcse.c
6263         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6264         a symbol (might be valop instead)
6265         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6266         * device/lib/clean.mk: added hc08 to the cleaning list
6267
6268 2003-11-04  Borut Razem <borut.razem AT siol.net>
6269
6270         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6271           made 2003-11-04
6272         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6273           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6274           malloc is declared in standard stdlib.h
6275
6276 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6277
6278         * device/lib/hc08/Makefile: need to clean .rel not .o files
6279         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6280
6281 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6282
6283         * src/port.h,
6284         * src/hc08/main.c,
6285         * src/mcs51/main.c,
6286         * src/ds390/main.c,
6287         * src/z80/main.c,
6288         * src/avr/main.c,
6289         * src/pic/main.c,
6290         * src/pic16/main.c,
6291         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6292         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6293         tests (which uses the port's oclsExpense function)
6294         * src/SDCC.y,
6295         * src/SDCCast.c,
6296         * src/SDCCicode.c,
6297         * src/hc08/gen.c,
6298         * src/ds390/gen.c,
6299         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6300
6301 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/SDCCcse.c (ifxOptimize),
6304         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6305         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6306         deleting the IFX iCode.
6307         * src/hc08/ralloc.c: reduced unneeded slocs
6308         * src/hc08/gen.c: fixed bug in asmopToBoolean
6309
6310 2003-11-04  Borut Razem <borut.razem AT siol.net>
6311
6312         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6313           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6314           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6315           transferred to configure
6316
6317 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6318
6319         Use headers defined in the C[++] standards:
6320         * sim/ucsim/gui.src/serio.src/fileio.cc
6321         * sim/ucsim/gui.src/serio.src/frontend.cc
6322         * sim/ucsim/gui.src/serio.src/main.cc
6323         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6324         * support/Util/NewAlloc.c
6325         * as/hc08/lklibr.c
6326         * as/mcs51/lklibr.c
6327         * as/z80/aslist.c
6328         * as/z80/assym.c
6329
6330 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6331
6332         * Added MSVC projects for hc08 assembler and linker:
6333         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6334         /as/hc08/link_hc08.dsp
6335
6336 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6337
6338         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6339
6340 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6341
6342         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6343
6344 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6345
6346         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6347
6348 2003-10-31  Borut Razem <borut.razem AT siol.net>
6349
6350         * support/cpp2/cpplib.h,
6351           support/cpp2/cpplib.c,
6352           support/cpp2/cpplex.c,
6353           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6354           to switch _asm block preprocessing on / off. Default is
6355           #pragma preproc_asm +
6356
6357 2003-10-31  Borut Razem <borut.razem AT siol.net>
6358
6359         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6360           when outputting comment blocks (when executed with -C option) and
6361           _asm (SDCPP specific) blocks
6362
6363 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6366
6367 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6368
6369         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6370
6371 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6372
6373         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6374         * src/SDCCast.c (decorateType): fixed bug #832664
6375
6376 2003-10-31  Borut Razem <borut.razem AT siol.net>
6377
6378         * support\cpp2\cpplex.c: fixed for SDCPP:
6379           comments(when executed with -C option) and _asm blocks
6380           were included even if they where in skipped #if block.
6381           Applied solution from GCC cpp 3.3.2
6382
6383 2003-10-31  Borut Razem <borut.razem AT siol.net>
6384
6385         * src/SDCC.lex: sdcc now understands both formats:
6386           '# <line_number> <file_name>' and
6387           '#line <line_number> <file_name>'
6388         * support/cpp2/cppmain.c: sdcpp now generates the standard
6389           '# <line_number> <file_name>' instead of former
6390           '#line <line_number> <file_name>'
6391
6392 2003-10-30  Borut Razem <borut.razem AT siol.net>
6393
6394         * support/cpp2/cpphash.h,
6395         * support/cpp2/cpplib.h
6396         * support/cpp2/cpplex.c,
6397         * support/cpp2/cppmain.c,
6398         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6399
6400 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         Fixed a number of problems revealed by bug #827883.
6403         * src/SDCCloop.c (loopInvariants): Spill location of the
6404         result operand should be recomputed if extracted from
6405         a loop. Also, don't extract assignments of an iTemp
6406         from a literal.
6407         * src/SDCCast.c (isConformingBody): loop reversal should
6408         not occur if the control variable is involved with a
6409         relational operator.
6410
6411 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6412
6413         * .version: bumped to 2.3.6 to reflect the big improvements
6414         made by Erik and Klaus. Thanks!
6415
6416 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6417
6418         Replaced the livrange code.
6419         * src/SDCClrange.c: added new LR code
6420         * src/SDCCloop.c,
6421         * src/SDCCBBlock.h: removed remainig parts from old LR code
6422         * src/ds390/ralloc.c,
6423         * src/ds390/gen.c: minor fixes to make it work with new code
6424
6425 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6426
6427         * as/hc08/asm.h,
6428         * as/hc08/lkrloc.c,
6429         * src/hc08/gen.c,
6430         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6431         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6432         (tweaked fix for bug #818696)
6433
6434 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6435
6436         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6437
6438 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6439
6440         * src/SDCCmain.c,
6441         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6442         * src/mcs51/gen.c (gencjneshort),
6443         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6444         more efficient (per Scott Bronson's suggestion)
6445
6446 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         Extended the semantics of the critical keyword to include
6449         individual statements. See RFE #827755 and #799831
6450         * src/SDCC.y
6451         * src/SDCCicode.c
6452         * src/SDCCopt.c
6453         * src/SDCCast.c
6454         * support/Util/SDCCerr.c
6455         * support/Util/SDCCerr.h
6456         * src/mcs51/gen.c
6457         * src/ds390/gen.c
6458         * src/hc08/gen.c
6459
6460 2003-10-19  Borut Razem <borut.razem AT siol.net>
6461
6462         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6463
6464 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6467         Fixed bug #818696
6468         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6469         and predecrement operand is displayed
6470
6471 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * src/SDCCval.c (valMinus): fixed bug #826041
6474
6475 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6476
6477         Some hc08 related updates that I missed earlier
6478         * sim/ucsim/stypes.h
6479         * support/regression/ports/hc08/spec.mk
6480
6481 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6482
6483         New target "hc08" for the Motorola 68hc08 family of micros
6484
6485         * configure
6486         * configure.in
6487         * Makefile
6488         * src/hc08/*
6489         * src/SDCCmain.c
6490         * src/port.h
6491         * sim/ucsim/hc08.src/*
6492         * sim/ucsim/configure.in
6493         * src/ucsim/configure
6494         * sim/ucsim/packages_in.mk
6495         * as/hc08/*
6496         * as/Makefile
6497         * device/include/mc68hc908qy.h
6498         * device/lib/hc08/*
6499         * device/lib/Makefile.in
6500         * support/regression/ports/hc08/*
6501         * support/regression/Makefile
6502
6503 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6506         regression test
6507         * src/ds390/gen.c (genCast): fixed bug #821957
6508
6509 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6510
6511         * device/lib/logf.c: "fixed" overlay bug
6512         * support/regression/ports/host/spec.mk: added m library
6513         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6514         * support/regression/tests/float_trans: added (for Eric)
6515
6516 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6517
6518         * src/mcs51/gen.c (genCpl): fixed bug
6519         http://sf.net/mailarchive/message.php?msg_id=6263915
6520
6521 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6522
6523         * src/SDCCast.c (decorateType): added extended constant folding
6524         * src/SDCCsymt.c (computeType): cleanup
6525         * src/SDCCval.c (valShift): minor optimization
6526         * support/regression/tests/ast_constant_folding.c: added
6527
6528 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6529
6530         * src/SDCCmain.c: removed some unintended changes
6531
6532 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6533
6534         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6535         * src/z80/gen.c: fixed part of bug #817589
6536         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6537
6538 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6539
6540         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6541         * src/SDCCcflow.c
6542         * src/SDCCcse.c
6543         * src/SDCCdflow.c
6544         * src/SDCClabel.c
6545         * src/SDCClrange.c
6546         * src/SDCCmem.c
6547         * src/SDCCopt.c
6548         * src/SDCCpeeph.c
6549         * src/SDCCset.c
6550         * src/avr/ralloc.c
6551         * src/ds390/ralloc.c
6552         * src/izt/ralloc.c
6553         * src/mcs51/ralloc.c
6554         * src/pic/ralloc.c
6555         * src/pic16/ralloc.c
6556         * src/xa51/ralloc.c
6557         * src/z80/ralloc.c
6558         * src/z80/gen.c: removed unused label "release:"
6559
6560 2003-10-06  Borut Razem <borut.razem AT siol.net>
6561
6562         * src/SDCC.lex: removed definition of unused variables
6563           save_optimize and save_options
6564
6565 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6566
6567         * clean.mk: removed '=' in "-maxdepth=1"
6568         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6569         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6570
6571 2003-10-06  Borut Razem <borut.razem AT siol.net>
6572
6573         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6574           my_unput() replaced by unput()
6575
6576 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6577
6578         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6579         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6580         type-punned pointer will break strict-aliasing rules"
6581         Old LR behaviour is again default; Klaus' LR can be choosen by
6582         defining the environment variable LRKLAUS
6583         * src/SDCCBBlock.h
6584         * src/SDCCloop.c
6585         * src/SDCClrange.c
6586         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6587         * clean.mk: fixed removal of files in bin/CVS/
6588         * device/lib/clean.mk: fixed removal of directories small and large
6589         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6590         * src/SDCCicode.c,
6591         * src/SDCCval.c: removed superflous test for pedantic
6592
6593 2003-10-05  Borut Razem <borut.razem AT siol.net>
6594
6595         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6596           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6597           message "unmatched #pragma SAVE and #pragma RESTORE"
6598
6599 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6600
6601         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6602           assembly, critical functions, atomic, nojtbound)
6603
6604 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6605
6606         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6607         * src/SDCCBBlock.h
6608         * src/SDCCloop.c
6609         * src/SDCCloop.h
6610         * src/SDCClrange.c
6611
6612 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6613
6614         * src/z80/gen.h,
6615         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6616         * src/mcs51/gen.h
6617         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6618         * src/ds390/gen.h
6619         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6620         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6621         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6622
6623 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         * src/z80/gen.c (genRet): fixed bug #524753
6626         * src/z80/gen.c (genCast): fixed internal error on cast from
6627         pointer to long
6628         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6629         fix for bug #477835 to the z80
6630         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6631         for tracking iCodes in the peephole optimizer for z80
6632
6633 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6634
6635         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6636         the other part of bug #814548
6637         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6638
6639 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6640
6641         * src/SDCCcse.c: fixed part of bug #814548
6642
6643 2003-09-28  Borut Razem <borut.razem AT siol.net>
6644
6645         * src/asm.c: rewrite of printILine() to use temporary file instead
6646           a pipe
6647         * src/xa51/main.c: commented out declaration of int rewinds
6648
6649 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6650
6651         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6652
6653 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6654
6655         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6656         * src/asm.c (printILine): Fixed bug #811015
6657
6658 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6659
6660         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6661         freeing.
6662
6663 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6664
6665         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6666         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6667         to correctly handle general case of AOP_PAIRPTR
6668         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6669
6670 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * src/mcs51/ralloc.c (fillGaps),
6673         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6674         register positioning bug)
6675
6676 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6677
6678         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6679
6680 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6681
6682         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6683         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6684         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6685         (ralloc doesn't intentionally do this now, but perhaps later)
6686         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6687         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6688         register positioning bugs (Fixed bug #762602 and #795325)
6689         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6690         (Fixed bug #808779)
6691         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6692         lines that --i-code-in-asm generates
6693
6694 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6695
6696         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6697         trying to fclose a FILE* that was already closed.
6698
6699 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6700
6701         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6702         of const struct should be treated as if const themselves)
6703
6704 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6705
6706         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6707
6708 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6709
6710         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6711         Unix (/n) and DOS (/r/n) line terminations.
6712
6713 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6714
6715         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6716         bug #613775
6717
6718 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6719
6720         * src/mcs51/gen.c (genFunction, genEndFunction),
6721         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6722         and restore of EA so that stack offsets to parameters are
6723         correct when using both critical and reentrant/stack-auto.
6724         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6725         size (can be triggered in error if sloc is shared between
6726         different sized objects)
6727         * device/include/float.h: fixed macros to explicitly use
6728         unsigned long where needed
6729
6730 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6731
6732         Feature req. 799831: added code to allow nesting of critical functions
6733         * src/mcs51/gen.c (genFunction, genEndFunction)
6734         * src/ds390/gen.c (genFunction, genEndFunction)
6735
6736 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6737
6738         * src/SDCCsymt.c (sclsFromPtr),
6739         * src/SDCCsymt.h,
6740         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6741         support for standard C idiom of memory mapped variables; for
6742         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6743         to xdata int at 0x1234 tempvar = 1.
6744         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6745         provided by Akiya ISHIDA
6746
6747 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6748
6749         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6750         * src/SDCCval.c (constVal): added reduction from int to char
6751         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6752         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6753         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6754         to ignore the sign
6755         * support/regression/tests/shifts.c: fixed
6756
6757 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6758
6759         * src/z80/gen.c (genXor): Fixed bug #805445
6760
6761 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         Fixed bug #621531 (const & volatile confusion in the type chain).
6764         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6765         refer to the const or volatile state of the pointer itself.
6766
6767         * src/SDCCast.c
6768         * src/SDCCglue.c
6769         * src/SDCCicode.c
6770         * src/SDCCsymt.c
6771         * src/SDCCval.c
6772         * src/SDCC.y
6773         * src/SDCCsymt.h
6774         * src/pic/gen.c
6775         * src/pic/ralloc.c
6776         * src/pic16/gen.c
6777         * src/pic16/ralloc.c
6778         * support/regression/tests/const.c
6779
6780 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6781
6782         When checking for duplicated modules, use absolute paths
6783         instead of relative paths.  Files changed:
6784
6785         * as/mcs51/lklib.c
6786         * link/z80/lklib.c
6787
6788 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6789
6790         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6791
6792 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6793
6794         * device/include/string.h: added size_t typedef, changed
6795         prototypes to use size_t, eliminated separate reentrant and
6796         non-reentrant declarations, added _memmove declaration
6797         * device/lib/_memcpy.c: changed to use size_t instead of int,
6798         changed /4 to >>2 to avoid division library call
6799         * device/lib/_memcmp.c,
6800         * device/lib/_memset.c,
6801         * device/lib/_strncat.c,
6802         * device/lib/_strncpy.c,
6803         * device/lib/_strncmp.c: changed to use size_t instead of int
6804         * device/lib/_memmove.c: new file (fixed bug #772294)
6805         * device/lib/Makefile.in: added _memmove.c
6806         * device/lib/z80/asm_strings.s: fixed bug #772290
6807         * support/regression/tests/bitfields.c: attempt to fix host assertion
6808         failure on amd64-unknown-linux2.2
6809
6810 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6813         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6814         * as/z80/asmain.c (main): fixed bug #801766
6815
6816 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6819         compilers
6820
6821 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6822
6823         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6824         reported in bug #800609
6825
6826 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6827
6828         * Top header beautifications in src/pic16 directory:
6829           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6830           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6831           pcoderegs.h, ralloc.c, ralloc.h
6832         * main.c: added top header and GPL license notice
6833         * pcode.c: fixed the if-conditional warning
6834
6835 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6836
6837         * device/lib/_mullong.c: replaced int by short for gcc
6838
6839 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6840
6841         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6842         and JUMPTABLE iCodes properly now (worked by accident before)
6843         * src/mcs51/gen.c (leftRightUseAcc),
6844         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6845         iCode properly now. Use getSize instead of nRegs since a & b
6846         aren't part of the nRegs tally.
6847
6848 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6849
6850         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6851         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6852           before instructions that use the _STATUS register
6853
6854 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6855
6856         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6857         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6858         fetching of the pointer
6859         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6860         copied from genNearPointerSet()
6861         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6862         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6863         If they pop r0/r1 they must be called in the opposite order than aopOp().
6864         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6865         (resp. --stack-auto), prepared for --xstack
6866
6867 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6868
6869         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6870
6871 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6872
6873         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6874         these ports have their own __sdcc_external_start()
6875
6876 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6877
6878         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6879         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6880         type for bits was changed. It resulted in bit variables becoming
6881         global, which is not permitted in PIC 14 assembly output.
6882
6883 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6884
6885         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6886
6887 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6888
6889         Z80 and MCS51 linkers complaint if a public symbol is defined
6890         in more than one library module:
6891
6892         * as/mcs51/lklib.c
6893         * link/z80/lklib.c
6894         * as/mcs51/Makefile.in
6895
6896 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6897
6898         A few small changes that speed up the peephole optimizer.
6899
6900         * src/SDCCpeeph.c
6901
6902 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6903
6904         Try to make the peephole optimizer smarter by maintaining
6905         an association between the assembly source code and the
6906         iCodes that originated them. Put this information to use
6907         with a new peephole rule condition "notVolatile" so that
6908         the rules can be aggressive yet still safe.
6909
6910         * src/SDCCpeeph.c
6911         * src/SDCCpeeph.h
6912         * src/mcs51/gen.c
6913         * src/mcs51/peeph.def
6914
6915 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6916
6917         Fixed bug #741761
6918
6919         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6920         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6921         if the left or right operand symbols have the accuse flag set.
6922
6923 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6924
6925         Changed the type of the result of the ! (NOT) operator to char;
6926         previously it returned the same type as the source. This allows
6927         us to eliminate all the genFloatNot functions (all of its target
6928         implementations were very buggy) since !float can use the same
6929         code as !long now.
6930
6931         * src/SDCCicode.c (ast2iCode): ! returns char
6932         * src/mcs51/gen.c (genNot, genNotFloat),
6933         * src/ds390/gen.c (genNot, genNotFloat),
6934         * src/z80/gen.c (genNot, genNotFloat),
6935         * src/pic/gen.c (genNot, genNotFloat),
6936         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6937
6938 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6939
6940         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6941         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6942            during interrupts. Ensure WSAVE is located at a shared bank address.
6943         2. Fixed page selection in some places
6944         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6945            the registers name strings.
6946         4. Fixed "signed / unsigned compare" compiler warnings.
6947         5. The PIC port manages its own allocation of the general purpose
6948            registers, but makes no attempt to reuse them. As a result when
6949            compiling it soon runs out of general purpose registers. Some
6950            additional code was added to the files pcode.c and device.c to walk
6951            through the function call tree and rename the registers so that they
6952            get reused.
6953
6954         * src/pic/device.c
6955         * src/pic/gen.c
6956         * src/pic/glue.c
6957         * src/pic/pcode.c
6958         * src/pic/pcode.h
6959         * src/pic/ralloc.c
6960         * src/pic/ralloc.h
6961         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6962         genPlus() & genMinus() when the result is the same as left or right
6963
6964 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6965
6966         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6967
6968 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         Made bitfield a distinct type from bit so that bitfields
6971         convert as per ANSI C and bits retain their traditional
6972         boolean style behaviour. Implemented bitfield support in
6973         the z80 port.
6974
6975         * src/SDCCsymt.h,
6976         * src/SDCCsymt.c,
6977         * src/SDCCast.c,
6978         * src/cdbFile.c,
6979         * src/mcs51/gen.c,
6980         * src/ds390/gen.c: bit v bitfield split
6981         * src/z80/gen.c: New support for bitfields
6982         * support/regression/tests/bitfields.c: reenabled z80,
6983         added more tests
6984
6985 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6986
6987         Rules 246.x, 247.x relate to bitfields, the others speed up
6988         access to xdata mapped I/O devices.
6989
6990         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6991
6992 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6993
6994         Cleaned up genPackBits and genUnpackBits and added two helper
6995         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6996         for literal assignments in genPackBits (thanks to Frieder for
6997         reminding me).
6998
6999         * src/mcs51/gen.c
7000         * src/ds390/gen.c
7001
7002 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7003
7004         Fixed bug #748310 (pointer to function type mishandled when the
7005         function name is omitted). Also fixed a SIGSEGV when a function
7006         attribute (reentrant, etc) is used on a non-function or on a
7007         function but misplaced before the parameter list.
7008
7009         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7010         bug #748310
7011         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7012         * support/Util/SDCCerr.h,
7013         * support/Util/SDCCerr.c: Added func attr misuse error msg
7014
7015 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7016
7017         Fixed bug #787649 by anonymous
7018         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7019         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7020
7021 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7022
7023         Fixed numerous bitfield problems.
7024
7025         * src/SDCC.y: More bitfield related error checking
7026         * src/SDCCsymt.h,
7027         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7028         * support/Util/SDCCerr.h,
7029         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7030         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7031         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7032         * support/regression/tests/bitfields.c: tests added
7033
7034 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7035
7036         Made the constant following the "interrupt" keyword optional. If
7037         omitted, the function will not automatically be given an entry
7038         in the interrupt vector table (similar to #pragma NOIV, but
7039         less syntacticly kludgy). The interrupt number is also now
7040         range checked. Also fixed a bug in the high order bit example
7041         in the manual.
7042
7043         * src/SDCC.y
7044         * src/SDCCmem.c
7045         * src/SDCCglue.c
7046         * src/SDCCsymt.h
7047         * support/Util/SDCCerr.c
7048         * support/Util/SDCCerr.h
7049         * doc/sdccman.lyx
7050
7051 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7052
7053         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7054         * src/SDCCicode.c (operandOperation): rewritten some ops
7055         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7056         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7057         other type
7058         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7059         be re-activated by defining REDUCE_LITERALS)
7060         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7061         unsigned, but are signed by default
7062         * src/SDCCval.c (constVal): rearranged
7063         * src/SDCCval.c (valMod): preliminary fix
7064         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7065         * support/regression/literalop.c: added, work in progress
7066
7067 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7068
7069         Generate warnings for useless declarations like "char data;"
7070         that don't do what new users expect.
7071
7072         * src/SDCC.y
7073         * support/Util/SDCCerr.h
7074         * support/Util/SDCCerr.c
7075
7076 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7077
7078         * src/SDCCval.c (valMult): fix overflow detection of negative int
7079
7080 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7081
7082         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7083
7084         Changes to support big endian targets:
7085
7086         * src/ports.h
7087         * src/SDCCglue.c
7088         * src/avr/main.c
7089         * src/ds390/main.c
7090         * src/izt/i186.c
7091         * src/mcs51/main.c
7092         * src/pic/main.c
7093         * src/pic16/main.c
7094         * src/xa51/main.c
7095         * src/z80/main.c
7096
7097 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7098
7099         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7100         * device/lib/time.c: fixed warning "integer overflow in expression"
7101
7102 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7103
7104         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7105         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7106         constants are unsigned; added recognition of "u" flag for unsigned
7107         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7108         * src/SDCCval.c (valDiv, valMod): fixed signdness
7109         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7110         signedness of modulo, left and right shift
7111         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7112         * support/Util/SDCCerr.h: added warning W_INT_OVL
7113         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7114         * src/SDCCast.c (ast_print): improved output of constants
7115
7116 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7117
7118         Fixed some warnings when building with MSVC:
7119
7120         * as\mcs51\asdata.c
7121         * as\z80\asdata.c
7122         * as\mcs51\asm.h
7123         * as\z80\asm.h
7124         * link\z80\aslink.h
7125         * link\z80\lkdata.c
7126         * link\z80\lkeval.c
7127         * link\z80\lkgb.c
7128         * link\z80\lkihx.c
7129         * link\z80\lks19.c
7130         * link\z80\lksym.c
7131         * support\cpp2\cpplib.c
7132         * src\ds390\gen.c
7133         * src\mcs51\gen.c
7134
7135 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7136
7137         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7138
7139 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7140
7141         * support\librarian\clean.mk: Do not remove Makefile.
7142         * support\librarian\Makefile: added.
7143
7144 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7145
7146         Added librarian to MSVC build:
7147         * all.dsp
7148         * sdcc.dsw
7149         * support\librarian\librarian.dsp
7150
7151         'configure' not needed for librarian, removed:
7152         * support\librarian\configure
7153         * support\librarian\configure.in
7154         * support\librarian\config_in.h
7155         * support\librarian\Makefile.in
7156
7157         Hopefully these ones built the librarian and the rest of sdcc properly:
7158         * Makefile
7159         * Makefile.common.in
7160
7161         Messed up 'configure', so revert to previous version:
7162         * configure
7163         * configure.in
7164
7165 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7166
7167         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7168         there, while the mantissa of a double is "only" 53 bits wide.
7169
7170 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7171
7172         Adding sdcclib to the build.  MSVC project coming soon.
7173         Files added/changed:
7174
7175         * support\librarian\clean.mk
7176         * support\librarian\configure
7177         * support\librarian\configure.in
7178         * support\librarian\config_in.h
7179         * support\librarian\Makefile.bcc
7180         * support\librarian\Makefile.in
7181         * support\librarian\sdcclib.c
7182         * Makefile.bcc
7183         * Makefile
7184         * Makefile.common.in
7185         * configure
7186         * configure.in
7187
7188 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7189
7190         Linker now complaints if linked modules have conflicting options, for
7191         example, one compiled using --model-large and another one compiled with
7192         --model-small.  The following files were modified:
7193
7194         * as\mcs51\asdata.c
7195         * as\mcs51\aslink.h
7196         * as\mcs51\asm.h
7197         * as\mcs51\asmain.c
7198         * as\mcs51\asout.c
7199         * as\mcs51\i51pst.c
7200         * as\mcs51\lkdata.c
7201         * as\mcs51\lklibr.c
7202         * as\mcs51\lkmain.c
7203         * as\z80\asdata.c
7204         * as\z80\asm.h
7205         * as\z80\asmain.c
7206         * as\z80\asout.c
7207         * as\z80\z80pst.c
7208         * link\z80\aslink.h
7209         * link\z80\lkdata.c
7210         * link\z80\lklibr.c
7211         * link\z80\lkmain.c
7212         * src\SDCCglue.c
7213
7214 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7215
7216         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7217         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7218
7219 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7220
7221         * src/z80/mappings.i: fix _mul[us][int,long] entries
7222
7223 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7224
7225         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7226
7227 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7228
7229         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7230         * support/regression/tests/bitopcse.c: added
7231         fixed warning:
7232         * src/avr/gen.c:
7233         * src/pic/gen.c:
7234         * src/pic16/gen.c:
7235         * src/z80/gen.c:
7236         * src/xa51/gen.c:
7237
7238 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7239
7240         added support for new library format to z80, gbz80 linkers:
7241         *link/z80/aslink.h
7242         *link/z80/lklex.c
7243         *link/z80/lklib.c
7244         *link/z80/lklist.c
7245
7246 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7247
7248         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7249         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7250
7251 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7252
7253         added DUMMY_READ_VOLATILE:
7254         * src/SDCC.y:
7255         * src/avr/gen.c:
7256         * src/xa51/gen.c:
7257         * src/z80/gen.c:
7258         * src/pic/gen.c:
7259         * src/pic16/gen.c:
7260         * src/mcs51/gen.c:
7261         * src/ds390/gen.c:
7262         * src/SDCCcse.c (algebraicOpts): many improvements
7263         * src/SDCCcse.h: removed algebraicOpts()
7264         * src/SDCCicode.c (picDummyRead): added
7265
7266 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7267
7268         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7269         "Insufficient space in data memory".
7270
7271 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7272
7273         * src/mcs51/gen.c: fixed bug #771358
7274         * src/z80/gen.c: fixed bug #759087
7275
7276 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7277
7278         * src/pic16/glue.c: minor cleanup by Vangelis
7279
7280 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7281
7282         * device/include/regc515c.h: fixed #758477
7283         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7284         * device/lib/_gptrput.c: saved a few bytes
7285         * my tab spacing is 8, yours too?)
7286         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7287         * device/lib/serial.c: process RX bytes earlier than TX bytes
7288         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7289
7290 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7291
7292         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7293
7294 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7295
7296     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7297
7298 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7299
7300         * device/lib/Makefile.in: bad fix, reverted to 1.43
7301
7302 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7303
7304         * device/lib/Makefile.in: added missing z80 object files
7305
7306 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7307
7308         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7309         pic16 progress by Vangelis:
7310         * src/SDCCglobl.h:
7311         * src/SDCCmain.c:
7312         * src/pic/Makefile:
7313         * src/pic:
7314         * pic/Makefile:
7315         * pic16/device.c:
7316         * pic16/device.h:
7317         * pic16/gen.c:
7318         * pic16/gen.h:
7319         * pic16/genarith.c:
7320         * pic16/glue.c:
7321         * pic16/main.c:
7322         * pic16/pcode.c:
7323         * pic16/pcode.h:
7324         * pic16/pcodepeep.c:
7325         * pic16/peeph.def:
7326
7327 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7328
7329     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7330
7331 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7332
7333     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7334     added gbz80 build to MSVC project.
7335     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7336     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7337     from 8051 stuff and setup so it links using a .lnk file.
7338
7339 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7340
7341     * support/librarian/sdcclib.c: sdcc librarian.
7342     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7343     with sdcclib.
7344
7345 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7346
7347     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7348
7349 2003-07-02  Borut Razem <borut.razem AT siol.net>
7350
7351         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7352         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7353         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7354         src/xa51/main.c, src/z80/main.c:
7355         virtualization of glue() function: each port has it's own glue function,
7356         which is accessed by do_glue function pointer in PORT.general structure
7357
7358 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7359
7360         * DS800C400 fun, improved ROM interface and tinibios.
7361
7362 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7363
7364         * More support for DS80C400. Now includes beginning of interface to ROM.
7365
7366 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7367
7368         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7369
7370 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7371
7372         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7373
7374 2003-06-19  Borut Razem <borut.razem AT siol.net>
7375
7376         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7377
7378 2003-06-19  Borut Razem <borut.razem AT siol.net>
7379
7380         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7381         fixed Z80 port - crt0.o: cannot open.
7382
7383 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7384
7385         * support/Util/MySystem.c (merge_command): revert bad fix
7386
7387 2003-06-18  Borut Razem <borut.razem AT siol.net>
7388
7389         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7390
7391 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7392
7393         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7394         option --use-stdout sends errors to stdout instead of stderr.
7395
7396 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7397
7398         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7399
7400 2003-06-15  Borut Razem <borut.razem AT siol.net>
7401
7402         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7403         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7404         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7405         fixed width array of pointers replaced with sets;
7406         multiple include and lib paths ared transferred to preprocessor and linker
7407         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7408         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7409         fixed width array of pointers
7410         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7411         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7412         fixupPath(), getPathDifference()
7413         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7414         fixed width array of pointers
7415
7416 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7417
7418         * src/pic16/ralloc.c: fix warnings
7419         * src/pic16/pcode.c: fix warning
7420
7421 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7422
7423          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7424         know all the details, but essentially this set of changes enable
7425         the pic16 port to generate movff instructions and generate assembler
7426         directives,
7427         * src/SDCCmain.c:
7428         * src/pic16/gen.c:
7429         * src/pic16/glue.c:
7430         * src/pic16/pcode.c:
7431         * src/pic16/device.c:
7432         * src/pic16/main.c:
7433         * src/pic16/pcode.h:
7434         * src/pic16/pcoderegs.c:
7435         * src/pic16/ralloc.c:
7436         * src/pic16/ralloc.h:
7437
7438 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7439
7440         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7441         added option --vc, so sdcc errors and warnings are compatible with
7442         Microsoft Visual Studio.
7443
7444 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7445
7446         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7447           device/lib/libfloat.lib: added atof function.
7448
7449 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7450
7451         * doc/sdccman.lyx: updated to Lyx 1.3
7452         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7453         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7454         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7455
7456 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7457
7458         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7459
7460 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7461
7462         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7463           additions to the "related tools/documentation" section
7464
7465 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7466
7467         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7468
7469 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7470
7471         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7472         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7473
7474 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7475
7476         * doc/sdccman.lyx: fix double dash and other minor things
7477         * doc/Makefile: fix double dash
7478
7479 2003-05-28  Karl Bongers(patches from Martin Helmling)
7480         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7481           condition and ignore commands.
7482
7483 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7484
7485         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7486           is in parts still quite out of date, I did changes as far as I felt makes sense
7487           for a non-native english speaker.
7488           Please feel free to add to the manual or to correct my changes.
7489         * doc/Makefile: undid touching the date of intermediate tex files.
7490
7491 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7492
7493         * doc/sdccman.lyx: Manual has an index now
7494
7495 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7496
7497         Finalize muluint/mulsint and mululong/mulslong merging:
7498         * device/lib/_mulint.c
7499         * device/lib/_mullong.c
7500         * device/lib/gbz80/mul.s
7501         * device/lib/gbz80/stubs.s
7502         * device/lib/z80/mul.s
7503         * device/lib/z80/stubs.s
7504         * src/SDCCsymt.c (initCSupport)
7505
7506 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7507
7508         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7509         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7510           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7511           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7512           instead of /Zm500.
7513
7514 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7515
7516         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7517           the regression tests I'm not brave enough to enable 245.b, 245.c
7518         * doc/sdccman.lyx: added latex preamble for hyperref package.
7519           Using pdflatex this will give you a hyperlinked pdf file with
7520           bookmarks. (prepend '%' before /usepackage if this breaks something)
7521
7522 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7523
7524          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7525
7526 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7529
7530 2003-05-21    <johan AT balder>
7531
7532         * src/SDCCglue.c (printIval): fixed bug #739934
7533
7534 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7535
7536         Applied patch from bug 737905 (renamed yylineo to mylineno):
7537         * src/altlex.c
7538         * src/SDCCast.c
7539         * src/SDCglobl.h
7540         * src/SDCC.lex
7541         * src/SDCCsymt.c
7542         * src/SDCCval.c
7543         * src/pic16/pcode.c: Cleaned warnings
7544         * src/pic16/pcodeflow.c: Cleaned warnings
7545         * src/pic16/pcoderegs.c: Cleaned warnings
7546
7547 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7548
7549         * src/pic16/pcode.c: Cleaned warnings
7550         * src/pic16/pcodepeep.c: Cleaned warnings
7551         * src/pic16/ralloc.c: Cleaned warnings
7552
7553 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7554
7555         * doc/sdccman.lyx: fixed bug 739745
7556         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7557
7558 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7559
7560         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7561         it can be defined with CFLAGS when running configure
7562         * src/SDCCmain.c: fixed compiling + linking with object files
7563
7564 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7565
7566         * configure.in: configure for pic16 port,
7567             added --disable-pic16-port
7568         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7569         * src/SDCCmain.c: linkOptions is changed to set *,
7570             added if/endif conditional macros to remove options help
7571             messages from optionsTable when a port is not configured, added
7572             support for the PIc16 port in the ports table, when executing
7573             the compiler with no port specified on command line, a default
7574             port is selected with the new macro DEFAULT_PORT which is
7575             defined in port.h, in setDefaultOptions() linkOptions is removed
7576             from initialization assignment, since now it is a set,
7577             parseCmdLine uses setParseWithComma for linkOptions, in
7578             linkEdit() linkOptions are accessed with new function indexSet()
7579             which returns the i'th item of a set variable. See SDCCset.c, in
7580             linkEdit() when calling buildCmdLine(), added linkOptions as
7581             last argument. Now users can pass arguments to gplink via the
7582             -Wl option, main() uses pic16glue() to glue up pic16 programs
7583         * src/SDCCpeeph.c: various changes to support pic16
7584         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7585             return the i'th item of the set
7586         * src/SDCCset.h: added function prototype for indexSet()
7587         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7588         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7589         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7590             added macro DEFAULT_PORT
7591         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7592         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7593             generated
7594         * src/pic16/glue.c: commented out some error producing lines
7595         * src/pic16/main.c: __config directives are commented out to stop
7596             gpasm complaining and test the linkage with gplink, _linkCmd and
7597             _asmCmd changed to be more gplink and gpasm friendly
7598         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7599             produced an error when parsed, peep rule 12 is added to utilize
7600             movff, but it is commented out since the pCode does not support
7601             yet a command with 2 address arguments
7602
7603 2003-05-18    <johan AT balder>
7604
7605         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7606         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7607 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7608
7609         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7610   Added feature to script commands from file.
7611
7612 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7613
7614         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7615         * src/SDCCutil.c: include ctype.h for win32
7616
7617 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7618
7619         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7620
7621 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7622
7623         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7624   Fixed so you can set breakpoints prior to run, run does not stop
7625   on entry now.  Add tbreak.  Other enhancements and fixes for use
7626   with ddd.
7627
7628 2003-05-12  Borut Razem <borut.razem AT siol.net>
7629
7630         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7631
7632 2003-05-11  Borut Razem <borut.razem AT siol.net>
7633
7634         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7635         the path of bin directory, so that PATH is the only env. variable, which has to be set
7636         in case of standard installation.
7637         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7638         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7639         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7640
7641 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7642
7643         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7644         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7645         temp files are in the port dir; clean the gen/test directory when
7646         generating new test.c
7647         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7648         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7649         * support/regression/tests/zeropad.c: added
7650
7651 2003-05-09    <johan AT balder>
7652
7653         * src/SDCCglue.c: fixed bug #597940
7654
7655 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7656
7657         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7658   cache sfr, optimize next,step, fix off by one sourceline,
7659   support ddd list function.
7660         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7661
7662 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7663
7664         * support/regression/HTMLgen.py: added compare_s2f()
7665         * support/regression/Makefile: redo 1.27
7666         * support/regression/generate-cases.py: redo 1.5
7667
7668 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7669
7670         * support/regression/tests/float.c: workaround 33 bit hex constant
7671         * support/regression/tests/simplefloat.c: fix division for host
7672
7673 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7674
7675         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7676         that tame's the PIC's over-aggressive optimizer.
7677
7678 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7679
7680          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7681          support for MSVC.
7682
7683 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7684
7685         Initial support for DS80C400. "Hello world" runs on TINIm400
7686         (with polled I/O).
7687
7688 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7689
7690          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7691          * Some notes on ddd usage added in debugger/README
7692          Martin Helmling adding more features and fixes for ddd GUI debugger.
7693          Code added for nexti, stepi, up, down, and other adjustments.
7694
7695 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7696
7697         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7698         * src/pic/peeph.def Added two rules to optimize carry manipulation
7699         * src/pic/* removed debug printfs
7700
7701 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7702
7703         * debugger/mcs51/cmd.c: added header newalloc.h
7704
7705 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7706
7707         * as/Makefile: new EXEEXT
7708         * as/z80/Makefile: remove trailing slash of BUILDIR
7709         * as/z80/clean.mk: new EXEEXT
7710         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7711         * support/cpp2/Makefile.in: new EXEEXT
7712         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7713
7714 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7715
7716         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7717         EXEEXT was introduced to fix all related problems with targets
7718         "clean", "install" and "uninstall"; a couple of further flaws
7719         especially with "clean" have been fixed too
7720         * as/mcs51/Makefile.in
7721         * as/mcs51/clean.mk
7722         * as/z80/Makefile
7723         * Makefile
7724         * clean.mk
7725         * debugger/mcs51/Makefile.in
7726         * debugger/mcs51/clean.mk
7727         * link/z80/Makefile
7728         * link/z80/Makefile.in
7729         * link/z80/clean.mk
7730         * link/Makefile
7731         * packihx/Makefile.in
7732         * packihx/clean.mk
7733         * sim/ucsim/Makefile
7734         * sim/ucsim/clean.mk
7735         * sim/ucsim/avr.src/Makefile.in
7736         * sim/ucsim/avr.src/clean.mk
7737         * sim/ucsim/s51.src/Makefile.in
7738         * sim/ucsim/s51.src/clean.mk
7739         * sim/ucsim/xa.src/Makefile.in
7740         * sim/ucsim/xa.src/clean.mk
7741         * sim/ucsim/z80.src/Makefile.in
7742         * sim/ucsim/z80.src/clean.mk
7743         * sim/ucsim/main_in.mk
7744         * sim/ucsim/packages_in.mk
7745         * sim/ucsim/gui.src/Makefile.in
7746         * sim/ucsim/gui.src/serio.src/Makefile.in
7747         * sim/ucsim/gui.src/serio.src/clean.mk
7748         * src/Makefile.in
7749         * src/clean.mk
7750         * support/cpp2/Makefile.in
7751         * support/cpp2/clean.mk
7752         * support/makebin/Makefile
7753         * support/makebin/clean.mk
7754         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7755         * doc/sdccman.lyx: --program-suffix no longer needed
7756
7757 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7758
7759          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7760          Martin Helmling added support for ddd GUI debugger.
7761          Code added to display assembly, set variables, and other commands
7762          to interface to ddd.
7763
7764 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7765
7766         * as/Makefile: fix target clean
7767         * as/clean.mk: fix target clean
7768         * as/z80/clean.mk: fix target clean
7769
7770 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7771
7772         * Makefile.common.in: added  AT EXEEXT AT
7773         * configure.in: removed all mingw32 stuff
7774         * configure: rebuilt from configure.in
7775         * doc/sdccman.lyx: updated section "installation"
7776         * support/scripts/sdcc_mingw32: adapted to configure
7777         * support/scripts/sdcc_cygwin_mingw32: added
7778
7779 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7780
7781         * src/pic Added object file support for the PIC port
7782         * src/pic Applied patch from Craig Franklin (this started the object file support)
7783         * src/regression Updated the PIC regression tests for object files
7784
7785 2003-04-20  Borut Razem <borut.razem AT siol.net>
7786
7787         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7788           lklex.c: In function `getfid':
7789           lklex.c:203: warning: array subscript has type `char'
7790         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7791           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7792         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7793           stack handling macros
7794
7795 2003-04-19  Borut Razem <borut.razem AT siol.net>
7796
7797         * "handling space characters in file path" task:
7798         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7799         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7800         * support/Util/MySystem.h: make it self-sufficient
7801         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7802           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7803           handling space characters in file path
7804         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7805           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7806         * support/Util/MySystem.c: handling space characters in executable's path
7807
7808 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7809
7810         * as/z80/Makefile: fix permanent rebuild of z80
7811         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7812         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7813
7814 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7815
7816         * src/SDCCopt.c: add special case optimization to replace modulo by
7817           a power of two with a bitwise AND.
7818
7819 2003-04-18    <johan AT balder>
7820
7821         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7822
7823 2003-04-17    <johan AT balder>
7824
7825         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7826         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7827
7828 2003-04-13  Borut Razem <borut.razem AT siol.net>
7829
7830         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7831         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7832           fixed mingw problem in adl_NORMALIZE_PATH
7833
7834 2003-04-12  Borut Razem <borut.razem AT siol.net>
7835
7836         * fixed "#pragma SAVE/RESTORE can not be nested":
7837         * src/SDCC.lex: reworked pragma handling functions
7838         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7839         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7840
7841 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         * src/SDCCutil.c (pathEquivalent): defined but not used
7844         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7845         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7846         * configure: rebuilt from configure.in
7847         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7848         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7849         * device/include/Makefile.in: replace sdcc_datadir
7850         * device/lib/Makefile.in: replace sdcc_datadir
7851         * Makefile.common.in: add LDFLAGS from configure
7852         * packihx/Makefile.in: use LDFLAGS
7853         * src/Makefile.in: use LDFLAGS
7854         * support/cpp2/Makefile.in: add LDFLAGS from configure
7855         * support/makebin/Makefile: use LDFLAGS
7856         * .version: bumped version number to 2.3.5
7857
7858 2003-04-12  Borut Razem <borut.razem AT siol.net>
7859
7860         * completed "different paths" task:
7861         * src/SDCCmacro.c: fixed bug in handling quotes
7862         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7863         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7864
7865 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7866
7867         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7868
7869 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7870
7871         * ds390/gen.c ds390/peeph.def: fix bug 706781
7872
7873 2003-04-11  Borut Razem <borut.razem AT siol.net>
7874
7875         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7876
7877 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7878
7879         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7880         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7881          set - this bit used to not be set...).
7882         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7883           bad code in PIC Port
7884         * src/regression/and2.c added to test bug 609268
7885         * src/regression/Makefile added and2.c to regression test
7886
7887
7888 2003-04-08    <johan AT CP255758-A>
7889
7890         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7891         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7892         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7893
7894 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7895
7896         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7897         fix bug #487815
7898         * support/cpp2/Makefile.in: fix bug #487815
7899         * configure: rebuilt from configure.in
7900         * Makefile.common.in: docdir changed, new path suffixes
7901         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7902         * sdcc_vc_in.h: reflect changes from sdccconf.h
7903         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7904         * src/SDCCutil.h: remove BINDIR hack
7905         * doc/sdccman.lyx: update new path hierarchy
7906
7907 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7908
7909         * src/SDCCpeeph.c: added okToRemoveSLOC test
7910
7911 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7912
7913         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7914
7915 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7916
7917         * src/SDCCpeeph.c: added labelIsReturnOnly test
7918         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7919
7920 2003-04-05    <johan AT balder>
7921
7922         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7923         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7924         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7925         * src/SDCCast.c: fixed a warning
7926         * src/SDCCast.h: fixed a warning
7927         * src/SDCCicode.c (operandFromAst): fixed a warning
7928
7929 2003-04-04    <johan AT balder>
7930
7931         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7932         * src/SDCCast.c (decorateType): fixed bug #715076
7933         * src/SDCC.y: fixed bug #702907
7934
7935 2003-04-03    <johan AT balder>
7936
7937         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7938         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7939         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7940         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7941         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7942
7943 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7944
7945         * _decdptr.c: fix return values
7946         * _gptrget.c: fix return values
7947         * _gptrgetc.c: fix return values
7948         * _gptrput.c: fix return values
7949         * _mulint.c: fix return values
7950         * as/z80/Makefile: fix 'make -j' problem
7951
7952 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7953
7954         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7955         * configure.in: big cleanup, updated to autoconf 2.5x
7956         * configure: rebuilt from configure.in
7957         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7958         * sdcc_vc_in.h: reflect changes from sdccconf.h
7959         * doc/Makefile: fixed a flaw in "make install"
7960
7961 2003-04-02    <johan AT balder>
7962
7963         * src/ds390/gen.c (genCmp): no comments
7964         * src/mcs51/gen.c (genCmp): no comments
7965         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7966         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7967
7968 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7969
7970         * support/regression/generate-cases.py: place generated file in given sub directory
7971         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7972         * support/regression/Makefile: improvements for 'make -j';
7973         side effect: it's simpler and faster now
7974
7975 2003-03-31  Borut Razem <borut.razem AT siol.net>
7976
7977         * src/z80/main.c: link-{port} and as-{port} defined without path
7978         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7979
7980 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7981
7982         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7983
7984 2003-03-30  Borut Razem <borut.razem AT siol.net>
7985
7986         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7987           changed type of list parameter to set
7988         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7989         * src/port.h: changed type of do_assemble() parameter to set
7990         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7991           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7992           definition of "cppoutfilename" macro with NULL value in preProcess()
7993         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7994         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7995         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7996           replaced with set *binPathSet
7997         * shash_add() deallocates the item, if allready exsists, before adding the new one
7998         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7999
8000 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8001
8002         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8003           a nested for loop bug in the PIC port
8004         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8005           for loops
8006
8007 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8008
8009         * support/Util/dbuf.h: remove C++ stuff to make it portable
8010
8011 2003-03-28  Borut Razem <borut.razem AT siol.net>
8012
8013         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8014           literal strings in stringLiteral()
8015         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8016         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8017           to the project
8018
8019 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8020
8021         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8022
8023 2003-03-26    <johan AT balder>
8024
8025         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8026         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8027         * src/SDCCast.c (decorateType): fixed " -v < 3"
8028
8029 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8030
8031         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8032         Added Lenny Story's debug infrastructure changes:
8033         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8034         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8035         * src/cdbFile.c: added
8036         * src/SDCCdebug.c: added
8037         * src/SDCCdebug.h: added
8038         * src/SDCCast.c (createFunction)
8039         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8040         * src/SDCCmain.c (parseCmdLine, main)
8041         * src/SDCCmem.c (redoStackOffsets)
8042         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8043         * src/SDCCsymt.h
8044         * src/common.h
8045         * src/avr/gen.c (genAVRCode)
8046         * src/ds390/gen.c (gen390Code)
8047         * src/mcs51/gen.c (gen51Code)
8048         * src/pic/gen.c (genpic14Code)
8049         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8050         * src/xa51/gen.c (genXA51Code)
8051         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8052
8053 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8054
8055         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8056         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8057
8058 2003-03-22    <johan AT balder>
8059
8060         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8061
8062 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8065         * doc/cdbfileformat.lyx: added, written by Lenny Story
8066         * doc/Makefile: added cdbfileformat.lyx
8067         * doc/clean.mk: added cdbfileformat.lyx
8068
8069 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8070
8071         * src/mcs51/peeph.def: fix bug #705773
8072
8073 2003-03-20    <johan AT balder>
8074
8075         An sfr/sbit can have an "at #" AND an initializer
8076         * src/SDCCsymt.c (checkSClass):
8077         * src/SDCCmem.c (allocGlobal):
8078         * src/SDCCmem.c (allocLocal):
8079         * src/SDCCast.c (createBlock):
8080
8081 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8082
8083         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8084
8085 2003-03-16    <johan AT balder>
8086
8087         Undid the hackup of const and volatile, the problem is much bigger
8088         * src/SDCC.y:1.65
8089         * src/SDCCast.c:1.171
8090         * src/SDCCglue.c:1.138
8091         * src/SDCCicode.c:1.146
8092         * src/SDCCsymt.c:1.150
8093         * src/SDCCval.c:1.65
8094
8095 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8096
8097         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8098         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8099
8100 2003-03-13    <johan AT balder>
8101
8102         Hackup const and volatile modifiers in type chains a bit:
8103         * src/SDCC.y:1.63
8104         * src/SDCCast.c:1.169
8105         * src/SDCCglue.c:1.136
8106         * src/SDCCicode.c:1.143
8107         * src/SDCCsymt.c1.146
8108         * src/SDCCsymt.h1.59
8109         * src/SDCCval.c:1.63
8110
8111 2003-03-12    <johan AT balder>
8112
8113         * src/SDCCBBlock.h: more LRH debugging junk
8114         * src/SDCCcflow.h: more LRH debugging junk
8115         * src/SDCCloop.c: more LRH debugging junk
8116         * src/SDCC.y (struct_declaration): fixed bug #697590
8117         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8118         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8119         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8120
8121 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8122         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8123         test function names must now match exactly).
8124         * src/SDCCcse.c: added special case in findCheaperOp to allow
8125         extending a short integer. Makes less awful code for bug 700121 test case.
8126
8127 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8128
8129         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8130         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8131
8132 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8133
8134         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8135         actually called (operandsNotEqual() was called for all
8136         operandsNotEqualX tests).
8137
8138 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8139
8140         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8141         with shorter literals. Fixes bug 700121.
8142
8143 2003-03-11    <johan AT balder>
8144
8145         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8146
8147 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8148
8149         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8150         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8151
8152 2003-03-10  Borut Razem <borut.razem AT siol.net>
8153
8154         * src/SDCCmain.c: pipe preprocessor's output
8155         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8156         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8157         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8158         which closes all pipes in pipeSet set
8159         * src/SDCCset.c: free deleted item in function deleteSetItem()
8160         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8161         moved from z80 to src subproject
8162         * .version: increased version number to 2.3.4
8163
8164 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8165
8166         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8167         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8168         * support/regression/ports/xa51/spec.mk: fix typo
8169
8170 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8173
8174 2003-03-09  Borut Razem <borut.razem AT siol.net>
8175
8176         * src/SDCCmain.c: pipe preprocessor's output
8177         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8178         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8179         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8180         which closes all pipes in pipeSet set
8181         * src/SDCCset.c: free deleted item in function deleteSetItem()
8182         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8183         moved from z80 to src subproject
8184
8185 2003-03-09  Borut Razem <borut.razem AT siol.net>
8186
8187         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8188         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8189         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8190         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8191         * src/SDCCglobl.h: unification of WIN32 native definitions
8192
8193 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8194
8195         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8196
8197 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8198
8199         * src/configure.in:   check for endianess (even while cross-compiling)
8200         * src/configure:      check for endianess (even while cross-compiling)
8201         * src/configure_in.h: check for endianess (even while cross-compiling)
8202         * src/avr/gen.c:        remove old endianess stuff
8203         * src/mcs51/gen.c:      remove old endianess stuff
8204         * src/ds390/gen.c:      remove old endianess stuff
8205         * src/pic/gen.c:        remove old endianess stuff
8206         * src/pic/genarith.c:   remove old endianess stuff
8207         * src/pic/glue.c:       fix endianess check
8208         * src/pic16/gen.c:      remove old endianess stuff
8209         * src/pic16/genarith.c: remove old endianess stuff
8210         * src/pic16/glue.c:     fix endianess check
8211         * src/xa51/gen.c:       remove old endianess stuff
8212         * src/z80/gen.c:        fix endianess check
8213         * src/SDCCglue.c:       fix endianess check
8214         * src/ds390/peeph.def: fix bug 700036
8215
8216 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8217
8218         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8219         * src/configure: find appropriate data-types on host for SDCC's int and long
8220         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8221         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8222         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8223
8224 2003-03-07    <johan AT balder>
8225
8226         Just a big NOOP:
8227                 some minor cleanups before the big shot
8228                 OP_DEFS and OP_USES now use Kevin's protection
8229                 new option --nolabelopt
8230
8231         * src/SDCCBBlock.c:
8232         * src/SDCCast.c,:
8233         * src/SDCCcflow.c:
8234         * src/SDCCcse.c:
8235         * src/SDCCicode.c:
8236         * src/SDCCicode.h:
8237         * src/SDCClabel.c:
8238         * src/SDCCloop.c:
8239         * src/SDCCmain.c:
8240         * src/ds390/ralloc.c:
8241         * src/mcs51/ralloc.c:
8242         * src/pic/ralloc.c:
8243         * src/xa51/ralloc.c:
8244         * src/z80/ralloc.c:
8245
8246 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8247
8248         * src/pic/pcode.c (get_op): fix 64 bit warnings
8249         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8250         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8251         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8252         * support/regression/tests/malloc.c: fix 64 bit warnings
8253
8254 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         * src/mcs51/gen.c (genMinus): fixed bug 696436
8257
8258 2003-03-02  Borut Razem <borut.razem AT siol.net>
8259
8260         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8261
8262 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8263
8264         * configure.in: test for mkstemp
8265         * sdccconf_in.h: add HAVE_MKSTEMP
8266
8267 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * device/include/ctype.h: removed warning while using --stack-auto
8270         * device/include/malloc.h: removed warning while using --stack-auto
8271         * device/include/string.h: removed warning while using --stack-auto
8272
8273 2003-02-23  Borut Razem <borut.razem AT siol.net>
8274
8275         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8276         because NDEBUG is defined (see man assert)
8277         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8278
8279 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8280
8281         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8282         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8283
8284 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8285
8286         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8287         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8288
8289 2003-02-18    <johan AT balder>
8290
8291         * as/mcs51/asmain.c (asmbl): module can start with a digit
8292         * as/z80/asmain.c (asmbl): module can start with a digit
8293
8294 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8295
8296         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8297         * src/asm.c: fix pipe() for Mingw32
8298
8299 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8300
8301         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8302         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8303         make -V work again; --c1mode reads now from stdin
8304         * doc/sdccman.lyx: added --c1mode
8305         * support/Util/SDCCerr.c: new messages for c1 mode
8306         * support/Util/SDCCerr.h: new messages for c1 mode
8307         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8308
8309 2003-02-15    <johan AT balder>
8310
8311         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8312
8313 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8314
8315         * doc/sdccman.lyx: Environment variables, -o and other minor things
8316
8317 2003-02-14    <johan AT balder>
8318
8319         * src/xa51/main.c: before anyone really tries to use it :)
8320
8321         * Install doc's in share/sdcc/doc
8322         * removed some obsolete files
8323         * Do a proper make distclean and uninstall
8324         M Makefile.common.in
8325         R sdccbuild.sh
8326         M as/Makefile
8327         M device/include/Makefile.in
8328         M device/lib/Makefile.in
8329         M doc/sdccman.lyx
8330         M link/Makefile
8331         M sim/ucsim/doc/Makefile.in
8332         M src/clean.mk
8333         R src/avr/peeph.rul
8334         R src/xa51/peeph.rul
8335         M support/cpp2/Makefile.in
8336         M support/makebin/Makefile
8337
8338
8339 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8340
8341         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8342
8343 2003-02-10  Borut Razem <borut.razem AT siol.net>
8344
8345         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8346         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8347         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8348         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8349         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8350         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8351         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8352         src/z80/Makefile.bcc: Borland Makefile cleanup
8353         * as/z80/Makefile.bcc: Added Borland Makefile
8354         * support/cpp2/borland.h: Removed
8355
8356 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8357
8358         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8359         * src/SDCC.lex: new pragma NOIV
8360         * src/SDCCglobl.h: new pragma NOIV
8361         * src/SDCCmem.c: new pragma NOIV
8362
8363 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8364
8365         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8366
8367 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8368
8369         * src/SDCCmain.c: signal handling is switched off by --debug
8370         * doc/Makefile: small fix for install; use clean.mk again
8371         * doc/clean.mk: clean *.pdf and *.html too
8372
8373 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8374
8375         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8376         * device/lib/printfl.c: fix a ds390 bug by making it portable
8377         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8378         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8379         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8380         * debugger/mcs51/cmd.c: converted multi-line string literals
8381         * sim/ucsim/globals.cc: converted multi-line string literals
8382         * src/SDCCmain.c: introduced signal handler to remove temp files
8383         * doc/Makefile: small tweaks, implement clean
8384         * doc: removed generated files
8385
8386 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8387
8388         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8389         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8390         Address Record is not correctly generated for DS390."
8391
8392 2003-02-02  Borut Razem <borut.razem AT siol.net>
8393
8394         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8395         * as/mcs51/asm.h: fixed compilation with Borland C
8396         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8397         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8398         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8399         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8400         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8401         src/z80/Makefile.bcc: delete $(LIB) only if exist
8402         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8403
8404 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8405
8406         * device/include/malloc.h: introduced NULL
8407         * device/include/string.h: introduced NULL
8408         * device/include/stdlib.h: introduced NULL
8409         * device/lib/_memcpy.c: removed NULL
8410         * device/lib/_strcat.c: removed NULL
8411         * device/lib/_strchr.c: removed NULL
8412         * device/lib/_strcmp.c: removed NULL
8413         * device/lib/_strcpy.c: removed NULL
8414         * device/lib/_strcspn.c: removed NULL
8415         * device/lib/_strlen.c: removed NULL
8416         * device/lib/_strncat.c: removed NULL
8417         * device/lib/_strncmp.c: removed NULL
8418         * device/lib/_strncpy.c: removed NULL
8419         * device/lib/_strpbrk.c: removed NULL
8420         * device/lib/_strrchr.c: removed NULL
8421         * device/lib/_strspn.c: removed NULL
8422         * device/lib/_strstr.c: removed NULL
8423         * device/lib/_strtok.c: removed NULL
8424         * device/lib/malloc.c: removed NULL, include own header
8425
8426 2003-02-02    <johan AT balder>
8427
8428         * 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
8429         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8430         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8431         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8432         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8433         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8434
8435 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8436
8437         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8438         area 'DATA'"
8439
8440 2003-02-01    <johan AT balder>
8441
8442         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8443
8444 2003-01-31    <johan AT CP255758-A>
8445
8446         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8447
8448 2003-01-30    <johan AT balder>
8449
8450         * src/SDCCBBlock.c: automatic bug detection
8451         * src/SDCCicode.c: automatic bug detection
8452
8453 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8454
8455         * src/SDCCglobl.h:   now --xram-size 0 works
8456         * src/SDCCmain.c:    now --xram-size 0 works
8457
8458 2003-01-29    <johan AT balder>
8459
8460         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8461
8462 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8463
8464         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8465         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8466         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8467         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8468         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8469         * src/SDCCmain.c:    Added options --xram-size and --code-size
8470
8471 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8472
8473         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8474         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8475
8476 2003-01-27    <johan AT balder>
8477
8478         * src/SDCC.y: fixed bug #613764
8479
8480 2003-01-26    <johan AT balder>
8481
8482         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8483         * src/SDCCsymt.h: fixed bug #673374
8484         * src/SDCCglue.c: fixed bug #661910
8485         * src/SDCCast.c: fixed bug #458099 and 673374
8486
8487 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8488
8489         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8490         * as/mcs51/strcmpi.h: added
8491         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8492         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8493         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8494         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8495         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8496         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8497         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8498         * as/mcs51/Makefile.aslink: new module strcmpi
8499         * as/mcs51/Makefile.asx8051: new module strcmpi
8500         * as/mcs51/Makefil.bcc: new module strcmpi
8501         * as/mcs51/Makefile.in: new module strcmpi
8502         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8503
8504 2003-01-26    <johan AT balder>
8505
8506         * src/SDCCglue.c: reverted back to 1.124
8507         * src/SDCCast.c: reverted back to 1.156
8508         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8509
8510 2003-01-25    <johan AT balder>
8511
8512         * src/SDCCglue.c: A better fix for bug #661910
8513         * src/SDCCast.c: A better fix for bug #661910
8514         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8515
8516 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8517
8518         * src/Makefile.in: remove spawn.o
8519         * src/SDCCmain.c: remove spawn.h
8520         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8521         * src/spawn.c: removed
8522         * src/spawn.h: removed
8523         * support/regression/ports/ds390/spec.mk: link with -r
8524
8525 2003-01-24    <johan AT CP255758-A>
8526
8527         * src/ds390/gen.c (aopOp): fixed bug #667458
8528         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8529         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8530         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8531
8532 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8533
8534         * src/mcs51/peeph.def: better assembler identation by Frieder
8535         * src/mcs51/gen.c: better assembler identation by Frieder
8536
8537 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8538
8539         * as/z80/string.h: removed for gcc 3.2
8540         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8541         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8542
8543 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8546         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8547         * support/regression/Makefile: separate temp files for ports
8548         * support/regression/generate-cases.py: separate temp files for ports
8549         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8550         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8551
8552 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8553
8554         * moved tinitalk to device/examples/ds390
8555
8556 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8557
8558         * as/mcs51/lkmem.c: rflag is for DS390
8559         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8560         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8561                          (linkEdit): move mem- and map-files the same way as ihx-files
8562         * src/z80/main.c (_setDefaultOptions): removed --generic
8563         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8564         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8565         * src/pic/glue.c (picglue): --c1mode works again
8566         * src/pic16/glue.c (pic16glue): --c1mode works again
8567         * src/asm.c (printCLine): fix #660034
8568
8569 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8572         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8573         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8574         * as/mcs51/lkmem (summary): better fix for sp problem
8575         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8576         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8577         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8578                                               remove --stack-after-data
8579
8580 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8583         * src/SDCCutil.c (join): ugly bug: missing '\0'
8584         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8585
8586 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8587
8588         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8589         * src/port.h: typo
8590         * src/pic/main.c (_asmCmd): gpasm supports -o
8591         * src/z80/main.c: more general macros
8592         * device/lib/Makefile.in: remove intermediate files
8593
8594 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * .version: Bumped version number to 2.3.3
8597         * src/SDCCBBlock.c: new option -o
8598         * src/SDCCglobl.h: new option -o
8599         * src/SDCCglue.c: new option -o
8600         * src/SDCCmain.c: new option -o
8601         * src/asm.c: new option -o
8602         * src/ds390/main.c: new option -o
8603         * src/pic/glue.c: new option -o
8604         * src/pic/pcode.c: new option -o
8605         * src/pic/ralloc.c: new option -o
8606         * src/pic16/glue.c: new option -o
8607         * src/pic16/pcode.c: new option -o
8608         * src/pic16/ralloc.c: new option -o
8609         * src/z80/main.c: new option -o
8610         * device/lib/Makefile.in: use -o
8611         * support/regression/ports/ds390/spec.mk: use -o
8612         * support/regression/ports/gbz80/spec.mk: use -o
8613         * support/regression/ports/mcs51/spec.mk: use -o
8614         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8615         * support/regression/ports/z80/spec.mk: use -o
8616         * support/regression/ports/ucz80/spec.mk: use -o
8617         * support/regression/ports/xa51/spec.mk: use -o
8618         * support/regression/fwk/lib/timeout.c: fix usage string
8619
8620 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8621         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8622
8623 2003-01-07    <johan AT balder>
8624
8625         * src/SDCCast.c (decorateType): fixed bug #600035
8626
8627 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8628         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8629         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8630         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8631         * src/pic/pcode.c: outcommented unused variable to remove warnings
8632         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8633
8634 2003-01-06    <karl AT turbobit.com>
8635         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8636    regression tests.
8637
8638 2003-01-06    <johan AT balder>
8639
8640         * src/SDCCicode.c: fixed array add
8641
8642 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8643         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8644         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8645
8646 2003-01-04    <johan AT balder>
8647
8648         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8649
8650 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8651         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8652
8653 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8654         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8655         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8656
8657 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8658         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8659
8660 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8661         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8662
8663 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8664         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8665
8666 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8667
8668     * in \sdcc\as\mcs51\ changed these files in order to create an
8669     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8670     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8671     following files to include the previous two files: aslink.dsp,
8672     Makefile.aslink, Makefile.bcc, and Makefile.in.
8673
8674     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8675     .adb instead of .cdb
8676
8677 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8678
8679         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8680         value from option --iram-size.
8681
8682 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8683
8684         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8685         dram[] array.
8686
8687 2002-09-18    <wiml AT hhhh.org>
8688
8689         * SDCClrange.h: exposed setFromRange() and setToRange()
8690         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8691           packRegsForAccUse() (bug 542397)
8692         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8693           multiple times and emitting the fetch operations more than once
8694           added aopGetUsesAcc() function to allow binary operators to
8695           fetch their operands in the correct order; made genMinus() emit
8696           compact code for X = LITERAL - Y
8697
8698 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8699         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8700         sprintf() in line 1267.
8701
8702 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8703         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8704         like ports.
8705
8706 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8707         Changes to aslink (All the changes are marked with 'JCF'):
8708
8709         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8710         summary().
8711
8712         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8713         area BSEG.  Also moves, if possible, the DATA area down into the internal
8714         ram so more space is available.
8715
8716         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8717         sflag.
8718
8719         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8720         not bytes.  Function summary() which creates a memory usage summary
8721         file with extension .mem.  Reports of overlaping stack and small stack
8722         size.  If the space for the stack is less than 16 bytes aslink trows a
8723         warning.
8724
8725         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8726         the 8051.  Option 'y' for memory summary output file.
8727
8728         Changes to sdcc (All the changes are marked with 'JCF'):
8729
8730         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8731
8732         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8733         overlaying area for it (uses RegBankUsed[4]).
8734
8735         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8736         bank zero as used by default.  By default aslink locates the stack
8737         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8738         the creation of the .mem file.  Delegates the allocation of data area
8739         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8740         the begining of the stack area to aslink.
8741
8742         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8743         glue() in SDCCglue.c creates an area for it.
8744
8745 2002-09-03  Borut Razem <borut.razem AT siol.net>
8746         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8747         sdcc/src/pic/glue.c:
8748         introduced atexit() handler for teporay files removal in case of
8749         errors, assertions, ...
8750
8751 2002-08-29  Borut Razem <borut.razem AT siol.net>
8752         * sdcc/support/cpp2/auto-host_vc_in.h:
8753         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8754         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8755         Maybe there is a similar problem with BORLANDC? It should be checked!
8756
8757         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8758         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8759         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8760         was not executed, and the compiler (cl) launched a warning:
8761         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8762
8763 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8764         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8765
8766 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8767         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8768
8769         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8770           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8771           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8772           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8773           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8774           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8775           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8776         - added Release configuration in VS projects
8777         - review of compiler an linker options
8778         - VC .exe files are generated in bin_vc directory, not to interfere
8779           with binaries generated from other projects (cygwin, mingw, bcc ...)
8780
8781         * sdcc/src/yacc.dsp: added
8782
8783         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8784         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8785         and insert the version number definitions from .version
8786
8787         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8788
8789         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8790         added - genarate auto-host.h using auto-host_vc_in.h as template
8791
8792         * sdcc/sdcc_vc.h,
8793         removed from CVS, generated automatically
8794
8795 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8796         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8797
8798 2002-08-11  Borut Razem <borut.razem AT siol.net>
8799         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8800
8801 2002-08-10  Borut Razem <borut.razem AT siol.net>
8802         * src/SDCCmain.c (main):
8803         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8804         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8805         The consequence was that some temporary files were not removed.
8806
8807         * src/SDCCglue.c:
8808         unification of code in functions tempfilename() and tempfile():
8809         function tempnam() is defined in Visual Studio 6.0 and .NET
8810
8811         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8812
8813         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8814           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8815         - removed compiler command line option /WX: Treats all warnings as errors
8816         - update a list of source files, included into the project
8817
8818         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8819           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8820         changed project type to Generic Project so that can be correcly converted to VS.NET project
8821
8822         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8823
8824         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8825
8826         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8827
8828         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8829         added return 0 statements after assert() to make compiler happy
8830
8831         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8832         added newline in the def file to keep MSC compiler satisfied
8833
8834         * sdcc/src/z80/gen.c:
8835         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8836           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8837         - solved MSC error in function aopDump()
8838
8839         * sdcc_vc.h: define PREFIX as "\\sdcc"
8840
8841 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8842         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8843
8844 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8845         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8846         - Rewrote the register banking algorithm.
8847         - Added pCode live-range analysis to registers (for now, only non-used and
8848         singly-used registers optimized away)
8849
8850         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8851
8852         * 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.
8853
8854 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8855         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8856
8857 2002-04-22  Michael Hope  <michaelh AT vroom>
8858
8859         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8860
8861         * configure.in (DD_COPT): Added include support required for gbdk.
8862
8863         * .version: Bumped version number just to increase it.
8864
8865         * src/SDCCmain.c: Added -nostdinc to the default options.
8866
8867 2002-04-15  Michael Hope  <michaelh AT vroom>
8868
8869         * device/lib/z80/printf.c (sprintf): Added.
8870
8871         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8872
8873         * src/z80/peeph.def: Added transpose redundent load rule.
8874
8875         * src/z80/main.c: Added force callee saves for jaune.
8876
8877         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8878
8879         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8880
8881 2002-03-28  Johan Knol  <johan AT balder>
8882
8883         * src/SDCCval.c: fixed bug #532436
8884
8885 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8886         * /src/port.h:
8887         Added "char *Processor" field to the port structure.
8888
8889         * /src/SDCCmain.c:
8890         Added -p option. Allows port dependent processor to be specified.
8891
8892         * all ports:
8893         Initialized the new field char *Processor field to NULL in all ports
8894
8895         * /src/pic/*:
8896         Compiler generated registers for interrupt context saving
8897         were not getting allocated.
8898
8899 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8900
8901         * /src/SDCCast.c:
8902         Fixed left shift. Will promote the left side of a left shift
8903         if a) left shifting more than size of operand or b) when assigned
8904         to something size > size of left side
8905
8906 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8907         * src/pic/*
8908         tons of changes. Register allocation has been
8909         rewritten. Added customization for the various PICs. Flow
8910         analysis is restructured. ...
8911
8912         * src/pic/device.h:
8913         Added
8914
8915         * src/pic/device.c:
8916         Added. device.c is a PIC port hack to accomodate variations
8917         in PIC devices.
8918
8919 2002-03-13  Michael Hope  <michaelh AT vroom>
8920
8921         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8922
8923 2002-03-04  johanknol  <johanknol AT manik>
8924
8925         * /src/SDCCval.c: fixed
8926
8927         const unsigned char arr[][2] = { { 0, 1 } };
8928         t18.c:1: error: Initializer element is not constant
8929
8930 2002-03-04  bela  <bela AT manik>
8931
8932         * /device/include/mcs51reg.h:
8933         ds89c420 register definition update
8934
8935 2002-03-03    <johan AT FRIJA>
8936
8937         * support/Util/SDCCerr.c: did something, but don't no why anymore
8938
8939         * support/regression/tests/bug-524691.c: made it a little less shy
8940
8941         * src/SDCCast.c (decorateType): fixed bug #524697
8942
8943         * src/SDCCast.c: made some lineno improvements
8944
8945         * src/SDCCval.c (getNelements): changed warning to error
8946
8947         * src/SDCCglue.c (printIvalArray): changed warning to error
8948
8949         * src/SDCCicode.c: fixed a warning for mingw
8950
8951         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8952
8953         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8954
8955 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8956
8957         * src/ds390/peeph.def:
8958         Added some more peephole rules
8959
8960         * src/ds390/gen.c: Various fixes & enhancements
8961
8962         * src/SDCClrange.c, src/SDCClrange.h:
8963         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8964
8965         * src/ds390/ralloc.c:
8966         various fixes & enhancements (ds390) specific
8967
8968         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8969         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8970         from rallocs.
8971
8972         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8973
8974 2002-03-02    <johan AT FRIJA>
8975
8976         * src/SDCCast.c (decorateType): fixed bug #524708
8977
8978         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8979
8980         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8981
8982 2002-03-01  Michael Hope  <michaelh AT vroom>
8983
8984         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8985
8986         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8987
8988 2002-03-01    <johan AT FRIJA>
8989
8990         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8991
8992         * src/SDCCast.c (decorateType): fixed bug #524209
8993
8994         * src/SDCCval.c (valNot): fixed bug #524195
8995
8996 2002-02-26    <johan AT balder>
8997
8998         * src/xa51/gen.c: fixed a warning
8999
9000         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9001
9002         * src/SDCCast.c (decorateType): fixed bug #522534
9003
9004 2002-02-23    <johan AT balder>
9005
9006         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9007
9008 2002-02-22    <johan AT balder>
9009
9010         * src/SDCCast.c: fixed bug #514865
9011
9012         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9013
9014 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9015
9016         * sdcc/src/SDCCloop.c:
9017         Previous fix was not good. basic blocks that have "break" or "return" are
9018         not really partof a loop , but live ranges used in these blocks should
9019         be live thru the entire loop, so set partOfLoop but don't add them to
9020         loop region
9021
9022 2002-02-21    <johan AT FRIJA>
9023
9024         * src/SDCCcse.c: fixed bug #514308
9025
9026 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9027
9028         * src/SDCCloop.c:
9029         Fixed BUG #519583. If a conditional block ended in a return/break
9030         statement inside a loop, it was not being considered part of the loop.
9031
9032         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9033
9034 2002-02-10  Karl Bongers <karl AT turbobit.com>
9035
9036         * debugger/*:
9037         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9038         with lots of comments and notes.
9039
9040         * device/examples/test2.c:
9041         Fix bug, "red" variable not being initialized(compiler complained).
9042
9043         * device/examples/Makefile, examples/test3.c:
9044         Add Makefile in device/examples folder, compiles test3.c
9045         for use as a multiple module SDCDB test case.
9046
9047         * sim/ucsim/cmd.src/cmdset.cc:
9048         Took out debug printfs in ucsim "next" command.
9049
9050         * sim/ucsim/xa.src:
9051         Karl and Johan start ucsim XA support.  Most dissassembly working,
9052         about 75% emulation done(plenty of work remaining).
9053
9054         * sim/ucsim/z80.src:
9055         Add Z80 support to ucsim, add test-ucz80 regression test,
9056         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9057         Notice z80 compiler fails on examples/test3.c/crc code.
9058
9059 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9060
9061         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9062         Added support for --parms-in-bank1
9063
9064         * src/ds390/peeph.def:
9065         added a few more peephole optimzations
9066
9067         * src/ds390/main.c:
9068         1) added __builtin_inp & __builtin_outp used to read in data of given length
9069            from a memory mapped port
9070         2) added __builtin_memcmp
9071         3) added __builtin_swapw swap bytes of a short
9072
9073         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9074         1) handle multiple send & receives from register bank1
9075         2) ralloc can now allocate DPTR1 to some liveRanges
9076
9077         * src/SDCCsymt.c, src/SDCCsymt.h:
9078         changes to handle multiple sends & receives
9079
9080         * src/SDCCptropt.h:
9081         added some pointer arithmetic optimization
9082
9083         * src/SDCCptropt.c:
9084         added some pointer arithmetic optimizations but not stable yet so not
9085         called from anywhere (will get this working shortly)
9086
9087         * src/SDCCopt.c: fixed for multiple sends & receives
9088
9089         * src/SDCCmain.c:
9090         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9091         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9092            set preprocessor defines (depending on options)
9093
9094         * src/SDCCicode.c, src/SDCCicode.h:
9095         changes made to handle multiple sends & receives
9096
9097         * src/SDCCglobl.h:
9098         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9099
9100         * src/SDCCcse.c, src/SDCCcse.h:
9101         added function findbackward def (to be used in upcoming optimization)
9102
9103         * src/SDCCcflow.c, src/SDCCcflow.h:
9104         added function returnAtEnd - to determine if a basic block terminates with
9105         a RETURN iCode
9106
9107         * src/SDCCast.c, src/SDCCast.h:
9108         added option parms-in-bank1
9109
9110         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9111         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9112         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9113         adjusted for --parms-in-bank1 option
9114
9115         * device/include/string.h:
9116         donot redefine "reentrant" keyword
9117
9118         * device/include/ds80c390.h: Added some more SFRs
9119
9120 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9121
9122         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9123
9124 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9125
9126         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9127
9128 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9129
9130         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9131
9132 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9133
9134         * Added --xram-movc option
9135
9136 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9137
9138         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9139
9140 2002-01-11  Johan Knol
9141
9142         * Added math lib of Jesus Calvino-Fraga
9143
9144 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9145
9146         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9147         * support/regression/Makefile: new target test-mcs51-stack-auto
9148         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9149
9150 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9151
9152         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9153
9154 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9155
9156         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9157
9158 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9159
9160         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9161
9162         * src/SDCCglue.h: add definition for printIvalChar()
9163
9164 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9165
9166         * src/SDCCast.c: fix #498138 by Johan
9167
9168         * src/SDCCglue.c: fix #498138 by Johan
9169
9170 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9171
9172         * support/regression/Makefile: fix clean
9173
9174         * support/regression/ports/ds390/support.c: fix transmission of last character
9175
9176 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9177
9178         * /sdcc/src/ds390/gen.c:
9179         a) improved computing address of stack variable
9180         b) took out some #if 0 code
9181         c) improved parmBytes adjustment
9182         d) improved genPlusIncr & genMinusIncr
9183         e) genCmp could generate bad code (when left assigned to DPTR)
9184         f) Fixed bug in hasInc
9185
9186         * /sdcc/src/ds390/ralloc.c:
9187         a) packRegsForSupport could mess up live information (Fixed)
9188         b) packRegsDPTRuse could be incorrect for left & right shift
9189
9190         * /sdcc/src/mcs51/ralloc.c:
9191         packRegsForSupport could mess up the live information (Fixed)
9192
9193         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9194
9195         * /sdcc/src/SDCCast.c:
9196         can reverse a loop even if function call is present as long
9197         as the loop control variable is local & is not passed as parameter
9198
9199 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9200
9201         * /sdcc/ChangeLog: *** empty log message ***
9202
9203         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9204         More builtin function additions for TININative
9205
9206         * /sdcc/src/ds390/ralloc.c:
9207         Had broken the regression testsuite
9208
9209         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9210
9211         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9212         Added funcattr hasStackParms will be set for reentrant functions when there
9213         are paramteres on the stack, this helps in minimizing frame pointer generation
9214         typeFromStr can handle function pointers now
9215
9216         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9217         *** empty log message ***
9218
9219 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9220
9221         * /src/ds390/gen.c, /src/ds390/main.c:
9222         More builtin function additions for TININative
9223
9224         * /src/ds390/ralloc.c:
9225         Had broken the regression testsuite
9226
9227         * /src/SDCCast.c: Fixed a bug in dumptree
9228
9229         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9230         Added funcattr hasStackParms will be set for reentrant functions when there
9231         are paramteres on the stack, this helps in minimizing frame pointer generation
9232         typeFromStr can handle function pointers now
9233
9234         * /doc/builtins.txt, /doc/TININative.txt:
9235         *** empty log message ***
9236
9237
9238 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9239
9240         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9241         ALPHA version for -mTININative
9242
9243         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9244         updated to reflect changes in the port structure
9245
9246         * /src/port.h:
9247         added function do_assemble (similar to do_link) if non-null this function
9248         will be called to do assembly (-mTININative) requires a multi command
9249         assembly
9250         added function genAssemblerEnd will be called to generate assembler Epilogue
9251
9252         * /src/SDCCsymt.c:
9253         added _JavaNative to debug info printing
9254
9255         * /src/SDCCmain.c: added option --tini-libid
9256         added port->do_assemble function (-mTININative) has a multi command assemble
9257
9258         * /src/SDCCglue.c: Disabled "constExpr" check
9259         added port->genAssemblerEnd function
9260
9261         * /src/SDCCglobl.h: Added option --tini-libid value
9262
9263         * /src/SDCCast.h:
9264         tookout optimizeCompare from the header (has no external references)
9265
9266         * /src/SDCCast.c: made one more function "static"
9267
9268 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9269
9270         * src/z80/mappings.i: Added z80asm support.
9271
9272         * src/z80/main.c: Added z80asm support on --asm=z80asm
9273
9274         * src/z80/gen.c: Fixed asm portability issues.
9275
9276         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9277
9278         * src/SDCCglue.c (printExterns): Added global/extern split.
9279
9280 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9281
9282         * support/regression/Makefile: added test for mcs51 model large
9283
9284         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9285
9286         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9287
9288 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9289
9290         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9291
9292 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9293
9294         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9295
9296         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9297
9298 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9299
9300         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9301
9302         * support/regression/tests/simplefloat.c: Port to mcs51.
9303
9304 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9305         * support/regression/tests/bug-485362.c: Added.
9306
9307         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9308
9309         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9310
9311         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9312
9313         * src/z80/gen.c (aopDump): Added a dump function.
9314
9315 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9316         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9317
9318         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9319
9320         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9321
9322         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9323
9324         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9325
9326         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9327
9328         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9329
9330         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9331
9332         * support/regression/ports/ds390/support.c: Use tinibios.
9333
9334         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9335
9336 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9337
9338         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9339         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9340
9341         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9342
9343         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9344
9345 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9346
9347         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9348
9349         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9350         (packRegsForIYUse): Created and optimised.
9351
9352 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9353
9354         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9355 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9356
9357         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9358
9359         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9360
9361         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9362
9363 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9364
9365         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9366
9367         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9368
9369 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9370
9371         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9372
9373         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9374
9375         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9376
9377 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9378
9379         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9380         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9381         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9382
9383         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9384
9385         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9386         (genNotFloat): Added.
9387         (genUminusFloat): Added.
9388
9389         * device/lib/z80/Makefile: Added floating pt stubs.
9390
9391         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9392
9393         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9394
9395         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9396
9397 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9398
9399         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9400
9401         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9402
9403         * sdcc/support/regression/Makefile: Add port ds390.
9404
9405         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9406
9407         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9408
9409         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9410
9411         * sdcc/support/regression/ports/ds390/support.c: Added.
9412
9413         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9414
9415         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9416
9417         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9418
9419 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9420
9421         * device/include/malloc.h: Added z80 and gbz80 support.
9422
9423         * device/lib/gbz80/heap.s: Added.
9424
9425         * device/lib/z80/heap.s: Added.
9426
9427         * device/lib/malloc.c: Added z80 and gbz80 support.
9428
9429         * support/regression/tests/malloc.c (testMalloc): Added.
9430
9431         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9432
9433         * support/regression/tests/bug-478094.c: Added.
9434
9435         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9436
9437 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9438
9439         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9440
9441         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9442
9443         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9444
9445         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9446
9447         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9448
9449 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9450
9451         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9452
9453 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9454
9455         * support/regression/tests/bug-477927.c: Added.
9456
9457         * src/z80/peeph.def: Added minor rules.
9458
9459         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9460
9461         * src/z80/peeph.def: Added jump optimisation modification.
9462
9463 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9464
9465         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9466
9467 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9468
9469         * support/regression/tests/funptrs.c: Added.
9470
9471 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9472
9473         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9474
9475 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9476
9477         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9478
9479         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9480
9481         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9482         (movLeft2ResultLong): Created.
9483
9484         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9485         (joinPushes): Added.  Joins two char pushes into a word push.
9486
9487 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9488
9489         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9490
9491         * support/makebin/Makefile (install): Added creation of dest dir.
9492
9493 2001-10-24 Karl Bongers <karl AT turbobit.com>
9494
9495         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9496
9497 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9498
9499         * src/z80/ralloc.c: Turned off faulty pack for one use.
9500
9501         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9502
9503         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9504
9505 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9506
9507         * support/regression/Makefile: Improved clean
9508
9509         * support/regression/ports/gbz80/spec.mk: Added clean
9510
9511         * support/regression/ports/host/spec.mk: Added clean
9512
9513         * support/regression/ports/z80/spec.mk: Added clean
9514
9515         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9516
9517         * support/regression/ports/mcs51/timeout.c: little improvements
9518
9519 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9520
9521         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9522
9523         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9524
9525         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9526
9527 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9528
9529         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9530
9531         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9532
9533 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9534         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9535
9536         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9537
9538         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9539
9540         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9541
9542         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9543
9544         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9545
9546         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9547
9548         * support/regression/tests/longor.c: Added.
9549
9550 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9551
9552         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9553
9554         * as/mcs51/aslink.h: define PATH_MAX
9555
9556         * as/mcs51/asm.h: define PATH_MAX
9557
9558         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9559
9560         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9561
9562         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9563
9564         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9565
9566         * src/SDCCglobl.h: define PATH_MAX
9567
9568         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9569
9570         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9571
9572 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9573
9574         * src/z80/gen.c (gencjneshort): Fixed
9575
9576         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9577
9578 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9579
9580         * support/regression/tests/bug-469671.c: Added.
9581
9582         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9583
9584 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9585
9586         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9587
9588         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9589
9590 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9591
9592         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9593
9594         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9595
9596         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9597
9598         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9599
9600         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9601
9602         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9603
9604         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9605
9606 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9607
9608         * 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.
9609
9610         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9611
9612         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9613
9614 2001-10-07    <johan AT FRIJA>
9615
9616         * device/lib/gets.c (gets): fixed the return value.
9617
9618 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9619         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9620
9621         * 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.
9622
9623         * 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.
9624
9625         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9626
9627         * src/pic/gen.c: Removed Safe_strdup.
9628
9629         * configure.in: Added option to enable libgc support.
9630
9631         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9632         (bitVectUnion): Optimised.
9633         (bitVectIntersect): Optimised.
9634         (bitVectBitsInCommon): Optimised.
9635         (bitVectCplAnd): Optimised.
9636
9637         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9638
9639 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9640
9641         * src/SDCCmain.c: distinguish between assembler debug and plain options
9642
9643         * src/avr/main.c:   remove standard assembler options
9644
9645         * src/ds390/main.c: remove standard assembler options
9646
9647         * src/mcs51/main.c: remove standard assembler options
9648
9649         * src/port.h: removed "PENDING" comment
9650
9651 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * src/device/lib/_mulint.c  : new, with assember functions
9654
9655         * src/device/lib/_mullong.c : new, with assember functions
9656
9657         * src/device/lib/_divuint.c : with assember functions
9658
9659         * src/device/lib/_divsint.c : with assember functions
9660
9661         * src/device/lib/_divulong.c: with assember functions
9662
9663         * src/device/lib/_divslong.c: with assember functions
9664
9665         * src/device/lib/_moduint.c : with assember functions
9666
9667         * src/device/lib/_modsint.c : with assember functions
9668
9669         * src/device/lib/_modulong.c: with assember functions
9670
9671         * src/device/lib/_modslong.c: with assember functions
9672
9673         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9674
9675         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9676
9677         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9678                                       replaced _mululong.c and _mulslong.c by _mullong.c
9679
9680 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9681
9682         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9683
9684 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9685
9686         * src/SDCCglue.c: test, if win32api is available for MINGW
9687
9688 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9691         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9692         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9693         * support/regression/ports/host/spec.mk: removed GENERIC
9694         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9695         * support/regression/ports/z80/spec.mk: removed GENERIC
9696
9697 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9698
9699         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9700
9701         * support/regression/tests/bug-467035.c: Created.
9702
9703 2001-10-01    <johan AT FRIJA>
9704
9705         * src/SDCC.y: fixed bug #466586 part 1
9706
9707 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9708
9709         * SDCCicode.c: z80 has no generic pointers
9710         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9711
9712 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9713
9714         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9715
9716 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9717
9718         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9719
9720         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9721
9722 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9723
9724         * configure.in: Fixed up so that ucsim is only configured once.
9725
9726         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9727
9728         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9729         (getPathDifference): As above.
9730
9731         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9732
9733         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9734
9735 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9736         * .version: Updated to 2.3.1
9737
9738         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9739         Added copyright header.
9740
9741         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9742         (assemble): Added support for macro based assembler commands.
9743         (linkEdit): Added support for macro based linker commands.
9744         (preProcess): Changed the pre-processor to use macros.
9745         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9746         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9747
9748         * device/lib/z80/crt0.s: Added module name for debugging.
9749
9750 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9751
9752         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9753
9754         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9755
9756         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9757
9758         * src/Makefile.in: Added SDCCmacro and SDCCutil
9759
9760 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9761
9762         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9763
9764 2001-09-16    <johan AT FRIJA>
9765
9766         * 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.
9767
9768 2001-09-15    <johan AT FRIJA>
9769
9770         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9771         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9772
9773 2001-09-11    <johan AT FRIJA>
9774
9775         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9776
9777 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9778
9779         * support/regression/tests/bug-460444.c: Added test case.
9780
9781         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9782         (genCast): Added justification for all of the asserts.
9783
9784 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9785
9786         * support/regression/support.c: _xdata replaced by xdata
9787
9788         * support/regression/spec.mk: removed _generic
9789
9790 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9791
9792         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9793
9794         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9795         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9796
9797         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9798
9799         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9800
9801         * support/regression/tests/bug-460010.c: Added test case.
9802
9803         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9804
9805 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9806
9807         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9808
9809         * support/regression/testfwk.c: removed workaround for bug #436344
9810
9811         * support/regression/tests/bp.c: use less memory with mcs51
9812
9813         * support/regression/tests/bug-441448.c: use less memory
9814
9815         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9816
9817         * support/regression/collate-results.py: typo
9818
9819 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9820
9821         * support/regression/tests/fetchoverlap.c: Added new test case.
9822
9823         * support/regression/tests/bp.c: Added new test case.
9824
9825         * support/regression/tests/bug-448984.c: Added new test case.
9826
9827         * support/regression/tests/pow2shifts.c: Added new test case.
9828
9829         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9830         (genlshTwo): Fixed right shift for count > 8.
9831
9832         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9833
9834 2001-09-08    <johan AT FRIJA>
9835
9836         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9837
9838 2001-09-07    <johan AT FRIJA>
9839
9840         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9841
9842         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9843
9844 2001-09-06    <johan AT FRIJA>
9845
9846         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9847         * bernhard noted me at this: "() equals to (void)" (1.38)
9848
9849 2001-09-05    <johan AT FRIJA>
9850
9851         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9852
9853 2001-09-04    <johan AT FRIJA>
9854
9855         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9856
9857
9858 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9859
9860         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9861
9862 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9863
9864         * link/z80/aslink.h: Fixed path for PATH_MAX
9865
9866 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9867
9868         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9869
9870         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9871
9872         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9873
9874         * 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.
9875
9876 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9877
9878         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9879         (genCmp): Fixed up genCmp for the GB with longs.
9880
9881         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9882
9883         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9884
9885         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9886
9887         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9888
9889 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9890
9891         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9892
9893 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9894
9895         * 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.
9896
9897         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9898
9899 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9900
9901         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9902
9903         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9904
9905 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9906
9907   * sim/ucsim/configure:    little improvement of Cygwin-detection
9908   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9909   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9910   * support/regression/tests/bug-221100.c: small changes for mcs51
9911   * support/regression/tests/bug-221168.c: small changes for mcs51
9912   * support/regression/tests/bug-227710.c: small changes for mcs51
9913   * support/regression/tests/staticinit.c: small changes for mcs51
9914   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9915   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9916   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9917
9918 $Revision$