* sim/ucsim/cmd.src/error.cc, sim/ucsim/cmd.src/errorcl.h,
[fw/sdcc] / ChangeLog
1 2005-11-04 Borut Razem <borut.razem AT siol.net>
2
3         * sim/ucsim/cmd.src/error.cc, sim/ucsim/cmd.src/errorcl.h,
4           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
5           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
6           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
7           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
8           and derivates to resolve the initialization problem on OSX
9
10 2005-11-02 Borut Razem <borut.razem AT siol.net>
11
12         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
13           corrected typo - #include <winsock2.h>
14
15 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
16
17         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
18           (_asxxxx_mapping): added org directive for future enhancements
19
20 2005-11-01 Borut Razem <borut.razem AT siol.net>
21
22         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
23           enabled sockets on WIN32
24         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
25
26 2005-10-31 Borut Razem <borut.razem AT siol.net>
27
28         * support/regression/generate-cases.py: escape backslashes in {testcase}:
29           WIN32 backslash path delimiters should be escaped when used in C strings
30         * support/regression/tests/bitfields.c: exclude failing assertions for
31           __CYGWIN32__ and __MINGW32__ hosts
32
33 2005-10-30 Borut Razem <borut.razem AT siol.net>
34
35         * src/SDCCutil.c: corrected double comparison typo
36
37 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
38
39         * device/lib/medium/Makefile: added for new memory model medium
40         * device/include/asm/mcs51/features.h: updated for medium/pdata
41         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
42           added Multiply & Accumulate sbit's and MAC0_PAGE define
43         * device/include/mcs51/c8051f300.h: added sfr16 definitions
44         * device/include/mcs51/c8051f310.h: added sfr16 definitions
45         * device/lib/_mullong.c: update for medium model
46         * device/lib/incl.mk: added medium model
47         * doc/sdccman.lyx: documented medium model
48         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
49         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
50         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
51         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
52           (allocParms): set SCLS and OCLS to pdata for medium model
53         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
54           for pdata,
55           (powof2): return <0 if not power of 2
56         * src/avr/gen.c (genBitWise): use updated powof2
57         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
58           (shiftR2Left2Result): small optimization in setup, save acc when storing,
59           (shiftLLeftOrResult): use B if necessary
60         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
61         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
62         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
63         * support/regression/Makefile.in: added test-mcs51-medium
64         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
65
66 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
67
68         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
69         specifier unsigned
70         * device/lib/time.c (mktime): fixed bug 1334315
71
72 2005-10-28 Raphael Neider <rneider AT web.de>
73
74         * device/include/pic/p16f_common.inc: added common declarations
75         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
76
77 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
78
79         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
80           (aopPutUsesAcc): added to predict accumulator use,
81           (assignResultValue): save acc if necessary,
82           (genMinusDec): store result if indirectly addressed,
83           (genDivOneByte):  save acc if necessary,
84           (movLeft2Result): bugfix if left already in acc,
85           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
86             attention to accumulator use (esp. pdata),
87           (genReceive): receive pdata correctly
88         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
89         * src/SDCCicode.h: added isOperandInPagedSpace prototype
90
91 2005-10-27 Raphael Neider <rneider AT web.de>
92
93         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
94
95 2005-10-27 Raphael Neider <rneider AT web.de>
96
97         * .version: changed version to 2.5.4
98         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
99         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
100           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
101             arithmetics support routines
102         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
103         * device/lib/Makefile.in: also create installdir for pic
104
105         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
106           pic14 port as well
107         * src/pic/device.c (dump_sfr): rewritten to delegate register
108           placement to the linker (use `extern sym' rather than sym EQU addr),
109           (validAddress): fixed to check last specified address
110         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
111           (popGetLit): truncate literal value to 8 bit,
112           (popGet): moved assert to more appropriate place
113           (popGetExternal): create pCode operand from and mark the according
114             symbol as being `extern'
115           (popGetAddr): added sanity check on immediate's offset, provide
116             GPOINTER tag on demand
117           (aopPut): fixed for immediates,
118           (mov2w_op): move operand's address or contents to WREG (depending on
119             operand type), safer variant of mov2w,
120           (movwf,call_libraryfunc): NEW, handy abbreviations,
121           (get_argument_pcop,get_return_val_pcop,pass_argument,
122           get_returnvalue): interface for accessing function parameters and
123             return values,
124           (assignResultValuei,genRet): use new parameter/return value interface
125           (pic14_getDataSize): back to old version handling generic pointers,
126           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
127             provided implementation and/or fixed old one,
128           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
129             calls, removed legacy 8051 reference code
130           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
131           (loadSignToC): NEW, move the operands sign bit to CARRY,
132           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
133             genRightShiftSigned, accepts negative shift counts,
134           (setup_fsr): load FSR and adjust IRP (indirect memory access),
135           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
136             generic pointers, __data pointers and __code pointers,
137           (genUnpackBits,genPackBits): rewritten to work with generic pointers
138             and signed bitfields, limit bitfields to 8 bit,
139           (genDataPointerGet): fixed number of bytes read,
140           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
141           (genPointerGet,genPointerSet): fixed handling of __code pointers,
142             pointers to constant data are no longer assumed to point to __code
143             space, removed invalid pointer types,
144           (bitpatternFromVal): retrieve the PICs representation of an integer
145             or float literal,
146           (genDataPointerSet): fixed assigning to po_immediate operands,
147           (genGenPointerSet): implemented as library call,
148           (genIfx): fixed incorrect condition,
149           (genAddrOf): limit generic pointers' addresses to 2 bytes,
150             provide GPOINTER tag according to destination's storage class,
151           (genCast): added code to handle casting to generic pointers, added
152             sign-/zero extension of the result
153           (aop_isLitLike,op_isLitLike): fixed handling of immediates
154         * src/pic/gen.h: added macros to access IRP bit in STATUS register
155         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
156           extend the result
157         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
158           address/register resides in the shared banks
159           (emitSymbolToFile): improved to handle global and `pinned' symbols,
160             put all variables into separate sections (have the linker arrange
161             them)
162           (picglue): put init code and interrupt handlers in separate sections
163         * src/pic/main.c: added port specific options table, modified to PORT
164           structure to make GPOINTERs 3 byte, added pic14_options
165           (_pic14_do_link): private linking routine (update paths to libraries,
166             add libsdcc.lib by default)
167         * src/pic/main.h: declare pic14_options
168         * src/pic/pcode.c: fixed instructions i/o relations,
169           (RegCond): reverted to correct version,
170           (newpCodeOpLit): truncate literals to 8 bit,
171           (genericPrint): added debug output,
172           (getRegFromInstruction): fixed for various operand types, simplified
173           (BuildFlow): fixed broken handling of isntructions with labels
174           (LinkFlow): start at last instruction in flow (skip trailing comments),
175             pass the flow on to the next instruction after CALL
176           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
177           (insertPCodeInstruction): fixed inserting after a skip instruction,
178           (DoBankSelect): fixed for labeled instructions
179           (OptimizepBlock): honor --nopeep switch
180           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
181         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
182         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
183           (pCodeOptime2pCodes): allow disabling this optimization via
184             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
185             but is still buggy), started implementation of a dataflow based
186             pCode optimization (CSE + dead code elimination)
187           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
188         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
189           names are independant of the stack location and therefore portable across
190           devices
191
192 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
193
194         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
195           (selectSpil): fixed bug 1337835 by not spilling bit variables
196         * support/regression/tests/bug1337835.c: added test for this bug
197         * src/mcs51/peeph.def: restart after rule 3.c,
198           addded rules 263.x to optimize loading constants
199
200 2005-10-26 Raphael Neider <rneider AT web.de>
201
202         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
203         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
204           (genAssign): emit warning when casting literals to generic pointer
205             type, also applies when taking the address of a fixed variable,
206           (genCast): improved casting to generic pointers
207         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
208           extern variables, added verbose error message
209         * device/include/pic16/{string.h,errno.h}: added #pragma library c
210
211 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
212
213         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
214         carry must be complemented too
215         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
216         could be emitted by genMinus
217         * src/SDCCval.c (constVal): fixed bug 1305065
218
219 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
220
221         * src/SDCCast.c (addCast): added promotion for bit variables
222         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
223         promotion casts + optimisation
224         (optimizeGetWord): fix warning 'i' might be used uninitialized
225         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
226         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
227
228 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
229
230         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
231         all chars are promoted to int; promotion should be handled in SDCCast.c
232
233 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
234
235         * device/lib/_strcmp.c: Fixed bug 1326457
236
237 2005-10-11 Raphael Neider <rneider AT web.de>
238
239         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
240         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
241
242 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
243
244         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
245         * support/regression/tests/sfr16.c: added test for the sfr32 bug
246
247 2005-10-04 Raphael Neider <rneider AT web.de>
248
249         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
250           device/lib/pic16/pics.all: added pic18f1320
251         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
252
253 2005-09-30 Raphael Neider <rneider AT web.de>
254
255         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
256         * src/pic16/devices.inc: NEW, provides device descriptions
257         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
258
259 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
260
261         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
262           GETHBIT
263
264 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
265
266         * doc/sdccman.lyx: updated Highest Order Bit documentation,
267           documented Any Order Bit, Higher Order Byte and Higher Order Word
268         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
269         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
270           (optimizeGetAbit): new, to get any bit, not only the high bit,
271           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
272           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
273           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
274           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
275             RIGHT_OP: also try GETBYTE, GETWORD optimization,
276             GETABIT, GETBYTE, GETWORD: decorate them,
277           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
278           (ast_print): added GETABIT, GETBYTE, GETWORD
279         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
280         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
281           (geniCodeBinary): new generic binary icode,
282           (ast2iCode): added GETABIT, GETBYTE, GETWORD
283         * src/port.h: updated comment for PORT.hasExtBitOp
284         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
285           (genGetByte): new, to get a single byte,
286           (genGetWord): new, to get a word from a long,
287           (gen51Code): added GETABIT, GETBYTE, GETWORD
288         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
289
290 2005-09-23 Raphael Neider <rneider AT web.de>
291
292         * configure.in, configure: have device/lib/pic configured
293         * device/lib/Makefile.in: added model-pic14
294         * device/lib/clean.mk: added pic/ to clean rule
295         * device/lib/pic: added rudimentary pic14 library providing support
296           functions for multiplication/division/generic pointer access
297         * src/SDCCopt.c (convilong): mark support functions as extern
298           for pic14 port as well
299         * src/pic/gen.c (genMult): added assertions,
300           (genpic14Code): emit warning on unhandled iCodes
301         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
302         * src/pic/pcode.c (pCodeOpCopy),
303         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
304           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
305           SFR_REGISTER}), made safe for future extensions
306         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
307           instructions even if preceeded by SKIP instructions (also remove
308           them); removed unused code
309         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
310           prevents leaving parts of the structure uninitialized after copying
311
312 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
313
314         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
315           ago by me
316         * support/regression/tests/addsub.c: added test for the bug
317
318 2005-09-21 Raphael Neider <rneider AT web.de>
319
320         * device/include/pic16/pic18f1220.h,
321           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
322         * device/lib/pic16/Makefile.rules: added missing opening paren
323         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
324           are provided in genutils.c,
325           (genUminusFloat,genUminus,genCmpEq): added asserts on different
326           operand/result sizes,
327           (genCmp): assert on NULL pointers first, then check deref'ed values
328         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
329           result size
330
331 2005-09-18 Raphael Neider <rneider AT web.de>
332
333         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
334           as these are now unused,
335           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
336         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
337           local, avoids uninitialized pointer dereference on r->name
338         * src/pic16/ralloc.c (newReg): fixed indentation
339
340 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
341
342         * src/SDCCval.c (constVal): fixed bug 730366
343         * support/Util/SDCCerr.c,
344         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
345
346 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
347
348         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
349
350 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
351
352         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
353
354 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
355
356         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
357           (hex2dec): made hex_digit unsigned char, removed ascii dependance
358         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
359           (hex2dec): made hex_digit unsigned char, removed ascii dependance
360         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
361         * packihx/packihx.c (hexDigit): made c unsigned char
362         * as/mcs51/lklibr.c (fndsym),
363         * link/z80/lkgb.c (gb),
364         * link/z80/lklibr.c (fndsym),
365         * link/z80/lkrloc.c (relr),
366         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
367         * src/SDCC.lex (checkCurrFile, process_pragma),
368         * src/SDCCglue.c (spacesToUnderscores),
369         * src/SDCCmain.c (setParseWithComma, processFile),
370         * src/asm.c (tvsprintf, printCLine),
371         * src/avr/gen.c (emitcode, aopPut),
372         * src/ds390/gen.c (emitcode),
373         * src/hc08/gen.c (emitcode, emitinline),
374         * src/mcs51/gen.c (emitcode, genInline),
375         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
376           tokenizeLineNode),
377         * src/pic/ralloc.c (debugLog),
378         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
379           tokenizeLineNode),
380         * src/pic16/ralloc.c (debugLog),
381         * src/z80/main.c (_process_pragma):
382            made all ctype.h function calls safe
383         * src/SDCCopt.c: include math.h for fabs
384         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
385           and used them throughout the code to make ctype.h function calls safe
386         * src/ds390/main.c (asmLineNodeFromLineNode),
387         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
388         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
389            unsigned char*
390         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
391           (newpCodeAsmDir): made ctype.h function calls safe
392         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
393           pic16_emitcode):  made lbp unsigned char*
394         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
395           (pic16_newpCodeAsmDir): made ctype.h function calls safe
396         * src/xa51/gen.c (emitcode),
397         * src/z80/gen.c (_emit2): made lbp unsigned char*
398         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
399            char*
400
401 2005-09-05 Raphael Neider <rneider AT web.de>
402
403         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
404           access bank splitpoint
405
406 2005-09-05 Raphael Neider <rneider AT web.de>
407
408         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
409
410 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
411
412         * .version: changed to version 2.5.3
413         * doc/sdccman.lyx: changed version to 2.5.3,
414           documented --codeseg and --constseg and pragma codeseg and constseg,
415           documented bit parameters (reentrant) and bit returning
416         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
417            currFunc->recvSize, but is this ok for all ports?
418           (ast2iCode): result of ~ on unsigned char must be cast to int for
419            bool to work
420         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
421           function pointers in bit space
422         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
423           (processFuncArgs): call port.reg_parm() with reentrancy info
424         * src/port.h,
425         * src/avr/main.c,
426         * src/ds390/main.c,
427         * src/hc08/main.c,
428         * src/pic/main.c,
429         * src/pic16/main.c,
430         * src/xa51/main.c,
431         * src/z80/main.c: port.reg_parm prototype extended with
432           "bool reentrant" parameter
433         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
434           options.stackAuto for allocating bit register parameters
435         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
436           (genSend): set BitBankUsed if it is,
437           (selectRegBank): factored out of genCall for use in genPcall,
438           (genCall): removed redundant dtype assignmen, use selectRegBank,
439           (genPcall): handle returning in Carry properly, save in F0 if needed,
440           (genReceive): handle bit register parameters
441         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
442           (mcs51_assignRegisters): enable bit registers for all reentrant
443            functions and don't set BitBankUsed unconditionally
444         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
445         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
446         * support/regression/tests/funptrs.c: added tests for BOOL and for return
447
448 2005-08-27 Borut Razem <borut.razem AT siol.net>
449
450         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
451         ppc-osx (Darwin) does not support -u option. It seems that it is
452         supported only on Linux - GNU cp
453
454 2005-08-25 Borut Razem <borut.razem AT siol.net>
455
456         * sim/ucsim/gui.src/serio.src/Makefile.in,
457           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
458           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
459           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
460           install and strip, since the strip at /usr/ccs/bin should be used
461           on solaris
462
463 2005-08-24 Borut Razem <borut.razem AT siol.net>
464
465         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
466
467 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
468
469         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
470         ffffffffu
471
472 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
473
474         * as/mcs51/aslink.h: completed lkrloc.c prototypes
475         * as/mcs51/lkmain.c (link_main): fixed warning
476         * device/include/stdbool.h: ds390 has no advanced bit support yet
477         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
478         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
479         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
480           and updated their macros
481         * src/SDCCval.c (constVal): updated comment for renamed b_long
482
483 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
484
485         * as/mcs51/asdata.c: changed ctype['['] to BINOP
486         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
487           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
488           (oprio): set priority for '['
489         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
490            and adb_24_bit
491         * as/mcs51/asm.h: added defines R_BIT and S_BIT
492         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
493         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
494         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
495           added overlayable BIT_BANK area
496         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
497           (summary2): explain 'T' in legenda
498         * as/mcs51/lkrloc.c: replaced old K&R style,
499           (relr): added R_BIT processing,
500           (errmsg): added "Bit-addressable relocation error",
501           (adb_bit): added for converting from byte- to bit-addressable space,
502           (adb_24_bit): added for converting from byte- to bit-addressable space
503         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
504            used in reentrant functions now even as return value
505         * device/lib/_gptrput.c (_gptrput): removed obsolete code
506         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
507           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
508         * src/SDCCglobl.h: added indicator BitBankUsed
509         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
510            the bit registers b0-b7
511         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
512           (geniCodeCast): fixed bug 1263853,
513           (geniCodeLogicAndOr): put result in bool or char,
514           (geniCodeReceive): added parameter func for accessing the return type,
515           (geniCodeFunctionBody): pass func to geniCodeReceive
516         * src/SDCCmain.c: added indicator BitBankUsed
517         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
518         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
519           (checkSClass): don't put automatic bool/bit on stack,
520           (checkFunction): removed check on function cannot return bit
521         * src/SDCCsymt.h: added newBoolLink prototype
522         * src/mcs51/gen.c (rb1regs): added bit registers,
523           (movc): created for assigning to carry,
524           (pushReg, popReg): created for pushing registers,
525           (sameRegs): check both AOP_REG and AOP_CRY types,
526           (aopOp): handle bit registers,
527           (aopPut): optimization no self-assign,
528           (saveRegisters): push reg->base (bits) only once for bit registers,
529            and use pushReg,
530           (unsaveRegisters): pop reg->base only once and use popReg,
531           (assignResultValue): added parameter func and return in carry for bits,
532           (genIpush): optimization no reload in A if not changed,
533           (genSend): bit parameters in reentrant functions are passed in bit
534            registers by first assigning to bits in B, then save registers and
535            copy B to bits,
536           (genCall): handle returning in Carry properly, save it in F0 if needed,
537           (genPcall): updated assignResultValue call, this is not safe yet for bit
538            returning function !!!
539           (genFunction): don't generate equ's for bit registers and use pushReg,
540           (genEndFunction): take care of bit returning functions and use popReg,
541           (genRet): return bit in Carry,
542           (genIfx): optimize bit registers and other directly addressable bits,
543           (genReceive): updated assignResultValue call
544         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
545           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
546            registers when using stack-auto
547         * src/mcs51/ralloc.c (_G): added allBitregs,
548           (regs8051): added the bit registers,
549           (createStackSpil): use macro IS_BIT,
550           (getRegBit): added to allocate a bit register, else spill,
551           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
552           (updateRegUsage): factored out to ease stepping while debugging,
553           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
554            also allocate bit registers,
555           (fillGaps): handle bit registers,
556           (findAllBitregs): added to create bit vector with all bit registers,
557           (mcs51_allBitregs): returns this bit vector,
558           (mcs51_assignRegisters): when using stack-auto use bit registers for
559            passing parameters and creating local variables
560         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
561
562 2005-08-22 Borut Razem <borut.razem AT siol.net>
563
564         * device/lib/Makefile.in: replaced find option -or with -o
565           to make it run on solaris
566
567 2005-08-22 Raphael Neider <rneider AT web.de>
568
569         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
570           fixes #1265442 (crash on Solaris)
571
572 2005-08-20 Borut Razem <borut.razem AT siol.net>
573
574         * configure, configure.in: added tests for libsocket and libnsl libraries,
575           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
576           from support/regression/Makefile.in
577         * support/regression/Makefile.in: added
578         * device/lib/pic16/Makefile.common.in: force make to use bash shell
579         * sim/ucsim/libtool: regenerated on sparc-solaris
580         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
581           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
582           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
583           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
584           sparc-solaris, which doesn't use GNU ld linker
585         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
586         * as/Makefile: find on sparc-solaris does not support -maxdepth option
587
588 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
589
590         * src/mcs51/peeph.def: updated comments
591
592 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
593
594         * device/lib/_gptrget.c,
595         * device/lib/_gptrput.c: slightly shorter
596         * doc/sdccman.lyx: incremented version
597         * src/mcs51/peeph.def: moved peephole comments to the line of first
598           change to better keep line correlation, reanimated 186.e
599         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
600
601 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
602
603         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
604           David Saxton with quotes around file name.
605
606 2005-08-15 Borut Razem <borut.razem AT siol.net>
607
608         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
609           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
610           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
611           make tests run on x86_64 platform
612
613 2005-08-13 Raphael Neider <rneider AT web.de>
614
615         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
616           as it might be executed DURING a build (parallel make is wonderful)
617
618 2005-08-13 Raphael Neider <rneider AT web.de>
619
620         * device/lib/Makefile.in (port-specific-objects-pic16):
621           revert to cp $(PORT)/bin/*.* $(PORTDIR)
622         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
623           dependency
624         * device/lib/pic16/Makefile.rules: build subdirs before creating
625           the library, removed builddir rule, create $(builddir) early in
626           recurse rule, use empty recurse rule for leaf directories
627         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
628           mkdir errors (race condition), removed duplicate suffix "hex"
629           from clean rules
630         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
631         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
632           prevents mkdir -p from aborting on Alpha
633
634 2005-08-12 Raphael Neider <rneider AT web.de>
635
636         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
637           db-statements in order to allow for arrays of pointers in code
638           sections to be placed without interspersed 0-padding, fixes
639           bug #1256215
640         * (emitStatistics): fixed division by zero for pic18f1220
641         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
642           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
643         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
644         * (pic16_pCodeConstString): keep track of already emitted string
645           literals to prevent "duplicate definitions of symbol _str_NR"
646         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
647           debug message
648         * device/lib/Makefile.in: ignore failing PIC16 library builds
649         * device/lib/pic16/Makefile: do not build if gputils are missing
650         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
651
652 2005-08-10 Raphael Neider <rneider AT web.de>
653
654         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
655           my last commit)
656
657 2005-08-10 Raphael Neider <rneider AT web.de>
658
659         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
660           Rokas' patch to add the new fixed point type "__fixed16x16"
661         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
662           functions for __fixed16x16 arithmetics
663         * device/lib/pic16: reimplemented the build system to support
664           a separate build directory, better handling of libio (create
665           the library in a separate subdir for each architecture) and
666           easier configuration (centralized in Makefile.common)
667
668 2005-08-07 Raphael Neider <rneider AT web.de>
669
670         * src/pic16/gen.c (genrshTwo): fixed sign extension
671         * src/pic16/device.c: added pic18f2320, 4220 and 4320
672         * device/include/pic16/pic18f2220.h: changed some bit definitions,
673           added T0CONbits
674         * device/include/pic16/pic18f4220.h: NEW, header for
675           pic18f4220 and pic18f4320
676         * device/include/pic16/pic18fregs.h: added new devices,
677           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
678         * device/include/pic16/signal.h: resolved name clashes
679           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
680           to also allow testing for interrupt enable bits, added
681           comments on how to use the macros
682         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
683         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
684           register definitions for the devices
685         * device/lib/pic16/pics.all: added new devices
686         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
687           allocated memory
688         * device/lib/pic16/libc/stdlib/memfree: do not count
689           the block header as free memory
690         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
691           simplified and added missing end-of-blocklist-marker
692           (reported by Peter Onion, fixes #1252814)
693         * (_mergeHeapBlock): fixed loop condition
694         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
695           len==0, restructured code
696         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
697           up a bit, reduced bitfield accesses, prevent endless loops
698           in case of heap corruption
699         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
700           "unreferenced arguments/must return a value" warnings
701         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
702           replaced BAUDREG with SPBRG
703         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
704           device/lib/pic16/debug/gstack/gstack.c: replaced
705           _naked, _asm, _endasm with __naked, __asm, __endasm
706
707 2005-08-05 Raphael Neider <rneider AT web.de>
708
709         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
710           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
711
712 2005-08-05 Borut Razem <borut.razem AT siol.net>
713
714         * device/lib/Makefile.in: added missing ';'
715         * configure: removed ^M characters
716
717 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
718
719         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
720           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
721           License
722
723 2005-08-04 Borut Razem <borut.razem AT siol.net>
724
725         * configure.in: pic16 libraries build 2nd try - enable running
726           configure in device/lib/pic16
727         * configure: regenerated from configure.in
728         * device/lib/Makefile.in: create $(PORT)/bin directory
729
730 2005-08-03 Raphael Neider <rneider AT web.de>
731
732         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
733           to get/set values via pointers
734         * (genUnpackBits,genPackBits): changed detection of
735           ptr->bitfield vs. sym.bitfield, fixed access via generic
736           pointers, removed dead (wrong) code for multibyte bitfields
737         * (genNearPointerGet, genGenPointerGet): removed useless code,
738           fixed bitfield detection, fixes #1250594
739         * (genNearPointerSet): removed useless code
740         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
741           and introduced macro pic16_emitpcode that conditionally emits
742           the origin of the following pCode (useful for debugging SDCC)
743         * src/pic16/pcode.c: changed (and disabled) some debug outputs
744         * (createDefmap): fixed handling of LFSR for --optimize-df
745
746 2005-08-02 Borut Razem <borut.razem AT siol.net>
747
748         * device/lib/Makefile.in: pic16 libraries build enabled since
749           gputils-0.13.2 are now localy installed at sourceforge's compile farm
750
751 2005-08-02 Raphael Neider <rneider AT web.de>
752
753         * src/pic16/gen.c (genPackBits): removed deprecated warning
754         * (genGenPointerSet): fixed bitfield detection
755
756 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
757
758         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
759
760 2005-07-31 Raphael Neider <rneider AT web.de>
761
762         * device/lib/pic16/libdev/pic18f458.c,
763           device/include/pic16/pic18f458.h: added missing T0CONbits
764
765 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
766
767         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
768
769 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
770
771         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
772
773 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
774
775         * device/include/mcs51/at89c51ed2.h: added.
776
777 2005-07-23 Raphael Neider <rneider AT web.de>
778
779         * src/pic/gen.h: added emitpcode macro for debugging
780         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
781           and replace by macro adding debug information on demand
782         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
783         * (gencjne): tried to fix; replaced with correct (slower) code
784         * (gen{Unp,P}ackBits): fixed single bit access
785         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
786         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
787           previous instruction
788         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
789           register has to be handled with care (forbidding movement
790           of assignments/uses, removing assignments completely, ...)
791         * (pCodeOptime2pCodes): make use of regIsSpecial
792         * added lots of debugging output (commented out)
793         * src/pic/rallloc.c (deassignLRs): prevent operand registers
794           from being reused as result UNLESS it is known to work
795
796 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
797
798         * support/Util/dbuf.h: include <stddef.h> for size_t
799         * .version: changed to version 2.5.2
800
801 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
802
803         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
804
805 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
806
807         * src/hc08/gen.c (genMinus): fixed bug #1241835,
808           (genModOneByte): removed needless psha/pula
809
810 2005-07-22 Raphael Neider <rneider AT web.de>
811
812         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
813           have PIC14 handled like PIC16, fixes broken pic14 linker calls
814         * src/pic/gen.c (resolveIfx): do not "invent" labels
815         * (genSkipc): changed to positive logic
816         * (genSkipCond): removed as no longer needed
817         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
818           backport from PIC16
819         * (genLeftShift): check operands are in different registers
820         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
821           INCF does not update CARRY...
822         * src/pic/main.c: fixed _linkCmd
823         * src/pic/pcode.c (unlinkpCode): added inactive code
824         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
825           alive (do not assign result and operand overlapping registers)
826
827 2005-07-22 Raphael Neider <rneider AT web.de>
828
829         * src/pic/device.c (dump_sfr): replaced register declaration with
830           call to emitSymbolToFile() to avoid duplicate symbols
831         * (assignRelocatableRegisters): do not declare external symbols
832         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
833           right (take size of type, not etype)
834         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
835         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
836         * (packRegsForAccUse): disabled assignment of WREG as
837           the result reg to prevent occurence of just fixed #1235003,
838           fixes #1242954
839         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
840           symbols (avoids duplicate symbols in .asm file)
841         * (pic14emitRegularMap): use emitSymbolToFile()
842         * src/pic/gen.c (aopOp): fixed spillLocation handling
843         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
844         * (genDataPointerSet): removed unneccessary variables/output
845
846 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
847
848         * as/mcs51/lkarea.c: enlarged codemap for banked memory
849         * device/lib/mcs51/crtbank.asm: added # to 0x0F
850
851 2005-07-21 Raphael Neider <rneider AT web.de>
852
853         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
854           architecture cannot handle them efficiently, fixes bug #1235003
855         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
856           check for empty sets before using them (fixes bug #1232190)
857
858 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
859
860         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
861           (lnksect2): generate warnings for memory overlap
862         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
863           constseg to set the name of these segments so you can instruct the linker
864           to place them in banks
865         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
866         * src/SDCCglobl.h: added MODEL_HUGE to enum,
867           added code_seg and const_seg to options
868         * src/SDCCglue.c (emitMaps): use options.const_seg,
869           (createInterruptVect): put interrupt vectors in segment HOME,
870           (glue): put HOME before static segment and put the main glue in HOME,
871           (glue): use options.code_seg
872         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
873         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
874           these segments so you can instruct the linker to place them in banks
875           (linkEdit): use code_loc for HOME segment which should be the first
876           segment in code memory now
877         * src/SDCCmem.c: fixed more stuff like bug 1238386
878         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
879           (changePointer): don't change function pointers to code pointers for
880           banked functions,
881           (compareType): added exceptional check for banked function pointers
882         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
883         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
884           after static in code memory
885         * src/mcs51/gen.c: added aopLiteralLong prototype,
886           (aopForSym): use getSize for functions,
887           (genCall): generate banked calls over one trampoline __sdcc_banked_call
888           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
889           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
890           the segment,
891           (genPcall): use call for literal function pointers and generate banked
892           calls over the one trampoline so there's only one place for the user to
893           modify according to his/hers hardware,
894           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
895           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
896         * src/mcs51/main.c: added keyword banked,
897           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
898         * support/Util/SDCCerr.c,
899         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
900           needed for passing the bank and address to the trampoline
901         * device/lib/mcs51/crtbank.asm: added for bankswitching
902         * device/lib/mcs51/Makefile: added crtbank
903
904 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
905
906         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
907           for fields at offset 0 of a struct or union as reported
908           on 2005-07-07 in the developer mailing list.
909
910 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
911
912         * src/SDCCmem.c: fixed bug 1238386
913
914 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
915
916         * src/mcs51/peeph.def: added labelrefcounting for peepholes
917           (patch #1144962), added peephole 300, enabled 259.x
918         * doc/sdccman.lyx: removed screenshot and provided link instead
919
920 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
921
922         * doc/sdccman.lyx: added section about debugging with ddd
923         * doc/figures/ddd_example.eps: screenshot of debugging session
924
925 2005-07-04 Raphael Neider <rneider AT web.de>
926
927         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
928           like CODE pointers, fixes #1115683
929         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
930           call, fixes bugs #1232211, #1228110,
931           fixed wrong casts to pCodeFlow from pCodeInstructions
932
933 2005-07-04 Raphael Neider <rneider AT web.de>
934
935         * src/pic/gen.c (popGet): changed assert to allow for
936           bit operands
937         * (popGetAddr): changed signature to provide
938           an additional index, patched all call sites
939         * (genCmpEq): handle literal-like operands correctly
940         * (genAddrOf): added sanity checks on __code/__data pointers
941         * (genAssign): added handling of symbols from __code section
942         * (gencjne): do not generate code for comparisons whose result
943           is neither stored nor used, fixes bug #1171114
944         * (AccLsh, AccRsh): operate on operand instead of WREG
945         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
946           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
947           by known count
948         * rewrote complete shift-by-literal logic, commented unused
949           functions out
950         * (genConstPointerGet): get multiple bytes (if result size > 1),
951           fixed handling of non-immediate addresses
952         * (genPointerGet): handle CODE pointers like CONST pointers
953         * (genpic14Code): insert C-SRC lines as Cource-pCodes
954         * ({aop,op}_isLitLike): NEW, single place to decide whether an
955           operand is to be treated as a literal or not
956         * (mov2w,genPcall,genCmpEq),
957           src/pic/genarith.c: use aop_isLitLike() to decide between
958           literal/register contents
959         * (addSign): added missing offset
960         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
961           only emit comment in debug-mode,
962           use {aop,op}_isLitLike throughout the file
963         * src/pic/glue.c: fix initializers for pointers (work in progress)
964         * src/pic/pcode.c (get_op): honor index on _const symbols
965         * ({reset,dump}pCodeStatistics): NEW, estimate code size
966         * (dumppBlock): added pCode size estimation
967         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
968           check for IS_SYMOP before OP_SYMBOL'ing
969         * fixed indentation, compacted switch-statements
970         * (allocReg): find free register and allocate it instead of
971           allocating new registers all the time
972         * (deassignLRs): prevent POINTER_GET's from being assigned the same
973           registers as its operands (necessary only for multibyte GETs)
974
975 2005-07-01 Raphael Neider <rneider AT web.de>
976
977         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
978           debugging .asm-output macros FENTRY + FEXIT
979         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
980           way... I wonder...
981         * (emitpComment): NEW, printf to pCode
982         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
983           offset handling
984         * (popGetAddr): NEW, variant of popGet to access an immediates
985           high(er) bytes instead of the n'th byte of memory they reference,
986           replaced popGet with popGetAddr where neccessary
987         * (genDataPointerGet): reactivated and fixed implementation
988         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
989           accesses
990         * (genDataPointerSet): fixed multibyte assignments
991         * (genpic14Code): fixed --i-code-in-asm handling
992         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
993         * (genPlus): fixed index-out-of-bounds error
994         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
995         * src/pic/ralloc.c: added debugging output macro FENTRY2
996         * (spillThis): fixed indentation, enbraced for-body for clarity
997         * (rematStr): commented out as now unused
998         * (regTypeNum): commented out special spill case (overwrites
999           arbitrary values)
1000         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1001
1002 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1003
1004         * doc/sdccman.lyx: documented sfr16/sfr32,
1005           added example for using storage class with function pointers
1006         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1007
1008 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1009
1010         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1011         * device/lib/_itoa.c,
1012         * device/lib/_ltoa.c: optimized codesize
1013         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1014           but don't know how to suppress the double warning.
1015         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1016         * support/Util/SDCCerr.c,
1017         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1018
1019 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1020
1021         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1022           fixed old K&R prototypes
1023         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1024         * device/lib/_gptrget.c,
1025         * device/lib/_gptrgetc.c,
1026         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1027           also new versions for small generic pointers and banked generic pointers
1028         * src/port.h: added const_name
1029         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1030         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1031         * src/SDCCcse.c (findPrevIc): check all associative operators
1032         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1033         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1034         * src/SDCCmem.c: updated comments,
1035           set far-space to 0 for pdata, results in optimized code
1036         * src/SDCCmem.h: added macro CONST_NAME
1037         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1038           moving the info into the highest bits, see also gptrget/gptrput
1039         * src/src.dsp: added sdcc.ico to project files
1040         * src/avr/gen.c (genCast): fixed bug 0x%d
1041         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1042         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1043           relation between ptr_type and DCL_TYPE,
1044           (genCast): fixed bug 0x%d
1045         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1046           (CODE)" for const_name
1047         * src/hc08/gen.c (genCast): fixed bug 0x%d
1048         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1049           (hc08_port): added "CONST (CODE)" for const_name
1050         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1051           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1052           between ptr_type and DCL_TYPE,
1053           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1054           operand* and took AOP() inside function so sfr-ness can be checked,
1055           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1056           new prototype,
1057           (genFunction, genEndFunction): optimized stack setup,
1058           (genMinus): optimized for literals with ending zeroes (in bytes),
1059           (genCast): fixed bug 0x%d
1060         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1061           (mcs51_port): added "CONST (CODE)" for const_name
1062         * src/mcs51/peeph.def: made rule 226 more generic
1063         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1064         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1065         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1066         * src/z80/main.c (z80_port): added NULL for const_name,
1067           (gbz80_port): added NULL for const_name
1068         * support/regression/tests/bug663539.c,
1069         * support/regression/tests/sfr16.c: new tests
1070
1071 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1072
1073         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1074
1075 2005-06-24 Raphael Neider <rneider AT web.de>
1076
1077         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1078           corrected typos...
1079         * device/include/pic16/signal.h: added USBIF
1080           and SIG_USB
1081
1082 2005-06-24 Raphael Neider <rneider AT web.de>
1083
1084         * device/lib/pic16/libdev/pic18f2455.c,
1085           device/include/pic16/pic18f2455.h: NEW
1086         * device/include/pic16/pic18fregs.h,
1087           device/lib/pic16/pics.all,
1088           src/pic16/device.c: added 18f2455
1089         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1090           device/include/pic16/{pic18f[68][567].h,usart.h}:
1091           replaced MULTIPLE_USARTS define with more relaible
1092           compatibility sfrs (for USART access)
1093
1094 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1095
1096         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1097           and the output asm file line is printed on two lines.
1098
1099 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1100
1101         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1102           BGT, BLE, BHI, and BLS instructions
1103         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1104           genCmpEq): removed
1105         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1106           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1107           fixes bug #1216342
1108         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1109
1110 2005-06-15 Raphael Neider <rneider AT web.de>
1111
1112         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1113         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1114         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1115           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1116           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1117
1118 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1119
1120         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1121           Marcel Telka in bug #1215704
1122
1123 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1124
1125         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1126           located in shared memory bank.
1127
1128 2005-05-31 Raphael Neider <rneider AT web.de>
1129
1130         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1131           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1132           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1133
1134 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1135
1136         * device/lib/_strncpy.c: fixed the fix
1137
1138 2005-05-26 Raphael Neider <rneider AT web.de>
1139
1140         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1141           initializers with \0, bug #1208187
1142         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1143           intializers with \0, bug #1208187
1144
1145 2005-05-26 Raphael Neider <rneider AT web.de>
1146
1147         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1148           initializers with \0, bug #1208187
1149         * src/pic16/main.c (_process_pragma): added sanity checks
1150           for stack position and size, emit warnings when appropriate
1151
1152 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1153
1154         * device/lib/_strncpy.c: fixed not filling with \0
1155
1156 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1157
1158         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1159           createFunction),
1160         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1161           compound_statement),
1162         * src/SDCCsymt.h,
1163         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1164
1165 2005-05-24 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1168
1169 2005-05-24 Raphael Neider <rneider AT web.de>
1170
1171         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1172           TRISE definitions, closes bug #1162453
1173
1174 2005-05-22 Raphael Neider <rneider AT web.de>
1175
1176         * src/pic16/main.c (_process_pragma): check for missing
1177           arguments to pragmas code and udata
1178         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1179           consistency fixes to match other headers (thanks to Jim Paris)
1180         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1181
1182 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1183
1184         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1185
1186 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1187
1188         * support/regression/tests/bug1198642.c: new test
1189         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1190         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1191         * support/scripts/resource.h,
1192         * support/scripts/resource.rc,
1193         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1194         * support/scripts/sdcc.ico: added 32x32 icon
1195
1196 2005-05-18 Raphael Neider <rneider AT web.de>
1197
1198         * device/lib/pic16/libdev/pic18f*.c,
1199         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1200           keywords to "__sfr" and "__at (X)"
1201         * device/include/pic16/pic18fregs.h: added pic18f4520
1202         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1203           #1203088 (MPLAB compatibility)
1204
1205 2005-05-17 Raphael Neider <rneider AT web.de>
1206
1207         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1208         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1209         * device/lib/pic16/pics.all: added new devices
1210         * src/pic16/device.c: added support for pic18f4520
1211
1212 2005-05-16 Raphael Neider <rneider AT web.de>
1213         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1214         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1215         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1216           convenience function for bit access
1217
1218 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1219
1220         * device/lib/printf_large.c: fixed bug 1193299
1221         * support/regression/tests/bug1057979.c: added test %3.3s
1222
1223 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1224
1225         * device/include/mcs51/8051.h,
1226         * device/include/mcs51/8052.h: made parseable with lint
1227         * device/include/mcs51/lint.h: added include file for (sp)lint
1228         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1229         * doc/cdbfileformat.lyx,
1230         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1231
1232 2005-05-14 Raphael Neider <rneider AT web.de>
1233
1234         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1235         * device/lib/pic16/libc/stdlib/itoa.c (new)
1236         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1237         * device/lib/pic16/libio/Makefile: exclude subdir according to
1238           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1239         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1240         * src/pic16/gen.c (genFunction): prevent annoying warning
1241         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1242           nameclashes on BeOS
1243         * support/cpp2/cppmain.c (cpp_output_string): new
1244         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1245           fixes bug 1116802
1246
1247 2005-05-13 Borut Razem <borut.razem AT siol.net>
1248
1249         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1250
1251 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1252
1253         * .version: changed to version 2.5.1; back to bleeding edge development
1254
1255 2005-05-11 Borut Razem <borut.razem AT siol.net>
1256
1257         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1258           generate PDF version 1.3 documents
1259
1260 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1261
1262         * .version: changed to version 2.5.0
1263
1264 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1265
1266         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1267
1268 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1269
1270         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1271         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1272         well as many smaller updates.
1273         * .version: changed to version 2.5.0-pre1
1274
1275 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1276
1277         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1278
1279 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1280
1281         * support/regression/tests/bug1185672.c: added
1282         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1283           bug 1185672
1284         * src/mcs51/gen.c (genCall): added comments, made it look safer
1285         * src/mcs51/gen.c (genEndFunction): simplified
1286
1287 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1288
1289         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1290
1291 2005-04-14 Borut Razem <borut.razem AT siol.net>
1292
1293         * fixed bug 1045046 - SIGSEGV with really simple code?:
1294           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1295           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1296
1297 2005-04-14 Borut Razem <borut.razem AT siol.net>
1298
1299         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1300           src/pic16/device.h: temporarily disabled experimental #inline pragma
1301           for 2.5.0 release
1302
1303 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1304
1305         * device/include/z80/stdio.h,
1306         * device/include/z80/string.h: removed these highly incomplete files so
1307           SDCC can use the default ones in device/include/
1308
1309 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1310
1311         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1312         gcc warning.
1313         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1314         fix sdcpp warnings.
1315
1316 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1317
1318         * device/include/malloc.h: removed redundant __reentrant prototypes
1319         * device/lib/_mullong.c: added working xstack variant in asm (C version
1320           doesn't pass regression tests)
1321         * device/lib/bpx.c: used __data and made bpx char for mcs51
1322         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1323           (createFunction): fixed bug with xstackPtr
1324         * src/SDCCcse.c: corrected comments
1325         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1326           (killDeadCode, eBBlockFromiCode): removed unused code
1327         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1328           corrected comments
1329         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1330           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1331           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1332           (genModOneByte): fixed warning in MSVC
1333         * src/mcs51/main.c (): added comments
1334         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1335
1336 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1337
1338         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1339
1340 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1343
1344 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1345
1346         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1347         characters arrays of larger size than the declared one.
1348
1349 2005-04-10 Borut Razem <borut.razem AT siol.net>
1350
1351         * src/pic/gen.c (genInline),
1352           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1353           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1354           (findNextInstruction), (findPrevInstruction),
1355           (findInstructionUsingLabel),
1356           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1357         * src/pic/pcode.c (findLabel): added missing '\n'
1358         * src/src.dsp: added SDCCdwarf2.c to the project
1359
1360 2005-04-09 Borut Razem <borut.razem AT siol.net>
1361
1362         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1363
1364 2005-04-08 Raphael Neider <rneider AT web.de>
1365
1366         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1367           into the chain after a given one) and mergeDefmapSymbols (combine
1368           defmap entries for each symbol per pcode)
1369         * (createDefmap): have defmap entries merged in the end
1370         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1371           a symbol before replacing one access type's symbol, merge symbols in
1372           the end (replacement symbol might already have an entry)
1373         * (assignValnums): keep reference to written WREG intact
1374
1375 2005-04-08 Raphael Neider <rneider AT web.de>
1376
1377         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1378           Alpha)
1379
1380 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1381
1382         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1383         bytes
1384
1385 2005-04-07 Raphael Neider <rneider AT web.de>
1386
1387         * device/include/pic16/usart.h: added compatibility defines for
1388           devices with more than one USART
1389         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1390
1391 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1392
1393         * device/lib/Makefile.in: updated for port specific include
1394
1395 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1396
1397         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1398
1399 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1400
1401         * device/include/8051.h,
1402         * device/include/8052.h,
1403         * device/include/at89S8252.h,
1404         * device/include/at89c55.h,
1405         * device/include/at89x051.h,
1406         * device/include/at89x51.h,
1407         * device/include/at89x52.h,
1408         * device/include/mcs51reg.h,
1409         * device/include/reg51.h,
1410         * device/include/reg764.h,
1411         * device/include/regc515c.h,
1412         * device/include/sab80515.h: (re)moved these 12 files
1413         * device/include/mcs51/8051.h,
1414         * device/include/mcs51/8052.h,
1415         * device/include/mcs51/at89S8252.h,
1416         * device/include/mcs51/at89c55.h,
1417         * device/include/mcs51/at89x051.h,
1418         * device/include/mcs51/at89x51.h,
1419         * device/include/mcs51/at89x52.h,
1420         * device/include/mcs51/mcs51reg.h,
1421         * device/include/mcs51/reg51.h,
1422         * device/include/mcs51/reg764.h,
1423         * device/include/mcs51/regc515c.h,
1424         * device/include/mcs51/sab80515.h: and added them here
1425
1426 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1427
1428         * device/include/stdarg.h: changed SDCC specific keywords to double
1429           underlined form.
1430         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1431           mcs51 and ds390.
1432         * device/include/hc08/mc68hc908gp32.h,
1433         * device/include/hc08/mc68hc908jb8.h,
1434         * device/include/hc08/mc68hc908jkjl.h,
1435         * device/include/hc08/mc68hc908qy.h: fixed comments
1436         * device/include/mcs51/README: updated
1437         * device/include/mcs51/c8051f120.h: added PINRSF
1438         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1439         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1440           amidst code. Also inline is not supported.
1441
1442 2005-04-06 Raphael Neider <rneider AT web.de>
1443
1444         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1445         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1446           callers stack/frame pointers
1447
1448 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1449
1450         * device/include/pic16/usart.h: added, missing in previous commit,
1451         * device/include/pic16/adc.h: fixed typo,
1452         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1453         commit,
1454         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1455         <p18fxxx.inc>
1456         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1457         uninitialized because a bug appears with gplink
1458         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1459         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1460         complains for unrecognised option
1461
1462 2005-04-05 Raphael Neider <rneider AT web.de>
1463
1464         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1465           structs as well (using memcpy)
1466         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1467           on ISRs (GOTO has no label)
1468         * src/pic16/device.h: added OF_OPTIMIZE_DF
1469         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1470           new data flow analysis/optimization
1471         * src/pic16/pcode.c: added (prototypes for and implementation of)
1472           dataflow analysis functions, fixed pCodeInstructions' inCond and
1473           outCond values, made RCALL a branch instruction
1474         * (pic16_unlinkpCode): keep C line if possible
1475         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1476           C line moved if possible
1477         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1478         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1479           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1480         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1481           new flow)
1482         * (pic16_getJumptabpCode): NEW, needed in...
1483         * (LinkFlow): fixed handling of jumptables, calls and conditional
1484           branches
1485         * (pic16_InsertCommentAfter): NEW
1486         * (pic16_pCodeReplace): made verbose and flow preserving
1487         * (AnalyzeFlow): added call to data flow analysis
1488         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1489         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1490         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1491
1492 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1493
1494         * src/SDCCast.c (decorateType): fixed bug #1105626
1495
1496 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1497
1498         * device/include/asm/pic16/features.h,
1499         * pic18f*.h headers,
1500         * device/include/pic16/adc.h,
1501         * device/include/pic16/delay.h,
1502         * device/include/pic16/i2c.h,
1503         * device/include/pic16/malloc.h,
1504         * device/include/pic16/stdio.h,
1505         * device/include/pic16/stdlib.h,
1506         * device/include/pic16/string.h,
1507         * device/lib/pic16/libc/stdio/printf_tiny.c,
1508         * device/lib/pic16/libc/stdio/printf_small.c,
1509         * device/lib/pic16/libc/stdio/strmgpsim.c,
1510         * device/lib/pic16/libc/stdio/strmmssp.c,
1511         * device/lib/pic16/libc/stdio/strmusart.c,
1512         * device/lib/pic16/libc/stdio/vfprintf.c,
1513         * device/lib/pic16/libc/stdlib/ltoa.c,
1514         * device/lib/pic16/libc/stdlib/putchar.c,
1515         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1516         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1517         * device/lib/pic16/libc/stdlib/memchrram.c,
1518         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1519         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1520         * device/lib/pic16/libio/adc/adcbusy.c,
1521         * device/lib/pic16/libio/adc/adcread.c,
1522         * device/lib/pic16/libio/adc/adcsetch.c,
1523         * device/lib/pic16/libio/usart/ubaud.c,
1524         * device/lib/pic16/libio/usart/ubusy.c,
1525         * device/lib/pic16/libio/usart/udrdy.c,
1526         * device/lib/pic16/libio/usart/uopen.c,
1527         * device/lib/pic16/libio/usart/uputc.c,
1528         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1529         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1530         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1531         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1532         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1533         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1534         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1535         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1536         specific keywords to double underlined form,
1537         * device/lib/pic16/libc/Makefile.rules,
1538         * device/lib/pic16/libsdcc/Makefile.rules,
1539         * device/lib/pic16/libm/Makefile,
1540         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1541         to compile with C standard set in Makefile.common
1542         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1543         rand.c and crc.c in compilation process,
1544         * device/lib/pic16/libsdcc/int/divuint.c,
1545         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1546         `c' from signed to unsigned,
1547         * device/lib/pic16/startup/crt0.c,
1548         * device/lib/pic16/startup/crt0i.c,
1549         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1550         keywords to double underlined form, bug fixes in _do_cinit function
1551         which prevented the correct initialization of the .idata segment,
1552         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1553         core to enter a infinite loop
1554         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1555
1556 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1557
1558         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1559
1560 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1561
1562         * device/include/Makefile.in: add support for hc08 subdirectory
1563         * device/include/hc08/: new subdirectory
1564         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1565         Lucas Loizaga, thanks!
1566         * device/include/hc08/mc68hc908qy.h,
1567         * device/include/hc08/mc68hc908gp32.h,
1568         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1569         their own directory. Changed internal macro names to use the compiler
1570         reserved namespace. Changed SDCC specific keywords to double
1571         underlined form.
1572         * device/include/math.h,
1573         * device/include/malloc.h,
1574         * device/include/stdarg.h,
1575         * device/include/stdbool.h
1576         * device/include/string.h,
1577         * device/include/tinibios.h,
1578         * device/include/ds400rom.h,
1579         * device/include/8051.h,
1580         * device/include/8052.h,
1581         * device/include/80c51xa.h,
1582         * device/include/at89c55.h,
1583         * device/include/at89S8252.h,
1584         * device/include/at89x51.h,
1585         * device/include/at89x52.h,
1586         * device/include/ds80c390.h,
1587         * device/include/reg764.h,
1588         * device/include/regc515c.h,
1589         * device/include/sab80515.h,
1590         * device/include/mcs51/c8051f000.h,
1591         * device/include/mcs51/c8051f018.h,
1592         * device/include/mcs51/c8051f020.h,
1593         * device/include/mcs51/c8051f040.h,
1594         * device/include/mcs51/c8051f060.h,
1595         * device/include/mcs51/c8051f120.h,
1596         * device/include/mcs51/c8051f300.h,
1597         * device/include/mcs51/c8051f310.h,
1598         * device/include/mcs51/c8051f320.h,
1599         * device/include/mcs51/c8051f330.h,
1600         * device/include/mcs51/c8051f350.h,
1601         * device/include/z180.h: Changed SDCC specific keywords to double
1602         underlined form.
1603
1604 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1605
1606         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1607         18F4455,
1608         * (pic16_assignConfigWordValue): disable testing of configuration
1609         register value with config mask,
1610         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1611         function with port->fun_prefix,
1612         * (genFunction): when generating a naked interrupt function never
1613         create an absolute segment placed in interrupt vector address, place
1614         the actual interrupt function at IVA instead, when an interrupt
1615         function is generated with unspecified interrupt then do not create
1616         the absolute section,
1617         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1618         code for generating a call to generic pointer get/put function with
1619         a call to function pic16_callGenericPointer(),
1620         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1621         the call to the generic pointer get/put functions with prefixing the
1622         function name with port->fun_prefix,
1623         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1624         * src/pic16/main.c (_process_pragma): prefix function with
1625         port->fun_prefix,
1626         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1627         calling assembler, old 18Fxxxx macro is deprecated,
1628         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1629         PC_ASMDIR in while condition,
1630         * (findInstruction): add PC_ASMDIR in while condition,
1631         * (buildCallTree): prefix main with port->fun_prefix,
1632         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1633         identifier for variable with banked access in instructions BTFSS,
1634         BTFSC, BCF, BSF, BTG
1635         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1636         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1637         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1638         perform optimization when enviroment variable NO_REG_OPT is set,
1639         * (insideLRBlock): NEW, return 1 if register is inside an
1640         INF_LOCALREGS block,
1641         * (RemoveRegFromLRBlock): remove a register that is completely
1642         eliminated by register optimization, but it is still left in local
1643         register store/restore in/from stack block,
1644         * (Remove2pcodes): after removing register, check to see if it
1645         should be removed from local register store/restore in/from stack
1646         block,
1647         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1648         DUMMY_READ_VOLATILE,
1649
1650         * device/include/pic16/adc.h: minor prototype modifications and
1651         update,
1652         * device/include/pic16/malloc.h: added GPL notice various
1653         modifications,
1654         * device/include/pic16/stdint.h: NEW, standard header for ints
1655         * device/include/pic16/delay.h: NEW, header for delay functions,
1656         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1657         delay1mtcy,
1658         * device/include/pic16/signal.h: NEW, header providing helper macros
1659         for implementing signal handlers,
1660         * device/include/pic16/stdio.h: added prototypes for functions,
1661         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1662         prototypes for stdin and stdout, added macro PUTCHAR to
1663         automatically implement putchar function prototype,
1664         * device/include/pic16/usart.h: modified and updated USART library,
1665         * device/lib/pic16/libio/adc/,
1666         * device/lib/pic16/libio/i2c: some modifications to improve library
1667         performance,
1668         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1669         family of functions,
1670         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1671         family of functions and other sources,
1672         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1673         of the PIC18Fxx[28] devices,
1674         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1675         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1676         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1677         _do_cinit function, because the previous failed when local variables
1678         where not placed in the same memory bank,
1679         * device/lib/pic16/libsdcc/char/: various modifications to improve
1680         library performance,
1681         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1682         information on the new functions of the c library and more...
1683
1684 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1685
1686         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1687
1688 2005-03-26 Raphael Neider <rneider AT web.de>
1689
1690         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1691           if condition == CARRY)
1692         * (genCmp): adapted to new genSkipc semantics
1693         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1694           on rIfx (genCmp was broken)
1695
1696 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1697
1698         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1699         * src/z80/main.c (_keywords[]),
1700         * src/SDCCglobal.h (struct options),
1701         * src/SDCC.y,
1702         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1703         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1704         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1705         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1706         always available in leading double underscore form. The C99 support is
1707         mostly missing, but it's a start.
1708         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1709         reserved identifier "__data".
1710
1711 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1712
1713         * src/mcs51/peeph.def: fixed bug 1170013
1714
1715 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1716
1717         * device/include/mcs51reg.h: fixed bug 842007
1718
1719 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1720
1721         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1722         last time.
1723
1724 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1725
1726         * src/port.h (struct PORT),
1727         * src/avr/ralloc.c (avr_assignRegisters),
1728         * src/avr/main.c,
1729         * src/ds390/ralloc.c (ds390_assignRegisters),
1730         * src/ds390/main.c,
1731         * src/hc08/ralloc.c (hc08_assignRegisters),
1732         * src/hc08/main.c,
1733         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1734         * src/mcs51/main.c,
1735         * src/pic/ralloc.c (pic14_assignRegisters),
1736         * src/pic/main.c,
1737         * src/pic16/ralloc.c (pic16_assignRegisters),
1738         * src/pic16/main.c,
1739         * src/xa51/ralloc.c (xa51_assignRegisters),
1740         * src/xa51/main.c,
1741         * src/z80/ralloc.c (z80_assignRegisters),
1742         * src/z80/ralloc.h,
1743         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1744         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1745         * src/SDCCcse.h,
1746         * src/SDCCdflow.c (computeDataFlow),
1747         * src/SDCCdflow.h,
1748         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1749         * src/SDCCloop.h,
1750         * src/SDCCcflow.c (*),
1751         * src/SDCCcflow.h,
1752         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1753         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1754         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1755         immedDom() returning wrong block; probably fixes bug #1160833)
1756
1757 2005-03-20 Borut Razem <borut.razem AT siol.net>
1758
1759         * support/scripts/inc2h.pl: WIN32 port
1760
1761 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1762
1763         * device/lib/makefile.in: added abs.c and labs.c
1764
1765 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1766
1767         * device/include/stdint.h: added
1768         * device/lib/abs.c: added
1769         * device/lib/labs.c: added
1770         * device/include/stdlib.h: added abs() and labs() prototypes
1771         * device/lib/libsdcc.lib: added abs and labs
1772         * device/include/float.h,
1773         * device/lib/_fsmul.c,
1774         * device/lib/printf_fast.c,
1775         * device/lib/printf_tiny.c: updated comments
1776
1777 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1778
1779         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1780         bug #1164313
1781
1782 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1783
1784         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1785         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1786
1787 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1788
1789         * device/lib/printf_large.c: removed inline assembly for portability and
1790           readability. Use printf_fast if speed or size are more important.
1791         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1792         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1793
1794 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1795
1796         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1797         prevent compiler warning
1798
1799 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1800
1801         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1802         moved to level 0 and declared as static. Also they are explicit
1803         placed in access bank. This was necessery because some times they
1804         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1805         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1806         optimizations. Currently only compare to unsigned char is implemented,
1807         * src/pic16/gen.c: added fReturnIdx array,
1808         * (struct resolvedIfx) is moved to gen.h and made public,
1809         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1810         * (aopForSym): added an optimization to directly store in stack of
1811         the operand of a SEND iCode,
1812         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1813         but as registers instead (AOP_REG) using the fReturnIdx array,
1814         * (pic16_freeAsmop): remove the freed register from the
1815         _G.sregsAlloc field,
1816         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1817         a compare of 'WREG',
1818         * (pic16_popGetTempRegCond): changed function prototype, now
1819         function takes also a bitVector argument v which holds the current
1820         set of registers that are allocated for stack access by aopForSym,
1821         registers allocated in aopForSym for accessing stack symbols are not
1822         any more part of the functions usedRegs field,
1823         * (genCall): some times aopOp is called for a stack variable to be
1824         send, aopForSym might perform the push, if this is true make sure
1825         that genCall doesn't push the variable twice by testing _G.resDirect,
1826         * (genFunction): changed testing for unspecified interrupt number
1827         from 256 to INTNO_UNSPEC,
1828         * modified selection scheme of frame pointer generation. Previously
1829         if function did use local registers a frame pointer was generated,
1830         now a frame pointer is generated only if function has arguments
1831         (that need PLUSW2 register access), or has stack arguments, or the
1832         compiler is not instructed to omit the frame pointer,
1833         * (genEndFunction): before restoring local registers that were saved
1834         in the function preamble, also restore the registers that *might*
1835         have been allocated for stack access,
1836         * (genRet): removed some old comments,
1837         * (genCmp, the active (RN's) version): added a call to the
1838         pic16_genCmp_special function to perform the compare with a more
1839         robust and optimized way,
1840         * (genInline): a feature has been added in inline code generation,
1841         which allows a wildcard variable substitution when writing inline
1842         assembly. Code is incomplete and experimental therefore undocumented,
1843         * (genCast): changed order of aopOp for result and right to allow
1844         aopForSym to directly load the result if possible,
1845         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1846         perform an optimized compare on some selected special occasions,
1847         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1848         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1849         generate an IVT any more,
1850         * src/pic16/main.c (pic16_optionsTable): added command line option
1851         --optimize-cmp,
1852         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1853         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1854         macros,
1855         * src/pic16/NOTES: Raphael Neider added in list of active developers
1856         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1857         jumptable_end to prevent bug #,
1858         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1859         inCond and outCond fields,
1860         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1861         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1862         turn off register spilling,
1863         * (packRegsForOneUse): synced with other ports' versions although it
1864         is not used currently,
1865         * (pic16_packRegisters): added an optimization while reading
1866         structure bitfields, some registers may be saved (malloc code is
1867         decreased by 80 bytes)
1868
1869 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1870
1871         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1872         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1873         this can be optimized more?
1874
1875 2005-03-10 Raphael Neider <rneider AT web.de>
1876
1877         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1878           genNearPointerGet): (hopefully) fixed access to bitfields via
1879           pointers (p->bitN = x; and x = p->bitN; failed)
1880
1881 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1882
1883         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1884
1885 2005-03-09 Raphael Neider <rneider AT web.de>
1886
1887         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1888
1889 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1890
1891         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1892         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1893           (regTypeNum): set REG_BIT type if necessary
1894         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1895         * support/regression/tests/critical.c: check bug 1144613
1896
1897 2005-03-02 Raphael Neider <rneider AT web.de>
1898
1899         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1900
1901 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1902
1903         * src/avr/ralloc.c (serialRegAssign),
1904         * src/ds390/ralloc.c (serialRegAssign),
1905         * src/hc08/ralloc.c (serialRegAssign),
1906         * src/mcs51/ralloc.c (serialRegAssign),
1907         * src/pic/ralloc.c (serialRegAssign),
1908         * src/pic16/ralloc.c (serialRegAssign),
1909         * src/xa51/ralloc.c (serialRegAssign),
1910         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1911
1912 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1913
1914         * src/SDCCast.c (decorateType): fixed bug 1124787
1915
1916 2005-02-20 Hubert Sack <sack AT digiplan.de>
1917         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1918
1919         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1920         patch #1121755
1921
1922 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1923
1924         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1925         to keep the correct label reference count when adding/removing references
1926         to labels. A peephole file using this is appended to patch #1144962.
1927
1928 2005-02-14 Raphael Neider <rneider AT web.de>
1929
1930         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1931         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1932         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1933           retrievals of result operand's value on assignment
1934
1935 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1936
1937         * device/include/pic16/string.h: modified prototype for memccpy()
1938         to memccpy(void *, void *, char, size_t)
1939         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1940         check whether to omit frame pointer or not,
1941         * (genInline): convert all occurences of "\n" to LF in inline
1942         assembler blocks, this helps formatting the inline text,
1943         * (pic16_loadFSR0): modified prototype,
1944         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1945         removed some 8051 legacy code,
1946         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1947         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1948         before allocating temporary registers in functions,
1949
1950 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1951
1952         * support/regression/tests/bitvars.c: corrected the "fix"
1953
1954 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1955
1956         * support/regression/tests/bitvars.c,
1957         * support/regression/tests/bitwise.c,
1958         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1959
1960 2005-02-10 Raphael Neider <rneider AT web.de>
1961
1962         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1963           different size for Alpha
1964         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1965
1966 2005-02-09 Raphael Neider <rneider AT web.de>
1967
1968         * src/SDCC.lex(doPragma) : save and restore warning options as well
1969           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1970         * have #pragma less_pedantic set the errorlevel to WARNING
1971           (fixes #1117001)
1972         * (cloneOptimize) : fixed wrong malloc's size
1973         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1974           facilitate correct handling of #pragma (save|restore)
1975
1976 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1977
1978         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1979
1980 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1981
1982         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1983
1984 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1985
1986         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1987
1988 2005-02-02 Raphael Neider <rneider AT web.de>
1989
1990         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1991         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1992         * (pic16_storeForReturn): fixed to allow returning function pointers
1993         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1994         * device/include/pic16/{stddef.h,stdbool.h}: added
1995
1996 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1997
1998         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1999
2000 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2001
2002         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2003         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2004          appeared to be required
2005
2006 2005-01-31 Borut Razem <borut.razem AT siol.net>
2007
2008         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2009           include/mcs51 and include/z80 directories to the package
2010
2011 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2012
2013         * src/hc08/gen.c (genFunction): fixed bug #1112752
2014
2015 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2016
2017         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2018
2019 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2020
2021         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2022
2023 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2024
2025         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2026
2027 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2028
2029         * device/include/c8051fxxx.h: removed these 6 files
2030         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2031
2032 2005-01-26 Raphael Neider <rneider AT web.de>
2033
2034         * src/pic16/gen.c (genAssign): fixed assignment from longs
2035           in codespace (were cut to three bytes)
2036         * (genDummyRead): implemented (except for CODESPACE...),
2037           fixed bug #1108575
2038         * src/pic16/glue.c (emitStatistics): beautified
2039         * device/lib/pic16/libm/Makefile: added include path
2040
2041 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2042
2043         * src/z80/gen.c (aopPut): fixed bug #1103902
2044
2045 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2046
2047         * device/lib/expf.c: fixed bug #1095792
2048
2049 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2050
2051         * device/lib/pic16/libm: added Math library sources
2052
2053 2005-01-24 Raphael Neider <rneider AT web.de>
2054
2055         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2056           to enable upcast to pCodeOpReg2 (there is no type tag to
2057           differenciate the two and pic16_popGet2p cast into PCOR2)
2058         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2059           (sizeof(sectNames) changed to sizeof(sectName))
2060           Both patches fix segfaults under MinGW.
2061
2062 2005-01-23 Raphael Neider <rneider AT web.de>
2063
2064         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2065           Safe_[mc]?alloc()'ed variables
2066         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2067           of (byte sized) temporaries (assign them to WREG for now)
2068         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2069           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2070           this might fix SIGSEGVs on MinGW...
2071         * src/SDCCopt.c (killDeadCode): restored original behaviour
2072           (volatile operands might get thrown away though)
2073
2074 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2075
2076         * src/pic16/gen.c: fixed bug #1106975,
2077         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2078         pointer update, INTCON is saved, global interrupts are disabled and
2079         restored after updateing TOS.
2080         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2081         * added function attribute 'shadowregs' to take advantage of shadow
2082         registers,
2083         * added function attribute 'wparam' as an alternative to the wparam
2084         pragma,
2085         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2086         user declares a non-ISR function as 'shadowregs',
2087         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2088
2089 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2090
2091         * .version: bumped version number to 2.4.8
2092         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2093         pic16 port,
2094         * device/lib/pic16/libio/i2c/: I2C module support library,
2095         * device/include/pic16/i2c.h: I2C support library header,
2096         * device/lib/pic16/libc/stdio/: standard IO support sources,
2097         * (printf_small.c): printf_small() source, supports float print,
2098         * (printf_tiny.c): printf_tiny() source, does not support floats,
2099         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2100         enable global optimizations for entire library source, other
2101         Makefiles in the source tree are also modified to reflect this,
2102         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2103         function,
2104         * doc/sdccman.lyx: updated to reflect new changes,
2105         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2106         sym->onStack if-case,
2107         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2108         sbit, idata, _idata, xdata, _xdata,
2109         * added pragma library, to link an external library, (see doc),
2110         * removed command line options, --pomit-config-words, --pomit-ivt,
2111         --pleave-reset-vector,
2112         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2113         when calling assembler to reflect memory model used, also define
2114         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2115         reflect stack model used,
2116         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2117         on stack return NULL,
2118
2119 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2120
2121         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2122           of the operands is volatile. Fixes #1020220
2123
2124 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2125
2126         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2127         * (OptimizeRegUsage): make sure that there is really no other flow where
2128           the first pCode is used
2129
2130 2005-01-22 Raphael Neider <rneider AT web.de>
2131
2132         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2133           to fix #1106967 (pCode->seq are not set up correctly)
2134
2135 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2136
2137         * src/SDCCglue.c (glue): make sure code area is declared before the
2138         static initialization area.
2139
2140 2005-01-21 Raphael Neider <rneider AT web.de>
2141
2142         * device/lib/Makefile.in: fixed test for pic16 install dir
2143         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2144           optimizations
2145         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2146           added --optimize-goto compiler switch and pragma wparam documentation
2147         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2148         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2149           and PRODH closing bug #1071770 (peephole optimizer)
2150
2151 2005-01-19 Raphael Neider <rneider AT web.de>
2152
2153         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2154           cmdLine buffers (used when calling sdcpp...) are large enough
2155           (MAX_PATH=256 truncates arguments leading to system halts when
2156           used in MinGW...)
2157         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2158         * (genUminus): rewritten to for efficiency
2159         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2160           used uninitialized in some cases)
2161         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2162           copy the third byte from the int -- now assumes 0x80 (data memory)
2163         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2164           operands (genAddLit expects the iCode's operands to swapped as
2165           well), fixed leftover bytes (crashed for short left operands)
2166         * (pic16_genMinusDec): performance improvements, removed false
2167           PIC14 emitSKPNCs
2168         * (pic16_genMinus): fixed to cope with differently sized operands
2169         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2170           for --obanksel > 1
2171         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2172         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2173           new banksel optimization
2174         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2175           analysis for temporary registers (segfaults...)
2176         * src/pic16/peeph.def: added rule
2177
2178 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2179
2180         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2181         which converts a float number to its ASCII representation
2182         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2183         functions to convert the fractional and integer part of a float to ASCII,
2184         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2185         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2186         ram
2187         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2188         _STATMEM macros,
2189         * device/include/pic16/adc.h: added GPL info,
2190         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2191         a pCodeOp as tested operand,
2192         * (genNearPointerGet): optimized bit testing, does not use
2193         intermediate register for bit value, test directly instead with
2194         BTFSS, BTFSC, works only for single bits,
2195         * (genpic16Code): dump the name of the iCode in the asm,
2196         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2197         renamed to pic16_decodeOp,
2198         * (serialRegAssign): do not allocate a temporary register for iCode
2199         sequences that test a single bit for 1/0
2200
2201 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2202
2203         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2204         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2205         access stack and frame pointers. They are initially assigned to
2206         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2207         accessing SFRs. Updated all occurences of modification of stack or
2208         frame pointer in gen.c and pcode.c,
2209         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2210         assigning of a literal value to pointers,
2211         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2212         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2213         selected
2214
2215 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2216
2217         * doc/sdccman.lyx: update documentation about stack pragma, added
2218         some info for stack memory models
2219
2220 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2221
2222         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2223
2224 2005-01-08 Raphael Neider <rneider AT web.de>
2225
2226         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2227           udata sections to fix bug #1097823
2228
2229 2005-01-05 Raphael Neider <rneider AT web.de>
2230
2231         * src/pic16/gen.c (genGenericShift): added handling of differently
2232           sized left operand and result
2233
2234 2005-01-04 Raphael Neider <rneider AT web.de>
2235
2236         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2237         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2238           to hold the condition bit)
2239         * added new version of genCmp (old code available via #define)
2240         * added new version of genShiftLeft/genShiftRight in a generic
2241           way, now supports shifting by negative values
2242         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2243           shiftCount (expected by genGenericShift)
2244         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2245         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2246           dump
2247         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2248           is an invalid literal too...)
2249
2250 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2251
2252         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2253         from Raphael Neider,
2254         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2255         for 8-bit literals. This fixes some literal operands which are sign
2256         extended to 16-bits ints when instruction needs only 8-bits.
2257
2258 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2259
2260         * device/lib/logf.c: added mcs51 assembly version
2261         * device/lib/expf.c: added mcs51 assembly version
2262         * device/lib/_logexpf.c: new shared asm code for expf and logf
2263         * device/include/math.h: add defines for assembly math library
2264         * device/lib/Makefile.in: build new _logexpf.c
2265         * device/lib/libfloat.lib: use new _logexpf.c
2266
2267 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2268
2269         * src/pic/device.c
2270         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2271           device types which have less than 0x7f registers.
2272
2273 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2274
2275         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2276
2277 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2278
2279         * device/lib/printf_fast.c: only build on supported arch.
2280         * device/lib/printf_tiny.c: only build on supported arch.
2281         * device/lib/printf_fast_f.c: only build if asm float lib
2282         * device/lib/_fsget1arg.c: only build if asm float lib
2283         * device/lib/_fsget2args.c: only build if asm float lib
2284         * device/lib/_fsnormalize.c: only build if asm float lib
2285         * device/lib/_fsreturnval.c: only build if asm float lib
2286         * device/lib/_fsrshift.c: only build if asm float lib
2287         * device/lib/_fsswapargs.c: only build if asm float lib
2288         * device/include/stdio.h: don't provide print_fast,
2289           print_fast_f, print_tiny prototypes if --xstack used
2290
2291 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2292
2293         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2294         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2295           to the SOURCES
2296
2297 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2298
2299         * device/lib/printf_fast_f.c: same as printf_fast, but
2300           with floating point enabled
2301         * device/lib/printf_fast.c: minor tweaks
2302         * device/include/stdio.h: add printf_fast_f
2303
2304 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2305
2306         * src/SDCCmain.c: make --float-reent default for mcs51
2307         * device/lib/_fsadd.c: added mcs51 assembly version
2308         * device/lib/_fssub.c: added mcs51 assembly version
2309         * device/lib/_fsmul.c: added mcs51 assembly version
2310         * device/lib/_fsdiv.c: added mcs51 assembly version
2311         * device/lib/_fseq.c: added mcs51 assembly version
2312         * device/lib/_fsneq.c: added mcs51 assembly version
2313         * device/lib/_fsgt.c: added mcs51 assembly version
2314         * device/lib/_fslt.c: added mcs51 assembly version
2315         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2316         * device/lib/Makefile.in: add _fscmp to build
2317         * device/lib/libfloat.lib: add _fscmp to build
2318
2319 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2320
2321         * device/lib/_fs2slong.c: added mcs51 assembly version
2322         * device/lib/_fs2sint.c: added mcs51 assembly version
2323         * device/lib/_fs2schar.c: added mcs51 assembly version
2324         * device/lib/_fs2ulong.c: added mcs51 assembly version
2325         * device/lib/_fs2uint.c: added mcs51 assembly version
2326         * device/lib/_fs2uchar.c: added mcs51 assembly version
2327         * device/lib/_slong2fs.c: added mcs51 assembly version
2328         * device/lib/_sint2fs.c: added mcs51 assembly version
2329         * device/lib/_schar2fs.c: added mcs51 assembly version
2330         * device/lib/_ulong2fs.c: added mcs51 assembly version
2331         * device/lib/_uint2fs.c: added mcs51 assembly version
2332         * device/lib/_uchar2fs.c: added mcs51 assembly version
2333         * device/include/float.h: added #define to select asm vs c
2334
2335 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2336
2337         * device/lib/printf_fast.c: improvements to float output
2338         * device/include/float.h: add defines for assembly float library
2339         * device/lib/_fsget1arg.c: receive 1 float arg
2340         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2341         * device/lib/_fsnormalize.c: normalize a float
2342         * device/lib/_fsreturnval.c: return float, various helper routines
2343         * device/lib/_fsrshift.c: right shift a float's mantissa
2344         * device/lib/_fsswapargs.c: swap 2 floats
2345         * device/lib/Makefile.in: build these 6 new files for mcs51
2346         * device/lib/libfloat.lib: add these 6 files to the library
2347
2348 2004-12-26 Borut Razem <borut.razem AT siol.net>
2349
2350         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2351           built by gcc 3.4.2
2352
2353 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2354
2355         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2356           and fully reentrant and register bank neutral.
2357         * device/lib/printf_fast.c: added float (not enabled by default),
2358           added compact/slower integer (also not enabled by default),
2359           improved size/speed of fast integer code, other minor changes
2360         * device/include/stdio.h, device/lib/Makefile.in,
2361           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2362
2363 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2364
2365         * src/pic16/pcode.c: declaring variables other than at the start of a
2366           block is not supported in C by VC6.
2367
2368 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2369
2370         * applied a previous patch from Raphael Neider that wasn't included
2371         in the previous commits, which fixes infinite loops within jumptable
2372         improvements,
2373         * made some fixes that previous patches introduced
2374
2375 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2376
2377         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2378         that fixes an issue with AOP_PCODE asmop's offset,
2379         * (pic16_popCopyReg): update instance field too,
2380         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2381         function of pic port,
2382         * (genCmp, genAnd, genAssign),
2383         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2384
2385 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2386
2387         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2388         variables initial values to idata section,
2389         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2390         variables in some functions. This utilizes parmBytes field of iCode
2391         structure to hold the offset of the variable in stack. (might be
2392         able to use the stack field too?)
2393         * applied patch from Raphael Neider # ### , # ###
2394         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2395         variable initial values in idata section,
2396         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2397         for static variables with initial value
2398         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2399         applied fix in while loop from Raphael Neider.
2400
2401 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2402
2403         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2404         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2405         * src/ds390/ralloc.c (serialRegAssign): spill bits
2406         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2407         * support/Util/SDCCerr.c,
2408         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2409         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2410         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2411
2412 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2413
2414         * device/include/sdcc-lib.h: inserted LGPL, added includes
2415           asm/ds390/features.h and asm/mcs51/features.h
2416         * device/include/asm/default/features.h,
2417         * device/include/asm/gbz80/features.h,
2418         * device/include/asm/z80/features.h: added empty _AUTOMEM
2419           and _STATMEM
2420         * device/include/asm/ds390/features.h,
2421         * device/include/asm/mcs51/features.h: added files with defines for
2422           _AUTOMEM and _STATMEM indicating automatic and static storage class
2423         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2424         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2425         * src/SDCCicode.c (geniCodeCast),
2426         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2427         * src/SDCCloop.c (loopInduction): removed unused variable lr
2428         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2429           to convertToFcall to include char modulo (RFE 1065037), added check
2430           if left operand is unsigned and use abs of literal value
2431         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2432           as it doesn't work after conversion from peephole.def to peephole.rul
2433         * src/mcs51/gen.c (toBoolean): added check for size,
2434           (genModOneByte): optimized code for signed char modulo a literal
2435           power of 2 (thanks to Hubert Sack),
2436           (genRRC): removed unnecessary "clr c",
2437           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2438         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2439           jump optimization,
2440           swapped rules 256.c and 256.d,
2441           extended 256.d by using new multiple checks (thanks Erik),
2442           added rules 256.e and 256.f,
2443           updated rule 261.a and 261.b to new generated code
2444         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2445
2446 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2447
2448         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2449           induction related bugs, including first part of bug #1074377
2450
2451 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2452
2453         * applied patch from bug-report #1076292,
2454         * applied patches for genAnd and Goto-optimizations for Raphael
2455         Neider,
2456         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2457         dump a less iCode information,
2458         * src/pic16/device.h (pic16_options_t): added field debgen,
2459         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2460         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2461         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2462         puclic,
2463         * (various functions): added macros FENTRY and FENTRY2 to functions,
2464         to emit function prologue,
2465         * (various functions): fixed indentation,
2466         * (genNearPointerGet): fixed loading of FSR0,
2467         * (genPackBits): applied patch from Raphael Neider to fix updating
2468         of FSR0 and touching only the modified bits,
2469         * src/pic16/genarith.c (various functions): added macros FENTRY to
2470         emit function prologue in comments,
2471         * src/pic16/pcode.h: added functions debugf2, debugf3,
2472         * src/pic16/ralloc.c: partial fix for packForPush caused
2473         segmentation fault,
2474
2475 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2476
2477         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2478           <stsp AT users.sourceforge.net> with reversed byte order
2479         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2480
2481 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2482
2483         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2484           bug #1074377
2485         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2486         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2487
2488 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2489
2490         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2491
2492 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2493
2494         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2495           conditions,
2496           (setFromConditionArgs): friendly operand parser for peephole rules,
2497           (operandBaseName, operandsNotRelated): new peephole condition
2498           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2499           architecture specific register naming into account, handles n-way
2500           comparisons, and supports quoted literals
2501         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2502
2503 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2504
2505         * src/mcs51/peeph.def: fixed bug #1076940
2506
2507 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2508
2509         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2510
2511 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2512
2513         Adding support for replacing ljmps with sjmps in jumptables
2514         generated for switch statements. For now you need to set the
2515         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2516         Now 4 algorithms for mcs51 jumptable generation are used:
2517         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2518         addresses loaded pc-relative for up to 112 cases and stack-pushing
2519         target addresses loaded with offset from dptr for up to 256 cases.
2520
2521         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2522         * src/mcs51/main.c: adapted constants for switch table generation
2523         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2524
2525 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2526
2527         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2528         * support/regression/tests/bug1057979.c: added test for bug 1073386
2529
2530 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2531
2532         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2533         compilers
2534
2535 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2536
2537         * src/pic16/device.h,
2538         * src/pic16/genarith.c,
2539         * src/pic16/glue.c,
2540         * src/pic16/main.c,
2541         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2542
2543 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2544
2545         Large cummulative patch for pic16 port.
2546         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2547         to call when a stack overflow occurs,
2548         * (malloc.h): added CVS Id tag,
2549         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2550         variable,
2551         * added libc directory. The current version of LibC contains string
2552         functions, ctype functions and macros and some functions of the
2553         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2554         be extensively tested in the future. Standard disclaimer here.
2555         Library is not automatically build yet. But one can build it by
2556         invoking 'make' inside the libc directory.
2557         * added ADC library under libio. Preliminary version yet.
2558
2559         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2560         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2561         aopForRemat() now and not by pic16_aopOp(),
2562         * (pic16_popGetTempReg): removed warning messgae when allocating
2563         temporary registers, its a buggy feature and will be removed,
2564         * (pic16_popGet): set register instance field in AOP_CRY,
2565         * (pic16_outBitC): fixed for results in size greater than 1,
2566         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2567         * (pic16_storeForReturn): optimized return of 0,
2568         * (genCmp): experimental code for new genCmp which uses PIC18's
2569         special compare&skip instructions. Initial tests fail some times
2570         with variables grater than 1 byte in size, so new code is disabled,
2571         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2572         a single bit,
2573         * (genCast): began a fix to optimize the casting of a bit to another
2574         bit, now assigning a bitfield to another bitfield will fail, sorry,
2575         * src/pic16/main.c: disabled the use of lr-support feature,
2576         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2577         * added some function prototypes, added function _debugf prototype,
2578         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2579         bits with offset (case PO_GPR_BIT),
2580         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2581         command line,
2582         * (isBankInstruction): modified to return 0 for no banking instruction,
2583         and 1 for banking instruction,
2584         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2585         caused stop processing pCodes after a inline assembly block,
2586         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2587         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2588         registers when it shouldn't,
2589         * src/pic16/ralloc.c (allocReg): add preliminary support for
2590         supporting a limited set of temporary registers,
2591
2592 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2593
2594         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2595           genDataPointerSet): ensure assignments always copy in MSB to LSB
2596           order,
2597           (loadRegFromAop): recognize CLRH optimization,
2598           (genFunction): optimize RECEIVE iCodes in reentrant functions
2599
2600 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2601
2602         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2603           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2604           selected.
2605         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2606         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2607           contiguous with data
2608
2609 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2610
2611         * device/lib/_gptrget.c (_gptrget),
2612         * device/lib/_gptrgetc.c (_gptrgetc),
2613         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2614           instead of sjmp to ret
2615         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2616           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2617
2618 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2619
2620         * .version: bumped version to 2.4.7
2621         * device/lib/_gptrget.c (_gptrget): is now _naked
2622         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2623         * device/lib/_gptrput.c (_gptrput): is now _naked
2624         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2625           (createFunction): fixed xstack
2626         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2627         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2628           or bit either,
2629           (geniCodeCritical): store original interrupt state in an iTemp bit
2630           var unless stack-auto
2631         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2632         * src/SDCCmain.c (setIncludePath): added include/target to search path
2633         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2634         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2635           prototype,
2636           (processFuncArgs): put bit vars in bit area
2637         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2638           unsaveRBank): fixed xstack,
2639           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2640           (genFunction, genEndFunction): fixed xstack,
2641           (genAssign): optimization don't walk backwards through mem
2642         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2643         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2644         * support/regression/Makefile: also make library (for stack-auto) when
2645           making "all" and added "test-mcs51-xstack-auto"
2646         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2647         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2648         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2649         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2650         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2651           make-library by MAKE_LIBRARY
2652         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2653           regression tests for xstack
2654         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2655         * support/regression/tests/critical.c: test for critical on mcs51
2656
2657 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2658
2659         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2660           built version of sdcc instead of installed version
2661
2662 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2663
2664         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2665         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2666           vprintf.c now
2667         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2668         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2669           WARNING: remove device/lib/build/z80/printf.o by hand when
2670           updating from previous build!
2671         * device/lib/z80/printf.c: updated comment
2672         * support/regression/tests/bug1057979.c: test all ports now
2673         * support/regression/tests/bug1065458.c: file added
2674
2675 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2676
2677         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2678           *_start and *_end symbols for static functions
2679
2680 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2681
2682         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2683           and search crt0.o in all library paths,
2684           (setIncludePath): proper handling of --nostdinc,
2685           (setLibPath): proper handling of --nostdlib
2686         * support/regression/Makefile,
2687         * support/regression/ports/ds390/spec.mk,
2688         * support/regression/ports/gbz80/spec.mk,
2689         * support/regression/ports/hc08/spec.mk,
2690         * support/regression/ports/mcs51/spec.mk,
2691         * support/regression/ports/mcs51-large/spec.mk,
2692         * support/regression/ports/mcs51-stack-auto/spec.mk,
2693         * support/regression/ports/z80/spec.mk: use include and lib files from
2694           built version of sdcc instead of installed version
2695         * doc/sdccman.lyx: fixed typo in --nostdinc
2696
2697 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2698
2699         * src/pic/pcode.c,
2700         * src/pic/device.c,
2701         * src/pic/ralloc.c,
2702         * src/pic/gen.c : added support to generate code for struct bit fields.
2703
2704 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2705
2706         * as/xa51/xa_version.h,
2707         * device/include/errno.h,
2708         * device/include/regc515c.h,
2709         * device/lib/_itoa.c,
2710         * device/lib/_ltoa.c,
2711         * device/lib/ser_ir_cts_rts.c,
2712         * sim/ucsim/xa.src/glob.cc,
2713         * sim/ucsim/xa.src/inst_gen.cc,
2714         * sim/ucsim/xa.src/xa_bit.cc,
2715         * sim/ucsim/xa.src/xa_sfr.cc,
2716         * sim/ucsim/z80.src/inst_dd.cc,
2717         * sim/ucsim/z80.src/inst_fdcb.cc,
2718         * support/scripts/keil2sdcc.pl,
2719         * src/pic16/pic16.dsp,
2720         * src/pic16/pic16a.dsp: corrected cvs line endings
2721         * device/lib/printf_large.c: fixed bug 1057979
2722         * src/pic16/gen.c: fixed non-C standard code
2723         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2724         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2725         * support/regression/ports/mcs51/support.c: reload T1 asap
2726         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2727           pdata use and clear idata startup behaviour
2728         * support/regression/tests/bug1057979.c: added
2729
2730 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2731
2732         * device/examples/ds390/ow390/ad26.h,
2733         * device/examples/ds390/ow390/cnt1d.h,
2734         * device/examples/ds390/ow390/crcutil.c,
2735         * device/examples/ds390/ow390/ownet.h,
2736         * device/examples/ds390/ow390/owsesu.c,
2737         * device/examples/ds390/ow390/swt12.h,
2738         * device/examples/ds390/ow390/swtoper.c,
2739         * device/examples/ds390/ow390/temp10.h,
2740         * device/examples/ds390/ow390/thermodl.c,
2741         * device/examples/ds390/tinitalk/tinitalk.dsp,
2742         * device/examples/ds390/tinitalk/tinitalk.dsw,
2743         * device/examples/mcs51/clock/hw.h,
2744         * device/examples/mcs51/simple2/go.bat,
2745         * device/examples/serialcomm/windows/serial.h,
2746         * device/examples/xa51/dummy.c,
2747         * device/examples/xa51/hello.c,
2748         * device/include/80c51xa.h,
2749         * device/include/at89x051.h: corrected cvs line endings
2750
2751 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2752
2753         * src/pic16/main.c (options): added command line --gstack, to trace
2754         stack over/under flows,
2755         * added pragma 'wparam' to allow passing first byte of function
2756         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2757         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2758         call to __gstack_test function and sets up the symbol as extern,
2759         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2760         * popaop): added call to pic16_testStackOverflow,
2761         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2762         wparamList list,
2763         * (genCall, genPcall): now all parameters are passed via stack
2764         except in functions that are pass to wparam pragma in which WREG is
2765         used too,
2766         * (genPcall): REENTRANT flag is checked to see if variable prototype
2767         contains reentrant keyword, don't call a non-reentrant function, via
2768         a reentrant function pointer or vice versa, functions are never
2769         passed via WREG,
2770         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2771         D.Winkler,
2772         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2773         SIGSEGV when accessing a NULL register stucture,
2774         * (pic16_printGPointerType): modified to handle UPPER modifier for
2775         function initializers, changed prototype of function to simpler one,
2776         * (pic16_printIvalFuncPtr): check to see if function is already
2777         added in externs list,
2778         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2779         optimized a move from W to SFR with a move to the same register
2780         later after a CALL,
2781         * device/lib/pic16/debug: NEW directory, contains debug features
2782         which are enabled when linking with libdebug.lib, currently command
2783         line option --gstack enables stack pointer tracing for over/under
2784         flow, corresponding sources are in debug/gstack
2785
2786 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2787
2788         * doc/sdccman.lyx: updated SDCC version,
2789         * (PIC16 port): update list of command line options,
2790         * src/pic16/device.h (structure pic16_options_t): added field gstack
2791         to enable stack overflow tracing on push/pops,
2792         * src/pic16/device.c (statistics structure): added statistics
2793         structure,
2794         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2795         pic16_dump_int_registers): increase statistics counters for each
2796         * variable which is encountered
2797         * (pic16_dump_usection): emit each .udata variable to its own udata
2798         section,
2799         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2800         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2801         parameters via stack, otherwise use old scheme,
2802         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2803         assembler output file,
2804         * src/pic16/main.c: added command line options --gstack to enable
2805         push/pop tracing for stack overflow,
2806         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2807         instructions): added size of each instruction,
2808         * (pic16_countInstruction): estimate size of instructions in
2809         the_pFile list, inline assembly blocks are not counted,
2810         * (pic16_FixRegisterBanking): trace previous register usage, when
2811         banksel optimizations is greater than 0, don't emit a redudant
2812         banksel directive,
2813
2814 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2815
2816         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2817         * src/pic16/ralloc.c : applied same fix for pic16.
2818         * src/pic/gen.c : tidied it up a little.
2819
2820 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2821
2822         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2823         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2824
2825 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2826
2827         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2828
2829 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2830
2831         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2832         non-reentrant function __modsint in the interrupt function (thus
2833         corrupting math operations during serial I/O)
2834         * device/lib/ser_ir.c: as above, changed buffersize
2835         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2836         256.c,d for zeroing
2837         * doc/Makefile: added option -t for rsync
2838
2839 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2840
2841         * src/SDCCast.h (struct ast),
2842         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2843
2844 2004-10-20 Borut Razem <borut.razem AT siol.net>
2845
2846         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2847         package
2848
2849 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2850
2851         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2852         makefile targets,
2853         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2854         support functions to replace long sequences of MOVFF's from access
2855         bank registers to stack and vice versa,
2856         * src/pic16/device.h: added new field opt_flags, where optimization
2857         flags can be set to enable certain features,
2858         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2859         * pBlock, (genFunction, genEndFunction): surroung loop for
2860         saving/loading used registers in stack with PC_INFO pCodes,
2861         INF_LREGS. Code in between can then be optimized by pCode optimizer
2862         to support function calls,
2863         * (genDataPointerSet): fixed bug which loaded float fields in
2864         structures with corrupt data,
2865         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2866         in a standard way debug info on stderr. Feature used for developing
2867         and debugging only,
2868         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2869         obsolete chunks of code,
2870         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2871         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2872         * pic16/src/pcode.c (pic16_newpCodeInfo,
2873         * (pic16_newpCodeOpLocalRegs),
2874         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2875         feature,
2876         * (pic16_pCodeConstString): printing of the initial value of a
2877         symbol as a comment is inhibited since parsing was already done by
2878         copyStr and output is corrupt,
2879         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2880
2881 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2882
2883         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2884
2885 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2886
2887         * as/mcs51/lkarea.c: removed old K&R style,
2888           (lnksect): changed check on boundary error,
2889           (lnksect2): changed check on boundary error,
2890           (lnksect2): extend XSTK to end of page if size = 1
2891         * as/mcs51/lkmain.c: removed old K&R style,
2892           (Areas51): create l_IRAM symbol
2893         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2894         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2895           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2896         * device/lib/_mullong.c: added version to be compiled with xstack
2897         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2898         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2899         * device/lib/mcs51/crtxstack.asm: fixed comment
2900         * src/SDCCglue.c: maxInterrupts defaults to 0,
2901           (emitMaps): added pdata,
2902           (createInterruptVect): (re)moved default,
2903           (glue): added pdata,
2904           (glue): moved __start__xstack to XSTK with default size 1
2905         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2906           and options.float_rent when options.stackAuto is set,
2907           (linkEdit): only write XDATA_NAME if provided on command line
2908         * src/SDCCmem.h,
2909         * src/SDCCmem.c: added pdata
2910         * src/port.h: added pdata_name to PORT
2911         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2912           (saveRegisters, unsaveRegisters): removed usage of B,
2913           (genMinus): fixed accumulator clash,
2914           (genJumpTab): added comment, this needs another look
2915         * src/mcs51/gen.c: added check for "B in use" paranoia,
2916           added pushB() and popB()
2917         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2918           chance
2919         * src/avr/main.c,
2920         * src/ds390/main.c,
2921         * src/hc08/main.c,
2922         * src/mcs51/main.c,
2923         * src/pic/main.c,
2924         * src/pic16/main.c,
2925         * src/xa51/main.c,
2926         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2927           added PSEG (PAG,XDATA) or NULL to port specifier
2928         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2929         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2930           (_mcs51_genInitStartup): removed __start__xstack equ,
2931           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2932         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2933         * src/z80/gen.c (_rleAppend): fixed warnings
2934         * support/regression/tests/zeropad.c: added pdata test
2935         * .version: bumped to 2.4.6
2936
2937 2004-10-17 Borut Razem <borut.razem AT siol.net>
2938
2939         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2940         as a part of nightly build
2941
2942 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2943
2944         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2945         WREG holds the first byte function parameters,
2946         * (aopForSym): take special case for symbols which are in FARSPACE
2947         but in CODESPACE too,
2948         * (assignResultValue): modified to take into account _G.useWreg,
2949         * (genCall): don't use wreg for parameter passing when function is
2950         declared as reentrant, too, added optimization INCF to stack
2951         pointer when stack parameter count is 1,
2952         * (genFunction, genEndFunction): refurnished and fixed to not using
2953         wreg for passing parameters when function has varargs or is
2954         reentrant, fixed bug with symbol name compare for generating
2955         functions in absolute address,
2956         * (pic16_storeForReturn): refurnished,
2957         * (genCmp): began writing a new version of the function, not ready
2958         yet, therefore it is disabled,
2959         * (genAssign): do not read code memory when assigning a function to
2960         a pointer function,
2961         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2962         array of characters, not pointer,
2963         * (pic16initialComments): in debug mode emit an .ident directive for
2964         the assembler,
2965         * (_process_pragma): emit a new warning type (internal to pic16)
2966         when setting stack to default length, emit a similar warning when
2967         placing a function at absolute address and address is not word aligned
2968         * (_pic16_parseOptions): added 'return TRUE' statement,
2969         * (_pic16_linkEdit): if compiling a source, then add the source's
2970         file object, first in the list of objects to link,
2971
2972 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2973
2974         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2975         * src/pic/main.c : removed VC warning.
2976         * src/pic/gen.c : changed comment.
2977
2978 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2979
2980         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2981         reference to a deprecated symbol _GPTRREG was causing failure to
2982         link. Thanks G. M. Gallant for the info.
2983
2984 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2985
2986         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2987         comments for Bugs item #954788.
2988
2989 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2990
2991         * src/pic16/device.c (pic16_dump_gsection,
2992         * pic16_groupRegistersInSection): handle symbols declared to be in
2993         access bank differently,
2994         * src/pic16/gen.c (struct _G): added field resDirect,
2995         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2996         send values read from stack directly to result and don't allocate
2997         temporary values,
2998         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2999         same registers,
3000         * (pic16_sameRegsOfs): NEW,
3001         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3002         free because they were not allocated from temporary pool,
3003         * pic16_popRegFromString): workaround to fix a problem with
3004         allocating variables twice or never,
3005         * (genGenPointerGet): using PRODL instead of FSR0H,
3006         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3007         instead of FSR0H,
3008         * (genAssign): take advantage of the _G.resDirect flag,
3009         * (genCast): around line 11844, use mov2f instead of directly
3010         MOVFF'ing between operands to account for literal values,
3011         * src/pic16/genutils.c: some new debug functions for gpsim have been
3012         added,
3013         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3014         float with integer part only,
3015         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3016         place variables in access bank
3017         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3018         updated sources to reflect recent changes in gen.c
3019
3020 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3021
3022         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3023         sources that searched for headers in installation path, now the
3024         device/include/pic16 is used,
3025         * src/pic16/glue.c (pic16glue),
3026         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3027         .line directives if not in debug mode, this suppresses assembler's
3028         warnings for ignored directives
3029
3030 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3031
3032         * src/port.h: made reset_regparms prototype void parameter explicit.
3033         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3034         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3035         * doc/sdccman.lyx: documented warning disabling and how to use
3036           printf_large to make it print floats.
3037         * device/include/stdbool.h: NEW
3038         * device/lib/_atof.c,
3039         * device/lib/_divuint.c,
3040         * device/lib/_divulong.c,
3041         * device/lib/expf.c,
3042         * device/lib/printf_large.c,
3043         * device/lib/sincosf.c,
3044         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3045         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3046           a completely reentrant lib.
3047
3048 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3049
3050         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3051         * device/include/pic16/stdio.h: fixed bug with colon
3052
3053 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3054
3055         * device/include/pic16/stdio.h,
3056         * device/include/pic16/stdlib.h,
3057         * device/include/pic16/math.h: NEW
3058         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3059         declared as _naked to reduce overhead
3060         * device/lib/Makefile.in (target port-specific-objects-pic16):
3061         changed * to *.* so to ignore the CVS directory,
3062         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3063         stacked variables back in stack,
3064         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3065         corruption
3066
3067 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3068
3069         * .version: bumped version number to 2.4.5
3070         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3071         * support/Util/SDCCerr.c (messages structure): added entry for
3072         W_POSSBUG2
3073
3074         Large cumulative patch for pic16 port and libraries.
3075         * device/include/pic16/sdcc-lib.h,
3076         * device/include/pic16/stdarg.h,
3077         * device/include/asm/pic16/features.h,
3078         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3079         * device/include/pic16/float.h: changes reentrant keyword with
3080         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3081         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3082         updated target build-libraries to include objects from gptr,
3083         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3084         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3085         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3086         all function headings,
3087         * src/SDCCmain.c: added global parameter userIncDirsSet,
3088         * (parseCmdLine): when option -I is encountered add directory to
3089         userIncDirsSet too,
3090         * src/version.awk: added space between control and long,
3091         * src/pic16/NOTES: added some notes for the port,
3092         * src/pic16/gen.c: added prototype for mov2fp function,
3093         * (fReturnpic16[]): properly named return value registers,
3094         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3095         * (aopForSym): added code to handle symbols with onStack flag set,
3096         symbols onStack are allocated PTRSIZE bytes,
3097         * (aopFreeAsmop): handles special case where asmops are stack objects,
3098         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3099         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3100         added argument lock to trace flaws in allocating temporary registers
3101         when developing port,
3102         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3103         * (pic16_popRegFromString): reenabled allocating a direct register
3104         from string,
3105         * (assignResultValue): various beautifications,
3106         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3107         referenced function argument,
3108         * (genIpush): reenabled to allow stacked arguments, handles only
3109         ic->parmPush iCodes,
3110         * (genCall, genPcall): major changes to allow for variable argument
3111         functions, fixed a bug with falsely restoring stack pointer after
3112         returning from call,
3113         * (genFunction): pending code for critical function,
3114         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3115         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3116         * (genNearPointerGet): fixed bug with indirect reading, was always
3117         reading from INDF0
3118         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3119         pointers,
3120         * (genAddrOf): rewrote code to take address of a stacked function parameter
3121         * (genCast): fixed casting to generic pointer type,
3122         * src/pic16/gen.h: added AOP_STA,
3123         * (struct asmop): added field stk,
3124         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3125         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3126         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3127         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3128         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3129         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3130         generic pointers,
3131         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3132         and library paths,
3133         * (pic16_port structure): generic pointer size is set to 3,
3134         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3135         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3136         compiler warning,
3137         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3138         operand is an iTemp,
3139
3140 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3141
3142         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3143         * debugger/mcs51/simi.c: addapt new syntax of s51
3144
3145 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3146
3147         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3148         * src/pic16/pcode.c: commented out some calls to free() in order to
3149         fix bug #989576,
3150
3151 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3152
3153         * src/SDCCicode.h,
3154         * src/SDCCicode.c (isiCodeInFunctionCall),
3155         * src/avr/ralloc.c (selectSpil),
3156         * src/pic/ralloc.c (selectSpil),
3157         * src/pic16/ralloc.c (selectSpil),
3158         * src/ds390/ralloc.c (selectSpil),
3159         * src/hc08/ralloc.c (selectSpil),
3160         * src/xa51/ralloc.c (selectSpil),
3161         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3162         stack in the middle of a function call sequence (fixes bug #1020268)
3163         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3164         costs associated with the minimum switch case.
3165
3166 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3167
3168         * src/SDCC.lex: fixed bug #1030549
3169
3170 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3171
3172         * src/SDCCcse.h (struct cseDef),
3173         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3174         over a function call if the CSE is derived from a symbol whose
3175         address has been taken (fixes bug #1029883)
3176         * support/regression/tests/bug-1029883: a new regression test for
3177         this bug
3178
3179 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3180
3181         * src/hc08/gen.c (emitinline): fixed bug #1029778
3182         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3183         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3184         and starts toward RFE #905167)
3185
3186 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3187
3188         * src/pic16/gen.c (mov2f): New function to move an operand to
3189         another without considering if it is a literal or a register,
3190         * (pic16_sameRegs): don't check if they are both AOP_REG,
3191         * (AccRsh): removed andmask=0 lines,
3192         * (genLeftShift): duplicated to be improved in future versions,
3193         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3194         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3195         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3196         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3197         * (insertBankSwitch): fixed inserting banksel directives algorithm
3198         for instructions that follow a skip instruction, this fixes a report
3199         for broken subtraction code generation,
3200         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3201         iCode is a left op, just in case result and right share the same
3202         registers
3203
3204 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3205
3206         * src/hc08/main.c,
3207         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3208         preservation of HX
3209         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3210         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3211         on 2004-09-12; it was buggy
3212
3213 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3214
3215         * src/SDCCsymt.h: removed RESULT_CHECK
3216         * src/SDCCast.c,
3217         * src/SDCCglue.c,
3218         * src/SDCCval.c,
3219         * src/pic/glue.c,
3220         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3221
3222 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3223
3224         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3225         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3226         configuration values no more rejected by compiler, they are assigned
3227         to configuration registers with a warning message instead,
3228         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3229         the for-loop so last conf register is emitted too,
3230         * (_pic16_initPaths): link library libsdcc.lib by default,
3231         * (_hasNativeMulFor): modified test for multiplication according to
3232         Raphael Neider's remarks. Integer multiplication is also done with
3233         support functions,
3234         * device/include/pic16/pic18fregs.h: corrected type error in while
3235         testing and including 18f6720 header file
3236
3237 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3238
3239         * src/pic16/device.h (pic16_options): removed field use_crt,
3240         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3241         until an optimization to handle single bits is added,
3242         * (pic16_loadFSR0): moved before genUnpackBits,
3243         * (genAnd): some white lines removed,
3244         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3245         leave_reset flags in pic16_options when using crt modules,
3246
3247 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3248
3249         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3250           for bugs 898889 & 979599. Also used some safer print instructions.
3251
3252 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3253
3254         * src/pic16/device.h (pic16_options_t): added field use_crt,
3255         crt_name, no_crt,
3256         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3257         catch a probable future bug,
3258         * src/pic16/gen.c: aopIdx function commented out,
3259         * (genAssign): commented out old code which used aopIdx,
3260         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3261         code, added if conditionals to take into account the --use-crt
3262         command line options,
3263         * src/pic16/main.c (pic16_optionsTable): added new command line
3264         options, --use-crt= and --no-crt,
3265         * (_pic16_linkEdit): now the proper crt object is added in the
3266         linker command line except than when --no-crt is specified,
3267         * src/pic16/pcode.c,
3268         * src/pic16/pcode.h: added some structures and functions for a new
3269         optimization scheme to compansate for instruction overhead between
3270         same iCodes, this scheme is currently under development and is not
3271         working in any way,
3272         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3273         to && operator,
3274         * device/lib/pic16/startup/crt0i.c,
3275         * device/lib/pic16/startup/crt0iz.c: added global char variable
3276         __uflags to force the generation of an idata section
3277
3278 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3279
3280         * doc/Makefile,
3281         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3282         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3283
3284 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3285
3286         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3287         Frieder) and clarified the default code optimization mode
3288
3289 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3290
3291         * src/SDCC.lex (doPragma, process_pragma),
3292         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3293         "opt_code_size", and "opt_code_balanced"
3294         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3295         regrouped options by category, added support for category headers
3296         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3297         and "--opt-code-size"
3298         * doc/sdccman.lyx: documented these new options and pragmas
3299         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3300         preference into account
3301
3302 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3303
3304         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3305           geniCodePreDec): Fixed bug 904237 by generating a warning
3306         * src/SDCCerr.h,
3307         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3308
3309 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3310
3311         * src/pic/device.c : When no max ram set validate full memory range.
3312         * src/pic/pcode.c,
3313         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3314
3315 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3316
3317         * device/lib/_gptrget.c,
3318         * device/lib/_gptrput.c: updated comment
3319         * device/lib/calloc.c,
3320         * device/lib/free.c,
3321         * device/lib/malloc.c,
3322         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3323         * src/SDCCcse.c (cseBBlock),
3324         * src/SDCCicode.c (printOperand, geniCodeArray),
3325         * src/SDCCicode.h (struct operand): fixed bug 868103
3326         * support/regression/tests/bug-868103.c: added
3327         * src/SDCCast.c (searchLitOp),
3328         * src/SDCCcse.h (struct cseDef),
3329         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3330         * src/SDCCicode.h (struct operand),
3331         * src/SDCCsymt.h (struct sym_link),
3332         * src/avr/gen.c (hasInc),
3333         * src/ds390/gen.c (hasInc),
3334         * src/hc08/gen.c (genPlusIncr, hasInc),
3335         * src/mcs51/gen.c (hasInc),
3336         * src/pic16/glue.c (pic16_printIvalChar),
3337         * src/pic16/ralloc.c (regWithIdx),
3338         * src/xa51/gen.c (hasInc) : removed warnings
3339         * src/SDCCast.c (createBlock): added comment ???
3340         * src/hc08/ralloc.c: updated comments
3341
3342 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3343
3344         * doc/sdccman.lyx: updated section on switch statements, added
3345         section about semaphore locking
3346         * doc/Makefile: added option -info for latex2html
3347         * device/lib/_gptrget.c,
3348         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3349
3350 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3351
3352         * src/pic/device.h,
3353         * src/pic/device.c,
3354         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3355          maxram is less than 0x100.
3356
3357 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3358
3359         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3360
3361 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3362
3363         * src/port.h,
3364         * src/mcs51/main.c,
3365         * src/ds390/main.c,
3366         * src/z80/main.c,
3367         * src/hc08/main.c,
3368         * src/pic/main.c,
3369         * src/pic16/main.c,
3370         * src/avr/main.c,
3371         * src/xa51/main.c
3372         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3373         a jump table is the best form for a switch statement, including
3374         automatic insertion of missing cases to make the case range
3375         continuous. Developed in collaboration with Frieder Ferlemann.
3376
3377 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3378
3379         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3380         accumulator result if it needs sign extension
3381
3382 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3383
3384         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3385
3386 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3387
3388         * device/lib/gbz80/printf.c,
3389         * device/lib/z80/printf.c: removed define for NULL
3390
3391 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * as/xa51/xa_link.c,
3394         * device/examples/ds390/ow390/ad26.c,
3395         * device/examples/ds390/ow390/cnt1d.c,
3396         * device/examples/ds390/ow390/counter.c,
3397         * device/examples/ds390/ow390/ds2480.h,
3398         * device/examples/ds390/ow390/ds2480ut.c,
3399         * device/examples/ds390/ow390/findtype.c,
3400         * device/examples/ds390/ow390/gethumd.c,
3401         * device/examples/ds390/ow390/owllu.c,
3402         * device/examples/ds390/ow390/ownetu.c,
3403         * device/examples/ds390/ow390/swt12.c,
3404         * device/examples/ds390/ow390/swtloop.c,
3405         * device/examples/ds390/ow390/temp.c,
3406         * device/examples/ds390/ow390/temp10.c,
3407         * device/examples/ds390/ow390/thermo21.c,
3408         * device/examples/ds390/ow390/tinilnk.c,
3409         * device/examples/ds390/ow390/tstfind.c,
3410         * device/examples/serialcomm/windows/serial.cpp,
3411         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3412         * device/include/reg51.h: fixed line endings for cvs
3413
3414 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3415
3416         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3417         packRegsForAccUse, packRegisters): new accumulator register
3418         packing algorithm
3419         * support/regression/ports/hc08/support.c (_putchar): suppress
3420         warning of unused variable
3421         * src/SDCCicode.c: added SWAP entry to codeTable
3422
3423 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3424
3425         * device/lib/sprintf.c: forgot to add this file before previous commit
3426
3427 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3428
3429         * src/pic16/gen.c (genPackBits): added operand right in function
3430         parameters, load result directly if p_type is POINTER (that is
3431         called by genNearPointerSet)
3432         * (genUnPackBits): added operand left in function parameters,
3433         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3434         FSR0 if accessing bitfields,
3435
3436 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3437
3438         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3439           _print_format; updated printf, sprintf, vsprintf
3440         * device/include/asm/default/features.h: corrected comment/define
3441         * device/lib/Makefile.in: added sprintf.c
3442         * device/lib/libsdcc.lib: added sprintf module
3443         * device/lib/printf_large.c,
3444         * device/lib/vprintf.c,
3445         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3446           into these 3 files
3447         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3448         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3449         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3450           hc08 test
3451         * support/regression/tests/zeropad.c: define idata as data for hc08
3452
3453 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3454
3455         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3456         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3457         labels are referenced at least once (even if a reference is not found)
3458         * src/hc08/gen.c (emitcode): set isComment flag for comments
3459         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3460         loads), rules 6a..6b (optimize jumps to return)
3461
3462 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3463
3464         * device/lib/acosf.c (acosf),
3465         * device/lib/asinf.c (asinf),
3466         * device/lib/atanf.c (atanf),
3467         * device/lib/ceilf.c (ceilf),
3468         * device/lib/cosf.c (cosf),
3469         * device/lib/coshf.c (coshf),
3470         * device/lib/cotf.c (cotf),
3471         * device/lib/fabsf.c (fabsf),
3472         * device/lib/floorf.c (floorf),
3473         * device/lib/log10f.c (log10f),
3474         * device/lib/logf.c (logf),
3475         * device/lib/sinf.c (sinf),
3476         * device/lib/sinhf.c (sinhf),
3477         * device/lib/sqrtf.c (sqrtf),
3478         * device/lib/tanf.c (tanf),
3479         * device/lib/tanhf.c (tanhf),
3480         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3481         replaced all instances of "reentrant" in the library functions
3482         defined in math.h with this macro.
3483         * support/regression/tests/float_trans.c: reenabled test for hc08
3484
3485 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3486
3487         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3488         erroneously deleted
3489
3490 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3491
3492         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3493         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3494         multi-byte volatile operands are used
3495         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3496         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3497         initialization to area GSINIT0 so that it would always precede
3498         any static initializers in GSINIT
3499         * support/regression/tests/zeropad.c: fixed idata define for hc08
3500         * support/regression/tests/bug-927659.c,
3501         * support/regression/tests/float_trans.c: disabled tests for hc08
3502         pending missing library routines
3503         * .version: increased version number to 2.4.4 - hc08 port now passes
3504         regression tests
3505
3506
3507 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3508
3509         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3510         * Makefile.common.in,
3511         * as/Makefile,
3512         * as/hc08/Makefile.in,
3513         * as/mcs51/Makefile.in,
3514         * as/z80/Makefile.in,
3515         * debugger/mcs51/Makefile.in,
3516         * device/include/Makefile.in,
3517         * device/lib/Makefile.in,
3518         * doc/Makefile,
3519         * link/Makefile,
3520         * link/z80/Makefile.in,
3521         * packihx/Makefile.in,
3522         * sim/ucsim/main_in.mk,
3523         * sim/ucsim/avr.src/Makefile.in,
3524         * sim/ucsim/doc/Makefile.in,
3525         * sim/ucsim/gui.src/serio.src/Makefile.in,
3526         * sim/ucsim/hc08.src/Makefile.in,
3527         * sim/ucsim/s51.src/Makefile.in,
3528         * sim/ucsim/xa.src/Makefile.in,
3529         * sim/ucsim/z80.src/Makefile.in,
3530         * src/Makefile.in,
3531         * support/cpp2/Makefile.in,
3532         * support/librarian/Makefile,
3533         * support/makebin/Makefile: added DESTDIR to the install path proposed
3534         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3535         * doc/sdccman.lyx: added DESTDIR documentation
3536
3537 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3538
3539         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3540         instruction for interrupt handlers, use fast returns when returning
3541         from high priority interrupts
3542
3543 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3544
3545         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3546         code generation
3547         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3548         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3549         bugs, ported much of Bernhard's code from mcs51
3550         * src/mcs51/gen.c (genSend),
3551         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3552         than one when calling a reentrant function
3553         * device/lib/_mullong.c: defined an alternate struct layout for big
3554         endian ports (hc08)
3555
3556 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3557
3558         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3559         test
3560
3561 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3562
3563         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3564         are sane and complete before asking the port its prefered parameter
3565         passing method (fixes bug #1017633)
3566         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3567         and _ret3
3568
3569 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3570
3571         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3572         problem in bitfields >= 8 bits.
3573
3574 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3575
3576         * src/SDCCsymt.c: undid changes that were not meant to be committed
3577
3578 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3579
3580         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3581
3582 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3583
3584         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3585           copied and wrong bit got inverted
3586
3587 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3588
3589         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3590         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3591         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3592         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3593         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3594         assignments to bitfields at known addresses
3595         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3596         reads from bitfields at known addresses
3597         * src/hc08/ralloc.c (packRegisters),
3598         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3599         genhc08Code): optimize pointer get values used as conditionals
3600         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3601         and branch
3602
3603 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3604
3605         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3606         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3607         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3608         as conditionals
3609
3610 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3611
3612         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3613
3614 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3615
3616         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3617         related problems
3618
3619 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3620
3621         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3622
3623 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3624
3625         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3626         mcs51 port
3627
3628 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3629
3630         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3631
3632 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3633
3634         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3635         cases use more compact code.
3636
3637 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3638
3639         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3640
3641 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3642
3643         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3644
3645 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3646
3647         * src/SDCCsymt.h,
3648         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3649         parameter of changePointer() from symbol* to sym_link*
3650         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3651         * src/SDCCsymt.c (compareType): void* type is castable to other
3652         pointers, but not necesarily an exact match.
3653         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3654         is no longer blindly treated as an exact match.
3655         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3656
3657 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3658
3659         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3660
3661 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3662
3663         * src/pic/gen.c,
3664         * src/pic/pcode.c,
3665         * src/pic/ralloc.h,
3666         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3667
3668 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3669
3670         * src/pic/device.c,
3671         * src/pic/device.h,
3672         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3673
3674 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3675
3676         * src/mcs51/gen.c (emitcode): fixed bug #992819
3677
3678 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3679
3680         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3681           there's no need to make it worse
3682
3683 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3684
3685         * src/mcs51/ralloc.c (deassignLR),
3686         * src/ds390/ralloc.c (deassignLR),
3687         * src/hc08/ralloc.c (deassignLR),
3688         * src/z80/ralloc.c (deassignLR),
3689         * src/pic/ralloc.c (deassignLR),
3690         * src/pic16/ralloc.c (deassignLR),
3691         * src/avr/ralloc.c (deassignLR),
3692         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3693         rlivePoint): fixed another part of bug #971834
3694
3695 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3696
3697         * src/z80/main.c: enabled "critical" keyword
3698         * src/z80/mappings.i,
3699         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3700         functions (fixes bug #979646)
3701         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3702
3703 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3704
3705         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3706           such as c:\mydir.
3707
3708 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3709
3710         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3711           doesn't disable too much optimizations
3712
3713 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3714
3715         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3716
3717 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3718
3719         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3720
3721 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3722
3723         * src/pic/gen.c tidied up tabs
3724         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3725         * src/pic/main.c tidied up tabs
3726         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3727         * src/pic/pcoderegs.c tidied up tabs
3728         * src/pic/ralloc.c tidied up tabs
3729
3730 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3731
3732         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3733         to S_FIXED for pic16 port and when symbol is not in level 0,
3734         allocate for S_REGISTER storage class and pic16 port, too,
3735         * src/pic16/device.h: prototype for checkSym,
3736         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3737         * (pic16_assignConfigWordValue): test the value and the mask to
3738         validate that the value is suitable for the configuration word,
3739         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3740         collect extern declared symbols, don't emit symbol twice, check
3741         first if symbol is in publics set first,
3742         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3743         * added command line '--fstack' which enables an experimental
3744         feature for stack access, too buggy to be used yet...
3745         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3746         * (pic16_allocDirReg): when register has storage class S_REGISTER
3747         allocate in pic16_dynAccessRegs,
3748         * device/include/pic16/pic18f????.h: modified configuration word
3749         naming convention, words started as CONFIG0H but should be CONFIG1H
3750
3751 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3752
3753         * device/include/mcs51reg.h: fixed bug 970993
3754
3755 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3756
3757         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3758         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3759         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3760         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3761         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3762         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3763           error/warning numbers,
3764           added function setWarningDisabled()
3765         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3766         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3767           _memcmp.c _memmove.c calloc.c realloc.c free.c
3768         * support/regression/tests/malloc.c: added tests for new functionality
3769         * support/regression/tests/zeropad.c: added tests for truncated initializers
3770           and initialized char arrays starting with '\x0'
3771         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3772
3773 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3774
3775         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3776
3777 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3778
3779         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3780         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3781         peephole 177.e. Thanks to anonymous
3782
3783 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3784
3785         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3786         function isn't used in the source but referenced as a
3787         variable initializer then declare it as extern in .asm file
3788
3789 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3790
3791         * .version: increased version number to 2.4.3
3792
3793         Adding version extension according to ChangeLog CVS revision
3794         * src/Makefile.in (target all): added dependency 'version.h'
3795         * (rule version.h): added rule to create version.h from ChangeLog,
3796         * (rule dep): added dependency version.h,
3797         * src/version.awk: AWK script to create version.h
3798         * src/SDCCdwarf2.c (dwWriteModule),
3799         * src/SDCCglue.c (initialComments),
3800         * src/SDCCmain.c (printVersionInfo): modified to write after
3801         version string the version extension number,
3802         * src/SDCCutil.c: included "version.h"
3803         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3804         number,
3805         * src/SDCCutil.h: added prototype for getBuildNumber
3806
3807         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3808         includeDirsSet, too,
3809         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3810         const char [] is found in function prototype...
3811
3812         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3813         moving to WREG with source is already in WREG,
3814         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3815         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3816         * (aopForSym): stack'ed symbols are partially supported, added
3817         if-clause to support symbols in FARSPACE,
3818         * (sameRegs): added test for AOP_ACC to see if registers are same,
3819         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3820         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3821         * (pic16_popRegFromString): will not allocate a new register if it
3822         doesn't find one by name, bug may have introduced...
3823         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3824         * (genIpush): revived to use pic16 port's stack,
3825         * (genAddrOf): added incomplete case for stack'ed operand,
3826         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3827         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3828         can handle multibyte operands,
3829         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3830         * (pic16initialComments): added message for MPLAB compatibility
3831         mode enabled,
3832         * src/pic16/main.h: prototype for pic16_mplab_comp,
3833         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3834         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3835         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3836         because of increased complexity of procedure,
3837         * (_process_pragma): stack pragma changed to format 'stack pos len',
3838         emit symbol '_stack_end' to conform with gplink,
3839         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3840         to search for register,
3841         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3842         PO_GPR_REGISTER,
3843         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3844         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3845         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3846         case for PO_GPR_REGISTER,
3847         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3848         dies, the new era is ahead !...
3849         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3850         pic16_dynInternalRegs,
3851         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3852         * (pic16_allocDirReg): minor optimizations and bug fixes,
3853         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3854
3855         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3856         load stack and frame pointer with address of 'stack_end' symbol
3857
3858 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3859
3860         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3861         without source code but only variable initializers
3862
3863 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3864
3865         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3866         external are not declared as extern to reduce overhead while linking
3867
3868 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3869
3870         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3871
3872 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3873
3874         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3875           Yee Keat for the patch
3876         * src/SDCCast.c (decorateType): fixed bug #979599
3877         * src/ds390/gen.h: removed local fReturnSizeDS390
3878         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3879         * src/ds390/gen.c (genAnd, genOr, genXor),
3880         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3881
3882 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3883
3884         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3885         add relFilesSet to $3, manipulate $2 to handle linking of object
3886         files without source files in command line,
3887         * device/include/pic16 (all headers): added ID location macros,
3888         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3889         entries for ID location bytes,
3890         * (pic16_assignIdByteValue): NEW,
3891         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3892         added field dumpcalltree to pic16_options_t,
3893         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3894         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3895         emitting rFalseIfx label after check_carry label,
3896         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3897         pic16_emitDIRegs), NEW
3898         * (pic16glue): dump .calltree file when option --calltree found,
3899         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3900         * (_pic16_genAssemblerPreamble): emit ID locations after
3901         configuration registers,
3902         * (pic16_linkCmd): modifications of the link command,
3903         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3904         * (pic16_pCodeInitRegisters): don't init stack registers,
3905         * (pic16_findPrevInstruction): fixed bug,
3906         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3907         bug with immediate registers,
3908         * (buildCallTree): traces stack push and pop,
3909         * (pct2): dump also stack usage for each function,
3910         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3911         * (pic16_allocDirReg): various modifications,
3912         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3913         fixed to 1,
3914
3915 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3916
3917         * src/pic16/pcode.c: removed buggy double colon
3918
3919 2004-07-01 Borut Razem <borut.razem AT siol.net>
3920
3921         * support/scripts/sdcc.nsi: added include/pic16 to setup
3922
3923 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3924
3925         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3926         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3927         target 'clean',
3928         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3929         specific command line arguments. Also added sample lkr script
3930         for placing a variable at a specific memory bank.
3931         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3932         at a specific memory bank,
3933         * (pic16_dump_isection): fixed bug which caused string literals to
3934         be omitted when dumping idata section,
3935         * (pic16_groupRegistersInSection): added code to handle registers
3936         in specific memory banks,
3937         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3938         public, all references are renamed too,
3939         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3940         AOP_DPTR2,
3941         * (pic16_storeForReturn): added case to handle when dest is WREG,
3942         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3943         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3944         pic16_rel_udata, check to see if that register is marked as being
3945         a member of a specific memory bank,
3946         * (pic16_printIvalCharPtr): added code to add string literals either
3947         to code or the idata sections,
3948         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3949         also accept the 'udata' pragma,
3950         * src/pic16/main.h: new structure types sectName and sectSym
3951         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3952         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3953         * (pic16_findPrevInstruction): fixed, it returned nothing,
3954         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3955         instruction combinations,
3956         * (pic16_FixRegisterBanking): heavily reorganised,
3957         * (pic16_AnalyzeBanking): if generating banksel directives is
3958         disabled, then don't call FixRegisterBanking at all,
3959         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3960         completely removed,
3961         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3962
3963 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3964
3965         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3966         Phuah Yee Keat <yk.phuah AT nestac.com>
3967
3968 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3969
3970         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3971         correctly the IVT even if it is relocated to some other location
3972
3973 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3974
3975         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3976         * device/include/pic16/pic18f2220.h: NEW,
3977         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3978         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3979         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3980         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3981         nodefaultlibs, ivt_loc is the location of the interrupt vector
3982         table, and nodefaultlibs signs that default libraries should not be
3983         linked in link stage,
3984         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3985         according to --ivt-loc argument,
3986         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3987         when pragma stack is found,
3988
3989 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3990
3991         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3992         256 (range check), 257 (do while), 258.a-f (bit banging
3993         f.e. on 3-wire SPI bus)
3994
3995 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3996
3997         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3998         variables used exclusively within a loop
3999
4000 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4001
4002         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4003
4004 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4005
4006         * src/SDCClrange.c (computeClash): fixed bug #971834
4007
4008 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4009
4010         * src/mcs51/gen.c (genCmp): fixed bug #975903
4011         * src/hc08/gen.c (operandsEqu),
4012         * src/ds390/gen.c (operandsEqu),
4013         * src/z80/gen.c (operandsEqu),
4014         * src/pic/gen.c (operandsEqu),
4015         * src/pic16/gen.c (operandsEqu),
4016         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4017         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4018
4019 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4022
4023 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4024
4025         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4026         default case in switch statement,
4027         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4028         to eliminate problem with initialisation of pointers, but problem
4029         still exists,
4030         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4031         * (emitStaticSegment): removed various lines emitting debug info,
4032         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4033         added processor registers for utilizing EEPROM,
4034         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4035         configurable and set 8
4036
4037 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4038
4039         * .version: increased version number to 2.4.2,
4040
4041         Cumulative patch for pic16 port
4042         * src/pic16/device.c: changed scheme to dump initial values for
4043         variables in idata segment, all print_idata* functions were removed,
4044         now the pic16_printIval* will be called,
4045         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4046         * _pic16_printPointerType, pic16_printPointerType,
4047         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4048         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4049         NEW, similar to the respective functions in SDCCglue.c,
4050         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4051         way, emitting hex bytes,
4052         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4053
4054 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4055
4056         * src/avr/ralloc.c (serialRegAssign),
4057         * src/xa51/ralloc.c (serialRegAssign),
4058         * src/pic/ralloc.c (serialRegAssign),
4059         * src/pic16/ralloc.c (serialRegAssign),
4060         * src/hc08/ralloc.c (serialRegAssign),
4061         * src/z80/ralloc.c (serialRegAssign),
4062         * src/ds390/ralloc.c (serialRegAssign),
4063         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4064
4065 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4066
4067         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4068         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4069
4070 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4071
4072         Cumulative patch for pic16 port:
4073         * src/pic16/device.h (typedef PIC16_device) modified fields for
4074         defining microcontrollers,
4075         * src/pic16/device.c: added new info for all devices in Pics16 array,
4076         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4077         to be optimised out by the pCode optimiser,
4078         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4079         specially, bug reported by G.M. Gallant,
4080         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4081         as force'd so that cannot be optimised out by pCode optimiser,
4082         * src/pic16/pcode.c,
4083         * src/pic16/pcodepeeph.c,
4084         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4085         they are disabled by default, but can be enabled explicit with
4086         command argument --denable-peeps, for testing,
4087         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4088         --pomit-ivt in COMPILE_FLAGS
4089
4090 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4091
4092         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4093           compilation on MSVC
4094
4095 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4096
4097         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4098
4099 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4100
4101         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4102         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4103
4104 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4105
4106         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4107         would only assign 0x300001 register.
4108
4109 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4110
4111         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4112         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4113
4114 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4115
4116         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4117         for ds80c400
4118         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4119         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4120         added peephole 254 (left shift), 255 (jump table)
4121
4122 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4123
4124         * device/lib/Makefile.in: removed comment line with model-pic16,
4125         * (target port-specific-objects-pic16): the libraries and objects
4126         are copied to the build directory form the device/lib/pic16/bin
4127         directory
4128
4129         Cumulative patch concerning pic16 port:
4130         * library directory has been re-organized,
4131         * added support for PIC18F1220,
4132         * added headers and library sources for chips 18f1220,18f6520,
4133         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4134
4135         * configuration registers setting has changed, now each supported
4136         device has a complete description of the registers it uses,
4137         * all initialisations are moved to idata sections, these section
4138         can be absolute or relocatable,
4139         * fixed initialisation of codespace variables,
4140         * fixed warning about PCLATU and gpsim,
4141         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4142         * (genAssign): use table reads when assigning from variables in codespace,
4143         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4144         char/int variables placed in codespace,
4145         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4146         registers set in .asm file, no need for --pomit-config-words anymore,
4147         * (pic16glue): some 8051 legacy segments are commented out
4148         (to be removed completely),
4149         * added support for alternative assembler and linker with --asm=
4150         and --link= command line arguments,
4151         * peepholes are disabled automatically in the port, no need to
4152         specify on command line,
4153         * port supports natively char/int/long multiplication, but converts
4154         all divisions to support functions,
4155         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4156         to the file set in variable $2,
4157         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4158         strings in ASCII format and not in hex,
4159         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4160         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4161         allocate proper register if iCodes aren't temporary,
4162
4163 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4164
4165         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4166
4167 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4168
4169         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4170         is commented out
4171
4172 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4173
4174         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4175         computed address is reused
4176         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4177         multi-byte bitfields
4178
4179 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4180
4181         * src/z80/gen.c: (genArrayInit): must check for pointers too
4182
4183 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4184
4185         * support/regression/tests/zeropad.c: never meant to commit the
4186           nestedstruct test: removed, added check for GCC version
4187
4188 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4189
4190         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4191         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4192         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4193           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4194           bugs 928906 and 954082 half-empty initializers
4195         * src/SDCCsymt.h,
4196         * src/SDCCsymt.c (getAllocSize): added for above fix
4197         * src/z80/gen.c (genArrayInit): fixed bug 741044
4198         * support/regression/tests/zeropad.c: added tests
4199
4200 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4201
4202         * src/pic16/device.c (pic16_dump_section): corrected bug which
4203         caused some symbols of the libraries to be misplaced
4204
4205 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4206
4207         * src/pic16/glue.c,
4208         * src/pic16/ralloc.h,
4209         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4210         to fix conflict with pic port
4211
4212 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4213
4214         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4215         externs configuration variables,
4216         * src/pic16/ralloc.h,
4217         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4218         prototype in header, commented out some debug messages
4219
4220 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4221
4222         * src/pic16/glue.c,
4223         * src/pic16/main.c,
4224         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4225         for gpasm COFF object generation. Thanks to D. Hawkins for
4226         his patch info
4227
4228 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4229
4230         * src/ds390/main.c,
4231         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4232         Brock for spotting this)
4233         * src/ds390/gen.c (genEndFunction),
4234         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4235         interrupt handler and critical. Disable push/pop optimizations when
4236         peephole optimizations disabled.
4237
4238 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4239
4240         Updated pic16 library sources and headers.
4241         * device/lib/pic16/pic18f*/ ,
4242         * device/include/pic16/*.h: modified to handle structured SFR
4243         definitions
4244
4245 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4246
4247         * src/port.h (PORT structure): added hook initPaths, now each
4248         port can declare its own default search paths,
4249         which can been seen with the --print-search-dirs option,
4250         see pic16 port for example,
4251         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4252         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4253         * (doPrintSearchDirs): NEW, replaces in a central manner the
4254         printing of search dirs which was split in set*Paths functions,
4255         * (main): added call to port->initPaths and doPrintSearchDirs,
4256         * src/avr/main.c,
4257         * src/ds390/main.c,
4258         * src/hc08/main.c,
4259         * src/izt/i186.c,
4260         * src/izt/tlcs900h.c,
4261         * src/mcs51/main.c,
4262         * src/pic/main.c,
4263         * src/pic16/main.c: modified port structures to reflect addition of
4264         initPaths hook,
4265
4266         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4267         * (pic16_dump_section): for registers in same address reserve memory once,
4268         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4269         to no_banksel,
4270         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4271         result is greater in size than right or left,
4272         * (pic16_genUMult8X8_8): there are some cases where the result can
4273         be 16 bits size, so handle these,
4274         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4275         * (pic16_outBitC): modified to emit pcodes,
4276         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4277         or not,
4278         * (genDivOneByte): implemented algorithm to divide 8-bits,
4279         * (genCmp): uncommented goto, but issues still exist,
4280         * (genAnd): fixed a bug with variables >8bits,
4281         * (genPackBits): optimization added that uses BCF/BSF to change a
4282         single bit,
4283         * (genAssign): fixed bug when assigning floating point literals,
4284         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4285         __sdcc_gsinit_startup label,
4286         * src/pic16/main.c (_pic16_init): removed search directory
4287         initialisations,
4288         * (_pic16_initPaths): NEW, used to initialise search directories,
4289         * (_hasNativeMulFor): support functions for all except char/int
4290         multiplication, and char division,
4291         * (PIC16_port struct): modified entry for native mul support,
4292         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4293         no_banksel option,
4294         * (buildCallTree): call to register_usage is ifdef'ed out,
4295
4296 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4297
4298         * device/include/string.h: applied Stas Sergeev's patch to make this
4299         header file compatible with the preprocessor -Wundef option
4300         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4301         failure (fixes bug #941458)
4302
4303 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4304
4305         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4306         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4307         that the variable, not the function, should be static
4308         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4309         to be consistent with non-literal case
4310
4311 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4312
4313         * src/SDCCast.c (isConformingBody): fixed bug #949967
4314         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4315         convilong): fixed bug #952086
4316
4317 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4318
4319         * src/SDCCmem.c (allocVariables): fixed bug #955321
4320
4321 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4322
4323         * src/hc08/main.c (_hc08_genAssemblerEnd),
4324         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4325         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4326         completely eliminated the use of a temporary file
4327         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4328         when more than one file linked
4329         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4330
4331 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4332
4333         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4334         which fixes bug #543481
4335         * support/regression/tests/bug-751703.c: fixed comments left from a
4336         cut and paste error
4337         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4338         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4339         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4340         scopes
4341         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4342         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4343         are now changed to underscores in moduleName
4344
4345 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4346
4347         * as/mcs51/lkmem.c: better fix for bug #954173
4348
4349 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4350         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4351
4352         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4353         * device/include/c8051f000.h,
4354         * device/include/c8051f120.h,
4355         * device/include/c8051f300.h,
4356         * device/include/c8051f310.h,
4357         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4358         PWM16) and detab'ed
4359
4360 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4361
4362         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4363         and mailing lists, doc'ed --no-peep-comments, removed reference
4364         to knoppix (newest version has no LyX/LaTeX), other minor changes
4365         * src/SDCCglue.c (glue): save 2 bytes stack space with
4366         option --main-return. The ljmp could probably be avoided too
4367
4368 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4369
4370         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4371
4372 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4373
4374         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4375         * src/SDCCopt.c (isLocalWithoutDef),
4376         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4377         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4378         (credit to Maarten Brock for patch #949363, on which this is based)
4379         * support/regression/tests/bug-751703.c: some test cases of extern used
4380         within inner scopes.
4381
4382 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4383
4384         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4385         SPEC_STRUCT
4386         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4387         struct definitions
4388         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4389         dwWriteLabel): fix to create valid debugger symbols even when
4390         the module name has non-alphanumeric symbols in it
4391         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4392         when a variable's allocation has been optimized away
4393
4394
4395 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4396
4397         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4398         * src/hc08/main.c,
4399         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4400         * src/mcs51/main.c,
4401         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4402         * src/ds390/main.c,
4403         * src/z80/gen.c (z80_emitDebuggerSymbol),
4404         * src/z80/main.c,
4405         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4406         * src/pic/main.c,
4407         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4408         * src/pic16/main.c,
4409         * src/avr/gen.c (avr_emitDebuggerSymbol),
4410         * src/avr/main.c,
4411         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4412         * src/xa51/main.c,
4413         * src/SDCCdebug.c (emitDebuggerSymbol),
4414         * src/SDCCdebug.h,
4415         * src/port.h: added a debugger struct to the port struct. Added a
4416         callback for defining debugger symbols
4417
4418         * src/SDCCast.c (createLabel),
4419         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4420         with isitmp = 1
4421         * src/SDCCicode.h,
4422         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4423         iCode back to the ast for the function
4424
4425         * src/hc08/ralloc.c (hc08_assignRegisters),
4426         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4427         unneeded fields from the regs struct.
4428         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4429         pushReg() & pullReg() functions instead of emitcode()
4430
4431         * src/hc08/gen.c (genLabel, genhc08Code),
4432         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4433
4434         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4435         debugger hooks
4436
4437         * src/hc08/gen.c (genEndFunction, genhc08Code),
4438         * src/hc08/gen.h,
4439         * src/mcs51/gen.c (genEndFunction, gen51Code),
4440         * src/mcs51/gen.h,
4441         * src/ds390/gen.c (genEndFunction, gen390Code),
4442         * src/ds390/gen.h,
4443         * src/z80/gen.c (genEndFunction, genZ80Code),
4444         * src/z80/gen.h,
4445         * src/z80/z80.h,
4446         * src/pic/gen.c (genEndFunction, genpic14Code),
4447         * src/pic/gen.h,
4448         * src/pic16/gen.c (genEndFunction, genpic16Code),
4449         * src/pic16/gen.h,
4450         * src/avr/gen.c (genEndFunction, genAVRCode),
4451         * src/avr/gen.h,
4452         * src/xa51/gen.c (genEndFunction, genXA51Code),
4453         * src/xa51/gen.h,
4454         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4455         specific code to cdbFile.c and out of the backend code generators
4456
4457         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4458         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4459         starting address is now 0
4460
4461         * as/hc08/asm.h,
4462         * as/hc08/m08pst.c,
4463         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4464         assembler directive for DWARF support
4465         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4466
4467         * src/src.dsp,
4468         * src/Makefile.in,
4469         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4470
4471 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4472
4473         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4474         and inappropriate peephole optimization in jump tables
4475
4476 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4477
4478         * as/hc08/m08pst.c,
4479         * src/SDCCglue.c: sdccopt works for the hc08 port now
4480
4481 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4482
4483         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4484
4485 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4486
4487         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4488
4489 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4492         rules
4493         * src/SDCCmain.c,
4494         * src/SDCCglobl.h,
4495         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4496         comments from the peephole optimizer replacement rules
4497         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4498         symbols
4499         * src/SDCCcse.c (updateSpillLocation),
4500         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4501         equivalents
4502         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4503         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4504         objects far pointers
4505
4506 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4507
4508         * src/SDCCsymt.h: a missing part of my last change
4509         * src/pic/ralloc.c (regTypeNum),
4510         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4511
4512 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4513
4514         * src/SDCCicode.h,
4515         * src/SDCCicode.c (aggrToPtrDclType),
4516         * src/SDCCptropt.h,
4517         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4518         ptrPseudoSymConvert),
4519         * src/pic/ralloc.c (regTypeNum),
4520         * src/pic16/ralloc.c (regTypeNum),
4521         * src/hc08/ralloc.c (regTypeNum),
4522         * src/ds390/ralloc.c (regTypeNum),
4523         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4524         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4525
4526 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * link/z80/lkmain.c (afile),
4529         * as/hc08/lkmain.c (afile),
4530         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4531         prevent a pointer problem when a filename has no directory and
4532         no extension specified.
4533
4534 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4535
4536         * link/z80/lkmain.c (afile): allow periods in directory names
4537         * link/z80/lkmain.c (afile),
4538         * as/mcs51/lkmain.c (afile),
4539         * as/hc08/lkmain.c (afile): allow linker script file to have an
4540         extension other than ".lnk"
4541         * link/z80/lklex.c (getfid),
4542         * link/z80/lkmain.c (parse),
4543         * as/mcs51/lklex.c (getfid),
4544         * as/mcs51/lkmain.c (parse),
4545         * as/hc08/lklex.c (getfid),
4546         * as/hc08/lkmain.c (parse): Support comments in the linker script
4547         file on lines by themselves and after filenames
4548
4549 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4550
4551         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4552
4553 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/z80/peeph-z80.def: removed some peephole rules that don't
4556         work with multibyte arithmetic (fixed bug #937126)
4557         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4558         to registers and not global variables
4559         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4560         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4561         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4562         checking for assignments not internally generated (fixed bug #931895)
4563         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4564         structure member (fixed bug #930072)
4565
4566 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4567
4568         * src/SDCCmain.c (linkEdit),
4569         * src/hc08/main.c (_hc08_parseOptions),
4570         * as/hc08/Makefile.in,
4571         * as/hc08/aslink.h,
4572         * as/hc08/asm.h,
4573         * as/hc08/m08pst.c,
4574         * as/hc08/lkrloc.c (relr, rele),
4575         * as/hc08/lkarea.c (lnkarea)
4576         * as/hc08/lkmain.c (afile, parse),
4577         * as/hc08/lkelf.c: support for ELF output
4578         * as/hc08/lks19.c (s19),
4579         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4580
4581 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4582
4583         * as/mcs51/lkihx.c: Fixed bug #899105.
4584
4585 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4586
4587         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4588         .dsp files from Unix to DOS.
4589
4590 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4591
4592         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4593         function pointers; we have been compliant for several months now.
4594         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4595         change that was accidently commented out
4596         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4597         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4598         bug #922319
4599
4600 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4601
4602         * src/hc08/gen.c: output of all of the internal debugging information
4603         is now controlled by the D() macro; it is disabled by default
4604
4605 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4606
4607         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4608         harder to keep the same registers during a CAST iCode
4609         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4610         long via int can be done in a single cast, if the signedness is
4611         correct.
4612         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4613         putchar() in tinibios.c in ds390's library
4614
4615 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4616
4617         * src/SDCCast.c (decorateType): fixed bug #898889,
4618         cast result of a literal complement too
4619         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4620         fixed check for bitfields
4621
4622 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4623
4624         * src/SDCCicode.c (geniCodeLogic): made it static,
4625         (geniCodeLogicAndOr): added in order to fix bug #905492,
4626         (ast2iCode): fixed bug #905492
4627         * support/regression/tests/bug-905492.c: added
4628         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4629         (processParms): fixed bug #927659: don't copy parms, this will clear
4630         decorated flag
4631         * support/regression/tests/bug-927659.c: added
4632
4633 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4634
4635         * src/SDCCast.c (addCast): don't cast float to char
4636         * device/lib/libsdcc.lib: added _memmove
4637
4638 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4639
4640         * device/lib/large/Makefile: fixed parallel execution by
4641         replacing `make` by `$(MAKE)`
4642
4643 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4644
4645         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4646         offsets (fixes bug #923936)
4647
4648 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4649
4650         * device/lib/small/Makefile: fixed parallel execution by
4651         replacing `make` by `$(MAKE)`
4652
4653 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4654
4655         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4656
4657 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4658
4659         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4660         * src/regression/Makefile: Regression test was not running.
4661
4662 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4663
4664         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4665         complement if possible
4666         * src/SDCCval.c (valComplement),
4667         * src/SDCCicode.c (operandOperation): fixed complement of literal
4668         * support/regression/tests/onebyte.c (testComplement): added
4669
4670 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4671
4672         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4673         return an optimized tree; actually replace actParm with the new tree
4674         * src/SDCCast.h: added some parantheses to remove side effects
4675         * support/regression/tests/bug-920866.c
4676
4677 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4678         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4679         Bit operands were not being handled properly in the pic14 port.
4680         (now src/regression/add.c passes again).
4681
4682 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4683
4684         * src/SDCC.y (labeled_statement): case and default no longer require
4685         a following statement (RFE #893037)
4686
4687 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4690         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4691         disabled (fixes bug #916294)
4692         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4693         "mov a,acc"; patch provided by Lenny Story
4694         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4695
4696 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4697
4698         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4699         functions
4700         * src/ds390/gen.c (genFunction, genEndFunction),
4701         * src/ds390/ralloc.c (ds390_assignRegisters),
4702         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4703         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4704         pushed if there are parameters passed on the stack. Also, a cleaner
4705         way to decide if r0/r1 should be pushed/popped. (Together they fix
4706         bug #918693)
4707
4708 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4709
4710         * doc/sdccman.lyx,
4711         * device/lib/mcs51/crtpagesfr.asm,
4712         * device/lib/mcs51/crtxinit.asm,
4713         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4714         to avoid confusion with Si Lab's SFRPAGE register.
4715
4716 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4717
4718         * src/SDCCglue.c (emitMaps): allow public sfr variables
4719         * src/SDCCglue.c (initialComments): include compiler build date
4720         with compiler version and put the timestamp of the generated
4721         assembly file on a serperate line to be less confusing.
4722         * src/port.h: added genInitStartup hook
4723         * src/avr/main.c,
4724         * src/ds390/main.c,
4725         * src/hc08/main.c,
4726         * src/pic/main.c,
4727         * src/pic16/main.c,
4728         * src/xa51/main.c,
4729         * src/z80/main.c: genInitStartup initialize as NULL (default to
4730         historical behaviour)
4731         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4732         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4733         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4734         library instead of hard coding it into the compiler.
4735         * support/regression/ports/mcs51-stack-auto/spec.mk,
4736         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4737         * device/lib/mcs51/Makefile,
4738         * device/lib/small/Makefile,
4739         * device/lib/large/Makefile,
4740         * device/lib/mcs51/crtpagesfr.asm,
4741         * device/lib/mcs51/crtstart.asm,
4742         * device/lib/mcs51/crtxclear.asm,
4743         * device/lib/mcs51/crtxinit.asm,
4744         * device/lib/mcs51/crtclear.asm,
4745         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4746         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4747         and into user configurable files.
4748         * device/lib/clean.mk: clean mcs51 directory too
4749         * support/regression/tests/longlit.c: added static to T1 declaration
4750         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4751         accesses in the initialization code
4752
4753 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4754
4755         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4756         OSCTRIMVAL as noted in bug #916008
4757
4758 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4761         in loops with multiple exits (reported as incorrect registers
4762         used by Martin Helmling in Sdcc-user list)
4763
4764 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4765
4766         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4767         made ds390 register extensions look less like error messages
4768
4769 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4770
4771         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4772         reported by Adam Wozniak in Sdcc-user list
4773
4774 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4775
4776         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4777         arithmetic optimizations, added debug output
4778
4779 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4780
4781         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4782         * sdcc.spec: updated and split sdcc into 3 rpms
4783         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4784         needed for literals of LEFT_OP and '+'
4785         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4786         introduced RESULT_TYPE_NOPROM
4787         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4788         left shift
4789         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4790         limited promotion to int only for '*'
4791         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4792
4793 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4794
4795         * src/pic16/gen.c (genSkip),
4796         (genc16bit2lit), (gencjneshort): commented out
4797         (is_LitOp): new helper function, checks operand type
4798         (genCmpEq): rewritten
4799
4800 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4801
4802         * support/regression/tests/bug-908454.c: added
4803
4804 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4805
4806         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4807         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4808         (geniCodeCast): cosmetic, don't preserve bit storage class
4809         (geniCodeLeftShift): added promotion
4810         (geniCodeLogic): fixed regression
4811         * src/SDCCsymt.c (computeTypeOr): accept bits too
4812         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4813
4814 2004-03-07  Borut Razem <borut.razem AT siol.net>
4815
4816         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4817
4818 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4819
4820         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4821         version of pic16_genPackRegisters which does not check if ic is a
4822         CAST operator,
4823         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4824         function cause string1.c regression test fails
4825
4826 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4827
4828         * sim/ucsim/configure.in,
4829         * sim/ucsim/configure,
4830         * sim/ucsim/doc/Makefile.in: use docdir
4831         * src/SDCC.y: fixed sbit atrributes
4832         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4833         * src/SDCCast.c (decorateType): |^& need special promotion handling
4834         * src/SDCCast.h,
4835         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4836         * src/SDCCsymt.h (computeType),
4837         * src/SDCCicode.c: computeType() needs op
4838         * src/SDCCsymt.c (checkTypeSanity),
4839         * doc/sddman.lyx: "plain" bitfields are unsigned
4840         * src/SDCCsymt.c (computeTypeOr): added
4841         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4842         |^& ops
4843         * src/SDCCval.c (val*): computeType() needs op
4844         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4845         * support/regression/tests/onebyte.c: added tests for |^&
4846
4847 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4848
4849         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4850         for writing icode into asm output.
4851
4852 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4853
4854         * src/pic16/device.c: added some debug lines enabled
4855         with macro DEBUG_CHECK,
4856         * src/pic16/genarith.c: more debug in genPlus,
4857         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4858         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4859         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4860         * (aopForSym): onStack symbols are re-placed in data memspace,
4861         and onStack flag is cleared,
4862         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4863         copy temporary pcodeop,
4864         * (genPcall): added warning for not updating PCLATU,
4865         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4866         always true for pic16 port,
4867         * (genMultOneWord): NEW, supports integer multiplication,
4868         * (genMult): modified to call genMultOneWord,
4869         * (ifxForOp): added warning when return NULL,
4870         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4871         flag is set before call to operandFromSymbol for implicit
4872         added structures,
4873         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4874         options.intlong_rent are set by default,
4875         * (_hasNativeMulFor): modified to allow port generation of integer
4876         multiplication,
4877         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4878         set regtype to REG_SFR for all registers, restricting seting the
4879         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4880
4881 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4882
4883         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4884         more than 500 times in the regression tests
4885
4886 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4887
4888         * support/Util/SDCCerr.h,
4889         * support/Util/SDCCerr.c,
4890         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4891         enumerator_list),
4892         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4893         for symbol conflicts.
4894         * support/valdiags/tests/enum.c,
4895         * support/valdiags/tests/tentdecl.c,
4896         * support/valdiags/tests/struct.c: expect possible error messages
4897         referring to original symbol definitions.
4898         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4899         * src/SDCCsymt.h,
4900         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4901
4902 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4903
4904         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4905
4906 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4907
4908         * src/pic16/ralloc.c (newReg): fixed bug #908929
4909
4910 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4911
4912         * src/ds390/gen.c: added missing #include "main.h"
4913
4914 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4915
4916         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4917         checking if symbol is already in set,
4918         * src/pic16/device.h: prototype for checkAddSym,
4919         * src/pic16/gen.c: (_G): added entry interruptvector,
4920         * (assignResultValue): removed some commented out lines,
4921         * (genFunction): check for ISR via sym->type, absolute section for
4922         interrupt code is created via a new pBlock, the goto instruction is
4923         placed now correctly at the interrupt vector position, changed all
4924         references from ivec to _G.interruptvector,
4925         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4926         is the interrupt is a high priority one, same for return from ISR,
4927         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4928         externs to calls of checkAddSym,
4929         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4930         pic16_pcode_verbose flag is set,
4931         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4932         * src/pic16/pcoderegs.c: message about how many registers are saved
4933         will only be emitted if pic16_pcode_verbose flag is set,
4934
4935 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4936
4937         * src/ds390/ralloc.h,
4938         * src/ds390/ralloc.c (ds390_regWithIdx),
4939         * src/ds390/gen.c (emitcode),
4940         * src/ds390/main.h,
4941         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4942         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4943         ds390operandCompare, getRegsRead, getRegsWritten,
4944         initializeAsmLineNode): customized instruction size calculation for
4945         ds390, started basis for some register optimizations
4946         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4947         corresponding assembly output
4948         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4949         missing push/pop of r0/r1. Optimized push/pops
4950
4951 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4952
4953         * src/mcs51/main.c (instructionSize): fixed ACALL size
4954         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4955
4956 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4957
4958         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4959         the sorting of rlist with NULL elements
4960         * (print_idataType, print_idata): NEW to create idata sections
4961         * src/pic16/device.h: idataSymSet new variable
4962         * src/pic16/gen.c (genFunction): fixed some bugs in string
4963         comparing, improved the absolute section creation for ISRs,
4964         added FSR0L/FSR0H in registers that are saved in an ISR,
4965         * (genInline): fixed the processing of inline snippets,
4966         now they undergo no process by the peephole optimizer
4967         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4968         are placed in idataSymSet,
4969         * (pic16emitStaticSeg): extern symbols are added in externs,
4970         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4971         switching when aboslute variables are placed in access bank memory
4972         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4973         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4974         commented out with #if,
4975         * (pic16_packRegisters): reintroduce the check for CAST because some
4976         symbols are not correctly handled,
4977         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4978         pCodeInstruction instead of pCode,
4979         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4980         pCodeAsmDir definition,
4981         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4982         directive, then the argument directive is emitted without the leading
4983         tab, hack for inline labels which must be in the first column,
4984         * (compareLabel,pic16_findNextInstruction),
4985         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4986         * (insertBankSwitch): modified for the new pCodeAsmDir,
4987
4988 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4989         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4990
4991         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4992         instance,
4993         * (pushSide): commented out with #if,
4994         * (assignResultValue): fixed some typos in saving
4995         registers,
4996         * (genPcall): FIXED and sync'ed with genCall,
4997         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4998         * (genNearPointerGet): fixed to handle some more cases,
4999         implementation scheme via table reads,
5000         * (genConstPointerGet): modified to access code memory correct,
5001         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5002         and improved to handle some cases
5003         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5004         instead of "RETLW" for init data
5005         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5006         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5007         variables are placed in access bank memory (<0x80 and >=0xf80),
5008         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5009         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5010         TBLWT_POSTDEC,TBLWT_PREINC
5011         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5012         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5013         directives
5014         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5015         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5016         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5017         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5018
5019 2004-02-29  Borut Razem <borut.razem AT siol.net>
5020
5021         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5022         support/Util/findme.h, support/Util/system.h: enhance binary relative
5023         search for lib and include by using findProgramPath()
5024
5025 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5026
5027         * src/SDCCpeeph.h,
5028         * src/SDCCpeeph.c (pcDistance),
5029         * src/port.h,
5030         * src/mcs51/ralloc.h,
5031         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5032         * src/mcs51/main.h,
5033         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5034         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5035         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5036         size calculation port specific, started basis for some register
5037         optimizations
5038         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5039         missing push/pop of r0/r1. Optimized push/pops
5040         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5041         * device/lib/_modsint.c (_modsint),
5042         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5043         and stack version so regression tests pass
5044
5045 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5046
5047         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5048         * src/SDCCast.c (decorateType): catch another small optimization
5049         with '?' operator
5050         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5051         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5052         modified to finally use computeType() all over SDCC,
5053         see Feature Request #877103
5054         * src/SDCCval.h: cosmetic
5055         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5056         valCompare(); regression tested in muldiv.c
5057         * support/regression/tests/muldiv.c (testMod): mod sign follows
5058         dividend only
5059
5060 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5061
5062         * src/SDCCast.c (decorateType): fixed bug #902362
5063         * doc/INSTALL.txt: fixed install instructions for win32
5064
5065 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5066
5067         * device/include/Makefile.in (install): fixed by replacing spaces
5068         by tabs
5069         * doc/README.txt,
5070         * doc/INSTALL.txt: updated for release
5071         * doc/sdccman.lyx: added warning for --xstack being buggy
5072
5073 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5074
5075         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5076         to eliminate build warnings.
5077         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5078
5079 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5080            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5081
5082         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5083         removed -penable-stack, added comment for stack pragma, added
5084         warning for not initializing the stack/frame registers, removed
5085         comment at interrupts section
5086
5087         Stack is made permanent, there is no ability to disable stack usage.
5088         * src/pic16/device.h,
5089         * src/pic16/device.c: removed all references to USE_STACK macro,
5090         * src/pic16/device.c (pic16_dump_section): when no elements in
5091         rlist, free rlist before return,
5092         * (pic16_dump_int_registers): NEW, internal registers are a new set
5093         of general purpose registers reused by each function,
5094         * (checkAddReg): returns 1 if registers is added to set,
5095         * (pic16_groupRegistersInSection): when a registers is of type
5096         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5097         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5098         SRCASECMP macro is moved here from device.c
5099         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5100         PO_PCLATU, PO_PRODL, PO_PRODH,
5101         * (pic16_pCodeOpType, genMinus,
5102         changed compares to "a" register, with AOP_ACC,
5103         * (pic16_genPlus): fixed some bugs and indented properly,
5104         * (pic16_addSign): changed size to size+offset in the MOVWF
5105         instruction,
5106         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5107         multiply 8-bit operand by literal, result is 8-bit,
5108         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5109         multiply 2 8-bit operand, result is 8-bit,
5110         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5111         genUMult8X*_16,
5112         * src/pic16/gen.c: changed accUse to contain WREG only,
5113         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5114         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5115         true, do not use immediate addressing any more unless sym is a
5116         pointer in codespace,
5117         * (aopForRemat): do not use immediate addressing when symbol not in
5118         codespace and when symbol's address is requested,
5119         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5120         accUse size (= 1),
5121         * (aopGet): added case for AOP_ACC and don't return "accumulator
5122         bug" but WREG instead,
5123         * (popGetTempReg): pushes contents of temporary register in stack,
5124         * (popReleaseTempReg): pops contents of temporary register from
5125         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5126         * (pic16_popGet): separated case AOP_ACC to return register WREG
5127         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5128         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5129         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5130         the use of immediate pointers to certain cases only.
5131
5132         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5133         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5134         * (assignResultValue, genCall, genRet): modified to use the new
5135         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5136         genPcall is still broken,
5137         * (genFunction): added code to create 'A' type pBlocks when
5138         interrupt functions are generated, code not extensively tested yet,
5139         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5140         * (genEndFunction): modified so ISRs pop stored registers from stack,
5141         * (genMultOneByte): cleanup,
5142         * (AccRsh): added flag andmask, to and result with appropriate mask,
5143         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5144         * (genDataPointerGet): fixed and reenabled its use,
5145         * (genNearDataPointerGet): bugs fixed,
5146         * (genDataPointerSet): bugs fixed,
5147         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5148         pic16_DumpSymbol, pic16_DumpOp,
5149         * src/pic16/genutils.h: function prototypes for the above functions,
5150         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5151         pointers,
5152         * (pic16emitRegularMap): many many many improvements, but needs a
5153         major cleanup,
5154         * src/pic16/main.c: enable_stack in pic16_options is removed,
5155         * (_pic16_parseOptions): removed command line options -penable-stack,
5156         * (_process_pragma): emit stack symbol only when stack pragma is
5157         processed,
5158         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5159         redirected to FSR0L/FSR0H pair,
5160         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5161         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5162         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5163         for immediates,
5164         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5165         * (dumpPicOptype): NEW,
5166         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5167         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5168         with movff instruction,
5169         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5170         added pic16_int_regs, some packRegsFor* functions are commented out,
5171         because produce errors,
5172         * src/pic16/NOTES: minor modifications
5173
5174 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5175
5176         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5177         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5178         --pack-iram.
5179         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5180         * as/mcs51/lkaomf51.c: fixed bug #895763
5181
5182 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5183
5184         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5185
5186 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5187
5188         * doc/sdccman.lyx: added details about the HC08 storage classes and
5189         interrupts, fixed the register usage info for z80 & gbz80
5190
5191 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5192
5193         * doc/sdccman.lyx: added more pic16 port documentation
5194         * device/include/pic16/: added header pic18fregs.h
5195
5196 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5197
5198         * doc/sdccman.lyx: added Vangelis' contribution
5199
5200 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5201
5202         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5203         extend to the next CALL or PCALL, not just to the next CALL.
5204
5205 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5206
5207         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5208
5209 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5210
5211         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5212         bug #895752 and a better fix for bug #716790
5213
5214 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5217
5218 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5219
5220         * doc/sdccman.lyx: minor changes, minor changed
5221
5222 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5223
5224         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5225         which can't handle SDCC_NEWONEBYTEOPS,
5226         (geniCodeMultiply): removed conversion from mult to shift for pic14
5227         and pic16
5228
5229 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5230
5231         * src/hc08/gen.h,
5232         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5233         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5234         thus fixing bug #895406
5235
5236 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5237
5238         * device/lib/_modsint.c,
5239         * device/lib/_modslong.c: sign follows divisor only
5240         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5241         signs or signedness can be ignored
5242         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5243         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5244         added optimization for IFX,
5245         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5246         arguments;
5247         reenabled optimization for IFX, which was removed on 2004-01-11
5248         * src/SDCCast.h: added return type IFX
5249         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5250         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5251         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5252         SDCC_OLDONEBYTEOPS selects the old behaviour
5253         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5254         changed again and commented promotion rule
5255         * src/SDCCval.c (valDiv): promotion no longer necessary
5256         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5257         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5258         rewritten
5259         * support/regression/tests/onebyte.c: added
5260
5261 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5262
5263         * gen.c (genInline): reverted to old code for assemnling inline
5264         code because of bug reported James Chadd
5265
5266 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5267
5268         * ralloc.h: missing declarations from previous patch,
5269         seems that patch for ralloc.h was never applied, fixed
5270
5271 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5272            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5273
5274         * pcode.c,
5275         * pcode.h,
5276         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5277         indirect addressing. Marked FSR0 as deprecated
5278         * gen.c (pointerCode): commented out, not needed now
5279         (pic16_popGet2p): new MOVFF helper function
5280         (genGenPointerGet),
5281         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5282         (shiftRLong): removed duplicate debugging info
5283
5284 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         * src/ds390/gen.c (genNearPointerGet),
5287         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5288         optimization with bits, but not bitfields.
5289         * src/ds390/ralloc.c (packRegisters),
5290         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5291
5292 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5293
5294         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5295
5296 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5297
5298         * src/SDCCsymt.h,
5299         * src/SDCCicode.c (operandFromSymbol),
5300         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5301         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5302         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5303         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5304         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5305         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5306         bug #892038
5307         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5308         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5309         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5310         * src/SDCCsymt.c (newSymbol),
5311         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5312         enumerator_list),
5313         * src/SDCCval.h,
5314         * src/SDCCval.c (newiList): fixed bug #885705
5315
5316 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5317
5318         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5319         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5320
5321 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5322
5323         * device/include/c8051f120.h,
5324         * device/include/c8051f300.h,
5325         * device/include/c8051f310.h: added/updated header files for Silicon
5326         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5327         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5328         in new section Submitting patches
5329
5330 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5331
5332         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5333         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5334         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5335         genGenPointerSet),
5336         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5337         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5338         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5339         genGenPointerSet),
5340         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5341         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5342         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5343         genGenPointerSet),
5344         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5345         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5346         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5347         genGenPointerSet): fixed bug #892400
5348         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5349         to eliminate build warnings.
5350         * src/SDCCast.c (processParms),
5351         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5352         fixed bug 751859
5353         * support/valdiag/valdiag.py: added GCC to the list of defines active
5354         when compiling with gcc
5355
5356 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5357
5358         * support/Util/SDCCerr.h,
5359         * support/Util/SDCCerr.c,
5360         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5361         with an incomplete type (fixed bug #883734)
5362         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5363
5364 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5365
5366         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5367
5368 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5369
5370         * src/SDCCast.c (decorateType),
5371         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5372         function pointer implementation
5373         * support/regression/tests/funptrs.c: added tests to verify both forms
5374         of function pointers work correctly. Added tests to verify parameters
5375         are passed in the correct order.
5376
5377 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5378
5379         * device.c (regCompare): registers are sorted by ascending
5380         address and increasing size,
5381         * main.c (_pic16_finaliseOptions): removed the declaration
5382         of compiler macro MCU. Now a macro of the format pic18fxxxx
5383         will be defined from the command line
5384
5385 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5386             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5387
5388         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5389         PCOP_RLCF was overwritten!
5390         * gen.c (genSkip): commented out calls to pic16_emitcode,
5391         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5392         * (genlshTwo),
5393         * (genRRC): added debugging info,
5394         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5395         overwritten while shifting,
5396         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5397         overwritten while shifting,
5398         * (AccLsh),
5399         * (AccRsh),
5400         * (shiftLLeftOrResult),
5401         * (shiftRLeftOrResult),
5402         * (shiftRLong),
5403         * (shiftLLong): Implemented with pic16_emitpcode
5404         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5405         * (genLeftShift): Fixed bug, operand for shift by variable always
5406         was "and"ed with 0x0f,
5407         * (genLeftShiftLiteral),
5408         * (genrshTwo),
5409         * (genRightShiftLiteral): added debugging info,
5410         * (genrshFour): added comment,
5411         * (genRightShift): determined signedness from operand "left"
5412         instead of "result"
5413
5414 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5415
5416         * src/SDCCicode.c (geniCodeParms),
5417         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5418         function pointers, fixed function pointer bugs #861242 and #861896
5419
5420 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5421
5422         * device/include/c8051f000.h,
5423         * device/include/c8051f120.h,
5424         * device/include/c8051f300.h: added header files for Silicon
5425         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5426
5427 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5428
5429         * src/SDCCast.c (processParams): added new type flow and restructured
5430         (gatherAutoInit): added new type flow
5431         (addCast): cosmetic changes
5432         (getLeftResultType): added new type flow for array indices, patch
5433         provided by Stas, see FR #877103
5434         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5435         array index patch by Stas
5436         * src/SDCCast.h: added prototype getResultTypeFromType()
5437         * src/SDCCval.h,
5438         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5439         * src/pic/glue.c (pic14emitStaticSeg),
5440         * src/pic16/glue.c (pic16emitStaticSeg),
5441         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5442         for initialization of symbols
5443         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5444         * support/Util/SDCCerr.h:
5445         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5446         * .version: bumped version number to 2.3.8
5447         * device/include/Makefile.in (install),
5448         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5449         avoid warnings
5450
5451 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5452
5453         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5454         Slade Rich fixed an optimization bug
5455         * src/pic/pcodepeep.c,
5456         * src/pic/pcoderegs.c
5457         * doc/Makefile (install): added test for directory
5458
5459 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5460
5461         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5462         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5463         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5464         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5465         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5466         * as/mcs51/asexpr.c (term),
5467         * as/hc08/asexpr.c (term): fixed bug #887146
5468
5469 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5470
5471         * src/z80/gen.c (genMult): handle single byte result product
5472         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5473         DUMMY_READ_VOLATILE (fixed bug #886367)
5474
5475 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5476
5477         * support/regression/tests/libmullong.c: fixed logic, on little endian
5478         hosts we ended without a mullong_wrapper()
5479
5480 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5481
5482         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5483         virus/worm forged address usage.
5484
5485 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5486
5487         Fixed promotion, it should be done on AST level:
5488         * src/SDCCast.c (addCast): added promotion to int
5489         (decorateType): updated call to upCast()
5490         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5491         usualUnaryConversions()
5492
5493 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5494
5495         * support/regression/tests/literalop.c (mulWrapper): Added a
5496         wrapper to remove integer overflow warnings.
5497
5498         * support/regression/tests/float_trans.c: Made work on host.
5499
5500         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5501         location of sz80.
5502
5503         * support/regression/generate-cases.py (main): Changed from inline
5504         to a main method.
5505
5506         * doc/Makefile (install): Changed to depth first to get rid of
5507         missing directory install warning.
5508
5509         * as/Makefile (install-doc): Made work on Mac.
5510
5511 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5512
5513         * src/SDCCast.c: added an additional type flow in decorateType() of
5514         opposite direction, see feature request #860006; it's enabled at runtime
5515         by setting the environment variable SDCC_NEWTYPEFLOW
5516         * src/SDCCast.h: changed prototype of decorateType()
5517         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5518         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5519         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5520         see feature request #877103
5521         * src/SDCCval.c: updated call of decorateType()
5522         (valBitwise): fixed bug #882876
5523         (valMinus): added promotion
5524         (valLogicAndOr): result is unsigned
5525         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5526         * src/SDCCsymt.c (computeType),
5527         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5528         must not cause an unsigned operation
5529         * src/pic/glue (pic14emitRegularMap),
5530         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5531
5532 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5533
5534         * src/pic/pcode.c (PCodeID): commented out left over debug code
5535
5536 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5537
5538         * support/valdiag/tests/overflow.c: added shift tests
5539         * src/pic/device.c,
5540         * src/pic/gen.c,
5541         * src/pic/gen.h,
5542         * src/pic/glue.c,
5543         * src/pic/main.c,
5544         * src/pic/pcode.c,
5545         * src/pic/pcode.h,
5546         * src/pic/pcodepeep.c,
5547         * src/pic/pcoderegs.c,
5548         * src/pic/ralloc.c,
5549         * src/pic/ralloc.h: applied patch from Slade Rich;
5550         added support for multiple code pages and multiple RAM banks on the
5551         PIC 14 port. The ASM files now no longer simply assume all the
5552         code / RAM are in the same page / bank. This means the linker can
5553         safely allocate code/RAM of separate ASM files to different pages/banks.
5554         * doc/sdccman.lyx: added Slade's tips
5555         * src/mcs51/peeph.def: fixed bug #880768
5556
5557 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5558
5559         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5560         * src/SDCCast.c (decorateType): fixed bug #880197
5561
5562 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5563
5564         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5565         getopt.h.
5566
5567         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5568         strtof is not part of C89 and isn't included with Mac OS X.
5569
5570 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5571
5572         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5573         shiftL2Left2Result): fixed bug #879326
5574         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5575         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5576         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5577         address fetch for clr instruction
5578         * device/lib/hc08/_mulint.c: created optimized assembly version
5579         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5580
5581 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5582
5583         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5584         proposed in FR #877103
5585
5586 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5587
5588         * src/SDCCval.c (cheapestVal): added missing checks
5589         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5590         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5591
5592 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5593
5594         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5595         equal operands
5596
5597 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5598
5599         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5600         loaded with the linker search paths (-L arguments) and the libraries
5601         to be linked with the current source (-l arguments). Changes
5602         currently will affect only the pic16 port.
5603         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5604         include path the port specific paths and port specific libraries,
5605         * gplink command now contains the $3 argument,
5606         * src/pic16/device.h,
5607         * src/pic16/device.c,: structure PIC_device is made public and
5608         renamed to PIC16_device, the same for variable Pics which is renamed
5609         to Pics16. Updated all references to them.
5610         * src/pic16/glue.c (pic16glue): corrected bug with code
5611         initialization which bypassed the variable initializations block.
5612
5613         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5614         COMPILE_FLAGS and added the --nostdinc option
5615
5616 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5617
5618         * device/include/mc68hc908jb8.h: Register defs for another member
5619         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5620
5621 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5622
5623         Documenting changes from previous commits.
5624         * configure.in (version 1.56),
5625         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5626         when generating output files to configure the pic16 library,
5627         but now I've commented it out, since gputils aren't installed in the
5628         SF compile farm, so library won't compile
5629
5630         * device/lib/Makefile.in (version 1.56): initially I've added in
5631         target 'all' the prerequestive 'model-pic16' so it compiled the
5632         pic16 library, but now I've commented it out for the same reasons
5633         above,
5634         * added targets 'model-pic16' and 'objects-pic16' to compile the
5635         library
5636         * added target 'port-specific-objects-pic16' to handle the
5637         generated libraries and copy them into the build/ directory
5638         * added target 'clean-intermediate-pic16' to clean intermediate
5639         files into pic16 directory
5640         * in target 'installdirs' added line to create directory pic16 in
5641         the installation path
5642
5643         * device/include/Makefile.in (version 1.11): in target 'install'
5644         added lines to copy all header files to installation path,
5645         * in target 'installdirs' added line create directory for pic16
5646         headers in the installation path
5647
5648 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5649
5650         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5651          a function call
5652
5653 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5654
5655         * configure,
5656         * device/lib/configure.in,
5657         * device/lib/configure: fixed for autoconf 2.57
5658
5659 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5660
5661         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5662         option so that it actually works. Made it specific to the z80, since
5663         the gbz80 doesn't have these kinds of I/O ports.
5664
5665 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5666
5667         * device/include/z180.h,
5668         * device/lib/_memcpy.c,
5669         * device/lib/_memmove.c,
5670         * device/lib/_mulint.c,
5671         * device/lib/ser_ir.c,
5672         * device/lib/ser_ir_cts_rts.c,
5673         * device/lib/_strcmp.c,
5674         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5675         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5676         portmode; added deprecation warning for bank= and protmode= forms.
5677         Also, guard against buffer overflow.
5678         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5679
5680 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5681
5682         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5683         changed interrupt vector table generation to only emit declared vectors.
5684         * device/include/Makefile.in: added missing backslash
5685         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5686
5687 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5688
5689         Mainly changes to support compilation of the device libraries
5690         * src/pic16/device.c: stack is allocated via symbol and not
5691         via literal number. The symbol is placed in the corresponding
5692         position of the data ram
5693         * (pic16_dump_section): relocatable and absolute uninitialized
5694         data are now emitted in sorted order to reduce section naming,
5695         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5696         weren't marked as being in the access bank,
5697
5698 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5699
5700         Added portion of GNU PIC Library under the directory
5701         device/include/pic16 and device/lib/pic16. These files
5702         contain the declarations of SFRs for the PIC18Fxx2 devices.
5703         The directory is initialized via configure from toplevel.
5704
5705 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5706
5707         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5708         the spilllocations to be compared correctly
5709
5710 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5711
5712         * src/SDCCast.c (decorateType): fixed bug introduced today
5713
5714 2004-01-12  Borut Razem <borut.razem AT siol.net>
5715
5716         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5717         doc/sdccman.lyx: upper case pragmas are deprecated
5718
5719 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5720
5721         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5722         in simpler and even better code
5723
5724 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5725
5726         * src/SDCCicode.c (operandOperation): fixed bug #874819
5727         * src/SDCCast.c (decorateType): fixed
5728         char foo (unsigned long ul) { return ul > 0; }
5729
5730 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5731
5732         * doc/sdccman.lyx: Moved and added some sections, small changes
5733         all over. Telling LaTeX to be less strict with word spacing
5734         to better keep the right margin. Changed some notes about
5735         maintainance of the ports in section 3.2.1 - is it OK like this?
5736
5737 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5738
5739         SDCC source changes:
5740         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5741         convilong): modified to inform the pic16 port that builtin functions
5742         are external
5743
5744         PIC16 PORT specific changes:
5745         * src/pic16/device.c pic16_dump_equates() added,
5746         processor registers declared internally by the port are emitted in
5747         the translation as equates,
5748         * src/pic16/gen.c: inline code is passed unprocessed to the
5749         translation,
5750         * (pic16_popGetLit2): fnuction modified to take second operand as
5751         pCodeOp pointer and not as literal,
5752         * (popRegFromIdx): prefixed with pic16_,
5753         * (pic16_popCombine2): modified to receive already allocated pCode
5754         operands,
5755         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5756         * (genFunction): initializes local stack frame and pushes on stack
5757         all the registers used by this function,
5758         * (genEndFunction): restores all registers from stack and restores
5759         stack frame,
5760         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5761         improvements,
5762         * (pic16glue): changed the program startup sequence,
5763         * added new dbName code 'A' for functions placed in absolute section
5764         * src/pic16/main.c: added function attribute _naked,
5765         * added pragma 'code' to place a fnuction at an absolute address,
5766         * added command line arguments --debug-ralloc and --pcode-verbose,
5767         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5768         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5769         * (pic16_newpCodeOpLit2): modified to take the second operand as
5770         pCodeOp pointer,
5771         * (pic16_printpBlock): modified to emit each function in a separate
5772         section,
5773         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5774         UPPER for immediate operands,
5775         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5776         instruction,
5777         * src/pic16/peeph.def: all peepholes with movff are commented out,
5778         because there is a problem in the pcode peep optimizer,
5779         * src/pic16/ralloc.c: the register allocator can now reuse local
5780         function symbols for another function. This saves register usage.
5781         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5782
5783         Added file src/pic16/NOTES with information about program writing on
5784         the current port version.
5785
5786 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5787
5788         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5789         and peephole 252 (array access)
5790
5791 2004-01-09  Borut Razem <borut.razem AT siol.net>
5792
5793         * src/SDCCmain.c : fixed #872250: -l command line defined library
5794           files are scanned before standard library files
5795
5796 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5797
5798         * src/SDCCast.c (decorateType): fixed bug #874046
5799
5800 2004-01-09  Borut Razem <borut.razem AT siol.net>
5801
5802         * support/scripts/sdcc.nsi: remove previous installation
5803
5804 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5805
5806         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5807         bytes for last interrupt vector (mcs51)
5808         * sdcc.spec: fixed typo
5809
5810 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5811
5812         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5813         gen51Code): more efficient parameter receive for --model-large
5814         ("bug" #845294)
5815
5816 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5817
5818         * src/ds390/main.c,
5819         * src/z80/main.c: added missed needLinkerScript flags (more than
5820         one port structure defined in these file)
5821         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5822         bug #795325
5823
5824 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5825
5826         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5827         * src/port.h: added flag needLinkerScript in port->linker
5828         structure to inform whether to create a .lnk file or not,
5829         * src/avr/main.c,
5830         * src/ds390/main.c,
5831         * src/hc08/main.c,
5832         * src/mcs51/main.c,
5833         * src/pic/main.c,
5834         * src/pic16/main.c,
5835         * src/xa51/main.c,
5836         * src/z80/main.c: changed appropriately to configure
5837         needLinkerScript flag
5838         * src/pic/gen.c,
5839         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5840         * src/pic/glue.c: added variable udata_section_name to
5841         override default uninitialized data segment definition for
5842         devices only with SHAREBANK memory (reported from Erik Epetrich)
5843         * (pic14emitOverlay): modified to emit a commented overlay segment
5844         directive when no overlay data exist
5845         * (picglue): modified to emit uninitialized data segment
5846         according to udata_section_name
5847         * src/pic/main.c (_pic14_parseOptions): added command line
5848         options --udata-section-name=[name] to override default
5849         udata definition name
5850         * modified _linkCmd and _asmCmd to include compiler passed
5851         arguments via -W option
5852         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5853         object file from '.rel' to '.o' in port->linker structure,
5854         changed size of fptr from 2 to 3 in port structure
5855
5856 2004-01-07  Borut Razem <borut.razem AT siol.net>
5857
5858         * support/scripts/sdcc.nsi: update PATH
5859         * support/scripts/sdcc.ico: craeted
5860
5861 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5862
5863         * device/include/Makefile.in: fix install
5864         * doc/Makefile: fix install
5865
5866 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5869         in bug #860505
5870         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5871         how the function variable allocation summary is displayed; also
5872         include information about variables allocated to the overlay
5873         segment
5874
5875 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5876
5877         * as/mcs51/lkmain.c: Help about -Y option
5878         * as/mcs51/lkarea.c: Fixed gcc warnings
5879
5880 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5881
5882         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5883         fixed warning
5884         * support/valdiag/tests/overflow.c: added
5885         * src/SDCCast.c (decorateType),
5886         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5887         LEFT_OP (left shift)
5888
5889 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5890
5891         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5892         (default behaviour).
5893
5894 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5895
5896         A python script to validate compiler diagnostic messages. It can be
5897         used to verify that sdcc complains about bad c source code and
5898         gives a good location of the error.
5899         * support/valdiag/Makefile,
5900         * support/valdiag/valdiag.py,
5901         * support/valdiag/tests/*
5902
5903 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5904
5905         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5906         * src/SDCCsymt.c (newEnumType),
5907         * src/SDCCsymt.h
5908         * support/Util/SDCCerr.c,
5909         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5910         enum related bugs.
5911         * support/regression/tests/enum.c: added test for enum values that
5912         require at least 2 bytes of storage.
5913
5914 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5915
5916         * src/common.h: added ifndef/define/endif macros
5917         around the header file.
5918         Bug reported from Jesus Calvino-Fraga
5919
5920 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5921
5922         * sdcc.spec: updated
5923         * device/include/Makefile.in: don't install CVS directories
5924         * device/lib/Makefile.in: added removal of CVS directories after install
5925         * doc/Makefile: fixed install, added local_icons
5926         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5927         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5928         * src/ds390/gen.c (genRightShift): fixed bug #870788
5929         * src/SDCCast.c (decorateType): fixed bug #870781
5930
5931 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5932
5933         PIC16 port related changes:
5934         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5935         added variable stackPos,
5936
5937         * gen.c: genCall, assignResultValue: added support for
5938         pushing/retrieving function parameters to/from stack,
5939         genFunction,genEndFunction: setup stack frame for the
5940         generated function,
5941         genAddrOf: will be changed according to bug 863624
5942
5943         * added files genutils.c and genutils.h which contain gen*
5944         debugged and optimised functions extracted from gen.c
5945
5946         * glue.c: added variable 'externs' which holds extern symbols,
5947         pic16emitRegularMap: is modified to properly handle relocatable
5948          symbols under the new scheme,
5949         pic16createInterruptVect: is modified
5950         pic16printPublics: is modified to emit 'global' assembler directives,
5951         added pic16_printExterns to print extern symbols,
5952         pic16glue: initializes stack/frame pointer in the beginning of
5953         the assembly output. Temporary hack, will be corrected later,
5954         because gplink yet does not support stack and SDCC does not
5955         yet support a type of crt0.o object to create the final binary.
5956
5957         * Removed many lines that contain 8051 legacy code.
5958         * The code is finally placed under a 'code' directive.
5959         * Added port specific options.
5960
5961         * _process_pragma: simplified since now we do not need *special*
5962         include file to define SFR registers. But a separate header
5963         will be needed. This will be developed later.
5964         * _pic16_parseOptions: added, parses port specific options:
5965         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5966         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5967         --preplace-udata-with=
5968
5969         * _pic16_setDefaultOptions: modified to initialize section names,
5970         but hack is temporarly out of order since it needs improvement.
5971         * _pic16_genAssemblerPreamble: configuration words are emitted by
5972         their address instead of their name. This part is incomplete and
5973         supports only the 18Fxx2 devices. Other devices will emit an error
5974         during assembly since they do not contain the same set of config
5975         registers
5976         * _pic16_genIVT: is modified,
5977
5978         * pcode.c: added definitions for some hardware registers that are needed
5979         for stack support
5980         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5981         All PCI entries are updated. Now LFSR is supported.
5982         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5983         * added pic16_newpCodeOpLit2 to support instructions with
5984         two literal arguments
5985         * pic16_pCode2str: corrected code that emits assembler instructions
5986         with two literal operands and those that have an access bit modifier
5987         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5988         this fixes a bug which caused some labels to be lost, when an
5989         assembler directive was added, i.e. banksel,
5990         * pic16_FixRegisterBanking: improved logic that causes the insertion
5991         of bank switching,
5992         * InlineFunction: functions that are called once, are not any more
5993         inlined. This can be a port option in the future,
5994
5995         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5996
5997         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5998         hold the corresponding uninitialized symbols,
5999         * pic16_allocProcessorRegister: registers have explicit marked the
6000         accessBank field,
6001         * pic16_allocInternalRegister: registers are explicit marked as
6002         not used,
6003         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6004         processing list, so bit registers were lost,
6005         *
6006
6007         * ralloc.h: added field 'accessBank' and original symbol operand
6008         in register definition,
6009         * removed the field isMapped from register definition,
6010
6011         ** Several functions have been removed from various sources:
6012         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6013         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6014         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6015         pic16_assignRelocatableRegisters
6016
6017         ** others have been introduced:
6018         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6019         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6020
6021 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6022
6023         * support/scripts/inc2h.pl: changed definition of BIT_AT
6024         to emit 'sbit at' instead of 'bit at'. This was a request.
6025
6026         PIC16 port related preliminary changes:
6027         * gen.c: prefixed function popRegFromString with
6028         pic16_ and all references to it corrected
6029         * pcode.c: all pic16_pc_* hardware registers prefixed
6030         with underscore (_),
6031         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6032         * ralloc.c: newReg(): when register is REG_SFR then
6033         set address to rIdx,
6034         pic16_allocProcessorRegister(): marks register wasUsed=0
6035         pic16_writeUsedRegs(): added a call to assign processor
6036         registers via pic16_assignFixedRegisters
6037
6038 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6039
6040         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6041         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6042         variables in unused register banks.  Also the SSEG is placed
6043         wherever there is enough space for it, and IDATA can be anywhere
6044         in internal RAM.  For now compile using -Wl-Y[stack_size].
6045         The mem file is different for this option as well, since it
6046         makes no sense of talking about DSEG lenght.
6047
6048 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6049
6050         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6051         in certain cases, e.g. when ROM assignment, patch provided
6052         from Albert den Haan.
6053
6054 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6055
6056         Many signedness and type propagation fixes:
6057         * src/SDCCicode.c: made geniCodeCast() static
6058         replaced SPEC_ by IS_ (cosmetic)
6059         (operandOperation): fixed div and mod operation
6060         (usualBinaryConversions): added support for promotion of char
6061         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6062         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6063         (geniCodeAdd): an array index will stay unsigned, even if promoted
6064         from char to int
6065         (geniCodeArray): ditto
6066         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6067         * src/SDCCsymt.c (computeType): added more support for char;
6068         promotion of char is selectable by promoteCharToInt, fixed signedness
6069         for all cases
6070         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6071         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6072         * src/SDCCval (val*): replaced signedness calculation by
6073         computeType()
6074         rearranged if-branches (cosmetic)
6075         (valShift): added warning W_SHIFT_CHANGED
6076         (valCompare): fixed problem with different types
6077         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6078         * support/regression/tests/literalop.c: added many cases
6079         * support/regression/tests/ast_constant_folding.c: changed finally to
6080         'unsigned int'
6081         * .version: new year, new version: 2.3.7
6082         * src/SDCCmain.c (main): applied patch #866468
6083         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6084         provided by Scott Bronson
6085         * doc/sdccman.lyx: updated documentation for sdcdb
6086         updated and added chapter tips
6087
6088 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6089
6090         * src/SDCCsymt.h: missing from yesterday's commits
6091
6092 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6093
6094         * src/SDCC.y (struct_or_union_specifier),
6095         * support/Util/SDCCerr.c,
6096         * support/Util/SDCCerr.h: verify that struct & union tags are used
6097         as declared.
6098
6099 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6100
6101         * src/SDCCglobl.h: missing from yesterday's commits
6102
6103 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6104
6105         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6106         sft_attributes, struct_declaration, parameter_declaration,
6107         type_name, start_block, declaration_list),
6108         * src/SDCC.lex (check_type): support redefinition of typedef names
6109
6110 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6111
6112         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6113         aligned xdata arrays. Erik helped me with the if clause.
6114
6115 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6116
6117         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6118         warning
6119
6120 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6121
6122         * src/SDCCast.h,
6123         * src/SDCCast.c (newAst_),
6124         * src/SDCCicode.h,
6125         * src/SDCCicode.c (ast2iCode, newiCode),
6126         * src/SDCCglobl.h,
6127         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6128         expr, statement, expression_statement, selection_statement,
6129         iteration_statement, expr_opt, jump_statement): foundation for tracking
6130         sequence points
6131         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6132         point code too)
6133
6134 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6135
6136         * support/Util/SDCCerr.c,
6137         * src/SDCCast.h,
6138         * src/SDCCast.c (createCase, createDefault, decorateType),
6139         * src/SDCClabel.c (labelUnreach),
6140         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6141         to error messages.
6142         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6143         (with thanks to Stas Sergeev)
6144         * device/include/time.h,
6145         * device/lib/time.c (CheckTime): suppress unreachable code warning
6146
6147 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6148
6149         * src/SDCCast.c (createIvalCharPtr),
6150         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6151         bug #753752)
6152         * support/regression/tests/nullstring.c: tests for these two bugs
6153
6154 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         * support/Util/SDCCerr.h,
6157         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6158         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6159         about storage class and 'at' used inside struct or union
6160         * src/SDCCBBlock.c (iCodeFromeBBlock),
6161         * src/SDCCcse.c (ifxOptimize),
6162         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6163         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6164         printIval, emitStaticSeg, emitOverlay),
6165         * src/SDCClabel.c (deleteIfx),
6166         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6167         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6168         gatherAutoInit, processParms),
6169         * support/Util/SDCCerr.h,
6170         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6171         reporting for post-parse errors.
6172
6173 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6174
6175         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6176         implicit casts via union; they don't work on big endian systems
6177         (possible fix for bug #861138)
6178
6179 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6180
6181         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6182         * src/mcs51/main.c: fixed the fix for bug #737001
6183
6184 2003-12-15  Borut Razem <borut.razem AT siol.net>
6185
6186         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6187
6188 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * support/makebin/makebin.c: put output in binary mode
6191
6192 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6193
6194         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6195         xdata and data memory on startup. Set the environment variable
6196         SDCC_NOGENRAMCLEAR to disable this.
6197         * src/mcs51/peephole.def,
6198         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6199         (allows non-interrupt and interrupt code to safely compete for a resource
6200         without the non-interrupt code having to disable interrupts)
6201
6202 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * src/SDCCicode.c (geniCodeAdd),
6205         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6206         with valFromType if type might be a pointer and host is big endian).
6207         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6208         types, not just integer types.
6209         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6210         multiply defined with mismatching "at" address.
6211
6212 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6213
6214         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6215         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6216         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6217         with embedded nulls (fixed bug #753752)
6218
6219 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6220
6221         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6222         Apparently this did not see much testing (endless loop)
6223
6224 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6227
6228 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6231         gracefully handle NULL memmap pointers
6232
6233 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6234
6235         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6236         instead of deleting the iCode when an operand is volatile
6237         * src/z80/gen.c (genDummyRead),
6238         * src/mcs51/gen.c (genDummyRead),
6239         * src/ds390/gen.c (genDummyRead),
6240         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6241         not just IC_RIGHT
6242         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6243         * src/SDCC.y: fixed bug #850420
6244
6245 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6246
6247         Applied z80 i/o port patch from Peter Townson and fixed some operators
6248         to better handle operands in A register.
6249         * device/include/z180.h
6250         * src/SDCC.y
6251         * src/SDCCglue.c
6252         * src/z80/gen.c
6253         * src/z80/gen.h
6254         * src/z80/main.c
6255         * src/z80/peeph-z80.def
6256         * src/z80/peeph.def
6257         * src/z80/z80.h
6258
6259 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6260
6261         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6262
6263 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6264
6265         * device/lib/hc08/_mullong.c: Removed extra #endif
6266
6267 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6268
6269         * sim/ucsim/hc08.src/inst.cc,
6270         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6271         carries from x to h
6272         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6273         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6274         * device/include/stdarg.h: fixed varargs for hc08
6275         * device/lib/Makefile.in,
6276         * device/lib/hc08/Makefile,
6277         * device/lib/hc08/_mulint.c,
6278         * device/lib/hc08/_mullong.c: fixed some endian problems
6279
6280 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6281
6282         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6283         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6284         * device/lib/_gptrget.c,
6285         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6286
6287 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6288
6289         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6290         * src/SDCCast.c (astErrors): fixed bug #846007
6291         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6292
6293 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/SDCCast.c (decorateType): disabled a transformation I added in
6296         revision 1.188 (access to fields of a structure at an absolute address);
6297         it breaks with bitfields, extern declarations, and gcse analysis.
6298         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6299         could be assigned through a pointer, so don't complain.
6300         * src/SDCCast.c (astErrors),
6301         * src/SDCCast.h,
6302         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6303
6304 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6305
6306         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6307         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6308         output of __config directives, since gpasm now supports them
6309         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6310         pre-processor macro, i.e. -DMCU=p18f452
6311         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6312         and modified to handle 'cast' icode similarly to '=' icode
6313         * src/pic16/device.h (typedef struct PIC_device): added field
6314         'extMIface' to indicate that chip has external memory interface
6315         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6316         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6317         18F8720
6318
6319 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6320
6321         * src/SDCC.y (pointer): fixed bug #846006
6322         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6323         * src/SDCCast.c (decorateType): fixed bug #846009
6324         * src/ds390/peeph.def,
6325         * src/ds390/gen.c (genAnd, genOr),
6326         * src/mcs51/peeph.def,
6327         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6328
6329 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6330
6331         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6332         * src/SDCCdflow.c
6333         * src/SDCCcse.c
6334         * src/SDCCcse.h
6335         * src/SDCCBBlock.h
6336         * src/SDCCBBlock.c
6337
6338 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6339
6340         fixed bug #845089
6341         * src/SDCCbitv.h,
6342         * src/SDCCbitv.c: added function to free a bitvector
6343         * src/SDCClrange.h,
6344         * src/SDCClrange.c: added function to recompute the liveranges
6345         * src/avr/ralloc.c,
6346         * src/ds390/ralloc.c,
6347         * src/hc08/ralloc.c,
6348         * src/mcs51/ralloc.c,
6349         * src/pic/ralloc.c,
6350         * src/pic16/ralloc.c,
6351         * src/xa51/ralloc.c,
6352         * src/z80/ralloc.c: recompute the liveranges after register packing
6353
6354 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6355
6356         * src/SDCCloop.c (newInduction): fixed bug #845630
6357
6358 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6361         inadvertantly left behind from my 2003-11-12 change
6362
6363 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         Updated headers I neglected to commit yesterday.
6366         * src/SDCClrange.h,
6367         * src/SDCCicode.h
6368
6369 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6372         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6373         * src/SDCCopt.c (eBBlockFromiCode),
6374         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6375         the creation of the key hash table from the sequencing so it can be used
6376         earlier (for some GCSE bug fixes still pending)
6377
6378 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6379
6380         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6381         * support/regression/tests/addsub.c: testing genPlus shortcut
6382
6383 2003-11-15  Borut Razem <borut.razem AT siol.net>
6384
6385         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6386
6387 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6390         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6391         ordering is immaterial.
6392         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6393
6394 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6395
6396         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6397         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6398         (SIGSEV) of bug #840381
6399         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6400         unlink new file before rename if new and old filenames are the same)
6401
6402 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6403
6404         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6405         uninitialized variables) for the mcs51. Set environment variable
6406         SDCC_GENRAMCLEAR to test.
6407         xdata initialization slightly shorter
6408
6409 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6410
6411         * src/SDCCsymt.h,
6412         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6413         #838241 & 780691 (basicly the same bug)
6414         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6415         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6416
6417 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6418
6419         * src/SDCCmain.c (linkEdit): "fix" #834252
6420
6421 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6424         * src/SDCCast.h,
6425         * src/SDCC.y: fixed bug #819403
6426
6427 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6428
6429         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6430         the reentrant attribute.
6431         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6432         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6433         simulation
6434         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6435         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6436         erroneously reduced to a literal.
6437         * src/hc08/ralloc.c (packRegisters, rematStr),
6438         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6439         some cases
6440
6441 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6442
6443         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6444         * doc/sdccman.lyx: changed from 'article' to 'book'
6445         * doc/Makefile: readded test_suite_spec and cdbfileformat
6446
6447 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6448
6449         * device/include/stdlib.h: include malloc.h to comply with ANSI
6450         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6451
6452 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6453
6454         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6455         * doc/clean.mk: also remove *.out files
6456         * doc/sdccman.lyx: some additions, larger top/bottom margins
6457
6458 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6459
6460         * src/SDCC.y: fixed bug #837365
6461         * support/regression/tests/bitopcse.c
6462         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6463         a symbol (might be valop instead)
6464         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6465         * device/lib/clean.mk: added hc08 to the cleaning list
6466
6467 2003-11-04  Borut Razem <borut.razem AT siol.net>
6468
6469         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6470           made 2003-11-04
6471         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6472           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6473           malloc is declared in standard stdlib.h
6474
6475 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6476
6477         * device/lib/hc08/Makefile: need to clean .rel not .o files
6478         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6479
6480 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6481
6482         * src/port.h,
6483         * src/hc08/main.c,
6484         * src/mcs51/main.c,
6485         * src/ds390/main.c,
6486         * src/z80/main.c,
6487         * src/avr/main.c,
6488         * src/pic/main.c,
6489         * src/pic16/main.c,
6490         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6491         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6492         tests (which uses the port's oclsExpense function)
6493         * src/SDCC.y,
6494         * src/SDCCast.c,
6495         * src/SDCCicode.c,
6496         * src/hc08/gen.c,
6497         * src/ds390/gen.c,
6498         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6499
6500 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6501
6502         * src/SDCCcse.c (ifxOptimize),
6503         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6504         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6505         deleting the IFX iCode.
6506         * src/hc08/ralloc.c: reduced unneeded slocs
6507         * src/hc08/gen.c: fixed bug in asmopToBoolean
6508
6509 2003-11-04  Borut Razem <borut.razem AT siol.net>
6510
6511         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6512           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6513           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6514           transferred to configure
6515
6516 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6517
6518         Use headers defined in the C[++] standards:
6519         * sim/ucsim/gui.src/serio.src/fileio.cc
6520         * sim/ucsim/gui.src/serio.src/frontend.cc
6521         * sim/ucsim/gui.src/serio.src/main.cc
6522         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6523         * support/Util/NewAlloc.c
6524         * as/hc08/lklibr.c
6525         * as/mcs51/lklibr.c
6526         * as/z80/aslist.c
6527         * as/z80/assym.c
6528
6529 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6530
6531         * Added MSVC projects for hc08 assembler and linker:
6532         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6533         /as/hc08/link_hc08.dsp
6534
6535 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6536
6537         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6538
6539 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6540
6541         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6542
6543 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6544
6545         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6546
6547 2003-10-31  Borut Razem <borut.razem AT siol.net>
6548
6549         * support/cpp2/cpplib.h,
6550           support/cpp2/cpplib.c,
6551           support/cpp2/cpplex.c,
6552           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6553           to switch _asm block preprocessing on / off. Default is
6554           #pragma preproc_asm +
6555
6556 2003-10-31  Borut Razem <borut.razem AT siol.net>
6557
6558         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6559           when outputting comment blocks (when executed with -C option) and
6560           _asm (SDCPP specific) blocks
6561
6562 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6563
6564         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6565
6566 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6567
6568         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6569
6570 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6571
6572         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6573         * src/SDCCast.c (decorateType): fixed bug #832664
6574
6575 2003-10-31  Borut Razem <borut.razem AT siol.net>
6576
6577         * support\cpp2\cpplex.c: fixed for SDCPP:
6578           comments(when executed with -C option) and _asm blocks
6579           were included even if they where in skipped #if block.
6580           Applied solution from GCC cpp 3.3.2
6581
6582 2003-10-31  Borut Razem <borut.razem AT siol.net>
6583
6584         * src/SDCC.lex: sdcc now understands both formats:
6585           '# <line_number> <file_name>' and
6586           '#line <line_number> <file_name>'
6587         * support/cpp2/cppmain.c: sdcpp now generates the standard
6588           '# <line_number> <file_name>' instead of former
6589           '#line <line_number> <file_name>'
6590
6591 2003-10-30  Borut Razem <borut.razem AT siol.net>
6592
6593         * support/cpp2/cpphash.h,
6594         * support/cpp2/cpplib.h
6595         * support/cpp2/cpplex.c,
6596         * support/cpp2/cppmain.c,
6597         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6598
6599 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         Fixed a number of problems revealed by bug #827883.
6602         * src/SDCCloop.c (loopInvariants): Spill location of the
6603         result operand should be recomputed if extracted from
6604         a loop. Also, don't extract assignments of an iTemp
6605         from a literal.
6606         * src/SDCCast.c (isConformingBody): loop reversal should
6607         not occur if the control variable is involved with a
6608         relational operator.
6609
6610 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6611
6612         * .version: bumped to 2.3.6 to reflect the big improvements
6613         made by Erik and Klaus. Thanks!
6614
6615 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6616
6617         Replaced the livrange code.
6618         * src/SDCClrange.c: added new LR code
6619         * src/SDCCloop.c,
6620         * src/SDCCBBlock.h: removed remainig parts from old LR code
6621         * src/ds390/ralloc.c,
6622         * src/ds390/gen.c: minor fixes to make it work with new code
6623
6624 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         * as/hc08/asm.h,
6627         * as/hc08/lkrloc.c,
6628         * src/hc08/gen.c,
6629         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6630         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6631         (tweaked fix for bug #818696)
6632
6633 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6634
6635         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6636
6637 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6638
6639         * src/SDCCmain.c,
6640         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6641         * src/mcs51/gen.c (gencjneshort),
6642         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6643         more efficient (per Scott Bronson's suggestion)
6644
6645 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6646
6647         Extended the semantics of the critical keyword to include
6648         individual statements. See RFE #827755 and #799831
6649         * src/SDCC.y
6650         * src/SDCCicode.c
6651         * src/SDCCopt.c
6652         * src/SDCCast.c
6653         * support/Util/SDCCerr.c
6654         * support/Util/SDCCerr.h
6655         * src/mcs51/gen.c
6656         * src/ds390/gen.c
6657         * src/hc08/gen.c
6658
6659 2003-10-19  Borut Razem <borut.razem AT siol.net>
6660
6661         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6662
6663 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6664
6665         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6666         Fixed bug #818696
6667         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6668         and predecrement operand is displayed
6669
6670 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         * src/SDCCval.c (valMinus): fixed bug #826041
6673
6674 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6675
6676         Some hc08 related updates that I missed earlier
6677         * sim/ucsim/stypes.h
6678         * support/regression/ports/hc08/spec.mk
6679
6680 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6681
6682         New target "hc08" for the Motorola 68hc08 family of micros
6683
6684         * configure
6685         * configure.in
6686         * Makefile
6687         * src/hc08/*
6688         * src/SDCCmain.c
6689         * src/port.h
6690         * sim/ucsim/hc08.src/*
6691         * sim/ucsim/configure.in
6692         * src/ucsim/configure
6693         * sim/ucsim/packages_in.mk
6694         * as/hc08/*
6695         * as/Makefile
6696         * device/include/mc68hc908qy.h
6697         * device/lib/hc08/*
6698         * device/lib/Makefile.in
6699         * support/regression/ports/hc08/*
6700         * support/regression/Makefile
6701
6702 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6705         regression test
6706         * src/ds390/gen.c (genCast): fixed bug #821957
6707
6708 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6709
6710         * device/lib/logf.c: "fixed" overlay bug
6711         * support/regression/ports/host/spec.mk: added m library
6712         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6713         * support/regression/tests/float_trans: added (for Eric)
6714
6715 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6716
6717         * src/mcs51/gen.c (genCpl): fixed bug
6718         http://sf.net/mailarchive/message.php?msg_id=6263915
6719
6720 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6721
6722         * src/SDCCast.c (decorateType): added extended constant folding
6723         * src/SDCCsymt.c (computeType): cleanup
6724         * src/SDCCval.c (valShift): minor optimization
6725         * support/regression/tests/ast_constant_folding.c: added
6726
6727 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6728
6729         * src/SDCCmain.c: removed some unintended changes
6730
6731 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6732
6733         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6734         * src/z80/gen.c: fixed part of bug #817589
6735         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6736
6737 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6738
6739         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6740         * src/SDCCcflow.c
6741         * src/SDCCcse.c
6742         * src/SDCCdflow.c
6743         * src/SDCClabel.c
6744         * src/SDCClrange.c
6745         * src/SDCCmem.c
6746         * src/SDCCopt.c
6747         * src/SDCCpeeph.c
6748         * src/SDCCset.c
6749         * src/avr/ralloc.c
6750         * src/ds390/ralloc.c
6751         * src/izt/ralloc.c
6752         * src/mcs51/ralloc.c
6753         * src/pic/ralloc.c
6754         * src/pic16/ralloc.c
6755         * src/xa51/ralloc.c
6756         * src/z80/ralloc.c
6757         * src/z80/gen.c: removed unused label "release:"
6758
6759 2003-10-06  Borut Razem <borut.razem AT siol.net>
6760
6761         * src/SDCC.lex: removed definition of unused variables
6762           save_optimize and save_options
6763
6764 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6765
6766         * clean.mk: removed '=' in "-maxdepth=1"
6767         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6768         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6769
6770 2003-10-06  Borut Razem <borut.razem AT siol.net>
6771
6772         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6773           my_unput() replaced by unput()
6774
6775 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6776
6777         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6778         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6779         type-punned pointer will break strict-aliasing rules"
6780         Old LR behaviour is again default; Klaus' LR can be choosen by
6781         defining the environment variable LRKLAUS
6782         * src/SDCCBBlock.h
6783         * src/SDCCloop.c
6784         * src/SDCClrange.c
6785         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6786         * clean.mk: fixed removal of files in bin/CVS/
6787         * device/lib/clean.mk: fixed removal of directories small and large
6788         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6789         * src/SDCCicode.c,
6790         * src/SDCCval.c: removed superflous test for pedantic
6791
6792 2003-10-05  Borut Razem <borut.razem AT siol.net>
6793
6794         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6795           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6796           message "unmatched #pragma SAVE and #pragma RESTORE"
6797
6798 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6799
6800         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6801           assembly, critical functions, atomic, nojtbound)
6802
6803 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6804
6805         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6806         * src/SDCCBBlock.h
6807         * src/SDCCloop.c
6808         * src/SDCCloop.h
6809         * src/SDCClrange.c
6810
6811 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * src/z80/gen.h,
6814         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6815         * src/mcs51/gen.h
6816         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6817         * src/ds390/gen.h
6818         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6819         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6820         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6821
6822 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6823
6824         * src/z80/gen.c (genRet): fixed bug #524753
6825         * src/z80/gen.c (genCast): fixed internal error on cast from
6826         pointer to long
6827         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6828         fix for bug #477835 to the z80
6829         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6830         for tracking iCodes in the peephole optimizer for z80
6831
6832 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6833
6834         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6835         the other part of bug #814548
6836         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6837
6838 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6839
6840         * src/SDCCcse.c: fixed part of bug #814548
6841
6842 2003-09-28  Borut Razem <borut.razem AT siol.net>
6843
6844         * src/asm.c: rewrite of printILine() to use temporary file instead
6845           a pipe
6846         * src/xa51/main.c: commented out declaration of int rewinds
6847
6848 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6849
6850         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6851
6852 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6855         * src/asm.c (printILine): Fixed bug #811015
6856
6857 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6858
6859         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6860         freeing.
6861
6862 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6863
6864         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6865         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6866         to correctly handle general case of AOP_PAIRPTR
6867         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6868
6869 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6870
6871         * src/mcs51/ralloc.c (fillGaps),
6872         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6873         register positioning bug)
6874
6875 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6876
6877         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6878
6879 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6880
6881         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6882         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6883         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6884         (ralloc doesn't intentionally do this now, but perhaps later)
6885         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6886         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6887         register positioning bugs (Fixed bug #762602 and #795325)
6888         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6889         (Fixed bug #808779)
6890         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6891         lines that --i-code-in-asm generates
6892
6893 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6894
6895         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6896         trying to fclose a FILE* that was already closed.
6897
6898 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6899
6900         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6901         of const struct should be treated as if const themselves)
6902
6903 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6904
6905         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6906
6907 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6908
6909         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6910         Unix (/n) and DOS (/r/n) line terminations.
6911
6912 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6913
6914         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6915         bug #613775
6916
6917 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6918
6919         * src/mcs51/gen.c (genFunction, genEndFunction),
6920         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6921         and restore of EA so that stack offsets to parameters are
6922         correct when using both critical and reentrant/stack-auto.
6923         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6924         size (can be triggered in error if sloc is shared between
6925         different sized objects)
6926         * device/include/float.h: fixed macros to explicitly use
6927         unsigned long where needed
6928
6929 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6930
6931         Feature req. 799831: added code to allow nesting of critical functions
6932         * src/mcs51/gen.c (genFunction, genEndFunction)
6933         * src/ds390/gen.c (genFunction, genEndFunction)
6934
6935 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6936
6937         * src/SDCCsymt.c (sclsFromPtr),
6938         * src/SDCCsymt.h,
6939         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6940         support for standard C idiom of memory mapped variables; for
6941         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6942         to xdata int at 0x1234 tempvar = 1.
6943         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6944         provided by Akiya ISHIDA
6945
6946 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6947
6948         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6949         * src/SDCCval.c (constVal): added reduction from int to char
6950         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6951         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6952         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6953         to ignore the sign
6954         * support/regression/tests/shifts.c: fixed
6955
6956 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6957
6958         * src/z80/gen.c (genXor): Fixed bug #805445
6959
6960 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6961
6962         Fixed bug #621531 (const & volatile confusion in the type chain).
6963         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6964         refer to the const or volatile state of the pointer itself.
6965
6966         * src/SDCCast.c
6967         * src/SDCCglue.c
6968         * src/SDCCicode.c
6969         * src/SDCCsymt.c
6970         * src/SDCCval.c
6971         * src/SDCC.y
6972         * src/SDCCsymt.h
6973         * src/pic/gen.c
6974         * src/pic/ralloc.c
6975         * src/pic16/gen.c
6976         * src/pic16/ralloc.c
6977         * support/regression/tests/const.c
6978
6979 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6980
6981         When checking for duplicated modules, use absolute paths
6982         instead of relative paths.  Files changed:
6983
6984         * as/mcs51/lklib.c
6985         * link/z80/lklib.c
6986
6987 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6990
6991 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6992
6993         * device/include/string.h: added size_t typedef, changed
6994         prototypes to use size_t, eliminated separate reentrant and
6995         non-reentrant declarations, added _memmove declaration
6996         * device/lib/_memcpy.c: changed to use size_t instead of int,
6997         changed /4 to >>2 to avoid division library call
6998         * device/lib/_memcmp.c,
6999         * device/lib/_memset.c,
7000         * device/lib/_strncat.c,
7001         * device/lib/_strncpy.c,
7002         * device/lib/_strncmp.c: changed to use size_t instead of int
7003         * device/lib/_memmove.c: new file (fixed bug #772294)
7004         * device/lib/Makefile.in: added _memmove.c
7005         * device/lib/z80/asm_strings.s: fixed bug #772290
7006         * support/regression/tests/bitfields.c: attempt to fix host assertion
7007         failure on amd64-unknown-linux2.2
7008
7009 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7010
7011         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7012         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7013         * as/z80/asmain.c (main): fixed bug #801766
7014
7015 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7016
7017         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7018         compilers
7019
7020 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7021
7022         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7023         reported in bug #800609
7024
7025 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7026
7027         * Top header beautifications in src/pic16 directory:
7028           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7029           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7030           pcoderegs.h, ralloc.c, ralloc.h
7031         * main.c: added top header and GPL license notice
7032         * pcode.c: fixed the if-conditional warning
7033
7034 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7035
7036         * device/lib/_mullong.c: replaced int by short for gcc
7037
7038 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7041         and JUMPTABLE iCodes properly now (worked by accident before)
7042         * src/mcs51/gen.c (leftRightUseAcc),
7043         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7044         iCode properly now. Use getSize instead of nRegs since a & b
7045         aren't part of the nRegs tally.
7046
7047 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7048
7049         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7050         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7051           before instructions that use the _STATUS register
7052
7053 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7054
7055         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7056         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7057         fetching of the pointer
7058         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7059         copied from genNearPointerSet()
7060         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7061         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7062         If they pop r0/r1 they must be called in the opposite order than aopOp().
7063         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7064         (resp. --stack-auto), prepared for --xstack
7065
7066 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7067
7068         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7069
7070 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7071
7072         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7073         these ports have their own __sdcc_external_start()
7074
7075 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7076
7077         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7078         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7079         type for bits was changed. It resulted in bit variables becoming
7080         global, which is not permitted in PIC 14 assembly output.
7081
7082 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7083
7084         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7085
7086 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7087
7088         Z80 and MCS51 linkers complaint if a public symbol is defined
7089         in more than one library module:
7090
7091         * as/mcs51/lklib.c
7092         * link/z80/lklib.c
7093         * as/mcs51/Makefile.in
7094
7095 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7096
7097         A few small changes that speed up the peephole optimizer.
7098
7099         * src/SDCCpeeph.c
7100
7101 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7102
7103         Try to make the peephole optimizer smarter by maintaining
7104         an association between the assembly source code and the
7105         iCodes that originated them. Put this information to use
7106         with a new peephole rule condition "notVolatile" so that
7107         the rules can be aggressive yet still safe.
7108
7109         * src/SDCCpeeph.c
7110         * src/SDCCpeeph.h
7111         * src/mcs51/gen.c
7112         * src/mcs51/peeph.def
7113
7114 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         Fixed bug #741761
7117
7118         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7119         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7120         if the left or right operand symbols have the accuse flag set.
7121
7122 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7123
7124         Changed the type of the result of the ! (NOT) operator to char;
7125         previously it returned the same type as the source. This allows
7126         us to eliminate all the genFloatNot functions (all of its target
7127         implementations were very buggy) since !float can use the same
7128         code as !long now.
7129
7130         * src/SDCCicode.c (ast2iCode): ! returns char
7131         * src/mcs51/gen.c (genNot, genNotFloat),
7132         * src/ds390/gen.c (genNot, genNotFloat),
7133         * src/z80/gen.c (genNot, genNotFloat),
7134         * src/pic/gen.c (genNot, genNotFloat),
7135         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7136
7137 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7138
7139         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7140         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7141            during interrupts. Ensure WSAVE is located at a shared bank address.
7142         2. Fixed page selection in some places
7143         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7144            the registers name strings.
7145         4. Fixed "signed / unsigned compare" compiler warnings.
7146         5. The PIC port manages its own allocation of the general purpose
7147            registers, but makes no attempt to reuse them. As a result when
7148            compiling it soon runs out of general purpose registers. Some
7149            additional code was added to the files pcode.c and device.c to walk
7150            through the function call tree and rename the registers so that they
7151            get reused.
7152
7153         * src/pic/device.c
7154         * src/pic/gen.c
7155         * src/pic/glue.c
7156         * src/pic/pcode.c
7157         * src/pic/pcode.h
7158         * src/pic/ralloc.c
7159         * src/pic/ralloc.h
7160         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7161         genPlus() & genMinus() when the result is the same as left or right
7162
7163 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7164
7165         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7166
7167 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7168
7169         Made bitfield a distinct type from bit so that bitfields
7170         convert as per ANSI C and bits retain their traditional
7171         boolean style behaviour. Implemented bitfield support in
7172         the z80 port.
7173
7174         * src/SDCCsymt.h,
7175         * src/SDCCsymt.c,
7176         * src/SDCCast.c,
7177         * src/cdbFile.c,
7178         * src/mcs51/gen.c,
7179         * src/ds390/gen.c: bit v bitfield split
7180         * src/z80/gen.c: New support for bitfields
7181         * support/regression/tests/bitfields.c: reenabled z80,
7182         added more tests
7183
7184 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7185
7186         Rules 246.x, 247.x relate to bitfields, the others speed up
7187         access to xdata mapped I/O devices.
7188
7189         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7190
7191 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7192
7193         Cleaned up genPackBits and genUnpackBits and added two helper
7194         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7195         for literal assignments in genPackBits (thanks to Frieder for
7196         reminding me).
7197
7198         * src/mcs51/gen.c
7199         * src/ds390/gen.c
7200
7201 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         Fixed bug #748310 (pointer to function type mishandled when the
7204         function name is omitted). Also fixed a SIGSEGV when a function
7205         attribute (reentrant, etc) is used on a non-function or on a
7206         function but misplaced before the parameter list.
7207
7208         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7209         bug #748310
7210         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7211         * support/Util/SDCCerr.h,
7212         * support/Util/SDCCerr.c: Added func attr misuse error msg
7213
7214 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7215
7216         Fixed bug #787649 by anonymous
7217         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7218         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7219
7220 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         Fixed numerous bitfield problems.
7223
7224         * src/SDCC.y: More bitfield related error checking
7225         * src/SDCCsymt.h,
7226         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7227         * support/Util/SDCCerr.h,
7228         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7229         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7230         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7231         * support/regression/tests/bitfields.c: tests added
7232
7233 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         Made the constant following the "interrupt" keyword optional. If
7236         omitted, the function will not automatically be given an entry
7237         in the interrupt vector table (similar to #pragma NOIV, but
7238         less syntacticly kludgy). The interrupt number is also now
7239         range checked. Also fixed a bug in the high order bit example
7240         in the manual.
7241
7242         * src/SDCC.y
7243         * src/SDCCmem.c
7244         * src/SDCCglue.c
7245         * src/SDCCsymt.h
7246         * support/Util/SDCCerr.c
7247         * support/Util/SDCCerr.h
7248         * doc/sdccman.lyx
7249
7250 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7251
7252         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7253         * src/SDCCicode.c (operandOperation): rewritten some ops
7254         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7255         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7256         other type
7257         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7258         be re-activated by defining REDUCE_LITERALS)
7259         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7260         unsigned, but are signed by default
7261         * src/SDCCval.c (constVal): rearranged
7262         * src/SDCCval.c (valMod): preliminary fix
7263         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7264         * support/regression/literalop.c: added, work in progress
7265
7266 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7267
7268         Generate warnings for useless declarations like "char data;"
7269         that don't do what new users expect.
7270
7271         * src/SDCC.y
7272         * support/Util/SDCCerr.h
7273         * support/Util/SDCCerr.c
7274
7275 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7276
7277         * src/SDCCval.c (valMult): fix overflow detection of negative int
7278
7279 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7280
7281         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7282
7283         Changes to support big endian targets:
7284
7285         * src/ports.h
7286         * src/SDCCglue.c
7287         * src/avr/main.c
7288         * src/ds390/main.c
7289         * src/izt/i186.c
7290         * src/mcs51/main.c
7291         * src/pic/main.c
7292         * src/pic16/main.c
7293         * src/xa51/main.c
7294         * src/z80/main.c
7295
7296 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7297
7298         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7299         * device/lib/time.c: fixed warning "integer overflow in expression"
7300
7301 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7302
7303         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7304         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7305         constants are unsigned; added recognition of "u" flag for unsigned
7306         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7307         * src/SDCCval.c (valDiv, valMod): fixed signdness
7308         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7309         signedness of modulo, left and right shift
7310         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7311         * support/Util/SDCCerr.h: added warning W_INT_OVL
7312         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7313         * src/SDCCast.c (ast_print): improved output of constants
7314
7315 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7316
7317         Fixed some warnings when building with MSVC:
7318
7319         * as\mcs51\asdata.c
7320         * as\z80\asdata.c
7321         * as\mcs51\asm.h
7322         * as\z80\asm.h
7323         * link\z80\aslink.h
7324         * link\z80\lkdata.c
7325         * link\z80\lkeval.c
7326         * link\z80\lkgb.c
7327         * link\z80\lkihx.c
7328         * link\z80\lks19.c
7329         * link\z80\lksym.c
7330         * support\cpp2\cpplib.c
7331         * src\ds390\gen.c
7332         * src\mcs51\gen.c
7333
7334 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7335
7336         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7337
7338 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7339
7340         * support\librarian\clean.mk: Do not remove Makefile.
7341         * support\librarian\Makefile: added.
7342
7343 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7344
7345         Added librarian to MSVC build:
7346         * all.dsp
7347         * sdcc.dsw
7348         * support\librarian\librarian.dsp
7349
7350         'configure' not needed for librarian, removed:
7351         * support\librarian\configure
7352         * support\librarian\configure.in
7353         * support\librarian\config_in.h
7354         * support\librarian\Makefile.in
7355
7356         Hopefully these ones built the librarian and the rest of sdcc properly:
7357         * Makefile
7358         * Makefile.common.in
7359
7360         Messed up 'configure', so revert to previous version:
7361         * configure
7362         * configure.in
7363
7364 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7365
7366         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7367         there, while the mantissa of a double is "only" 53 bits wide.
7368
7369 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7370
7371         Adding sdcclib to the build.  MSVC project coming soon.
7372         Files added/changed:
7373
7374         * support\librarian\clean.mk
7375         * support\librarian\configure
7376         * support\librarian\configure.in
7377         * support\librarian\config_in.h
7378         * support\librarian\Makefile.bcc
7379         * support\librarian\Makefile.in
7380         * support\librarian\sdcclib.c
7381         * Makefile.bcc
7382         * Makefile
7383         * Makefile.common.in
7384         * configure
7385         * configure.in
7386
7387 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7388
7389         Linker now complaints if linked modules have conflicting options, for
7390         example, one compiled using --model-large and another one compiled with
7391         --model-small.  The following files were modified:
7392
7393         * as\mcs51\asdata.c
7394         * as\mcs51\aslink.h
7395         * as\mcs51\asm.h
7396         * as\mcs51\asmain.c
7397         * as\mcs51\asout.c
7398         * as\mcs51\i51pst.c
7399         * as\mcs51\lkdata.c
7400         * as\mcs51\lklibr.c
7401         * as\mcs51\lkmain.c
7402         * as\z80\asdata.c
7403         * as\z80\asm.h
7404         * as\z80\asmain.c
7405         * as\z80\asout.c
7406         * as\z80\z80pst.c
7407         * link\z80\aslink.h
7408         * link\z80\lkdata.c
7409         * link\z80\lklibr.c
7410         * link\z80\lkmain.c
7411         * src\SDCCglue.c
7412
7413 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7414
7415         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7416         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7417
7418 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7419
7420         * src/z80/mappings.i: fix _mul[us][int,long] entries
7421
7422 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7423
7424         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7425
7426 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7427
7428         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7429         * support/regression/tests/bitopcse.c: added
7430         fixed warning:
7431         * src/avr/gen.c:
7432         * src/pic/gen.c:
7433         * src/pic16/gen.c:
7434         * src/z80/gen.c:
7435         * src/xa51/gen.c:
7436
7437 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7438
7439         added support for new library format to z80, gbz80 linkers:
7440         *link/z80/aslink.h
7441         *link/z80/lklex.c
7442         *link/z80/lklib.c
7443         *link/z80/lklist.c
7444
7445 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7446
7447         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7448         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7449
7450 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7451
7452         added DUMMY_READ_VOLATILE:
7453         * src/SDCC.y:
7454         * src/avr/gen.c:
7455         * src/xa51/gen.c:
7456         * src/z80/gen.c:
7457         * src/pic/gen.c:
7458         * src/pic16/gen.c:
7459         * src/mcs51/gen.c:
7460         * src/ds390/gen.c:
7461         * src/SDCCcse.c (algebraicOpts): many improvements
7462         * src/SDCCcse.h: removed algebraicOpts()
7463         * src/SDCCicode.c (picDummyRead): added
7464
7465 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7466
7467         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7468         "Insufficient space in data memory".
7469
7470 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7471
7472         * src/mcs51/gen.c: fixed bug #771358
7473         * src/z80/gen.c: fixed bug #759087
7474
7475 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7476
7477         * src/pic16/glue.c: minor cleanup by Vangelis
7478
7479 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7480
7481         * device/include/regc515c.h: fixed #758477
7482         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7483         * device/lib/_gptrput.c: saved a few bytes
7484         * my tab spacing is 8, yours too?)
7485         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7486         * device/lib/serial.c: process RX bytes earlier than TX bytes
7487         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7488
7489 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7490
7491         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7492
7493 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7494
7495     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7496
7497 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7498
7499         * device/lib/Makefile.in: bad fix, reverted to 1.43
7500
7501 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7502
7503         * device/lib/Makefile.in: added missing z80 object files
7504
7505 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7506
7507         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7508         pic16 progress by Vangelis:
7509         * src/SDCCglobl.h:
7510         * src/SDCCmain.c:
7511         * src/pic/Makefile:
7512         * src/pic:
7513         * pic/Makefile:
7514         * pic16/device.c:
7515         * pic16/device.h:
7516         * pic16/gen.c:
7517         * pic16/gen.h:
7518         * pic16/genarith.c:
7519         * pic16/glue.c:
7520         * pic16/main.c:
7521         * pic16/pcode.c:
7522         * pic16/pcode.h:
7523         * pic16/pcodepeep.c:
7524         * pic16/peeph.def:
7525
7526 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7527
7528     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7529
7530 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7531
7532     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7533     added gbz80 build to MSVC project.
7534     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7535     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7536     from 8051 stuff and setup so it links using a .lnk file.
7537
7538 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7539
7540     * support/librarian/sdcclib.c: sdcc librarian.
7541     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7542     with sdcclib.
7543
7544 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7545
7546     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7547
7548 2003-07-02  Borut Razem <borut.razem AT siol.net>
7549
7550         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7551         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7552         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7553         src/xa51/main.c, src/z80/main.c:
7554         virtualization of glue() function: each port has it's own glue function,
7555         which is accessed by do_glue function pointer in PORT.general structure
7556
7557 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7558
7559         * DS800C400 fun, improved ROM interface and tinibios.
7560
7561 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7562
7563         * More support for DS80C400. Now includes beginning of interface to ROM.
7564
7565 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7566
7567         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7568
7569 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7570
7571         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7572
7573 2003-06-19  Borut Razem <borut.razem AT siol.net>
7574
7575         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7576
7577 2003-06-19  Borut Razem <borut.razem AT siol.net>
7578
7579         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7580         fixed Z80 port - crt0.o: cannot open.
7581
7582 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7583
7584         * support/Util/MySystem.c (merge_command): revert bad fix
7585
7586 2003-06-18  Borut Razem <borut.razem AT siol.net>
7587
7588         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7589
7590 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7591
7592         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7593         option --use-stdout sends errors to stdout instead of stderr.
7594
7595 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7596
7597         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7598
7599 2003-06-15  Borut Razem <borut.razem AT siol.net>
7600
7601         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7602         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7603         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7604         fixed width array of pointers replaced with sets;
7605         multiple include and lib paths ared transferred to preprocessor and linker
7606         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7607         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7608         fixed width array of pointers
7609         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7610         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7611         fixupPath(), getPathDifference()
7612         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7613         fixed width array of pointers
7614
7615 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7616
7617         * src/pic16/ralloc.c: fix warnings
7618         * src/pic16/pcode.c: fix warning
7619
7620 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7621
7622          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7623         know all the details, but essentially this set of changes enable
7624         the pic16 port to generate movff instructions and generate assembler
7625         directives,
7626         * src/SDCCmain.c:
7627         * src/pic16/gen.c:
7628         * src/pic16/glue.c:
7629         * src/pic16/pcode.c:
7630         * src/pic16/device.c:
7631         * src/pic16/main.c:
7632         * src/pic16/pcode.h:
7633         * src/pic16/pcoderegs.c:
7634         * src/pic16/ralloc.c:
7635         * src/pic16/ralloc.h:
7636
7637 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7638
7639         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7640         added option --vc, so sdcc errors and warnings are compatible with
7641         Microsoft Visual Studio.
7642
7643 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7644
7645         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7646           device/lib/libfloat.lib: added atof function.
7647
7648 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7649
7650         * doc/sdccman.lyx: updated to Lyx 1.3
7651         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7652         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7653         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7654
7655 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7656
7657         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7658
7659 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7660
7661         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7662           additions to the "related tools/documentation" section
7663
7664 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7665
7666         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7667
7668 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7669
7670         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7671         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7672
7673 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7674
7675         * doc/sdccman.lyx: fix double dash and other minor things
7676         * doc/Makefile: fix double dash
7677
7678 2003-05-28  Karl Bongers(patches from Martin Helmling)
7679         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7680           condition and ignore commands.
7681
7682 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7683
7684         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7685           is in parts still quite out of date, I did changes as far as I felt makes sense
7686           for a non-native english speaker.
7687           Please feel free to add to the manual or to correct my changes.
7688         * doc/Makefile: undid touching the date of intermediate tex files.
7689
7690 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7691
7692         * doc/sdccman.lyx: Manual has an index now
7693
7694 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7695
7696         Finalize muluint/mulsint and mululong/mulslong merging:
7697         * device/lib/_mulint.c
7698         * device/lib/_mullong.c
7699         * device/lib/gbz80/mul.s
7700         * device/lib/gbz80/stubs.s
7701         * device/lib/z80/mul.s
7702         * device/lib/z80/stubs.s
7703         * src/SDCCsymt.c (initCSupport)
7704
7705 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7706
7707         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7708         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7709           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7710           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7711           instead of /Zm500.
7712
7713 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7714
7715         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7716           the regression tests I'm not brave enough to enable 245.b, 245.c
7717         * doc/sdccman.lyx: added latex preamble for hyperref package.
7718           Using pdflatex this will give you a hyperlinked pdf file with
7719           bookmarks. (prepend '%' before /usepackage if this breaks something)
7720
7721 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7722
7723          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7724
7725 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7726
7727         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7728
7729 2003-05-21    <johan AT balder>
7730
7731         * src/SDCCglue.c (printIval): fixed bug #739934
7732
7733 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7734
7735         Applied patch from bug 737905 (renamed yylineo to mylineno):
7736         * src/altlex.c
7737         * src/SDCCast.c
7738         * src/SDCglobl.h
7739         * src/SDCC.lex
7740         * src/SDCCsymt.c
7741         * src/SDCCval.c
7742         * src/pic16/pcode.c: Cleaned warnings
7743         * src/pic16/pcodeflow.c: Cleaned warnings
7744         * src/pic16/pcoderegs.c: Cleaned warnings
7745
7746 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7747
7748         * src/pic16/pcode.c: Cleaned warnings
7749         * src/pic16/pcodepeep.c: Cleaned warnings
7750         * src/pic16/ralloc.c: Cleaned warnings
7751
7752 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7753
7754         * doc/sdccman.lyx: fixed bug 739745
7755         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7756
7757 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7760         it can be defined with CFLAGS when running configure
7761         * src/SDCCmain.c: fixed compiling + linking with object files
7762
7763 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7764
7765         * configure.in: configure for pic16 port,
7766             added --disable-pic16-port
7767         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7768         * src/SDCCmain.c: linkOptions is changed to set *,
7769             added if/endif conditional macros to remove options help
7770             messages from optionsTable when a port is not configured, added
7771             support for the PIc16 port in the ports table, when executing
7772             the compiler with no port specified on command line, a default
7773             port is selected with the new macro DEFAULT_PORT which is
7774             defined in port.h, in setDefaultOptions() linkOptions is removed
7775             from initialization assignment, since now it is a set,
7776             parseCmdLine uses setParseWithComma for linkOptions, in
7777             linkEdit() linkOptions are accessed with new function indexSet()
7778             which returns the i'th item of a set variable. See SDCCset.c, in
7779             linkEdit() when calling buildCmdLine(), added linkOptions as
7780             last argument. Now users can pass arguments to gplink via the
7781             -Wl option, main() uses pic16glue() to glue up pic16 programs
7782         * src/SDCCpeeph.c: various changes to support pic16
7783         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7784             return the i'th item of the set
7785         * src/SDCCset.h: added function prototype for indexSet()
7786         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7787         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7788         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7789             added macro DEFAULT_PORT
7790         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7791         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7792             generated
7793         * src/pic16/glue.c: commented out some error producing lines
7794         * src/pic16/main.c: __config directives are commented out to stop
7795             gpasm complaining and test the linkage with gplink, _linkCmd and
7796             _asmCmd changed to be more gplink and gpasm friendly
7797         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7798             produced an error when parsed, peep rule 12 is added to utilize
7799             movff, but it is commented out since the pCode does not support
7800             yet a command with 2 address arguments
7801
7802 2003-05-18    <johan AT balder>
7803
7804         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7805         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7806 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7807
7808         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7809   Added feature to script commands from file.
7810
7811 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7812
7813         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7814         * src/SDCCutil.c: include ctype.h for win32
7815
7816 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7817
7818         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7819
7820 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7821
7822         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7823   Fixed so you can set breakpoints prior to run, run does not stop
7824   on entry now.  Add tbreak.  Other enhancements and fixes for use
7825   with ddd.
7826
7827 2003-05-12  Borut Razem <borut.razem AT siol.net>
7828
7829         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7830
7831 2003-05-11  Borut Razem <borut.razem AT siol.net>
7832
7833         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7834         the path of bin directory, so that PATH is the only env. variable, which has to be set
7835         in case of standard installation.
7836         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7837         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7838         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7839
7840 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7841
7842         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7843         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7844         temp files are in the port dir; clean the gen/test directory when
7845         generating new test.c
7846         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7847         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7848         * support/regression/tests/zeropad.c: added
7849
7850 2003-05-09    <johan AT balder>
7851
7852         * src/SDCCglue.c: fixed bug #597940
7853
7854 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7855
7856         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7857   cache sfr, optimize next,step, fix off by one sourceline,
7858   support ddd list function.
7859         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7860
7861 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7862
7863         * support/regression/HTMLgen.py: added compare_s2f()
7864         * support/regression/Makefile: redo 1.27
7865         * support/regression/generate-cases.py: redo 1.5
7866
7867 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7868
7869         * support/regression/tests/float.c: workaround 33 bit hex constant
7870         * support/regression/tests/simplefloat.c: fix division for host
7871
7872 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7873
7874         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7875         that tame's the PIC's over-aggressive optimizer.
7876
7877 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7878
7879          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7880          support for MSVC.
7881
7882 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7883
7884         Initial support for DS80C400. "Hello world" runs on TINIm400
7885         (with polled I/O).
7886
7887 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7888
7889          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7890          * Some notes on ddd usage added in debugger/README
7891          Martin Helmling adding more features and fixes for ddd GUI debugger.
7892          Code added for nexti, stepi, up, down, and other adjustments.
7893
7894 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7895
7896         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7897         * src/pic/peeph.def Added two rules to optimize carry manipulation
7898         * src/pic/* removed debug printfs
7899
7900 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         * debugger/mcs51/cmd.c: added header newalloc.h
7903
7904 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7905
7906         * as/Makefile: new EXEEXT
7907         * as/z80/Makefile: remove trailing slash of BUILDIR
7908         * as/z80/clean.mk: new EXEEXT
7909         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7910         * support/cpp2/Makefile.in: new EXEEXT
7911         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7912
7913 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7914
7915         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7916         EXEEXT was introduced to fix all related problems with targets
7917         "clean", "install" and "uninstall"; a couple of further flaws
7918         especially with "clean" have been fixed too
7919         * as/mcs51/Makefile.in
7920         * as/mcs51/clean.mk
7921         * as/z80/Makefile
7922         * Makefile
7923         * clean.mk
7924         * debugger/mcs51/Makefile.in
7925         * debugger/mcs51/clean.mk
7926         * link/z80/Makefile
7927         * link/z80/Makefile.in
7928         * link/z80/clean.mk
7929         * link/Makefile
7930         * packihx/Makefile.in
7931         * packihx/clean.mk
7932         * sim/ucsim/Makefile
7933         * sim/ucsim/clean.mk
7934         * sim/ucsim/avr.src/Makefile.in
7935         * sim/ucsim/avr.src/clean.mk
7936         * sim/ucsim/s51.src/Makefile.in
7937         * sim/ucsim/s51.src/clean.mk
7938         * sim/ucsim/xa.src/Makefile.in
7939         * sim/ucsim/xa.src/clean.mk
7940         * sim/ucsim/z80.src/Makefile.in
7941         * sim/ucsim/z80.src/clean.mk
7942         * sim/ucsim/main_in.mk
7943         * sim/ucsim/packages_in.mk
7944         * sim/ucsim/gui.src/Makefile.in
7945         * sim/ucsim/gui.src/serio.src/Makefile.in
7946         * sim/ucsim/gui.src/serio.src/clean.mk
7947         * src/Makefile.in
7948         * src/clean.mk
7949         * support/cpp2/Makefile.in
7950         * support/cpp2/clean.mk
7951         * support/makebin/Makefile
7952         * support/makebin/clean.mk
7953         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7954         * doc/sdccman.lyx: --program-suffix no longer needed
7955
7956 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7957
7958          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7959          Martin Helmling added support for ddd GUI debugger.
7960          Code added to display assembly, set variables, and other commands
7961          to interface to ddd.
7962
7963 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7964
7965         * as/Makefile: fix target clean
7966         * as/clean.mk: fix target clean
7967         * as/z80/clean.mk: fix target clean
7968
7969 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7970
7971         * Makefile.common.in: added  AT EXEEXT AT
7972         * configure.in: removed all mingw32 stuff
7973         * configure: rebuilt from configure.in
7974         * doc/sdccman.lyx: updated section "installation"
7975         * support/scripts/sdcc_mingw32: adapted to configure
7976         * support/scripts/sdcc_cygwin_mingw32: added
7977
7978 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7979
7980         * src/pic Added object file support for the PIC port
7981         * src/pic Applied patch from Craig Franklin (this started the object file support)
7982         * src/regression Updated the PIC regression tests for object files
7983
7984 2003-04-20  Borut Razem <borut.razem AT siol.net>
7985
7986         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7987           lklex.c: In function `getfid':
7988           lklex.c:203: warning: array subscript has type `char'
7989         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7990           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7991         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7992           stack handling macros
7993
7994 2003-04-19  Borut Razem <borut.razem AT siol.net>
7995
7996         * "handling space characters in file path" task:
7997         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7998         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7999         * support/Util/MySystem.h: make it self-sufficient
8000         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8001           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8002           handling space characters in file path
8003         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8004           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8005         * support/Util/MySystem.c: handling space characters in executable's path
8006
8007 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8008
8009         * as/z80/Makefile: fix permanent rebuild of z80
8010         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8011         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8012
8013 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8014
8015         * src/SDCCopt.c: add special case optimization to replace modulo by
8016           a power of two with a bitwise AND.
8017
8018 2003-04-18    <johan AT balder>
8019
8020         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8021
8022 2003-04-17    <johan AT balder>
8023
8024         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8025         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8026
8027 2003-04-13  Borut Razem <borut.razem AT siol.net>
8028
8029         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8030         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8031           fixed mingw problem in adl_NORMALIZE_PATH
8032
8033 2003-04-12  Borut Razem <borut.razem AT siol.net>
8034
8035         * fixed "#pragma SAVE/RESTORE can not be nested":
8036         * src/SDCC.lex: reworked pragma handling functions
8037         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8038         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8039
8040 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8041
8042         * src/SDCCutil.c (pathEquivalent): defined but not used
8043         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8044         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8045         * configure: rebuilt from configure.in
8046         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8047         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8048         * device/include/Makefile.in: replace sdcc_datadir
8049         * device/lib/Makefile.in: replace sdcc_datadir
8050         * Makefile.common.in: add LDFLAGS from configure
8051         * packihx/Makefile.in: use LDFLAGS
8052         * src/Makefile.in: use LDFLAGS
8053         * support/cpp2/Makefile.in: add LDFLAGS from configure
8054         * support/makebin/Makefile: use LDFLAGS
8055         * .version: bumped version number to 2.3.5
8056
8057 2003-04-12  Borut Razem <borut.razem AT siol.net>
8058
8059         * completed "different paths" task:
8060         * src/SDCCmacro.c: fixed bug in handling quotes
8061         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8062         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8063
8064 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8065
8066         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8067
8068 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8069
8070         * ds390/gen.c ds390/peeph.def: fix bug 706781
8071
8072 2003-04-11  Borut Razem <borut.razem AT siol.net>
8073
8074         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8075
8076 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8077
8078         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8079         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8080          set - this bit used to not be set...).
8081         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8082           bad code in PIC Port
8083         * src/regression/and2.c added to test bug 609268
8084         * src/regression/Makefile added and2.c to regression test
8085
8086
8087 2003-04-08    <johan AT CP255758-A>
8088
8089         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8090         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8091         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8092
8093 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8094
8095         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8096         fix bug #487815
8097         * support/cpp2/Makefile.in: fix bug #487815
8098         * configure: rebuilt from configure.in
8099         * Makefile.common.in: docdir changed, new path suffixes
8100         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8101         * sdcc_vc_in.h: reflect changes from sdccconf.h
8102         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8103         * src/SDCCutil.h: remove BINDIR hack
8104         * doc/sdccman.lyx: update new path hierarchy
8105
8106 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8107
8108         * src/SDCCpeeph.c: added okToRemoveSLOC test
8109
8110 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8111
8112         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8113
8114 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8115
8116         * src/SDCCpeeph.c: added labelIsReturnOnly test
8117         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8118
8119 2003-04-05    <johan AT balder>
8120
8121         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8122         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8123         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8124         * src/SDCCast.c: fixed a warning
8125         * src/SDCCast.h: fixed a warning
8126         * src/SDCCicode.c (operandFromAst): fixed a warning
8127
8128 2003-04-04    <johan AT balder>
8129
8130         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8131         * src/SDCCast.c (decorateType): fixed bug #715076
8132         * src/SDCC.y: fixed bug #702907
8133
8134 2003-04-03    <johan AT balder>
8135
8136         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8137         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8138         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8139         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8140         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8141
8142 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8143
8144         * _decdptr.c: fix return values
8145         * _gptrget.c: fix return values
8146         * _gptrgetc.c: fix return values
8147         * _gptrput.c: fix return values
8148         * _mulint.c: fix return values
8149         * as/z80/Makefile: fix 'make -j' problem
8150
8151 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8152
8153         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8154         * configure.in: big cleanup, updated to autoconf 2.5x
8155         * configure: rebuilt from configure.in
8156         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8157         * sdcc_vc_in.h: reflect changes from sdccconf.h
8158         * doc/Makefile: fixed a flaw in "make install"
8159
8160 2003-04-02    <johan AT balder>
8161
8162         * src/ds390/gen.c (genCmp): no comments
8163         * src/mcs51/gen.c (genCmp): no comments
8164         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8165         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8166
8167 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8168
8169         * support/regression/generate-cases.py: place generated file in given sub directory
8170         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8171         * support/regression/Makefile: improvements for 'make -j';
8172         side effect: it's simpler and faster now
8173
8174 2003-03-31  Borut Razem <borut.razem AT siol.net>
8175
8176         * src/z80/main.c: link-{port} and as-{port} defined without path
8177         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8178
8179 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8182
8183 2003-03-30  Borut Razem <borut.razem AT siol.net>
8184
8185         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8186           changed type of list parameter to set
8187         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8188         * src/port.h: changed type of do_assemble() parameter to set
8189         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8190           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8191           definition of "cppoutfilename" macro with NULL value in preProcess()
8192         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8193         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8194         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8195           replaced with set *binPathSet
8196         * shash_add() deallocates the item, if allready exsists, before adding the new one
8197         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8198
8199 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8200
8201         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8202           a nested for loop bug in the PIC port
8203         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8204           for loops
8205
8206 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8207
8208         * support/Util/dbuf.h: remove C++ stuff to make it portable
8209
8210 2003-03-28  Borut Razem <borut.razem AT siol.net>
8211
8212         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8213           literal strings in stringLiteral()
8214         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8215         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8216           to the project
8217
8218 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8219
8220         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8221
8222 2003-03-26    <johan AT balder>
8223
8224         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8225         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8226         * src/SDCCast.c (decorateType): fixed " -v < 3"
8227
8228 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8229
8230         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8231         Added Lenny Story's debug infrastructure changes:
8232         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8233         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8234         * src/cdbFile.c: added
8235         * src/SDCCdebug.c: added
8236         * src/SDCCdebug.h: added
8237         * src/SDCCast.c (createFunction)
8238         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8239         * src/SDCCmain.c (parseCmdLine, main)
8240         * src/SDCCmem.c (redoStackOffsets)
8241         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8242         * src/SDCCsymt.h
8243         * src/common.h
8244         * src/avr/gen.c (genAVRCode)
8245         * src/ds390/gen.c (gen390Code)
8246         * src/mcs51/gen.c (gen51Code)
8247         * src/pic/gen.c (genpic14Code)
8248         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8249         * src/xa51/gen.c (genXA51Code)
8250         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8251
8252 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8253
8254         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8255         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8256
8257 2003-03-22    <johan AT balder>
8258
8259         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8260
8261 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8262
8263         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8264         * doc/cdbfileformat.lyx: added, written by Lenny Story
8265         * doc/Makefile: added cdbfileformat.lyx
8266         * doc/clean.mk: added cdbfileformat.lyx
8267
8268 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8269
8270         * src/mcs51/peeph.def: fix bug #705773
8271
8272 2003-03-20    <johan AT balder>
8273
8274         An sfr/sbit can have an "at #" AND an initializer
8275         * src/SDCCsymt.c (checkSClass):
8276         * src/SDCCmem.c (allocGlobal):
8277         * src/SDCCmem.c (allocLocal):
8278         * src/SDCCast.c (createBlock):
8279
8280 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8281
8282         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8283
8284 2003-03-16    <johan AT balder>
8285
8286         Undid the hackup of const and volatile, the problem is much bigger
8287         * src/SDCC.y:1.65
8288         * src/SDCCast.c:1.171
8289         * src/SDCCglue.c:1.138
8290         * src/SDCCicode.c:1.146
8291         * src/SDCCsymt.c:1.150
8292         * src/SDCCval.c:1.65
8293
8294 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8295
8296         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8297         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8298
8299 2003-03-13    <johan AT balder>
8300
8301         Hackup const and volatile modifiers in type chains a bit:
8302         * src/SDCC.y:1.63
8303         * src/SDCCast.c:1.169
8304         * src/SDCCglue.c:1.136
8305         * src/SDCCicode.c:1.143
8306         * src/SDCCsymt.c1.146
8307         * src/SDCCsymt.h1.59
8308         * src/SDCCval.c:1.63
8309
8310 2003-03-12    <johan AT balder>
8311
8312         * src/SDCCBBlock.h: more LRH debugging junk
8313         * src/SDCCcflow.h: more LRH debugging junk
8314         * src/SDCCloop.c: more LRH debugging junk
8315         * src/SDCC.y (struct_declaration): fixed bug #697590
8316         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8317         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8318         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8319
8320 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8321         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8322         test function names must now match exactly).
8323         * src/SDCCcse.c: added special case in findCheaperOp to allow
8324         extending a short integer. Makes less awful code for bug 700121 test case.
8325
8326 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8327
8328         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8329         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8330
8331 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8332
8333         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8334         actually called (operandsNotEqual() was called for all
8335         operandsNotEqualX tests).
8336
8337 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8338
8339         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8340         with shorter literals. Fixes bug 700121.
8341
8342 2003-03-11    <johan AT balder>
8343
8344         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8345
8346 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8347
8348         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8349         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8350
8351 2003-03-10  Borut Razem <borut.razem AT siol.net>
8352
8353         * src/SDCCmain.c: pipe preprocessor's output
8354         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8355         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8356         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8357         which closes all pipes in pipeSet set
8358         * src/SDCCset.c: free deleted item in function deleteSetItem()
8359         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8360         moved from z80 to src subproject
8361         * .version: increased version number to 2.3.4
8362
8363 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8364
8365         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8366         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8367         * support/regression/ports/xa51/spec.mk: fix typo
8368
8369 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8370
8371         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8372
8373 2003-03-09  Borut Razem <borut.razem AT siol.net>
8374
8375         * src/SDCCmain.c: pipe preprocessor's output
8376         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8377         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8378         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8379         which closes all pipes in pipeSet set
8380         * src/SDCCset.c: free deleted item in function deleteSetItem()
8381         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8382         moved from z80 to src subproject
8383
8384 2003-03-09  Borut Razem <borut.razem AT siol.net>
8385
8386         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8387         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8388         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8389         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8390         * src/SDCCglobl.h: unification of WIN32 native definitions
8391
8392 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8393
8394         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8395
8396 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8397
8398         * src/configure.in:   check for endianess (even while cross-compiling)
8399         * src/configure:      check for endianess (even while cross-compiling)
8400         * src/configure_in.h: check for endianess (even while cross-compiling)
8401         * src/avr/gen.c:        remove old endianess stuff
8402         * src/mcs51/gen.c:      remove old endianess stuff
8403         * src/ds390/gen.c:      remove old endianess stuff
8404         * src/pic/gen.c:        remove old endianess stuff
8405         * src/pic/genarith.c:   remove old endianess stuff
8406         * src/pic/glue.c:       fix endianess check
8407         * src/pic16/gen.c:      remove old endianess stuff
8408         * src/pic16/genarith.c: remove old endianess stuff
8409         * src/pic16/glue.c:     fix endianess check
8410         * src/xa51/gen.c:       remove old endianess stuff
8411         * src/z80/gen.c:        fix endianess check
8412         * src/SDCCglue.c:       fix endianess check
8413         * src/ds390/peeph.def: fix bug 700036
8414
8415 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8418         * src/configure: find appropriate data-types on host for SDCC's int and long
8419         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8420         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8421         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8422
8423 2003-03-07    <johan AT balder>
8424
8425         Just a big NOOP:
8426                 some minor cleanups before the big shot
8427                 OP_DEFS and OP_USES now use Kevin's protection
8428                 new option --nolabelopt
8429
8430         * src/SDCCBBlock.c:
8431         * src/SDCCast.c,:
8432         * src/SDCCcflow.c:
8433         * src/SDCCcse.c:
8434         * src/SDCCicode.c:
8435         * src/SDCCicode.h:
8436         * src/SDCClabel.c:
8437         * src/SDCCloop.c:
8438         * src/SDCCmain.c:
8439         * src/ds390/ralloc.c:
8440         * src/mcs51/ralloc.c:
8441         * src/pic/ralloc.c:
8442         * src/xa51/ralloc.c:
8443         * src/z80/ralloc.c:
8444
8445 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * src/pic/pcode.c (get_op): fix 64 bit warnings
8448         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8449         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8450         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8451         * support/regression/tests/malloc.c: fix 64 bit warnings
8452
8453 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8454
8455         * src/mcs51/gen.c (genMinus): fixed bug 696436
8456
8457 2003-03-02  Borut Razem <borut.razem AT siol.net>
8458
8459         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8460
8461 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8462
8463         * configure.in: test for mkstemp
8464         * sdccconf_in.h: add HAVE_MKSTEMP
8465
8466 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * device/include/ctype.h: removed warning while using --stack-auto
8469         * device/include/malloc.h: removed warning while using --stack-auto
8470         * device/include/string.h: removed warning while using --stack-auto
8471
8472 2003-02-23  Borut Razem <borut.razem AT siol.net>
8473
8474         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8475         because NDEBUG is defined (see man assert)
8476         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8477
8478 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8479
8480         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8481         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8482
8483 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8484
8485         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8486         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8487
8488 2003-02-18    <johan AT balder>
8489
8490         * as/mcs51/asmain.c (asmbl): module can start with a digit
8491         * as/z80/asmain.c (asmbl): module can start with a digit
8492
8493 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8494
8495         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8496         * src/asm.c: fix pipe() for Mingw32
8497
8498 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8499
8500         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8501         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8502         make -V work again; --c1mode reads now from stdin
8503         * doc/sdccman.lyx: added --c1mode
8504         * support/Util/SDCCerr.c: new messages for c1 mode
8505         * support/Util/SDCCerr.h: new messages for c1 mode
8506         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8507
8508 2003-02-15    <johan AT balder>
8509
8510         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8511
8512 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8513
8514         * doc/sdccman.lyx: Environment variables, -o and other minor things
8515
8516 2003-02-14    <johan AT balder>
8517
8518         * src/xa51/main.c: before anyone really tries to use it :)
8519
8520         * Install doc's in share/sdcc/doc
8521         * removed some obsolete files
8522         * Do a proper make distclean and uninstall
8523         M Makefile.common.in
8524         R sdccbuild.sh
8525         M as/Makefile
8526         M device/include/Makefile.in
8527         M device/lib/Makefile.in
8528         M doc/sdccman.lyx
8529         M link/Makefile
8530         M sim/ucsim/doc/Makefile.in
8531         M src/clean.mk
8532         R src/avr/peeph.rul
8533         R src/xa51/peeph.rul
8534         M support/cpp2/Makefile.in
8535         M support/makebin/Makefile
8536
8537
8538 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8539
8540         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8541
8542 2003-02-10  Borut Razem <borut.razem AT siol.net>
8543
8544         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8545         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8546         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8547         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8548         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8549         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8550         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8551         src/z80/Makefile.bcc: Borland Makefile cleanup
8552         * as/z80/Makefile.bcc: Added Borland Makefile
8553         * support/cpp2/borland.h: Removed
8554
8555 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8556
8557         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8558         * src/SDCC.lex: new pragma NOIV
8559         * src/SDCCglobl.h: new pragma NOIV
8560         * src/SDCCmem.c: new pragma NOIV
8561
8562 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8563
8564         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8565
8566 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8567
8568         * src/SDCCmain.c: signal handling is switched off by --debug
8569         * doc/Makefile: small fix for install; use clean.mk again
8570         * doc/clean.mk: clean *.pdf and *.html too
8571
8572 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8573
8574         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8575         * device/lib/printfl.c: fix a ds390 bug by making it portable
8576         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8577         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8578         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8579         * debugger/mcs51/cmd.c: converted multi-line string literals
8580         * sim/ucsim/globals.cc: converted multi-line string literals
8581         * src/SDCCmain.c: introduced signal handler to remove temp files
8582         * doc/Makefile: small tweaks, implement clean
8583         * doc: removed generated files
8584
8585 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8586
8587         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8588         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8589         Address Record is not correctly generated for DS390."
8590
8591 2003-02-02  Borut Razem <borut.razem AT siol.net>
8592
8593         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8594         * as/mcs51/asm.h: fixed compilation with Borland C
8595         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8596         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8597         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8598         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8599         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8600         src/z80/Makefile.bcc: delete $(LIB) only if exist
8601         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8602
8603 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8604
8605         * device/include/malloc.h: introduced NULL
8606         * device/include/string.h: introduced NULL
8607         * device/include/stdlib.h: introduced NULL
8608         * device/lib/_memcpy.c: removed NULL
8609         * device/lib/_strcat.c: removed NULL
8610         * device/lib/_strchr.c: removed NULL
8611         * device/lib/_strcmp.c: removed NULL
8612         * device/lib/_strcpy.c: removed NULL
8613         * device/lib/_strcspn.c: removed NULL
8614         * device/lib/_strlen.c: removed NULL
8615         * device/lib/_strncat.c: removed NULL
8616         * device/lib/_strncmp.c: removed NULL
8617         * device/lib/_strncpy.c: removed NULL
8618         * device/lib/_strpbrk.c: removed NULL
8619         * device/lib/_strrchr.c: removed NULL
8620         * device/lib/_strspn.c: removed NULL
8621         * device/lib/_strstr.c: removed NULL
8622         * device/lib/_strtok.c: removed NULL
8623         * device/lib/malloc.c: removed NULL, include own header
8624
8625 2003-02-02    <johan AT balder>
8626
8627         * 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
8628         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8629         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8630         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8631         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8632         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8633
8634 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8635
8636         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8637         area 'DATA'"
8638
8639 2003-02-01    <johan AT balder>
8640
8641         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8642
8643 2003-01-31    <johan AT CP255758-A>
8644
8645         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8646
8647 2003-01-30    <johan AT balder>
8648
8649         * src/SDCCBBlock.c: automatic bug detection
8650         * src/SDCCicode.c: automatic bug detection
8651
8652 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8653
8654         * src/SDCCglobl.h:   now --xram-size 0 works
8655         * src/SDCCmain.c:    now --xram-size 0 works
8656
8657 2003-01-29    <johan AT balder>
8658
8659         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8660
8661 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8662
8663         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8664         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8665         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8666         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8667         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8668         * src/SDCCmain.c:    Added options --xram-size and --code-size
8669
8670 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8671
8672         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8673         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8674
8675 2003-01-27    <johan AT balder>
8676
8677         * src/SDCC.y: fixed bug #613764
8678
8679 2003-01-26    <johan AT balder>
8680
8681         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8682         * src/SDCCsymt.h: fixed bug #673374
8683         * src/SDCCglue.c: fixed bug #661910
8684         * src/SDCCast.c: fixed bug #458099 and 673374
8685
8686 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8687
8688         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8689         * as/mcs51/strcmpi.h: added
8690         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8691         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8692         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8693         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8694         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8695         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8696         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8697         * as/mcs51/Makefile.aslink: new module strcmpi
8698         * as/mcs51/Makefile.asx8051: new module strcmpi
8699         * as/mcs51/Makefil.bcc: new module strcmpi
8700         * as/mcs51/Makefile.in: new module strcmpi
8701         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8702
8703 2003-01-26    <johan AT balder>
8704
8705         * src/SDCCglue.c: reverted back to 1.124
8706         * src/SDCCast.c: reverted back to 1.156
8707         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8708
8709 2003-01-25    <johan AT balder>
8710
8711         * src/SDCCglue.c: A better fix for bug #661910
8712         * src/SDCCast.c: A better fix for bug #661910
8713         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8714
8715 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         * src/Makefile.in: remove spawn.o
8718         * src/SDCCmain.c: remove spawn.h
8719         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8720         * src/spawn.c: removed
8721         * src/spawn.h: removed
8722         * support/regression/ports/ds390/spec.mk: link with -r
8723
8724 2003-01-24    <johan AT CP255758-A>
8725
8726         * src/ds390/gen.c (aopOp): fixed bug #667458
8727         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8728         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8729         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8730
8731 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8732
8733         * src/mcs51/peeph.def: better assembler identation by Frieder
8734         * src/mcs51/gen.c: better assembler identation by Frieder
8735
8736 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * as/z80/string.h: removed for gcc 3.2
8739         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8740         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8741
8742 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8743
8744         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8745         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8746         * support/regression/Makefile: separate temp files for ports
8747         * support/regression/generate-cases.py: separate temp files for ports
8748         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8749         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8750
8751 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8752
8753         * moved tinitalk to device/examples/ds390
8754
8755 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8756
8757         * as/mcs51/lkmem.c: rflag is for DS390
8758         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8759         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8760                          (linkEdit): move mem- and map-files the same way as ihx-files
8761         * src/z80/main.c (_setDefaultOptions): removed --generic
8762         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8763         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8764         * src/pic/glue.c (picglue): --c1mode works again
8765         * src/pic16/glue.c (pic16glue): --c1mode works again
8766         * src/asm.c (printCLine): fix #660034
8767
8768 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8769
8770         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8771         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8772         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8773         * as/mcs51/lkmem (summary): better fix for sp problem
8774         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8775         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8776         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8777                                               remove --stack-after-data
8778
8779 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8780
8781         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8782         * src/SDCCutil.c (join): ugly bug: missing '\0'
8783         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8784
8785 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8786
8787         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8788         * src/port.h: typo
8789         * src/pic/main.c (_asmCmd): gpasm supports -o
8790         * src/z80/main.c: more general macros
8791         * device/lib/Makefile.in: remove intermediate files
8792
8793 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8794
8795         * .version: Bumped version number to 2.3.3
8796         * src/SDCCBBlock.c: new option -o
8797         * src/SDCCglobl.h: new option -o
8798         * src/SDCCglue.c: new option -o
8799         * src/SDCCmain.c: new option -o
8800         * src/asm.c: new option -o
8801         * src/ds390/main.c: new option -o
8802         * src/pic/glue.c: new option -o
8803         * src/pic/pcode.c: new option -o
8804         * src/pic/ralloc.c: new option -o
8805         * src/pic16/glue.c: new option -o
8806         * src/pic16/pcode.c: new option -o
8807         * src/pic16/ralloc.c: new option -o
8808         * src/z80/main.c: new option -o
8809         * device/lib/Makefile.in: use -o
8810         * support/regression/ports/ds390/spec.mk: use -o
8811         * support/regression/ports/gbz80/spec.mk: use -o
8812         * support/regression/ports/mcs51/spec.mk: use -o
8813         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8814         * support/regression/ports/z80/spec.mk: use -o
8815         * support/regression/ports/ucz80/spec.mk: use -o
8816         * support/regression/ports/xa51/spec.mk: use -o
8817         * support/regression/fwk/lib/timeout.c: fix usage string
8818
8819 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8820         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8821
8822 2003-01-07    <johan AT balder>
8823
8824         * src/SDCCast.c (decorateType): fixed bug #600035
8825
8826 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8827         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8828         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8829         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8830         * src/pic/pcode.c: outcommented unused variable to remove warnings
8831         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8832
8833 2003-01-06    <karl AT turbobit.com>
8834         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8835    regression tests.
8836
8837 2003-01-06    <johan AT balder>
8838
8839         * src/SDCCicode.c: fixed array add
8840
8841 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8842         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8843         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8844
8845 2003-01-04    <johan AT balder>
8846
8847         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8848
8849 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8850         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8851
8852 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8853         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8854         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8855
8856 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8857         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8858
8859 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8860         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8861
8862 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8863         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8864
8865 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8866
8867     * in \sdcc\as\mcs51\ changed these files in order to create an
8868     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8869     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8870     following files to include the previous two files: aslink.dsp,
8871     Makefile.aslink, Makefile.bcc, and Makefile.in.
8872
8873     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8874     .adb instead of .cdb
8875
8876 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8877
8878         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8879         value from option --iram-size.
8880
8881 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8882
8883         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8884         dram[] array.
8885
8886 2002-09-18    <wiml AT hhhh.org>
8887
8888         * SDCClrange.h: exposed setFromRange() and setToRange()
8889         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8890           packRegsForAccUse() (bug 542397)
8891         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8892           multiple times and emitting the fetch operations more than once
8893           added aopGetUsesAcc() function to allow binary operators to
8894           fetch their operands in the correct order; made genMinus() emit
8895           compact code for X = LITERAL - Y
8896
8897 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8898         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8899         sprintf() in line 1267.
8900
8901 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8902         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8903         like ports.
8904
8905 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8906         Changes to aslink (All the changes are marked with 'JCF'):
8907
8908         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8909         summary().
8910
8911         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8912         area BSEG.  Also moves, if possible, the DATA area down into the internal
8913         ram so more space is available.
8914
8915         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8916         sflag.
8917
8918         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8919         not bytes.  Function summary() which creates a memory usage summary
8920         file with extension .mem.  Reports of overlaping stack and small stack
8921         size.  If the space for the stack is less than 16 bytes aslink trows a
8922         warning.
8923
8924         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8925         the 8051.  Option 'y' for memory summary output file.
8926
8927         Changes to sdcc (All the changes are marked with 'JCF'):
8928
8929         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8930
8931         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8932         overlaying area for it (uses RegBankUsed[4]).
8933
8934         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8935         bank zero as used by default.  By default aslink locates the stack
8936         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8937         the creation of the .mem file.  Delegates the allocation of data area
8938         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8939         the begining of the stack area to aslink.
8940
8941         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8942         glue() in SDCCglue.c creates an area for it.
8943
8944 2002-09-03  Borut Razem <borut.razem AT siol.net>
8945         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8946         sdcc/src/pic/glue.c:
8947         introduced atexit() handler for teporay files removal in case of
8948         errors, assertions, ...
8949
8950 2002-08-29  Borut Razem <borut.razem AT siol.net>
8951         * sdcc/support/cpp2/auto-host_vc_in.h:
8952         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8953         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8954         Maybe there is a similar problem with BORLANDC? It should be checked!
8955
8956         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8957         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8958         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8959         was not executed, and the compiler (cl) launched a warning:
8960         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8961
8962 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8963         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8964
8965 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8966         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8967
8968         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8969           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8970           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8971           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8972           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8973           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8974           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8975         - added Release configuration in VS projects
8976         - review of compiler an linker options
8977         - VC .exe files are generated in bin_vc directory, not to interfere
8978           with binaries generated from other projects (cygwin, mingw, bcc ...)
8979
8980         * sdcc/src/yacc.dsp: added
8981
8982         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8983         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8984         and insert the version number definitions from .version
8985
8986         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8987
8988         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8989         added - genarate auto-host.h using auto-host_vc_in.h as template
8990
8991         * sdcc/sdcc_vc.h,
8992         removed from CVS, generated automatically
8993
8994 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8995         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8996
8997 2002-08-11  Borut Razem <borut.razem AT siol.net>
8998         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8999
9000 2002-08-10  Borut Razem <borut.razem AT siol.net>
9001         * src/SDCCmain.c (main):
9002         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9003         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9004         The consequence was that some temporary files were not removed.
9005
9006         * src/SDCCglue.c:
9007         unification of code in functions tempfilename() and tempfile():
9008         function tempnam() is defined in Visual Studio 6.0 and .NET
9009
9010         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9011
9012         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9013           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9014         - removed compiler command line option /WX: Treats all warnings as errors
9015         - update a list of source files, included into the project
9016
9017         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9018           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9019         changed project type to Generic Project so that can be correcly converted to VS.NET project
9020
9021         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9022
9023         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9024
9025         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9026
9027         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9028         added return 0 statements after assert() to make compiler happy
9029
9030         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9031         added newline in the def file to keep MSC compiler satisfied
9032
9033         * sdcc/src/z80/gen.c:
9034         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9035           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9036         - solved MSC error in function aopDump()
9037
9038         * sdcc_vc.h: define PREFIX as "\\sdcc"
9039
9040 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9041         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9042
9043 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9044         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9045         - Rewrote the register banking algorithm.
9046         - Added pCode live-range analysis to registers (for now, only non-used and
9047         singly-used registers optimized away)
9048
9049         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9050
9051         * 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.
9052
9053 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9054         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9055
9056 2002-04-22  Michael Hope  <michaelh AT vroom>
9057
9058         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9059
9060         * configure.in (DD_COPT): Added include support required for gbdk.
9061
9062         * .version: Bumped version number just to increase it.
9063
9064         * src/SDCCmain.c: Added -nostdinc to the default options.
9065
9066 2002-04-15  Michael Hope  <michaelh AT vroom>
9067
9068         * device/lib/z80/printf.c (sprintf): Added.
9069
9070         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9071
9072         * src/z80/peeph.def: Added transpose redundent load rule.
9073
9074         * src/z80/main.c: Added force callee saves for jaune.
9075
9076         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9077
9078         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9079
9080 2002-03-28  Johan Knol  <johan AT balder>
9081
9082         * src/SDCCval.c: fixed bug #532436
9083
9084 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9085         * /src/port.h:
9086         Added "char *Processor" field to the port structure.
9087
9088         * /src/SDCCmain.c:
9089         Added -p option. Allows port dependent processor to be specified.
9090
9091         * all ports:
9092         Initialized the new field char *Processor field to NULL in all ports
9093
9094         * /src/pic/*:
9095         Compiler generated registers for interrupt context saving
9096         were not getting allocated.
9097
9098 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9099
9100         * /src/SDCCast.c:
9101         Fixed left shift. Will promote the left side of a left shift
9102         if a) left shifting more than size of operand or b) when assigned
9103         to something size > size of left side
9104
9105 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9106         * src/pic/*
9107         tons of changes. Register allocation has been
9108         rewritten. Added customization for the various PICs. Flow
9109         analysis is restructured. ...
9110
9111         * src/pic/device.h:
9112         Added
9113
9114         * src/pic/device.c:
9115         Added. device.c is a PIC port hack to accomodate variations
9116         in PIC devices.
9117
9118 2002-03-13  Michael Hope  <michaelh AT vroom>
9119
9120         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9121
9122 2002-03-04  johanknol  <johanknol AT manik>
9123
9124         * /src/SDCCval.c: fixed
9125
9126         const unsigned char arr[][2] = { { 0, 1 } };
9127         t18.c:1: error: Initializer element is not constant
9128
9129 2002-03-04  bela  <bela AT manik>
9130
9131         * /device/include/mcs51reg.h:
9132         ds89c420 register definition update
9133
9134 2002-03-03    <johan AT FRIJA>
9135
9136         * support/Util/SDCCerr.c: did something, but don't no why anymore
9137
9138         * support/regression/tests/bug-524691.c: made it a little less shy
9139
9140         * src/SDCCast.c (decorateType): fixed bug #524697
9141
9142         * src/SDCCast.c: made some lineno improvements
9143
9144         * src/SDCCval.c (getNelements): changed warning to error
9145
9146         * src/SDCCglue.c (printIvalArray): changed warning to error
9147
9148         * src/SDCCicode.c: fixed a warning for mingw
9149
9150         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9151
9152         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9153
9154 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9155
9156         * src/ds390/peeph.def:
9157         Added some more peephole rules
9158
9159         * src/ds390/gen.c: Various fixes & enhancements
9160
9161         * src/SDCClrange.c, src/SDCClrange.h:
9162         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9163
9164         * src/ds390/ralloc.c:
9165         various fixes & enhancements (ds390) specific
9166
9167         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9168         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9169         from rallocs.
9170
9171         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9172
9173 2002-03-02    <johan AT FRIJA>
9174
9175         * src/SDCCast.c (decorateType): fixed bug #524708
9176
9177         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9178
9179         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9180
9181 2002-03-01  Michael Hope  <michaelh AT vroom>
9182
9183         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9184
9185         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9186
9187 2002-03-01    <johan AT FRIJA>
9188
9189         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9190
9191         * src/SDCCast.c (decorateType): fixed bug #524209
9192
9193         * src/SDCCval.c (valNot): fixed bug #524195
9194
9195 2002-02-26    <johan AT balder>
9196
9197         * src/xa51/gen.c: fixed a warning
9198
9199         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9200
9201         * src/SDCCast.c (decorateType): fixed bug #522534
9202
9203 2002-02-23    <johan AT balder>
9204
9205         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9206
9207 2002-02-22    <johan AT balder>
9208
9209         * src/SDCCast.c: fixed bug #514865
9210
9211         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9212
9213 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9214
9215         * sdcc/src/SDCCloop.c:
9216         Previous fix was not good. basic blocks that have "break" or "return" are
9217         not really partof a loop , but live ranges used in these blocks should
9218         be live thru the entire loop, so set partOfLoop but don't add them to
9219         loop region
9220
9221 2002-02-21    <johan AT FRIJA>
9222
9223         * src/SDCCcse.c: fixed bug #514308
9224
9225 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9226
9227         * src/SDCCloop.c:
9228         Fixed BUG #519583. If a conditional block ended in a return/break
9229         statement inside a loop, it was not being considered part of the loop.
9230
9231         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9232
9233 2002-02-10  Karl Bongers <karl AT turbobit.com>
9234
9235         * debugger/*:
9236         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9237         with lots of comments and notes.
9238
9239         * device/examples/test2.c:
9240         Fix bug, "red" variable not being initialized(compiler complained).
9241
9242         * device/examples/Makefile, examples/test3.c:
9243         Add Makefile in device/examples folder, compiles test3.c
9244         for use as a multiple module SDCDB test case.
9245
9246         * sim/ucsim/cmd.src/cmdset.cc:
9247         Took out debug printfs in ucsim "next" command.
9248
9249         * sim/ucsim/xa.src:
9250         Karl and Johan start ucsim XA support.  Most dissassembly working,
9251         about 75% emulation done(plenty of work remaining).
9252
9253         * sim/ucsim/z80.src:
9254         Add Z80 support to ucsim, add test-ucz80 regression test,
9255         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9256         Notice z80 compiler fails on examples/test3.c/crc code.
9257
9258 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9259
9260         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9261         Added support for --parms-in-bank1
9262
9263         * src/ds390/peeph.def:
9264         added a few more peephole optimzations
9265
9266         * src/ds390/main.c:
9267         1) added __builtin_inp & __builtin_outp used to read in data of given length
9268            from a memory mapped port
9269         2) added __builtin_memcmp
9270         3) added __builtin_swapw swap bytes of a short
9271
9272         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9273         1) handle multiple send & receives from register bank1
9274         2) ralloc can now allocate DPTR1 to some liveRanges
9275
9276         * src/SDCCsymt.c, src/SDCCsymt.h:
9277         changes to handle multiple sends & receives
9278
9279         * src/SDCCptropt.h:
9280         added some pointer arithmetic optimization
9281
9282         * src/SDCCptropt.c:
9283         added some pointer arithmetic optimizations but not stable yet so not
9284         called from anywhere (will get this working shortly)
9285
9286         * src/SDCCopt.c: fixed for multiple sends & receives
9287
9288         * src/SDCCmain.c:
9289         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9290         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9291            set preprocessor defines (depending on options)
9292
9293         * src/SDCCicode.c, src/SDCCicode.h:
9294         changes made to handle multiple sends & receives
9295
9296         * src/SDCCglobl.h:
9297         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9298
9299         * src/SDCCcse.c, src/SDCCcse.h:
9300         added function findbackward def (to be used in upcoming optimization)
9301
9302         * src/SDCCcflow.c, src/SDCCcflow.h:
9303         added function returnAtEnd - to determine if a basic block terminates with
9304         a RETURN iCode
9305
9306         * src/SDCCast.c, src/SDCCast.h:
9307         added option parms-in-bank1
9308
9309         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9310         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9311         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9312         adjusted for --parms-in-bank1 option
9313
9314         * device/include/string.h:
9315         donot redefine "reentrant" keyword
9316
9317         * device/include/ds80c390.h: Added some more SFRs
9318
9319 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9320
9321         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9322
9323 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9324
9325         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9326
9327 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9328
9329         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9330
9331 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9332
9333         * Added --xram-movc option
9334
9335 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9336
9337         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9338
9339 2002-01-11  Johan Knol
9340
9341         * Added math lib of Jesus Calvino-Fraga
9342
9343 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9344
9345         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9346         * support/regression/Makefile: new target test-mcs51-stack-auto
9347         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9348
9349 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9350
9351         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9352
9353 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9354
9355         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9356
9357 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9358
9359         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9360
9361         * src/SDCCglue.h: add definition for printIvalChar()
9362
9363 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9364
9365         * src/SDCCast.c: fix #498138 by Johan
9366
9367         * src/SDCCglue.c: fix #498138 by Johan
9368
9369 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9370
9371         * support/regression/Makefile: fix clean
9372
9373         * support/regression/ports/ds390/support.c: fix transmission of last character
9374
9375 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9376
9377         * /sdcc/src/ds390/gen.c:
9378         a) improved computing address of stack variable
9379         b) took out some #if 0 code
9380         c) improved parmBytes adjustment
9381         d) improved genPlusIncr & genMinusIncr
9382         e) genCmp could generate bad code (when left assigned to DPTR)
9383         f) Fixed bug in hasInc
9384
9385         * /sdcc/src/ds390/ralloc.c:
9386         a) packRegsForSupport could mess up live information (Fixed)
9387         b) packRegsDPTRuse could be incorrect for left & right shift
9388
9389         * /sdcc/src/mcs51/ralloc.c:
9390         packRegsForSupport could mess up the live information (Fixed)
9391
9392         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9393
9394         * /sdcc/src/SDCCast.c:
9395         can reverse a loop even if function call is present as long
9396         as the loop control variable is local & is not passed as parameter
9397
9398 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9399
9400         * /sdcc/ChangeLog: *** empty log message ***
9401
9402         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9403         More builtin function additions for TININative
9404
9405         * /sdcc/src/ds390/ralloc.c:
9406         Had broken the regression testsuite
9407
9408         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9409
9410         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9411         Added funcattr hasStackParms will be set for reentrant functions when there
9412         are paramteres on the stack, this helps in minimizing frame pointer generation
9413         typeFromStr can handle function pointers now
9414
9415         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9416         *** empty log message ***
9417
9418 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9419
9420         * /src/ds390/gen.c, /src/ds390/main.c:
9421         More builtin function additions for TININative
9422
9423         * /src/ds390/ralloc.c:
9424         Had broken the regression testsuite
9425
9426         * /src/SDCCast.c: Fixed a bug in dumptree
9427
9428         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9429         Added funcattr hasStackParms will be set for reentrant functions when there
9430         are paramteres on the stack, this helps in minimizing frame pointer generation
9431         typeFromStr can handle function pointers now
9432
9433         * /doc/builtins.txt, /doc/TININative.txt:
9434         *** empty log message ***
9435
9436
9437 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9438
9439         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9440         ALPHA version for -mTININative
9441
9442         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9443         updated to reflect changes in the port structure
9444
9445         * /src/port.h:
9446         added function do_assemble (similar to do_link) if non-null this function
9447         will be called to do assembly (-mTININative) requires a multi command
9448         assembly
9449         added function genAssemblerEnd will be called to generate assembler Epilogue
9450
9451         * /src/SDCCsymt.c:
9452         added _JavaNative to debug info printing
9453
9454         * /src/SDCCmain.c: added option --tini-libid
9455         added port->do_assemble function (-mTININative) has a multi command assemble
9456
9457         * /src/SDCCglue.c: Disabled "constExpr" check
9458         added port->genAssemblerEnd function
9459
9460         * /src/SDCCglobl.h: Added option --tini-libid value
9461
9462         * /src/SDCCast.h:
9463         tookout optimizeCompare from the header (has no external references)
9464
9465         * /src/SDCCast.c: made one more function "static"
9466
9467 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9468
9469         * src/z80/mappings.i: Added z80asm support.
9470
9471         * src/z80/main.c: Added z80asm support on --asm=z80asm
9472
9473         * src/z80/gen.c: Fixed asm portability issues.
9474
9475         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9476
9477         * src/SDCCglue.c (printExterns): Added global/extern split.
9478
9479 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9480
9481         * support/regression/Makefile: added test for mcs51 model large
9482
9483         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9484
9485         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9486
9487 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9488
9489         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9490
9491 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9492
9493         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9494
9495         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9496
9497 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9498
9499         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9500
9501         * support/regression/tests/simplefloat.c: Port to mcs51.
9502
9503 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9504         * support/regression/tests/bug-485362.c: Added.
9505
9506         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9507
9508         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9509
9510         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9511
9512         * src/z80/gen.c (aopDump): Added a dump function.
9513
9514 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9515         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9516
9517         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9518
9519         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9520
9521         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9522
9523         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9524
9525         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9526
9527         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9528
9529         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9530
9531         * support/regression/ports/ds390/support.c: Use tinibios.
9532
9533         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9534
9535 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9536
9537         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9538         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9539
9540         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9541
9542         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9543
9544 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9545
9546         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9547
9548         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9549         (packRegsForIYUse): Created and optimised.
9550
9551 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9552
9553         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9554 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9555
9556         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9557
9558         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9559
9560         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9561
9562 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9563
9564         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9565
9566         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9567
9568 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9569
9570         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9571
9572         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9573
9574         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9575
9576 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9577
9578         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9579         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9580         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9581
9582         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9583
9584         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9585         (genNotFloat): Added.
9586         (genUminusFloat): Added.
9587
9588         * device/lib/z80/Makefile: Added floating pt stubs.
9589
9590         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9591
9592         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9593
9594         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9595
9596 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9597
9598         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9599
9600         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9601
9602         * sdcc/support/regression/Makefile: Add port ds390.
9603
9604         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9605
9606         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9607
9608         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9609
9610         * sdcc/support/regression/ports/ds390/support.c: Added.
9611
9612         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9613
9614         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9615
9616         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9617
9618 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9619
9620         * device/include/malloc.h: Added z80 and gbz80 support.
9621
9622         * device/lib/gbz80/heap.s: Added.
9623
9624         * device/lib/z80/heap.s: Added.
9625
9626         * device/lib/malloc.c: Added z80 and gbz80 support.
9627
9628         * support/regression/tests/malloc.c (testMalloc): Added.
9629
9630         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9631
9632         * support/regression/tests/bug-478094.c: Added.
9633
9634         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9635
9636 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9637
9638         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9639
9640         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9641
9642         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9643
9644         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9645
9646         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9647
9648 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9649
9650         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9651
9652 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9653
9654         * support/regression/tests/bug-477927.c: Added.
9655
9656         * src/z80/peeph.def: Added minor rules.
9657
9658         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9659
9660         * src/z80/peeph.def: Added jump optimisation modification.
9661
9662 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9663
9664         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9665
9666 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9667
9668         * support/regression/tests/funptrs.c: Added.
9669
9670 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9671
9672         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9673
9674 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9675
9676         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9677
9678         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9679
9680         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9681         (movLeft2ResultLong): Created.
9682
9683         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9684         (joinPushes): Added.  Joins two char pushes into a word push.
9685
9686 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9687
9688         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9689
9690         * support/makebin/Makefile (install): Added creation of dest dir.
9691
9692 2001-10-24 Karl Bongers <karl AT turbobit.com>
9693
9694         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9695
9696 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9697
9698         * src/z80/ralloc.c: Turned off faulty pack for one use.
9699
9700         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9701
9702         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9703
9704 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9705
9706         * support/regression/Makefile: Improved clean
9707
9708         * support/regression/ports/gbz80/spec.mk: Added clean
9709
9710         * support/regression/ports/host/spec.mk: Added clean
9711
9712         * support/regression/ports/z80/spec.mk: Added clean
9713
9714         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9715
9716         * support/regression/ports/mcs51/timeout.c: little improvements
9717
9718 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9719
9720         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9721
9722         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9723
9724         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9725
9726 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9727
9728         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9729
9730         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9731
9732 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9733         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9734
9735         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9736
9737         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9738
9739         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9740
9741         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9742
9743         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9744
9745         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9746
9747         * support/regression/tests/longor.c: Added.
9748
9749 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9750
9751         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9752
9753         * as/mcs51/aslink.h: define PATH_MAX
9754
9755         * as/mcs51/asm.h: define PATH_MAX
9756
9757         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9758
9759         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9760
9761         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9762
9763         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9764
9765         * src/SDCCglobl.h: define PATH_MAX
9766
9767         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9768
9769         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9770
9771 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9772
9773         * src/z80/gen.c (gencjneshort): Fixed
9774
9775         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9776
9777 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9778
9779         * support/regression/tests/bug-469671.c: Added.
9780
9781         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9782
9783 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9784
9785         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9786
9787         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9788
9789 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9790
9791         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9792
9793         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9794
9795         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9796
9797         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9798
9799         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9800
9801         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9802
9803         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9804
9805 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9806
9807         * 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.
9808
9809         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9810
9811         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9812
9813 2001-10-07    <johan AT FRIJA>
9814
9815         * device/lib/gets.c (gets): fixed the return value.
9816
9817 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9818         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9819
9820         * 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.
9821
9822         * 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.
9823
9824         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9825
9826         * src/pic/gen.c: Removed Safe_strdup.
9827
9828         * configure.in: Added option to enable libgc support.
9829
9830         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9831         (bitVectUnion): Optimised.
9832         (bitVectIntersect): Optimised.
9833         (bitVectBitsInCommon): Optimised.
9834         (bitVectCplAnd): Optimised.
9835
9836         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9837
9838 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9839
9840         * src/SDCCmain.c: distinguish between assembler debug and plain options
9841
9842         * src/avr/main.c:   remove standard assembler options
9843
9844         * src/ds390/main.c: remove standard assembler options
9845
9846         * src/mcs51/main.c: remove standard assembler options
9847
9848         * src/port.h: removed "PENDING" comment
9849
9850 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9851
9852         * src/device/lib/_mulint.c  : new, with assember functions
9853
9854         * src/device/lib/_mullong.c : new, with assember functions
9855
9856         * src/device/lib/_divuint.c : with assember functions
9857
9858         * src/device/lib/_divsint.c : with assember functions
9859
9860         * src/device/lib/_divulong.c: with assember functions
9861
9862         * src/device/lib/_divslong.c: with assember functions
9863
9864         * src/device/lib/_moduint.c : with assember functions
9865
9866         * src/device/lib/_modsint.c : with assember functions
9867
9868         * src/device/lib/_modulong.c: with assember functions
9869
9870         * src/device/lib/_modslong.c: with assember functions
9871
9872         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9873
9874         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9875
9876         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9877                                       replaced _mululong.c and _mulslong.c by _mullong.c
9878
9879 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9880
9881         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9882
9883 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9884
9885         * src/SDCCglue.c: test, if win32api is available for MINGW
9886
9887 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9888
9889         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9890         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9891         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9892         * support/regression/ports/host/spec.mk: removed GENERIC
9893         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9894         * support/regression/ports/z80/spec.mk: removed GENERIC
9895
9896 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9897
9898         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9899
9900         * support/regression/tests/bug-467035.c: Created.
9901
9902 2001-10-01    <johan AT FRIJA>
9903
9904         * src/SDCC.y: fixed bug #466586 part 1
9905
9906 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9907
9908         * SDCCicode.c: z80 has no generic pointers
9909         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9910
9911 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9912
9913         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9914
9915 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9916
9917         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9918
9919         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9920
9921 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9922
9923         * configure.in: Fixed up so that ucsim is only configured once.
9924
9925         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9926
9927         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9928         (getPathDifference): As above.
9929
9930         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9931
9932         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9933
9934 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9935         * .version: Updated to 2.3.1
9936
9937         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9938         Added copyright header.
9939
9940         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9941         (assemble): Added support for macro based assembler commands.
9942         (linkEdit): Added support for macro based linker commands.
9943         (preProcess): Changed the pre-processor to use macros.
9944         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9945         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9946
9947         * device/lib/z80/crt0.s: Added module name for debugging.
9948
9949 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9950
9951         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9952
9953         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9954
9955         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9956
9957         * src/Makefile.in: Added SDCCmacro and SDCCutil
9958
9959 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9960
9961         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9962
9963 2001-09-16    <johan AT FRIJA>
9964
9965         * 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.
9966
9967 2001-09-15    <johan AT FRIJA>
9968
9969         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9970         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9971
9972 2001-09-11    <johan AT FRIJA>
9973
9974         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9975
9976 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9977
9978         * support/regression/tests/bug-460444.c: Added test case.
9979
9980         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9981         (genCast): Added justification for all of the asserts.
9982
9983 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9984
9985         * support/regression/support.c: _xdata replaced by xdata
9986
9987         * support/regression/spec.mk: removed _generic
9988
9989 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9990
9991         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9992
9993         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9994         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9995
9996         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9997
9998         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9999
10000         * support/regression/tests/bug-460010.c: Added test case.
10001
10002         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10003
10004 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10005
10006         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10007
10008         * support/regression/testfwk.c: removed workaround for bug #436344
10009
10010         * support/regression/tests/bp.c: use less memory with mcs51
10011
10012         * support/regression/tests/bug-441448.c: use less memory
10013
10014         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10015
10016         * support/regression/collate-results.py: typo
10017
10018 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10019
10020         * support/regression/tests/fetchoverlap.c: Added new test case.
10021
10022         * support/regression/tests/bp.c: Added new test case.
10023
10024         * support/regression/tests/bug-448984.c: Added new test case.
10025
10026         * support/regression/tests/pow2shifts.c: Added new test case.
10027
10028         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10029         (genlshTwo): Fixed right shift for count > 8.
10030
10031         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10032
10033 2001-09-08    <johan AT FRIJA>
10034
10035         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10036
10037 2001-09-07    <johan AT FRIJA>
10038
10039         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10040
10041         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10042
10043 2001-09-06    <johan AT FRIJA>
10044
10045         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10046         * bernhard noted me at this: "() equals to (void)" (1.38)
10047
10048 2001-09-05    <johan AT FRIJA>
10049
10050         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10051
10052 2001-09-04    <johan AT FRIJA>
10053
10054         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10055
10056
10057 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10058
10059         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10060
10061 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10062
10063         * link/z80/aslink.h: Fixed path for PATH_MAX
10064
10065 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10066
10067         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10068
10069         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10070
10071         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10072
10073         * 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.
10074
10075 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10076
10077         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10078         (genCmp): Fixed up genCmp for the GB with longs.
10079
10080         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10081
10082         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10083
10084         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10085
10086         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10087
10088 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10089
10090         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10091
10092 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10093
10094         * 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.
10095
10096         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10097
10098 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10099
10100         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10101
10102         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10103
10104 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10105
10106   * sim/ucsim/configure:    little improvement of Cygwin-detection
10107   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10108   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10109   * support/regression/tests/bug-221100.c: small changes for mcs51
10110   * support/regression/tests/bug-221168.c: small changes for mcs51
10111   * support/regression/tests/bug-227710.c: small changes for mcs51
10112   * support/regression/tests/staticinit.c: small changes for mcs51
10113   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10114   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10115   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10116
10117 $Revision$