* doc/sdccman.lyx: documented medium model
[fw/sdcc] / ChangeLog
1 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/medium/Makefile: added for new memory model medium
4         * device/include/asm/mcs51/features.h: updated for medium/pdata
5         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
6           added Multiply & Accumulate sbit's and MAC0_PAGE define
7         * device/include/mcs51/c8051f300.h: added sfr16 definitions
8         * device/include/mcs51/c8051f310.h: added sfr16 definitions
9         * device/lib/_mullong.c: update for medium model
10         * device/lib/incl.mk: added medium model
11         * doc/sdccman.lyx: documented medium model
12         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
13         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
14         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
15         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
16           (allocParms): set SCLS and OCLS to pdata for medium model
17         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
18           for pdata,
19           (powof2): return <0 if not power of 2
20         * src/avr/gen.c (genBitWise): use updated powof2
21         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
22           (shiftR2Left2Result): small optimization in setup, save acc when storing,
23           (shiftLLeftOrResult): use B if necessary
24         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
25         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
26         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
27         * support/regression/Makefile.in: added test-mcs51-medium
28         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
29
30 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
31
32         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
33         specifier unsigned
34         * device/lib/time.c (mktime): fixed bug 1334315
35
36 2005-10-28 Raphael Neider <rneider AT web.de>
37
38         * device/include/pic/p16f_common.inc: added common declarations
39         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
40
41 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
42
43         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
44           (aopPutUsesAcc): added to predict accumulator use,
45           (assignResultValue): save acc if necessary,
46           (genMinusDec): store result if indirectly addressed,
47           (genDivOneByte):  save acc if necessary,
48           (movLeft2Result): bugfix if left already in acc,
49           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
50             attention to accumulator use (esp. pdata),
51           (genReceive): receive pdata correctly
52         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
53         * src/SDCCicode.h: added isOperandInPagedSpace prototype
54
55 2005-10-27 Raphael Neider <rneider AT web.de>
56
57         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
58
59 2005-10-27 Raphael Neider <rneider AT web.de>
60
61         * .version: changed version to 2.5.4
62         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
63         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
64           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
65             arithmetics support routines
66         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
67         * device/lib/Makefile.in: also create installdir for pic
68
69         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
70           pic14 port as well
71         * src/pic/device.c (dump_sfr): rewritten to delegate register
72           placement to the linker (use `extern sym' rather than sym EQU addr),
73           (validAddress): fixed to check last specified address
74         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
75           (popGetLit): truncate literal value to 8 bit,
76           (popGet): moved assert to more appropriate place
77           (popGetExternal): create pCode operand from and mark the according
78             symbol as being `extern'
79           (popGetAddr): added sanity check on immediate's offset, provide
80             GPOINTER tag on demand
81           (aopPut): fixed for immediates,
82           (mov2w_op): move operand's address or contents to WREG (depending on
83             operand type), safer variant of mov2w,
84           (movwf,call_libraryfunc): NEW, handy abbreviations,
85           (get_argument_pcop,get_return_val_pcop,pass_argument,
86           get_returnvalue): interface for accessing function parameters and
87             return values,
88           (assignResultValuei,genRet): use new parameter/return value interface
89           (pic14_getDataSize): back to old version handling generic pointers,
90           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
91             provided implementation and/or fixed old one,
92           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
93             calls, removed legacy 8051 reference code
94           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
95           (loadSignToC): NEW, move the operands sign bit to CARRY,
96           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
97             genRightShiftSigned, accepts negative shift counts,
98           (setup_fsr): load FSR and adjust IRP (indirect memory access),
99           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
100             generic pointers, __data pointers and __code pointers,
101           (genUnpackBits,genPackBits): rewritten to work with generic pointers
102             and signed bitfields, limit bitfields to 8 bit,
103           (genDataPointerGet): fixed number of bytes read,
104           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
105           (genPointerGet,genPointerSet): fixed handling of __code pointers,
106             pointers to constant data are no longer assumed to point to __code
107             space, removed invalid pointer types,
108           (bitpatternFromVal): retrieve the PICs representation of an integer
109             or float literal,
110           (genDataPointerSet): fixed assigning to po_immediate operands,
111           (genGenPointerSet): implemented as library call,
112           (genIfx): fixed incorrect condition,
113           (genAddrOf): limit generic pointers' addresses to 2 bytes,
114             provide GPOINTER tag according to destination's storage class,
115           (genCast): added code to handle casting to generic pointers, added
116             sign-/zero extension of the result
117           (aop_isLitLike,op_isLitLike): fixed handling of immediates
118         * src/pic/gen.h: added macros to access IRP bit in STATUS register
119         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
120           extend the result
121         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
122           address/register resides in the shared banks
123           (emitSymbolToFile): improved to handle global and `pinned' symbols,
124             put all variables into separate sections (have the linker arrange
125             them)
126           (picglue): put init code and interrupt handlers in separate sections
127         * src/pic/main.c: added port specific options table, modified to PORT
128           structure to make GPOINTERs 3 byte, added pic14_options
129           (_pic14_do_link): private linking routine (update paths to libraries,
130             add libsdcc.lib by default)
131         * src/pic/main.h: declare pic14_options
132         * src/pic/pcode.c: fixed instructions i/o relations,
133           (RegCond): reverted to correct version,
134           (newpCodeOpLit): truncate literals to 8 bit,
135           (genericPrint): added debug output,
136           (getRegFromInstruction): fixed for various operand types, simplified
137           (BuildFlow): fixed broken handling of isntructions with labels
138           (LinkFlow): start at last instruction in flow (skip trailing comments),
139             pass the flow on to the next instruction after CALL
140           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
141           (insertPCodeInstruction): fixed inserting after a skip instruction,
142           (DoBankSelect): fixed for labeled instructions
143           (OptimizepBlock): honor --nopeep switch
144           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
145         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
146         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
147           (pCodeOptime2pCodes): allow disabling this optimization via
148             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
149             but is still buggy), started implementation of a dataflow based
150             pCode optimization (CSE + dead code elimination)
151           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
152         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
153           names are independant of the stack location and therefore portable across
154           devices
155
156 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
157
158         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
159           (selectSpil): fixed bug 1337835 by not spilling bit variables
160         * support/regression/tests/bug1337835.c: added test for this bug
161         * src/mcs51/peeph.def: restart after rule 3.c,
162           addded rules 263.x to optimize loading constants
163
164 2005-10-26 Raphael Neider <rneider AT web.de>
165
166         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
167         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
168           (genAssign): emit warning when casting literals to generic pointer
169             type, also applies when taking the address of a fixed variable,
170           (genCast): improved casting to generic pointers
171         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
172           extern variables, added verbose error message
173         * device/include/pic16/{string.h,errno.h}: added #pragma library c
174
175 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
176
177         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
178         carry must be complemented too
179         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
180         could be emitted by genMinus
181         * src/SDCCval.c (constVal): fixed bug 1305065
182
183 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
184
185         * src/SDCCast.c (addCast): added promotion for bit variables
186         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
187         promotion casts + optimisation
188         (optimizeGetWord): fix warning 'i' might be used uninitialized
189         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
190         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
191
192 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
193
194         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
195         all chars are promoted to int; promotion should be handled in SDCCast.c
196
197 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
198
199         * device/lib/_strcmp.c: Fixed bug 1326457
200
201 2005-10-11 Raphael Neider <rneider AT web.de>
202
203         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
204         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
205
206 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
207
208         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
209         * support/regression/tests/sfr16.c: added test for the sfr32 bug
210
211 2005-10-04 Raphael Neider <rneider AT web.de>
212
213         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
214           device/lib/pic16/pics.all: added pic18f1320
215         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
216
217 2005-09-30 Raphael Neider <rneider AT web.de>
218
219         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
220         * src/pic16/devices.inc: NEW, provides device descriptions
221         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
222
223 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
224
225         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
226           GETHBIT
227
228 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
229
230         * doc/sdccman.lyx: updated Highest Order Bit documentation,
231           documented Any Order Bit, Higher Order Byte and Higher Order Word
232         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
233         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
234           (optimizeGetAbit): new, to get any bit, not only the high bit,
235           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
236           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
237           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
238           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
239             RIGHT_OP: also try GETBYTE, GETWORD optimization,
240             GETABIT, GETBYTE, GETWORD: decorate them,
241           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
242           (ast_print): added GETABIT, GETBYTE, GETWORD
243         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
244         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
245           (geniCodeBinary): new generic binary icode,
246           (ast2iCode): added GETABIT, GETBYTE, GETWORD
247         * src/port.h: updated comment for PORT.hasExtBitOp
248         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
249           (genGetByte): new, to get a single byte,
250           (genGetWord): new, to get a word from a long,
251           (gen51Code): added GETABIT, GETBYTE, GETWORD
252         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
253
254 2005-09-23 Raphael Neider <rneider AT web.de>
255
256         * configure.in, configure: have device/lib/pic configured
257         * device/lib/Makefile.in: added model-pic14
258         * device/lib/clean.mk: added pic/ to clean rule
259         * device/lib/pic: added rudimentary pic14 library providing support
260           functions for multiplication/division/generic pointer access
261         * src/SDCCopt.c (convilong): mark support functions as extern
262           for pic14 port as well
263         * src/pic/gen.c (genMult): added assertions,
264           (genpic14Code): emit warning on unhandled iCodes
265         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
266         * src/pic/pcode.c (pCodeOpCopy),
267         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
268           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
269           SFR_REGISTER}), made safe for future extensions
270         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
271           instructions even if preceeded by SKIP instructions (also remove
272           them); removed unused code
273         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
274           prevents leaving parts of the structure uninitialized after copying
275
276 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
277
278         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
279           ago by me
280         * support/regression/tests/addsub.c: added test for the bug
281
282 2005-09-21 Raphael Neider <rneider AT web.de>
283
284         * device/include/pic16/pic18f1220.h,
285           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
286         * device/lib/pic16/Makefile.rules: added missing opening paren
287         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
288           are provided in genutils.c,
289           (genUminusFloat,genUminus,genCmpEq): added asserts on different
290           operand/result sizes,
291           (genCmp): assert on NULL pointers first, then check deref'ed values
292         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
293           result size
294
295 2005-09-18 Raphael Neider <rneider AT web.de>
296
297         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
298           as these are now unused,
299           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
300         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
301           local, avoids uninitialized pointer dereference on r->name
302         * src/pic16/ralloc.c (newReg): fixed indentation
303
304 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
305
306         * src/SDCCval.c (constVal): fixed bug 730366
307         * support/Util/SDCCerr.c,
308         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
309
310 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
311
312         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
313
314 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
315
316         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
317
318 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
319
320         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
321           (hex2dec): made hex_digit unsigned char, removed ascii dependance
322         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
323           (hex2dec): made hex_digit unsigned char, removed ascii dependance
324         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
325         * packihx/packihx.c (hexDigit): made c unsigned char
326         * as/mcs51/lklibr.c (fndsym),
327         * link/z80/lkgb.c (gb),
328         * link/z80/lklibr.c (fndsym),
329         * link/z80/lkrloc.c (relr),
330         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
331         * src/SDCC.lex (checkCurrFile, process_pragma),
332         * src/SDCCglue.c (spacesToUnderscores),
333         * src/SDCCmain.c (setParseWithComma, processFile),
334         * src/asm.c (tvsprintf, printCLine),
335         * src/avr/gen.c (emitcode, aopPut),
336         * src/ds390/gen.c (emitcode),
337         * src/hc08/gen.c (emitcode, emitinline),
338         * src/mcs51/gen.c (emitcode, genInline),
339         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
340           tokenizeLineNode),
341         * src/pic/ralloc.c (debugLog),
342         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
343           tokenizeLineNode),
344         * src/pic16/ralloc.c (debugLog),
345         * src/z80/main.c (_process_pragma):
346            made all ctype.h function calls safe
347         * src/SDCCopt.c: include math.h for fabs
348         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
349           and used them throughout the code to make ctype.h function calls safe
350         * src/ds390/main.c (asmLineNodeFromLineNode),
351         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
352         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
353            unsigned char*
354         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
355           (newpCodeAsmDir): made ctype.h function calls safe
356         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
357           pic16_emitcode):  made lbp unsigned char*
358         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
359           (pic16_newpCodeAsmDir): made ctype.h function calls safe
360         * src/xa51/gen.c (emitcode),
361         * src/z80/gen.c (_emit2): made lbp unsigned char*
362         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
363            char*
364
365 2005-09-05 Raphael Neider <rneider AT web.de>
366
367         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
368           access bank splitpoint
369
370 2005-09-05 Raphael Neider <rneider AT web.de>
371
372         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
373
374 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
375
376         * .version: changed to version 2.5.3
377         * doc/sdccman.lyx: changed version to 2.5.3,
378           documented --codeseg and --constseg and pragma codeseg and constseg,
379           documented bit parameters (reentrant) and bit returning
380         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
381            currFunc->recvSize, but is this ok for all ports?
382           (ast2iCode): result of ~ on unsigned char must be cast to int for
383            bool to work
384         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
385           function pointers in bit space
386         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
387           (processFuncArgs): call port.reg_parm() with reentrancy info
388         * src/port.h,
389         * src/avr/main.c,
390         * src/ds390/main.c,
391         * src/hc08/main.c,
392         * src/pic/main.c,
393         * src/pic16/main.c,
394         * src/xa51/main.c,
395         * src/z80/main.c: port.reg_parm prototype extended with
396           "bool reentrant" parameter
397         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
398           options.stackAuto for allocating bit register parameters
399         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
400           (genSend): set BitBankUsed if it is,
401           (selectRegBank): factored out of genCall for use in genPcall,
402           (genCall): removed redundant dtype assignmen, use selectRegBank,
403           (genPcall): handle returning in Carry properly, save in F0 if needed,
404           (genReceive): handle bit register parameters
405         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
406           (mcs51_assignRegisters): enable bit registers for all reentrant
407            functions and don't set BitBankUsed unconditionally
408         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
409         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
410         * support/regression/tests/funptrs.c: added tests for BOOL and for return
411
412 2005-08-27 Borut Razem <borut.razem AT siol.net>
413
414         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
415         ppc-osx (Darwin) does not support -u option. It seems that it is
416         supported only on Linux - GNU cp
417
418 2005-08-25 Borut Razem <borut.razem AT siol.net>
419
420         * sim/ucsim/gui.src/serio.src/Makefile.in,
421           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
422           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
423           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
424           install and strip, since the strip at /usr/ccs/bin should be used
425           on solaris
426
427 2005-08-24 Borut Razem <borut.razem AT siol.net>
428
429         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
430
431 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
432
433         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
434         ffffffffu
435
436 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
437
438         * as/mcs51/aslink.h: completed lkrloc.c prototypes
439         * as/mcs51/lkmain.c (link_main): fixed warning
440         * device/include/stdbool.h: ds390 has no advanced bit support yet
441         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
442         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
443         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
444           and updated their macros
445         * src/SDCCval.c (constVal): updated comment for renamed b_long
446
447 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
448
449         * as/mcs51/asdata.c: changed ctype['['] to BINOP
450         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
451           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
452           (oprio): set priority for '['
453         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
454            and adb_24_bit
455         * as/mcs51/asm.h: added defines R_BIT and S_BIT
456         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
457         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
458         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
459           added overlayable BIT_BANK area
460         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
461           (summary2): explain 'T' in legenda
462         * as/mcs51/lkrloc.c: replaced old K&R style,
463           (relr): added R_BIT processing,
464           (errmsg): added "Bit-addressable relocation error",
465           (adb_bit): added for converting from byte- to bit-addressable space,
466           (adb_24_bit): added for converting from byte- to bit-addressable space
467         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
468            used in reentrant functions now even as return value
469         * device/lib/_gptrput.c (_gptrput): removed obsolete code
470         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
471           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
472         * src/SDCCglobl.h: added indicator BitBankUsed
473         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
474            the bit registers b0-b7
475         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
476           (geniCodeCast): fixed bug 1263853,
477           (geniCodeLogicAndOr): put result in bool or char,
478           (geniCodeReceive): added parameter func for accessing the return type,
479           (geniCodeFunctionBody): pass func to geniCodeReceive
480         * src/SDCCmain.c: added indicator BitBankUsed
481         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
482         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
483           (checkSClass): don't put automatic bool/bit on stack,
484           (checkFunction): removed check on function cannot return bit
485         * src/SDCCsymt.h: added newBoolLink prototype
486         * src/mcs51/gen.c (rb1regs): added bit registers,
487           (movc): created for assigning to carry,
488           (pushReg, popReg): created for pushing registers,
489           (sameRegs): check both AOP_REG and AOP_CRY types,
490           (aopOp): handle bit registers,
491           (aopPut): optimization no self-assign,
492           (saveRegisters): push reg->base (bits) only once for bit registers,
493            and use pushReg,
494           (unsaveRegisters): pop reg->base only once and use popReg,
495           (assignResultValue): added parameter func and return in carry for bits,
496           (genIpush): optimization no reload in A if not changed,
497           (genSend): bit parameters in reentrant functions are passed in bit
498            registers by first assigning to bits in B, then save registers and
499            copy B to bits,
500           (genCall): handle returning in Carry properly, save it in F0 if needed,
501           (genPcall): updated assignResultValue call, this is not safe yet for bit
502            returning function !!!
503           (genFunction): don't generate equ's for bit registers and use pushReg,
504           (genEndFunction): take care of bit returning functions and use popReg,
505           (genRet): return bit in Carry,
506           (genIfx): optimize bit registers and other directly addressable bits,
507           (genReceive): updated assignResultValue call
508         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
509           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
510            registers when using stack-auto
511         * src/mcs51/ralloc.c (_G): added allBitregs,
512           (regs8051): added the bit registers,
513           (createStackSpil): use macro IS_BIT,
514           (getRegBit): added to allocate a bit register, else spill,
515           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
516           (updateRegUsage): factored out to ease stepping while debugging,
517           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
518            also allocate bit registers,
519           (fillGaps): handle bit registers,
520           (findAllBitregs): added to create bit vector with all bit registers,
521           (mcs51_allBitregs): returns this bit vector,
522           (mcs51_assignRegisters): when using stack-auto use bit registers for
523            passing parameters and creating local variables
524         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
525
526 2005-08-22 Borut Razem <borut.razem AT siol.net>
527
528         * device/lib/Makefile.in: replaced find option -or with -o
529           to make it run on solaris
530
531 2005-08-22 Raphael Neider <rneider AT web.de>
532
533         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
534           fixes #1265442 (crash on Solaris)
535
536 2005-08-20 Borut Razem <borut.razem AT siol.net>
537
538         * configure, configure.in: added tests for libsocket and libnsl libraries,
539           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
540           from support/regression/Makefile.in
541         * support/regression/Makefile.in: added
542         * device/lib/pic16/Makefile.common.in: force make to use bash shell
543         * sim/ucsim/libtool: regenerated on sparc-solaris
544         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
545           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
546           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
547           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
548           sparc-solaris, which doesn't use GNU ld linker
549         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
550         * as/Makefile: find on sparc-solaris does not support -maxdepth option
551
552 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
553
554         * src/mcs51/peeph.def: updated comments
555
556 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
557
558         * device/lib/_gptrget.c,
559         * device/lib/_gptrput.c: slightly shorter
560         * doc/sdccman.lyx: incremented version
561         * src/mcs51/peeph.def: moved peephole comments to the line of first
562           change to better keep line correlation, reanimated 186.e
563         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
564
565 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
566
567         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
568           David Saxton with quotes around file name.
569
570 2005-08-15 Borut Razem <borut.razem AT siol.net>
571
572         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
573           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
574           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
575           make tests run on x86_64 platform
576
577 2005-08-13 Raphael Neider <rneider AT web.de>
578
579         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
580           as it might be executed DURING a build (parallel make is wonderful)
581
582 2005-08-13 Raphael Neider <rneider AT web.de>
583
584         * device/lib/Makefile.in (port-specific-objects-pic16):
585           revert to cp $(PORT)/bin/*.* $(PORTDIR)
586         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
587           dependency
588         * device/lib/pic16/Makefile.rules: build subdirs before creating
589           the library, removed builddir rule, create $(builddir) early in
590           recurse rule, use empty recurse rule for leaf directories
591         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
592           mkdir errors (race condition), removed duplicate suffix "hex"
593           from clean rules
594         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
595         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
596           prevents mkdir -p from aborting on Alpha
597
598 2005-08-12 Raphael Neider <rneider AT web.de>
599
600         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
601           db-statements in order to allow for arrays of pointers in code
602           sections to be placed without interspersed 0-padding, fixes
603           bug #1256215
604         * (emitStatistics): fixed division by zero for pic18f1220
605         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
606           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
607         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
608         * (pic16_pCodeConstString): keep track of already emitted string
609           literals to prevent "duplicate definitions of symbol _str_NR"
610         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
611           debug message
612         * device/lib/Makefile.in: ignore failing PIC16 library builds
613         * device/lib/pic16/Makefile: do not build if gputils are missing
614         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
615
616 2005-08-10 Raphael Neider <rneider AT web.de>
617
618         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
619           my last commit)
620
621 2005-08-10 Raphael Neider <rneider AT web.de>
622
623         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
624           Rokas' patch to add the new fixed point type "__fixed16x16"
625         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
626           functions for __fixed16x16 arithmetics
627         * device/lib/pic16: reimplemented the build system to support
628           a separate build directory, better handling of libio (create
629           the library in a separate subdir for each architecture) and
630           easier configuration (centralized in Makefile.common)
631
632 2005-08-07 Raphael Neider <rneider AT web.de>
633
634         * src/pic16/gen.c (genrshTwo): fixed sign extension
635         * src/pic16/device.c: added pic18f2320, 4220 and 4320
636         * device/include/pic16/pic18f2220.h: changed some bit definitions,
637           added T0CONbits
638         * device/include/pic16/pic18f4220.h: NEW, header for
639           pic18f4220 and pic18f4320
640         * device/include/pic16/pic18fregs.h: added new devices,
641           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
642         * device/include/pic16/signal.h: resolved name clashes
643           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
644           to also allow testing for interrupt enable bits, added
645           comments on how to use the macros
646         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
647         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
648           register definitions for the devices
649         * device/lib/pic16/pics.all: added new devices
650         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
651           allocated memory
652         * device/lib/pic16/libc/stdlib/memfree: do not count
653           the block header as free memory
654         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
655           simplified and added missing end-of-blocklist-marker
656           (reported by Peter Onion, fixes #1252814)
657         * (_mergeHeapBlock): fixed loop condition
658         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
659           len==0, restructured code
660         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
661           up a bit, reduced bitfield accesses, prevent endless loops
662           in case of heap corruption
663         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
664           "unreferenced arguments/must return a value" warnings
665         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
666           replaced BAUDREG with SPBRG
667         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
668           device/lib/pic16/debug/gstack/gstack.c: replaced
669           _naked, _asm, _endasm with __naked, __asm, __endasm
670
671 2005-08-05 Raphael Neider <rneider AT web.de>
672
673         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
674           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
675
676 2005-08-05 Borut Razem <borut.razem AT siol.net>
677
678         * device/lib/Makefile.in: added missing ';'
679         * configure: removed ^M characters
680
681 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
682
683         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
684           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
685           License
686
687 2005-08-04 Borut Razem <borut.razem AT siol.net>
688
689         * configure.in: pic16 libraries build 2nd try - enable running
690           configure in device/lib/pic16
691         * configure: regenerated from configure.in
692         * device/lib/Makefile.in: create $(PORT)/bin directory
693
694 2005-08-03 Raphael Neider <rneider AT web.de>
695
696         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
697           to get/set values via pointers
698         * (genUnpackBits,genPackBits): changed detection of
699           ptr->bitfield vs. sym.bitfield, fixed access via generic
700           pointers, removed dead (wrong) code for multibyte bitfields
701         * (genNearPointerGet, genGenPointerGet): removed useless code,
702           fixed bitfield detection, fixes #1250594
703         * (genNearPointerSet): removed useless code
704         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
705           and introduced macro pic16_emitpcode that conditionally emits
706           the origin of the following pCode (useful for debugging SDCC)
707         * src/pic16/pcode.c: changed (and disabled) some debug outputs
708         * (createDefmap): fixed handling of LFSR for --optimize-df
709
710 2005-08-02 Borut Razem <borut.razem AT siol.net>
711
712         * device/lib/Makefile.in: pic16 libraries build enabled since
713           gputils-0.13.2 are now localy installed at sourceforge's compile farm
714
715 2005-08-02 Raphael Neider <rneider AT web.de>
716
717         * src/pic16/gen.c (genPackBits): removed deprecated warning
718         * (genGenPointerSet): fixed bitfield detection
719
720 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
721
722         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
723
724 2005-07-31 Raphael Neider <rneider AT web.de>
725
726         * device/lib/pic16/libdev/pic18f458.c,
727           device/include/pic16/pic18f458.h: added missing T0CONbits
728
729 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
730
731         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
732
733 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
736
737 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
738
739         * device/include/mcs51/at89c51ed2.h: added.
740
741 2005-07-23 Raphael Neider <rneider AT web.de>
742
743         * src/pic/gen.h: added emitpcode macro for debugging
744         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
745           and replace by macro adding debug information on demand
746         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
747         * (gencjne): tried to fix; replaced with correct (slower) code
748         * (gen{Unp,P}ackBits): fixed single bit access
749         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
750         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
751           previous instruction
752         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
753           register has to be handled with care (forbidding movement
754           of assignments/uses, removing assignments completely, ...)
755         * (pCodeOptime2pCodes): make use of regIsSpecial
756         * added lots of debugging output (commented out)
757         * src/pic/rallloc.c (deassignLRs): prevent operand registers
758           from being reused as result UNLESS it is known to work
759
760 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
761
762         * support/Util/dbuf.h: include <stddef.h> for size_t
763         * .version: changed to version 2.5.2
764
765 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
766
767         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
768
769 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
770
771         * src/hc08/gen.c (genMinus): fixed bug #1241835,
772           (genModOneByte): removed needless psha/pula
773
774 2005-07-22 Raphael Neider <rneider AT web.de>
775
776         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
777           have PIC14 handled like PIC16, fixes broken pic14 linker calls
778         * src/pic/gen.c (resolveIfx): do not "invent" labels
779         * (genSkipc): changed to positive logic
780         * (genSkipCond): removed as no longer needed
781         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
782           backport from PIC16
783         * (genLeftShift): check operands are in different registers
784         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
785           INCF does not update CARRY...
786         * src/pic/main.c: fixed _linkCmd
787         * src/pic/pcode.c (unlinkpCode): added inactive code
788         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
789           alive (do not assign result and operand overlapping registers)
790
791 2005-07-22 Raphael Neider <rneider AT web.de>
792
793         * src/pic/device.c (dump_sfr): replaced register declaration with
794           call to emitSymbolToFile() to avoid duplicate symbols
795         * (assignRelocatableRegisters): do not declare external symbols
796         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
797           right (take size of type, not etype)
798         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
799         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
800         * (packRegsForAccUse): disabled assignment of WREG as
801           the result reg to prevent occurence of just fixed #1235003,
802           fixes #1242954
803         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
804           symbols (avoids duplicate symbols in .asm file)
805         * (pic14emitRegularMap): use emitSymbolToFile()
806         * src/pic/gen.c (aopOp): fixed spillLocation handling
807         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
808         * (genDataPointerSet): removed unneccessary variables/output
809
810 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
811
812         * as/mcs51/lkarea.c: enlarged codemap for banked memory
813         * device/lib/mcs51/crtbank.asm: added # to 0x0F
814
815 2005-07-21 Raphael Neider <rneider AT web.de>
816
817         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
818           architecture cannot handle them efficiently, fixes bug #1235003
819         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
820           check for empty sets before using them (fixes bug #1232190)
821
822 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
823
824         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
825           (lnksect2): generate warnings for memory overlap
826         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
827           constseg to set the name of these segments so you can instruct the linker
828           to place them in banks
829         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
830         * src/SDCCglobl.h: added MODEL_HUGE to enum,
831           added code_seg and const_seg to options
832         * src/SDCCglue.c (emitMaps): use options.const_seg,
833           (createInterruptVect): put interrupt vectors in segment HOME,
834           (glue): put HOME before static segment and put the main glue in HOME,
835           (glue): use options.code_seg
836         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
837         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
838           these segments so you can instruct the linker to place them in banks
839           (linkEdit): use code_loc for HOME segment which should be the first
840           segment in code memory now
841         * src/SDCCmem.c: fixed more stuff like bug 1238386
842         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
843           (changePointer): don't change function pointers to code pointers for
844           banked functions,
845           (compareType): added exceptional check for banked function pointers
846         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
847         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
848           after static in code memory
849         * src/mcs51/gen.c: added aopLiteralLong prototype,
850           (aopForSym): use getSize for functions,
851           (genCall): generate banked calls over one trampoline __sdcc_banked_call
852           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
853           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
854           the segment,
855           (genPcall): use call for literal function pointers and generate banked
856           calls over the one trampoline so there's only one place for the user to
857           modify according to his/hers hardware,
858           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
859           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
860         * src/mcs51/main.c: added keyword banked,
861           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
862         * support/Util/SDCCerr.c,
863         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
864           needed for passing the bank and address to the trampoline
865         * device/lib/mcs51/crtbank.asm: added for bankswitching
866         * device/lib/mcs51/Makefile: added crtbank
867
868 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
869
870         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
871           for fields at offset 0 of a struct or union as reported
872           on 2005-07-07 in the developer mailing list.
873
874 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
875
876         * src/SDCCmem.c: fixed bug 1238386
877
878 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
879
880         * src/mcs51/peeph.def: added labelrefcounting for peepholes
881           (patch #1144962), added peephole 300, enabled 259.x
882         * doc/sdccman.lyx: removed screenshot and provided link instead
883
884 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
885
886         * doc/sdccman.lyx: added section about debugging with ddd
887         * doc/figures/ddd_example.eps: screenshot of debugging session
888
889 2005-07-04 Raphael Neider <rneider AT web.de>
890
891         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
892           like CODE pointers, fixes #1115683
893         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
894           call, fixes bugs #1232211, #1228110,
895           fixed wrong casts to pCodeFlow from pCodeInstructions
896
897 2005-07-04 Raphael Neider <rneider AT web.de>
898
899         * src/pic/gen.c (popGet): changed assert to allow for
900           bit operands
901         * (popGetAddr): changed signature to provide
902           an additional index, patched all call sites
903         * (genCmpEq): handle literal-like operands correctly
904         * (genAddrOf): added sanity checks on __code/__data pointers
905         * (genAssign): added handling of symbols from __code section
906         * (gencjne): do not generate code for comparisons whose result
907           is neither stored nor used, fixes bug #1171114
908         * (AccLsh, AccRsh): operate on operand instead of WREG
909         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
910           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
911           by known count
912         * rewrote complete shift-by-literal logic, commented unused
913           functions out
914         * (genConstPointerGet): get multiple bytes (if result size > 1),
915           fixed handling of non-immediate addresses
916         * (genPointerGet): handle CODE pointers like CONST pointers
917         * (genpic14Code): insert C-SRC lines as Cource-pCodes
918         * ({aop,op}_isLitLike): NEW, single place to decide whether an
919           operand is to be treated as a literal or not
920         * (mov2w,genPcall,genCmpEq),
921           src/pic/genarith.c: use aop_isLitLike() to decide between
922           literal/register contents
923         * (addSign): added missing offset
924         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
925           only emit comment in debug-mode,
926           use {aop,op}_isLitLike throughout the file
927         * src/pic/glue.c: fix initializers for pointers (work in progress)
928         * src/pic/pcode.c (get_op): honor index on _const symbols
929         * ({reset,dump}pCodeStatistics): NEW, estimate code size
930         * (dumppBlock): added pCode size estimation
931         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
932           check for IS_SYMOP before OP_SYMBOL'ing
933         * fixed indentation, compacted switch-statements
934         * (allocReg): find free register and allocate it instead of
935           allocating new registers all the time
936         * (deassignLRs): prevent POINTER_GET's from being assigned the same
937           registers as its operands (necessary only for multibyte GETs)
938
939 2005-07-01 Raphael Neider <rneider AT web.de>
940
941         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
942           debugging .asm-output macros FENTRY + FEXIT
943         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
944           way... I wonder...
945         * (emitpComment): NEW, printf to pCode
946         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
947           offset handling
948         * (popGetAddr): NEW, variant of popGet to access an immediates
949           high(er) bytes instead of the n'th byte of memory they reference,
950           replaced popGet with popGetAddr where neccessary
951         * (genDataPointerGet): reactivated and fixed implementation
952         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
953           accesses
954         * (genDataPointerSet): fixed multibyte assignments
955         * (genpic14Code): fixed --i-code-in-asm handling
956         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
957         * (genPlus): fixed index-out-of-bounds error
958         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
959         * src/pic/ralloc.c: added debugging output macro FENTRY2
960         * (spillThis): fixed indentation, enbraced for-body for clarity
961         * (rematStr): commented out as now unused
962         * (regTypeNum): commented out special spill case (overwrites
963           arbitrary values)
964         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
965
966 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
967
968         * doc/sdccman.lyx: documented sfr16/sfr32,
969           added example for using storage class with function pointers
970         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
971
972 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
973
974         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
975         * device/lib/_itoa.c,
976         * device/lib/_ltoa.c: optimized codesize
977         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
978           but don't know how to suppress the double warning.
979         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
980         * support/Util/SDCCerr.c,
981         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
982
983 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
984
985         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
986           fixed old K&R prototypes
987         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
988         * device/lib/_gptrget.c,
989         * device/lib/_gptrgetc.c,
990         * device/lib/_gptrput.c: changed versions for new memory indicator values,
991           also new versions for small generic pointers and banked generic pointers
992         * src/port.h: added const_name
993         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
994         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
995         * src/SDCCcse.c (findPrevIc): check all associative operators
996         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
997         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
998         * src/SDCCmem.c: updated comments,
999           set far-space to 0 for pdata, results in optimized code
1000         * src/SDCCmem.h: added macro CONST_NAME
1001         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1002           moving the info into the highest bits, see also gptrget/gptrput
1003         * src/src.dsp: added sdcc.ico to project files
1004         * src/avr/gen.c (genCast): fixed bug 0x%d
1005         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1006         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1007           relation between ptr_type and DCL_TYPE,
1008           (genCast): fixed bug 0x%d
1009         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1010           (CODE)" for const_name
1011         * src/hc08/gen.c (genCast): fixed bug 0x%d
1012         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1013           (hc08_port): added "CONST (CODE)" for const_name
1014         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1015           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1016           between ptr_type and DCL_TYPE,
1017           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1018           operand* and took AOP() inside function so sfr-ness can be checked,
1019           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1020           new prototype,
1021           (genFunction, genEndFunction): optimized stack setup,
1022           (genMinus): optimized for literals with ending zeroes (in bytes),
1023           (genCast): fixed bug 0x%d
1024         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1025           (mcs51_port): added "CONST (CODE)" for const_name
1026         * src/mcs51/peeph.def: made rule 226 more generic
1027         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1028         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1029         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1030         * src/z80/main.c (z80_port): added NULL for const_name,
1031           (gbz80_port): added NULL for const_name
1032         * support/regression/tests/bug663539.c,
1033         * support/regression/tests/sfr16.c: new tests
1034
1035 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1036
1037         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1038
1039 2005-06-24 Raphael Neider <rneider AT web.de>
1040
1041         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1042           corrected typos...
1043         * device/include/pic16/signal.h: added USBIF
1044           and SIG_USB
1045
1046 2005-06-24 Raphael Neider <rneider AT web.de>
1047
1048         * device/lib/pic16/libdev/pic18f2455.c,
1049           device/include/pic16/pic18f2455.h: NEW
1050         * device/include/pic16/pic18fregs.h,
1051           device/lib/pic16/pics.all,
1052           src/pic16/device.c: added 18f2455
1053         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1054           device/include/pic16/{pic18f[68][567].h,usart.h}:
1055           replaced MULTIPLE_USARTS define with more relaible
1056           compatibility sfrs (for USART access)
1057
1058 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1059
1060         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1061           and the output asm file line is printed on two lines.
1062
1063 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1064
1065         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1066           BGT, BLE, BHI, and BLS instructions
1067         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1068           genCmpEq): removed
1069         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1070           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1071           fixes bug #1216342
1072         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1073
1074 2005-06-15 Raphael Neider <rneider AT web.de>
1075
1076         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1077         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1078         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1079           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1080           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1081
1082 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1083
1084         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1085           Marcel Telka in bug #1215704
1086
1087 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1088
1089         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1090           located in shared memory bank.
1091
1092 2005-05-31 Raphael Neider <rneider AT web.de>
1093
1094         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1095           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1096           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1097
1098 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1099
1100         * device/lib/_strncpy.c: fixed the fix
1101
1102 2005-05-26 Raphael Neider <rneider AT web.de>
1103
1104         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1105           initializers with \0, bug #1208187
1106         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1107           intializers with \0, bug #1208187
1108
1109 2005-05-26 Raphael Neider <rneider AT web.de>
1110
1111         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1112           initializers with \0, bug #1208187
1113         * src/pic16/main.c (_process_pragma): added sanity checks
1114           for stack position and size, emit warnings when appropriate
1115
1116 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1117
1118         * device/lib/_strncpy.c: fixed not filling with \0
1119
1120 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1121
1122         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1123           createFunction),
1124         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1125           compound_statement),
1126         * src/SDCCsymt.h,
1127         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1128
1129 2005-05-24 Raphael Neider <rneider AT web.de>
1130
1131         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1132
1133 2005-05-24 Raphael Neider <rneider AT web.de>
1134
1135         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1136           TRISE definitions, closes bug #1162453
1137
1138 2005-05-22 Raphael Neider <rneider AT web.de>
1139
1140         * src/pic16/main.c (_process_pragma): check for missing
1141           arguments to pragmas code and udata
1142         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1143           consistency fixes to match other headers (thanks to Jim Paris)
1144         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1145
1146 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1147
1148         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1149
1150 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1151
1152         * support/regression/tests/bug1198642.c: new test
1153         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1154         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1155         * support/scripts/resource.h,
1156         * support/scripts/resource.rc,
1157         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1158         * support/scripts/sdcc.ico: added 32x32 icon
1159
1160 2005-05-18 Raphael Neider <rneider AT web.de>
1161
1162         * device/lib/pic16/libdev/pic18f*.c,
1163         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1164           keywords to "__sfr" and "__at (X)"
1165         * device/include/pic16/pic18fregs.h: added pic18f4520
1166         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1167           #1203088 (MPLAB compatibility)
1168
1169 2005-05-17 Raphael Neider <rneider AT web.de>
1170
1171         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1172         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1173         * device/lib/pic16/pics.all: added new devices
1174         * src/pic16/device.c: added support for pic18f4520
1175
1176 2005-05-16 Raphael Neider <rneider AT web.de>
1177         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1178         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1179         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1180           convenience function for bit access
1181
1182 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1183
1184         * device/lib/printf_large.c: fixed bug 1193299
1185         * support/regression/tests/bug1057979.c: added test %3.3s
1186
1187 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1188
1189         * device/include/mcs51/8051.h,
1190         * device/include/mcs51/8052.h: made parseable with lint
1191         * device/include/mcs51/lint.h: added include file for (sp)lint
1192         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1193         * doc/cdbfileformat.lyx,
1194         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1195
1196 2005-05-14 Raphael Neider <rneider AT web.de>
1197
1198         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1199         * device/lib/pic16/libc/stdlib/itoa.c (new)
1200         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1201         * device/lib/pic16/libio/Makefile: exclude subdir according to
1202           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1203         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1204         * src/pic16/gen.c (genFunction): prevent annoying warning
1205         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1206           nameclashes on BeOS
1207         * support/cpp2/cppmain.c (cpp_output_string): new
1208         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1209           fixes bug 1116802
1210
1211 2005-05-13 Borut Razem <borut.razem AT siol.net>
1212
1213         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1214
1215 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1216
1217         * .version: changed to version 2.5.1; back to bleeding edge development
1218
1219 2005-05-11 Borut Razem <borut.razem AT siol.net>
1220
1221         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1222           generate PDF version 1.3 documents
1223
1224 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1225
1226         * .version: changed to version 2.5.0
1227
1228 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1229
1230         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1231
1232 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1233
1234         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1235         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1236         well as many smaller updates.
1237         * .version: changed to version 2.5.0-pre1
1238
1239 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1240
1241         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1242
1243 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1244
1245         * support/regression/tests/bug1185672.c: added
1246         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1247           bug 1185672
1248         * src/mcs51/gen.c (genCall): added comments, made it look safer
1249         * src/mcs51/gen.c (genEndFunction): simplified
1250
1251 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1252
1253         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1254
1255 2005-04-14 Borut Razem <borut.razem AT siol.net>
1256
1257         * fixed bug 1045046 - SIGSEGV with really simple code?:
1258           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1259           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1260
1261 2005-04-14 Borut Razem <borut.razem AT siol.net>
1262
1263         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1264           src/pic16/device.h: temporarily disabled experimental #inline pragma
1265           for 2.5.0 release
1266
1267 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1268
1269         * device/include/z80/stdio.h,
1270         * device/include/z80/string.h: removed these highly incomplete files so
1271           SDCC can use the default ones in device/include/
1272
1273 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1274
1275         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1276         gcc warning.
1277         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1278         fix sdcpp warnings.
1279
1280 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1281
1282         * device/include/malloc.h: removed redundant __reentrant prototypes
1283         * device/lib/_mullong.c: added working xstack variant in asm (C version
1284           doesn't pass regression tests)
1285         * device/lib/bpx.c: used __data and made bpx char for mcs51
1286         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1287           (createFunction): fixed bug with xstackPtr
1288         * src/SDCCcse.c: corrected comments
1289         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1290           (killDeadCode, eBBlockFromiCode): removed unused code
1291         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1292           corrected comments
1293         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1294           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1295           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1296           (genModOneByte): fixed warning in MSVC
1297         * src/mcs51/main.c (): added comments
1298         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1299
1300 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1303
1304 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1305
1306         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1307
1308 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1309
1310         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1311         characters arrays of larger size than the declared one.
1312
1313 2005-04-10 Borut Razem <borut.razem AT siol.net>
1314
1315         * src/pic/gen.c (genInline),
1316           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1317           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1318           (findNextInstruction), (findPrevInstruction),
1319           (findInstructionUsingLabel),
1320           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1321         * src/pic/pcode.c (findLabel): added missing '\n'
1322         * src/src.dsp: added SDCCdwarf2.c to the project
1323
1324 2005-04-09 Borut Razem <borut.razem AT siol.net>
1325
1326         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1327
1328 2005-04-08 Raphael Neider <rneider AT web.de>
1329
1330         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1331           into the chain after a given one) and mergeDefmapSymbols (combine
1332           defmap entries for each symbol per pcode)
1333         * (createDefmap): have defmap entries merged in the end
1334         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1335           a symbol before replacing one access type's symbol, merge symbols in
1336           the end (replacement symbol might already have an entry)
1337         * (assignValnums): keep reference to written WREG intact
1338
1339 2005-04-08 Raphael Neider <rneider AT web.de>
1340
1341         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1342           Alpha)
1343
1344 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1345
1346         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1347         bytes
1348
1349 2005-04-07 Raphael Neider <rneider AT web.de>
1350
1351         * device/include/pic16/usart.h: added compatibility defines for
1352           devices with more than one USART
1353         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1354
1355 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * device/lib/Makefile.in: updated for port specific include
1358
1359 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1360
1361         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1362
1363 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1364
1365         * device/include/8051.h,
1366         * device/include/8052.h,
1367         * device/include/at89S8252.h,
1368         * device/include/at89c55.h,
1369         * device/include/at89x051.h,
1370         * device/include/at89x51.h,
1371         * device/include/at89x52.h,
1372         * device/include/mcs51reg.h,
1373         * device/include/reg51.h,
1374         * device/include/reg764.h,
1375         * device/include/regc515c.h,
1376         * device/include/sab80515.h: (re)moved these 12 files
1377         * device/include/mcs51/8051.h,
1378         * device/include/mcs51/8052.h,
1379         * device/include/mcs51/at89S8252.h,
1380         * device/include/mcs51/at89c55.h,
1381         * device/include/mcs51/at89x051.h,
1382         * device/include/mcs51/at89x51.h,
1383         * device/include/mcs51/at89x52.h,
1384         * device/include/mcs51/mcs51reg.h,
1385         * device/include/mcs51/reg51.h,
1386         * device/include/mcs51/reg764.h,
1387         * device/include/mcs51/regc515c.h,
1388         * device/include/mcs51/sab80515.h: and added them here
1389
1390 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1391
1392         * device/include/stdarg.h: changed SDCC specific keywords to double
1393           underlined form.
1394         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1395           mcs51 and ds390.
1396         * device/include/hc08/mc68hc908gp32.h,
1397         * device/include/hc08/mc68hc908jb8.h,
1398         * device/include/hc08/mc68hc908jkjl.h,
1399         * device/include/hc08/mc68hc908qy.h: fixed comments
1400         * device/include/mcs51/README: updated
1401         * device/include/mcs51/c8051f120.h: added PINRSF
1402         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1403         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1404           amidst code. Also inline is not supported.
1405
1406 2005-04-06 Raphael Neider <rneider AT web.de>
1407
1408         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1409         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1410           callers stack/frame pointers
1411
1412 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1413
1414         * device/include/pic16/usart.h: added, missing in previous commit,
1415         * device/include/pic16/adc.h: fixed typo,
1416         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1417         commit,
1418         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1419         <p18fxxx.inc>
1420         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1421         uninitialized because a bug appears with gplink
1422         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1423         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1424         complains for unrecognised option
1425
1426 2005-04-05 Raphael Neider <rneider AT web.de>
1427
1428         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1429           structs as well (using memcpy)
1430         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1431           on ISRs (GOTO has no label)
1432         * src/pic16/device.h: added OF_OPTIMIZE_DF
1433         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1434           new data flow analysis/optimization
1435         * src/pic16/pcode.c: added (prototypes for and implementation of)
1436           dataflow analysis functions, fixed pCodeInstructions' inCond and
1437           outCond values, made RCALL a branch instruction
1438         * (pic16_unlinkpCode): keep C line if possible
1439         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1440           C line moved if possible
1441         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1442         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1443           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1444         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1445           new flow)
1446         * (pic16_getJumptabpCode): NEW, needed in...
1447         * (LinkFlow): fixed handling of jumptables, calls and conditional
1448           branches
1449         * (pic16_InsertCommentAfter): NEW
1450         * (pic16_pCodeReplace): made verbose and flow preserving
1451         * (AnalyzeFlow): added call to data flow analysis
1452         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1453         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1454         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1455
1456 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1457
1458         * src/SDCCast.c (decorateType): fixed bug #1105626
1459
1460 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1461
1462         * device/include/asm/pic16/features.h,
1463         * pic18f*.h headers,
1464         * device/include/pic16/adc.h,
1465         * device/include/pic16/delay.h,
1466         * device/include/pic16/i2c.h,
1467         * device/include/pic16/malloc.h,
1468         * device/include/pic16/stdio.h,
1469         * device/include/pic16/stdlib.h,
1470         * device/include/pic16/string.h,
1471         * device/lib/pic16/libc/stdio/printf_tiny.c,
1472         * device/lib/pic16/libc/stdio/printf_small.c,
1473         * device/lib/pic16/libc/stdio/strmgpsim.c,
1474         * device/lib/pic16/libc/stdio/strmmssp.c,
1475         * device/lib/pic16/libc/stdio/strmusart.c,
1476         * device/lib/pic16/libc/stdio/vfprintf.c,
1477         * device/lib/pic16/libc/stdlib/ltoa.c,
1478         * device/lib/pic16/libc/stdlib/putchar.c,
1479         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1480         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1481         * device/lib/pic16/libc/stdlib/memchrram.c,
1482         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1483         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1484         * device/lib/pic16/libio/adc/adcbusy.c,
1485         * device/lib/pic16/libio/adc/adcread.c,
1486         * device/lib/pic16/libio/adc/adcsetch.c,
1487         * device/lib/pic16/libio/usart/ubaud.c,
1488         * device/lib/pic16/libio/usart/ubusy.c,
1489         * device/lib/pic16/libio/usart/udrdy.c,
1490         * device/lib/pic16/libio/usart/uopen.c,
1491         * device/lib/pic16/libio/usart/uputc.c,
1492         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1493         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1494         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1495         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1496         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1497         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1498         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1499         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1500         specific keywords to double underlined form,
1501         * device/lib/pic16/libc/Makefile.rules,
1502         * device/lib/pic16/libsdcc/Makefile.rules,
1503         * device/lib/pic16/libm/Makefile,
1504         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1505         to compile with C standard set in Makefile.common
1506         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1507         rand.c and crc.c in compilation process,
1508         * device/lib/pic16/libsdcc/int/divuint.c,
1509         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1510         `c' from signed to unsigned,
1511         * device/lib/pic16/startup/crt0.c,
1512         * device/lib/pic16/startup/crt0i.c,
1513         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1514         keywords to double underlined form, bug fixes in _do_cinit function
1515         which prevented the correct initialization of the .idata segment,
1516         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1517         core to enter a infinite loop
1518         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1519
1520 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1521
1522         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1523
1524 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1525
1526         * device/include/Makefile.in: add support for hc08 subdirectory
1527         * device/include/hc08/: new subdirectory
1528         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1529         Lucas Loizaga, thanks!
1530         * device/include/hc08/mc68hc908qy.h,
1531         * device/include/hc08/mc68hc908gp32.h,
1532         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1533         their own directory. Changed internal macro names to use the compiler
1534         reserved namespace. Changed SDCC specific keywords to double
1535         underlined form.
1536         * device/include/math.h,
1537         * device/include/malloc.h,
1538         * device/include/stdarg.h,
1539         * device/include/stdbool.h
1540         * device/include/string.h,
1541         * device/include/tinibios.h,
1542         * device/include/ds400rom.h,
1543         * device/include/8051.h,
1544         * device/include/8052.h,
1545         * device/include/80c51xa.h,
1546         * device/include/at89c55.h,
1547         * device/include/at89S8252.h,
1548         * device/include/at89x51.h,
1549         * device/include/at89x52.h,
1550         * device/include/ds80c390.h,
1551         * device/include/reg764.h,
1552         * device/include/regc515c.h,
1553         * device/include/sab80515.h,
1554         * device/include/mcs51/c8051f000.h,
1555         * device/include/mcs51/c8051f018.h,
1556         * device/include/mcs51/c8051f020.h,
1557         * device/include/mcs51/c8051f040.h,
1558         * device/include/mcs51/c8051f060.h,
1559         * device/include/mcs51/c8051f120.h,
1560         * device/include/mcs51/c8051f300.h,
1561         * device/include/mcs51/c8051f310.h,
1562         * device/include/mcs51/c8051f320.h,
1563         * device/include/mcs51/c8051f330.h,
1564         * device/include/mcs51/c8051f350.h,
1565         * device/include/z180.h: Changed SDCC specific keywords to double
1566         underlined form.
1567
1568 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1569
1570         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1571         18F4455,
1572         * (pic16_assignConfigWordValue): disable testing of configuration
1573         register value with config mask,
1574         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1575         function with port->fun_prefix,
1576         * (genFunction): when generating a naked interrupt function never
1577         create an absolute segment placed in interrupt vector address, place
1578         the actual interrupt function at IVA instead, when an interrupt
1579         function is generated with unspecified interrupt then do not create
1580         the absolute section,
1581         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1582         code for generating a call to generic pointer get/put function with
1583         a call to function pic16_callGenericPointer(),
1584         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1585         the call to the generic pointer get/put functions with prefixing the
1586         function name with port->fun_prefix,
1587         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1588         * src/pic16/main.c (_process_pragma): prefix function with
1589         port->fun_prefix,
1590         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1591         calling assembler, old 18Fxxxx macro is deprecated,
1592         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1593         PC_ASMDIR in while condition,
1594         * (findInstruction): add PC_ASMDIR in while condition,
1595         * (buildCallTree): prefix main with port->fun_prefix,
1596         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1597         identifier for variable with banked access in instructions BTFSS,
1598         BTFSC, BCF, BSF, BTG
1599         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1600         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1601         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1602         perform optimization when enviroment variable NO_REG_OPT is set,
1603         * (insideLRBlock): NEW, return 1 if register is inside an
1604         INF_LOCALREGS block,
1605         * (RemoveRegFromLRBlock): remove a register that is completely
1606         eliminated by register optimization, but it is still left in local
1607         register store/restore in/from stack block,
1608         * (Remove2pcodes): after removing register, check to see if it
1609         should be removed from local register store/restore in/from stack
1610         block,
1611         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1612         DUMMY_READ_VOLATILE,
1613
1614         * device/include/pic16/adc.h: minor prototype modifications and
1615         update,
1616         * device/include/pic16/malloc.h: added GPL notice various
1617         modifications,
1618         * device/include/pic16/stdint.h: NEW, standard header for ints
1619         * device/include/pic16/delay.h: NEW, header for delay functions,
1620         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1621         delay1mtcy,
1622         * device/include/pic16/signal.h: NEW, header providing helper macros
1623         for implementing signal handlers,
1624         * device/include/pic16/stdio.h: added prototypes for functions,
1625         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1626         prototypes for stdin and stdout, added macro PUTCHAR to
1627         automatically implement putchar function prototype,
1628         * device/include/pic16/usart.h: modified and updated USART library,
1629         * device/lib/pic16/libio/adc/,
1630         * device/lib/pic16/libio/i2c: some modifications to improve library
1631         performance,
1632         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1633         family of functions,
1634         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1635         family of functions and other sources,
1636         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1637         of the PIC18Fxx[28] devices,
1638         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1639         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1640         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1641         _do_cinit function, because the previous failed when local variables
1642         where not placed in the same memory bank,
1643         * device/lib/pic16/libsdcc/char/: various modifications to improve
1644         library performance,
1645         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1646         information on the new functions of the c library and more...
1647
1648 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1649
1650         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1651
1652 2005-03-26 Raphael Neider <rneider AT web.de>
1653
1654         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1655           if condition == CARRY)
1656         * (genCmp): adapted to new genSkipc semantics
1657         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1658           on rIfx (genCmp was broken)
1659
1660 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1661
1662         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1663         * src/z80/main.c (_keywords[]),
1664         * src/SDCCglobal.h (struct options),
1665         * src/SDCC.y,
1666         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1667         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1668         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1669         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1670         always available in leading double underscore form. The C99 support is
1671         mostly missing, but it's a start.
1672         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1673         reserved identifier "__data".
1674
1675 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1676
1677         * src/mcs51/peeph.def: fixed bug 1170013
1678
1679 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1680
1681         * device/include/mcs51reg.h: fixed bug 842007
1682
1683 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1684
1685         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1686         last time.
1687
1688 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1689
1690         * src/port.h (struct PORT),
1691         * src/avr/ralloc.c (avr_assignRegisters),
1692         * src/avr/main.c,
1693         * src/ds390/ralloc.c (ds390_assignRegisters),
1694         * src/ds390/main.c,
1695         * src/hc08/ralloc.c (hc08_assignRegisters),
1696         * src/hc08/main.c,
1697         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1698         * src/mcs51/main.c,
1699         * src/pic/ralloc.c (pic14_assignRegisters),
1700         * src/pic/main.c,
1701         * src/pic16/ralloc.c (pic16_assignRegisters),
1702         * src/pic16/main.c,
1703         * src/xa51/ralloc.c (xa51_assignRegisters),
1704         * src/xa51/main.c,
1705         * src/z80/ralloc.c (z80_assignRegisters),
1706         * src/z80/ralloc.h,
1707         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1708         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1709         * src/SDCCcse.h,
1710         * src/SDCCdflow.c (computeDataFlow),
1711         * src/SDCCdflow.h,
1712         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1713         * src/SDCCloop.h,
1714         * src/SDCCcflow.c (*),
1715         * src/SDCCcflow.h,
1716         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1717         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1718         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1719         immedDom() returning wrong block; probably fixes bug #1160833)
1720
1721 2005-03-20 Borut Razem <borut.razem AT siol.net>
1722
1723         * support/scripts/inc2h.pl: WIN32 port
1724
1725 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1726
1727         * device/lib/makefile.in: added abs.c and labs.c
1728
1729 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1730
1731         * device/include/stdint.h: added
1732         * device/lib/abs.c: added
1733         * device/lib/labs.c: added
1734         * device/include/stdlib.h: added abs() and labs() prototypes
1735         * device/lib/libsdcc.lib: added abs and labs
1736         * device/include/float.h,
1737         * device/lib/_fsmul.c,
1738         * device/lib/printf_fast.c,
1739         * device/lib/printf_tiny.c: updated comments
1740
1741 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1742
1743         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1744         bug #1164313
1745
1746 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1747
1748         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1749         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1750
1751 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1752
1753         * device/lib/printf_large.c: removed inline assembly for portability and
1754           readability. Use printf_fast if speed or size are more important.
1755         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1756         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1757
1758 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1759
1760         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1761         prevent compiler warning
1762
1763 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1764
1765         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1766         moved to level 0 and declared as static. Also they are explicit
1767         placed in access bank. This was necessery because some times they
1768         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1769         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1770         optimizations. Currently only compare to unsigned char is implemented,
1771         * src/pic16/gen.c: added fReturnIdx array,
1772         * (struct resolvedIfx) is moved to gen.h and made public,
1773         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1774         * (aopForSym): added an optimization to directly store in stack of
1775         the operand of a SEND iCode,
1776         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1777         but as registers instead (AOP_REG) using the fReturnIdx array,
1778         * (pic16_freeAsmop): remove the freed register from the
1779         _G.sregsAlloc field,
1780         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1781         a compare of 'WREG',
1782         * (pic16_popGetTempRegCond): changed function prototype, now
1783         function takes also a bitVector argument v which holds the current
1784         set of registers that are allocated for stack access by aopForSym,
1785         registers allocated in aopForSym for accessing stack symbols are not
1786         any more part of the functions usedRegs field,
1787         * (genCall): some times aopOp is called for a stack variable to be
1788         send, aopForSym might perform the push, if this is true make sure
1789         that genCall doesn't push the variable twice by testing _G.resDirect,
1790         * (genFunction): changed testing for unspecified interrupt number
1791         from 256 to INTNO_UNSPEC,
1792         * modified selection scheme of frame pointer generation. Previously
1793         if function did use local registers a frame pointer was generated,
1794         now a frame pointer is generated only if function has arguments
1795         (that need PLUSW2 register access), or has stack arguments, or the
1796         compiler is not instructed to omit the frame pointer,
1797         * (genEndFunction): before restoring local registers that were saved
1798         in the function preamble, also restore the registers that *might*
1799         have been allocated for stack access,
1800         * (genRet): removed some old comments,
1801         * (genCmp, the active (RN's) version): added a call to the
1802         pic16_genCmp_special function to perform the compare with a more
1803         robust and optimized way,
1804         * (genInline): a feature has been added in inline code generation,
1805         which allows a wildcard variable substitution when writing inline
1806         assembly. Code is incomplete and experimental therefore undocumented,
1807         * (genCast): changed order of aopOp for result and right to allow
1808         aopForSym to directly load the result if possible,
1809         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1810         perform an optimized compare on some selected special occasions,
1811         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1812         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1813         generate an IVT any more,
1814         * src/pic16/main.c (pic16_optionsTable): added command line option
1815         --optimize-cmp,
1816         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1817         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1818         macros,
1819         * src/pic16/NOTES: Raphael Neider added in list of active developers
1820         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1821         jumptable_end to prevent bug #,
1822         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1823         inCond and outCond fields,
1824         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1825         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1826         turn off register spilling,
1827         * (packRegsForOneUse): synced with other ports' versions although it
1828         is not used currently,
1829         * (pic16_packRegisters): added an optimization while reading
1830         structure bitfields, some registers may be saved (malloc code is
1831         decreased by 80 bytes)
1832
1833 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1834
1835         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1836         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1837         this can be optimized more?
1838
1839 2005-03-10 Raphael Neider <rneider AT web.de>
1840
1841         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1842           genNearPointerGet): (hopefully) fixed access to bitfields via
1843           pointers (p->bitN = x; and x = p->bitN; failed)
1844
1845 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1846
1847         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1848
1849 2005-03-09 Raphael Neider <rneider AT web.de>
1850
1851         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1852
1853 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1854
1855         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1856         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1857           (regTypeNum): set REG_BIT type if necessary
1858         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1859         * support/regression/tests/critical.c: check bug 1144613
1860
1861 2005-03-02 Raphael Neider <rneider AT web.de>
1862
1863         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1864
1865 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1866
1867         * src/avr/ralloc.c (serialRegAssign),
1868         * src/ds390/ralloc.c (serialRegAssign),
1869         * src/hc08/ralloc.c (serialRegAssign),
1870         * src/mcs51/ralloc.c (serialRegAssign),
1871         * src/pic/ralloc.c (serialRegAssign),
1872         * src/pic16/ralloc.c (serialRegAssign),
1873         * src/xa51/ralloc.c (serialRegAssign),
1874         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1875
1876 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1877
1878         * src/SDCCast.c (decorateType): fixed bug 1124787
1879
1880 2005-02-20 Hubert Sack <sack AT digiplan.de>
1881         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1882
1883         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1884         patch #1121755
1885
1886 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1887
1888         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1889         to keep the correct label reference count when adding/removing references
1890         to labels. A peephole file using this is appended to patch #1144962.
1891
1892 2005-02-14 Raphael Neider <rneider AT web.de>
1893
1894         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1895         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1896         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1897           retrievals of result operand's value on assignment
1898
1899 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1900
1901         * device/include/pic16/string.h: modified prototype for memccpy()
1902         to memccpy(void *, void *, char, size_t)
1903         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1904         check whether to omit frame pointer or not,
1905         * (genInline): convert all occurences of "\n" to LF in inline
1906         assembler blocks, this helps formatting the inline text,
1907         * (pic16_loadFSR0): modified prototype,
1908         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1909         removed some 8051 legacy code,
1910         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1911         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1912         before allocating temporary registers in functions,
1913
1914 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1915
1916         * support/regression/tests/bitvars.c: corrected the "fix"
1917
1918 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1919
1920         * support/regression/tests/bitvars.c,
1921         * support/regression/tests/bitwise.c,
1922         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1923
1924 2005-02-10 Raphael Neider <rneider AT web.de>
1925
1926         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1927           different size for Alpha
1928         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1929
1930 2005-02-09 Raphael Neider <rneider AT web.de>
1931
1932         * src/SDCC.lex(doPragma) : save and restore warning options as well
1933           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1934         * have #pragma less_pedantic set the errorlevel to WARNING
1935           (fixes #1117001)
1936         * (cloneOptimize) : fixed wrong malloc's size
1937         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1938           facilitate correct handling of #pragma (save|restore)
1939
1940 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1941
1942         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1943
1944 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1945
1946         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1947
1948 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1949
1950         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1951
1952 2005-02-02 Raphael Neider <rneider AT web.de>
1953
1954         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1955         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1956         * (pic16_storeForReturn): fixed to allow returning function pointers
1957         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1958         * device/include/pic16/{stddef.h,stdbool.h}: added
1959
1960 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1961
1962         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1963
1964 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1965
1966         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1967         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1968          appeared to be required
1969
1970 2005-01-31 Borut Razem <borut.razem AT siol.net>
1971
1972         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1973           include/mcs51 and include/z80 directories to the package
1974
1975 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1976
1977         * src/hc08/gen.c (genFunction): fixed bug #1112752
1978
1979 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1980
1981         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1982
1983 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1984
1985         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1986
1987 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1988
1989         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1990
1991 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1992
1993         * device/include/c8051fxxx.h: removed these 6 files
1994         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1995
1996 2005-01-26 Raphael Neider <rneider AT web.de>
1997
1998         * src/pic16/gen.c (genAssign): fixed assignment from longs
1999           in codespace (were cut to three bytes)
2000         * (genDummyRead): implemented (except for CODESPACE...),
2001           fixed bug #1108575
2002         * src/pic16/glue.c (emitStatistics): beautified
2003         * device/lib/pic16/libm/Makefile: added include path
2004
2005 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2006
2007         * src/z80/gen.c (aopPut): fixed bug #1103902
2008
2009 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2010
2011         * device/lib/expf.c: fixed bug #1095792
2012
2013 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2014
2015         * device/lib/pic16/libm: added Math library sources
2016
2017 2005-01-24 Raphael Neider <rneider AT web.de>
2018
2019         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2020           to enable upcast to pCodeOpReg2 (there is no type tag to
2021           differenciate the two and pic16_popGet2p cast into PCOR2)
2022         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2023           (sizeof(sectNames) changed to sizeof(sectName))
2024           Both patches fix segfaults under MinGW.
2025
2026 2005-01-23 Raphael Neider <rneider AT web.de>
2027
2028         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2029           Safe_[mc]?alloc()'ed variables
2030         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2031           of (byte sized) temporaries (assign them to WREG for now)
2032         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2033           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2034           this might fix SIGSEGVs on MinGW...
2035         * src/SDCCopt.c (killDeadCode): restored original behaviour
2036           (volatile operands might get thrown away though)
2037
2038 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2039
2040         * src/pic16/gen.c: fixed bug #1106975,
2041         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2042         pointer update, INTCON is saved, global interrupts are disabled and
2043         restored after updateing TOS.
2044         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2045         * added function attribute 'shadowregs' to take advantage of shadow
2046         registers,
2047         * added function attribute 'wparam' as an alternative to the wparam
2048         pragma,
2049         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2050         user declares a non-ISR function as 'shadowregs',
2051         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2052
2053 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2054
2055         * .version: bumped version number to 2.4.8
2056         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2057         pic16 port,
2058         * device/lib/pic16/libio/i2c/: I2C module support library,
2059         * device/include/pic16/i2c.h: I2C support library header,
2060         * device/lib/pic16/libc/stdio/: standard IO support sources,
2061         * (printf_small.c): printf_small() source, supports float print,
2062         * (printf_tiny.c): printf_tiny() source, does not support floats,
2063         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2064         enable global optimizations for entire library source, other
2065         Makefiles in the source tree are also modified to reflect this,
2066         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2067         function,
2068         * doc/sdccman.lyx: updated to reflect new changes,
2069         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2070         sym->onStack if-case,
2071         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2072         sbit, idata, _idata, xdata, _xdata,
2073         * added pragma library, to link an external library, (see doc),
2074         * removed command line options, --pomit-config-words, --pomit-ivt,
2075         --pleave-reset-vector,
2076         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2077         when calling assembler to reflect memory model used, also define
2078         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2079         reflect stack model used,
2080         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2081         on stack return NULL,
2082
2083 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2084
2085         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2086           of the operands is volatile. Fixes #1020220
2087
2088 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2089
2090         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2091         * (OptimizeRegUsage): make sure that there is really no other flow where
2092           the first pCode is used
2093
2094 2005-01-22 Raphael Neider <rneider AT web.de>
2095
2096         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2097           to fix #1106967 (pCode->seq are not set up correctly)
2098
2099 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2100
2101         * src/SDCCglue.c (glue): make sure code area is declared before the
2102         static initialization area.
2103
2104 2005-01-21 Raphael Neider <rneider AT web.de>
2105
2106         * device/lib/Makefile.in: fixed test for pic16 install dir
2107         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2108           optimizations
2109         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2110           added --optimize-goto compiler switch and pragma wparam documentation
2111         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2112         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2113           and PRODH closing bug #1071770 (peephole optimizer)
2114
2115 2005-01-19 Raphael Neider <rneider AT web.de>
2116
2117         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2118           cmdLine buffers (used when calling sdcpp...) are large enough
2119           (MAX_PATH=256 truncates arguments leading to system halts when
2120           used in MinGW...)
2121         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2122         * (genUminus): rewritten to for efficiency
2123         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2124           used uninitialized in some cases)
2125         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2126           copy the third byte from the int -- now assumes 0x80 (data memory)
2127         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2128           operands (genAddLit expects the iCode's operands to swapped as
2129           well), fixed leftover bytes (crashed for short left operands)
2130         * (pic16_genMinusDec): performance improvements, removed false
2131           PIC14 emitSKPNCs
2132         * (pic16_genMinus): fixed to cope with differently sized operands
2133         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2134           for --obanksel > 1
2135         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2136         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2137           new banksel optimization
2138         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2139           analysis for temporary registers (segfaults...)
2140         * src/pic16/peeph.def: added rule
2141
2142 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2143
2144         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2145         which converts a float number to its ASCII representation
2146         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2147         functions to convert the fractional and integer part of a float to ASCII,
2148         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2149         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2150         ram
2151         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2152         _STATMEM macros,
2153         * device/include/pic16/adc.h: added GPL info,
2154         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2155         a pCodeOp as tested operand,
2156         * (genNearPointerGet): optimized bit testing, does not use
2157         intermediate register for bit value, test directly instead with
2158         BTFSS, BTFSC, works only for single bits,
2159         * (genpic16Code): dump the name of the iCode in the asm,
2160         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2161         renamed to pic16_decodeOp,
2162         * (serialRegAssign): do not allocate a temporary register for iCode
2163         sequences that test a single bit for 1/0
2164
2165 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2166
2167         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2168         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2169         access stack and frame pointers. They are initially assigned to
2170         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2171         accessing SFRs. Updated all occurences of modification of stack or
2172         frame pointer in gen.c and pcode.c,
2173         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2174         assigning of a literal value to pointers,
2175         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2176         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2177         selected
2178
2179 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2180
2181         * doc/sdccman.lyx: update documentation about stack pragma, added
2182         some info for stack memory models
2183
2184 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2185
2186         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2187
2188 2005-01-08 Raphael Neider <rneider AT web.de>
2189
2190         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2191           udata sections to fix bug #1097823
2192
2193 2005-01-05 Raphael Neider <rneider AT web.de>
2194
2195         * src/pic16/gen.c (genGenericShift): added handling of differently
2196           sized left operand and result
2197
2198 2005-01-04 Raphael Neider <rneider AT web.de>
2199
2200         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2201         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2202           to hold the condition bit)
2203         * added new version of genCmp (old code available via #define)
2204         * added new version of genShiftLeft/genShiftRight in a generic
2205           way, now supports shifting by negative values
2206         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2207           shiftCount (expected by genGenericShift)
2208         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2209         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2210           dump
2211         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2212           is an invalid literal too...)
2213
2214 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2215
2216         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2217         from Raphael Neider,
2218         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2219         for 8-bit literals. This fixes some literal operands which are sign
2220         extended to 16-bits ints when instruction needs only 8-bits.
2221
2222 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2223
2224         * device/lib/logf.c: added mcs51 assembly version
2225         * device/lib/expf.c: added mcs51 assembly version
2226         * device/lib/_logexpf.c: new shared asm code for expf and logf
2227         * device/include/math.h: add defines for assembly math library
2228         * device/lib/Makefile.in: build new _logexpf.c
2229         * device/lib/libfloat.lib: use new _logexpf.c
2230
2231 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2232
2233         * src/pic/device.c
2234         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2235           device types which have less than 0x7f registers.
2236
2237 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2238
2239         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2240
2241 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2242
2243         * device/lib/printf_fast.c: only build on supported arch.
2244         * device/lib/printf_tiny.c: only build on supported arch.
2245         * device/lib/printf_fast_f.c: only build if asm float lib
2246         * device/lib/_fsget1arg.c: only build if asm float lib
2247         * device/lib/_fsget2args.c: only build if asm float lib
2248         * device/lib/_fsnormalize.c: only build if asm float lib
2249         * device/lib/_fsreturnval.c: only build if asm float lib
2250         * device/lib/_fsrshift.c: only build if asm float lib
2251         * device/lib/_fsswapargs.c: only build if asm float lib
2252         * device/include/stdio.h: don't provide print_fast,
2253           print_fast_f, print_tiny prototypes if --xstack used
2254
2255 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2256
2257         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2258         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2259           to the SOURCES
2260
2261 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2262
2263         * device/lib/printf_fast_f.c: same as printf_fast, but
2264           with floating point enabled
2265         * device/lib/printf_fast.c: minor tweaks
2266         * device/include/stdio.h: add printf_fast_f
2267
2268 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2269
2270         * src/SDCCmain.c: make --float-reent default for mcs51
2271         * device/lib/_fsadd.c: added mcs51 assembly version
2272         * device/lib/_fssub.c: added mcs51 assembly version
2273         * device/lib/_fsmul.c: added mcs51 assembly version
2274         * device/lib/_fsdiv.c: added mcs51 assembly version
2275         * device/lib/_fseq.c: added mcs51 assembly version
2276         * device/lib/_fsneq.c: added mcs51 assembly version
2277         * device/lib/_fsgt.c: added mcs51 assembly version
2278         * device/lib/_fslt.c: added mcs51 assembly version
2279         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2280         * device/lib/Makefile.in: add _fscmp to build
2281         * device/lib/libfloat.lib: add _fscmp to build
2282
2283 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2284
2285         * device/lib/_fs2slong.c: added mcs51 assembly version
2286         * device/lib/_fs2sint.c: added mcs51 assembly version
2287         * device/lib/_fs2schar.c: added mcs51 assembly version
2288         * device/lib/_fs2ulong.c: added mcs51 assembly version
2289         * device/lib/_fs2uint.c: added mcs51 assembly version
2290         * device/lib/_fs2uchar.c: added mcs51 assembly version
2291         * device/lib/_slong2fs.c: added mcs51 assembly version
2292         * device/lib/_sint2fs.c: added mcs51 assembly version
2293         * device/lib/_schar2fs.c: added mcs51 assembly version
2294         * device/lib/_ulong2fs.c: added mcs51 assembly version
2295         * device/lib/_uint2fs.c: added mcs51 assembly version
2296         * device/lib/_uchar2fs.c: added mcs51 assembly version
2297         * device/include/float.h: added #define to select asm vs c
2298
2299 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2300
2301         * device/lib/printf_fast.c: improvements to float output
2302         * device/include/float.h: add defines for assembly float library
2303         * device/lib/_fsget1arg.c: receive 1 float arg
2304         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2305         * device/lib/_fsnormalize.c: normalize a float
2306         * device/lib/_fsreturnval.c: return float, various helper routines
2307         * device/lib/_fsrshift.c: right shift a float's mantissa
2308         * device/lib/_fsswapargs.c: swap 2 floats
2309         * device/lib/Makefile.in: build these 6 new files for mcs51
2310         * device/lib/libfloat.lib: add these 6 files to the library
2311
2312 2004-12-26 Borut Razem <borut.razem AT siol.net>
2313
2314         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2315           built by gcc 3.4.2
2316
2317 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2318
2319         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2320           and fully reentrant and register bank neutral.
2321         * device/lib/printf_fast.c: added float (not enabled by default),
2322           added compact/slower integer (also not enabled by default),
2323           improved size/speed of fast integer code, other minor changes
2324         * device/include/stdio.h, device/lib/Makefile.in,
2325           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2326
2327 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * src/pic16/pcode.c: declaring variables other than at the start of a
2330           block is not supported in C by VC6.
2331
2332 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2333
2334         * applied a previous patch from Raphael Neider that wasn't included
2335         in the previous commits, which fixes infinite loops within jumptable
2336         improvements,
2337         * made some fixes that previous patches introduced
2338
2339 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2340
2341         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2342         that fixes an issue with AOP_PCODE asmop's offset,
2343         * (pic16_popCopyReg): update instance field too,
2344         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2345         function of pic port,
2346         * (genCmp, genAnd, genAssign),
2347         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2348
2349 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2350
2351         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2352         variables initial values to idata section,
2353         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2354         variables in some functions. This utilizes parmBytes field of iCode
2355         structure to hold the offset of the variable in stack. (might be
2356         able to use the stack field too?)
2357         * applied patch from Raphael Neider # ### , # ###
2358         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2359         variable initial values in idata section,
2360         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2361         for static variables with initial value
2362         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2363         applied fix in while loop from Raphael Neider.
2364
2365 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2366
2367         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2368         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2369         * src/ds390/ralloc.c (serialRegAssign): spill bits
2370         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2371         * support/Util/SDCCerr.c,
2372         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2373         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2374         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2375
2376 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2377
2378         * device/include/sdcc-lib.h: inserted LGPL, added includes
2379           asm/ds390/features.h and asm/mcs51/features.h
2380         * device/include/asm/default/features.h,
2381         * device/include/asm/gbz80/features.h,
2382         * device/include/asm/z80/features.h: added empty _AUTOMEM
2383           and _STATMEM
2384         * device/include/asm/ds390/features.h,
2385         * device/include/asm/mcs51/features.h: added files with defines for
2386           _AUTOMEM and _STATMEM indicating automatic and static storage class
2387         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2388         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2389         * src/SDCCicode.c (geniCodeCast),
2390         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2391         * src/SDCCloop.c (loopInduction): removed unused variable lr
2392         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2393           to convertToFcall to include char modulo (RFE 1065037), added check
2394           if left operand is unsigned and use abs of literal value
2395         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2396           as it doesn't work after conversion from peephole.def to peephole.rul
2397         * src/mcs51/gen.c (toBoolean): added check for size,
2398           (genModOneByte): optimized code for signed char modulo a literal
2399           power of 2 (thanks to Hubert Sack),
2400           (genRRC): removed unnecessary "clr c",
2401           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2402         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2403           jump optimization,
2404           swapped rules 256.c and 256.d,
2405           extended 256.d by using new multiple checks (thanks Erik),
2406           added rules 256.e and 256.f,
2407           updated rule 261.a and 261.b to new generated code
2408         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2409
2410 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2411
2412         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2413           induction related bugs, including first part of bug #1074377
2414
2415 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2416
2417         * applied patch from bug-report #1076292,
2418         * applied patches for genAnd and Goto-optimizations for Raphael
2419         Neider,
2420         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2421         dump a less iCode information,
2422         * src/pic16/device.h (pic16_options_t): added field debgen,
2423         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2424         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2425         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2426         puclic,
2427         * (various functions): added macros FENTRY and FENTRY2 to functions,
2428         to emit function prologue,
2429         * (various functions): fixed indentation,
2430         * (genNearPointerGet): fixed loading of FSR0,
2431         * (genPackBits): applied patch from Raphael Neider to fix updating
2432         of FSR0 and touching only the modified bits,
2433         * src/pic16/genarith.c (various functions): added macros FENTRY to
2434         emit function prologue in comments,
2435         * src/pic16/pcode.h: added functions debugf2, debugf3,
2436         * src/pic16/ralloc.c: partial fix for packForPush caused
2437         segmentation fault,
2438
2439 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2440
2441         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2442           <stsp AT users.sourceforge.net> with reversed byte order
2443         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2444
2445 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2446
2447         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2448           bug #1074377
2449         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2450         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2451
2452 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2453
2454         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2455
2456 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2457
2458         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2459           conditions,
2460           (setFromConditionArgs): friendly operand parser for peephole rules,
2461           (operandBaseName, operandsNotRelated): new peephole condition
2462           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2463           architecture specific register naming into account, handles n-way
2464           comparisons, and supports quoted literals
2465         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2466
2467 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2468
2469         * src/mcs51/peeph.def: fixed bug #1076940
2470
2471 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2472
2473         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2474
2475 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2476
2477         Adding support for replacing ljmps with sjmps in jumptables
2478         generated for switch statements. For now you need to set the
2479         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2480         Now 4 algorithms for mcs51 jumptable generation are used:
2481         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2482         addresses loaded pc-relative for up to 112 cases and stack-pushing
2483         target addresses loaded with offset from dptr for up to 256 cases.
2484
2485         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2486         * src/mcs51/main.c: adapted constants for switch table generation
2487         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2488
2489 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2490
2491         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2492         * support/regression/tests/bug1057979.c: added test for bug 1073386
2493
2494 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2495
2496         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2497         compilers
2498
2499 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2500
2501         * src/pic16/device.h,
2502         * src/pic16/genarith.c,
2503         * src/pic16/glue.c,
2504         * src/pic16/main.c,
2505         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2506
2507 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2508
2509         Large cummulative patch for pic16 port.
2510         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2511         to call when a stack overflow occurs,
2512         * (malloc.h): added CVS Id tag,
2513         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2514         variable,
2515         * added libc directory. The current version of LibC contains string
2516         functions, ctype functions and macros and some functions of the
2517         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2518         be extensively tested in the future. Standard disclaimer here.
2519         Library is not automatically build yet. But one can build it by
2520         invoking 'make' inside the libc directory.
2521         * added ADC library under libio. Preliminary version yet.
2522
2523         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2524         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2525         aopForRemat() now and not by pic16_aopOp(),
2526         * (pic16_popGetTempReg): removed warning messgae when allocating
2527         temporary registers, its a buggy feature and will be removed,
2528         * (pic16_popGet): set register instance field in AOP_CRY,
2529         * (pic16_outBitC): fixed for results in size greater than 1,
2530         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2531         * (pic16_storeForReturn): optimized return of 0,
2532         * (genCmp): experimental code for new genCmp which uses PIC18's
2533         special compare&skip instructions. Initial tests fail some times
2534         with variables grater than 1 byte in size, so new code is disabled,
2535         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2536         a single bit,
2537         * (genCast): began a fix to optimize the casting of a bit to another
2538         bit, now assigning a bitfield to another bitfield will fail, sorry,
2539         * src/pic16/main.c: disabled the use of lr-support feature,
2540         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2541         * added some function prototypes, added function _debugf prototype,
2542         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2543         bits with offset (case PO_GPR_BIT),
2544         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2545         command line,
2546         * (isBankInstruction): modified to return 0 for no banking instruction,
2547         and 1 for banking instruction,
2548         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2549         caused stop processing pCodes after a inline assembly block,
2550         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2551         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2552         registers when it shouldn't,
2553         * src/pic16/ralloc.c (allocReg): add preliminary support for
2554         supporting a limited set of temporary registers,
2555
2556 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2557
2558         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2559           genDataPointerSet): ensure assignments always copy in MSB to LSB
2560           order,
2561           (loadRegFromAop): recognize CLRH optimization,
2562           (genFunction): optimize RECEIVE iCodes in reentrant functions
2563
2564 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2565
2566         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2567           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2568           selected.
2569         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2570         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2571           contiguous with data
2572
2573 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2574
2575         * device/lib/_gptrget.c (_gptrget),
2576         * device/lib/_gptrgetc.c (_gptrgetc),
2577         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2578           instead of sjmp to ret
2579         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2580           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2581
2582 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2583
2584         * .version: bumped version to 2.4.7
2585         * device/lib/_gptrget.c (_gptrget): is now _naked
2586         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2587         * device/lib/_gptrput.c (_gptrput): is now _naked
2588         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2589           (createFunction): fixed xstack
2590         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2591         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2592           or bit either,
2593           (geniCodeCritical): store original interrupt state in an iTemp bit
2594           var unless stack-auto
2595         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2596         * src/SDCCmain.c (setIncludePath): added include/target to search path
2597         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2598         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2599           prototype,
2600           (processFuncArgs): put bit vars in bit area
2601         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2602           unsaveRBank): fixed xstack,
2603           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2604           (genFunction, genEndFunction): fixed xstack,
2605           (genAssign): optimization don't walk backwards through mem
2606         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2607         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2608         * support/regression/Makefile: also make library (for stack-auto) when
2609           making "all" and added "test-mcs51-xstack-auto"
2610         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2611         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2612         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2613         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2614         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2615           make-library by MAKE_LIBRARY
2616         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2617           regression tests for xstack
2618         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2619         * support/regression/tests/critical.c: test for critical on mcs51
2620
2621 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2622
2623         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2624           built version of sdcc instead of installed version
2625
2626 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2627
2628         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2629         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2630           vprintf.c now
2631         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2632         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2633           WARNING: remove device/lib/build/z80/printf.o by hand when
2634           updating from previous build!
2635         * device/lib/z80/printf.c: updated comment
2636         * support/regression/tests/bug1057979.c: test all ports now
2637         * support/regression/tests/bug1065458.c: file added
2638
2639 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2640
2641         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2642           *_start and *_end symbols for static functions
2643
2644 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2645
2646         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2647           and search crt0.o in all library paths,
2648           (setIncludePath): proper handling of --nostdinc,
2649           (setLibPath): proper handling of --nostdlib
2650         * support/regression/Makefile,
2651         * support/regression/ports/ds390/spec.mk,
2652         * support/regression/ports/gbz80/spec.mk,
2653         * support/regression/ports/hc08/spec.mk,
2654         * support/regression/ports/mcs51/spec.mk,
2655         * support/regression/ports/mcs51-large/spec.mk,
2656         * support/regression/ports/mcs51-stack-auto/spec.mk,
2657         * support/regression/ports/z80/spec.mk: use include and lib files from
2658           built version of sdcc instead of installed version
2659         * doc/sdccman.lyx: fixed typo in --nostdinc
2660
2661 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2662
2663         * src/pic/pcode.c,
2664         * src/pic/device.c,
2665         * src/pic/ralloc.c,
2666         * src/pic/gen.c : added support to generate code for struct bit fields.
2667
2668 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * as/xa51/xa_version.h,
2671         * device/include/errno.h,
2672         * device/include/regc515c.h,
2673         * device/lib/_itoa.c,
2674         * device/lib/_ltoa.c,
2675         * device/lib/ser_ir_cts_rts.c,
2676         * sim/ucsim/xa.src/glob.cc,
2677         * sim/ucsim/xa.src/inst_gen.cc,
2678         * sim/ucsim/xa.src/xa_bit.cc,
2679         * sim/ucsim/xa.src/xa_sfr.cc,
2680         * sim/ucsim/z80.src/inst_dd.cc,
2681         * sim/ucsim/z80.src/inst_fdcb.cc,
2682         * support/scripts/keil2sdcc.pl,
2683         * src/pic16/pic16.dsp,
2684         * src/pic16/pic16a.dsp: corrected cvs line endings
2685         * device/lib/printf_large.c: fixed bug 1057979
2686         * src/pic16/gen.c: fixed non-C standard code
2687         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2688         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2689         * support/regression/ports/mcs51/support.c: reload T1 asap
2690         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2691           pdata use and clear idata startup behaviour
2692         * support/regression/tests/bug1057979.c: added
2693
2694 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2695
2696         * device/examples/ds390/ow390/ad26.h,
2697         * device/examples/ds390/ow390/cnt1d.h,
2698         * device/examples/ds390/ow390/crcutil.c,
2699         * device/examples/ds390/ow390/ownet.h,
2700         * device/examples/ds390/ow390/owsesu.c,
2701         * device/examples/ds390/ow390/swt12.h,
2702         * device/examples/ds390/ow390/swtoper.c,
2703         * device/examples/ds390/ow390/temp10.h,
2704         * device/examples/ds390/ow390/thermodl.c,
2705         * device/examples/ds390/tinitalk/tinitalk.dsp,
2706         * device/examples/ds390/tinitalk/tinitalk.dsw,
2707         * device/examples/mcs51/clock/hw.h,
2708         * device/examples/mcs51/simple2/go.bat,
2709         * device/examples/serialcomm/windows/serial.h,
2710         * device/examples/xa51/dummy.c,
2711         * device/examples/xa51/hello.c,
2712         * device/include/80c51xa.h,
2713         * device/include/at89x051.h: corrected cvs line endings
2714
2715 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2716
2717         * src/pic16/main.c (options): added command line --gstack, to trace
2718         stack over/under flows,
2719         * added pragma 'wparam' to allow passing first byte of function
2720         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2721         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2722         call to __gstack_test function and sets up the symbol as extern,
2723         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2724         * popaop): added call to pic16_testStackOverflow,
2725         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2726         wparamList list,
2727         * (genCall, genPcall): now all parameters are passed via stack
2728         except in functions that are pass to wparam pragma in which WREG is
2729         used too,
2730         * (genPcall): REENTRANT flag is checked to see if variable prototype
2731         contains reentrant keyword, don't call a non-reentrant function, via
2732         a reentrant function pointer or vice versa, functions are never
2733         passed via WREG,
2734         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2735         D.Winkler,
2736         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2737         SIGSEGV when accessing a NULL register stucture,
2738         * (pic16_printGPointerType): modified to handle UPPER modifier for
2739         function initializers, changed prototype of function to simpler one,
2740         * (pic16_printIvalFuncPtr): check to see if function is already
2741         added in externs list,
2742         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2743         optimized a move from W to SFR with a move to the same register
2744         later after a CALL,
2745         * device/lib/pic16/debug: NEW directory, contains debug features
2746         which are enabled when linking with libdebug.lib, currently command
2747         line option --gstack enables stack pointer tracing for over/under
2748         flow, corresponding sources are in debug/gstack
2749
2750 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2751
2752         * doc/sdccman.lyx: updated SDCC version,
2753         * (PIC16 port): update list of command line options,
2754         * src/pic16/device.h (structure pic16_options_t): added field gstack
2755         to enable stack overflow tracing on push/pops,
2756         * src/pic16/device.c (statistics structure): added statistics
2757         structure,
2758         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2759         pic16_dump_int_registers): increase statistics counters for each
2760         * variable which is encountered
2761         * (pic16_dump_usection): emit each .udata variable to its own udata
2762         section,
2763         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2764         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2765         parameters via stack, otherwise use old scheme,
2766         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2767         assembler output file,
2768         * src/pic16/main.c: added command line options --gstack to enable
2769         push/pop tracing for stack overflow,
2770         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2771         instructions): added size of each instruction,
2772         * (pic16_countInstruction): estimate size of instructions in
2773         the_pFile list, inline assembly blocks are not counted,
2774         * (pic16_FixRegisterBanking): trace previous register usage, when
2775         banksel optimizations is greater than 0, don't emit a redudant
2776         banksel directive,
2777
2778 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2779
2780         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2781         * src/pic16/ralloc.c : applied same fix for pic16.
2782         * src/pic/gen.c : tidied it up a little.
2783
2784 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2785
2786         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2787         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2788
2789 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2790
2791         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2792
2793 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2794
2795         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2796         non-reentrant function __modsint in the interrupt function (thus
2797         corrupting math operations during serial I/O)
2798         * device/lib/ser_ir.c: as above, changed buffersize
2799         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2800         256.c,d for zeroing
2801         * doc/Makefile: added option -t for rsync
2802
2803 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2804
2805         * src/SDCCast.h (struct ast),
2806         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2807
2808 2004-10-20 Borut Razem <borut.razem AT siol.net>
2809
2810         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2811         package
2812
2813 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2814
2815         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2816         makefile targets,
2817         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2818         support functions to replace long sequences of MOVFF's from access
2819         bank registers to stack and vice versa,
2820         * src/pic16/device.h: added new field opt_flags, where optimization
2821         flags can be set to enable certain features,
2822         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2823         * pBlock, (genFunction, genEndFunction): surroung loop for
2824         saving/loading used registers in stack with PC_INFO pCodes,
2825         INF_LREGS. Code in between can then be optimized by pCode optimizer
2826         to support function calls,
2827         * (genDataPointerSet): fixed bug which loaded float fields in
2828         structures with corrupt data,
2829         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2830         in a standard way debug info on stderr. Feature used for developing
2831         and debugging only,
2832         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2833         obsolete chunks of code,
2834         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2835         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2836         * pic16/src/pcode.c (pic16_newpCodeInfo,
2837         * (pic16_newpCodeOpLocalRegs),
2838         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2839         feature,
2840         * (pic16_pCodeConstString): printing of the initial value of a
2841         symbol as a comment is inhibited since parsing was already done by
2842         copyStr and output is corrupt,
2843         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2844
2845 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2846
2847         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2848
2849 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2850
2851         * as/mcs51/lkarea.c: removed old K&R style,
2852           (lnksect): changed check on boundary error,
2853           (lnksect2): changed check on boundary error,
2854           (lnksect2): extend XSTK to end of page if size = 1
2855         * as/mcs51/lkmain.c: removed old K&R style,
2856           (Areas51): create l_IRAM symbol
2857         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2858         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2859           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2860         * device/lib/_mullong.c: added version to be compiled with xstack
2861         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2862         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2863         * device/lib/mcs51/crtxstack.asm: fixed comment
2864         * src/SDCCglue.c: maxInterrupts defaults to 0,
2865           (emitMaps): added pdata,
2866           (createInterruptVect): (re)moved default,
2867           (glue): added pdata,
2868           (glue): moved __start__xstack to XSTK with default size 1
2869         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2870           and options.float_rent when options.stackAuto is set,
2871           (linkEdit): only write XDATA_NAME if provided on command line
2872         * src/SDCCmem.h,
2873         * src/SDCCmem.c: added pdata
2874         * src/port.h: added pdata_name to PORT
2875         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2876           (saveRegisters, unsaveRegisters): removed usage of B,
2877           (genMinus): fixed accumulator clash,
2878           (genJumpTab): added comment, this needs another look
2879         * src/mcs51/gen.c: added check for "B in use" paranoia,
2880           added pushB() and popB()
2881         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2882           chance
2883         * src/avr/main.c,
2884         * src/ds390/main.c,
2885         * src/hc08/main.c,
2886         * src/mcs51/main.c,
2887         * src/pic/main.c,
2888         * src/pic16/main.c,
2889         * src/xa51/main.c,
2890         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2891           added PSEG (PAG,XDATA) or NULL to port specifier
2892         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2893         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2894           (_mcs51_genInitStartup): removed __start__xstack equ,
2895           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2896         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2897         * src/z80/gen.c (_rleAppend): fixed warnings
2898         * support/regression/tests/zeropad.c: added pdata test
2899         * .version: bumped to 2.4.6
2900
2901 2004-10-17 Borut Razem <borut.razem AT siol.net>
2902
2903         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2904         as a part of nightly build
2905
2906 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2907
2908         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2909         WREG holds the first byte function parameters,
2910         * (aopForSym): take special case for symbols which are in FARSPACE
2911         but in CODESPACE too,
2912         * (assignResultValue): modified to take into account _G.useWreg,
2913         * (genCall): don't use wreg for parameter passing when function is
2914         declared as reentrant, too, added optimization INCF to stack
2915         pointer when stack parameter count is 1,
2916         * (genFunction, genEndFunction): refurnished and fixed to not using
2917         wreg for passing parameters when function has varargs or is
2918         reentrant, fixed bug with symbol name compare for generating
2919         functions in absolute address,
2920         * (pic16_storeForReturn): refurnished,
2921         * (genCmp): began writing a new version of the function, not ready
2922         yet, therefore it is disabled,
2923         * (genAssign): do not read code memory when assigning a function to
2924         a pointer function,
2925         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2926         array of characters, not pointer,
2927         * (pic16initialComments): in debug mode emit an .ident directive for
2928         the assembler,
2929         * (_process_pragma): emit a new warning type (internal to pic16)
2930         when setting stack to default length, emit a similar warning when
2931         placing a function at absolute address and address is not word aligned
2932         * (_pic16_parseOptions): added 'return TRUE' statement,
2933         * (_pic16_linkEdit): if compiling a source, then add the source's
2934         file object, first in the list of objects to link,
2935
2936 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2937
2938         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2939         * src/pic/main.c : removed VC warning.
2940         * src/pic/gen.c : changed comment.
2941
2942 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2943
2944         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2945         reference to a deprecated symbol _GPTRREG was causing failure to
2946         link. Thanks G. M. Gallant for the info.
2947
2948 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2949
2950         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2951         comments for Bugs item #954788.
2952
2953 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2954
2955         * src/pic16/device.c (pic16_dump_gsection,
2956         * pic16_groupRegistersInSection): handle symbols declared to be in
2957         access bank differently,
2958         * src/pic16/gen.c (struct _G): added field resDirect,
2959         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2960         send values read from stack directly to result and don't allocate
2961         temporary values,
2962         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2963         same registers,
2964         * (pic16_sameRegsOfs): NEW,
2965         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2966         free because they were not allocated from temporary pool,
2967         * pic16_popRegFromString): workaround to fix a problem with
2968         allocating variables twice or never,
2969         * (genGenPointerGet): using PRODL instead of FSR0H,
2970         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2971         instead of FSR0H,
2972         * (genAssign): take advantage of the _G.resDirect flag,
2973         * (genCast): around line 11844, use mov2f instead of directly
2974         MOVFF'ing between operands to account for literal values,
2975         * src/pic16/genutils.c: some new debug functions for gpsim have been
2976         added,
2977         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2978         float with integer part only,
2979         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2980         place variables in access bank
2981         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2982         updated sources to reflect recent changes in gen.c
2983
2984 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2985
2986         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2987         sources that searched for headers in installation path, now the
2988         device/include/pic16 is used,
2989         * src/pic16/glue.c (pic16glue),
2990         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2991         .line directives if not in debug mode, this suppresses assembler's
2992         warnings for ignored directives
2993
2994 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2995
2996         * src/port.h: made reset_regparms prototype void parameter explicit.
2997         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2998         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2999         * doc/sdccman.lyx: documented warning disabling and how to use
3000           printf_large to make it print floats.
3001         * device/include/stdbool.h: NEW
3002         * device/lib/_atof.c,
3003         * device/lib/_divuint.c,
3004         * device/lib/_divulong.c,
3005         * device/lib/expf.c,
3006         * device/lib/printf_large.c,
3007         * device/lib/sincosf.c,
3008         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3009         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3010           a completely reentrant lib.
3011
3012 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3013
3014         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3015         * device/include/pic16/stdio.h: fixed bug with colon
3016
3017 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3018
3019         * device/include/pic16/stdio.h,
3020         * device/include/pic16/stdlib.h,
3021         * device/include/pic16/math.h: NEW
3022         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3023         declared as _naked to reduce overhead
3024         * device/lib/Makefile.in (target port-specific-objects-pic16):
3025         changed * to *.* so to ignore the CVS directory,
3026         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3027         stacked variables back in stack,
3028         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3029         corruption
3030
3031 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3032
3033         * .version: bumped version number to 2.4.5
3034         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3035         * support/Util/SDCCerr.c (messages structure): added entry for
3036         W_POSSBUG2
3037
3038         Large cumulative patch for pic16 port and libraries.
3039         * device/include/pic16/sdcc-lib.h,
3040         * device/include/pic16/stdarg.h,
3041         * device/include/asm/pic16/features.h,
3042         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3043         * device/include/pic16/float.h: changes reentrant keyword with
3044         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3045         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3046         updated target build-libraries to include objects from gptr,
3047         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3048         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3049         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3050         all function headings,
3051         * src/SDCCmain.c: added global parameter userIncDirsSet,
3052         * (parseCmdLine): when option -I is encountered add directory to
3053         userIncDirsSet too,
3054         * src/version.awk: added space between control and long,
3055         * src/pic16/NOTES: added some notes for the port,
3056         * src/pic16/gen.c: added prototype for mov2fp function,
3057         * (fReturnpic16[]): properly named return value registers,
3058         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3059         * (aopForSym): added code to handle symbols with onStack flag set,
3060         symbols onStack are allocated PTRSIZE bytes,
3061         * (aopFreeAsmop): handles special case where asmops are stack objects,
3062         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3063         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3064         added argument lock to trace flaws in allocating temporary registers
3065         when developing port,
3066         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3067         * (pic16_popRegFromString): reenabled allocating a direct register
3068         from string,
3069         * (assignResultValue): various beautifications,
3070         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3071         referenced function argument,
3072         * (genIpush): reenabled to allow stacked arguments, handles only
3073         ic->parmPush iCodes,
3074         * (genCall, genPcall): major changes to allow for variable argument
3075         functions, fixed a bug with falsely restoring stack pointer after
3076         returning from call,
3077         * (genFunction): pending code for critical function,
3078         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3079         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3080         * (genNearPointerGet): fixed bug with indirect reading, was always
3081         reading from INDF0
3082         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3083         pointers,
3084         * (genAddrOf): rewrote code to take address of a stacked function parameter
3085         * (genCast): fixed casting to generic pointer type,
3086         * src/pic16/gen.h: added AOP_STA,
3087         * (struct asmop): added field stk,
3088         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3089         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3090         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3091         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3092         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3093         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3094         generic pointers,
3095         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3096         and library paths,
3097         * (pic16_port structure): generic pointer size is set to 3,
3098         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3099         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3100         compiler warning,
3101         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3102         operand is an iTemp,
3103
3104 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3105
3106         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3107         * debugger/mcs51/simi.c: addapt new syntax of s51
3108
3109 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3110
3111         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3112         * src/pic16/pcode.c: commented out some calls to free() in order to
3113         fix bug #989576,
3114
3115 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3116
3117         * src/SDCCicode.h,
3118         * src/SDCCicode.c (isiCodeInFunctionCall),
3119         * src/avr/ralloc.c (selectSpil),
3120         * src/pic/ralloc.c (selectSpil),
3121         * src/pic16/ralloc.c (selectSpil),
3122         * src/ds390/ralloc.c (selectSpil),
3123         * src/hc08/ralloc.c (selectSpil),
3124         * src/xa51/ralloc.c (selectSpil),
3125         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3126         stack in the middle of a function call sequence (fixes bug #1020268)
3127         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3128         costs associated with the minimum switch case.
3129
3130 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3131
3132         * src/SDCC.lex: fixed bug #1030549
3133
3134 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3135
3136         * src/SDCCcse.h (struct cseDef),
3137         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3138         over a function call if the CSE is derived from a symbol whose
3139         address has been taken (fixes bug #1029883)
3140         * support/regression/tests/bug-1029883: a new regression test for
3141         this bug
3142
3143 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3144
3145         * src/hc08/gen.c (emitinline): fixed bug #1029778
3146         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3147         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3148         and starts toward RFE #905167)
3149
3150 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3151
3152         * src/pic16/gen.c (mov2f): New function to move an operand to
3153         another without considering if it is a literal or a register,
3154         * (pic16_sameRegs): don't check if they are both AOP_REG,
3155         * (AccRsh): removed andmask=0 lines,
3156         * (genLeftShift): duplicated to be improved in future versions,
3157         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3158         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3159         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3160         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3161         * (insertBankSwitch): fixed inserting banksel directives algorithm
3162         for instructions that follow a skip instruction, this fixes a report
3163         for broken subtraction code generation,
3164         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3165         iCode is a left op, just in case result and right share the same
3166         registers
3167
3168 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3169
3170         * src/hc08/main.c,
3171         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3172         preservation of HX
3173         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3174         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3175         on 2004-09-12; it was buggy
3176
3177 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3178
3179         * src/SDCCsymt.h: removed RESULT_CHECK
3180         * src/SDCCast.c,
3181         * src/SDCCglue.c,
3182         * src/SDCCval.c,
3183         * src/pic/glue.c,
3184         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3185
3186 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3187
3188         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3189         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3190         configuration values no more rejected by compiler, they are assigned
3191         to configuration registers with a warning message instead,
3192         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3193         the for-loop so last conf register is emitted too,
3194         * (_pic16_initPaths): link library libsdcc.lib by default,
3195         * (_hasNativeMulFor): modified test for multiplication according to
3196         Raphael Neider's remarks. Integer multiplication is also done with
3197         support functions,
3198         * device/include/pic16/pic18fregs.h: corrected type error in while
3199         testing and including 18f6720 header file
3200
3201 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3202
3203         * src/pic16/device.h (pic16_options): removed field use_crt,
3204         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3205         until an optimization to handle single bits is added,
3206         * (pic16_loadFSR0): moved before genUnpackBits,
3207         * (genAnd): some white lines removed,
3208         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3209         leave_reset flags in pic16_options when using crt modules,
3210
3211 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3212
3213         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3214           for bugs 898889 & 979599. Also used some safer print instructions.
3215
3216 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3217
3218         * src/pic16/device.h (pic16_options_t): added field use_crt,
3219         crt_name, no_crt,
3220         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3221         catch a probable future bug,
3222         * src/pic16/gen.c: aopIdx function commented out,
3223         * (genAssign): commented out old code which used aopIdx,
3224         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3225         code, added if conditionals to take into account the --use-crt
3226         command line options,
3227         * src/pic16/main.c (pic16_optionsTable): added new command line
3228         options, --use-crt= and --no-crt,
3229         * (_pic16_linkEdit): now the proper crt object is added in the
3230         linker command line except than when --no-crt is specified,
3231         * src/pic16/pcode.c,
3232         * src/pic16/pcode.h: added some structures and functions for a new
3233         optimization scheme to compansate for instruction overhead between
3234         same iCodes, this scheme is currently under development and is not
3235         working in any way,
3236         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3237         to && operator,
3238         * device/lib/pic16/startup/crt0i.c,
3239         * device/lib/pic16/startup/crt0iz.c: added global char variable
3240         __uflags to force the generation of an idata section
3241
3242 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3243
3244         * doc/Makefile,
3245         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3246         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3247
3248 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3249
3250         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3251         Frieder) and clarified the default code optimization mode
3252
3253 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3254
3255         * src/SDCC.lex (doPragma, process_pragma),
3256         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3257         "opt_code_size", and "opt_code_balanced"
3258         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3259         regrouped options by category, added support for category headers
3260         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3261         and "--opt-code-size"
3262         * doc/sdccman.lyx: documented these new options and pragmas
3263         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3264         preference into account
3265
3266 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3267
3268         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3269           geniCodePreDec): Fixed bug 904237 by generating a warning
3270         * src/SDCCerr.h,
3271         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3272
3273 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3274
3275         * src/pic/device.c : When no max ram set validate full memory range.
3276         * src/pic/pcode.c,
3277         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3278
3279 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3280
3281         * device/lib/_gptrget.c,
3282         * device/lib/_gptrput.c: updated comment
3283         * device/lib/calloc.c,
3284         * device/lib/free.c,
3285         * device/lib/malloc.c,
3286         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3287         * src/SDCCcse.c (cseBBlock),
3288         * src/SDCCicode.c (printOperand, geniCodeArray),
3289         * src/SDCCicode.h (struct operand): fixed bug 868103
3290         * support/regression/tests/bug-868103.c: added
3291         * src/SDCCast.c (searchLitOp),
3292         * src/SDCCcse.h (struct cseDef),
3293         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3294         * src/SDCCicode.h (struct operand),
3295         * src/SDCCsymt.h (struct sym_link),
3296         * src/avr/gen.c (hasInc),
3297         * src/ds390/gen.c (hasInc),
3298         * src/hc08/gen.c (genPlusIncr, hasInc),
3299         * src/mcs51/gen.c (hasInc),
3300         * src/pic16/glue.c (pic16_printIvalChar),
3301         * src/pic16/ralloc.c (regWithIdx),
3302         * src/xa51/gen.c (hasInc) : removed warnings
3303         * src/SDCCast.c (createBlock): added comment ???
3304         * src/hc08/ralloc.c: updated comments
3305
3306 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3307
3308         * doc/sdccman.lyx: updated section on switch statements, added
3309         section about semaphore locking
3310         * doc/Makefile: added option -info for latex2html
3311         * device/lib/_gptrget.c,
3312         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3313
3314 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3315
3316         * src/pic/device.h,
3317         * src/pic/device.c,
3318         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3319          maxram is less than 0x100.
3320
3321 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3322
3323         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3324
3325 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3326
3327         * src/port.h,
3328         * src/mcs51/main.c,
3329         * src/ds390/main.c,
3330         * src/z80/main.c,
3331         * src/hc08/main.c,
3332         * src/pic/main.c,
3333         * src/pic16/main.c,
3334         * src/avr/main.c,
3335         * src/xa51/main.c
3336         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3337         a jump table is the best form for a switch statement, including
3338         automatic insertion of missing cases to make the case range
3339         continuous. Developed in collaboration with Frieder Ferlemann.
3340
3341 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3342
3343         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3344         accumulator result if it needs sign extension
3345
3346 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3347
3348         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3349
3350 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3351
3352         * device/lib/gbz80/printf.c,
3353         * device/lib/z80/printf.c: removed define for NULL
3354
3355 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3356
3357         * as/xa51/xa_link.c,
3358         * device/examples/ds390/ow390/ad26.c,
3359         * device/examples/ds390/ow390/cnt1d.c,
3360         * device/examples/ds390/ow390/counter.c,
3361         * device/examples/ds390/ow390/ds2480.h,
3362         * device/examples/ds390/ow390/ds2480ut.c,
3363         * device/examples/ds390/ow390/findtype.c,
3364         * device/examples/ds390/ow390/gethumd.c,
3365         * device/examples/ds390/ow390/owllu.c,
3366         * device/examples/ds390/ow390/ownetu.c,
3367         * device/examples/ds390/ow390/swt12.c,
3368         * device/examples/ds390/ow390/swtloop.c,
3369         * device/examples/ds390/ow390/temp.c,
3370         * device/examples/ds390/ow390/temp10.c,
3371         * device/examples/ds390/ow390/thermo21.c,
3372         * device/examples/ds390/ow390/tinilnk.c,
3373         * device/examples/ds390/ow390/tstfind.c,
3374         * device/examples/serialcomm/windows/serial.cpp,
3375         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3376         * device/include/reg51.h: fixed line endings for cvs
3377
3378 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3379
3380         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3381         packRegsForAccUse, packRegisters): new accumulator register
3382         packing algorithm
3383         * support/regression/ports/hc08/support.c (_putchar): suppress
3384         warning of unused variable
3385         * src/SDCCicode.c: added SWAP entry to codeTable
3386
3387 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3388
3389         * device/lib/sprintf.c: forgot to add this file before previous commit
3390
3391 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3392
3393         * src/pic16/gen.c (genPackBits): added operand right in function
3394         parameters, load result directly if p_type is POINTER (that is
3395         called by genNearPointerSet)
3396         * (genUnPackBits): added operand left in function parameters,
3397         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3398         FSR0 if accessing bitfields,
3399
3400 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3401
3402         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3403           _print_format; updated printf, sprintf, vsprintf
3404         * device/include/asm/default/features.h: corrected comment/define
3405         * device/lib/Makefile.in: added sprintf.c
3406         * device/lib/libsdcc.lib: added sprintf module
3407         * device/lib/printf_large.c,
3408         * device/lib/vprintf.c,
3409         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3410           into these 3 files
3411         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3412         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3413         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3414           hc08 test
3415         * support/regression/tests/zeropad.c: define idata as data for hc08
3416
3417 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3418
3419         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3420         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3421         labels are referenced at least once (even if a reference is not found)
3422         * src/hc08/gen.c (emitcode): set isComment flag for comments
3423         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3424         loads), rules 6a..6b (optimize jumps to return)
3425
3426 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3427
3428         * device/lib/acosf.c (acosf),
3429         * device/lib/asinf.c (asinf),
3430         * device/lib/atanf.c (atanf),
3431         * device/lib/ceilf.c (ceilf),
3432         * device/lib/cosf.c (cosf),
3433         * device/lib/coshf.c (coshf),
3434         * device/lib/cotf.c (cotf),
3435         * device/lib/fabsf.c (fabsf),
3436         * device/lib/floorf.c (floorf),
3437         * device/lib/log10f.c (log10f),
3438         * device/lib/logf.c (logf),
3439         * device/lib/sinf.c (sinf),
3440         * device/lib/sinhf.c (sinhf),
3441         * device/lib/sqrtf.c (sqrtf),
3442         * device/lib/tanf.c (tanf),
3443         * device/lib/tanhf.c (tanhf),
3444         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3445         replaced all instances of "reentrant" in the library functions
3446         defined in math.h with this macro.
3447         * support/regression/tests/float_trans.c: reenabled test for hc08
3448
3449 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3450
3451         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3452         erroneously deleted
3453
3454 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3455
3456         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3457         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3458         multi-byte volatile operands are used
3459         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3460         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3461         initialization to area GSINIT0 so that it would always precede
3462         any static initializers in GSINIT
3463         * support/regression/tests/zeropad.c: fixed idata define for hc08
3464         * support/regression/tests/bug-927659.c,
3465         * support/regression/tests/float_trans.c: disabled tests for hc08
3466         pending missing library routines
3467         * .version: increased version number to 2.4.4 - hc08 port now passes
3468         regression tests
3469
3470
3471 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3472
3473         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3474         * Makefile.common.in,
3475         * as/Makefile,
3476         * as/hc08/Makefile.in,
3477         * as/mcs51/Makefile.in,
3478         * as/z80/Makefile.in,
3479         * debugger/mcs51/Makefile.in,
3480         * device/include/Makefile.in,
3481         * device/lib/Makefile.in,
3482         * doc/Makefile,
3483         * link/Makefile,
3484         * link/z80/Makefile.in,
3485         * packihx/Makefile.in,
3486         * sim/ucsim/main_in.mk,
3487         * sim/ucsim/avr.src/Makefile.in,
3488         * sim/ucsim/doc/Makefile.in,
3489         * sim/ucsim/gui.src/serio.src/Makefile.in,
3490         * sim/ucsim/hc08.src/Makefile.in,
3491         * sim/ucsim/s51.src/Makefile.in,
3492         * sim/ucsim/xa.src/Makefile.in,
3493         * sim/ucsim/z80.src/Makefile.in,
3494         * src/Makefile.in,
3495         * support/cpp2/Makefile.in,
3496         * support/librarian/Makefile,
3497         * support/makebin/Makefile: added DESTDIR to the install path proposed
3498         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3499         * doc/sdccman.lyx: added DESTDIR documentation
3500
3501 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3502
3503         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3504         instruction for interrupt handlers, use fast returns when returning
3505         from high priority interrupts
3506
3507 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3508
3509         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3510         code generation
3511         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3512         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3513         bugs, ported much of Bernhard's code from mcs51
3514         * src/mcs51/gen.c (genSend),
3515         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3516         than one when calling a reentrant function
3517         * device/lib/_mullong.c: defined an alternate struct layout for big
3518         endian ports (hc08)
3519
3520 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3521
3522         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3523         test
3524
3525 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3526
3527         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3528         are sane and complete before asking the port its prefered parameter
3529         passing method (fixes bug #1017633)
3530         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3531         and _ret3
3532
3533 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3534
3535         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3536         problem in bitfields >= 8 bits.
3537
3538 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3539
3540         * src/SDCCsymt.c: undid changes that were not meant to be committed
3541
3542 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3543
3544         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3545
3546 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3547
3548         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3549           copied and wrong bit got inverted
3550
3551 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3552
3553         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3554         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3555         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3556         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3557         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3558         assignments to bitfields at known addresses
3559         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3560         reads from bitfields at known addresses
3561         * src/hc08/ralloc.c (packRegisters),
3562         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3563         genhc08Code): optimize pointer get values used as conditionals
3564         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3565         and branch
3566
3567 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3568
3569         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3570         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3571         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3572         as conditionals
3573
3574 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3575
3576         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3577
3578 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3579
3580         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3581         related problems
3582
3583 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3584
3585         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3586
3587 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3588
3589         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3590         mcs51 port
3591
3592 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3593
3594         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3595
3596 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3597
3598         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3599         cases use more compact code.
3600
3601 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3602
3603         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3604
3605 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3606
3607         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3608
3609 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3610
3611         * src/SDCCsymt.h,
3612         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3613         parameter of changePointer() from symbol* to sym_link*
3614         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3615         * src/SDCCsymt.c (compareType): void* type is castable to other
3616         pointers, but not necesarily an exact match.
3617         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3618         is no longer blindly treated as an exact match.
3619         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3620
3621 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3622
3623         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3624
3625 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3626
3627         * src/pic/gen.c,
3628         * src/pic/pcode.c,
3629         * src/pic/ralloc.h,
3630         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3631
3632 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3633
3634         * src/pic/device.c,
3635         * src/pic/device.h,
3636         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3637
3638 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3639
3640         * src/mcs51/gen.c (emitcode): fixed bug #992819
3641
3642 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3643
3644         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3645           there's no need to make it worse
3646
3647 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3648
3649         * src/mcs51/ralloc.c (deassignLR),
3650         * src/ds390/ralloc.c (deassignLR),
3651         * src/hc08/ralloc.c (deassignLR),
3652         * src/z80/ralloc.c (deassignLR),
3653         * src/pic/ralloc.c (deassignLR),
3654         * src/pic16/ralloc.c (deassignLR),
3655         * src/avr/ralloc.c (deassignLR),
3656         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3657         rlivePoint): fixed another part of bug #971834
3658
3659 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3660
3661         * src/z80/main.c: enabled "critical" keyword
3662         * src/z80/mappings.i,
3663         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3664         functions (fixes bug #979646)
3665         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3666
3667 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3668
3669         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3670           such as c:\mydir.
3671
3672 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3673
3674         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3675           doesn't disable too much optimizations
3676
3677 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3678
3679         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3680
3681 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3682
3683         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3684
3685 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3686
3687         * src/pic/gen.c tidied up tabs
3688         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3689         * src/pic/main.c tidied up tabs
3690         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3691         * src/pic/pcoderegs.c tidied up tabs
3692         * src/pic/ralloc.c tidied up tabs
3693
3694 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3695
3696         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3697         to S_FIXED for pic16 port and when symbol is not in level 0,
3698         allocate for S_REGISTER storage class and pic16 port, too,
3699         * src/pic16/device.h: prototype for checkSym,
3700         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3701         * (pic16_assignConfigWordValue): test the value and the mask to
3702         validate that the value is suitable for the configuration word,
3703         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3704         collect extern declared symbols, don't emit symbol twice, check
3705         first if symbol is in publics set first,
3706         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3707         * added command line '--fstack' which enables an experimental
3708         feature for stack access, too buggy to be used yet...
3709         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3710         * (pic16_allocDirReg): when register has storage class S_REGISTER
3711         allocate in pic16_dynAccessRegs,
3712         * device/include/pic16/pic18f????.h: modified configuration word
3713         naming convention, words started as CONFIG0H but should be CONFIG1H
3714
3715 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3716
3717         * device/include/mcs51reg.h: fixed bug 970993
3718
3719 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3720
3721         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3722         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3723         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3724         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3725         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3726         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3727           error/warning numbers,
3728           added function setWarningDisabled()
3729         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3730         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3731           _memcmp.c _memmove.c calloc.c realloc.c free.c
3732         * support/regression/tests/malloc.c: added tests for new functionality
3733         * support/regression/tests/zeropad.c: added tests for truncated initializers
3734           and initialized char arrays starting with '\x0'
3735         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3736
3737 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3738
3739         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3740
3741 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3742
3743         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3744         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3745         peephole 177.e. Thanks to anonymous
3746
3747 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3748
3749         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3750         function isn't used in the source but referenced as a
3751         variable initializer then declare it as extern in .asm file
3752
3753 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3754
3755         * .version: increased version number to 2.4.3
3756
3757         Adding version extension according to ChangeLog CVS revision
3758         * src/Makefile.in (target all): added dependency 'version.h'
3759         * (rule version.h): added rule to create version.h from ChangeLog,
3760         * (rule dep): added dependency version.h,
3761         * src/version.awk: AWK script to create version.h
3762         * src/SDCCdwarf2.c (dwWriteModule),
3763         * src/SDCCglue.c (initialComments),
3764         * src/SDCCmain.c (printVersionInfo): modified to write after
3765         version string the version extension number,
3766         * src/SDCCutil.c: included "version.h"
3767         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3768         number,
3769         * src/SDCCutil.h: added prototype for getBuildNumber
3770
3771         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3772         includeDirsSet, too,
3773         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3774         const char [] is found in function prototype...
3775
3776         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3777         moving to WREG with source is already in WREG,
3778         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3779         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3780         * (aopForSym): stack'ed symbols are partially supported, added
3781         if-clause to support symbols in FARSPACE,
3782         * (sameRegs): added test for AOP_ACC to see if registers are same,
3783         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3784         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3785         * (pic16_popRegFromString): will not allocate a new register if it
3786         doesn't find one by name, bug may have introduced...
3787         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3788         * (genIpush): revived to use pic16 port's stack,
3789         * (genAddrOf): added incomplete case for stack'ed operand,
3790         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3791         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3792         can handle multibyte operands,
3793         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3794         * (pic16initialComments): added message for MPLAB compatibility
3795         mode enabled,
3796         * src/pic16/main.h: prototype for pic16_mplab_comp,
3797         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3798         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3799         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3800         because of increased complexity of procedure,
3801         * (_process_pragma): stack pragma changed to format 'stack pos len',
3802         emit symbol '_stack_end' to conform with gplink,
3803         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3804         to search for register,
3805         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3806         PO_GPR_REGISTER,
3807         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3808         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3809         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3810         case for PO_GPR_REGISTER,
3811         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3812         dies, the new era is ahead !...
3813         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3814         pic16_dynInternalRegs,
3815         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3816         * (pic16_allocDirReg): minor optimizations and bug fixes,
3817         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3818
3819         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3820         load stack and frame pointer with address of 'stack_end' symbol
3821
3822 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3823
3824         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3825         without source code but only variable initializers
3826
3827 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3828
3829         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3830         external are not declared as extern to reduce overhead while linking
3831
3832 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3833
3834         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3835
3836 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3837
3838         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3839           Yee Keat for the patch
3840         * src/SDCCast.c (decorateType): fixed bug #979599
3841         * src/ds390/gen.h: removed local fReturnSizeDS390
3842         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3843         * src/ds390/gen.c (genAnd, genOr, genXor),
3844         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3845
3846 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3847
3848         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3849         add relFilesSet to $3, manipulate $2 to handle linking of object
3850         files without source files in command line,
3851         * device/include/pic16 (all headers): added ID location macros,
3852         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3853         entries for ID location bytes,
3854         * (pic16_assignIdByteValue): NEW,
3855         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3856         added field dumpcalltree to pic16_options_t,
3857         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3858         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3859         emitting rFalseIfx label after check_carry label,
3860         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3861         pic16_emitDIRegs), NEW
3862         * (pic16glue): dump .calltree file when option --calltree found,
3863         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3864         * (_pic16_genAssemblerPreamble): emit ID locations after
3865         configuration registers,
3866         * (pic16_linkCmd): modifications of the link command,
3867         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3868         * (pic16_pCodeInitRegisters): don't init stack registers,
3869         * (pic16_findPrevInstruction): fixed bug,
3870         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3871         bug with immediate registers,
3872         * (buildCallTree): traces stack push and pop,
3873         * (pct2): dump also stack usage for each function,
3874         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3875         * (pic16_allocDirReg): various modifications,
3876         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3877         fixed to 1,
3878
3879 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3880
3881         * src/pic16/pcode.c: removed buggy double colon
3882
3883 2004-07-01 Borut Razem <borut.razem AT siol.net>
3884
3885         * support/scripts/sdcc.nsi: added include/pic16 to setup
3886
3887 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3888
3889         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3890         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3891         target 'clean',
3892         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3893         specific command line arguments. Also added sample lkr script
3894         for placing a variable at a specific memory bank.
3895         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3896         at a specific memory bank,
3897         * (pic16_dump_isection): fixed bug which caused string literals to
3898         be omitted when dumping idata section,
3899         * (pic16_groupRegistersInSection): added code to handle registers
3900         in specific memory banks,
3901         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3902         public, all references are renamed too,
3903         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3904         AOP_DPTR2,
3905         * (pic16_storeForReturn): added case to handle when dest is WREG,
3906         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3907         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3908         pic16_rel_udata, check to see if that register is marked as being
3909         a member of a specific memory bank,
3910         * (pic16_printIvalCharPtr): added code to add string literals either
3911         to code or the idata sections,
3912         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3913         also accept the 'udata' pragma,
3914         * src/pic16/main.h: new structure types sectName and sectSym
3915         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3916         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3917         * (pic16_findPrevInstruction): fixed, it returned nothing,
3918         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3919         instruction combinations,
3920         * (pic16_FixRegisterBanking): heavily reorganised,
3921         * (pic16_AnalyzeBanking): if generating banksel directives is
3922         disabled, then don't call FixRegisterBanking at all,
3923         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3924         completely removed,
3925         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3926
3927 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3928
3929         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3930         Phuah Yee Keat <yk.phuah AT nestac.com>
3931
3932 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3933
3934         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3935         correctly the IVT even if it is relocated to some other location
3936
3937 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3938
3939         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3940         * device/include/pic16/pic18f2220.h: NEW,
3941         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3942         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3943         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3944         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3945         nodefaultlibs, ivt_loc is the location of the interrupt vector
3946         table, and nodefaultlibs signs that default libraries should not be
3947         linked in link stage,
3948         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3949         according to --ivt-loc argument,
3950         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3951         when pragma stack is found,
3952
3953 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3954
3955         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3956         256 (range check), 257 (do while), 258.a-f (bit banging
3957         f.e. on 3-wire SPI bus)
3958
3959 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3960
3961         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3962         variables used exclusively within a loop
3963
3964 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3965
3966         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3967
3968 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3969
3970         * src/SDCClrange.c (computeClash): fixed bug #971834
3971
3972 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3973
3974         * src/mcs51/gen.c (genCmp): fixed bug #975903
3975         * src/hc08/gen.c (operandsEqu),
3976         * src/ds390/gen.c (operandsEqu),
3977         * src/z80/gen.c (operandsEqu),
3978         * src/pic/gen.c (operandsEqu),
3979         * src/pic16/gen.c (operandsEqu),
3980         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3981         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3982
3983 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3984
3985         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3986
3987 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3988
3989         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3990         default case in switch statement,
3991         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3992         to eliminate problem with initialisation of pointers, but problem
3993         still exists,
3994         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3995         * (emitStaticSegment): removed various lines emitting debug info,
3996         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3997         added processor registers for utilizing EEPROM,
3998         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3999         configurable and set 8
4000
4001 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4002
4003         * .version: increased version number to 2.4.2,
4004
4005         Cumulative patch for pic16 port
4006         * src/pic16/device.c: changed scheme to dump initial values for
4007         variables in idata segment, all print_idata* functions were removed,
4008         now the pic16_printIval* will be called,
4009         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4010         * _pic16_printPointerType, pic16_printPointerType,
4011         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4012         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4013         NEW, similar to the respective functions in SDCCglue.c,
4014         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4015         way, emitting hex bytes,
4016         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4017
4018 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4019
4020         * src/avr/ralloc.c (serialRegAssign),
4021         * src/xa51/ralloc.c (serialRegAssign),
4022         * src/pic/ralloc.c (serialRegAssign),
4023         * src/pic16/ralloc.c (serialRegAssign),
4024         * src/hc08/ralloc.c (serialRegAssign),
4025         * src/z80/ralloc.c (serialRegAssign),
4026         * src/ds390/ralloc.c (serialRegAssign),
4027         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4028
4029 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4030
4031         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4032         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4033
4034 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4035
4036         Cumulative patch for pic16 port:
4037         * src/pic16/device.h (typedef PIC16_device) modified fields for
4038         defining microcontrollers,
4039         * src/pic16/device.c: added new info for all devices in Pics16 array,
4040         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4041         to be optimised out by the pCode optimiser,
4042         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4043         specially, bug reported by G.M. Gallant,
4044         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4045         as force'd so that cannot be optimised out by pCode optimiser,
4046         * src/pic16/pcode.c,
4047         * src/pic16/pcodepeeph.c,
4048         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4049         they are disabled by default, but can be enabled explicit with
4050         command argument --denable-peeps, for testing,
4051         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4052         --pomit-ivt in COMPILE_FLAGS
4053
4054 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4055
4056         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4057           compilation on MSVC
4058
4059 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4060
4061         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4062
4063 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4064
4065         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4066         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4067
4068 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4069
4070         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4071         would only assign 0x300001 register.
4072
4073 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4074
4075         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4076         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4077
4078 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4079
4080         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4081         for ds80c400
4082         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4083         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4084         added peephole 254 (left shift), 255 (jump table)
4085
4086 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4087
4088         * device/lib/Makefile.in: removed comment line with model-pic16,
4089         * (target port-specific-objects-pic16): the libraries and objects
4090         are copied to the build directory form the device/lib/pic16/bin
4091         directory
4092
4093         Cumulative patch concerning pic16 port:
4094         * library directory has been re-organized,
4095         * added support for PIC18F1220,
4096         * added headers and library sources for chips 18f1220,18f6520,
4097         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4098
4099         * configuration registers setting has changed, now each supported
4100         device has a complete description of the registers it uses,
4101         * all initialisations are moved to idata sections, these section
4102         can be absolute or relocatable,
4103         * fixed initialisation of codespace variables,
4104         * fixed warning about PCLATU and gpsim,
4105         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4106         * (genAssign): use table reads when assigning from variables in codespace,
4107         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4108         char/int variables placed in codespace,
4109         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4110         registers set in .asm file, no need for --pomit-config-words anymore,
4111         * (pic16glue): some 8051 legacy segments are commented out
4112         (to be removed completely),
4113         * added support for alternative assembler and linker with --asm=
4114         and --link= command line arguments,
4115         * peepholes are disabled automatically in the port, no need to
4116         specify on command line,
4117         * port supports natively char/int/long multiplication, but converts
4118         all divisions to support functions,
4119         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4120         to the file set in variable $2,
4121         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4122         strings in ASCII format and not in hex,
4123         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4124         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4125         allocate proper register if iCodes aren't temporary,
4126
4127 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4128
4129         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4130
4131 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4132
4133         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4134         is commented out
4135
4136 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4137
4138         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4139         computed address is reused
4140         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4141         multi-byte bitfields
4142
4143 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4144
4145         * src/z80/gen.c: (genArrayInit): must check for pointers too
4146
4147 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4148
4149         * support/regression/tests/zeropad.c: never meant to commit the
4150           nestedstruct test: removed, added check for GCC version
4151
4152 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4153
4154         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4155         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4156         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4157           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4158           bugs 928906 and 954082 half-empty initializers
4159         * src/SDCCsymt.h,
4160         * src/SDCCsymt.c (getAllocSize): added for above fix
4161         * src/z80/gen.c (genArrayInit): fixed bug 741044
4162         * support/regression/tests/zeropad.c: added tests
4163
4164 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4165
4166         * src/pic16/device.c (pic16_dump_section): corrected bug which
4167         caused some symbols of the libraries to be misplaced
4168
4169 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4170
4171         * src/pic16/glue.c,
4172         * src/pic16/ralloc.h,
4173         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4174         to fix conflict with pic port
4175
4176 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4177
4178         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4179         externs configuration variables,
4180         * src/pic16/ralloc.h,
4181         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4182         prototype in header, commented out some debug messages
4183
4184 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4185
4186         * src/pic16/glue.c,
4187         * src/pic16/main.c,
4188         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4189         for gpasm COFF object generation. Thanks to D. Hawkins for
4190         his patch info
4191
4192 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4193
4194         * src/ds390/main.c,
4195         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4196         Brock for spotting this)
4197         * src/ds390/gen.c (genEndFunction),
4198         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4199         interrupt handler and critical. Disable push/pop optimizations when
4200         peephole optimizations disabled.
4201
4202 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4203
4204         Updated pic16 library sources and headers.
4205         * device/lib/pic16/pic18f*/ ,
4206         * device/include/pic16/*.h: modified to handle structured SFR
4207         definitions
4208
4209 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4210
4211         * src/port.h (PORT structure): added hook initPaths, now each
4212         port can declare its own default search paths,
4213         which can been seen with the --print-search-dirs option,
4214         see pic16 port for example,
4215         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4216         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4217         * (doPrintSearchDirs): NEW, replaces in a central manner the
4218         printing of search dirs which was split in set*Paths functions,
4219         * (main): added call to port->initPaths and doPrintSearchDirs,
4220         * src/avr/main.c,
4221         * src/ds390/main.c,
4222         * src/hc08/main.c,
4223         * src/izt/i186.c,
4224         * src/izt/tlcs900h.c,
4225         * src/mcs51/main.c,
4226         * src/pic/main.c,
4227         * src/pic16/main.c: modified port structures to reflect addition of
4228         initPaths hook,
4229
4230         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4231         * (pic16_dump_section): for registers in same address reserve memory once,
4232         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4233         to no_banksel,
4234         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4235         result is greater in size than right or left,
4236         * (pic16_genUMult8X8_8): there are some cases where the result can
4237         be 16 bits size, so handle these,
4238         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4239         * (pic16_outBitC): modified to emit pcodes,
4240         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4241         or not,
4242         * (genDivOneByte): implemented algorithm to divide 8-bits,
4243         * (genCmp): uncommented goto, but issues still exist,
4244         * (genAnd): fixed a bug with variables >8bits,
4245         * (genPackBits): optimization added that uses BCF/BSF to change a
4246         single bit,
4247         * (genAssign): fixed bug when assigning floating point literals,
4248         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4249         __sdcc_gsinit_startup label,
4250         * src/pic16/main.c (_pic16_init): removed search directory
4251         initialisations,
4252         * (_pic16_initPaths): NEW, used to initialise search directories,
4253         * (_hasNativeMulFor): support functions for all except char/int
4254         multiplication, and char division,
4255         * (PIC16_port struct): modified entry for native mul support,
4256         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4257         no_banksel option,
4258         * (buildCallTree): call to register_usage is ifdef'ed out,
4259
4260 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4261
4262         * device/include/string.h: applied Stas Sergeev's patch to make this
4263         header file compatible with the preprocessor -Wundef option
4264         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4265         failure (fixes bug #941458)
4266
4267 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4268
4269         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4270         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4271         that the variable, not the function, should be static
4272         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4273         to be consistent with non-literal case
4274
4275 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4276
4277         * src/SDCCast.c (isConformingBody): fixed bug #949967
4278         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4279         convilong): fixed bug #952086
4280
4281 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4282
4283         * src/SDCCmem.c (allocVariables): fixed bug #955321
4284
4285 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4286
4287         * src/hc08/main.c (_hc08_genAssemblerEnd),
4288         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4289         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4290         completely eliminated the use of a temporary file
4291         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4292         when more than one file linked
4293         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4294
4295 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4296
4297         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4298         which fixes bug #543481
4299         * support/regression/tests/bug-751703.c: fixed comments left from a
4300         cut and paste error
4301         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4302         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4303         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4304         scopes
4305         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4306         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4307         are now changed to underscores in moduleName
4308
4309 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4310
4311         * as/mcs51/lkmem.c: better fix for bug #954173
4312
4313 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4314         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4315
4316         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4317         * device/include/c8051f000.h,
4318         * device/include/c8051f120.h,
4319         * device/include/c8051f300.h,
4320         * device/include/c8051f310.h,
4321         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4322         PWM16) and detab'ed
4323
4324 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4325
4326         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4327         and mailing lists, doc'ed --no-peep-comments, removed reference
4328         to knoppix (newest version has no LyX/LaTeX), other minor changes
4329         * src/SDCCglue.c (glue): save 2 bytes stack space with
4330         option --main-return. The ljmp could probably be avoided too
4331
4332 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4333
4334         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4335
4336 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4337
4338         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4339         * src/SDCCopt.c (isLocalWithoutDef),
4340         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4341         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4342         (credit to Maarten Brock for patch #949363, on which this is based)
4343         * support/regression/tests/bug-751703.c: some test cases of extern used
4344         within inner scopes.
4345
4346 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4347
4348         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4349         SPEC_STRUCT
4350         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4351         struct definitions
4352         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4353         dwWriteLabel): fix to create valid debugger symbols even when
4354         the module name has non-alphanumeric symbols in it
4355         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4356         when a variable's allocation has been optimized away
4357
4358
4359 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4360
4361         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4362         * src/hc08/main.c,
4363         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4364         * src/mcs51/main.c,
4365         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4366         * src/ds390/main.c,
4367         * src/z80/gen.c (z80_emitDebuggerSymbol),
4368         * src/z80/main.c,
4369         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4370         * src/pic/main.c,
4371         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4372         * src/pic16/main.c,
4373         * src/avr/gen.c (avr_emitDebuggerSymbol),
4374         * src/avr/main.c,
4375         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4376         * src/xa51/main.c,
4377         * src/SDCCdebug.c (emitDebuggerSymbol),
4378         * src/SDCCdebug.h,
4379         * src/port.h: added a debugger struct to the port struct. Added a
4380         callback for defining debugger symbols
4381
4382         * src/SDCCast.c (createLabel),
4383         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4384         with isitmp = 1
4385         * src/SDCCicode.h,
4386         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4387         iCode back to the ast for the function
4388
4389         * src/hc08/ralloc.c (hc08_assignRegisters),
4390         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4391         unneeded fields from the regs struct.
4392         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4393         pushReg() & pullReg() functions instead of emitcode()
4394
4395         * src/hc08/gen.c (genLabel, genhc08Code),
4396         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4397
4398         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4399         debugger hooks
4400
4401         * src/hc08/gen.c (genEndFunction, genhc08Code),
4402         * src/hc08/gen.h,
4403         * src/mcs51/gen.c (genEndFunction, gen51Code),
4404         * src/mcs51/gen.h,
4405         * src/ds390/gen.c (genEndFunction, gen390Code),
4406         * src/ds390/gen.h,
4407         * src/z80/gen.c (genEndFunction, genZ80Code),
4408         * src/z80/gen.h,
4409         * src/z80/z80.h,
4410         * src/pic/gen.c (genEndFunction, genpic14Code),
4411         * src/pic/gen.h,
4412         * src/pic16/gen.c (genEndFunction, genpic16Code),
4413         * src/pic16/gen.h,
4414         * src/avr/gen.c (genEndFunction, genAVRCode),
4415         * src/avr/gen.h,
4416         * src/xa51/gen.c (genEndFunction, genXA51Code),
4417         * src/xa51/gen.h,
4418         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4419         specific code to cdbFile.c and out of the backend code generators
4420
4421         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4422         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4423         starting address is now 0
4424
4425         * as/hc08/asm.h,
4426         * as/hc08/m08pst.c,
4427         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4428         assembler directive for DWARF support
4429         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4430
4431         * src/src.dsp,
4432         * src/Makefile.in,
4433         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4434
4435 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4436
4437         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4438         and inappropriate peephole optimization in jump tables
4439
4440 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4441
4442         * as/hc08/m08pst.c,
4443         * src/SDCCglue.c: sdccopt works for the hc08 port now
4444
4445 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4446
4447         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4448
4449 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4450
4451         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4452
4453 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4454
4455         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4456         rules
4457         * src/SDCCmain.c,
4458         * src/SDCCglobl.h,
4459         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4460         comments from the peephole optimizer replacement rules
4461         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4462         symbols
4463         * src/SDCCcse.c (updateSpillLocation),
4464         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4465         equivalents
4466         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4467         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4468         objects far pointers
4469
4470 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4471
4472         * src/SDCCsymt.h: a missing part of my last change
4473         * src/pic/ralloc.c (regTypeNum),
4474         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4475
4476 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4477
4478         * src/SDCCicode.h,
4479         * src/SDCCicode.c (aggrToPtrDclType),
4480         * src/SDCCptropt.h,
4481         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4482         ptrPseudoSymConvert),
4483         * src/pic/ralloc.c (regTypeNum),
4484         * src/pic16/ralloc.c (regTypeNum),
4485         * src/hc08/ralloc.c (regTypeNum),
4486         * src/ds390/ralloc.c (regTypeNum),
4487         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4488         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4489
4490 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4491
4492         * link/z80/lkmain.c (afile),
4493         * as/hc08/lkmain.c (afile),
4494         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4495         prevent a pointer problem when a filename has no directory and
4496         no extension specified.
4497
4498 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4499
4500         * link/z80/lkmain.c (afile): allow periods in directory names
4501         * link/z80/lkmain.c (afile),
4502         * as/mcs51/lkmain.c (afile),
4503         * as/hc08/lkmain.c (afile): allow linker script file to have an
4504         extension other than ".lnk"
4505         * link/z80/lklex.c (getfid),
4506         * link/z80/lkmain.c (parse),
4507         * as/mcs51/lklex.c (getfid),
4508         * as/mcs51/lkmain.c (parse),
4509         * as/hc08/lklex.c (getfid),
4510         * as/hc08/lkmain.c (parse): Support comments in the linker script
4511         file on lines by themselves and after filenames
4512
4513 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4514
4515         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4516
4517 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/z80/peeph-z80.def: removed some peephole rules that don't
4520         work with multibyte arithmetic (fixed bug #937126)
4521         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4522         to registers and not global variables
4523         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4524         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4525         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4526         checking for assignments not internally generated (fixed bug #931895)
4527         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4528         structure member (fixed bug #930072)
4529
4530 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/SDCCmain.c (linkEdit),
4533         * src/hc08/main.c (_hc08_parseOptions),
4534         * as/hc08/Makefile.in,
4535         * as/hc08/aslink.h,
4536         * as/hc08/asm.h,
4537         * as/hc08/m08pst.c,
4538         * as/hc08/lkrloc.c (relr, rele),
4539         * as/hc08/lkarea.c (lnkarea)
4540         * as/hc08/lkmain.c (afile, parse),
4541         * as/hc08/lkelf.c: support for ELF output
4542         * as/hc08/lks19.c (s19),
4543         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4544
4545 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4546
4547         * as/mcs51/lkihx.c: Fixed bug #899105.
4548
4549 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4550
4551         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4552         .dsp files from Unix to DOS.
4553
4554 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4555
4556         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4557         function pointers; we have been compliant for several months now.
4558         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4559         change that was accidently commented out
4560         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4561         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4562         bug #922319
4563
4564 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4565
4566         * src/hc08/gen.c: output of all of the internal debugging information
4567         is now controlled by the D() macro; it is disabled by default
4568
4569 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4570
4571         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4572         harder to keep the same registers during a CAST iCode
4573         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4574         long via int can be done in a single cast, if the signedness is
4575         correct.
4576         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4577         putchar() in tinibios.c in ds390's library
4578
4579 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4580
4581         * src/SDCCast.c (decorateType): fixed bug #898889,
4582         cast result of a literal complement too
4583         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4584         fixed check for bitfields
4585
4586 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4587
4588         * src/SDCCicode.c (geniCodeLogic): made it static,
4589         (geniCodeLogicAndOr): added in order to fix bug #905492,
4590         (ast2iCode): fixed bug #905492
4591         * support/regression/tests/bug-905492.c: added
4592         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4593         (processParms): fixed bug #927659: don't copy parms, this will clear
4594         decorated flag
4595         * support/regression/tests/bug-927659.c: added
4596
4597 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4598
4599         * src/SDCCast.c (addCast): don't cast float to char
4600         * device/lib/libsdcc.lib: added _memmove
4601
4602 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4603
4604         * device/lib/large/Makefile: fixed parallel execution by
4605         replacing `make` by `$(MAKE)`
4606
4607 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4608
4609         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4610         offsets (fixes bug #923936)
4611
4612 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4613
4614         * device/lib/small/Makefile: fixed parallel execution by
4615         replacing `make` by `$(MAKE)`
4616
4617 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4618
4619         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4620
4621 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4622
4623         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4624         * src/regression/Makefile: Regression test was not running.
4625
4626 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4627
4628         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4629         complement if possible
4630         * src/SDCCval.c (valComplement),
4631         * src/SDCCicode.c (operandOperation): fixed complement of literal
4632         * support/regression/tests/onebyte.c (testComplement): added
4633
4634 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4635
4636         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4637         return an optimized tree; actually replace actParm with the new tree
4638         * src/SDCCast.h: added some parantheses to remove side effects
4639         * support/regression/tests/bug-920866.c
4640
4641 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4642         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4643         Bit operands were not being handled properly in the pic14 port.
4644         (now src/regression/add.c passes again).
4645
4646 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4647
4648         * src/SDCC.y (labeled_statement): case and default no longer require
4649         a following statement (RFE #893037)
4650
4651 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4652
4653         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4654         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4655         disabled (fixes bug #916294)
4656         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4657         "mov a,acc"; patch provided by Lenny Story
4658         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4659
4660 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4661
4662         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4663         functions
4664         * src/ds390/gen.c (genFunction, genEndFunction),
4665         * src/ds390/ralloc.c (ds390_assignRegisters),
4666         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4667         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4668         pushed if there are parameters passed on the stack. Also, a cleaner
4669         way to decide if r0/r1 should be pushed/popped. (Together they fix
4670         bug #918693)
4671
4672 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * doc/sdccman.lyx,
4675         * device/lib/mcs51/crtpagesfr.asm,
4676         * device/lib/mcs51/crtxinit.asm,
4677         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4678         to avoid confusion with Si Lab's SFRPAGE register.
4679
4680 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4681
4682         * src/SDCCglue.c (emitMaps): allow public sfr variables
4683         * src/SDCCglue.c (initialComments): include compiler build date
4684         with compiler version and put the timestamp of the generated
4685         assembly file on a serperate line to be less confusing.
4686         * src/port.h: added genInitStartup hook
4687         * src/avr/main.c,
4688         * src/ds390/main.c,
4689         * src/hc08/main.c,
4690         * src/pic/main.c,
4691         * src/pic16/main.c,
4692         * src/xa51/main.c,
4693         * src/z80/main.c: genInitStartup initialize as NULL (default to
4694         historical behaviour)
4695         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4696         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4697         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4698         library instead of hard coding it into the compiler.
4699         * support/regression/ports/mcs51-stack-auto/spec.mk,
4700         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4701         * device/lib/mcs51/Makefile,
4702         * device/lib/small/Makefile,
4703         * device/lib/large/Makefile,
4704         * device/lib/mcs51/crtpagesfr.asm,
4705         * device/lib/mcs51/crtstart.asm,
4706         * device/lib/mcs51/crtxclear.asm,
4707         * device/lib/mcs51/crtxinit.asm,
4708         * device/lib/mcs51/crtclear.asm,
4709         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4710         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4711         and into user configurable files.
4712         * device/lib/clean.mk: clean mcs51 directory too
4713         * support/regression/tests/longlit.c: added static to T1 declaration
4714         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4715         accesses in the initialization code
4716
4717 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4718
4719         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4720         OSCTRIMVAL as noted in bug #916008
4721
4722 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4723
4724         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4725         in loops with multiple exits (reported as incorrect registers
4726         used by Martin Helmling in Sdcc-user list)
4727
4728 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4729
4730         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4731         made ds390 register extensions look less like error messages
4732
4733 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4734
4735         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4736         reported by Adam Wozniak in Sdcc-user list
4737
4738 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4739
4740         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4741         arithmetic optimizations, added debug output
4742
4743 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4744
4745         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4746         * sdcc.spec: updated and split sdcc into 3 rpms
4747         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4748         needed for literals of LEFT_OP and '+'
4749         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4750         introduced RESULT_TYPE_NOPROM
4751         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4752         left shift
4753         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4754         limited promotion to int only for '*'
4755         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4756
4757 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4758
4759         * src/pic16/gen.c (genSkip),
4760         (genc16bit2lit), (gencjneshort): commented out
4761         (is_LitOp): new helper function, checks operand type
4762         (genCmpEq): rewritten
4763
4764 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4765
4766         * support/regression/tests/bug-908454.c: added
4767
4768 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4769
4770         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4771         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4772         (geniCodeCast): cosmetic, don't preserve bit storage class
4773         (geniCodeLeftShift): added promotion
4774         (geniCodeLogic): fixed regression
4775         * src/SDCCsymt.c (computeTypeOr): accept bits too
4776         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4777
4778 2004-03-07  Borut Razem <borut.razem AT siol.net>
4779
4780         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4781
4782 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4783
4784         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4785         version of pic16_genPackRegisters which does not check if ic is a
4786         CAST operator,
4787         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4788         function cause string1.c regression test fails
4789
4790 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4791
4792         * sim/ucsim/configure.in,
4793         * sim/ucsim/configure,
4794         * sim/ucsim/doc/Makefile.in: use docdir
4795         * src/SDCC.y: fixed sbit atrributes
4796         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4797         * src/SDCCast.c (decorateType): |^& need special promotion handling
4798         * src/SDCCast.h,
4799         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4800         * src/SDCCsymt.h (computeType),
4801         * src/SDCCicode.c: computeType() needs op
4802         * src/SDCCsymt.c (checkTypeSanity),
4803         * doc/sddman.lyx: "plain" bitfields are unsigned
4804         * src/SDCCsymt.c (computeTypeOr): added
4805         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4806         |^& ops
4807         * src/SDCCval.c (val*): computeType() needs op
4808         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4809         * support/regression/tests/onebyte.c: added tests for |^&
4810
4811 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4812
4813         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4814         for writing icode into asm output.
4815
4816 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4817
4818         * src/pic16/device.c: added some debug lines enabled
4819         with macro DEBUG_CHECK,
4820         * src/pic16/genarith.c: more debug in genPlus,
4821         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4822         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4823         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4824         * (aopForSym): onStack symbols are re-placed in data memspace,
4825         and onStack flag is cleared,
4826         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4827         copy temporary pcodeop,
4828         * (genPcall): added warning for not updating PCLATU,
4829         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4830         always true for pic16 port,
4831         * (genMultOneWord): NEW, supports integer multiplication,
4832         * (genMult): modified to call genMultOneWord,
4833         * (ifxForOp): added warning when return NULL,
4834         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4835         flag is set before call to operandFromSymbol for implicit
4836         added structures,
4837         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4838         options.intlong_rent are set by default,
4839         * (_hasNativeMulFor): modified to allow port generation of integer
4840         multiplication,
4841         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4842         set regtype to REG_SFR for all registers, restricting seting the
4843         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4844
4845 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4846
4847         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4848         more than 500 times in the regression tests
4849
4850 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4851
4852         * support/Util/SDCCerr.h,
4853         * support/Util/SDCCerr.c,
4854         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4855         enumerator_list),
4856         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4857         for symbol conflicts.
4858         * support/valdiags/tests/enum.c,
4859         * support/valdiags/tests/tentdecl.c,
4860         * support/valdiags/tests/struct.c: expect possible error messages
4861         referring to original symbol definitions.
4862         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4863         * src/SDCCsymt.h,
4864         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4865
4866 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4867
4868         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4869
4870 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4871
4872         * src/pic16/ralloc.c (newReg): fixed bug #908929
4873
4874 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4875
4876         * src/ds390/gen.c: added missing #include "main.h"
4877
4878 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4879
4880         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4881         checking if symbol is already in set,
4882         * src/pic16/device.h: prototype for checkAddSym,
4883         * src/pic16/gen.c: (_G): added entry interruptvector,
4884         * (assignResultValue): removed some commented out lines,
4885         * (genFunction): check for ISR via sym->type, absolute section for
4886         interrupt code is created via a new pBlock, the goto instruction is
4887         placed now correctly at the interrupt vector position, changed all
4888         references from ivec to _G.interruptvector,
4889         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4890         is the interrupt is a high priority one, same for return from ISR,
4891         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4892         externs to calls of checkAddSym,
4893         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4894         pic16_pcode_verbose flag is set,
4895         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4896         * src/pic16/pcoderegs.c: message about how many registers are saved
4897         will only be emitted if pic16_pcode_verbose flag is set,
4898
4899 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4900
4901         * src/ds390/ralloc.h,
4902         * src/ds390/ralloc.c (ds390_regWithIdx),
4903         * src/ds390/gen.c (emitcode),
4904         * src/ds390/main.h,
4905         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4906         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4907         ds390operandCompare, getRegsRead, getRegsWritten,
4908         initializeAsmLineNode): customized instruction size calculation for
4909         ds390, started basis for some register optimizations
4910         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4911         corresponding assembly output
4912         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4913         missing push/pop of r0/r1. Optimized push/pops
4914
4915 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4916
4917         * src/mcs51/main.c (instructionSize): fixed ACALL size
4918         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4919
4920 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4921
4922         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4923         the sorting of rlist with NULL elements
4924         * (print_idataType, print_idata): NEW to create idata sections
4925         * src/pic16/device.h: idataSymSet new variable
4926         * src/pic16/gen.c (genFunction): fixed some bugs in string
4927         comparing, improved the absolute section creation for ISRs,
4928         added FSR0L/FSR0H in registers that are saved in an ISR,
4929         * (genInline): fixed the processing of inline snippets,
4930         now they undergo no process by the peephole optimizer
4931         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4932         are placed in idataSymSet,
4933         * (pic16emitStaticSeg): extern symbols are added in externs,
4934         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4935         switching when aboslute variables are placed in access bank memory
4936         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4937         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4938         commented out with #if,
4939         * (pic16_packRegisters): reintroduce the check for CAST because some
4940         symbols are not correctly handled,
4941         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4942         pCodeInstruction instead of pCode,
4943         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4944         pCodeAsmDir definition,
4945         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4946         directive, then the argument directive is emitted without the leading
4947         tab, hack for inline labels which must be in the first column,
4948         * (compareLabel,pic16_findNextInstruction),
4949         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4950         * (insertBankSwitch): modified for the new pCodeAsmDir,
4951
4952 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4953         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4954
4955         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4956         instance,
4957         * (pushSide): commented out with #if,
4958         * (assignResultValue): fixed some typos in saving
4959         registers,
4960         * (genPcall): FIXED and sync'ed with genCall,
4961         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4962         * (genNearPointerGet): fixed to handle some more cases,
4963         implementation scheme via table reads,
4964         * (genConstPointerGet): modified to access code memory correct,
4965         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4966         and improved to handle some cases
4967         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4968         instead of "RETLW" for init data
4969         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4970         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4971         variables are placed in access bank memory (<0x80 and >=0xf80),
4972         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4973         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4974         TBLWT_POSTDEC,TBLWT_PREINC
4975         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4976         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4977         directives
4978         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4979         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4980         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4981         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4982
4983 2004-02-29  Borut Razem <borut.razem AT siol.net>
4984
4985         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4986         support/Util/findme.h, support/Util/system.h: enhance binary relative
4987         search for lib and include by using findProgramPath()
4988
4989 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4990
4991         * src/SDCCpeeph.h,
4992         * src/SDCCpeeph.c (pcDistance),
4993         * src/port.h,
4994         * src/mcs51/ralloc.h,
4995         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4996         * src/mcs51/main.h,
4997         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4998         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4999         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5000         size calculation port specific, started basis for some register
5001         optimizations
5002         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5003         missing push/pop of r0/r1. Optimized push/pops
5004         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5005         * device/lib/_modsint.c (_modsint),
5006         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5007         and stack version so regression tests pass
5008
5009 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5010
5011         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5012         * src/SDCCast.c (decorateType): catch another small optimization
5013         with '?' operator
5014         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5015         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5016         modified to finally use computeType() all over SDCC,
5017         see Feature Request #877103
5018         * src/SDCCval.h: cosmetic
5019         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5020         valCompare(); regression tested in muldiv.c
5021         * support/regression/tests/muldiv.c (testMod): mod sign follows
5022         dividend only
5023
5024 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5025
5026         * src/SDCCast.c (decorateType): fixed bug #902362
5027         * doc/INSTALL.txt: fixed install instructions for win32
5028
5029 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5030
5031         * device/include/Makefile.in (install): fixed by replacing spaces
5032         by tabs
5033         * doc/README.txt,
5034         * doc/INSTALL.txt: updated for release
5035         * doc/sdccman.lyx: added warning for --xstack being buggy
5036
5037 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5038
5039         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5040         to eliminate build warnings.
5041         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5042
5043 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5044            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5045
5046         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5047         removed -penable-stack, added comment for stack pragma, added
5048         warning for not initializing the stack/frame registers, removed
5049         comment at interrupts section
5050
5051         Stack is made permanent, there is no ability to disable stack usage.
5052         * src/pic16/device.h,
5053         * src/pic16/device.c: removed all references to USE_STACK macro,
5054         * src/pic16/device.c (pic16_dump_section): when no elements in
5055         rlist, free rlist before return,
5056         * (pic16_dump_int_registers): NEW, internal registers are a new set
5057         of general purpose registers reused by each function,
5058         * (checkAddReg): returns 1 if registers is added to set,
5059         * (pic16_groupRegistersInSection): when a registers is of type
5060         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5061         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5062         SRCASECMP macro is moved here from device.c
5063         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5064         PO_PCLATU, PO_PRODL, PO_PRODH,
5065         * (pic16_pCodeOpType, genMinus,
5066         changed compares to "a" register, with AOP_ACC,
5067         * (pic16_genPlus): fixed some bugs and indented properly,
5068         * (pic16_addSign): changed size to size+offset in the MOVWF
5069         instruction,
5070         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5071         multiply 8-bit operand by literal, result is 8-bit,
5072         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5073         multiply 2 8-bit operand, result is 8-bit,
5074         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5075         genUMult8X*_16,
5076         * src/pic16/gen.c: changed accUse to contain WREG only,
5077         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5078         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5079         true, do not use immediate addressing any more unless sym is a
5080         pointer in codespace,
5081         * (aopForRemat): do not use immediate addressing when symbol not in
5082         codespace and when symbol's address is requested,
5083         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5084         accUse size (= 1),
5085         * (aopGet): added case for AOP_ACC and don't return "accumulator
5086         bug" but WREG instead,
5087         * (popGetTempReg): pushes contents of temporary register in stack,
5088         * (popReleaseTempReg): pops contents of temporary register from
5089         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5090         * (pic16_popGet): separated case AOP_ACC to return register WREG
5091         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5092         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5093         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5094         the use of immediate pointers to certain cases only.
5095
5096         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5097         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5098         * (assignResultValue, genCall, genRet): modified to use the new
5099         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5100         genPcall is still broken,
5101         * (genFunction): added code to create 'A' type pBlocks when
5102         interrupt functions are generated, code not extensively tested yet,
5103         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5104         * (genEndFunction): modified so ISRs pop stored registers from stack,
5105         * (genMultOneByte): cleanup,
5106         * (AccRsh): added flag andmask, to and result with appropriate mask,
5107         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5108         * (genDataPointerGet): fixed and reenabled its use,
5109         * (genNearDataPointerGet): bugs fixed,
5110         * (genDataPointerSet): bugs fixed,
5111         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5112         pic16_DumpSymbol, pic16_DumpOp,
5113         * src/pic16/genutils.h: function prototypes for the above functions,
5114         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5115         pointers,
5116         * (pic16emitRegularMap): many many many improvements, but needs a
5117         major cleanup,
5118         * src/pic16/main.c: enable_stack in pic16_options is removed,
5119         * (_pic16_parseOptions): removed command line options -penable-stack,
5120         * (_process_pragma): emit stack symbol only when stack pragma is
5121         processed,
5122         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5123         redirected to FSR0L/FSR0H pair,
5124         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5125         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5126         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5127         for immediates,
5128         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5129         * (dumpPicOptype): NEW,
5130         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5131         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5132         with movff instruction,
5133         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5134         added pic16_int_regs, some packRegsFor* functions are commented out,
5135         because produce errors,
5136         * src/pic16/NOTES: minor modifications
5137
5138 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5139
5140         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5141         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5142         --pack-iram.
5143         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5144         * as/mcs51/lkaomf51.c: fixed bug #895763
5145
5146 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5147
5148         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5149
5150 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5151
5152         * doc/sdccman.lyx: added details about the HC08 storage classes and
5153         interrupts, fixed the register usage info for z80 & gbz80
5154
5155 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5156
5157         * doc/sdccman.lyx: added more pic16 port documentation
5158         * device/include/pic16/: added header pic18fregs.h
5159
5160 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5161
5162         * doc/sdccman.lyx: added Vangelis' contribution
5163
5164 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5165
5166         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5167         extend to the next CALL or PCALL, not just to the next CALL.
5168
5169 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5170
5171         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5172
5173 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5174
5175         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5176         bug #895752 and a better fix for bug #716790
5177
5178 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5179
5180         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5181
5182 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5183
5184         * doc/sdccman.lyx: minor changes, minor changed
5185
5186 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5187
5188         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5189         which can't handle SDCC_NEWONEBYTEOPS,
5190         (geniCodeMultiply): removed conversion from mult to shift for pic14
5191         and pic16
5192
5193 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5194
5195         * src/hc08/gen.h,
5196         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5197         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5198         thus fixing bug #895406
5199
5200 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5201
5202         * device/lib/_modsint.c,
5203         * device/lib/_modslong.c: sign follows divisor only
5204         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5205         signs or signedness can be ignored
5206         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5207         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5208         added optimization for IFX,
5209         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5210         arguments;
5211         reenabled optimization for IFX, which was removed on 2004-01-11
5212         * src/SDCCast.h: added return type IFX
5213         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5214         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5215         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5216         SDCC_OLDONEBYTEOPS selects the old behaviour
5217         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5218         changed again and commented promotion rule
5219         * src/SDCCval.c (valDiv): promotion no longer necessary
5220         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5221         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5222         rewritten
5223         * support/regression/tests/onebyte.c: added
5224
5225 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5226
5227         * gen.c (genInline): reverted to old code for assemnling inline
5228         code because of bug reported James Chadd
5229
5230 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5231
5232         * ralloc.h: missing declarations from previous patch,
5233         seems that patch for ralloc.h was never applied, fixed
5234
5235 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5236            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5237
5238         * pcode.c,
5239         * pcode.h,
5240         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5241         indirect addressing. Marked FSR0 as deprecated
5242         * gen.c (pointerCode): commented out, not needed now
5243         (pic16_popGet2p): new MOVFF helper function
5244         (genGenPointerGet),
5245         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5246         (shiftRLong): removed duplicate debugging info
5247
5248 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5249
5250         * src/ds390/gen.c (genNearPointerGet),
5251         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5252         optimization with bits, but not bitfields.
5253         * src/ds390/ralloc.c (packRegisters),
5254         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5255
5256 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5257
5258         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5259
5260 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/SDCCsymt.h,
5263         * src/SDCCicode.c (operandFromSymbol),
5264         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5265         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5266         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5267         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5268         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5269         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5270         bug #892038
5271         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5272         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5273         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5274         * src/SDCCsymt.c (newSymbol),
5275         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5276         enumerator_list),
5277         * src/SDCCval.h,
5278         * src/SDCCval.c (newiList): fixed bug #885705
5279
5280 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5281
5282         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5283         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5284
5285 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5286
5287         * device/include/c8051f120.h,
5288         * device/include/c8051f300.h,
5289         * device/include/c8051f310.h: added/updated header files for Silicon
5290         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5291         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5292         in new section Submitting patches
5293
5294 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5295
5296         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5297         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5298         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5299         genGenPointerSet),
5300         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5301         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5302         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5303         genGenPointerSet),
5304         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5305         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5306         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5307         genGenPointerSet),
5308         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5309         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5310         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5311         genGenPointerSet): fixed bug #892400
5312         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5313         to eliminate build warnings.
5314         * src/SDCCast.c (processParms),
5315         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5316         fixed bug 751859
5317         * support/valdiag/valdiag.py: added GCC to the list of defines active
5318         when compiling with gcc
5319
5320 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5321
5322         * support/Util/SDCCerr.h,
5323         * support/Util/SDCCerr.c,
5324         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5325         with an incomplete type (fixed bug #883734)
5326         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5327
5328 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5329
5330         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5331
5332 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5333
5334         * src/SDCCast.c (decorateType),
5335         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5336         function pointer implementation
5337         * support/regression/tests/funptrs.c: added tests to verify both forms
5338         of function pointers work correctly. Added tests to verify parameters
5339         are passed in the correct order.
5340
5341 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5342
5343         * device.c (regCompare): registers are sorted by ascending
5344         address and increasing size,
5345         * main.c (_pic16_finaliseOptions): removed the declaration
5346         of compiler macro MCU. Now a macro of the format pic18fxxxx
5347         will be defined from the command line
5348
5349 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5350             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5351
5352         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5353         PCOP_RLCF was overwritten!
5354         * gen.c (genSkip): commented out calls to pic16_emitcode,
5355         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5356         * (genlshTwo),
5357         * (genRRC): added debugging info,
5358         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5359         overwritten while shifting,
5360         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5361         overwritten while shifting,
5362         * (AccLsh),
5363         * (AccRsh),
5364         * (shiftLLeftOrResult),
5365         * (shiftRLeftOrResult),
5366         * (shiftRLong),
5367         * (shiftLLong): Implemented with pic16_emitpcode
5368         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5369         * (genLeftShift): Fixed bug, operand for shift by variable always
5370         was "and"ed with 0x0f,
5371         * (genLeftShiftLiteral),
5372         * (genrshTwo),
5373         * (genRightShiftLiteral): added debugging info,
5374         * (genrshFour): added comment,
5375         * (genRightShift): determined signedness from operand "left"
5376         instead of "result"
5377
5378 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5379
5380         * src/SDCCicode.c (geniCodeParms),
5381         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5382         function pointers, fixed function pointer bugs #861242 and #861896
5383
5384 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5385
5386         * device/include/c8051f000.h,
5387         * device/include/c8051f120.h,
5388         * device/include/c8051f300.h: added header files for Silicon
5389         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5390
5391 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5392
5393         * src/SDCCast.c (processParams): added new type flow and restructured
5394         (gatherAutoInit): added new type flow
5395         (addCast): cosmetic changes
5396         (getLeftResultType): added new type flow for array indices, patch
5397         provided by Stas, see FR #877103
5398         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5399         array index patch by Stas
5400         * src/SDCCast.h: added prototype getResultTypeFromType()
5401         * src/SDCCval.h,
5402         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5403         * src/pic/glue.c (pic14emitStaticSeg),
5404         * src/pic16/glue.c (pic16emitStaticSeg),
5405         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5406         for initialization of symbols
5407         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5408         * support/Util/SDCCerr.h:
5409         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5410         * .version: bumped version number to 2.3.8
5411         * device/include/Makefile.in (install),
5412         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5413         avoid warnings
5414
5415 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5416
5417         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5418         Slade Rich fixed an optimization bug
5419         * src/pic/pcodepeep.c,
5420         * src/pic/pcoderegs.c
5421         * doc/Makefile (install): added test for directory
5422
5423 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5424
5425         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5426         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5427         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5428         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5429         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5430         * as/mcs51/asexpr.c (term),
5431         * as/hc08/asexpr.c (term): fixed bug #887146
5432
5433 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5434
5435         * src/z80/gen.c (genMult): handle single byte result product
5436         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5437         DUMMY_READ_VOLATILE (fixed bug #886367)
5438
5439 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5440
5441         * support/regression/tests/libmullong.c: fixed logic, on little endian
5442         hosts we ended without a mullong_wrapper()
5443
5444 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5445
5446         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5447         virus/worm forged address usage.
5448
5449 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5450
5451         Fixed promotion, it should be done on AST level:
5452         * src/SDCCast.c (addCast): added promotion to int
5453         (decorateType): updated call to upCast()
5454         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5455         usualUnaryConversions()
5456
5457 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5458
5459         * support/regression/tests/literalop.c (mulWrapper): Added a
5460         wrapper to remove integer overflow warnings.
5461
5462         * support/regression/tests/float_trans.c: Made work on host.
5463
5464         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5465         location of sz80.
5466
5467         * support/regression/generate-cases.py (main): Changed from inline
5468         to a main method.
5469
5470         * doc/Makefile (install): Changed to depth first to get rid of
5471         missing directory install warning.
5472
5473         * as/Makefile (install-doc): Made work on Mac.
5474
5475 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5476
5477         * src/SDCCast.c: added an additional type flow in decorateType() of
5478         opposite direction, see feature request #860006; it's enabled at runtime
5479         by setting the environment variable SDCC_NEWTYPEFLOW
5480         * src/SDCCast.h: changed prototype of decorateType()
5481         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5482         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5483         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5484         see feature request #877103
5485         * src/SDCCval.c: updated call of decorateType()
5486         (valBitwise): fixed bug #882876
5487         (valMinus): added promotion
5488         (valLogicAndOr): result is unsigned
5489         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5490         * src/SDCCsymt.c (computeType),
5491         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5492         must not cause an unsigned operation
5493         * src/pic/glue (pic14emitRegularMap),
5494         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5495
5496 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5497
5498         * src/pic/pcode.c (PCodeID): commented out left over debug code
5499
5500 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5501
5502         * support/valdiag/tests/overflow.c: added shift tests
5503         * src/pic/device.c,
5504         * src/pic/gen.c,
5505         * src/pic/gen.h,
5506         * src/pic/glue.c,
5507         * src/pic/main.c,
5508         * src/pic/pcode.c,
5509         * src/pic/pcode.h,
5510         * src/pic/pcodepeep.c,
5511         * src/pic/pcoderegs.c,
5512         * src/pic/ralloc.c,
5513         * src/pic/ralloc.h: applied patch from Slade Rich;
5514         added support for multiple code pages and multiple RAM banks on the
5515         PIC 14 port. The ASM files now no longer simply assume all the
5516         code / RAM are in the same page / bank. This means the linker can
5517         safely allocate code/RAM of separate ASM files to different pages/banks.
5518         * doc/sdccman.lyx: added Slade's tips
5519         * src/mcs51/peeph.def: fixed bug #880768
5520
5521 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5522
5523         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5524         * src/SDCCast.c (decorateType): fixed bug #880197
5525
5526 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5527
5528         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5529         getopt.h.
5530
5531         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5532         strtof is not part of C89 and isn't included with Mac OS X.
5533
5534 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5535
5536         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5537         shiftL2Left2Result): fixed bug #879326
5538         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5539         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5540         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5541         address fetch for clr instruction
5542         * device/lib/hc08/_mulint.c: created optimized assembly version
5543         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5544
5545 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5546
5547         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5548         proposed in FR #877103
5549
5550 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5551
5552         * src/SDCCval.c (cheapestVal): added missing checks
5553         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5554         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5555
5556 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5557
5558         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5559         equal operands
5560
5561 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5562
5563         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5564         loaded with the linker search paths (-L arguments) and the libraries
5565         to be linked with the current source (-l arguments). Changes
5566         currently will affect only the pic16 port.
5567         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5568         include path the port specific paths and port specific libraries,
5569         * gplink command now contains the $3 argument,
5570         * src/pic16/device.h,
5571         * src/pic16/device.c,: structure PIC_device is made public and
5572         renamed to PIC16_device, the same for variable Pics which is renamed
5573         to Pics16. Updated all references to them.
5574         * src/pic16/glue.c (pic16glue): corrected bug with code
5575         initialization which bypassed the variable initializations block.
5576
5577         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5578         COMPILE_FLAGS and added the --nostdinc option
5579
5580 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5581
5582         * device/include/mc68hc908jb8.h: Register defs for another member
5583         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5584
5585 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5586
5587         Documenting changes from previous commits.
5588         * configure.in (version 1.56),
5589         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5590         when generating output files to configure the pic16 library,
5591         but now I've commented it out, since gputils aren't installed in the
5592         SF compile farm, so library won't compile
5593
5594         * device/lib/Makefile.in (version 1.56): initially I've added in
5595         target 'all' the prerequestive 'model-pic16' so it compiled the
5596         pic16 library, but now I've commented it out for the same reasons
5597         above,
5598         * added targets 'model-pic16' and 'objects-pic16' to compile the
5599         library
5600         * added target 'port-specific-objects-pic16' to handle the
5601         generated libraries and copy them into the build/ directory
5602         * added target 'clean-intermediate-pic16' to clean intermediate
5603         files into pic16 directory
5604         * in target 'installdirs' added line to create directory pic16 in
5605         the installation path
5606
5607         * device/include/Makefile.in (version 1.11): in target 'install'
5608         added lines to copy all header files to installation path,
5609         * in target 'installdirs' added line create directory for pic16
5610         headers in the installation path
5611
5612 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5613
5614         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5615          a function call
5616
5617 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5618
5619         * configure,
5620         * device/lib/configure.in,
5621         * device/lib/configure: fixed for autoconf 2.57
5622
5623 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5624
5625         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5626         option so that it actually works. Made it specific to the z80, since
5627         the gbz80 doesn't have these kinds of I/O ports.
5628
5629 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5630
5631         * device/include/z180.h,
5632         * device/lib/_memcpy.c,
5633         * device/lib/_memmove.c,
5634         * device/lib/_mulint.c,
5635         * device/lib/ser_ir.c,
5636         * device/lib/ser_ir_cts_rts.c,
5637         * device/lib/_strcmp.c,
5638         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5639         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5640         portmode; added deprecation warning for bank= and protmode= forms.
5641         Also, guard against buffer overflow.
5642         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5643
5644 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5645
5646         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5647         changed interrupt vector table generation to only emit declared vectors.
5648         * device/include/Makefile.in: added missing backslash
5649         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5650
5651 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5652
5653         Mainly changes to support compilation of the device libraries
5654         * src/pic16/device.c: stack is allocated via symbol and not
5655         via literal number. The symbol is placed in the corresponding
5656         position of the data ram
5657         * (pic16_dump_section): relocatable and absolute uninitialized
5658         data are now emitted in sorted order to reduce section naming,
5659         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5660         weren't marked as being in the access bank,
5661
5662 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5663
5664         Added portion of GNU PIC Library under the directory
5665         device/include/pic16 and device/lib/pic16. These files
5666         contain the declarations of SFRs for the PIC18Fxx2 devices.
5667         The directory is initialized via configure from toplevel.
5668
5669 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5670
5671         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5672         the spilllocations to be compared correctly
5673
5674 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5675
5676         * src/SDCCast.c (decorateType): fixed bug introduced today
5677
5678 2004-01-12  Borut Razem <borut.razem AT siol.net>
5679
5680         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5681         doc/sdccman.lyx: upper case pragmas are deprecated
5682
5683 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5684
5685         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5686         in simpler and even better code
5687
5688 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5689
5690         * src/SDCCicode.c (operandOperation): fixed bug #874819
5691         * src/SDCCast.c (decorateType): fixed
5692         char foo (unsigned long ul) { return ul > 0; }
5693
5694 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5695
5696         * doc/sdccman.lyx: Moved and added some sections, small changes
5697         all over. Telling LaTeX to be less strict with word spacing
5698         to better keep the right margin. Changed some notes about
5699         maintainance of the ports in section 3.2.1 - is it OK like this?
5700
5701 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5702
5703         SDCC source changes:
5704         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5705         convilong): modified to inform the pic16 port that builtin functions
5706         are external
5707
5708         PIC16 PORT specific changes:
5709         * src/pic16/device.c pic16_dump_equates() added,
5710         processor registers declared internally by the port are emitted in
5711         the translation as equates,
5712         * src/pic16/gen.c: inline code is passed unprocessed to the
5713         translation,
5714         * (pic16_popGetLit2): fnuction modified to take second operand as
5715         pCodeOp pointer and not as literal,
5716         * (popRegFromIdx): prefixed with pic16_,
5717         * (pic16_popCombine2): modified to receive already allocated pCode
5718         operands,
5719         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5720         * (genFunction): initializes local stack frame and pushes on stack
5721         all the registers used by this function,
5722         * (genEndFunction): restores all registers from stack and restores
5723         stack frame,
5724         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5725         improvements,
5726         * (pic16glue): changed the program startup sequence,
5727         * added new dbName code 'A' for functions placed in absolute section
5728         * src/pic16/main.c: added function attribute _naked,
5729         * added pragma 'code' to place a fnuction at an absolute address,
5730         * added command line arguments --debug-ralloc and --pcode-verbose,
5731         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5732         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5733         * (pic16_newpCodeOpLit2): modified to take the second operand as
5734         pCodeOp pointer,
5735         * (pic16_printpBlock): modified to emit each function in a separate
5736         section,
5737         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5738         UPPER for immediate operands,
5739         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5740         instruction,
5741         * src/pic16/peeph.def: all peepholes with movff are commented out,
5742         because there is a problem in the pcode peep optimizer,
5743         * src/pic16/ralloc.c: the register allocator can now reuse local
5744         function symbols for another function. This saves register usage.
5745         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5746
5747         Added file src/pic16/NOTES with information about program writing on
5748         the current port version.
5749
5750 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5751
5752         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5753         and peephole 252 (array access)
5754
5755 2004-01-09  Borut Razem <borut.razem AT siol.net>
5756
5757         * src/SDCCmain.c : fixed #872250: -l command line defined library
5758           files are scanned before standard library files
5759
5760 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5761
5762         * src/SDCCast.c (decorateType): fixed bug #874046
5763
5764 2004-01-09  Borut Razem <borut.razem AT siol.net>
5765
5766         * support/scripts/sdcc.nsi: remove previous installation
5767
5768 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5769
5770         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5771         bytes for last interrupt vector (mcs51)
5772         * sdcc.spec: fixed typo
5773
5774 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5775
5776         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5777         gen51Code): more efficient parameter receive for --model-large
5778         ("bug" #845294)
5779
5780 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5781
5782         * src/ds390/main.c,
5783         * src/z80/main.c: added missed needLinkerScript flags (more than
5784         one port structure defined in these file)
5785         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5786         bug #795325
5787
5788 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5789
5790         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5791         * src/port.h: added flag needLinkerScript in port->linker
5792         structure to inform whether to create a .lnk file or not,
5793         * src/avr/main.c,
5794         * src/ds390/main.c,
5795         * src/hc08/main.c,
5796         * src/mcs51/main.c,
5797         * src/pic/main.c,
5798         * src/pic16/main.c,
5799         * src/xa51/main.c,
5800         * src/z80/main.c: changed appropriately to configure
5801         needLinkerScript flag
5802         * src/pic/gen.c,
5803         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5804         * src/pic/glue.c: added variable udata_section_name to
5805         override default uninitialized data segment definition for
5806         devices only with SHAREBANK memory (reported from Erik Epetrich)
5807         * (pic14emitOverlay): modified to emit a commented overlay segment
5808         directive when no overlay data exist
5809         * (picglue): modified to emit uninitialized data segment
5810         according to udata_section_name
5811         * src/pic/main.c (_pic14_parseOptions): added command line
5812         options --udata-section-name=[name] to override default
5813         udata definition name
5814         * modified _linkCmd and _asmCmd to include compiler passed
5815         arguments via -W option
5816         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5817         object file from '.rel' to '.o' in port->linker structure,
5818         changed size of fptr from 2 to 3 in port structure
5819
5820 2004-01-07  Borut Razem <borut.razem AT siol.net>
5821
5822         * support/scripts/sdcc.nsi: update PATH
5823         * support/scripts/sdcc.ico: craeted
5824
5825 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5826
5827         * device/include/Makefile.in: fix install
5828         * doc/Makefile: fix install
5829
5830 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5831
5832         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5833         in bug #860505
5834         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5835         how the function variable allocation summary is displayed; also
5836         include information about variables allocated to the overlay
5837         segment
5838
5839 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5840
5841         * as/mcs51/lkmain.c: Help about -Y option
5842         * as/mcs51/lkarea.c: Fixed gcc warnings
5843
5844 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5845
5846         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5847         fixed warning
5848         * support/valdiag/tests/overflow.c: added
5849         * src/SDCCast.c (decorateType),
5850         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5851         LEFT_OP (left shift)
5852
5853 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5854
5855         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5856         (default behaviour).
5857
5858 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5859
5860         A python script to validate compiler diagnostic messages. It can be
5861         used to verify that sdcc complains about bad c source code and
5862         gives a good location of the error.
5863         * support/valdiag/Makefile,
5864         * support/valdiag/valdiag.py,
5865         * support/valdiag/tests/*
5866
5867 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5868
5869         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5870         * src/SDCCsymt.c (newEnumType),
5871         * src/SDCCsymt.h
5872         * support/Util/SDCCerr.c,
5873         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5874         enum related bugs.
5875         * support/regression/tests/enum.c: added test for enum values that
5876         require at least 2 bytes of storage.
5877
5878 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5879
5880         * src/common.h: added ifndef/define/endif macros
5881         around the header file.
5882         Bug reported from Jesus Calvino-Fraga
5883
5884 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5885
5886         * sdcc.spec: updated
5887         * device/include/Makefile.in: don't install CVS directories
5888         * device/lib/Makefile.in: added removal of CVS directories after install
5889         * doc/Makefile: fixed install, added local_icons
5890         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5891         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5892         * src/ds390/gen.c (genRightShift): fixed bug #870788
5893         * src/SDCCast.c (decorateType): fixed bug #870781
5894
5895 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5896
5897         PIC16 port related changes:
5898         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5899         added variable stackPos,
5900
5901         * gen.c: genCall, assignResultValue: added support for
5902         pushing/retrieving function parameters to/from stack,
5903         genFunction,genEndFunction: setup stack frame for the
5904         generated function,
5905         genAddrOf: will be changed according to bug 863624
5906
5907         * added files genutils.c and genutils.h which contain gen*
5908         debugged and optimised functions extracted from gen.c
5909
5910         * glue.c: added variable 'externs' which holds extern symbols,
5911         pic16emitRegularMap: is modified to properly handle relocatable
5912          symbols under the new scheme,
5913         pic16createInterruptVect: is modified
5914         pic16printPublics: is modified to emit 'global' assembler directives,
5915         added pic16_printExterns to print extern symbols,
5916         pic16glue: initializes stack/frame pointer in the beginning of
5917         the assembly output. Temporary hack, will be corrected later,
5918         because gplink yet does not support stack and SDCC does not
5919         yet support a type of crt0.o object to create the final binary.
5920
5921         * Removed many lines that contain 8051 legacy code.
5922         * The code is finally placed under a 'code' directive.
5923         * Added port specific options.
5924
5925         * _process_pragma: simplified since now we do not need *special*
5926         include file to define SFR registers. But a separate header
5927         will be needed. This will be developed later.
5928         * _pic16_parseOptions: added, parses port specific options:
5929         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5930         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5931         --preplace-udata-with=
5932
5933         * _pic16_setDefaultOptions: modified to initialize section names,
5934         but hack is temporarly out of order since it needs improvement.
5935         * _pic16_genAssemblerPreamble: configuration words are emitted by
5936         their address instead of their name. This part is incomplete and
5937         supports only the 18Fxx2 devices. Other devices will emit an error
5938         during assembly since they do not contain the same set of config
5939         registers
5940         * _pic16_genIVT: is modified,
5941
5942         * pcode.c: added definitions for some hardware registers that are needed
5943         for stack support
5944         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5945         All PCI entries are updated. Now LFSR is supported.
5946         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5947         * added pic16_newpCodeOpLit2 to support instructions with
5948         two literal arguments
5949         * pic16_pCode2str: corrected code that emits assembler instructions
5950         with two literal operands and those that have an access bit modifier
5951         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5952         this fixes a bug which caused some labels to be lost, when an
5953         assembler directive was added, i.e. banksel,
5954         * pic16_FixRegisterBanking: improved logic that causes the insertion
5955         of bank switching,
5956         * InlineFunction: functions that are called once, are not any more
5957         inlined. This can be a port option in the future,
5958
5959         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5960
5961         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5962         hold the corresponding uninitialized symbols,
5963         * pic16_allocProcessorRegister: registers have explicit marked the
5964         accessBank field,
5965         * pic16_allocInternalRegister: registers are explicit marked as
5966         not used,
5967         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5968         processing list, so bit registers were lost,
5969         *
5970
5971         * ralloc.h: added field 'accessBank' and original symbol operand
5972         in register definition,
5973         * removed the field isMapped from register definition,
5974
5975         ** Several functions have been removed from various sources:
5976         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5977         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5978         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5979         pic16_assignRelocatableRegisters
5980
5981         ** others have been introduced:
5982         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5983         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5984
5985 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5986
5987         * support/scripts/inc2h.pl: changed definition of BIT_AT
5988         to emit 'sbit at' instead of 'bit at'. This was a request.
5989
5990         PIC16 port related preliminary changes:
5991         * gen.c: prefixed function popRegFromString with
5992         pic16_ and all references to it corrected
5993         * pcode.c: all pic16_pc_* hardware registers prefixed
5994         with underscore (_),
5995         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5996         * ralloc.c: newReg(): when register is REG_SFR then
5997         set address to rIdx,
5998         pic16_allocProcessorRegister(): marks register wasUsed=0
5999         pic16_writeUsedRegs(): added a call to assign processor
6000         registers via pic16_assignFixedRegisters
6001
6002 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6003
6004         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6005         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6006         variables in unused register banks.  Also the SSEG is placed
6007         wherever there is enough space for it, and IDATA can be anywhere
6008         in internal RAM.  For now compile using -Wl-Y[stack_size].
6009         The mem file is different for this option as well, since it
6010         makes no sense of talking about DSEG lenght.
6011
6012 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6013
6014         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6015         in certain cases, e.g. when ROM assignment, patch provided
6016         from Albert den Haan.
6017
6018 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6019
6020         Many signedness and type propagation fixes:
6021         * src/SDCCicode.c: made geniCodeCast() static
6022         replaced SPEC_ by IS_ (cosmetic)
6023         (operandOperation): fixed div and mod operation
6024         (usualBinaryConversions): added support for promotion of char
6025         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6026         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6027         (geniCodeAdd): an array index will stay unsigned, even if promoted
6028         from char to int
6029         (geniCodeArray): ditto
6030         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6031         * src/SDCCsymt.c (computeType): added more support for char;
6032         promotion of char is selectable by promoteCharToInt, fixed signedness
6033         for all cases
6034         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6035         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6036         * src/SDCCval (val*): replaced signedness calculation by
6037         computeType()
6038         rearranged if-branches (cosmetic)
6039         (valShift): added warning W_SHIFT_CHANGED
6040         (valCompare): fixed problem with different types
6041         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6042         * support/regression/tests/literalop.c: added many cases
6043         * support/regression/tests/ast_constant_folding.c: changed finally to
6044         'unsigned int'
6045         * .version: new year, new version: 2.3.7
6046         * src/SDCCmain.c (main): applied patch #866468
6047         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6048         provided by Scott Bronson
6049         * doc/sdccman.lyx: updated documentation for sdcdb
6050         updated and added chapter tips
6051
6052 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6053
6054         * src/SDCCsymt.h: missing from yesterday's commits
6055
6056 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6057
6058         * src/SDCC.y (struct_or_union_specifier),
6059         * support/Util/SDCCerr.c,
6060         * support/Util/SDCCerr.h: verify that struct & union tags are used
6061         as declared.
6062
6063 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6064
6065         * src/SDCCglobl.h: missing from yesterday's commits
6066
6067 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6068
6069         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6070         sft_attributes, struct_declaration, parameter_declaration,
6071         type_name, start_block, declaration_list),
6072         * src/SDCC.lex (check_type): support redefinition of typedef names
6073
6074 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6075
6076         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6077         aligned xdata arrays. Erik helped me with the if clause.
6078
6079 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6080
6081         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6082         warning
6083
6084 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6085
6086         * src/SDCCast.h,
6087         * src/SDCCast.c (newAst_),
6088         * src/SDCCicode.h,
6089         * src/SDCCicode.c (ast2iCode, newiCode),
6090         * src/SDCCglobl.h,
6091         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6092         expr, statement, expression_statement, selection_statement,
6093         iteration_statement, expr_opt, jump_statement): foundation for tracking
6094         sequence points
6095         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6096         point code too)
6097
6098 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6099
6100         * support/Util/SDCCerr.c,
6101         * src/SDCCast.h,
6102         * src/SDCCast.c (createCase, createDefault, decorateType),
6103         * src/SDCClabel.c (labelUnreach),
6104         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6105         to error messages.
6106         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6107         (with thanks to Stas Sergeev)
6108         * device/include/time.h,
6109         * device/lib/time.c (CheckTime): suppress unreachable code warning
6110
6111 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6112
6113         * src/SDCCast.c (createIvalCharPtr),
6114         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6115         bug #753752)
6116         * support/regression/tests/nullstring.c: tests for these two bugs
6117
6118 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6119
6120         * support/Util/SDCCerr.h,
6121         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6122         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6123         about storage class and 'at' used inside struct or union
6124         * src/SDCCBBlock.c (iCodeFromeBBlock),
6125         * src/SDCCcse.c (ifxOptimize),
6126         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6127         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6128         printIval, emitStaticSeg, emitOverlay),
6129         * src/SDCClabel.c (deleteIfx),
6130         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6131         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6132         gatherAutoInit, processParms),
6133         * support/Util/SDCCerr.h,
6134         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6135         reporting for post-parse errors.
6136
6137 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6138
6139         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6140         implicit casts via union; they don't work on big endian systems
6141         (possible fix for bug #861138)
6142
6143 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6144
6145         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6146         * src/mcs51/main.c: fixed the fix for bug #737001
6147
6148 2003-12-15  Borut Razem <borut.razem AT siol.net>
6149
6150         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6151
6152 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6153
6154         * support/makebin/makebin.c: put output in binary mode
6155
6156 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6157
6158         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6159         xdata and data memory on startup. Set the environment variable
6160         SDCC_NOGENRAMCLEAR to disable this.
6161         * src/mcs51/peephole.def,
6162         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6163         (allows non-interrupt and interrupt code to safely compete for a resource
6164         without the non-interrupt code having to disable interrupts)
6165
6166 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/SDCCicode.c (geniCodeAdd),
6169         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6170         with valFromType if type might be a pointer and host is big endian).
6171         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6172         types, not just integer types.
6173         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6174         multiply defined with mismatching "at" address.
6175
6176 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6177
6178         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6179         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6180         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6181         with embedded nulls (fixed bug #753752)
6182
6183 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6184
6185         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6186         Apparently this did not see much testing (endless loop)
6187
6188 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6191
6192 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6195         gracefully handle NULL memmap pointers
6196
6197 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6198
6199         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6200         instead of deleting the iCode when an operand is volatile
6201         * src/z80/gen.c (genDummyRead),
6202         * src/mcs51/gen.c (genDummyRead),
6203         * src/ds390/gen.c (genDummyRead),
6204         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6205         not just IC_RIGHT
6206         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6207         * src/SDCC.y: fixed bug #850420
6208
6209 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6210
6211         Applied z80 i/o port patch from Peter Townson and fixed some operators
6212         to better handle operands in A register.
6213         * device/include/z180.h
6214         * src/SDCC.y
6215         * src/SDCCglue.c
6216         * src/z80/gen.c
6217         * src/z80/gen.h
6218         * src/z80/main.c
6219         * src/z80/peeph-z80.def
6220         * src/z80/peeph.def
6221         * src/z80/z80.h
6222
6223 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6226
6227 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6228
6229         * device/lib/hc08/_mullong.c: Removed extra #endif
6230
6231 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6232
6233         * sim/ucsim/hc08.src/inst.cc,
6234         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6235         carries from x to h
6236         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6237         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6238         * device/include/stdarg.h: fixed varargs for hc08
6239         * device/lib/Makefile.in,
6240         * device/lib/hc08/Makefile,
6241         * device/lib/hc08/_mulint.c,
6242         * device/lib/hc08/_mullong.c: fixed some endian problems
6243
6244 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6245
6246         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6247         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6248         * device/lib/_gptrget.c,
6249         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6250
6251 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6252
6253         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6254         * src/SDCCast.c (astErrors): fixed bug #846007
6255         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6256
6257 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/SDCCast.c (decorateType): disabled a transformation I added in
6260         revision 1.188 (access to fields of a structure at an absolute address);
6261         it breaks with bitfields, extern declarations, and gcse analysis.
6262         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6263         could be assigned through a pointer, so don't complain.
6264         * src/SDCCast.c (astErrors),
6265         * src/SDCCast.h,
6266         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6267
6268 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6269
6270         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6271         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6272         output of __config directives, since gpasm now supports them
6273         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6274         pre-processor macro, i.e. -DMCU=p18f452
6275         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6276         and modified to handle 'cast' icode similarly to '=' icode
6277         * src/pic16/device.h (typedef struct PIC_device): added field
6278         'extMIface' to indicate that chip has external memory interface
6279         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6280         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6281         18F8720
6282
6283 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6284
6285         * src/SDCC.y (pointer): fixed bug #846006
6286         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6287         * src/SDCCast.c (decorateType): fixed bug #846009
6288         * src/ds390/peeph.def,
6289         * src/ds390/gen.c (genAnd, genOr),
6290         * src/mcs51/peeph.def,
6291         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6292
6293 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6296         * src/SDCCdflow.c
6297         * src/SDCCcse.c
6298         * src/SDCCcse.h
6299         * src/SDCCBBlock.h
6300         * src/SDCCBBlock.c
6301
6302 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6303
6304         fixed bug #845089
6305         * src/SDCCbitv.h,
6306         * src/SDCCbitv.c: added function to free a bitvector
6307         * src/SDCClrange.h,
6308         * src/SDCClrange.c: added function to recompute the liveranges
6309         * src/avr/ralloc.c,
6310         * src/ds390/ralloc.c,
6311         * src/hc08/ralloc.c,
6312         * src/mcs51/ralloc.c,
6313         * src/pic/ralloc.c,
6314         * src/pic16/ralloc.c,
6315         * src/xa51/ralloc.c,
6316         * src/z80/ralloc.c: recompute the liveranges after register packing
6317
6318 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6319
6320         * src/SDCCloop.c (newInduction): fixed bug #845630
6321
6322 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6323
6324         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6325         inadvertantly left behind from my 2003-11-12 change
6326
6327 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         Updated headers I neglected to commit yesterday.
6330         * src/SDCClrange.h,
6331         * src/SDCCicode.h
6332
6333 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6334
6335         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6336         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6337         * src/SDCCopt.c (eBBlockFromiCode),
6338         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6339         the creation of the key hash table from the sequencing so it can be used
6340         earlier (for some GCSE bug fixes still pending)
6341
6342 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6343
6344         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6345         * support/regression/tests/addsub.c: testing genPlus shortcut
6346
6347 2003-11-15  Borut Razem <borut.razem AT siol.net>
6348
6349         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6350
6351 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6352
6353         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6354         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6355         ordering is immaterial.
6356         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6357
6358 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6361         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6362         (SIGSEV) of bug #840381
6363         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6364         unlink new file before rename if new and old filenames are the same)
6365
6366 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6367
6368         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6369         uninitialized variables) for the mcs51. Set environment variable
6370         SDCC_GENRAMCLEAR to test.
6371         xdata initialization slightly shorter
6372
6373 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6374
6375         * src/SDCCsymt.h,
6376         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6377         #838241 & 780691 (basicly the same bug)
6378         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6379         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6380
6381 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6382
6383         * src/SDCCmain.c (linkEdit): "fix" #834252
6384
6385 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6388         * src/SDCCast.h,
6389         * src/SDCC.y: fixed bug #819403
6390
6391 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6394         the reentrant attribute.
6395         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6396         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6397         simulation
6398         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6399         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6400         erroneously reduced to a literal.
6401         * src/hc08/ralloc.c (packRegisters, rematStr),
6402         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6403         some cases
6404
6405 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6406
6407         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6408         * doc/sdccman.lyx: changed from 'article' to 'book'
6409         * doc/Makefile: readded test_suite_spec and cdbfileformat
6410
6411 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6412
6413         * device/include/stdlib.h: include malloc.h to comply with ANSI
6414         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6415
6416 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6417
6418         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6419         * doc/clean.mk: also remove *.out files
6420         * doc/sdccman.lyx: some additions, larger top/bottom margins
6421
6422 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6423
6424         * src/SDCC.y: fixed bug #837365
6425         * support/regression/tests/bitopcse.c
6426         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6427         a symbol (might be valop instead)
6428         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6429         * device/lib/clean.mk: added hc08 to the cleaning list
6430
6431 2003-11-04  Borut Razem <borut.razem AT siol.net>
6432
6433         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6434           made 2003-11-04
6435         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6436           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6437           malloc is declared in standard stdlib.h
6438
6439 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         * device/lib/hc08/Makefile: need to clean .rel not .o files
6442         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6443
6444 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6445
6446         * src/port.h,
6447         * src/hc08/main.c,
6448         * src/mcs51/main.c,
6449         * src/ds390/main.c,
6450         * src/z80/main.c,
6451         * src/avr/main.c,
6452         * src/pic/main.c,
6453         * src/pic16/main.c,
6454         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6455         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6456         tests (which uses the port's oclsExpense function)
6457         * src/SDCC.y,
6458         * src/SDCCast.c,
6459         * src/SDCCicode.c,
6460         * src/hc08/gen.c,
6461         * src/ds390/gen.c,
6462         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6463
6464 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/SDCCcse.c (ifxOptimize),
6467         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6468         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6469         deleting the IFX iCode.
6470         * src/hc08/ralloc.c: reduced unneeded slocs
6471         * src/hc08/gen.c: fixed bug in asmopToBoolean
6472
6473 2003-11-04  Borut Razem <borut.razem AT siol.net>
6474
6475         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6476           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6477           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6478           transferred to configure
6479
6480 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6481
6482         Use headers defined in the C[++] standards:
6483         * sim/ucsim/gui.src/serio.src/fileio.cc
6484         * sim/ucsim/gui.src/serio.src/frontend.cc
6485         * sim/ucsim/gui.src/serio.src/main.cc
6486         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6487         * support/Util/NewAlloc.c
6488         * as/hc08/lklibr.c
6489         * as/mcs51/lklibr.c
6490         * as/z80/aslist.c
6491         * as/z80/assym.c
6492
6493 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6494
6495         * Added MSVC projects for hc08 assembler and linker:
6496         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6497         /as/hc08/link_hc08.dsp
6498
6499 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6500
6501         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6502
6503 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6504
6505         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6506
6507 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6508
6509         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6510
6511 2003-10-31  Borut Razem <borut.razem AT siol.net>
6512
6513         * support/cpp2/cpplib.h,
6514           support/cpp2/cpplib.c,
6515           support/cpp2/cpplex.c,
6516           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6517           to switch _asm block preprocessing on / off. Default is
6518           #pragma preproc_asm +
6519
6520 2003-10-31  Borut Razem <borut.razem AT siol.net>
6521
6522         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6523           when outputting comment blocks (when executed with -C option) and
6524           _asm (SDCPP specific) blocks
6525
6526 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6527
6528         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6529
6530 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6531
6532         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6533
6534 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6535
6536         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6537         * src/SDCCast.c (decorateType): fixed bug #832664
6538
6539 2003-10-31  Borut Razem <borut.razem AT siol.net>
6540
6541         * support\cpp2\cpplex.c: fixed for SDCPP:
6542           comments(when executed with -C option) and _asm blocks
6543           were included even if they where in skipped #if block.
6544           Applied solution from GCC cpp 3.3.2
6545
6546 2003-10-31  Borut Razem <borut.razem AT siol.net>
6547
6548         * src/SDCC.lex: sdcc now understands both formats:
6549           '# <line_number> <file_name>' and
6550           '#line <line_number> <file_name>'
6551         * support/cpp2/cppmain.c: sdcpp now generates the standard
6552           '# <line_number> <file_name>' instead of former
6553           '#line <line_number> <file_name>'
6554
6555 2003-10-30  Borut Razem <borut.razem AT siol.net>
6556
6557         * support/cpp2/cpphash.h,
6558         * support/cpp2/cpplib.h
6559         * support/cpp2/cpplex.c,
6560         * support/cpp2/cppmain.c,
6561         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6562
6563 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6564
6565         Fixed a number of problems revealed by bug #827883.
6566         * src/SDCCloop.c (loopInvariants): Spill location of the
6567         result operand should be recomputed if extracted from
6568         a loop. Also, don't extract assignments of an iTemp
6569         from a literal.
6570         * src/SDCCast.c (isConformingBody): loop reversal should
6571         not occur if the control variable is involved with a
6572         relational operator.
6573
6574 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6575
6576         * .version: bumped to 2.3.6 to reflect the big improvements
6577         made by Erik and Klaus. Thanks!
6578
6579 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6580
6581         Replaced the livrange code.
6582         * src/SDCClrange.c: added new LR code
6583         * src/SDCCloop.c,
6584         * src/SDCCBBlock.h: removed remainig parts from old LR code
6585         * src/ds390/ralloc.c,
6586         * src/ds390/gen.c: minor fixes to make it work with new code
6587
6588 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6589
6590         * as/hc08/asm.h,
6591         * as/hc08/lkrloc.c,
6592         * src/hc08/gen.c,
6593         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6594         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6595         (tweaked fix for bug #818696)
6596
6597 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6598
6599         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6600
6601 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6602
6603         * src/SDCCmain.c,
6604         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6605         * src/mcs51/gen.c (gencjneshort),
6606         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6607         more efficient (per Scott Bronson's suggestion)
6608
6609 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         Extended the semantics of the critical keyword to include
6612         individual statements. See RFE #827755 and #799831
6613         * src/SDCC.y
6614         * src/SDCCicode.c
6615         * src/SDCCopt.c
6616         * src/SDCCast.c
6617         * support/Util/SDCCerr.c
6618         * support/Util/SDCCerr.h
6619         * src/mcs51/gen.c
6620         * src/ds390/gen.c
6621         * src/hc08/gen.c
6622
6623 2003-10-19  Borut Razem <borut.razem AT siol.net>
6624
6625         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6626
6627 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6628
6629         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6630         Fixed bug #818696
6631         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6632         and predecrement operand is displayed
6633
6634 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6635
6636         * src/SDCCval.c (valMinus): fixed bug #826041
6637
6638 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         Some hc08 related updates that I missed earlier
6641         * sim/ucsim/stypes.h
6642         * support/regression/ports/hc08/spec.mk
6643
6644 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         New target "hc08" for the Motorola 68hc08 family of micros
6647
6648         * configure
6649         * configure.in
6650         * Makefile
6651         * src/hc08/*
6652         * src/SDCCmain.c
6653         * src/port.h
6654         * sim/ucsim/hc08.src/*
6655         * sim/ucsim/configure.in
6656         * src/ucsim/configure
6657         * sim/ucsim/packages_in.mk
6658         * as/hc08/*
6659         * as/Makefile
6660         * device/include/mc68hc908qy.h
6661         * device/lib/hc08/*
6662         * device/lib/Makefile.in
6663         * support/regression/ports/hc08/*
6664         * support/regression/Makefile
6665
6666 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6667
6668         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6669         regression test
6670         * src/ds390/gen.c (genCast): fixed bug #821957
6671
6672 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6673
6674         * device/lib/logf.c: "fixed" overlay bug
6675         * support/regression/ports/host/spec.mk: added m library
6676         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6677         * support/regression/tests/float_trans: added (for Eric)
6678
6679 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6680
6681         * src/mcs51/gen.c (genCpl): fixed bug
6682         http://sf.net/mailarchive/message.php?msg_id=6263915
6683
6684 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6685
6686         * src/SDCCast.c (decorateType): added extended constant folding
6687         * src/SDCCsymt.c (computeType): cleanup
6688         * src/SDCCval.c (valShift): minor optimization
6689         * support/regression/tests/ast_constant_folding.c: added
6690
6691 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6692
6693         * src/SDCCmain.c: removed some unintended changes
6694
6695 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6698         * src/z80/gen.c: fixed part of bug #817589
6699         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6700
6701 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6702
6703         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6704         * src/SDCCcflow.c
6705         * src/SDCCcse.c
6706         * src/SDCCdflow.c
6707         * src/SDCClabel.c
6708         * src/SDCClrange.c
6709         * src/SDCCmem.c
6710         * src/SDCCopt.c
6711         * src/SDCCpeeph.c
6712         * src/SDCCset.c
6713         * src/avr/ralloc.c
6714         * src/ds390/ralloc.c
6715         * src/izt/ralloc.c
6716         * src/mcs51/ralloc.c
6717         * src/pic/ralloc.c
6718         * src/pic16/ralloc.c
6719         * src/xa51/ralloc.c
6720         * src/z80/ralloc.c
6721         * src/z80/gen.c: removed unused label "release:"
6722
6723 2003-10-06  Borut Razem <borut.razem AT siol.net>
6724
6725         * src/SDCC.lex: removed definition of unused variables
6726           save_optimize and save_options
6727
6728 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6729
6730         * clean.mk: removed '=' in "-maxdepth=1"
6731         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6732         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6733
6734 2003-10-06  Borut Razem <borut.razem AT siol.net>
6735
6736         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6737           my_unput() replaced by unput()
6738
6739 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6742         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6743         type-punned pointer will break strict-aliasing rules"
6744         Old LR behaviour is again default; Klaus' LR can be choosen by
6745         defining the environment variable LRKLAUS
6746         * src/SDCCBBlock.h
6747         * src/SDCCloop.c
6748         * src/SDCClrange.c
6749         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6750         * clean.mk: fixed removal of files in bin/CVS/
6751         * device/lib/clean.mk: fixed removal of directories small and large
6752         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6753         * src/SDCCicode.c,
6754         * src/SDCCval.c: removed superflous test for pedantic
6755
6756 2003-10-05  Borut Razem <borut.razem AT siol.net>
6757
6758         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6759           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6760           message "unmatched #pragma SAVE and #pragma RESTORE"
6761
6762 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6763
6764         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6765           assembly, critical functions, atomic, nojtbound)
6766
6767 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6768
6769         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6770         * src/SDCCBBlock.h
6771         * src/SDCCloop.c
6772         * src/SDCCloop.h
6773         * src/SDCClrange.c
6774
6775 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6776
6777         * src/z80/gen.h,
6778         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6779         * src/mcs51/gen.h
6780         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6781         * src/ds390/gen.h
6782         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6783         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6784         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6785
6786 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6787
6788         * src/z80/gen.c (genRet): fixed bug #524753
6789         * src/z80/gen.c (genCast): fixed internal error on cast from
6790         pointer to long
6791         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6792         fix for bug #477835 to the z80
6793         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6794         for tracking iCodes in the peephole optimizer for z80
6795
6796 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6797
6798         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6799         the other part of bug #814548
6800         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6801
6802 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6803
6804         * src/SDCCcse.c: fixed part of bug #814548
6805
6806 2003-09-28  Borut Razem <borut.razem AT siol.net>
6807
6808         * src/asm.c: rewrite of printILine() to use temporary file instead
6809           a pipe
6810         * src/xa51/main.c: commented out declaration of int rewinds
6811
6812 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6813
6814         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6815
6816 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6819         * src/asm.c (printILine): Fixed bug #811015
6820
6821 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6822
6823         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6824         freeing.
6825
6826 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6827
6828         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6829         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6830         to correctly handle general case of AOP_PAIRPTR
6831         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6832
6833 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6834
6835         * src/mcs51/ralloc.c (fillGaps),
6836         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6837         register positioning bug)
6838
6839 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6840
6841         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6842
6843 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6844
6845         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6846         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6847         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6848         (ralloc doesn't intentionally do this now, but perhaps later)
6849         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6850         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6851         register positioning bugs (Fixed bug #762602 and #795325)
6852         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6853         (Fixed bug #808779)
6854         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6855         lines that --i-code-in-asm generates
6856
6857 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6858
6859         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6860         trying to fclose a FILE* that was already closed.
6861
6862 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6863
6864         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6865         of const struct should be treated as if const themselves)
6866
6867 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6868
6869         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6870
6871 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6872
6873         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6874         Unix (/n) and DOS (/r/n) line terminations.
6875
6876 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6877
6878         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6879         bug #613775
6880
6881 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6882
6883         * src/mcs51/gen.c (genFunction, genEndFunction),
6884         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6885         and restore of EA so that stack offsets to parameters are
6886         correct when using both critical and reentrant/stack-auto.
6887         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6888         size (can be triggered in error if sloc is shared between
6889         different sized objects)
6890         * device/include/float.h: fixed macros to explicitly use
6891         unsigned long where needed
6892
6893 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         Feature req. 799831: added code to allow nesting of critical functions
6896         * src/mcs51/gen.c (genFunction, genEndFunction)
6897         * src/ds390/gen.c (genFunction, genEndFunction)
6898
6899 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6900
6901         * src/SDCCsymt.c (sclsFromPtr),
6902         * src/SDCCsymt.h,
6903         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6904         support for standard C idiom of memory mapped variables; for
6905         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6906         to xdata int at 0x1234 tempvar = 1.
6907         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6908         provided by Akiya ISHIDA
6909
6910 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6911
6912         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6913         * src/SDCCval.c (constVal): added reduction from int to char
6914         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6915         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6916         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6917         to ignore the sign
6918         * support/regression/tests/shifts.c: fixed
6919
6920 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6921
6922         * src/z80/gen.c (genXor): Fixed bug #805445
6923
6924 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         Fixed bug #621531 (const & volatile confusion in the type chain).
6927         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6928         refer to the const or volatile state of the pointer itself.
6929
6930         * src/SDCCast.c
6931         * src/SDCCglue.c
6932         * src/SDCCicode.c
6933         * src/SDCCsymt.c
6934         * src/SDCCval.c
6935         * src/SDCC.y
6936         * src/SDCCsymt.h
6937         * src/pic/gen.c
6938         * src/pic/ralloc.c
6939         * src/pic16/gen.c
6940         * src/pic16/ralloc.c
6941         * support/regression/tests/const.c
6942
6943 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6944
6945         When checking for duplicated modules, use absolute paths
6946         instead of relative paths.  Files changed:
6947
6948         * as/mcs51/lklib.c
6949         * link/z80/lklib.c
6950
6951 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6954
6955 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * device/include/string.h: added size_t typedef, changed
6958         prototypes to use size_t, eliminated separate reentrant and
6959         non-reentrant declarations, added _memmove declaration
6960         * device/lib/_memcpy.c: changed to use size_t instead of int,
6961         changed /4 to >>2 to avoid division library call
6962         * device/lib/_memcmp.c,
6963         * device/lib/_memset.c,
6964         * device/lib/_strncat.c,
6965         * device/lib/_strncpy.c,
6966         * device/lib/_strncmp.c: changed to use size_t instead of int
6967         * device/lib/_memmove.c: new file (fixed bug #772294)
6968         * device/lib/Makefile.in: added _memmove.c
6969         * device/lib/z80/asm_strings.s: fixed bug #772290
6970         * support/regression/tests/bitfields.c: attempt to fix host assertion
6971         failure on amd64-unknown-linux2.2
6972
6973 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6974
6975         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6976         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6977         * as/z80/asmain.c (main): fixed bug #801766
6978
6979 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6980
6981         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6982         compilers
6983
6984 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6987         reported in bug #800609
6988
6989 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6990
6991         * Top header beautifications in src/pic16 directory:
6992           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6993           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6994           pcoderegs.h, ralloc.c, ralloc.h
6995         * main.c: added top header and GPL license notice
6996         * pcode.c: fixed the if-conditional warning
6997
6998 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6999
7000         * device/lib/_mullong.c: replaced int by short for gcc
7001
7002 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7003
7004         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7005         and JUMPTABLE iCodes properly now (worked by accident before)
7006         * src/mcs51/gen.c (leftRightUseAcc),
7007         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7008         iCode properly now. Use getSize instead of nRegs since a & b
7009         aren't part of the nRegs tally.
7010
7011 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7012
7013         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7014         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7015           before instructions that use the _STATUS register
7016
7017 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7018
7019         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7020         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7021         fetching of the pointer
7022         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7023         copied from genNearPointerSet()
7024         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7025         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7026         If they pop r0/r1 they must be called in the opposite order than aopOp().
7027         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7028         (resp. --stack-auto), prepared for --xstack
7029
7030 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7031
7032         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7033
7034 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7035
7036         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7037         these ports have their own __sdcc_external_start()
7038
7039 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7040
7041         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7042         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7043         type for bits was changed. It resulted in bit variables becoming
7044         global, which is not permitted in PIC 14 assembly output.
7045
7046 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7047
7048         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7049
7050 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7051
7052         Z80 and MCS51 linkers complaint if a public symbol is defined
7053         in more than one library module:
7054
7055         * as/mcs51/lklib.c
7056         * link/z80/lklib.c
7057         * as/mcs51/Makefile.in
7058
7059 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7060
7061         A few small changes that speed up the peephole optimizer.
7062
7063         * src/SDCCpeeph.c
7064
7065 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         Try to make the peephole optimizer smarter by maintaining
7068         an association between the assembly source code and the
7069         iCodes that originated them. Put this information to use
7070         with a new peephole rule condition "notVolatile" so that
7071         the rules can be aggressive yet still safe.
7072
7073         * src/SDCCpeeph.c
7074         * src/SDCCpeeph.h
7075         * src/mcs51/gen.c
7076         * src/mcs51/peeph.def
7077
7078 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7079
7080         Fixed bug #741761
7081
7082         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7083         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7084         if the left or right operand symbols have the accuse flag set.
7085
7086 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7087
7088         Changed the type of the result of the ! (NOT) operator to char;
7089         previously it returned the same type as the source. This allows
7090         us to eliminate all the genFloatNot functions (all of its target
7091         implementations were very buggy) since !float can use the same
7092         code as !long now.
7093
7094         * src/SDCCicode.c (ast2iCode): ! returns char
7095         * src/mcs51/gen.c (genNot, genNotFloat),
7096         * src/ds390/gen.c (genNot, genNotFloat),
7097         * src/z80/gen.c (genNot, genNotFloat),
7098         * src/pic/gen.c (genNot, genNotFloat),
7099         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7100
7101 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7102
7103         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7104         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7105            during interrupts. Ensure WSAVE is located at a shared bank address.
7106         2. Fixed page selection in some places
7107         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7108            the registers name strings.
7109         4. Fixed "signed / unsigned compare" compiler warnings.
7110         5. The PIC port manages its own allocation of the general purpose
7111            registers, but makes no attempt to reuse them. As a result when
7112            compiling it soon runs out of general purpose registers. Some
7113            additional code was added to the files pcode.c and device.c to walk
7114            through the function call tree and rename the registers so that they
7115            get reused.
7116
7117         * src/pic/device.c
7118         * src/pic/gen.c
7119         * src/pic/glue.c
7120         * src/pic/pcode.c
7121         * src/pic/pcode.h
7122         * src/pic/ralloc.c
7123         * src/pic/ralloc.h
7124         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7125         genPlus() & genMinus() when the result is the same as left or right
7126
7127 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7128
7129         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7130
7131 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         Made bitfield a distinct type from bit so that bitfields
7134         convert as per ANSI C and bits retain their traditional
7135         boolean style behaviour. Implemented bitfield support in
7136         the z80 port.
7137
7138         * src/SDCCsymt.h,
7139         * src/SDCCsymt.c,
7140         * src/SDCCast.c,
7141         * src/cdbFile.c,
7142         * src/mcs51/gen.c,
7143         * src/ds390/gen.c: bit v bitfield split
7144         * src/z80/gen.c: New support for bitfields
7145         * support/regression/tests/bitfields.c: reenabled z80,
7146         added more tests
7147
7148 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7149
7150         Rules 246.x, 247.x relate to bitfields, the others speed up
7151         access to xdata mapped I/O devices.
7152
7153         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7154
7155 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7156
7157         Cleaned up genPackBits and genUnpackBits and added two helper
7158         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7159         for literal assignments in genPackBits (thanks to Frieder for
7160         reminding me).
7161
7162         * src/mcs51/gen.c
7163         * src/ds390/gen.c
7164
7165 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7166
7167         Fixed bug #748310 (pointer to function type mishandled when the
7168         function name is omitted). Also fixed a SIGSEGV when a function
7169         attribute (reentrant, etc) is used on a non-function or on a
7170         function but misplaced before the parameter list.
7171
7172         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7173         bug #748310
7174         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7175         * support/Util/SDCCerr.h,
7176         * support/Util/SDCCerr.c: Added func attr misuse error msg
7177
7178 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7179
7180         Fixed bug #787649 by anonymous
7181         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7182         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7183
7184 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7185
7186         Fixed numerous bitfield problems.
7187
7188         * src/SDCC.y: More bitfield related error checking
7189         * src/SDCCsymt.h,
7190         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7191         * support/Util/SDCCerr.h,
7192         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7193         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7194         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7195         * support/regression/tests/bitfields.c: tests added
7196
7197 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7198
7199         Made the constant following the "interrupt" keyword optional. If
7200         omitted, the function will not automatically be given an entry
7201         in the interrupt vector table (similar to #pragma NOIV, but
7202         less syntacticly kludgy). The interrupt number is also now
7203         range checked. Also fixed a bug in the high order bit example
7204         in the manual.
7205
7206         * src/SDCC.y
7207         * src/SDCCmem.c
7208         * src/SDCCglue.c
7209         * src/SDCCsymt.h
7210         * support/Util/SDCCerr.c
7211         * support/Util/SDCCerr.h
7212         * doc/sdccman.lyx
7213
7214 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7215
7216         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7217         * src/SDCCicode.c (operandOperation): rewritten some ops
7218         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7219         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7220         other type
7221         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7222         be re-activated by defining REDUCE_LITERALS)
7223         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7224         unsigned, but are signed by default
7225         * src/SDCCval.c (constVal): rearranged
7226         * src/SDCCval.c (valMod): preliminary fix
7227         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7228         * support/regression/literalop.c: added, work in progress
7229
7230 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7231
7232         Generate warnings for useless declarations like "char data;"
7233         that don't do what new users expect.
7234
7235         * src/SDCC.y
7236         * support/Util/SDCCerr.h
7237         * support/Util/SDCCerr.c
7238
7239 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7240
7241         * src/SDCCval.c (valMult): fix overflow detection of negative int
7242
7243 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7244
7245         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7246
7247         Changes to support big endian targets:
7248
7249         * src/ports.h
7250         * src/SDCCglue.c
7251         * src/avr/main.c
7252         * src/ds390/main.c
7253         * src/izt/i186.c
7254         * src/mcs51/main.c
7255         * src/pic/main.c
7256         * src/pic16/main.c
7257         * src/xa51/main.c
7258         * src/z80/main.c
7259
7260 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7261
7262         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7263         * device/lib/time.c: fixed warning "integer overflow in expression"
7264
7265 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7266
7267         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7268         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7269         constants are unsigned; added recognition of "u" flag for unsigned
7270         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7271         * src/SDCCval.c (valDiv, valMod): fixed signdness
7272         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7273         signedness of modulo, left and right shift
7274         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7275         * support/Util/SDCCerr.h: added warning W_INT_OVL
7276         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7277         * src/SDCCast.c (ast_print): improved output of constants
7278
7279 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7280
7281         Fixed some warnings when building with MSVC:
7282
7283         * as\mcs51\asdata.c
7284         * as\z80\asdata.c
7285         * as\mcs51\asm.h
7286         * as\z80\asm.h
7287         * link\z80\aslink.h
7288         * link\z80\lkdata.c
7289         * link\z80\lkeval.c
7290         * link\z80\lkgb.c
7291         * link\z80\lkihx.c
7292         * link\z80\lks19.c
7293         * link\z80\lksym.c
7294         * support\cpp2\cpplib.c
7295         * src\ds390\gen.c
7296         * src\mcs51\gen.c
7297
7298 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7299
7300         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7301
7302 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7303
7304         * support\librarian\clean.mk: Do not remove Makefile.
7305         * support\librarian\Makefile: added.
7306
7307 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7308
7309         Added librarian to MSVC build:
7310         * all.dsp
7311         * sdcc.dsw
7312         * support\librarian\librarian.dsp
7313
7314         'configure' not needed for librarian, removed:
7315         * support\librarian\configure
7316         * support\librarian\configure.in
7317         * support\librarian\config_in.h
7318         * support\librarian\Makefile.in
7319
7320         Hopefully these ones built the librarian and the rest of sdcc properly:
7321         * Makefile
7322         * Makefile.common.in
7323
7324         Messed up 'configure', so revert to previous version:
7325         * configure
7326         * configure.in
7327
7328 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7329
7330         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7331         there, while the mantissa of a double is "only" 53 bits wide.
7332
7333 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7334
7335         Adding sdcclib to the build.  MSVC project coming soon.
7336         Files added/changed:
7337
7338         * support\librarian\clean.mk
7339         * support\librarian\configure
7340         * support\librarian\configure.in
7341         * support\librarian\config_in.h
7342         * support\librarian\Makefile.bcc
7343         * support\librarian\Makefile.in
7344         * support\librarian\sdcclib.c
7345         * Makefile.bcc
7346         * Makefile
7347         * Makefile.common.in
7348         * configure
7349         * configure.in
7350
7351 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7352
7353         Linker now complaints if linked modules have conflicting options, for
7354         example, one compiled using --model-large and another one compiled with
7355         --model-small.  The following files were modified:
7356
7357         * as\mcs51\asdata.c
7358         * as\mcs51\aslink.h
7359         * as\mcs51\asm.h
7360         * as\mcs51\asmain.c
7361         * as\mcs51\asout.c
7362         * as\mcs51\i51pst.c
7363         * as\mcs51\lkdata.c
7364         * as\mcs51\lklibr.c
7365         * as\mcs51\lkmain.c
7366         * as\z80\asdata.c
7367         * as\z80\asm.h
7368         * as\z80\asmain.c
7369         * as\z80\asout.c
7370         * as\z80\z80pst.c
7371         * link\z80\aslink.h
7372         * link\z80\lkdata.c
7373         * link\z80\lklibr.c
7374         * link\z80\lkmain.c
7375         * src\SDCCglue.c
7376
7377 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7378
7379         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7380         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7381
7382 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7383
7384         * src/z80/mappings.i: fix _mul[us][int,long] entries
7385
7386 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7387
7388         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7389
7390 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7391
7392         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7393         * support/regression/tests/bitopcse.c: added
7394         fixed warning:
7395         * src/avr/gen.c:
7396         * src/pic/gen.c:
7397         * src/pic16/gen.c:
7398         * src/z80/gen.c:
7399         * src/xa51/gen.c:
7400
7401 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7402
7403         added support for new library format to z80, gbz80 linkers:
7404         *link/z80/aslink.h
7405         *link/z80/lklex.c
7406         *link/z80/lklib.c
7407         *link/z80/lklist.c
7408
7409 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7410
7411         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7412         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7413
7414 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7415
7416         added DUMMY_READ_VOLATILE:
7417         * src/SDCC.y:
7418         * src/avr/gen.c:
7419         * src/xa51/gen.c:
7420         * src/z80/gen.c:
7421         * src/pic/gen.c:
7422         * src/pic16/gen.c:
7423         * src/mcs51/gen.c:
7424         * src/ds390/gen.c:
7425         * src/SDCCcse.c (algebraicOpts): many improvements
7426         * src/SDCCcse.h: removed algebraicOpts()
7427         * src/SDCCicode.c (picDummyRead): added
7428
7429 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7430
7431         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7432         "Insufficient space in data memory".
7433
7434 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7435
7436         * src/mcs51/gen.c: fixed bug #771358
7437         * src/z80/gen.c: fixed bug #759087
7438
7439 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7440
7441         * src/pic16/glue.c: minor cleanup by Vangelis
7442
7443 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7444
7445         * device/include/regc515c.h: fixed #758477
7446         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7447         * device/lib/_gptrput.c: saved a few bytes
7448         * my tab spacing is 8, yours too?)
7449         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7450         * device/lib/serial.c: process RX bytes earlier than TX bytes
7451         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7452
7453 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7454
7455         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7456
7457 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7458
7459     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7460
7461 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7462
7463         * device/lib/Makefile.in: bad fix, reverted to 1.43
7464
7465 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7466
7467         * device/lib/Makefile.in: added missing z80 object files
7468
7469 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7470
7471         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7472         pic16 progress by Vangelis:
7473         * src/SDCCglobl.h:
7474         * src/SDCCmain.c:
7475         * src/pic/Makefile:
7476         * src/pic:
7477         * pic/Makefile:
7478         * pic16/device.c:
7479         * pic16/device.h:
7480         * pic16/gen.c:
7481         * pic16/gen.h:
7482         * pic16/genarith.c:
7483         * pic16/glue.c:
7484         * pic16/main.c:
7485         * pic16/pcode.c:
7486         * pic16/pcode.h:
7487         * pic16/pcodepeep.c:
7488         * pic16/peeph.def:
7489
7490 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7491
7492     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7493
7494 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7495
7496     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7497     added gbz80 build to MSVC project.
7498     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7499     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7500     from 8051 stuff and setup so it links using a .lnk file.
7501
7502 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7503
7504     * support/librarian/sdcclib.c: sdcc librarian.
7505     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7506     with sdcclib.
7507
7508 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7509
7510     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7511
7512 2003-07-02  Borut Razem <borut.razem AT siol.net>
7513
7514         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7515         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7516         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7517         src/xa51/main.c, src/z80/main.c:
7518         virtualization of glue() function: each port has it's own glue function,
7519         which is accessed by do_glue function pointer in PORT.general structure
7520
7521 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7522
7523         * DS800C400 fun, improved ROM interface and tinibios.
7524
7525 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7526
7527         * More support for DS80C400. Now includes beginning of interface to ROM.
7528
7529 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7530
7531         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7532
7533 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7534
7535         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7536
7537 2003-06-19  Borut Razem <borut.razem AT siol.net>
7538
7539         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7540
7541 2003-06-19  Borut Razem <borut.razem AT siol.net>
7542
7543         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7544         fixed Z80 port - crt0.o: cannot open.
7545
7546 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7547
7548         * support/Util/MySystem.c (merge_command): revert bad fix
7549
7550 2003-06-18  Borut Razem <borut.razem AT siol.net>
7551
7552         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7553
7554 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7555
7556         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7557         option --use-stdout sends errors to stdout instead of stderr.
7558
7559 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7560
7561         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7562
7563 2003-06-15  Borut Razem <borut.razem AT siol.net>
7564
7565         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7566         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7567         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7568         fixed width array of pointers replaced with sets;
7569         multiple include and lib paths ared transferred to preprocessor and linker
7570         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7571         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7572         fixed width array of pointers
7573         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7574         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7575         fixupPath(), getPathDifference()
7576         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7577         fixed width array of pointers
7578
7579 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7580
7581         * src/pic16/ralloc.c: fix warnings
7582         * src/pic16/pcode.c: fix warning
7583
7584 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7585
7586          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7587         know all the details, but essentially this set of changes enable
7588         the pic16 port to generate movff instructions and generate assembler
7589         directives,
7590         * src/SDCCmain.c:
7591         * src/pic16/gen.c:
7592         * src/pic16/glue.c:
7593         * src/pic16/pcode.c:
7594         * src/pic16/device.c:
7595         * src/pic16/main.c:
7596         * src/pic16/pcode.h:
7597         * src/pic16/pcoderegs.c:
7598         * src/pic16/ralloc.c:
7599         * src/pic16/ralloc.h:
7600
7601 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7602
7603         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7604         added option --vc, so sdcc errors and warnings are compatible with
7605         Microsoft Visual Studio.
7606
7607 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7608
7609         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7610           device/lib/libfloat.lib: added atof function.
7611
7612 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7613
7614         * doc/sdccman.lyx: updated to Lyx 1.3
7615         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7616         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7617         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7618
7619 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7620
7621         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7622
7623 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7624
7625         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7626           additions to the "related tools/documentation" section
7627
7628 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7629
7630         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7631
7632 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7633
7634         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7635         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7636
7637 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7638
7639         * doc/sdccman.lyx: fix double dash and other minor things
7640         * doc/Makefile: fix double dash
7641
7642 2003-05-28  Karl Bongers(patches from Martin Helmling)
7643         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7644           condition and ignore commands.
7645
7646 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7647
7648         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7649           is in parts still quite out of date, I did changes as far as I felt makes sense
7650           for a non-native english speaker.
7651           Please feel free to add to the manual or to correct my changes.
7652         * doc/Makefile: undid touching the date of intermediate tex files.
7653
7654 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7655
7656         * doc/sdccman.lyx: Manual has an index now
7657
7658 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         Finalize muluint/mulsint and mululong/mulslong merging:
7661         * device/lib/_mulint.c
7662         * device/lib/_mullong.c
7663         * device/lib/gbz80/mul.s
7664         * device/lib/gbz80/stubs.s
7665         * device/lib/z80/mul.s
7666         * device/lib/z80/stubs.s
7667         * src/SDCCsymt.c (initCSupport)
7668
7669 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7670
7671         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7672         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7673           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7674           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7675           instead of /Zm500.
7676
7677 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7678
7679         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7680           the regression tests I'm not brave enough to enable 245.b, 245.c
7681         * doc/sdccman.lyx: added latex preamble for hyperref package.
7682           Using pdflatex this will give you a hyperlinked pdf file with
7683           bookmarks. (prepend '%' before /usepackage if this breaks something)
7684
7685 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7686
7687          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7688
7689 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7690
7691         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7692
7693 2003-05-21    <johan AT balder>
7694
7695         * src/SDCCglue.c (printIval): fixed bug #739934
7696
7697 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7698
7699         Applied patch from bug 737905 (renamed yylineo to mylineno):
7700         * src/altlex.c
7701         * src/SDCCast.c
7702         * src/SDCglobl.h
7703         * src/SDCC.lex
7704         * src/SDCCsymt.c
7705         * src/SDCCval.c
7706         * src/pic16/pcode.c: Cleaned warnings
7707         * src/pic16/pcodeflow.c: Cleaned warnings
7708         * src/pic16/pcoderegs.c: Cleaned warnings
7709
7710 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7711
7712         * src/pic16/pcode.c: Cleaned warnings
7713         * src/pic16/pcodepeep.c: Cleaned warnings
7714         * src/pic16/ralloc.c: Cleaned warnings
7715
7716 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7717
7718         * doc/sdccman.lyx: fixed bug 739745
7719         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7720
7721 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7722
7723         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7724         it can be defined with CFLAGS when running configure
7725         * src/SDCCmain.c: fixed compiling + linking with object files
7726
7727 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7728
7729         * configure.in: configure for pic16 port,
7730             added --disable-pic16-port
7731         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7732         * src/SDCCmain.c: linkOptions is changed to set *,
7733             added if/endif conditional macros to remove options help
7734             messages from optionsTable when a port is not configured, added
7735             support for the PIc16 port in the ports table, when executing
7736             the compiler with no port specified on command line, a default
7737             port is selected with the new macro DEFAULT_PORT which is
7738             defined in port.h, in setDefaultOptions() linkOptions is removed
7739             from initialization assignment, since now it is a set,
7740             parseCmdLine uses setParseWithComma for linkOptions, in
7741             linkEdit() linkOptions are accessed with new function indexSet()
7742             which returns the i'th item of a set variable. See SDCCset.c, in
7743             linkEdit() when calling buildCmdLine(), added linkOptions as
7744             last argument. Now users can pass arguments to gplink via the
7745             -Wl option, main() uses pic16glue() to glue up pic16 programs
7746         * src/SDCCpeeph.c: various changes to support pic16
7747         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7748             return the i'th item of the set
7749         * src/SDCCset.h: added function prototype for indexSet()
7750         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7751         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7752         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7753             added macro DEFAULT_PORT
7754         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7755         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7756             generated
7757         * src/pic16/glue.c: commented out some error producing lines
7758         * src/pic16/main.c: __config directives are commented out to stop
7759             gpasm complaining and test the linkage with gplink, _linkCmd and
7760             _asmCmd changed to be more gplink and gpasm friendly
7761         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7762             produced an error when parsed, peep rule 12 is added to utilize
7763             movff, but it is commented out since the pCode does not support
7764             yet a command with 2 address arguments
7765
7766 2003-05-18    <johan AT balder>
7767
7768         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7769         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7770 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7771
7772         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7773   Added feature to script commands from file.
7774
7775 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7776
7777         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7778         * src/SDCCutil.c: include ctype.h for win32
7779
7780 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7781
7782         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7783
7784 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7785
7786         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7787   Fixed so you can set breakpoints prior to run, run does not stop
7788   on entry now.  Add tbreak.  Other enhancements and fixes for use
7789   with ddd.
7790
7791 2003-05-12  Borut Razem <borut.razem AT siol.net>
7792
7793         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7794
7795 2003-05-11  Borut Razem <borut.razem AT siol.net>
7796
7797         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7798         the path of bin directory, so that PATH is the only env. variable, which has to be set
7799         in case of standard installation.
7800         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7801         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7802         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7803
7804 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7805
7806         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7807         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7808         temp files are in the port dir; clean the gen/test directory when
7809         generating new test.c
7810         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7811         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7812         * support/regression/tests/zeropad.c: added
7813
7814 2003-05-09    <johan AT balder>
7815
7816         * src/SDCCglue.c: fixed bug #597940
7817
7818 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7819
7820         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7821   cache sfr, optimize next,step, fix off by one sourceline,
7822   support ddd list function.
7823         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7824
7825 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7826
7827         * support/regression/HTMLgen.py: added compare_s2f()
7828         * support/regression/Makefile: redo 1.27
7829         * support/regression/generate-cases.py: redo 1.5
7830
7831 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * support/regression/tests/float.c: workaround 33 bit hex constant
7834         * support/regression/tests/simplefloat.c: fix division for host
7835
7836 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7837
7838         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7839         that tame's the PIC's over-aggressive optimizer.
7840
7841 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7842
7843          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7844          support for MSVC.
7845
7846 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7847
7848         Initial support for DS80C400. "Hello world" runs on TINIm400
7849         (with polled I/O).
7850
7851 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7852
7853          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7854          * Some notes on ddd usage added in debugger/README
7855          Martin Helmling adding more features and fixes for ddd GUI debugger.
7856          Code added for nexti, stepi, up, down, and other adjustments.
7857
7858 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7859
7860         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7861         * src/pic/peeph.def Added two rules to optimize carry manipulation
7862         * src/pic/* removed debug printfs
7863
7864 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7865
7866         * debugger/mcs51/cmd.c: added header newalloc.h
7867
7868 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7869
7870         * as/Makefile: new EXEEXT
7871         * as/z80/Makefile: remove trailing slash of BUILDIR
7872         * as/z80/clean.mk: new EXEEXT
7873         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7874         * support/cpp2/Makefile.in: new EXEEXT
7875         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7876
7877 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7878
7879         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7880         EXEEXT was introduced to fix all related problems with targets
7881         "clean", "install" and "uninstall"; a couple of further flaws
7882         especially with "clean" have been fixed too
7883         * as/mcs51/Makefile.in
7884         * as/mcs51/clean.mk
7885         * as/z80/Makefile
7886         * Makefile
7887         * clean.mk
7888         * debugger/mcs51/Makefile.in
7889         * debugger/mcs51/clean.mk
7890         * link/z80/Makefile
7891         * link/z80/Makefile.in
7892         * link/z80/clean.mk
7893         * link/Makefile
7894         * packihx/Makefile.in
7895         * packihx/clean.mk
7896         * sim/ucsim/Makefile
7897         * sim/ucsim/clean.mk
7898         * sim/ucsim/avr.src/Makefile.in
7899         * sim/ucsim/avr.src/clean.mk
7900         * sim/ucsim/s51.src/Makefile.in
7901         * sim/ucsim/s51.src/clean.mk
7902         * sim/ucsim/xa.src/Makefile.in
7903         * sim/ucsim/xa.src/clean.mk
7904         * sim/ucsim/z80.src/Makefile.in
7905         * sim/ucsim/z80.src/clean.mk
7906         * sim/ucsim/main_in.mk
7907         * sim/ucsim/packages_in.mk
7908         * sim/ucsim/gui.src/Makefile.in
7909         * sim/ucsim/gui.src/serio.src/Makefile.in
7910         * sim/ucsim/gui.src/serio.src/clean.mk
7911         * src/Makefile.in
7912         * src/clean.mk
7913         * support/cpp2/Makefile.in
7914         * support/cpp2/clean.mk
7915         * support/makebin/Makefile
7916         * support/makebin/clean.mk
7917         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7918         * doc/sdccman.lyx: --program-suffix no longer needed
7919
7920 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7921
7922          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7923          Martin Helmling added support for ddd GUI debugger.
7924          Code added to display assembly, set variables, and other commands
7925          to interface to ddd.
7926
7927 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7928
7929         * as/Makefile: fix target clean
7930         * as/clean.mk: fix target clean
7931         * as/z80/clean.mk: fix target clean
7932
7933 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         * Makefile.common.in: added  AT EXEEXT AT
7936         * configure.in: removed all mingw32 stuff
7937         * configure: rebuilt from configure.in
7938         * doc/sdccman.lyx: updated section "installation"
7939         * support/scripts/sdcc_mingw32: adapted to configure
7940         * support/scripts/sdcc_cygwin_mingw32: added
7941
7942 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7943
7944         * src/pic Added object file support for the PIC port
7945         * src/pic Applied patch from Craig Franklin (this started the object file support)
7946         * src/regression Updated the PIC regression tests for object files
7947
7948 2003-04-20  Borut Razem <borut.razem AT siol.net>
7949
7950         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7951           lklex.c: In function `getfid':
7952           lklex.c:203: warning: array subscript has type `char'
7953         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7954           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7955         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7956           stack handling macros
7957
7958 2003-04-19  Borut Razem <borut.razem AT siol.net>
7959
7960         * "handling space characters in file path" task:
7961         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7962         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7963         * support/Util/MySystem.h: make it self-sufficient
7964         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7965           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7966           handling space characters in file path
7967         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7968           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7969         * support/Util/MySystem.c: handling space characters in executable's path
7970
7971 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7972
7973         * as/z80/Makefile: fix permanent rebuild of z80
7974         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7975         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7976
7977 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7978
7979         * src/SDCCopt.c: add special case optimization to replace modulo by
7980           a power of two with a bitwise AND.
7981
7982 2003-04-18    <johan AT balder>
7983
7984         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7985
7986 2003-04-17    <johan AT balder>
7987
7988         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7989         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7990
7991 2003-04-13  Borut Razem <borut.razem AT siol.net>
7992
7993         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7994         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7995           fixed mingw problem in adl_NORMALIZE_PATH
7996
7997 2003-04-12  Borut Razem <borut.razem AT siol.net>
7998
7999         * fixed "#pragma SAVE/RESTORE can not be nested":
8000         * src/SDCC.lex: reworked pragma handling functions
8001         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8002         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8003
8004 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8005
8006         * src/SDCCutil.c (pathEquivalent): defined but not used
8007         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8008         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8009         * configure: rebuilt from configure.in
8010         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8011         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8012         * device/include/Makefile.in: replace sdcc_datadir
8013         * device/lib/Makefile.in: replace sdcc_datadir
8014         * Makefile.common.in: add LDFLAGS from configure
8015         * packihx/Makefile.in: use LDFLAGS
8016         * src/Makefile.in: use LDFLAGS
8017         * support/cpp2/Makefile.in: add LDFLAGS from configure
8018         * support/makebin/Makefile: use LDFLAGS
8019         * .version: bumped version number to 2.3.5
8020
8021 2003-04-12  Borut Razem <borut.razem AT siol.net>
8022
8023         * completed "different paths" task:
8024         * src/SDCCmacro.c: fixed bug in handling quotes
8025         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8026         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8027
8028 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8029
8030         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8031
8032 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8033
8034         * ds390/gen.c ds390/peeph.def: fix bug 706781
8035
8036 2003-04-11  Borut Razem <borut.razem AT siol.net>
8037
8038         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8039
8040 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8041
8042         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8043         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8044          set - this bit used to not be set...).
8045         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8046           bad code in PIC Port
8047         * src/regression/and2.c added to test bug 609268
8048         * src/regression/Makefile added and2.c to regression test
8049
8050
8051 2003-04-08    <johan AT CP255758-A>
8052
8053         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8054         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8055         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8056
8057 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8058
8059         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8060         fix bug #487815
8061         * support/cpp2/Makefile.in: fix bug #487815
8062         * configure: rebuilt from configure.in
8063         * Makefile.common.in: docdir changed, new path suffixes
8064         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8065         * sdcc_vc_in.h: reflect changes from sdccconf.h
8066         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8067         * src/SDCCutil.h: remove BINDIR hack
8068         * doc/sdccman.lyx: update new path hierarchy
8069
8070 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8071
8072         * src/SDCCpeeph.c: added okToRemoveSLOC test
8073
8074 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8075
8076         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8077
8078 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8079
8080         * src/SDCCpeeph.c: added labelIsReturnOnly test
8081         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8082
8083 2003-04-05    <johan AT balder>
8084
8085         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8086         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8087         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8088         * src/SDCCast.c: fixed a warning
8089         * src/SDCCast.h: fixed a warning
8090         * src/SDCCicode.c (operandFromAst): fixed a warning
8091
8092 2003-04-04    <johan AT balder>
8093
8094         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8095         * src/SDCCast.c (decorateType): fixed bug #715076
8096         * src/SDCC.y: fixed bug #702907
8097
8098 2003-04-03    <johan AT balder>
8099
8100         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8101         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8102         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8103         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8104         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8105
8106 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8107
8108         * _decdptr.c: fix return values
8109         * _gptrget.c: fix return values
8110         * _gptrgetc.c: fix return values
8111         * _gptrput.c: fix return values
8112         * _mulint.c: fix return values
8113         * as/z80/Makefile: fix 'make -j' problem
8114
8115 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8116
8117         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8118         * configure.in: big cleanup, updated to autoconf 2.5x
8119         * configure: rebuilt from configure.in
8120         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8121         * sdcc_vc_in.h: reflect changes from sdccconf.h
8122         * doc/Makefile: fixed a flaw in "make install"
8123
8124 2003-04-02    <johan AT balder>
8125
8126         * src/ds390/gen.c (genCmp): no comments
8127         * src/mcs51/gen.c (genCmp): no comments
8128         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8129         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8130
8131 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8132
8133         * support/regression/generate-cases.py: place generated file in given sub directory
8134         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8135         * support/regression/Makefile: improvements for 'make -j';
8136         side effect: it's simpler and faster now
8137
8138 2003-03-31  Borut Razem <borut.razem AT siol.net>
8139
8140         * src/z80/main.c: link-{port} and as-{port} defined without path
8141         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8142
8143 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8144
8145         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8146
8147 2003-03-30  Borut Razem <borut.razem AT siol.net>
8148
8149         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8150           changed type of list parameter to set
8151         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8152         * src/port.h: changed type of do_assemble() parameter to set
8153         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8154           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8155           definition of "cppoutfilename" macro with NULL value in preProcess()
8156         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8157         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8158         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8159           replaced with set *binPathSet
8160         * shash_add() deallocates the item, if allready exsists, before adding the new one
8161         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8162
8163 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8164
8165         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8166           a nested for loop bug in the PIC port
8167         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8168           for loops
8169
8170 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * support/Util/dbuf.h: remove C++ stuff to make it portable
8173
8174 2003-03-28  Borut Razem <borut.razem AT siol.net>
8175
8176         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8177           literal strings in stringLiteral()
8178         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8179         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8180           to the project
8181
8182 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8183
8184         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8185
8186 2003-03-26    <johan AT balder>
8187
8188         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8189         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8190         * src/SDCCast.c (decorateType): fixed " -v < 3"
8191
8192 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8193
8194         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8195         Added Lenny Story's debug infrastructure changes:
8196         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8197         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8198         * src/cdbFile.c: added
8199         * src/SDCCdebug.c: added
8200         * src/SDCCdebug.h: added
8201         * src/SDCCast.c (createFunction)
8202         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8203         * src/SDCCmain.c (parseCmdLine, main)
8204         * src/SDCCmem.c (redoStackOffsets)
8205         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8206         * src/SDCCsymt.h
8207         * src/common.h
8208         * src/avr/gen.c (genAVRCode)
8209         * src/ds390/gen.c (gen390Code)
8210         * src/mcs51/gen.c (gen51Code)
8211         * src/pic/gen.c (genpic14Code)
8212         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8213         * src/xa51/gen.c (genXA51Code)
8214         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8215
8216 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8217
8218         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8219         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8220
8221 2003-03-22    <johan AT balder>
8222
8223         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8224
8225 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8226
8227         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8228         * doc/cdbfileformat.lyx: added, written by Lenny Story
8229         * doc/Makefile: added cdbfileformat.lyx
8230         * doc/clean.mk: added cdbfileformat.lyx
8231
8232 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8233
8234         * src/mcs51/peeph.def: fix bug #705773
8235
8236 2003-03-20    <johan AT balder>
8237
8238         An sfr/sbit can have an "at #" AND an initializer
8239         * src/SDCCsymt.c (checkSClass):
8240         * src/SDCCmem.c (allocGlobal):
8241         * src/SDCCmem.c (allocLocal):
8242         * src/SDCCast.c (createBlock):
8243
8244 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8245
8246         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8247
8248 2003-03-16    <johan AT balder>
8249
8250         Undid the hackup of const and volatile, the problem is much bigger
8251         * src/SDCC.y:1.65
8252         * src/SDCCast.c:1.171
8253         * src/SDCCglue.c:1.138
8254         * src/SDCCicode.c:1.146
8255         * src/SDCCsymt.c:1.150
8256         * src/SDCCval.c:1.65
8257
8258 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8259
8260         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8261         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8262
8263 2003-03-13    <johan AT balder>
8264
8265         Hackup const and volatile modifiers in type chains a bit:
8266         * src/SDCC.y:1.63
8267         * src/SDCCast.c:1.169
8268         * src/SDCCglue.c:1.136
8269         * src/SDCCicode.c:1.143
8270         * src/SDCCsymt.c1.146
8271         * src/SDCCsymt.h1.59
8272         * src/SDCCval.c:1.63
8273
8274 2003-03-12    <johan AT balder>
8275
8276         * src/SDCCBBlock.h: more LRH debugging junk
8277         * src/SDCCcflow.h: more LRH debugging junk
8278         * src/SDCCloop.c: more LRH debugging junk
8279         * src/SDCC.y (struct_declaration): fixed bug #697590
8280         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8281         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8282         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8283
8284 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8285         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8286         test function names must now match exactly).
8287         * src/SDCCcse.c: added special case in findCheaperOp to allow
8288         extending a short integer. Makes less awful code for bug 700121 test case.
8289
8290 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8291
8292         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8293         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8294
8295 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8296
8297         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8298         actually called (operandsNotEqual() was called for all
8299         operandsNotEqualX tests).
8300
8301 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8302
8303         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8304         with shorter literals. Fixes bug 700121.
8305
8306 2003-03-11    <johan AT balder>
8307
8308         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8309
8310 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8311
8312         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8313         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8314
8315 2003-03-10  Borut Razem <borut.razem AT siol.net>
8316
8317         * src/SDCCmain.c: pipe preprocessor's output
8318         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8319         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8320         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8321         which closes all pipes in pipeSet set
8322         * src/SDCCset.c: free deleted item in function deleteSetItem()
8323         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8324         moved from z80 to src subproject
8325         * .version: increased version number to 2.3.4
8326
8327 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8328
8329         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8330         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8331         * support/regression/ports/xa51/spec.mk: fix typo
8332
8333 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8334
8335         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8336
8337 2003-03-09  Borut Razem <borut.razem AT siol.net>
8338
8339         * src/SDCCmain.c: pipe preprocessor's output
8340         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8341         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8342         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8343         which closes all pipes in pipeSet set
8344         * src/SDCCset.c: free deleted item in function deleteSetItem()
8345         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8346         moved from z80 to src subproject
8347
8348 2003-03-09  Borut Razem <borut.razem AT siol.net>
8349
8350         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8351         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8352         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8353         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8354         * src/SDCCglobl.h: unification of WIN32 native definitions
8355
8356 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8357
8358         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8359
8360 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8361
8362         * src/configure.in:   check for endianess (even while cross-compiling)
8363         * src/configure:      check for endianess (even while cross-compiling)
8364         * src/configure_in.h: check for endianess (even while cross-compiling)
8365         * src/avr/gen.c:        remove old endianess stuff
8366         * src/mcs51/gen.c:      remove old endianess stuff
8367         * src/ds390/gen.c:      remove old endianess stuff
8368         * src/pic/gen.c:        remove old endianess stuff
8369         * src/pic/genarith.c:   remove old endianess stuff
8370         * src/pic/glue.c:       fix endianess check
8371         * src/pic16/gen.c:      remove old endianess stuff
8372         * src/pic16/genarith.c: remove old endianess stuff
8373         * src/pic16/glue.c:     fix endianess check
8374         * src/xa51/gen.c:       remove old endianess stuff
8375         * src/z80/gen.c:        fix endianess check
8376         * src/SDCCglue.c:       fix endianess check
8377         * src/ds390/peeph.def: fix bug 700036
8378
8379 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8380
8381         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8382         * src/configure: find appropriate data-types on host for SDCC's int and long
8383         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8384         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8385         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8386
8387 2003-03-07    <johan AT balder>
8388
8389         Just a big NOOP:
8390                 some minor cleanups before the big shot
8391                 OP_DEFS and OP_USES now use Kevin's protection
8392                 new option --nolabelopt
8393
8394         * src/SDCCBBlock.c:
8395         * src/SDCCast.c,:
8396         * src/SDCCcflow.c:
8397         * src/SDCCcse.c:
8398         * src/SDCCicode.c:
8399         * src/SDCCicode.h:
8400         * src/SDCClabel.c:
8401         * src/SDCCloop.c:
8402         * src/SDCCmain.c:
8403         * src/ds390/ralloc.c:
8404         * src/mcs51/ralloc.c:
8405         * src/pic/ralloc.c:
8406         * src/xa51/ralloc.c:
8407         * src/z80/ralloc.c:
8408
8409 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8410
8411         * src/pic/pcode.c (get_op): fix 64 bit warnings
8412         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8413         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8414         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8415         * support/regression/tests/malloc.c: fix 64 bit warnings
8416
8417 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8418
8419         * src/mcs51/gen.c (genMinus): fixed bug 696436
8420
8421 2003-03-02  Borut Razem <borut.razem AT siol.net>
8422
8423         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8424
8425 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8426
8427         * configure.in: test for mkstemp
8428         * sdccconf_in.h: add HAVE_MKSTEMP
8429
8430 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8431
8432         * device/include/ctype.h: removed warning while using --stack-auto
8433         * device/include/malloc.h: removed warning while using --stack-auto
8434         * device/include/string.h: removed warning while using --stack-auto
8435
8436 2003-02-23  Borut Razem <borut.razem AT siol.net>
8437
8438         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8439         because NDEBUG is defined (see man assert)
8440         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8441
8442 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8443
8444         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8445         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8446
8447 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8448
8449         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8450         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8451
8452 2003-02-18    <johan AT balder>
8453
8454         * as/mcs51/asmain.c (asmbl): module can start with a digit
8455         * as/z80/asmain.c (asmbl): module can start with a digit
8456
8457 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8458
8459         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8460         * src/asm.c: fix pipe() for Mingw32
8461
8462 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8463
8464         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8465         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8466         make -V work again; --c1mode reads now from stdin
8467         * doc/sdccman.lyx: added --c1mode
8468         * support/Util/SDCCerr.c: new messages for c1 mode
8469         * support/Util/SDCCerr.h: new messages for c1 mode
8470         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8471
8472 2003-02-15    <johan AT balder>
8473
8474         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8475
8476 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8477
8478         * doc/sdccman.lyx: Environment variables, -o and other minor things
8479
8480 2003-02-14    <johan AT balder>
8481
8482         * src/xa51/main.c: before anyone really tries to use it :)
8483
8484         * Install doc's in share/sdcc/doc
8485         * removed some obsolete files
8486         * Do a proper make distclean and uninstall
8487         M Makefile.common.in
8488         R sdccbuild.sh
8489         M as/Makefile
8490         M device/include/Makefile.in
8491         M device/lib/Makefile.in
8492         M doc/sdccman.lyx
8493         M link/Makefile
8494         M sim/ucsim/doc/Makefile.in
8495         M src/clean.mk
8496         R src/avr/peeph.rul
8497         R src/xa51/peeph.rul
8498         M support/cpp2/Makefile.in
8499         M support/makebin/Makefile
8500
8501
8502 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8503
8504         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8505
8506 2003-02-10  Borut Razem <borut.razem AT siol.net>
8507
8508         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8509         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8510         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8511         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8512         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8513         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8514         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8515         src/z80/Makefile.bcc: Borland Makefile cleanup
8516         * as/z80/Makefile.bcc: Added Borland Makefile
8517         * support/cpp2/borland.h: Removed
8518
8519 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8520
8521         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8522         * src/SDCC.lex: new pragma NOIV
8523         * src/SDCCglobl.h: new pragma NOIV
8524         * src/SDCCmem.c: new pragma NOIV
8525
8526 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8527
8528         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8529
8530 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8531
8532         * src/SDCCmain.c: signal handling is switched off by --debug
8533         * doc/Makefile: small fix for install; use clean.mk again
8534         * doc/clean.mk: clean *.pdf and *.html too
8535
8536 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8539         * device/lib/printfl.c: fix a ds390 bug by making it portable
8540         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8541         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8542         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8543         * debugger/mcs51/cmd.c: converted multi-line string literals
8544         * sim/ucsim/globals.cc: converted multi-line string literals
8545         * src/SDCCmain.c: introduced signal handler to remove temp files
8546         * doc/Makefile: small tweaks, implement clean
8547         * doc: removed generated files
8548
8549 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8550
8551         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8552         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8553         Address Record is not correctly generated for DS390."
8554
8555 2003-02-02  Borut Razem <borut.razem AT siol.net>
8556
8557         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8558         * as/mcs51/asm.h: fixed compilation with Borland C
8559         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8560         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8561         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8562         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8563         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8564         src/z80/Makefile.bcc: delete $(LIB) only if exist
8565         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8566
8567 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8568
8569         * device/include/malloc.h: introduced NULL
8570         * device/include/string.h: introduced NULL
8571         * device/include/stdlib.h: introduced NULL
8572         * device/lib/_memcpy.c: removed NULL
8573         * device/lib/_strcat.c: removed NULL
8574         * device/lib/_strchr.c: removed NULL
8575         * device/lib/_strcmp.c: removed NULL
8576         * device/lib/_strcpy.c: removed NULL
8577         * device/lib/_strcspn.c: removed NULL
8578         * device/lib/_strlen.c: removed NULL
8579         * device/lib/_strncat.c: removed NULL
8580         * device/lib/_strncmp.c: removed NULL
8581         * device/lib/_strncpy.c: removed NULL
8582         * device/lib/_strpbrk.c: removed NULL
8583         * device/lib/_strrchr.c: removed NULL
8584         * device/lib/_strspn.c: removed NULL
8585         * device/lib/_strstr.c: removed NULL
8586         * device/lib/_strtok.c: removed NULL
8587         * device/lib/malloc.c: removed NULL, include own header
8588
8589 2003-02-02    <johan AT balder>
8590
8591         * 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
8592         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8593         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8594         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8595         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8596         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8597
8598 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8599
8600         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8601         area 'DATA'"
8602
8603 2003-02-01    <johan AT balder>
8604
8605         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8606
8607 2003-01-31    <johan AT CP255758-A>
8608
8609         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8610
8611 2003-01-30    <johan AT balder>
8612
8613         * src/SDCCBBlock.c: automatic bug detection
8614         * src/SDCCicode.c: automatic bug detection
8615
8616 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8617
8618         * src/SDCCglobl.h:   now --xram-size 0 works
8619         * src/SDCCmain.c:    now --xram-size 0 works
8620
8621 2003-01-29    <johan AT balder>
8622
8623         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8624
8625 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8626
8627         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8628         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8629         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8630         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8631         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8632         * src/SDCCmain.c:    Added options --xram-size and --code-size
8633
8634 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8635
8636         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8637         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8638
8639 2003-01-27    <johan AT balder>
8640
8641         * src/SDCC.y: fixed bug #613764
8642
8643 2003-01-26    <johan AT balder>
8644
8645         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8646         * src/SDCCsymt.h: fixed bug #673374
8647         * src/SDCCglue.c: fixed bug #661910
8648         * src/SDCCast.c: fixed bug #458099 and 673374
8649
8650 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8651
8652         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8653         * as/mcs51/strcmpi.h: added
8654         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8655         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8656         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8657         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8658         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8659         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8660         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8661         * as/mcs51/Makefile.aslink: new module strcmpi
8662         * as/mcs51/Makefile.asx8051: new module strcmpi
8663         * as/mcs51/Makefil.bcc: new module strcmpi
8664         * as/mcs51/Makefile.in: new module strcmpi
8665         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8666
8667 2003-01-26    <johan AT balder>
8668
8669         * src/SDCCglue.c: reverted back to 1.124
8670         * src/SDCCast.c: reverted back to 1.156
8671         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8672
8673 2003-01-25    <johan AT balder>
8674
8675         * src/SDCCglue.c: A better fix for bug #661910
8676         * src/SDCCast.c: A better fix for bug #661910
8677         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8678
8679 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         * src/Makefile.in: remove spawn.o
8682         * src/SDCCmain.c: remove spawn.h
8683         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8684         * src/spawn.c: removed
8685         * src/spawn.h: removed
8686         * support/regression/ports/ds390/spec.mk: link with -r
8687
8688 2003-01-24    <johan AT CP255758-A>
8689
8690         * src/ds390/gen.c (aopOp): fixed bug #667458
8691         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8692         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8693         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8694
8695 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8696
8697         * src/mcs51/peeph.def: better assembler identation by Frieder
8698         * src/mcs51/gen.c: better assembler identation by Frieder
8699
8700 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         * as/z80/string.h: removed for gcc 3.2
8703         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8704         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8705
8706 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8707
8708         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8709         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8710         * support/regression/Makefile: separate temp files for ports
8711         * support/regression/generate-cases.py: separate temp files for ports
8712         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8713         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8714
8715 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         * moved tinitalk to device/examples/ds390
8718
8719 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8720
8721         * as/mcs51/lkmem.c: rflag is for DS390
8722         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8723         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8724                          (linkEdit): move mem- and map-files the same way as ihx-files
8725         * src/z80/main.c (_setDefaultOptions): removed --generic
8726         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8727         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8728         * src/pic/glue.c (picglue): --c1mode works again
8729         * src/pic16/glue.c (pic16glue): --c1mode works again
8730         * src/asm.c (printCLine): fix #660034
8731
8732 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8733
8734         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8735         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8736         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8737         * as/mcs51/lkmem (summary): better fix for sp problem
8738         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8739         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8740         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8741                                               remove --stack-after-data
8742
8743 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8746         * src/SDCCutil.c (join): ugly bug: missing '\0'
8747         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8748
8749 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8750
8751         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8752         * src/port.h: typo
8753         * src/pic/main.c (_asmCmd): gpasm supports -o
8754         * src/z80/main.c: more general macros
8755         * device/lib/Makefile.in: remove intermediate files
8756
8757 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8758
8759         * .version: Bumped version number to 2.3.3
8760         * src/SDCCBBlock.c: new option -o
8761         * src/SDCCglobl.h: new option -o
8762         * src/SDCCglue.c: new option -o
8763         * src/SDCCmain.c: new option -o
8764         * src/asm.c: new option -o
8765         * src/ds390/main.c: new option -o
8766         * src/pic/glue.c: new option -o
8767         * src/pic/pcode.c: new option -o
8768         * src/pic/ralloc.c: new option -o
8769         * src/pic16/glue.c: new option -o
8770         * src/pic16/pcode.c: new option -o
8771         * src/pic16/ralloc.c: new option -o
8772         * src/z80/main.c: new option -o
8773         * device/lib/Makefile.in: use -o
8774         * support/regression/ports/ds390/spec.mk: use -o
8775         * support/regression/ports/gbz80/spec.mk: use -o
8776         * support/regression/ports/mcs51/spec.mk: use -o
8777         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8778         * support/regression/ports/z80/spec.mk: use -o
8779         * support/regression/ports/ucz80/spec.mk: use -o
8780         * support/regression/ports/xa51/spec.mk: use -o
8781         * support/regression/fwk/lib/timeout.c: fix usage string
8782
8783 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8784         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8785
8786 2003-01-07    <johan AT balder>
8787
8788         * src/SDCCast.c (decorateType): fixed bug #600035
8789
8790 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8791         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8792         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8793         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8794         * src/pic/pcode.c: outcommented unused variable to remove warnings
8795         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8796
8797 2003-01-06    <karl AT turbobit.com>
8798         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8799    regression tests.
8800
8801 2003-01-06    <johan AT balder>
8802
8803         * src/SDCCicode.c: fixed array add
8804
8805 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8806         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8807         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8808
8809 2003-01-04    <johan AT balder>
8810
8811         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8812
8813 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8814         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8815
8816 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8817         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8818         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8819
8820 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8821         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8822
8823 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8824         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8825
8826 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8827         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8828
8829 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8830
8831     * in \sdcc\as\mcs51\ changed these files in order to create an
8832     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8833     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8834     following files to include the previous two files: aslink.dsp,
8835     Makefile.aslink, Makefile.bcc, and Makefile.in.
8836
8837     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8838     .adb instead of .cdb
8839
8840 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8841
8842         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8843         value from option --iram-size.
8844
8845 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8846
8847         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8848         dram[] array.
8849
8850 2002-09-18    <wiml AT hhhh.org>
8851
8852         * SDCClrange.h: exposed setFromRange() and setToRange()
8853         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8854           packRegsForAccUse() (bug 542397)
8855         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8856           multiple times and emitting the fetch operations more than once
8857           added aopGetUsesAcc() function to allow binary operators to
8858           fetch their operands in the correct order; made genMinus() emit
8859           compact code for X = LITERAL - Y
8860
8861 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8862         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8863         sprintf() in line 1267.
8864
8865 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8866         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8867         like ports.
8868
8869 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8870         Changes to aslink (All the changes are marked with 'JCF'):
8871
8872         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8873         summary().
8874
8875         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8876         area BSEG.  Also moves, if possible, the DATA area down into the internal
8877         ram so more space is available.
8878
8879         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8880         sflag.
8881
8882         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8883         not bytes.  Function summary() which creates a memory usage summary
8884         file with extension .mem.  Reports of overlaping stack and small stack
8885         size.  If the space for the stack is less than 16 bytes aslink trows a
8886         warning.
8887
8888         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8889         the 8051.  Option 'y' for memory summary output file.
8890
8891         Changes to sdcc (All the changes are marked with 'JCF'):
8892
8893         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8894
8895         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8896         overlaying area for it (uses RegBankUsed[4]).
8897
8898         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8899         bank zero as used by default.  By default aslink locates the stack
8900         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8901         the creation of the .mem file.  Delegates the allocation of data area
8902         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8903         the begining of the stack area to aslink.
8904
8905         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8906         glue() in SDCCglue.c creates an area for it.
8907
8908 2002-09-03  Borut Razem <borut.razem AT siol.net>
8909         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8910         sdcc/src/pic/glue.c:
8911         introduced atexit() handler for teporay files removal in case of
8912         errors, assertions, ...
8913
8914 2002-08-29  Borut Razem <borut.razem AT siol.net>
8915         * sdcc/support/cpp2/auto-host_vc_in.h:
8916         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8917         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8918         Maybe there is a similar problem with BORLANDC? It should be checked!
8919
8920         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8921         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8922         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8923         was not executed, and the compiler (cl) launched a warning:
8924         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8925
8926 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8927         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8928
8929 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8930         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8931
8932         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8933           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8934           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8935           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8936           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8937           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8938           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8939         - added Release configuration in VS projects
8940         - review of compiler an linker options
8941         - VC .exe files are generated in bin_vc directory, not to interfere
8942           with binaries generated from other projects (cygwin, mingw, bcc ...)
8943
8944         * sdcc/src/yacc.dsp: added
8945
8946         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8947         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8948         and insert the version number definitions from .version
8949
8950         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8951
8952         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8953         added - genarate auto-host.h using auto-host_vc_in.h as template
8954
8955         * sdcc/sdcc_vc.h,
8956         removed from CVS, generated automatically
8957
8958 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8959         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8960
8961 2002-08-11  Borut Razem <borut.razem AT siol.net>
8962         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8963
8964 2002-08-10  Borut Razem <borut.razem AT siol.net>
8965         * src/SDCCmain.c (main):
8966         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8967         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8968         The consequence was that some temporary files were not removed.
8969
8970         * src/SDCCglue.c:
8971         unification of code in functions tempfilename() and tempfile():
8972         function tempnam() is defined in Visual Studio 6.0 and .NET
8973
8974         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8975
8976         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8977           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8978         - removed compiler command line option /WX: Treats all warnings as errors
8979         - update a list of source files, included into the project
8980
8981         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8982           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8983         changed project type to Generic Project so that can be correcly converted to VS.NET project
8984
8985         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8986
8987         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8988
8989         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8990
8991         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8992         added return 0 statements after assert() to make compiler happy
8993
8994         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8995         added newline in the def file to keep MSC compiler satisfied
8996
8997         * sdcc/src/z80/gen.c:
8998         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8999           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9000         - solved MSC error in function aopDump()
9001
9002         * sdcc_vc.h: define PREFIX as "\\sdcc"
9003
9004 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9005         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9006
9007 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9008         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9009         - Rewrote the register banking algorithm.
9010         - Added pCode live-range analysis to registers (for now, only non-used and
9011         singly-used registers optimized away)
9012
9013         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9014
9015         * 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.
9016
9017 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9018         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9019
9020 2002-04-22  Michael Hope  <michaelh AT vroom>
9021
9022         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9023
9024         * configure.in (DD_COPT): Added include support required for gbdk.
9025
9026         * .version: Bumped version number just to increase it.
9027
9028         * src/SDCCmain.c: Added -nostdinc to the default options.
9029
9030 2002-04-15  Michael Hope  <michaelh AT vroom>
9031
9032         * device/lib/z80/printf.c (sprintf): Added.
9033
9034         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9035
9036         * src/z80/peeph.def: Added transpose redundent load rule.
9037
9038         * src/z80/main.c: Added force callee saves for jaune.
9039
9040         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9041
9042         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9043
9044 2002-03-28  Johan Knol  <johan AT balder>
9045
9046         * src/SDCCval.c: fixed bug #532436
9047
9048 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9049         * /src/port.h:
9050         Added "char *Processor" field to the port structure.
9051
9052         * /src/SDCCmain.c:
9053         Added -p option. Allows port dependent processor to be specified.
9054
9055         * all ports:
9056         Initialized the new field char *Processor field to NULL in all ports
9057
9058         * /src/pic/*:
9059         Compiler generated registers for interrupt context saving
9060         were not getting allocated.
9061
9062 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9063
9064         * /src/SDCCast.c:
9065         Fixed left shift. Will promote the left side of a left shift
9066         if a) left shifting more than size of operand or b) when assigned
9067         to something size > size of left side
9068
9069 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9070         * src/pic/*
9071         tons of changes. Register allocation has been
9072         rewritten. Added customization for the various PICs. Flow
9073         analysis is restructured. ...
9074
9075         * src/pic/device.h:
9076         Added
9077
9078         * src/pic/device.c:
9079         Added. device.c is a PIC port hack to accomodate variations
9080         in PIC devices.
9081
9082 2002-03-13  Michael Hope  <michaelh AT vroom>
9083
9084         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9085
9086 2002-03-04  johanknol  <johanknol AT manik>
9087
9088         * /src/SDCCval.c: fixed
9089
9090         const unsigned char arr[][2] = { { 0, 1 } };
9091         t18.c:1: error: Initializer element is not constant
9092
9093 2002-03-04  bela  <bela AT manik>
9094
9095         * /device/include/mcs51reg.h:
9096         ds89c420 register definition update
9097
9098 2002-03-03    <johan AT FRIJA>
9099
9100         * support/Util/SDCCerr.c: did something, but don't no why anymore
9101
9102         * support/regression/tests/bug-524691.c: made it a little less shy
9103
9104         * src/SDCCast.c (decorateType): fixed bug #524697
9105
9106         * src/SDCCast.c: made some lineno improvements
9107
9108         * src/SDCCval.c (getNelements): changed warning to error
9109
9110         * src/SDCCglue.c (printIvalArray): changed warning to error
9111
9112         * src/SDCCicode.c: fixed a warning for mingw
9113
9114         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9115
9116         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9117
9118 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9119
9120         * src/ds390/peeph.def:
9121         Added some more peephole rules
9122
9123         * src/ds390/gen.c: Various fixes & enhancements
9124
9125         * src/SDCClrange.c, src/SDCClrange.h:
9126         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9127
9128         * src/ds390/ralloc.c:
9129         various fixes & enhancements (ds390) specific
9130
9131         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9132         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9133         from rallocs.
9134
9135         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9136
9137 2002-03-02    <johan AT FRIJA>
9138
9139         * src/SDCCast.c (decorateType): fixed bug #524708
9140
9141         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9142
9143         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9144
9145 2002-03-01  Michael Hope  <michaelh AT vroom>
9146
9147         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9148
9149         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9150
9151 2002-03-01    <johan AT FRIJA>
9152
9153         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9154
9155         * src/SDCCast.c (decorateType): fixed bug #524209
9156
9157         * src/SDCCval.c (valNot): fixed bug #524195
9158
9159 2002-02-26    <johan AT balder>
9160
9161         * src/xa51/gen.c: fixed a warning
9162
9163         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9164
9165         * src/SDCCast.c (decorateType): fixed bug #522534
9166
9167 2002-02-23    <johan AT balder>
9168
9169         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9170
9171 2002-02-22    <johan AT balder>
9172
9173         * src/SDCCast.c: fixed bug #514865
9174
9175         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9176
9177 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9178
9179         * sdcc/src/SDCCloop.c:
9180         Previous fix was not good. basic blocks that have "break" or "return" are
9181         not really partof a loop , but live ranges used in these blocks should
9182         be live thru the entire loop, so set partOfLoop but don't add them to
9183         loop region
9184
9185 2002-02-21    <johan AT FRIJA>
9186
9187         * src/SDCCcse.c: fixed bug #514308
9188
9189 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9190
9191         * src/SDCCloop.c:
9192         Fixed BUG #519583. If a conditional block ended in a return/break
9193         statement inside a loop, it was not being considered part of the loop.
9194
9195         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9196
9197 2002-02-10  Karl Bongers <karl AT turbobit.com>
9198
9199         * debugger/*:
9200         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9201         with lots of comments and notes.
9202
9203         * device/examples/test2.c:
9204         Fix bug, "red" variable not being initialized(compiler complained).
9205
9206         * device/examples/Makefile, examples/test3.c:
9207         Add Makefile in device/examples folder, compiles test3.c
9208         for use as a multiple module SDCDB test case.
9209
9210         * sim/ucsim/cmd.src/cmdset.cc:
9211         Took out debug printfs in ucsim "next" command.
9212
9213         * sim/ucsim/xa.src:
9214         Karl and Johan start ucsim XA support.  Most dissassembly working,
9215         about 75% emulation done(plenty of work remaining).
9216
9217         * sim/ucsim/z80.src:
9218         Add Z80 support to ucsim, add test-ucz80 regression test,
9219         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9220         Notice z80 compiler fails on examples/test3.c/crc code.
9221
9222 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9223
9224         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9225         Added support for --parms-in-bank1
9226
9227         * src/ds390/peeph.def:
9228         added a few more peephole optimzations
9229
9230         * src/ds390/main.c:
9231         1) added __builtin_inp & __builtin_outp used to read in data of given length
9232            from a memory mapped port
9233         2) added __builtin_memcmp
9234         3) added __builtin_swapw swap bytes of a short
9235
9236         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9237         1) handle multiple send & receives from register bank1
9238         2) ralloc can now allocate DPTR1 to some liveRanges
9239
9240         * src/SDCCsymt.c, src/SDCCsymt.h:
9241         changes to handle multiple sends & receives
9242
9243         * src/SDCCptropt.h:
9244         added some pointer arithmetic optimization
9245
9246         * src/SDCCptropt.c:
9247         added some pointer arithmetic optimizations but not stable yet so not
9248         called from anywhere (will get this working shortly)
9249
9250         * src/SDCCopt.c: fixed for multiple sends & receives
9251
9252         * src/SDCCmain.c:
9253         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9254         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9255            set preprocessor defines (depending on options)
9256
9257         * src/SDCCicode.c, src/SDCCicode.h:
9258         changes made to handle multiple sends & receives
9259
9260         * src/SDCCglobl.h:
9261         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9262
9263         * src/SDCCcse.c, src/SDCCcse.h:
9264         added function findbackward def (to be used in upcoming optimization)
9265
9266         * src/SDCCcflow.c, src/SDCCcflow.h:
9267         added function returnAtEnd - to determine if a basic block terminates with
9268         a RETURN iCode
9269
9270         * src/SDCCast.c, src/SDCCast.h:
9271         added option parms-in-bank1
9272
9273         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9274         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9275         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9276         adjusted for --parms-in-bank1 option
9277
9278         * device/include/string.h:
9279         donot redefine "reentrant" keyword
9280
9281         * device/include/ds80c390.h: Added some more SFRs
9282
9283 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9284
9285         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9286
9287 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9288
9289         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9290
9291 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9292
9293         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9294
9295 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9296
9297         * Added --xram-movc option
9298
9299 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9300
9301         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9302
9303 2002-01-11  Johan Knol
9304
9305         * Added math lib of Jesus Calvino-Fraga
9306
9307 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9308
9309         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9310         * support/regression/Makefile: new target test-mcs51-stack-auto
9311         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9312
9313 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9314
9315         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9316
9317 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9318
9319         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9320
9321 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9322
9323         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9324
9325         * src/SDCCglue.h: add definition for printIvalChar()
9326
9327 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9328
9329         * src/SDCCast.c: fix #498138 by Johan
9330
9331         * src/SDCCglue.c: fix #498138 by Johan
9332
9333 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9334
9335         * support/regression/Makefile: fix clean
9336
9337         * support/regression/ports/ds390/support.c: fix transmission of last character
9338
9339 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9340
9341         * /sdcc/src/ds390/gen.c:
9342         a) improved computing address of stack variable
9343         b) took out some #if 0 code
9344         c) improved parmBytes adjustment
9345         d) improved genPlusIncr & genMinusIncr
9346         e) genCmp could generate bad code (when left assigned to DPTR)
9347         f) Fixed bug in hasInc
9348
9349         * /sdcc/src/ds390/ralloc.c:
9350         a) packRegsForSupport could mess up live information (Fixed)
9351         b) packRegsDPTRuse could be incorrect for left & right shift
9352
9353         * /sdcc/src/mcs51/ralloc.c:
9354         packRegsForSupport could mess up the live information (Fixed)
9355
9356         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9357
9358         * /sdcc/src/SDCCast.c:
9359         can reverse a loop even if function call is present as long
9360         as the loop control variable is local & is not passed as parameter
9361
9362 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9363
9364         * /sdcc/ChangeLog: *** empty log message ***
9365
9366         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9367         More builtin function additions for TININative
9368
9369         * /sdcc/src/ds390/ralloc.c:
9370         Had broken the regression testsuite
9371
9372         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9373
9374         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9375         Added funcattr hasStackParms will be set for reentrant functions when there
9376         are paramteres on the stack, this helps in minimizing frame pointer generation
9377         typeFromStr can handle function pointers now
9378
9379         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9380         *** empty log message ***
9381
9382 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9383
9384         * /src/ds390/gen.c, /src/ds390/main.c:
9385         More builtin function additions for TININative
9386
9387         * /src/ds390/ralloc.c:
9388         Had broken the regression testsuite
9389
9390         * /src/SDCCast.c: Fixed a bug in dumptree
9391
9392         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9393         Added funcattr hasStackParms will be set for reentrant functions when there
9394         are paramteres on the stack, this helps in minimizing frame pointer generation
9395         typeFromStr can handle function pointers now
9396
9397         * /doc/builtins.txt, /doc/TININative.txt:
9398         *** empty log message ***
9399
9400
9401 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9402
9403         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9404         ALPHA version for -mTININative
9405
9406         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9407         updated to reflect changes in the port structure
9408
9409         * /src/port.h:
9410         added function do_assemble (similar to do_link) if non-null this function
9411         will be called to do assembly (-mTININative) requires a multi command
9412         assembly
9413         added function genAssemblerEnd will be called to generate assembler Epilogue
9414
9415         * /src/SDCCsymt.c:
9416         added _JavaNative to debug info printing
9417
9418         * /src/SDCCmain.c: added option --tini-libid
9419         added port->do_assemble function (-mTININative) has a multi command assemble
9420
9421         * /src/SDCCglue.c: Disabled "constExpr" check
9422         added port->genAssemblerEnd function
9423
9424         * /src/SDCCglobl.h: Added option --tini-libid value
9425
9426         * /src/SDCCast.h:
9427         tookout optimizeCompare from the header (has no external references)
9428
9429         * /src/SDCCast.c: made one more function "static"
9430
9431 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9432
9433         * src/z80/mappings.i: Added z80asm support.
9434
9435         * src/z80/main.c: Added z80asm support on --asm=z80asm
9436
9437         * src/z80/gen.c: Fixed asm portability issues.
9438
9439         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9440
9441         * src/SDCCglue.c (printExterns): Added global/extern split.
9442
9443 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9444
9445         * support/regression/Makefile: added test for mcs51 model large
9446
9447         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9448
9449         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9450
9451 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9452
9453         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9454
9455 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9456
9457         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9458
9459         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9460
9461 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9462
9463         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9464
9465         * support/regression/tests/simplefloat.c: Port to mcs51.
9466
9467 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9468         * support/regression/tests/bug-485362.c: Added.
9469
9470         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9471
9472         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9473
9474         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9475
9476         * src/z80/gen.c (aopDump): Added a dump function.
9477
9478 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9479         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9480
9481         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9482
9483         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9484
9485         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9486
9487         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9488
9489         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9490
9491         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9492
9493         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9494
9495         * support/regression/ports/ds390/support.c: Use tinibios.
9496
9497         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9498
9499 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9500
9501         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9502         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9503
9504         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9505
9506         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9507
9508 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9509
9510         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9511
9512         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9513         (packRegsForIYUse): Created and optimised.
9514
9515 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9516
9517         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9518 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9519
9520         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9521
9522         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9523
9524         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9525
9526 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9527
9528         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9529
9530         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9531
9532 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9533
9534         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9535
9536         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9537
9538         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9539
9540 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9541
9542         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9543         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9544         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9545
9546         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9547
9548         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9549         (genNotFloat): Added.
9550         (genUminusFloat): Added.
9551
9552         * device/lib/z80/Makefile: Added floating pt stubs.
9553
9554         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9555
9556         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9557
9558         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9559
9560 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9561
9562         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9563
9564         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9565
9566         * sdcc/support/regression/Makefile: Add port ds390.
9567
9568         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9569
9570         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9571
9572         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9573
9574         * sdcc/support/regression/ports/ds390/support.c: Added.
9575
9576         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9577
9578         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9579
9580         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9581
9582 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9583
9584         * device/include/malloc.h: Added z80 and gbz80 support.
9585
9586         * device/lib/gbz80/heap.s: Added.
9587
9588         * device/lib/z80/heap.s: Added.
9589
9590         * device/lib/malloc.c: Added z80 and gbz80 support.
9591
9592         * support/regression/tests/malloc.c (testMalloc): Added.
9593
9594         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9595
9596         * support/regression/tests/bug-478094.c: Added.
9597
9598         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9599
9600 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9601
9602         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9603
9604         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9605
9606         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9607
9608         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9609
9610         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9611
9612 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9613
9614         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9615
9616 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9617
9618         * support/regression/tests/bug-477927.c: Added.
9619
9620         * src/z80/peeph.def: Added minor rules.
9621
9622         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9623
9624         * src/z80/peeph.def: Added jump optimisation modification.
9625
9626 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9627
9628         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9629
9630 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9631
9632         * support/regression/tests/funptrs.c: Added.
9633
9634 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9635
9636         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9637
9638 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9639
9640         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9641
9642         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9643
9644         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9645         (movLeft2ResultLong): Created.
9646
9647         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9648         (joinPushes): Added.  Joins two char pushes into a word push.
9649
9650 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9651
9652         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9653
9654         * support/makebin/Makefile (install): Added creation of dest dir.
9655
9656 2001-10-24 Karl Bongers <karl AT turbobit.com>
9657
9658         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9659
9660 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9661
9662         * src/z80/ralloc.c: Turned off faulty pack for one use.
9663
9664         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9665
9666         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9667
9668 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9669
9670         * support/regression/Makefile: Improved clean
9671
9672         * support/regression/ports/gbz80/spec.mk: Added clean
9673
9674         * support/regression/ports/host/spec.mk: Added clean
9675
9676         * support/regression/ports/z80/spec.mk: Added clean
9677
9678         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9679
9680         * support/regression/ports/mcs51/timeout.c: little improvements
9681
9682 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9683
9684         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9685
9686         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9687
9688         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9689
9690 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9691
9692         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9693
9694         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9695
9696 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9697         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9698
9699         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9700
9701         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9702
9703         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9704
9705         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9706
9707         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9708
9709         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9710
9711         * support/regression/tests/longor.c: Added.
9712
9713 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9714
9715         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9716
9717         * as/mcs51/aslink.h: define PATH_MAX
9718
9719         * as/mcs51/asm.h: define PATH_MAX
9720
9721         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9722
9723         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9724
9725         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9726
9727         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9728
9729         * src/SDCCglobl.h: define PATH_MAX
9730
9731         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9732
9733         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9734
9735 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9736
9737         * src/z80/gen.c (gencjneshort): Fixed
9738
9739         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9740
9741 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9742
9743         * support/regression/tests/bug-469671.c: Added.
9744
9745         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9746
9747 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9748
9749         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9750
9751         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9752
9753 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9754
9755         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9756
9757         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9758
9759         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9760
9761         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9762
9763         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9764
9765         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9766
9767         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9768
9769 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9770
9771         * 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.
9772
9773         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9774
9775         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9776
9777 2001-10-07    <johan AT FRIJA>
9778
9779         * device/lib/gets.c (gets): fixed the return value.
9780
9781 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9782         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9783
9784         * 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.
9785
9786         * 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.
9787
9788         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9789
9790         * src/pic/gen.c: Removed Safe_strdup.
9791
9792         * configure.in: Added option to enable libgc support.
9793
9794         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9795         (bitVectUnion): Optimised.
9796         (bitVectIntersect): Optimised.
9797         (bitVectBitsInCommon): Optimised.
9798         (bitVectCplAnd): Optimised.
9799
9800         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9801
9802 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9803
9804         * src/SDCCmain.c: distinguish between assembler debug and plain options
9805
9806         * src/avr/main.c:   remove standard assembler options
9807
9808         * src/ds390/main.c: remove standard assembler options
9809
9810         * src/mcs51/main.c: remove standard assembler options
9811
9812         * src/port.h: removed "PENDING" comment
9813
9814 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9815
9816         * src/device/lib/_mulint.c  : new, with assember functions
9817
9818         * src/device/lib/_mullong.c : new, with assember functions
9819
9820         * src/device/lib/_divuint.c : with assember functions
9821
9822         * src/device/lib/_divsint.c : with assember functions
9823
9824         * src/device/lib/_divulong.c: with assember functions
9825
9826         * src/device/lib/_divslong.c: with assember functions
9827
9828         * src/device/lib/_moduint.c : with assember functions
9829
9830         * src/device/lib/_modsint.c : with assember functions
9831
9832         * src/device/lib/_modulong.c: with assember functions
9833
9834         * src/device/lib/_modslong.c: with assember functions
9835
9836         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9837
9838         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9839
9840         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9841                                       replaced _mululong.c and _mulslong.c by _mullong.c
9842
9843 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9844
9845         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9846
9847 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9848
9849         * src/SDCCglue.c: test, if win32api is available for MINGW
9850
9851 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9852
9853         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9854         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9855         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9856         * support/regression/ports/host/spec.mk: removed GENERIC
9857         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9858         * support/regression/ports/z80/spec.mk: removed GENERIC
9859
9860 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9861
9862         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9863
9864         * support/regression/tests/bug-467035.c: Created.
9865
9866 2001-10-01    <johan AT FRIJA>
9867
9868         * src/SDCC.y: fixed bug #466586 part 1
9869
9870 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9871
9872         * SDCCicode.c: z80 has no generic pointers
9873         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9874
9875 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9876
9877         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9878
9879 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9880
9881         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9882
9883         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9884
9885 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9886
9887         * configure.in: Fixed up so that ucsim is only configured once.
9888
9889         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9890
9891         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9892         (getPathDifference): As above.
9893
9894         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9895
9896         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9897
9898 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9899         * .version: Updated to 2.3.1
9900
9901         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9902         Added copyright header.
9903
9904         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9905         (assemble): Added support for macro based assembler commands.
9906         (linkEdit): Added support for macro based linker commands.
9907         (preProcess): Changed the pre-processor to use macros.
9908         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9909         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9910
9911         * device/lib/z80/crt0.s: Added module name for debugging.
9912
9913 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9914
9915         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9916
9917         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9918
9919         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9920
9921         * src/Makefile.in: Added SDCCmacro and SDCCutil
9922
9923 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9924
9925         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9926
9927 2001-09-16    <johan AT FRIJA>
9928
9929         * 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.
9930
9931 2001-09-15    <johan AT FRIJA>
9932
9933         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9934         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9935
9936 2001-09-11    <johan AT FRIJA>
9937
9938         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9939
9940 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9941
9942         * support/regression/tests/bug-460444.c: Added test case.
9943
9944         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9945         (genCast): Added justification for all of the asserts.
9946
9947 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9948
9949         * support/regression/support.c: _xdata replaced by xdata
9950
9951         * support/regression/spec.mk: removed _generic
9952
9953 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9954
9955         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9956
9957         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9958         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9959
9960         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9961
9962         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9963
9964         * support/regression/tests/bug-460010.c: Added test case.
9965
9966         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9967
9968 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9969
9970         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9971
9972         * support/regression/testfwk.c: removed workaround for bug #436344
9973
9974         * support/regression/tests/bp.c: use less memory with mcs51
9975
9976         * support/regression/tests/bug-441448.c: use less memory
9977
9978         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9979
9980         * support/regression/collate-results.py: typo
9981
9982 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9983
9984         * support/regression/tests/fetchoverlap.c: Added new test case.
9985
9986         * support/regression/tests/bp.c: Added new test case.
9987
9988         * support/regression/tests/bug-448984.c: Added new test case.
9989
9990         * support/regression/tests/pow2shifts.c: Added new test case.
9991
9992         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9993         (genlshTwo): Fixed right shift for count > 8.
9994
9995         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9996
9997 2001-09-08    <johan AT FRIJA>
9998
9999         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10000
10001 2001-09-07    <johan AT FRIJA>
10002
10003         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10004
10005         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10006
10007 2001-09-06    <johan AT FRIJA>
10008
10009         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10010         * bernhard noted me at this: "() equals to (void)" (1.38)
10011
10012 2001-09-05    <johan AT FRIJA>
10013
10014         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10015
10016 2001-09-04    <johan AT FRIJA>
10017
10018         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10019
10020
10021 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10022
10023         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10024
10025 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10026
10027         * link/z80/aslink.h: Fixed path for PATH_MAX
10028
10029 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10030
10031         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10032
10033         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10034
10035         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10036
10037         * 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.
10038
10039 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10040
10041         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10042         (genCmp): Fixed up genCmp for the GB with longs.
10043
10044         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10045
10046         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10047
10048         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10049
10050         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10051
10052 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10053
10054         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10055
10056 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10057
10058         * 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.
10059
10060         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10061
10062 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10063
10064         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10065
10066         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10067
10068 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10069
10070   * sim/ucsim/configure:    little improvement of Cygwin-detection
10071   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10072   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10073   * support/regression/tests/bug-221100.c: small changes for mcs51
10074   * support/regression/tests/bug-221168.c: small changes for mcs51
10075   * support/regression/tests/bug-227710.c: small changes for mcs51
10076   * support/regression/tests/staticinit.c: small changes for mcs51
10077   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10078   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10079   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10080
10081 $Revision$