]> git.gag.com Git - fw/sdcc/blob - ChangeLog
* src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
[fw/sdcc] / ChangeLog
1 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
4           GETHBIT
5
6 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * doc/sdccman.lyx: updated Highest Order Bit documentation,
9           documented Any Order Bit, Higher Order Byte and Higher Order Word
10         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
11         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
12           (optimizeGetAbit): new, to get any bit, not only the high bit,
13           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
14           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
15           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
16           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
17             RIGHT_OP: also try GETBYTE, GETWORD optimization,
18             GETABIT, GETBYTE, GETWORD: decorate them,
19           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
20           (ast_print): added GETABIT, GETBYTE, GETWORD
21         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
22         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
23           (geniCodeBinary): new generic binary icode,
24           (ast2iCode): added GETABIT, GETBYTE, GETWORD
25         * src/port.h: updated comment for PORT.hasExtBitOp
26         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
27           (genGetByte): new, to get a single byte,
28           (genGetWord): new, to get a word from a long,
29           (gen51Code): added GETABIT, GETBYTE, GETWORD
30         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
31
32 2005-09-23 Raphael Neider <rneider AT web.de>
33
34         * configure.in, configure: have device/lib/pic configured
35         * device/lib/Makefile.in: added model-pic14
36         * device/lib/clean.mk: added pic/ to clean rule
37         * device/lib/pic: added rudimentary pic14 library providing support
38           functions for multiplication/division/generic pointer access
39         * src/SDCCopt.c (convilong): mark support functions as extern
40           for pic14 port as well
41         * src/pic/gen.c (genMult): added assertions,
42           (genpic14Code): emit warning on unhandled iCodes
43         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
44         * src/pic/pcode.c (pCodeOpCopy),
45         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
46           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
47           SFR_REGISTER}), made safe for future extensions
48         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
49           instructions even if preceeded by SKIP instructions (also remove
50           them); removed unused code
51         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
52           prevents leaving parts of the structure uninitialized after copying
53
54 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
55
56         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
57           ago by me
58         * support/regression/tests/addsub.c: added test for the bug
59
60 2005-09-21 Raphael Neider <rneider AT web.de>
61
62         * device/include/pic16/pic18f1220.h,
63           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
64         * device/lib/pic16/Makefile.rules: added missing opening paren
65         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
66           are provided in genutils.c,
67           (genUminusFloat,genUminus,genCmpEq): added asserts on different
68           operand/result sizes,
69           (genCmp): assert on NULL pointers first, then check deref'ed values
70         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
71           result size
72
73 2005-09-18 Raphael Neider <rneider AT web.de>
74
75         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
76           as these are now unused,
77           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
78         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
79           local, avoids uninitialized pointer dereference on r->name
80         * src/pic16/ralloc.c (newReg): fixed indentation
81
82 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
83
84         * src/SDCCval.c (constVal): fixed bug 730366
85         * support/Util/SDCCerr.c,
86         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
87
88 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
89
90         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
91
92 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
93
94         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
95
96 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
99           (hex2dec): made hex_digit unsigned char, removed ascii dependance
100         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
101           (hex2dec): made hex_digit unsigned char, removed ascii dependance
102         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
103         * packihx/packihx.c (hexDigit): made c unsigned char
104         * as/mcs51/lklibr.c (fndsym),
105         * link/z80/lkgb.c (gb),
106         * link/z80/lklibr.c (fndsym),
107         * link/z80/lkrloc.c (relr),
108         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
109         * src/SDCC.lex (checkCurrFile, process_pragma),
110         * src/SDCCglue.c (spacesToUnderscores),
111         * src/SDCCmain.c (setParseWithComma, processFile),
112         * src/asm.c (tvsprintf, printCLine),
113         * src/avr/gen.c (emitcode, aopPut),
114         * src/ds390/gen.c (emitcode),
115         * src/hc08/gen.c (emitcode, emitinline),
116         * src/mcs51/gen.c (emitcode, genInline),
117         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
118           tokenizeLineNode),
119         * src/pic/ralloc.c (debugLog),
120         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
121           tokenizeLineNode),
122         * src/pic16/ralloc.c (debugLog),
123         * src/z80/main.c (_process_pragma):
124            made all ctype.h function calls safe
125         * src/SDCCopt.c: include math.h for fabs
126         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
127           and used them throughout the code to make ctype.h function calls safe
128         * src/ds390/main.c (asmLineNodeFromLineNode),
129         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
130         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
131            unsigned char*
132         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
133           (newpCodeAsmDir): made ctype.h function calls safe
134         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
135           pic16_emitcode):  made lbp unsigned char*
136         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
137           (pic16_newpCodeAsmDir): made ctype.h function calls safe
138         * src/xa51/gen.c (emitcode),
139         * src/z80/gen.c (_emit2): made lbp unsigned char*
140         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
141            char*
142
143 2005-09-05 Raphael Neider <rneider AT web.de>
144
145         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
146           access bank splitpoint
147
148 2005-09-05 Raphael Neider <rneider AT web.de>
149
150         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
151
152 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
153
154         * .version: changed to version 2.5.3
155         * doc/sdccman.lyx: changed version to 2.5.3,
156           documented --codeseg and --constseg and pragma codeseg and constseg,
157           documented bit parameters (reentrant) and bit returning
158         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
159            currFunc->recvSize, but is this ok for all ports?
160           (ast2iCode): result of ~ on unsigned char must be cast to int for
161            bool to work
162         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
163           function pointers in bit space
164         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
165           (processFuncArgs): call port.reg_parm() with reentrancy info
166         * src/port.h,
167         * src/avr/main.c,
168         * src/ds390/main.c,
169         * src/hc08/main.c,
170         * src/pic/main.c,
171         * src/pic16/main.c,
172         * src/xa51/main.c,
173         * src/z80/main.c: port.reg_parm prototype extended with
174           "bool reentrant" parameter
175         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
176           options.stackAuto for allocating bit register parameters
177         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
178           (genSend): set BitBankUsed if it is,
179           (selectRegBank): factored out of genCall for use in genPcall,
180           (genCall): removed redundant dtype assignmen, use selectRegBank,
181           (genPcall): handle returning in Carry properly, save in F0 if needed,
182           (genReceive): handle bit register parameters
183         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
184           (mcs51_assignRegisters): enable bit registers for all reentrant
185            functions and don't set BitBankUsed unconditionally
186         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
187         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
188         * support/regression/tests/funptrs.c: added tests for BOOL and for return
189
190 2005-08-27 Borut Razem <borut.razem AT siol.net>
191
192         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
193         ppc-osx (Darwin) does not support -u option. It seems that it is
194         supported only on Linux - GNU cp
195
196 2005-08-25 Borut Razem <borut.razem AT siol.net>
197
198         * sim/ucsim/gui.src/serio.src/Makefile.in,
199           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
200           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
201           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
202           install and strip, since the strip at /usr/ccs/bin should be used
203           on solaris
204
205 2005-08-24 Borut Razem <borut.razem AT siol.net>
206
207         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
208
209 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
210
211         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
212         ffffffffu
213
214 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
215
216         * as/mcs51/aslink.h: completed lkrloc.c prototypes
217         * as/mcs51/lkmain.c (link_main): fixed warning
218         * device/include/stdbool.h: ds390 has no advanced bit support yet
219         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
220         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
221         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
222           and updated their macros
223         * src/SDCCval.c (constVal): updated comment for renamed b_long
224
225 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         * as/mcs51/asdata.c: changed ctype['['] to BINOP
228         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
229           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
230           (oprio): set priority for '['
231         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
232            and adb_24_bit
233         * as/mcs51/asm.h: added defines R_BIT and S_BIT
234         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
235         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
236         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
237           added overlayable BIT_BANK area
238         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
239           (summary2): explain 'T' in legenda
240         * as/mcs51/lkrloc.c: replaced old K&R style,
241           (relr): added R_BIT processing,
242           (errmsg): added "Bit-addressable relocation error",
243           (adb_bit): added for converting from byte- to bit-addressable space,
244           (adb_24_bit): added for converting from byte- to bit-addressable space
245         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
246            used in reentrant functions now even as return value
247         * device/lib/_gptrput.c (_gptrput): removed obsolete code
248         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
249           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
250         * src/SDCCglobl.h: added indicator BitBankUsed
251         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
252            the bit registers b0-b7
253         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
254           (geniCodeCast): fixed bug 1263853,
255           (geniCodeLogicAndOr): put result in bool or char,
256           (geniCodeReceive): added parameter func for accessing the return type,
257           (geniCodeFunctionBody): pass func to geniCodeReceive
258         * src/SDCCmain.c: added indicator BitBankUsed
259         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
260         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
261           (checkSClass): don't put automatic bool/bit on stack,
262           (checkFunction): removed check on function cannot return bit
263         * src/SDCCsymt.h: added newBoolLink prototype
264         * src/mcs51/gen.c (rb1regs): added bit registers,
265           (movc): created for assigning to carry,
266           (pushReg, popReg): created for pushing registers,
267           (sameRegs): check both AOP_REG and AOP_CRY types,
268           (aopOp): handle bit registers,
269           (aopPut): optimization no self-assign,
270           (saveRegisters): push reg->base (bits) only once for bit registers,
271            and use pushReg,
272           (unsaveRegisters): pop reg->base only once and use popReg,
273           (assignResultValue): added parameter func and return in carry for bits,
274           (genIpush): optimization no reload in A if not changed,
275           (genSend): bit parameters in reentrant functions are passed in bit
276            registers by first assigning to bits in B, then save registers and
277            copy B to bits,
278           (genCall): handle returning in Carry properly, save it in F0 if needed,
279           (genPcall): updated assignResultValue call, this is not safe yet for bit
280            returning function !!!
281           (genFunction): don't generate equ's for bit registers and use pushReg,
282           (genEndFunction): take care of bit returning functions and use popReg,
283           (genRet): return bit in Carry,
284           (genIfx): optimize bit registers and other directly addressable bits,
285           (genReceive): updated assignResultValue call
286         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
287           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
288            registers when using stack-auto
289         * src/mcs51/ralloc.c (_G): added allBitregs,
290           (regs8051): added the bit registers,
291           (createStackSpil): use macro IS_BIT,
292           (getRegBit): added to allocate a bit register, else spill,
293           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
294           (updateRegUsage): factored out to ease stepping while debugging,
295           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
296            also allocate bit registers,
297           (fillGaps): handle bit registers,
298           (findAllBitregs): added to create bit vector with all bit registers,
299           (mcs51_allBitregs): returns this bit vector,
300           (mcs51_assignRegisters): when using stack-auto use bit registers for
301            passing parameters and creating local variables
302         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
303
304 2005-08-22 Borut Razem <borut.razem AT siol.net>
305
306         * device/lib/Makefile.in: replaced find option -or with -o
307           to make it run on solaris
308
309 2005-08-22 Raphael Neider <rneider AT web.de>
310
311         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
312           fixes #1265442 (crash on Solaris)
313
314 2005-08-20 Borut Razem <borut.razem AT siol.net>
315
316         * configure, configure.in: added tests for libsocket and libnsl libraries,
317           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
318           from support/regression/Makefile.in
319         * support/regression/Makefile.in: added
320         * device/lib/pic16/Makefile.common.in: force make to use bash shell
321         * sim/ucsim/libtool: regenerated on sparc-solaris
322         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
323           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
324           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
325           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
326           sparc-solaris, which doesn't use GNU ld linker
327         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
328         * as/Makefile: find on sparc-solaris does not support -maxdepth option
329
330 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
331
332         * src/mcs51/peeph.def: updated comments
333
334 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
335
336         * device/lib/_gptrget.c,
337         * device/lib/_gptrput.c: slightly shorter
338         * doc/sdccman.lyx: incremented version
339         * src/mcs51/peeph.def: moved peephole comments to the line of first
340           change to better keep line correlation, reanimated 186.e
341         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
342
343 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
344
345         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
346           David Saxton with quotes around file name.
347
348 2005-08-15 Borut Razem <borut.razem AT siol.net>
349
350         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
351           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
352           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
353           make tests run on x86_64 platform
354
355 2005-08-13 Raphael Neider <rneider AT web.de>
356
357         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
358           as it might be executed DURING a build (parallel make is wonderful)
359
360 2005-08-13 Raphael Neider <rneider AT web.de>
361
362         * device/lib/Makefile.in (port-specific-objects-pic16):
363           revert to cp $(PORT)/bin/*.* $(PORTDIR)
364         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
365           dependency
366         * device/lib/pic16/Makefile.rules: build subdirs before creating
367           the library, removed builddir rule, create $(builddir) early in
368           recurse rule, use empty recurse rule for leaf directories
369         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
370           mkdir errors (race condition), removed duplicate suffix "hex"
371           from clean rules
372         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
373         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
374           prevents mkdir -p from aborting on Alpha
375
376 2005-08-12 Raphael Neider <rneider AT web.de>
377
378         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
379           db-statements in order to allow for arrays of pointers in code
380           sections to be placed without interspersed 0-padding, fixes
381           bug #1256215
382         * (emitStatistics): fixed division by zero for pic18f1220
383         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
384           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
385         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
386         * (pic16_pCodeConstString): keep track of already emitted string
387           literals to prevent "duplicate definitions of symbol _str_NR"
388         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
389           debug message
390         * device/lib/Makefile.in: ignore failing PIC16 library builds
391         * device/lib/pic16/Makefile: do not build if gputils are missing
392         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
393
394 2005-08-10 Raphael Neider <rneider AT web.de>
395
396         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
397           my last commit)
398
399 2005-08-10 Raphael Neider <rneider AT web.de>
400
401         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
402           Rokas' patch to add the new fixed point type "__fixed16x16"
403         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
404           functions for __fixed16x16 arithmetics
405         * device/lib/pic16: reimplemented the build system to support
406           a separate build directory, better handling of libio (create
407           the library in a separate subdir for each architecture) and
408           easier configuration (centralized in Makefile.common)
409
410 2005-08-07 Raphael Neider <rneider AT web.de>
411
412         * src/pic16/gen.c (genrshTwo): fixed sign extension
413         * src/pic16/device.c: added pic18f2320, 4220 and 4320
414         * device/include/pic16/pic18f2220.h: changed some bit definitions,
415           added T0CONbits
416         * device/include/pic16/pic18f4220.h: NEW, header for
417           pic18f4220 and pic18f4320
418         * device/include/pic16/pic18fregs.h: added new devices,
419           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
420         * device/include/pic16/signal.h: resolved name clashes
421           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
422           to also allow testing for interrupt enable bits, added
423           comments on how to use the macros
424         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
425         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
426           register definitions for the devices
427         * device/lib/pic16/pics.all: added new devices
428         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
429           allocated memory
430         * device/lib/pic16/libc/stdlib/memfree: do not count
431           the block header as free memory
432         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
433           simplified and added missing end-of-blocklist-marker
434           (reported by Peter Onion, fixes #1252814)
435         * (_mergeHeapBlock): fixed loop condition
436         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
437           len==0, restructured code
438         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
439           up a bit, reduced bitfield accesses, prevent endless loops
440           in case of heap corruption
441         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
442           "unreferenced arguments/must return a value" warnings
443         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
444           replaced BAUDREG with SPBRG
445         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
446           device/lib/pic16/debug/gstack/gstack.c: replaced
447           _naked, _asm, _endasm with __naked, __asm, __endasm
448
449 2005-08-05 Raphael Neider <rneider AT web.de>
450
451         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
452           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
453
454 2005-08-05 Borut Razem <borut.razem AT siol.net>
455
456         * device/lib/Makefile.in: added missing ';'
457         * configure: removed ^M characters
458
459 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
460
461         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
462           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
463           License
464
465 2005-08-04 Borut Razem <borut.razem AT siol.net>
466
467         * configure.in: pic16 libraries build 2nd try - enable running
468           configure in device/lib/pic16
469         * configure: regenerated from configure.in
470         * device/lib/Makefile.in: create $(PORT)/bin directory
471
472 2005-08-03 Raphael Neider <rneider AT web.de>
473
474         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
475           to get/set values via pointers
476         * (genUnpackBits,genPackBits): changed detection of
477           ptr->bitfield vs. sym.bitfield, fixed access via generic
478           pointers, removed dead (wrong) code for multibyte bitfields
479         * (genNearPointerGet, genGenPointerGet): removed useless code,
480           fixed bitfield detection, fixes #1250594
481         * (genNearPointerSet): removed useless code
482         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
483           and introduced macro pic16_emitpcode that conditionally emits
484           the origin of the following pCode (useful for debugging SDCC)
485         * src/pic16/pcode.c: changed (and disabled) some debug outputs
486         * (createDefmap): fixed handling of LFSR for --optimize-df
487
488 2005-08-02 Borut Razem <borut.razem AT siol.net>
489
490         * device/lib/Makefile.in: pic16 libraries build enabled since
491           gputils-0.13.2 are now localy installed at sourceforge's compile farm
492
493 2005-08-02 Raphael Neider <rneider AT web.de>
494
495         * src/pic16/gen.c (genPackBits): removed deprecated warning
496         * (genGenPointerSet): fixed bitfield detection
497
498 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
499
500         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
501
502 2005-07-31 Raphael Neider <rneider AT web.de>
503
504         * device/lib/pic16/libdev/pic18f458.c,
505           device/include/pic16/pic18f458.h: added missing T0CONbits
506
507 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
508
509         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
510
511 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
512
513         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
514
515 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
516
517         * device/include/mcs51/at89c51ed2.h: added.
518
519 2005-07-23 Raphael Neider <rneider AT web.de>
520
521         * src/pic/gen.h: added emitpcode macro for debugging
522         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
523           and replace by macro adding debug information on demand
524         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
525         * (gencjne): tried to fix; replaced with correct (slower) code
526         * (gen{Unp,P}ackBits): fixed single bit access
527         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
528         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
529           previous instruction
530         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
531           register has to be handled with care (forbidding movement
532           of assignments/uses, removing assignments completely, ...)
533         * (pCodeOptime2pCodes): make use of regIsSpecial
534         * added lots of debugging output (commented out)
535         * src/pic/rallloc.c (deassignLRs): prevent operand registers
536           from being reused as result UNLESS it is known to work
537
538 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
539
540         * support/Util/dbuf.h: include <stddef.h> for size_t
541         * .version: changed to version 2.5.2
542
543 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
544
545         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
546
547 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
548
549         * src/hc08/gen.c (genMinus): fixed bug #1241835,
550           (genModOneByte): removed needless psha/pula
551
552 2005-07-22 Raphael Neider <rneider AT web.de>
553
554         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
555           have PIC14 handled like PIC16, fixes broken pic14 linker calls
556         * src/pic/gen.c (resolveIfx): do not "invent" labels
557         * (genSkipc): changed to positive logic
558         * (genSkipCond): removed as no longer needed
559         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
560           backport from PIC16
561         * (genLeftShift): check operands are in different registers
562         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
563           INCF does not update CARRY...
564         * src/pic/main.c: fixed _linkCmd
565         * src/pic/pcode.c (unlinkpCode): added inactive code
566         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
567           alive (do not assign result and operand overlapping registers)
568
569 2005-07-22 Raphael Neider <rneider AT web.de>
570
571         * src/pic/device.c (dump_sfr): replaced register declaration with
572           call to emitSymbolToFile() to avoid duplicate symbols
573         * (assignRelocatableRegisters): do not declare external symbols
574         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
575           right (take size of type, not etype)
576         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
577         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
578         * (packRegsForAccUse): disabled assignment of WREG as
579           the result reg to prevent occurence of just fixed #1235003,
580           fixes #1242954
581         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
582           symbols (avoids duplicate symbols in .asm file)
583         * (pic14emitRegularMap): use emitSymbolToFile()
584         * src/pic/gen.c (aopOp): fixed spillLocation handling
585         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
586         * (genDataPointerSet): removed unneccessary variables/output
587
588 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
589
590         * as/mcs51/lkarea.c: enlarged codemap for banked memory
591         * device/lib/mcs51/crtbank.asm: added # to 0x0F
592
593 2005-07-21 Raphael Neider <rneider AT web.de>
594
595         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
596           architecture cannot handle them efficiently, fixes bug #1235003
597         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
598           check for empty sets before using them (fixes bug #1232190)
599
600 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
601
602         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
603           (lnksect2): generate warnings for memory overlap
604         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
605           constseg to set the name of these segments so you can instruct the linker
606           to place them in banks
607         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
608         * src/SDCCglobl.h: added MODEL_HUGE to enum,
609           added code_seg and const_seg to options
610         * src/SDCCglue.c (emitMaps): use options.const_seg,
611           (createInterruptVect): put interrupt vectors in segment HOME,
612           (glue): put HOME before static segment and put the main glue in HOME,
613           (glue): use options.code_seg
614         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
615         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
616           these segments so you can instruct the linker to place them in banks
617           (linkEdit): use code_loc for HOME segment which should be the first
618           segment in code memory now
619         * src/SDCCmem.c: fixed more stuff like bug 1238386
620         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
621           (changePointer): don't change function pointers to code pointers for
622           banked functions,
623           (compareType): added exceptional check for banked function pointers
624         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
625         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
626           after static in code memory
627         * src/mcs51/gen.c: added aopLiteralLong prototype,
628           (aopForSym): use getSize for functions,
629           (genCall): generate banked calls over one trampoline __sdcc_banked_call
630           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
631           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
632           the segment,
633           (genPcall): use call for literal function pointers and generate banked
634           calls over the one trampoline so there's only one place for the user to
635           modify according to his/hers hardware,
636           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
637           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
638         * src/mcs51/main.c: added keyword banked,
639           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
640         * support/Util/SDCCerr.c,
641         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
642           needed for passing the bank and address to the trampoline
643         * device/lib/mcs51/crtbank.asm: added for bankswitching
644         * device/lib/mcs51/Makefile: added crtbank
645
646 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
647
648         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
649           for fields at offset 0 of a struct or union as reported
650           on 2005-07-07 in the developer mailing list.
651
652 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
653
654         * src/SDCCmem.c: fixed bug 1238386
655
656 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
657
658         * src/mcs51/peeph.def: added labelrefcounting for peepholes
659           (patch #1144962), added peephole 300, enabled 259.x
660         * doc/sdccman.lyx: removed screenshot and provided link instead
661
662 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
663
664         * doc/sdccman.lyx: added section about debugging with ddd
665         * doc/figures/ddd_example.eps: screenshot of debugging session
666
667 2005-07-04 Raphael Neider <rneider AT web.de>
668
669         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
670           like CODE pointers, fixes #1115683
671         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
672           call, fixes bugs #1232211, #1228110,
673           fixed wrong casts to pCodeFlow from pCodeInstructions
674
675 2005-07-04 Raphael Neider <rneider AT web.de>
676
677         * src/pic/gen.c (popGet): changed assert to allow for
678           bit operands
679         * (popGetAddr): changed signature to provide
680           an additional index, patched all call sites
681         * (genCmpEq): handle literal-like operands correctly
682         * (genAddrOf): added sanity checks on __code/__data pointers
683         * (genAssign): added handling of symbols from __code section
684         * (gencjne): do not generate code for comparisons whose result
685           is neither stored nor used, fixes bug #1171114
686         * (AccLsh, AccRsh): operate on operand instead of WREG
687         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
688           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
689           by known count
690         * rewrote complete shift-by-literal logic, commented unused
691           functions out
692         * (genConstPointerGet): get multiple bytes (if result size > 1),
693           fixed handling of non-immediate addresses
694         * (genPointerGet): handle CODE pointers like CONST pointers
695         * (genpic14Code): insert C-SRC lines as Cource-pCodes
696         * ({aop,op}_isLitLike): NEW, single place to decide whether an
697           operand is to be treated as a literal or not
698         * (mov2w,genPcall,genCmpEq),
699           src/pic/genarith.c: use aop_isLitLike() to decide between
700           literal/register contents
701         * (addSign): added missing offset
702         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
703           only emit comment in debug-mode,
704           use {aop,op}_isLitLike throughout the file
705         * src/pic/glue.c: fix initializers for pointers (work in progress)
706         * src/pic/pcode.c (get_op): honor index on _const symbols
707         * ({reset,dump}pCodeStatistics): NEW, estimate code size
708         * (dumppBlock): added pCode size estimation
709         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
710           check for IS_SYMOP before OP_SYMBOL'ing
711         * fixed indentation, compacted switch-statements
712         * (allocReg): find free register and allocate it instead of
713           allocating new registers all the time
714         * (deassignLRs): prevent POINTER_GET's from being assigned the same
715           registers as its operands (necessary only for multibyte GETs)
716
717 2005-07-01 Raphael Neider <rneider AT web.de>
718
719         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
720           debugging .asm-output macros FENTRY + FEXIT
721         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
722           way... I wonder...
723         * (emitpComment): NEW, printf to pCode
724         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
725           offset handling
726         * (popGetAddr): NEW, variant of popGet to access an immediates
727           high(er) bytes instead of the n'th byte of memory they reference,
728           replaced popGet with popGetAddr where neccessary
729         * (genDataPointerGet): reactivated and fixed implementation
730         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
731           accesses
732         * (genDataPointerSet): fixed multibyte assignments
733         * (genpic14Code): fixed --i-code-in-asm handling
734         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
735         * (genPlus): fixed index-out-of-bounds error
736         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
737         * src/pic/ralloc.c: added debugging output macro FENTRY2
738         * (spillThis): fixed indentation, enbraced for-body for clarity
739         * (rematStr): commented out as now unused
740         * (regTypeNum): commented out special spill case (overwrites
741           arbitrary values)
742         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
743
744 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
745
746         * doc/sdccman.lyx: documented sfr16/sfr32,
747           added example for using storage class with function pointers
748         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
749
750 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
751
752         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
753         * device/lib/_itoa.c,
754         * device/lib/_ltoa.c: optimized codesize
755         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
756           but don't know how to suppress the double warning.
757         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
758         * support/Util/SDCCerr.c,
759         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
760
761 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
764           fixed old K&R prototypes
765         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
766         * device/lib/_gptrget.c,
767         * device/lib/_gptrgetc.c,
768         * device/lib/_gptrput.c: changed versions for new memory indicator values,
769           also new versions for small generic pointers and banked generic pointers
770         * src/port.h: added const_name
771         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
772         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
773         * src/SDCCcse.c (findPrevIc): check all associative operators
774         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
775         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
776         * src/SDCCmem.c: updated comments,
777           set far-space to 0 for pdata, results in optimized code
778         * src/SDCCmem.h: added macro CONST_NAME
779         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
780           moving the info into the highest bits, see also gptrget/gptrput
781         * src/src.dsp: added sdcc.ico to project files
782         * src/avr/gen.c (genCast): fixed bug 0x%d
783         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
784         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
785           relation between ptr_type and DCL_TYPE,
786           (genCast): fixed bug 0x%d
787         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
788           (CODE)" for const_name
789         * src/hc08/gen.c (genCast): fixed bug 0x%d
790         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
791           (hc08_port): added "CONST (CODE)" for const_name
792         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
793           (aopForRemat, adjustArithmeticResult): disconnected direct relation
794           between ptr_type and DCL_TYPE,
795           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
796           operand* and took AOP() inside function so sfr-ness can be checked,
797           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
798           new prototype,
799           (genFunction, genEndFunction): optimized stack setup,
800           (genMinus): optimized for literals with ending zeroes (in bytes),
801           (genCast): fixed bug 0x%d
802         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
803           (mcs51_port): added "CONST (CODE)" for const_name
804         * src/mcs51/peeph.def: made rule 226 more generic
805         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
806         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
807         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
808         * src/z80/main.c (z80_port): added NULL for const_name,
809           (gbz80_port): added NULL for const_name
810         * support/regression/tests/bug663539.c,
811         * support/regression/tests/sfr16.c: new tests
812
813 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
814
815         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
816
817 2005-06-24 Raphael Neider <rneider AT web.de>
818
819         * device/lib/pic16/libdev/pic18f[68][567]20.c:
820           corrected typos...
821         * device/include/pic16/signal.h: added USBIF
822           and SIG_USB
823
824 2005-06-24 Raphael Neider <rneider AT web.de>
825
826         * device/lib/pic16/libdev/pic18f2455.c,
827           device/include/pic16/pic18f2455.h: NEW
828         * device/include/pic16/pic18fregs.h,
829           device/lib/pic16/pics.all,
830           src/pic16/device.c: added 18f2455
831         * device/lib/pic16/libdev/pic18f[68][567]20.c,
832           device/include/pic16/{pic18f[68][567].h,usart.h}:
833           replaced MULTIPLE_USARTS define with more relaible
834           compatibility sfrs (for USART access)
835
836 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
837
838         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
839           and the output asm file line is printed on two lines.
840
841 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
842
843         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
844           BGT, BLE, BHI, and BLS instructions
845         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
846           genCmpEq): removed
847         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
848           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
849           fixes bug #1216342
850         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
851
852 2005-06-15 Raphael Neider <rneider AT web.de>
853
854         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
855         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
856         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
857           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
858           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
859
860 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
861
862         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
863           Marcel Telka in bug #1215704
864
865 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
866
867         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
868           located in shared memory bank.
869
870 2005-05-31 Raphael Neider <rneider AT web.de>
871
872         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
873           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
874           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
875
876 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
877
878         * device/lib/_strncpy.c: fixed the fix
879
880 2005-05-26 Raphael Neider <rneider AT web.de>
881
882         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
883           initializers with \0, bug #1208187
884         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
885           intializers with \0, bug #1208187
886
887 2005-05-26 Raphael Neider <rneider AT web.de>
888
889         * src/pic16/glue.c (pic16_printIvalChar): fixed string
890           initializers with \0, bug #1208187
891         * src/pic16/main.c (_process_pragma): added sanity checks
892           for stack position and size, emit warnings when appropriate
893
894 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
895
896         * device/lib/_strncpy.c: fixed not filling with \0
897
898 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
899
900         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
901           createFunction),
902         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
903           compound_statement),
904         * src/SDCCsymt.h,
905         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
906
907 2005-05-24 Raphael Neider <rneider AT web.de>
908
909         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
910
911 2005-05-24 Raphael Neider <rneider AT web.de>
912
913         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
914           TRISE definitions, closes bug #1162453
915
916 2005-05-22 Raphael Neider <rneider AT web.de>
917
918         * src/pic16/main.c (_process_pragma): check for missing
919           arguments to pragmas code and udata
920         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
921           consistency fixes to match other headers (thanks to Jim Paris)
922         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
923
924 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
925
926         * src/SDCCicode.c (isOperandEqual): fixed missing ;
927
928 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
929
930         * support/regression/tests/bug1198642.c: new test
931         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
932         * src/SDCCcse.c (findPrevIc): added comment, please have a look
933         * support/scripts/resource.h,
934         * support/scripts/resource.rc,
935         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
936         * support/scripts/sdcc.ico: added 32x32 icon
937
938 2005-05-18 Raphael Neider <rneider AT web.de>
939
940         * device/lib/pic16/libdev/pic18f*.c,
941         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
942           keywords to "__sfr" and "__at (X)"
943         * device/include/pic16/pic18fregs.h: added pic18f4520
944         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
945           #1203088 (MPLAB compatibility)
946
947 2005-05-17 Raphael Neider <rneider AT web.de>
948
949         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
950         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
951         * device/lib/pic16/pics.all: added new devices
952         * src/pic16/device.c: added support for pic18f4520
953
954 2005-05-16 Raphael Neider <rneider AT web.de>
955         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
956         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
957         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
958           convenience function for bit access
959
960 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
961
962         * device/lib/printf_large.c: fixed bug 1193299
963         * support/regression/tests/bug1057979.c: added test %3.3s
964
965 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
966
967         * device/include/mcs51/8051.h,
968         * device/include/mcs51/8052.h: made parseable with lint
969         * device/include/mcs51/lint.h: added include file for (sp)lint
970         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
971         * doc/cdbfileformat.lyx,
972         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
973
974 2005-05-14 Raphael Neider <rneider AT web.de>
975
976         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
977         * device/lib/pic16/libc/stdlib/itoa.c (new)
978         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
979         * device/lib/pic16/libio/Makefile: exclude subdir according to
980           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
981         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
982         * src/pic16/gen.c (genFunction): prevent annoying warning
983         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
984           nameclashes on BeOS
985         * support/cpp2/cppmain.c (cpp_output_string): new
986         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
987           fixes bug 1116802
988
989 2005-05-13 Borut Razem <borut.razem AT siol.net>
990
991         * src/SDCCmain.c (linkEdit): fixed bug 1195202
992
993 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
994
995         * .version: changed to version 2.5.1; back to bleeding edge development
996
997 2005-05-11 Borut Razem <borut.razem AT siol.net>
998
999         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1000           generate PDF version 1.3 documents
1001
1002 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1003
1004         * .version: changed to version 2.5.0
1005
1006 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1007
1008         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1009
1010 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1011
1012         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1013         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1014         well as many smaller updates.
1015         * .version: changed to version 2.5.0-pre1
1016
1017 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1018
1019         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1020
1021 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1022
1023         * support/regression/tests/bug1185672.c: added
1024         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1025           bug 1185672
1026         * src/mcs51/gen.c (genCall): added comments, made it look safer
1027         * src/mcs51/gen.c (genEndFunction): simplified
1028
1029 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1030
1031         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1032
1033 2005-04-14 Borut Razem <borut.razem AT siol.net>
1034
1035         * fixed bug 1045046 - SIGSEGV with really simple code?:
1036           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1037           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1038
1039 2005-04-14 Borut Razem <borut.razem AT siol.net>
1040
1041         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1042           src/pic16/device.h: temporarily disabled experimental #inline pragma
1043           for 2.5.0 release
1044
1045 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1046
1047         * device/include/z80/stdio.h,
1048         * device/include/z80/string.h: removed these highly incomplete files so
1049           SDCC can use the default ones in device/include/
1050
1051 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1052
1053         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1054         gcc warning.
1055         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1056         fix sdcpp warnings.
1057
1058 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1059
1060         * device/include/malloc.h: removed redundant __reentrant prototypes
1061         * device/lib/_mullong.c: added working xstack variant in asm (C version
1062           doesn't pass regression tests)
1063         * device/lib/bpx.c: used __data and made bpx char for mcs51
1064         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1065           (createFunction): fixed bug with xstackPtr
1066         * src/SDCCcse.c: corrected comments
1067         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1068           (killDeadCode, eBBlockFromiCode): removed unused code
1069         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1070           corrected comments
1071         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1072           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1073           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1074           (genModOneByte): fixed warning in MSVC
1075         * src/mcs51/main.c (): added comments
1076         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1077
1078 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1079
1080         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1081
1082 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1083
1084         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1085
1086 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1087
1088         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1089         characters arrays of larger size than the declared one.
1090
1091 2005-04-10 Borut Razem <borut.razem AT siol.net>
1092
1093         * src/pic/gen.c (genInline),
1094           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1095           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1096           (findNextInstruction), (findPrevInstruction),
1097           (findInstructionUsingLabel),
1098           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1099         * src/pic/pcode.c (findLabel): added missing '\n'
1100         * src/src.dsp: added SDCCdwarf2.c to the project
1101
1102 2005-04-09 Borut Razem <borut.razem AT siol.net>
1103
1104         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1105
1106 2005-04-08 Raphael Neider <rneider AT web.de>
1107
1108         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1109           into the chain after a given one) and mergeDefmapSymbols (combine
1110           defmap entries for each symbol per pcode)
1111         * (createDefmap): have defmap entries merged in the end
1112         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1113           a symbol before replacing one access type's symbol, merge symbols in
1114           the end (replacement symbol might already have an entry)
1115         * (assignValnums): keep reference to written WREG intact
1116
1117 2005-04-08 Raphael Neider <rneider AT web.de>
1118
1119         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1120           Alpha)
1121
1122 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1123
1124         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1125         bytes
1126
1127 2005-04-07 Raphael Neider <rneider AT web.de>
1128
1129         * device/include/pic16/usart.h: added compatibility defines for
1130           devices with more than one USART
1131         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1132
1133 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1134
1135         * device/lib/Makefile.in: updated for port specific include
1136
1137 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1138
1139         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1140
1141 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1142
1143         * device/include/8051.h,
1144         * device/include/8052.h,
1145         * device/include/at89S8252.h,
1146         * device/include/at89c55.h,
1147         * device/include/at89x051.h,
1148         * device/include/at89x51.h,
1149         * device/include/at89x52.h,
1150         * device/include/mcs51reg.h,
1151         * device/include/reg51.h,
1152         * device/include/reg764.h,
1153         * device/include/regc515c.h,
1154         * device/include/sab80515.h: (re)moved these 12 files
1155         * device/include/mcs51/8051.h,
1156         * device/include/mcs51/8052.h,
1157         * device/include/mcs51/at89S8252.h,
1158         * device/include/mcs51/at89c55.h,
1159         * device/include/mcs51/at89x051.h,
1160         * device/include/mcs51/at89x51.h,
1161         * device/include/mcs51/at89x52.h,
1162         * device/include/mcs51/mcs51reg.h,
1163         * device/include/mcs51/reg51.h,
1164         * device/include/mcs51/reg764.h,
1165         * device/include/mcs51/regc515c.h,
1166         * device/include/mcs51/sab80515.h: and added them here
1167
1168 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1169
1170         * device/include/stdarg.h: changed SDCC specific keywords to double
1171           underlined form.
1172         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1173           mcs51 and ds390.
1174         * device/include/hc08/mc68hc908gp32.h,
1175         * device/include/hc08/mc68hc908jb8.h,
1176         * device/include/hc08/mc68hc908jkjl.h,
1177         * device/include/hc08/mc68hc908qy.h: fixed comments
1178         * device/include/mcs51/README: updated
1179         * device/include/mcs51/c8051f120.h: added PINRSF
1180         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1181         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1182           amidst code. Also inline is not supported.
1183
1184 2005-04-06 Raphael Neider <rneider AT web.de>
1185
1186         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1187         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1188           callers stack/frame pointers
1189
1190 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1191
1192         * device/include/pic16/usart.h: added, missing in previous commit,
1193         * device/include/pic16/adc.h: fixed typo,
1194         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1195         commit,
1196         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1197         <p18fxxx.inc>
1198         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1199         uninitialized because a bug appears with gplink
1200         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1201         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1202         complains for unrecognised option
1203
1204 2005-04-05 Raphael Neider <rneider AT web.de>
1205
1206         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1207           structs as well (using memcpy)
1208         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1209           on ISRs (GOTO has no label)
1210         * src/pic16/device.h: added OF_OPTIMIZE_DF
1211         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1212           new data flow analysis/optimization
1213         * src/pic16/pcode.c: added (prototypes for and implementation of)
1214           dataflow analysis functions, fixed pCodeInstructions' inCond and
1215           outCond values, made RCALL a branch instruction
1216         * (pic16_unlinkpCode): keep C line if possible
1217         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1218           C line moved if possible
1219         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1220         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1221           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1222         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1223           new flow)
1224         * (pic16_getJumptabpCode): NEW, needed in...
1225         * (LinkFlow): fixed handling of jumptables, calls and conditional
1226           branches
1227         * (pic16_InsertCommentAfter): NEW
1228         * (pic16_pCodeReplace): made verbose and flow preserving
1229         * (AnalyzeFlow): added call to data flow analysis
1230         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1231         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1232         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1233
1234 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1235
1236         * src/SDCCast.c (decorateType): fixed bug #1105626
1237
1238 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1239
1240         * device/include/asm/pic16/features.h,
1241         * pic18f*.h headers,
1242         * device/include/pic16/adc.h,
1243         * device/include/pic16/delay.h,
1244         * device/include/pic16/i2c.h,
1245         * device/include/pic16/malloc.h,
1246         * device/include/pic16/stdio.h,
1247         * device/include/pic16/stdlib.h,
1248         * device/include/pic16/string.h,
1249         * device/lib/pic16/libc/stdio/printf_tiny.c,
1250         * device/lib/pic16/libc/stdio/printf_small.c,
1251         * device/lib/pic16/libc/stdio/strmgpsim.c,
1252         * device/lib/pic16/libc/stdio/strmmssp.c,
1253         * device/lib/pic16/libc/stdio/strmusart.c,
1254         * device/lib/pic16/libc/stdio/vfprintf.c,
1255         * device/lib/pic16/libc/stdlib/ltoa.c,
1256         * device/lib/pic16/libc/stdlib/putchar.c,
1257         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1258         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1259         * device/lib/pic16/libc/stdlib/memchrram.c,
1260         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1261         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1262         * device/lib/pic16/libio/adc/adcbusy.c,
1263         * device/lib/pic16/libio/adc/adcread.c,
1264         * device/lib/pic16/libio/adc/adcsetch.c,
1265         * device/lib/pic16/libio/usart/ubaud.c,
1266         * device/lib/pic16/libio/usart/ubusy.c,
1267         * device/lib/pic16/libio/usart/udrdy.c,
1268         * device/lib/pic16/libio/usart/uopen.c,
1269         * device/lib/pic16/libio/usart/uputc.c,
1270         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1271         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1272         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1273         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1274         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1275         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1276         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1277         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1278         specific keywords to double underlined form,
1279         * device/lib/pic16/libc/Makefile.rules,
1280         * device/lib/pic16/libsdcc/Makefile.rules,
1281         * device/lib/pic16/libm/Makefile,
1282         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1283         to compile with C standard set in Makefile.common
1284         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1285         rand.c and crc.c in compilation process,
1286         * device/lib/pic16/libsdcc/int/divuint.c,
1287         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1288         `c' from signed to unsigned,
1289         * device/lib/pic16/startup/crt0.c,
1290         * device/lib/pic16/startup/crt0i.c,
1291         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1292         keywords to double underlined form, bug fixes in _do_cinit function
1293         which prevented the correct initialization of the .idata segment,
1294         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1295         core to enter a infinite loop
1296         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1297
1298 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1299
1300         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1301
1302 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1303
1304         * device/include/Makefile.in: add support for hc08 subdirectory
1305         * device/include/hc08/: new subdirectory
1306         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1307         Lucas Loizaga, thanks!
1308         * device/include/hc08/mc68hc908qy.h,
1309         * device/include/hc08/mc68hc908gp32.h,
1310         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1311         their own directory. Changed internal macro names to use the compiler
1312         reserved namespace. Changed SDCC specific keywords to double
1313         underlined form.
1314         * device/include/math.h,
1315         * device/include/malloc.h,
1316         * device/include/stdarg.h,
1317         * device/include/stdbool.h
1318         * device/include/string.h,
1319         * device/include/tinibios.h,
1320         * device/include/ds400rom.h,
1321         * device/include/8051.h,
1322         * device/include/8052.h,
1323         * device/include/80c51xa.h,
1324         * device/include/at89c55.h,
1325         * device/include/at89S8252.h,
1326         * device/include/at89x51.h,
1327         * device/include/at89x52.h,
1328         * device/include/ds80c390.h,
1329         * device/include/reg764.h,
1330         * device/include/regc515c.h,
1331         * device/include/sab80515.h,
1332         * device/include/mcs51/c8051f000.h,
1333         * device/include/mcs51/c8051f018.h,
1334         * device/include/mcs51/c8051f020.h,
1335         * device/include/mcs51/c8051f040.h,
1336         * device/include/mcs51/c8051f060.h,
1337         * device/include/mcs51/c8051f120.h,
1338         * device/include/mcs51/c8051f300.h,
1339         * device/include/mcs51/c8051f310.h,
1340         * device/include/mcs51/c8051f320.h,
1341         * device/include/mcs51/c8051f330.h,
1342         * device/include/mcs51/c8051f350.h,
1343         * device/include/z180.h: Changed SDCC specific keywords to double
1344         underlined form.
1345
1346 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1347
1348         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1349         18F4455,
1350         * (pic16_assignConfigWordValue): disable testing of configuration
1351         register value with config mask,
1352         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1353         function with port->fun_prefix,
1354         * (genFunction): when generating a naked interrupt function never
1355         create an absolute segment placed in interrupt vector address, place
1356         the actual interrupt function at IVA instead, when an interrupt
1357         function is generated with unspecified interrupt then do not create
1358         the absolute section,
1359         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1360         code for generating a call to generic pointer get/put function with
1361         a call to function pic16_callGenericPointer(),
1362         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1363         the call to the generic pointer get/put functions with prefixing the
1364         function name with port->fun_prefix,
1365         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1366         * src/pic16/main.c (_process_pragma): prefix function with
1367         port->fun_prefix,
1368         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1369         calling assembler, old 18Fxxxx macro is deprecated,
1370         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1371         PC_ASMDIR in while condition,
1372         * (findInstruction): add PC_ASMDIR in while condition,
1373         * (buildCallTree): prefix main with port->fun_prefix,
1374         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1375         identifier for variable with banked access in instructions BTFSS,
1376         BTFSC, BCF, BSF, BTG
1377         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1378         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1379         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1380         perform optimization when enviroment variable NO_REG_OPT is set,
1381         * (insideLRBlock): NEW, return 1 if register is inside an
1382         INF_LOCALREGS block,
1383         * (RemoveRegFromLRBlock): remove a register that is completely
1384         eliminated by register optimization, but it is still left in local
1385         register store/restore in/from stack block,
1386         * (Remove2pcodes): after removing register, check to see if it
1387         should be removed from local register store/restore in/from stack
1388         block,
1389         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1390         DUMMY_READ_VOLATILE,
1391
1392         * device/include/pic16/adc.h: minor prototype modifications and
1393         update,
1394         * device/include/pic16/malloc.h: added GPL notice various
1395         modifications,
1396         * device/include/pic16/stdint.h: NEW, standard header for ints
1397         * device/include/pic16/delay.h: NEW, header for delay functions,
1398         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1399         delay1mtcy,
1400         * device/include/pic16/signal.h: NEW, header providing helper macros
1401         for implementing signal handlers,
1402         * device/include/pic16/stdio.h: added prototypes for functions,
1403         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1404         prototypes for stdin and stdout, added macro PUTCHAR to
1405         automatically implement putchar function prototype,
1406         * device/include/pic16/usart.h: modified and updated USART library,
1407         * device/lib/pic16/libio/adc/,
1408         * device/lib/pic16/libio/i2c: some modifications to improve library
1409         performance,
1410         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1411         family of functions,
1412         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1413         family of functions and other sources,
1414         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1415         of the PIC18Fxx[28] devices,
1416         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1417         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1418         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1419         _do_cinit function, because the previous failed when local variables
1420         where not placed in the same memory bank,
1421         * device/lib/pic16/libsdcc/char/: various modifications to improve
1422         library performance,
1423         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1424         information on the new functions of the c library and more...
1425
1426 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1427
1428         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1429
1430 2005-03-26 Raphael Neider <rneider AT web.de>
1431
1432         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1433           if condition == CARRY)
1434         * (genCmp): adapted to new genSkipc semantics
1435         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1436           on rIfx (genCmp was broken)
1437
1438 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1439
1440         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1441         * src/z80/main.c (_keywords[]),
1442         * src/SDCCglobal.h (struct options),
1443         * src/SDCC.y,
1444         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1445         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1446         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1447         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1448         always available in leading double underscore form. The C99 support is
1449         mostly missing, but it's a start.
1450         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1451         reserved identifier "__data".
1452
1453 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1454
1455         * src/mcs51/peeph.def: fixed bug 1170013
1456
1457 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1458
1459         * device/include/mcs51reg.h: fixed bug 842007
1460
1461 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1462
1463         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1464         last time.
1465
1466 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1467
1468         * src/port.h (struct PORT),
1469         * src/avr/ralloc.c (avr_assignRegisters),
1470         * src/avr/main.c,
1471         * src/ds390/ralloc.c (ds390_assignRegisters),
1472         * src/ds390/main.c,
1473         * src/hc08/ralloc.c (hc08_assignRegisters),
1474         * src/hc08/main.c,
1475         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1476         * src/mcs51/main.c,
1477         * src/pic/ralloc.c (pic14_assignRegisters),
1478         * src/pic/main.c,
1479         * src/pic16/ralloc.c (pic16_assignRegisters),
1480         * src/pic16/main.c,
1481         * src/xa51/ralloc.c (xa51_assignRegisters),
1482         * src/xa51/main.c,
1483         * src/z80/ralloc.c (z80_assignRegisters),
1484         * src/z80/ralloc.h,
1485         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1486         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1487         * src/SDCCcse.h,
1488         * src/SDCCdflow.c (computeDataFlow),
1489         * src/SDCCdflow.h,
1490         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1491         * src/SDCCloop.h,
1492         * src/SDCCcflow.c (*),
1493         * src/SDCCcflow.h,
1494         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1495         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1496         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1497         immedDom() returning wrong block; probably fixes bug #1160833)
1498
1499 2005-03-20 Borut Razem <borut.razem AT siol.net>
1500
1501         * support/scripts/inc2h.pl: WIN32 port
1502
1503 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1504
1505         * device/lib/makefile.in: added abs.c and labs.c
1506
1507 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1508
1509         * device/include/stdint.h: added
1510         * device/lib/abs.c: added
1511         * device/lib/labs.c: added
1512         * device/include/stdlib.h: added abs() and labs() prototypes
1513         * device/lib/libsdcc.lib: added abs and labs
1514         * device/include/float.h,
1515         * device/lib/_fsmul.c,
1516         * device/lib/printf_fast.c,
1517         * device/lib/printf_tiny.c: updated comments
1518
1519 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1520
1521         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1522         bug #1164313
1523
1524 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1525
1526         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1527         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1528
1529 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1530
1531         * device/lib/printf_large.c: removed inline assembly for portability and
1532           readability. Use printf_fast if speed or size are more important.
1533         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1534         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1535
1536 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1537
1538         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1539         prevent compiler warning
1540
1541 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1542
1543         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1544         moved to level 0 and declared as static. Also they are explicit
1545         placed in access bank. This was necessery because some times they
1546         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1547         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1548         optimizations. Currently only compare to unsigned char is implemented,
1549         * src/pic16/gen.c: added fReturnIdx array,
1550         * (struct resolvedIfx) is moved to gen.h and made public,
1551         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1552         * (aopForSym): added an optimization to directly store in stack of
1553         the operand of a SEND iCode,
1554         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1555         but as registers instead (AOP_REG) using the fReturnIdx array,
1556         * (pic16_freeAsmop): remove the freed register from the
1557         _G.sregsAlloc field,
1558         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1559         a compare of 'WREG',
1560         * (pic16_popGetTempRegCond): changed function prototype, now
1561         function takes also a bitVector argument v which holds the current
1562         set of registers that are allocated for stack access by aopForSym,
1563         registers allocated in aopForSym for accessing stack symbols are not
1564         any more part of the functions usedRegs field,
1565         * (genCall): some times aopOp is called for a stack variable to be
1566         send, aopForSym might perform the push, if this is true make sure
1567         that genCall doesn't push the variable twice by testing _G.resDirect,
1568         * (genFunction): changed testing for unspecified interrupt number
1569         from 256 to INTNO_UNSPEC,
1570         * modified selection scheme of frame pointer generation. Previously
1571         if function did use local registers a frame pointer was generated,
1572         now a frame pointer is generated only if function has arguments
1573         (that need PLUSW2 register access), or has stack arguments, or the
1574         compiler is not instructed to omit the frame pointer,
1575         * (genEndFunction): before restoring local registers that were saved
1576         in the function preamble, also restore the registers that *might*
1577         have been allocated for stack access,
1578         * (genRet): removed some old comments,
1579         * (genCmp, the active (RN's) version): added a call to the
1580         pic16_genCmp_special function to perform the compare with a more
1581         robust and optimized way,
1582         * (genInline): a feature has been added in inline code generation,
1583         which allows a wildcard variable substitution when writing inline
1584         assembly. Code is incomplete and experimental therefore undocumented,
1585         * (genCast): changed order of aopOp for result and right to allow
1586         aopForSym to directly load the result if possible,
1587         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1588         perform an optimized compare on some selected special occasions,
1589         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1590         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1591         generate an IVT any more,
1592         * src/pic16/main.c (pic16_optionsTable): added command line option
1593         --optimize-cmp,
1594         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1595         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1596         macros,
1597         * src/pic16/NOTES: Raphael Neider added in list of active developers
1598         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1599         jumptable_end to prevent bug #,
1600         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1601         inCond and outCond fields,
1602         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1603         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1604         turn off register spilling,
1605         * (packRegsForOneUse): synced with other ports' versions although it
1606         is not used currently,
1607         * (pic16_packRegisters): added an optimization while reading
1608         structure bitfields, some registers may be saved (malloc code is
1609         decreased by 80 bytes)
1610
1611 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1612
1613         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1614         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1615         this can be optimized more?
1616
1617 2005-03-10 Raphael Neider <rneider AT web.de>
1618
1619         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1620           genNearPointerGet): (hopefully) fixed access to bitfields via
1621           pointers (p->bitN = x; and x = p->bitN; failed)
1622
1623 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1624
1625         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1626
1627 2005-03-09 Raphael Neider <rneider AT web.de>
1628
1629         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1630
1631 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1632
1633         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1634         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1635           (regTypeNum): set REG_BIT type if necessary
1636         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1637         * support/regression/tests/critical.c: check bug 1144613
1638
1639 2005-03-02 Raphael Neider <rneider AT web.de>
1640
1641         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1642
1643 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1644
1645         * src/avr/ralloc.c (serialRegAssign),
1646         * src/ds390/ralloc.c (serialRegAssign),
1647         * src/hc08/ralloc.c (serialRegAssign),
1648         * src/mcs51/ralloc.c (serialRegAssign),
1649         * src/pic/ralloc.c (serialRegAssign),
1650         * src/pic16/ralloc.c (serialRegAssign),
1651         * src/xa51/ralloc.c (serialRegAssign),
1652         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1653
1654 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1655
1656         * src/SDCCast.c (decorateType): fixed bug 1124787
1657
1658 2005-02-20 Hubert Sack <sack AT digiplan.de>
1659         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1660
1661         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1662         patch #1121755
1663
1664 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1665
1666         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1667         to keep the correct label reference count when adding/removing references
1668         to labels. A peephole file using this is appended to patch #1144962.
1669
1670 2005-02-14 Raphael Neider <rneider AT web.de>
1671
1672         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1673         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1674         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1675           retrievals of result operand's value on assignment
1676
1677 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1678
1679         * device/include/pic16/string.h: modified prototype for memccpy()
1680         to memccpy(void *, void *, char, size_t)
1681         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1682         check whether to omit frame pointer or not,
1683         * (genInline): convert all occurences of "\n" to LF in inline
1684         assembler blocks, this helps formatting the inline text,
1685         * (pic16_loadFSR0): modified prototype,
1686         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1687         removed some 8051 legacy code,
1688         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1689         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1690         before allocating temporary registers in functions,
1691
1692 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1693
1694         * support/regression/tests/bitvars.c: corrected the "fix"
1695
1696 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1697
1698         * support/regression/tests/bitvars.c,
1699         * support/regression/tests/bitwise.c,
1700         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1701
1702 2005-02-10 Raphael Neider <rneider AT web.de>
1703
1704         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1705           different size for Alpha
1706         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1707
1708 2005-02-09 Raphael Neider <rneider AT web.de>
1709
1710         * src/SDCC.lex(doPragma) : save and restore warning options as well
1711           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1712         * have #pragma less_pedantic set the errorlevel to WARNING
1713           (fixes #1117001)
1714         * (cloneOptimize) : fixed wrong malloc's size
1715         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1716           facilitate correct handling of #pragma (save|restore)
1717
1718 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1719
1720         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1721
1722 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1723
1724         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1725
1726 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1727
1728         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1729
1730 2005-02-02 Raphael Neider <rneider AT web.de>
1731
1732         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1733         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1734         * (pic16_storeForReturn): fixed to allow returning function pointers
1735         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1736         * device/include/pic16/{stddef.h,stdbool.h}: added
1737
1738 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1739
1740         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1741
1742 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1743
1744         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1745         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1746          appeared to be required
1747
1748 2005-01-31 Borut Razem <borut.razem AT siol.net>
1749
1750         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1751           include/mcs51 and include/z80 directories to the package
1752
1753 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1754
1755         * src/hc08/gen.c (genFunction): fixed bug #1112752
1756
1757 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1758
1759         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1760
1761 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1762
1763         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1764
1765 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1766
1767         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1768
1769 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1770
1771         * device/include/c8051fxxx.h: removed these 6 files
1772         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1773
1774 2005-01-26 Raphael Neider <rneider AT web.de>
1775
1776         * src/pic16/gen.c (genAssign): fixed assignment from longs
1777           in codespace (were cut to three bytes)
1778         * (genDummyRead): implemented (except for CODESPACE...),
1779           fixed bug #1108575
1780         * src/pic16/glue.c (emitStatistics): beautified
1781         * device/lib/pic16/libm/Makefile: added include path
1782
1783 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1784
1785         * src/z80/gen.c (aopPut): fixed bug #1103902
1786
1787 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1788
1789         * device/lib/expf.c: fixed bug #1095792
1790
1791 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1792
1793         * device/lib/pic16/libm: added Math library sources
1794
1795 2005-01-24 Raphael Neider <rneider AT web.de>
1796
1797         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1798           to enable upcast to pCodeOpReg2 (there is no type tag to
1799           differenciate the two and pic16_popGet2p cast into PCOR2)
1800         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1801           (sizeof(sectNames) changed to sizeof(sectName))
1802           Both patches fix segfaults under MinGW.
1803
1804 2005-01-23 Raphael Neider <rneider AT web.de>
1805
1806         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1807           Safe_[mc]?alloc()'ed variables
1808         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1809           of (byte sized) temporaries (assign them to WREG for now)
1810         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1811           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1812           this might fix SIGSEGVs on MinGW...
1813         * src/SDCCopt.c (killDeadCode): restored original behaviour
1814           (volatile operands might get thrown away though)
1815
1816 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1817
1818         * src/pic16/gen.c: fixed bug #1106975,
1819         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1820         pointer update, INTCON is saved, global interrupts are disabled and
1821         restored after updateing TOS.
1822         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1823         * added function attribute 'shadowregs' to take advantage of shadow
1824         registers,
1825         * added function attribute 'wparam' as an alternative to the wparam
1826         pragma,
1827         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1828         user declares a non-ISR function as 'shadowregs',
1829         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1830
1831 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1832
1833         * .version: bumped version number to 2.4.8
1834         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1835         pic16 port,
1836         * device/lib/pic16/libio/i2c/: I2C module support library,
1837         * device/include/pic16/i2c.h: I2C support library header,
1838         * device/lib/pic16/libc/stdio/: standard IO support sources,
1839         * (printf_small.c): printf_small() source, supports float print,
1840         * (printf_tiny.c): printf_tiny() source, does not support floats,
1841         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1842         enable global optimizations for entire library source, other
1843         Makefiles in the source tree are also modified to reflect this,
1844         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1845         function,
1846         * doc/sdccman.lyx: updated to reflect new changes,
1847         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1848         sym->onStack if-case,
1849         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1850         sbit, idata, _idata, xdata, _xdata,
1851         * added pragma library, to link an external library, (see doc),
1852         * removed command line options, --pomit-config-words, --pomit-ivt,
1853         --pleave-reset-vector,
1854         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1855         when calling assembler to reflect memory model used, also define
1856         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1857         reflect stack model used,
1858         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1859         on stack return NULL,
1860
1861 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1862
1863         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1864           of the operands is volatile. Fixes #1020220
1865
1866 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1867
1868         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1869         * (OptimizeRegUsage): make sure that there is really no other flow where
1870           the first pCode is used
1871
1872 2005-01-22 Raphael Neider <rneider AT web.de>
1873
1874         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1875           to fix #1106967 (pCode->seq are not set up correctly)
1876
1877 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1878
1879         * src/SDCCglue.c (glue): make sure code area is declared before the
1880         static initialization area.
1881
1882 2005-01-21 Raphael Neider <rneider AT web.de>
1883
1884         * device/lib/Makefile.in: fixed test for pic16 install dir
1885         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1886           optimizations
1887         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1888           added --optimize-goto compiler switch and pragma wparam documentation
1889         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1890         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1891           and PRODH closing bug #1071770 (peephole optimizer)
1892
1893 2005-01-19 Raphael Neider <rneider AT web.de>
1894
1895         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1896           cmdLine buffers (used when calling sdcpp...) are large enough
1897           (MAX_PATH=256 truncates arguments leading to system halts when
1898           used in MinGW...)
1899         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1900         * (genUminus): rewritten to for efficiency
1901         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1902           used uninitialized in some cases)
1903         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1904           copy the third byte from the int -- now assumes 0x80 (data memory)
1905         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1906           operands (genAddLit expects the iCode's operands to swapped as
1907           well), fixed leftover bytes (crashed for short left operands)
1908         * (pic16_genMinusDec): performance improvements, removed false
1909           PIC14 emitSKPNCs
1910         * (pic16_genMinus): fixed to cope with differently sized operands
1911         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1912           for --obanksel > 1
1913         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1914         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1915           new banksel optimization
1916         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1917           analysis for temporary registers (segfaults...)
1918         * src/pic16/peeph.def: added rule
1919
1920 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1921
1922         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1923         which converts a float number to its ASCII representation
1924         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1925         functions to convert the fractional and integer part of a float to ASCII,
1926         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1927         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1928         ram
1929         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1930         _STATMEM macros,
1931         * device/include/pic16/adc.h: added GPL info,
1932         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1933         a pCodeOp as tested operand,
1934         * (genNearPointerGet): optimized bit testing, does not use
1935         intermediate register for bit value, test directly instead with
1936         BTFSS, BTFSC, works only for single bits,
1937         * (genpic16Code): dump the name of the iCode in the asm,
1938         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1939         renamed to pic16_decodeOp,
1940         * (serialRegAssign): do not allocate a temporary register for iCode
1941         sequences that test a single bit for 1/0
1942
1943 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1944
1945         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1946         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1947         access stack and frame pointers. They are initially assigned to
1948         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1949         accessing SFRs. Updated all occurences of modification of stack or
1950         frame pointer in gen.c and pcode.c,
1951         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1952         assigning of a literal value to pointers,
1953         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1954         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1955         selected
1956
1957 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1958
1959         * doc/sdccman.lyx: update documentation about stack pragma, added
1960         some info for stack memory models
1961
1962 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1963
1964         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1965
1966 2005-01-08 Raphael Neider <rneider AT web.de>
1967
1968         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1969           udata sections to fix bug #1097823
1970
1971 2005-01-05 Raphael Neider <rneider AT web.de>
1972
1973         * src/pic16/gen.c (genGenericShift): added handling of differently
1974           sized left operand and result
1975
1976 2005-01-04 Raphael Neider <rneider AT web.de>
1977
1978         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1979         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1980           to hold the condition bit)
1981         * added new version of genCmp (old code available via #define)
1982         * added new version of genShiftLeft/genShiftRight in a generic
1983           way, now supports shifting by negative values
1984         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1985           shiftCount (expected by genGenericShift)
1986         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1987         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1988           dump
1989         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1990           is an invalid literal too...)
1991
1992 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1993
1994         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1995         from Raphael Neider,
1996         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1997         for 8-bit literals. This fixes some literal operands which are sign
1998         extended to 16-bits ints when instruction needs only 8-bits.
1999
2000 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2001
2002         * device/lib/logf.c: added mcs51 assembly version
2003         * device/lib/expf.c: added mcs51 assembly version
2004         * device/lib/_logexpf.c: new shared asm code for expf and logf
2005         * device/include/math.h: add defines for assembly math library
2006         * device/lib/Makefile.in: build new _logexpf.c
2007         * device/lib/libfloat.lib: use new _logexpf.c
2008
2009 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2010
2011         * src/pic/device.c
2012         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2013           device types which have less than 0x7f registers.
2014
2015 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2016
2017         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2018
2019 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2020
2021         * device/lib/printf_fast.c: only build on supported arch.
2022         * device/lib/printf_tiny.c: only build on supported arch.
2023         * device/lib/printf_fast_f.c: only build if asm float lib
2024         * device/lib/_fsget1arg.c: only build if asm float lib
2025         * device/lib/_fsget2args.c: only build if asm float lib
2026         * device/lib/_fsnormalize.c: only build if asm float lib
2027         * device/lib/_fsreturnval.c: only build if asm float lib
2028         * device/lib/_fsrshift.c: only build if asm float lib
2029         * device/lib/_fsswapargs.c: only build if asm float lib
2030         * device/include/stdio.h: don't provide print_fast,
2031           print_fast_f, print_tiny prototypes if --xstack used
2032
2033 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2034
2035         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2036         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2037           to the SOURCES
2038
2039 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2040
2041         * device/lib/printf_fast_f.c: same as printf_fast, but
2042           with floating point enabled
2043         * device/lib/printf_fast.c: minor tweaks
2044         * device/include/stdio.h: add printf_fast_f
2045
2046 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2047
2048         * src/SDCCmain.c: make --float-reent default for mcs51
2049         * device/lib/_fsadd.c: added mcs51 assembly version
2050         * device/lib/_fssub.c: added mcs51 assembly version
2051         * device/lib/_fsmul.c: added mcs51 assembly version
2052         * device/lib/_fsdiv.c: added mcs51 assembly version
2053         * device/lib/_fseq.c: added mcs51 assembly version
2054         * device/lib/_fsneq.c: added mcs51 assembly version
2055         * device/lib/_fsgt.c: added mcs51 assembly version
2056         * device/lib/_fslt.c: added mcs51 assembly version
2057         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2058         * device/lib/Makefile.in: add _fscmp to build
2059         * device/lib/libfloat.lib: add _fscmp to build
2060
2061 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2062
2063         * device/lib/_fs2slong.c: added mcs51 assembly version
2064         * device/lib/_fs2sint.c: added mcs51 assembly version
2065         * device/lib/_fs2schar.c: added mcs51 assembly version
2066         * device/lib/_fs2ulong.c: added mcs51 assembly version
2067         * device/lib/_fs2uint.c: added mcs51 assembly version
2068         * device/lib/_fs2uchar.c: added mcs51 assembly version
2069         * device/lib/_slong2fs.c: added mcs51 assembly version
2070         * device/lib/_sint2fs.c: added mcs51 assembly version
2071         * device/lib/_schar2fs.c: added mcs51 assembly version
2072         * device/lib/_ulong2fs.c: added mcs51 assembly version
2073         * device/lib/_uint2fs.c: added mcs51 assembly version
2074         * device/lib/_uchar2fs.c: added mcs51 assembly version
2075         * device/include/float.h: added #define to select asm vs c
2076
2077 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2078
2079         * device/lib/printf_fast.c: improvements to float output
2080         * device/include/float.h: add defines for assembly float library
2081         * device/lib/_fsget1arg.c: receive 1 float arg
2082         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2083         * device/lib/_fsnormalize.c: normalize a float
2084         * device/lib/_fsreturnval.c: return float, various helper routines
2085         * device/lib/_fsrshift.c: right shift a float's mantissa
2086         * device/lib/_fsswapargs.c: swap 2 floats
2087         * device/lib/Makefile.in: build these 6 new files for mcs51
2088         * device/lib/libfloat.lib: add these 6 files to the library
2089
2090 2004-12-26 Borut Razem <borut.razem AT siol.net>
2091
2092         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2093           built by gcc 3.4.2
2094
2095 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2096
2097         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2098           and fully reentrant and register bank neutral.
2099         * device/lib/printf_fast.c: added float (not enabled by default),
2100           added compact/slower integer (also not enabled by default),
2101           improved size/speed of fast integer code, other minor changes
2102         * device/include/stdio.h, device/lib/Makefile.in,
2103           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2104
2105 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2106
2107         * src/pic16/pcode.c: declaring variables other than at the start of a
2108           block is not supported in C by VC6.
2109
2110 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2111
2112         * applied a previous patch from Raphael Neider that wasn't included
2113         in the previous commits, which fixes infinite loops within jumptable
2114         improvements,
2115         * made some fixes that previous patches introduced
2116
2117 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2118
2119         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2120         that fixes an issue with AOP_PCODE asmop's offset,
2121         * (pic16_popCopyReg): update instance field too,
2122         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2123         function of pic port,
2124         * (genCmp, genAnd, genAssign),
2125         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2126
2127 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2128
2129         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2130         variables initial values to idata section,
2131         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2132         variables in some functions. This utilizes parmBytes field of iCode
2133         structure to hold the offset of the variable in stack. (might be
2134         able to use the stack field too?)
2135         * applied patch from Raphael Neider # ### , # ###
2136         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2137         variable initial values in idata section,
2138         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2139         for static variables with initial value
2140         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2141         applied fix in while loop from Raphael Neider.
2142
2143 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2144
2145         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2146         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2147         * src/ds390/ralloc.c (serialRegAssign): spill bits
2148         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2149         * support/Util/SDCCerr.c,
2150         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2151         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2152         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2153
2154 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2155
2156         * device/include/sdcc-lib.h: inserted LGPL, added includes
2157           asm/ds390/features.h and asm/mcs51/features.h
2158         * device/include/asm/default/features.h,
2159         * device/include/asm/gbz80/features.h,
2160         * device/include/asm/z80/features.h: added empty _AUTOMEM
2161           and _STATMEM
2162         * device/include/asm/ds390/features.h,
2163         * device/include/asm/mcs51/features.h: added files with defines for
2164           _AUTOMEM and _STATMEM indicating automatic and static storage class
2165         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2166         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2167         * src/SDCCicode.c (geniCodeCast),
2168         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2169         * src/SDCCloop.c (loopInduction): removed unused variable lr
2170         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2171           to convertToFcall to include char modulo (RFE 1065037), added check
2172           if left operand is unsigned and use abs of literal value
2173         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2174           as it doesn't work after conversion from peephole.def to peephole.rul
2175         * src/mcs51/gen.c (toBoolean): added check for size,
2176           (genModOneByte): optimized code for signed char modulo a literal
2177           power of 2 (thanks to Hubert Sack),
2178           (genRRC): removed unnecessary "clr c",
2179           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2180         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2181           jump optimization,
2182           swapped rules 256.c and 256.d,
2183           extended 256.d by using new multiple checks (thanks Erik),
2184           added rules 256.e and 256.f,
2185           updated rule 261.a and 261.b to new generated code
2186         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2187
2188 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2189
2190         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2191           induction related bugs, including first part of bug #1074377
2192
2193 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2194
2195         * applied patch from bug-report #1076292,
2196         * applied patches for genAnd and Goto-optimizations for Raphael
2197         Neider,
2198         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2199         dump a less iCode information,
2200         * src/pic16/device.h (pic16_options_t): added field debgen,
2201         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2202         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2203         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2204         puclic,
2205         * (various functions): added macros FENTRY and FENTRY2 to functions,
2206         to emit function prologue,
2207         * (various functions): fixed indentation,
2208         * (genNearPointerGet): fixed loading of FSR0,
2209         * (genPackBits): applied patch from Raphael Neider to fix updating
2210         of FSR0 and touching only the modified bits,
2211         * src/pic16/genarith.c (various functions): added macros FENTRY to
2212         emit function prologue in comments,
2213         * src/pic16/pcode.h: added functions debugf2, debugf3,
2214         * src/pic16/ralloc.c: partial fix for packForPush caused
2215         segmentation fault,
2216
2217 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2218
2219         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2220           <stsp AT users.sourceforge.net> with reversed byte order
2221         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2222
2223 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2224
2225         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2226           bug #1074377
2227         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2228         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2229
2230 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2231
2232         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2233
2234 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2235
2236         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2237           conditions,
2238           (setFromConditionArgs): friendly operand parser for peephole rules,
2239           (operandBaseName, operandsNotRelated): new peephole condition
2240           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2241           architecture specific register naming into account, handles n-way
2242           comparisons, and supports quoted literals
2243         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2244
2245 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2246
2247         * src/mcs51/peeph.def: fixed bug #1076940
2248
2249 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2250
2251         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2252
2253 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2254
2255         Adding support for replacing ljmps with sjmps in jumptables
2256         generated for switch statements. For now you need to set the
2257         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2258         Now 4 algorithms for mcs51 jumptable generation are used:
2259         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2260         addresses loaded pc-relative for up to 112 cases and stack-pushing
2261         target addresses loaded with offset from dptr for up to 256 cases.
2262
2263         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2264         * src/mcs51/main.c: adapted constants for switch table generation
2265         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2266
2267 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2268
2269         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2270         * support/regression/tests/bug1057979.c: added test for bug 1073386
2271
2272 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2273
2274         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2275         compilers
2276
2277 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2278
2279         * src/pic16/device.h,
2280         * src/pic16/genarith.c,
2281         * src/pic16/glue.c,
2282         * src/pic16/main.c,
2283         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2284
2285 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2286
2287         Large cummulative patch for pic16 port.
2288         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2289         to call when a stack overflow occurs,
2290         * (malloc.h): added CVS Id tag,
2291         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2292         variable,
2293         * added libc directory. The current version of LibC contains string
2294         functions, ctype functions and macros and some functions of the
2295         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2296         be extensively tested in the future. Standard disclaimer here.
2297         Library is not automatically build yet. But one can build it by
2298         invoking 'make' inside the libc directory.
2299         * added ADC library under libio. Preliminary version yet.
2300
2301         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2302         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2303         aopForRemat() now and not by pic16_aopOp(),
2304         * (pic16_popGetTempReg): removed warning messgae when allocating
2305         temporary registers, its a buggy feature and will be removed,
2306         * (pic16_popGet): set register instance field in AOP_CRY,
2307         * (pic16_outBitC): fixed for results in size greater than 1,
2308         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2309         * (pic16_storeForReturn): optimized return of 0,
2310         * (genCmp): experimental code for new genCmp which uses PIC18's
2311         special compare&skip instructions. Initial tests fail some times
2312         with variables grater than 1 byte in size, so new code is disabled,
2313         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2314         a single bit,
2315         * (genCast): began a fix to optimize the casting of a bit to another
2316         bit, now assigning a bitfield to another bitfield will fail, sorry,
2317         * src/pic16/main.c: disabled the use of lr-support feature,
2318         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2319         * added some function prototypes, added function _debugf prototype,
2320         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2321         bits with offset (case PO_GPR_BIT),
2322         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2323         command line,
2324         * (isBankInstruction): modified to return 0 for no banking instruction,
2325         and 1 for banking instruction,
2326         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2327         caused stop processing pCodes after a inline assembly block,
2328         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2329         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2330         registers when it shouldn't,
2331         * src/pic16/ralloc.c (allocReg): add preliminary support for
2332         supporting a limited set of temporary registers,
2333
2334 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2335
2336         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2337           genDataPointerSet): ensure assignments always copy in MSB to LSB
2338           order,
2339           (loadRegFromAop): recognize CLRH optimization,
2340           (genFunction): optimize RECEIVE iCodes in reentrant functions
2341
2342 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2343
2344         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2345           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2346           selected.
2347         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2348         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2349           contiguous with data
2350
2351 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2352
2353         * device/lib/_gptrget.c (_gptrget),
2354         * device/lib/_gptrgetc.c (_gptrgetc),
2355         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2356           instead of sjmp to ret
2357         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2358           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2359
2360 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2361
2362         * .version: bumped version to 2.4.7
2363         * device/lib/_gptrget.c (_gptrget): is now _naked
2364         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2365         * device/lib/_gptrput.c (_gptrput): is now _naked
2366         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2367           (createFunction): fixed xstack
2368         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2369         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2370           or bit either,
2371           (geniCodeCritical): store original interrupt state in an iTemp bit
2372           var unless stack-auto
2373         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2374         * src/SDCCmain.c (setIncludePath): added include/target to search path
2375         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2376         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2377           prototype,
2378           (processFuncArgs): put bit vars in bit area
2379         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2380           unsaveRBank): fixed xstack,
2381           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2382           (genFunction, genEndFunction): fixed xstack,
2383           (genAssign): optimization don't walk backwards through mem
2384         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2385         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2386         * support/regression/Makefile: also make library (for stack-auto) when
2387           making "all" and added "test-mcs51-xstack-auto"
2388         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2389         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2390         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2391         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2392         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2393           make-library by MAKE_LIBRARY
2394         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2395           regression tests for xstack
2396         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2397         * support/regression/tests/critical.c: test for critical on mcs51
2398
2399 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2400
2401         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2402           built version of sdcc instead of installed version
2403
2404 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2405
2406         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2407         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2408           vprintf.c now
2409         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2410         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2411           WARNING: remove device/lib/build/z80/printf.o by hand when
2412           updating from previous build!
2413         * device/lib/z80/printf.c: updated comment
2414         * support/regression/tests/bug1057979.c: test all ports now
2415         * support/regression/tests/bug1065458.c: file added
2416
2417 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2418
2419         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2420           *_start and *_end symbols for static functions
2421
2422 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2423
2424         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2425           and search crt0.o in all library paths,
2426           (setIncludePath): proper handling of --nostdinc,
2427           (setLibPath): proper handling of --nostdlib
2428         * support/regression/Makefile,
2429         * support/regression/ports/ds390/spec.mk,
2430         * support/regression/ports/gbz80/spec.mk,
2431         * support/regression/ports/hc08/spec.mk,
2432         * support/regression/ports/mcs51/spec.mk,
2433         * support/regression/ports/mcs51-large/spec.mk,
2434         * support/regression/ports/mcs51-stack-auto/spec.mk,
2435         * support/regression/ports/z80/spec.mk: use include and lib files from
2436           built version of sdcc instead of installed version
2437         * doc/sdccman.lyx: fixed typo in --nostdinc
2438
2439 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2440
2441         * src/pic/pcode.c,
2442         * src/pic/device.c,
2443         * src/pic/ralloc.c,
2444         * src/pic/gen.c : added support to generate code for struct bit fields.
2445
2446 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2447
2448         * as/xa51/xa_version.h,
2449         * device/include/errno.h,
2450         * device/include/regc515c.h,
2451         * device/lib/_itoa.c,
2452         * device/lib/_ltoa.c,
2453         * device/lib/ser_ir_cts_rts.c,
2454         * sim/ucsim/xa.src/glob.cc,
2455         * sim/ucsim/xa.src/inst_gen.cc,
2456         * sim/ucsim/xa.src/xa_bit.cc,
2457         * sim/ucsim/xa.src/xa_sfr.cc,
2458         * sim/ucsim/z80.src/inst_dd.cc,
2459         * sim/ucsim/z80.src/inst_fdcb.cc,
2460         * support/scripts/keil2sdcc.pl,
2461         * src/pic16/pic16.dsp,
2462         * src/pic16/pic16a.dsp: corrected cvs line endings
2463         * device/lib/printf_large.c: fixed bug 1057979
2464         * src/pic16/gen.c: fixed non-C standard code
2465         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2466         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2467         * support/regression/ports/mcs51/support.c: reload T1 asap
2468         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2469           pdata use and clear idata startup behaviour
2470         * support/regression/tests/bug1057979.c: added
2471
2472 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2473
2474         * device/examples/ds390/ow390/ad26.h,
2475         * device/examples/ds390/ow390/cnt1d.h,
2476         * device/examples/ds390/ow390/crcutil.c,
2477         * device/examples/ds390/ow390/ownet.h,
2478         * device/examples/ds390/ow390/owsesu.c,
2479         * device/examples/ds390/ow390/swt12.h,
2480         * device/examples/ds390/ow390/swtoper.c,
2481         * device/examples/ds390/ow390/temp10.h,
2482         * device/examples/ds390/ow390/thermodl.c,
2483         * device/examples/ds390/tinitalk/tinitalk.dsp,
2484         * device/examples/ds390/tinitalk/tinitalk.dsw,
2485         * device/examples/mcs51/clock/hw.h,
2486         * device/examples/mcs51/simple2/go.bat,
2487         * device/examples/serialcomm/windows/serial.h,
2488         * device/examples/xa51/dummy.c,
2489         * device/examples/xa51/hello.c,
2490         * device/include/80c51xa.h,
2491         * device/include/at89x051.h: corrected cvs line endings
2492
2493 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2494
2495         * src/pic16/main.c (options): added command line --gstack, to trace
2496         stack over/under flows,
2497         * added pragma 'wparam' to allow passing first byte of function
2498         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2499         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2500         call to __gstack_test function and sets up the symbol as extern,
2501         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2502         * popaop): added call to pic16_testStackOverflow,
2503         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2504         wparamList list,
2505         * (genCall, genPcall): now all parameters are passed via stack
2506         except in functions that are pass to wparam pragma in which WREG is
2507         used too,
2508         * (genPcall): REENTRANT flag is checked to see if variable prototype
2509         contains reentrant keyword, don't call a non-reentrant function, via
2510         a reentrant function pointer or vice versa, functions are never
2511         passed via WREG,
2512         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2513         D.Winkler,
2514         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2515         SIGSEGV when accessing a NULL register stucture,
2516         * (pic16_printGPointerType): modified to handle UPPER modifier for
2517         function initializers, changed prototype of function to simpler one,
2518         * (pic16_printIvalFuncPtr): check to see if function is already
2519         added in externs list,
2520         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2521         optimized a move from W to SFR with a move to the same register
2522         later after a CALL,
2523         * device/lib/pic16/debug: NEW directory, contains debug features
2524         which are enabled when linking with libdebug.lib, currently command
2525         line option --gstack enables stack pointer tracing for over/under
2526         flow, corresponding sources are in debug/gstack
2527
2528 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2529
2530         * doc/sdccman.lyx: updated SDCC version,
2531         * (PIC16 port): update list of command line options,
2532         * src/pic16/device.h (structure pic16_options_t): added field gstack
2533         to enable stack overflow tracing on push/pops,
2534         * src/pic16/device.c (statistics structure): added statistics
2535         structure,
2536         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2537         pic16_dump_int_registers): increase statistics counters for each
2538         * variable which is encountered
2539         * (pic16_dump_usection): emit each .udata variable to its own udata
2540         section,
2541         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2542         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2543         parameters via stack, otherwise use old scheme,
2544         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2545         assembler output file,
2546         * src/pic16/main.c: added command line options --gstack to enable
2547         push/pop tracing for stack overflow,
2548         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2549         instructions): added size of each instruction,
2550         * (pic16_countInstruction): estimate size of instructions in
2551         the_pFile list, inline assembly blocks are not counted,
2552         * (pic16_FixRegisterBanking): trace previous register usage, when
2553         banksel optimizations is greater than 0, don't emit a redudant
2554         banksel directive,
2555
2556 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2557
2558         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2559         * src/pic16/ralloc.c : applied same fix for pic16.
2560         * src/pic/gen.c : tidied it up a little.
2561
2562 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2563
2564         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2565         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2566
2567 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2568
2569         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2570
2571 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2572
2573         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2574         non-reentrant function __modsint in the interrupt function (thus
2575         corrupting math operations during serial I/O)
2576         * device/lib/ser_ir.c: as above, changed buffersize
2577         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2578         256.c,d for zeroing
2579         * doc/Makefile: added option -t for rsync
2580
2581 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2582
2583         * src/SDCCast.h (struct ast),
2584         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2585
2586 2004-10-20 Borut Razem <borut.razem AT siol.net>
2587
2588         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2589         package
2590
2591 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2592
2593         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2594         makefile targets,
2595         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2596         support functions to replace long sequences of MOVFF's from access
2597         bank registers to stack and vice versa,
2598         * src/pic16/device.h: added new field opt_flags, where optimization
2599         flags can be set to enable certain features,
2600         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2601         * pBlock, (genFunction, genEndFunction): surroung loop for
2602         saving/loading used registers in stack with PC_INFO pCodes,
2603         INF_LREGS. Code in between can then be optimized by pCode optimizer
2604         to support function calls,
2605         * (genDataPointerSet): fixed bug which loaded float fields in
2606         structures with corrupt data,
2607         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2608         in a standard way debug info on stderr. Feature used for developing
2609         and debugging only,
2610         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2611         obsolete chunks of code,
2612         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2613         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2614         * pic16/src/pcode.c (pic16_newpCodeInfo,
2615         * (pic16_newpCodeOpLocalRegs),
2616         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2617         feature,
2618         * (pic16_pCodeConstString): printing of the initial value of a
2619         symbol as a comment is inhibited since parsing was already done by
2620         copyStr and output is corrupt,
2621         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2622
2623 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2624
2625         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2626
2627 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2628
2629         * as/mcs51/lkarea.c: removed old K&R style,
2630           (lnksect): changed check on boundary error,
2631           (lnksect2): changed check on boundary error,
2632           (lnksect2): extend XSTK to end of page if size = 1
2633         * as/mcs51/lkmain.c: removed old K&R style,
2634           (Areas51): create l_IRAM symbol
2635         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2636         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2637           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2638         * device/lib/_mullong.c: added version to be compiled with xstack
2639         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2640         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2641         * device/lib/mcs51/crtxstack.asm: fixed comment
2642         * src/SDCCglue.c: maxInterrupts defaults to 0,
2643           (emitMaps): added pdata,
2644           (createInterruptVect): (re)moved default,
2645           (glue): added pdata,
2646           (glue): moved __start__xstack to XSTK with default size 1
2647         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2648           and options.float_rent when options.stackAuto is set,
2649           (linkEdit): only write XDATA_NAME if provided on command line
2650         * src/SDCCmem.h,
2651         * src/SDCCmem.c: added pdata
2652         * src/port.h: added pdata_name to PORT
2653         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2654           (saveRegisters, unsaveRegisters): removed usage of B,
2655           (genMinus): fixed accumulator clash,
2656           (genJumpTab): added comment, this needs another look
2657         * src/mcs51/gen.c: added check for "B in use" paranoia,
2658           added pushB() and popB()
2659         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2660           chance
2661         * src/avr/main.c,
2662         * src/ds390/main.c,
2663         * src/hc08/main.c,
2664         * src/mcs51/main.c,
2665         * src/pic/main.c,
2666         * src/pic16/main.c,
2667         * src/xa51/main.c,
2668         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2669           added PSEG (PAG,XDATA) or NULL to port specifier
2670         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2671         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2672           (_mcs51_genInitStartup): removed __start__xstack equ,
2673           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2674         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2675         * src/z80/gen.c (_rleAppend): fixed warnings
2676         * support/regression/tests/zeropad.c: added pdata test
2677         * .version: bumped to 2.4.6
2678
2679 2004-10-17 Borut Razem <borut.razem AT siol.net>
2680
2681         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2682         as a part of nightly build
2683
2684 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2685
2686         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2687         WREG holds the first byte function parameters,
2688         * (aopForSym): take special case for symbols which are in FARSPACE
2689         but in CODESPACE too,
2690         * (assignResultValue): modified to take into account _G.useWreg,
2691         * (genCall): don't use wreg for parameter passing when function is
2692         declared as reentrant, too, added optimization INCF to stack
2693         pointer when stack parameter count is 1,
2694         * (genFunction, genEndFunction): refurnished and fixed to not using
2695         wreg for passing parameters when function has varargs or is
2696         reentrant, fixed bug with symbol name compare for generating
2697         functions in absolute address,
2698         * (pic16_storeForReturn): refurnished,
2699         * (genCmp): began writing a new version of the function, not ready
2700         yet, therefore it is disabled,
2701         * (genAssign): do not read code memory when assigning a function to
2702         a pointer function,
2703         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2704         array of characters, not pointer,
2705         * (pic16initialComments): in debug mode emit an .ident directive for
2706         the assembler,
2707         * (_process_pragma): emit a new warning type (internal to pic16)
2708         when setting stack to default length, emit a similar warning when
2709         placing a function at absolute address and address is not word aligned
2710         * (_pic16_parseOptions): added 'return TRUE' statement,
2711         * (_pic16_linkEdit): if compiling a source, then add the source's
2712         file object, first in the list of objects to link,
2713
2714 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2715
2716         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2717         * src/pic/main.c : removed VC warning.
2718         * src/pic/gen.c : changed comment.
2719
2720 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2721
2722         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2723         reference to a deprecated symbol _GPTRREG was causing failure to
2724         link. Thanks G. M. Gallant for the info.
2725
2726 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2727
2728         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2729         comments for Bugs item #954788.
2730
2731 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2732
2733         * src/pic16/device.c (pic16_dump_gsection,
2734         * pic16_groupRegistersInSection): handle symbols declared to be in
2735         access bank differently,
2736         * src/pic16/gen.c (struct _G): added field resDirect,
2737         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2738         send values read from stack directly to result and don't allocate
2739         temporary values,
2740         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2741         same registers,
2742         * (pic16_sameRegsOfs): NEW,
2743         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2744         free because they were not allocated from temporary pool,
2745         * pic16_popRegFromString): workaround to fix a problem with
2746         allocating variables twice or never,
2747         * (genGenPointerGet): using PRODL instead of FSR0H,
2748         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2749         instead of FSR0H,
2750         * (genAssign): take advantage of the _G.resDirect flag,
2751         * (genCast): around line 11844, use mov2f instead of directly
2752         MOVFF'ing between operands to account for literal values,
2753         * src/pic16/genutils.c: some new debug functions for gpsim have been
2754         added,
2755         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2756         float with integer part only,
2757         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2758         place variables in access bank
2759         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2760         updated sources to reflect recent changes in gen.c
2761
2762 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2763
2764         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2765         sources that searched for headers in installation path, now the
2766         device/include/pic16 is used,
2767         * src/pic16/glue.c (pic16glue),
2768         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2769         .line directives if not in debug mode, this suppresses assembler's
2770         warnings for ignored directives
2771
2772 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2773
2774         * src/port.h: made reset_regparms prototype void parameter explicit.
2775         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2776         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2777         * doc/sdccman.lyx: documented warning disabling and how to use
2778           printf_large to make it print floats.
2779         * device/include/stdbool.h: NEW
2780         * device/lib/_atof.c,
2781         * device/lib/_divuint.c,
2782         * device/lib/_divulong.c,
2783         * device/lib/expf.c,
2784         * device/lib/printf_large.c,
2785         * device/lib/sincosf.c,
2786         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2787         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2788           a completely reentrant lib.
2789
2790 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2791
2792         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2793         * device/include/pic16/stdio.h: fixed bug with colon
2794
2795 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2796
2797         * device/include/pic16/stdio.h,
2798         * device/include/pic16/stdlib.h,
2799         * device/include/pic16/math.h: NEW
2800         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2801         declared as _naked to reduce overhead
2802         * device/lib/Makefile.in (target port-specific-objects-pic16):
2803         changed * to *.* so to ignore the CVS directory,
2804         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2805         stacked variables back in stack,
2806         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2807         corruption
2808
2809 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2810
2811         * .version: bumped version number to 2.4.5
2812         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2813         * support/Util/SDCCerr.c (messages structure): added entry for
2814         W_POSSBUG2
2815
2816         Large cumulative patch for pic16 port and libraries.
2817         * device/include/pic16/sdcc-lib.h,
2818         * device/include/pic16/stdarg.h,
2819         * device/include/asm/pic16/features.h,
2820         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2821         * device/include/pic16/float.h: changes reentrant keyword with
2822         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2823         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2824         updated target build-libraries to include objects from gptr,
2825         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2826         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2827         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2828         all function headings,
2829         * src/SDCCmain.c: added global parameter userIncDirsSet,
2830         * (parseCmdLine): when option -I is encountered add directory to
2831         userIncDirsSet too,
2832         * src/version.awk: added space between control and long,
2833         * src/pic16/NOTES: added some notes for the port,
2834         * src/pic16/gen.c: added prototype for mov2fp function,
2835         * (fReturnpic16[]): properly named return value registers,
2836         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2837         * (aopForSym): added code to handle symbols with onStack flag set,
2838         symbols onStack are allocated PTRSIZE bytes,
2839         * (aopFreeAsmop): handles special case where asmops are stack objects,
2840         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2841         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2842         added argument lock to trace flaws in allocating temporary registers
2843         when developing port,
2844         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2845         * (pic16_popRegFromString): reenabled allocating a direct register
2846         from string,
2847         * (assignResultValue): various beautifications,
2848         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2849         referenced function argument,
2850         * (genIpush): reenabled to allow stacked arguments, handles only
2851         ic->parmPush iCodes,
2852         * (genCall, genPcall): major changes to allow for variable argument
2853         functions, fixed a bug with falsely restoring stack pointer after
2854         returning from call,
2855         * (genFunction): pending code for critical function,
2856         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2857         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2858         * (genNearPointerGet): fixed bug with indirect reading, was always
2859         reading from INDF0
2860         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2861         pointers,
2862         * (genAddrOf): rewrote code to take address of a stacked function parameter
2863         * (genCast): fixed casting to generic pointer type,
2864         * src/pic16/gen.h: added AOP_STA,
2865         * (struct asmop): added field stk,
2866         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2867         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2868         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2869         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2870         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2871         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2872         generic pointers,
2873         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2874         and library paths,
2875         * (pic16_port structure): generic pointer size is set to 3,
2876         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2877         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2878         compiler warning,
2879         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2880         operand is an iTemp,
2881
2882 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2883
2884         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2885         * debugger/mcs51/simi.c: addapt new syntax of s51
2886
2887 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2888
2889         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2890         * src/pic16/pcode.c: commented out some calls to free() in order to
2891         fix bug #989576,
2892
2893 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2894
2895         * src/SDCCicode.h,
2896         * src/SDCCicode.c (isiCodeInFunctionCall),
2897         * src/avr/ralloc.c (selectSpil),
2898         * src/pic/ralloc.c (selectSpil),
2899         * src/pic16/ralloc.c (selectSpil),
2900         * src/ds390/ralloc.c (selectSpil),
2901         * src/hc08/ralloc.c (selectSpil),
2902         * src/xa51/ralloc.c (selectSpil),
2903         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2904         stack in the middle of a function call sequence (fixes bug #1020268)
2905         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2906         costs associated with the minimum switch case.
2907
2908 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2909
2910         * src/SDCC.lex: fixed bug #1030549
2911
2912 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2913
2914         * src/SDCCcse.h (struct cseDef),
2915         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2916         over a function call if the CSE is derived from a symbol whose
2917         address has been taken (fixes bug #1029883)
2918         * support/regression/tests/bug-1029883: a new regression test for
2919         this bug
2920
2921 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2922
2923         * src/hc08/gen.c (emitinline): fixed bug #1029778
2924         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2925         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2926         and starts toward RFE #905167)
2927
2928 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2929
2930         * src/pic16/gen.c (mov2f): New function to move an operand to
2931         another without considering if it is a literal or a register,
2932         * (pic16_sameRegs): don't check if they are both AOP_REG,
2933         * (AccRsh): removed andmask=0 lines,
2934         * (genLeftShift): duplicated to be improved in future versions,
2935         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2936         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2937         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2938         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2939         * (insertBankSwitch): fixed inserting banksel directives algorithm
2940         for instructions that follow a skip instruction, this fixes a report
2941         for broken subtraction code generation,
2942         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2943         iCode is a left op, just in case result and right share the same
2944         registers
2945
2946 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2947
2948         * src/hc08/main.c,
2949         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2950         preservation of HX
2951         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2952         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2953         on 2004-09-12; it was buggy
2954
2955 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2956
2957         * src/SDCCsymt.h: removed RESULT_CHECK
2958         * src/SDCCast.c,
2959         * src/SDCCglue.c,
2960         * src/SDCCval.c,
2961         * src/pic/glue.c,
2962         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2963
2964 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2965
2966         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2967         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2968         configuration values no more rejected by compiler, they are assigned
2969         to configuration registers with a warning message instead,
2970         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2971         the for-loop so last conf register is emitted too,
2972         * (_pic16_initPaths): link library libsdcc.lib by default,
2973         * (_hasNativeMulFor): modified test for multiplication according to
2974         Raphael Neider's remarks. Integer multiplication is also done with
2975         support functions,
2976         * device/include/pic16/pic18fregs.h: corrected type error in while
2977         testing and including 18f6720 header file
2978
2979 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2980
2981         * src/pic16/device.h (pic16_options): removed field use_crt,
2982         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2983         until an optimization to handle single bits is added,
2984         * (pic16_loadFSR0): moved before genUnpackBits,
2985         * (genAnd): some white lines removed,
2986         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2987         leave_reset flags in pic16_options when using crt modules,
2988
2989 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2990
2991         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2992           for bugs 898889 & 979599. Also used some safer print instructions.
2993
2994 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2995
2996         * src/pic16/device.h (pic16_options_t): added field use_crt,
2997         crt_name, no_crt,
2998         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2999         catch a probable future bug,
3000         * src/pic16/gen.c: aopIdx function commented out,
3001         * (genAssign): commented out old code which used aopIdx,
3002         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3003         code, added if conditionals to take into account the --use-crt
3004         command line options,
3005         * src/pic16/main.c (pic16_optionsTable): added new command line
3006         options, --use-crt= and --no-crt,
3007         * (_pic16_linkEdit): now the proper crt object is added in the
3008         linker command line except than when --no-crt is specified,
3009         * src/pic16/pcode.c,
3010         * src/pic16/pcode.h: added some structures and functions for a new
3011         optimization scheme to compansate for instruction overhead between
3012         same iCodes, this scheme is currently under development and is not
3013         working in any way,
3014         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3015         to && operator,
3016         * device/lib/pic16/startup/crt0i.c,
3017         * device/lib/pic16/startup/crt0iz.c: added global char variable
3018         __uflags to force the generation of an idata section
3019
3020 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3021
3022         * doc/Makefile,
3023         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3024         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3025
3026 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3027
3028         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3029         Frieder) and clarified the default code optimization mode
3030
3031 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3032
3033         * src/SDCC.lex (doPragma, process_pragma),
3034         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3035         "opt_code_size", and "opt_code_balanced"
3036         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3037         regrouped options by category, added support for category headers
3038         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3039         and "--opt-code-size"
3040         * doc/sdccman.lyx: documented these new options and pragmas
3041         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3042         preference into account
3043
3044 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3045
3046         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3047           geniCodePreDec): Fixed bug 904237 by generating a warning
3048         * src/SDCCerr.h,
3049         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3050
3051 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3052
3053         * src/pic/device.c : When no max ram set validate full memory range.
3054         * src/pic/pcode.c,
3055         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3056
3057 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3058
3059         * device/lib/_gptrget.c,
3060         * device/lib/_gptrput.c: updated comment
3061         * device/lib/calloc.c,
3062         * device/lib/free.c,
3063         * device/lib/malloc.c,
3064         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3065         * src/SDCCcse.c (cseBBlock),
3066         * src/SDCCicode.c (printOperand, geniCodeArray),
3067         * src/SDCCicode.h (struct operand): fixed bug 868103
3068         * support/regression/tests/bug-868103.c: added
3069         * src/SDCCast.c (searchLitOp),
3070         * src/SDCCcse.h (struct cseDef),
3071         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3072         * src/SDCCicode.h (struct operand),
3073         * src/SDCCsymt.h (struct sym_link),
3074         * src/avr/gen.c (hasInc),
3075         * src/ds390/gen.c (hasInc),
3076         * src/hc08/gen.c (genPlusIncr, hasInc),
3077         * src/mcs51/gen.c (hasInc),
3078         * src/pic16/glue.c (pic16_printIvalChar),
3079         * src/pic16/ralloc.c (regWithIdx),
3080         * src/xa51/gen.c (hasInc) : removed warnings
3081         * src/SDCCast.c (createBlock): added comment ???
3082         * src/hc08/ralloc.c: updated comments
3083
3084 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3085
3086         * doc/sdccman.lyx: updated section on switch statements, added
3087         section about semaphore locking
3088         * doc/Makefile: added option -info for latex2html
3089         * device/lib/_gptrget.c,
3090         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3091
3092 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3093
3094         * src/pic/device.h,
3095         * src/pic/device.c,
3096         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3097          maxram is less than 0x100.
3098
3099 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3100
3101         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3102
3103 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3104
3105         * src/port.h,
3106         * src/mcs51/main.c,
3107         * src/ds390/main.c,
3108         * src/z80/main.c,
3109         * src/hc08/main.c,
3110         * src/pic/main.c,
3111         * src/pic16/main.c,
3112         * src/avr/main.c,
3113         * src/xa51/main.c
3114         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3115         a jump table is the best form for a switch statement, including
3116         automatic insertion of missing cases to make the case range
3117         continuous. Developed in collaboration with Frieder Ferlemann.
3118
3119 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3120
3121         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3122         accumulator result if it needs sign extension
3123
3124 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3125
3126         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3127
3128 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3129
3130         * device/lib/gbz80/printf.c,
3131         * device/lib/z80/printf.c: removed define for NULL
3132
3133 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3134
3135         * as/xa51/xa_link.c,
3136         * device/examples/ds390/ow390/ad26.c,
3137         * device/examples/ds390/ow390/cnt1d.c,
3138         * device/examples/ds390/ow390/counter.c,
3139         * device/examples/ds390/ow390/ds2480.h,
3140         * device/examples/ds390/ow390/ds2480ut.c,
3141         * device/examples/ds390/ow390/findtype.c,
3142         * device/examples/ds390/ow390/gethumd.c,
3143         * device/examples/ds390/ow390/owllu.c,
3144         * device/examples/ds390/ow390/ownetu.c,
3145         * device/examples/ds390/ow390/swt12.c,
3146         * device/examples/ds390/ow390/swtloop.c,
3147         * device/examples/ds390/ow390/temp.c,
3148         * device/examples/ds390/ow390/temp10.c,
3149         * device/examples/ds390/ow390/thermo21.c,
3150         * device/examples/ds390/ow390/tinilnk.c,
3151         * device/examples/ds390/ow390/tstfind.c,
3152         * device/examples/serialcomm/windows/serial.cpp,
3153         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3154         * device/include/reg51.h: fixed line endings for cvs
3155
3156 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3157
3158         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3159         packRegsForAccUse, packRegisters): new accumulator register
3160         packing algorithm
3161         * support/regression/ports/hc08/support.c (_putchar): suppress
3162         warning of unused variable
3163         * src/SDCCicode.c: added SWAP entry to codeTable
3164
3165 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3166
3167         * device/lib/sprintf.c: forgot to add this file before previous commit
3168
3169 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3170
3171         * src/pic16/gen.c (genPackBits): added operand right in function
3172         parameters, load result directly if p_type is POINTER (that is
3173         called by genNearPointerSet)
3174         * (genUnPackBits): added operand left in function parameters,
3175         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3176         FSR0 if accessing bitfields,
3177
3178 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3179
3180         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3181           _print_format; updated printf, sprintf, vsprintf
3182         * device/include/asm/default/features.h: corrected comment/define
3183         * device/lib/Makefile.in: added sprintf.c
3184         * device/lib/libsdcc.lib: added sprintf module
3185         * device/lib/printf_large.c,
3186         * device/lib/vprintf.c,
3187         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3188           into these 3 files
3189         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3190         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3191         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3192           hc08 test
3193         * support/regression/tests/zeropad.c: define idata as data for hc08
3194
3195 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3196
3197         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3198         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3199         labels are referenced at least once (even if a reference is not found)
3200         * src/hc08/gen.c (emitcode): set isComment flag for comments
3201         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3202         loads), rules 6a..6b (optimize jumps to return)
3203
3204 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3205
3206         * device/lib/acosf.c (acosf),
3207         * device/lib/asinf.c (asinf),
3208         * device/lib/atanf.c (atanf),
3209         * device/lib/ceilf.c (ceilf),
3210         * device/lib/cosf.c (cosf),
3211         * device/lib/coshf.c (coshf),
3212         * device/lib/cotf.c (cotf),
3213         * device/lib/fabsf.c (fabsf),
3214         * device/lib/floorf.c (floorf),
3215         * device/lib/log10f.c (log10f),
3216         * device/lib/logf.c (logf),
3217         * device/lib/sinf.c (sinf),
3218         * device/lib/sinhf.c (sinhf),
3219         * device/lib/sqrtf.c (sqrtf),
3220         * device/lib/tanf.c (tanf),
3221         * device/lib/tanhf.c (tanhf),
3222         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3223         replaced all instances of "reentrant" in the library functions
3224         defined in math.h with this macro.
3225         * support/regression/tests/float_trans.c: reenabled test for hc08
3226
3227 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3228
3229         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3230         erroneously deleted
3231
3232 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3233
3234         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3235         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3236         multi-byte volatile operands are used
3237         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3238         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3239         initialization to area GSINIT0 so that it would always precede
3240         any static initializers in GSINIT
3241         * support/regression/tests/zeropad.c: fixed idata define for hc08
3242         * support/regression/tests/bug-927659.c,
3243         * support/regression/tests/float_trans.c: disabled tests for hc08
3244         pending missing library routines
3245         * .version: increased version number to 2.4.4 - hc08 port now passes
3246         regression tests
3247
3248
3249 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3250
3251         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3252         * Makefile.common.in,
3253         * as/Makefile,
3254         * as/hc08/Makefile.in,
3255         * as/mcs51/Makefile.in,
3256         * as/z80/Makefile.in,
3257         * debugger/mcs51/Makefile.in,
3258         * device/include/Makefile.in,
3259         * device/lib/Makefile.in,
3260         * doc/Makefile,
3261         * link/Makefile,
3262         * link/z80/Makefile.in,
3263         * packihx/Makefile.in,
3264         * sim/ucsim/main_in.mk,
3265         * sim/ucsim/avr.src/Makefile.in,
3266         * sim/ucsim/doc/Makefile.in,
3267         * sim/ucsim/gui.src/serio.src/Makefile.in,
3268         * sim/ucsim/hc08.src/Makefile.in,
3269         * sim/ucsim/s51.src/Makefile.in,
3270         * sim/ucsim/xa.src/Makefile.in,
3271         * sim/ucsim/z80.src/Makefile.in,
3272         * src/Makefile.in,
3273         * support/cpp2/Makefile.in,
3274         * support/librarian/Makefile,
3275         * support/makebin/Makefile: added DESTDIR to the install path proposed
3276         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3277         * doc/sdccman.lyx: added DESTDIR documentation
3278
3279 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3280
3281         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3282         instruction for interrupt handlers, use fast returns when returning
3283         from high priority interrupts
3284
3285 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3286
3287         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3288         code generation
3289         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3290         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3291         bugs, ported much of Bernhard's code from mcs51
3292         * src/mcs51/gen.c (genSend),
3293         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3294         than one when calling a reentrant function
3295         * device/lib/_mullong.c: defined an alternate struct layout for big
3296         endian ports (hc08)
3297
3298 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3299
3300         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3301         test
3302
3303 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3304
3305         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3306         are sane and complete before asking the port its prefered parameter
3307         passing method (fixes bug #1017633)
3308         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3309         and _ret3
3310
3311 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3312
3313         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3314         problem in bitfields >= 8 bits.
3315
3316 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3317
3318         * src/SDCCsymt.c: undid changes that were not meant to be committed
3319
3320 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3321
3322         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3323
3324 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3325
3326         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3327           copied and wrong bit got inverted
3328
3329 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3330
3331         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3332         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3333         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3334         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3335         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3336         assignments to bitfields at known addresses
3337         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3338         reads from bitfields at known addresses
3339         * src/hc08/ralloc.c (packRegisters),
3340         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3341         genhc08Code): optimize pointer get values used as conditionals
3342         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3343         and branch
3344
3345 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3346
3347         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3348         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3349         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3350         as conditionals
3351
3352 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3353
3354         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3355
3356 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3357
3358         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3359         related problems
3360
3361 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3362
3363         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3364
3365 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3366
3367         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3368         mcs51 port
3369
3370 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3371
3372         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3373
3374 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3375
3376         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3377         cases use more compact code.
3378
3379 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3380
3381         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3382
3383 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3384
3385         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3386
3387 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3388
3389         * src/SDCCsymt.h,
3390         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3391         parameter of changePointer() from symbol* to sym_link*
3392         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3393         * src/SDCCsymt.c (compareType): void* type is castable to other
3394         pointers, but not necesarily an exact match.
3395         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3396         is no longer blindly treated as an exact match.
3397         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3398
3399 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3400
3401         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3402
3403 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3404
3405         * src/pic/gen.c,
3406         * src/pic/pcode.c,
3407         * src/pic/ralloc.h,
3408         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3409
3410 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3411
3412         * src/pic/device.c,
3413         * src/pic/device.h,
3414         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3415
3416 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3417
3418         * src/mcs51/gen.c (emitcode): fixed bug #992819
3419
3420 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3421
3422         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3423           there's no need to make it worse
3424
3425 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3426
3427         * src/mcs51/ralloc.c (deassignLR),
3428         * src/ds390/ralloc.c (deassignLR),
3429         * src/hc08/ralloc.c (deassignLR),
3430         * src/z80/ralloc.c (deassignLR),
3431         * src/pic/ralloc.c (deassignLR),
3432         * src/pic16/ralloc.c (deassignLR),
3433         * src/avr/ralloc.c (deassignLR),
3434         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3435         rlivePoint): fixed another part of bug #971834
3436
3437 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3438
3439         * src/z80/main.c: enabled "critical" keyword
3440         * src/z80/mappings.i,
3441         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3442         functions (fixes bug #979646)
3443         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3444
3445 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3446
3447         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3448           such as c:\mydir.
3449
3450 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3451
3452         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3453           doesn't disable too much optimizations
3454
3455 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3456
3457         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3458
3459 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3460
3461         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3462
3463 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3464
3465         * src/pic/gen.c tidied up tabs
3466         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3467         * src/pic/main.c tidied up tabs
3468         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3469         * src/pic/pcoderegs.c tidied up tabs
3470         * src/pic/ralloc.c tidied up tabs
3471
3472 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3473
3474         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3475         to S_FIXED for pic16 port and when symbol is not in level 0,
3476         allocate for S_REGISTER storage class and pic16 port, too,
3477         * src/pic16/device.h: prototype for checkSym,
3478         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3479         * (pic16_assignConfigWordValue): test the value and the mask to
3480         validate that the value is suitable for the configuration word,
3481         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3482         collect extern declared symbols, don't emit symbol twice, check
3483         first if symbol is in publics set first,
3484         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3485         * added command line '--fstack' which enables an experimental
3486         feature for stack access, too buggy to be used yet...
3487         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3488         * (pic16_allocDirReg): when register has storage class S_REGISTER
3489         allocate in pic16_dynAccessRegs,
3490         * device/include/pic16/pic18f????.h: modified configuration word
3491         naming convention, words started as CONFIG0H but should be CONFIG1H
3492
3493 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3494
3495         * device/include/mcs51reg.h: fixed bug 970993
3496
3497 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3498
3499         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3500         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3501         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3502         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3503         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3504         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3505           error/warning numbers,
3506           added function setWarningDisabled()
3507         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3508         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3509           _memcmp.c _memmove.c calloc.c realloc.c free.c
3510         * support/regression/tests/malloc.c: added tests for new functionality
3511         * support/regression/tests/zeropad.c: added tests for truncated initializers
3512           and initialized char arrays starting with '\x0'
3513         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3514
3515 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3516
3517         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3518
3519 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3520
3521         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3522         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3523         peephole 177.e. Thanks to anonymous
3524
3525 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3526
3527         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3528         function isn't used in the source but referenced as a
3529         variable initializer then declare it as extern in .asm file
3530
3531 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3532
3533         * .version: increased version number to 2.4.3
3534
3535         Adding version extension according to ChangeLog CVS revision
3536         * src/Makefile.in (target all): added dependency 'version.h'
3537         * (rule version.h): added rule to create version.h from ChangeLog,
3538         * (rule dep): added dependency version.h,
3539         * src/version.awk: AWK script to create version.h
3540         * src/SDCCdwarf2.c (dwWriteModule),
3541         * src/SDCCglue.c (initialComments),
3542         * src/SDCCmain.c (printVersionInfo): modified to write after
3543         version string the version extension number,
3544         * src/SDCCutil.c: included "version.h"
3545         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3546         number,
3547         * src/SDCCutil.h: added prototype for getBuildNumber
3548
3549         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3550         includeDirsSet, too,
3551         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3552         const char [] is found in function prototype...
3553
3554         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3555         moving to WREG with source is already in WREG,
3556         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3557         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3558         * (aopForSym): stack'ed symbols are partially supported, added
3559         if-clause to support symbols in FARSPACE,
3560         * (sameRegs): added test for AOP_ACC to see if registers are same,
3561         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3562         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3563         * (pic16_popRegFromString): will not allocate a new register if it
3564         doesn't find one by name, bug may have introduced...
3565         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3566         * (genIpush): revived to use pic16 port's stack,
3567         * (genAddrOf): added incomplete case for stack'ed operand,
3568         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3569         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3570         can handle multibyte operands,
3571         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3572         * (pic16initialComments): added message for MPLAB compatibility
3573         mode enabled,
3574         * src/pic16/main.h: prototype for pic16_mplab_comp,
3575         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3576         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3577         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3578         because of increased complexity of procedure,
3579         * (_process_pragma): stack pragma changed to format 'stack pos len',
3580         emit symbol '_stack_end' to conform with gplink,
3581         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3582         to search for register,
3583         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3584         PO_GPR_REGISTER,
3585         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3586         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3587         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3588         case for PO_GPR_REGISTER,
3589         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3590         dies, the new era is ahead !...
3591         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3592         pic16_dynInternalRegs,
3593         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3594         * (pic16_allocDirReg): minor optimizations and bug fixes,
3595         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3596
3597         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3598         load stack and frame pointer with address of 'stack_end' symbol
3599
3600 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3601
3602         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3603         without source code but only variable initializers
3604
3605 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3606
3607         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3608         external are not declared as extern to reduce overhead while linking
3609
3610 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3611
3612         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3613
3614 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3615
3616         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3617           Yee Keat for the patch
3618         * src/SDCCast.c (decorateType): fixed bug #979599
3619         * src/ds390/gen.h: removed local fReturnSizeDS390
3620         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3621         * src/ds390/gen.c (genAnd, genOr, genXor),
3622         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3623
3624 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3625
3626         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3627         add relFilesSet to $3, manipulate $2 to handle linking of object
3628         files without source files in command line,
3629         * device/include/pic16 (all headers): added ID location macros,
3630         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3631         entries for ID location bytes,
3632         * (pic16_assignIdByteValue): NEW,
3633         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3634         added field dumpcalltree to pic16_options_t,
3635         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3636         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3637         emitting rFalseIfx label after check_carry label,
3638         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3639         pic16_emitDIRegs), NEW
3640         * (pic16glue): dump .calltree file when option --calltree found,
3641         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3642         * (_pic16_genAssemblerPreamble): emit ID locations after
3643         configuration registers,
3644         * (pic16_linkCmd): modifications of the link command,
3645         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3646         * (pic16_pCodeInitRegisters): don't init stack registers,
3647         * (pic16_findPrevInstruction): fixed bug,
3648         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3649         bug with immediate registers,
3650         * (buildCallTree): traces stack push and pop,
3651         * (pct2): dump also stack usage for each function,
3652         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3653         * (pic16_allocDirReg): various modifications,
3654         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3655         fixed to 1,
3656
3657 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3658
3659         * src/pic16/pcode.c: removed buggy double colon
3660
3661 2004-07-01 Borut Razem <borut.razem AT siol.net>
3662
3663         * support/scripts/sdcc.nsi: added include/pic16 to setup
3664
3665 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3666
3667         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3668         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3669         target 'clean',
3670         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3671         specific command line arguments. Also added sample lkr script
3672         for placing a variable at a specific memory bank.
3673         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3674         at a specific memory bank,
3675         * (pic16_dump_isection): fixed bug which caused string literals to
3676         be omitted when dumping idata section,
3677         * (pic16_groupRegistersInSection): added code to handle registers
3678         in specific memory banks,
3679         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3680         public, all references are renamed too,
3681         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3682         AOP_DPTR2,
3683         * (pic16_storeForReturn): added case to handle when dest is WREG,
3684         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3685         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3686         pic16_rel_udata, check to see if that register is marked as being
3687         a member of a specific memory bank,
3688         * (pic16_printIvalCharPtr): added code to add string literals either
3689         to code or the idata sections,
3690         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3691         also accept the 'udata' pragma,
3692         * src/pic16/main.h: new structure types sectName and sectSym
3693         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3694         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3695         * (pic16_findPrevInstruction): fixed, it returned nothing,
3696         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3697         instruction combinations,
3698         * (pic16_FixRegisterBanking): heavily reorganised,
3699         * (pic16_AnalyzeBanking): if generating banksel directives is
3700         disabled, then don't call FixRegisterBanking at all,
3701         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3702         completely removed,
3703         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3704
3705 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3706
3707         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3708         Phuah Yee Keat <yk.phuah AT nestac.com>
3709
3710 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3711
3712         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3713         correctly the IVT even if it is relocated to some other location
3714
3715 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3716
3717         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3718         * device/include/pic16/pic18f2220.h: NEW,
3719         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3720         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3721         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3722         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3723         nodefaultlibs, ivt_loc is the location of the interrupt vector
3724         table, and nodefaultlibs signs that default libraries should not be
3725         linked in link stage,
3726         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3727         according to --ivt-loc argument,
3728         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3729         when pragma stack is found,
3730
3731 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3732
3733         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3734         256 (range check), 257 (do while), 258.a-f (bit banging
3735         f.e. on 3-wire SPI bus)
3736
3737 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3738
3739         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3740         variables used exclusively within a loop
3741
3742 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3743
3744         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3745
3746 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3747
3748         * src/SDCClrange.c (computeClash): fixed bug #971834
3749
3750 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3751
3752         * src/mcs51/gen.c (genCmp): fixed bug #975903
3753         * src/hc08/gen.c (operandsEqu),
3754         * src/ds390/gen.c (operandsEqu),
3755         * src/z80/gen.c (operandsEqu),
3756         * src/pic/gen.c (operandsEqu),
3757         * src/pic16/gen.c (operandsEqu),
3758         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3759         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3760
3761 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3762
3763         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3764
3765 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3766
3767         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3768         default case in switch statement,
3769         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3770         to eliminate problem with initialisation of pointers, but problem
3771         still exists,
3772         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3773         * (emitStaticSegment): removed various lines emitting debug info,
3774         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3775         added processor registers for utilizing EEPROM,
3776         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3777         configurable and set 8
3778
3779 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3780
3781         * .version: increased version number to 2.4.2,
3782
3783         Cumulative patch for pic16 port
3784         * src/pic16/device.c: changed scheme to dump initial values for
3785         variables in idata segment, all print_idata* functions were removed,
3786         now the pic16_printIval* will be called,
3787         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3788         * _pic16_printPointerType, pic16_printPointerType,
3789         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3790         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3791         NEW, similar to the respective functions in SDCCglue.c,
3792         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3793         way, emitting hex bytes,
3794         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3795
3796 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3797
3798         * src/avr/ralloc.c (serialRegAssign),
3799         * src/xa51/ralloc.c (serialRegAssign),
3800         * src/pic/ralloc.c (serialRegAssign),
3801         * src/pic16/ralloc.c (serialRegAssign),
3802         * src/hc08/ralloc.c (serialRegAssign),
3803         * src/z80/ralloc.c (serialRegAssign),
3804         * src/ds390/ralloc.c (serialRegAssign),
3805         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3806
3807 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3808
3809         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3810         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3811
3812 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3813
3814         Cumulative patch for pic16 port:
3815         * src/pic16/device.h (typedef PIC16_device) modified fields for
3816         defining microcontrollers,
3817         * src/pic16/device.c: added new info for all devices in Pics16 array,
3818         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3819         to be optimised out by the pCode optimiser,
3820         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3821         specially, bug reported by G.M. Gallant,
3822         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3823         as force'd so that cannot be optimised out by pCode optimiser,
3824         * src/pic16/pcode.c,
3825         * src/pic16/pcodepeeph.c,
3826         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3827         they are disabled by default, but can be enabled explicit with
3828         command argument --denable-peeps, for testing,
3829         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3830         --pomit-ivt in COMPILE_FLAGS
3831
3832 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3833
3834         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3835           compilation on MSVC
3836
3837 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3838
3839         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3840
3841 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3842
3843         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3844         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3845
3846 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3847
3848         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3849         would only assign 0x300001 register.
3850
3851 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3852
3853         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3854         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3855
3856 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3857
3858         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3859         for ds80c400
3860         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3861         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3862         added peephole 254 (left shift), 255 (jump table)
3863
3864 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3865
3866         * device/lib/Makefile.in: removed comment line with model-pic16,
3867         * (target port-specific-objects-pic16): the libraries and objects
3868         are copied to the build directory form the device/lib/pic16/bin
3869         directory
3870
3871         Cumulative patch concerning pic16 port:
3872         * library directory has been re-organized,
3873         * added support for PIC18F1220,
3874         * added headers and library sources for chips 18f1220,18f6520,
3875         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3876
3877         * configuration registers setting has changed, now each supported
3878         device has a complete description of the registers it uses,
3879         * all initialisations are moved to idata sections, these section
3880         can be absolute or relocatable,
3881         * fixed initialisation of codespace variables,
3882         * fixed warning about PCLATU and gpsim,
3883         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3884         * (genAssign): use table reads when assigning from variables in codespace,
3885         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3886         char/int variables placed in codespace,
3887         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3888         registers set in .asm file, no need for --pomit-config-words anymore,
3889         * (pic16glue): some 8051 legacy segments are commented out
3890         (to be removed completely),
3891         * added support for alternative assembler and linker with --asm=
3892         and --link= command line arguments,
3893         * peepholes are disabled automatically in the port, no need to
3894         specify on command line,
3895         * port supports natively char/int/long multiplication, but converts
3896         all divisions to support functions,
3897         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3898         to the file set in variable $2,
3899         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3900         strings in ASCII format and not in hex,
3901         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3902         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3903         allocate proper register if iCodes aren't temporary,
3904
3905 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3906
3907         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3908
3909 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3910
3911         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3912         is commented out
3913
3914 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3915
3916         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3917         computed address is reused
3918         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3919         multi-byte bitfields
3920
3921 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3922
3923         * src/z80/gen.c: (genArrayInit): must check for pointers too
3924
3925 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3926
3927         * support/regression/tests/zeropad.c: never meant to commit the
3928           nestedstruct test: removed, added check for GCC version
3929
3930 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3931
3932         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3933         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3934         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3935           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3936           bugs 928906 and 954082 half-empty initializers
3937         * src/SDCCsymt.h,
3938         * src/SDCCsymt.c (getAllocSize): added for above fix
3939         * src/z80/gen.c (genArrayInit): fixed bug 741044
3940         * support/regression/tests/zeropad.c: added tests
3941
3942 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3943
3944         * src/pic16/device.c (pic16_dump_section): corrected bug which
3945         caused some symbols of the libraries to be misplaced
3946
3947 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3948
3949         * src/pic16/glue.c,
3950         * src/pic16/ralloc.h,
3951         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3952         to fix conflict with pic port
3953
3954 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3955
3956         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3957         externs configuration variables,
3958         * src/pic16/ralloc.h,
3959         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3960         prototype in header, commented out some debug messages
3961
3962 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3963
3964         * src/pic16/glue.c,
3965         * src/pic16/main.c,
3966         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3967         for gpasm COFF object generation. Thanks to D. Hawkins for
3968         his patch info
3969
3970 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3971
3972         * src/ds390/main.c,
3973         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3974         Brock for spotting this)
3975         * src/ds390/gen.c (genEndFunction),
3976         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3977         interrupt handler and critical. Disable push/pop optimizations when
3978         peephole optimizations disabled.
3979
3980 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3981
3982         Updated pic16 library sources and headers.
3983         * device/lib/pic16/pic18f*/ ,
3984         * device/include/pic16/*.h: modified to handle structured SFR
3985         definitions
3986
3987 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3988
3989         * src/port.h (PORT structure): added hook initPaths, now each
3990         port can declare its own default search paths,
3991         which can been seen with the --print-search-dirs option,
3992         see pic16 port for example,
3993         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3994         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3995         * (doPrintSearchDirs): NEW, replaces in a central manner the
3996         printing of search dirs which was split in set*Paths functions,
3997         * (main): added call to port->initPaths and doPrintSearchDirs,
3998         * src/avr/main.c,
3999         * src/ds390/main.c,
4000         * src/hc08/main.c,
4001         * src/izt/i186.c,
4002         * src/izt/tlcs900h.c,
4003         * src/mcs51/main.c,
4004         * src/pic/main.c,
4005         * src/pic16/main.c: modified port structures to reflect addition of
4006         initPaths hook,
4007
4008         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4009         * (pic16_dump_section): for registers in same address reserve memory once,
4010         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4011         to no_banksel,
4012         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4013         result is greater in size than right or left,
4014         * (pic16_genUMult8X8_8): there are some cases where the result can
4015         be 16 bits size, so handle these,
4016         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4017         * (pic16_outBitC): modified to emit pcodes,
4018         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4019         or not,
4020         * (genDivOneByte): implemented algorithm to divide 8-bits,
4021         * (genCmp): uncommented goto, but issues still exist,
4022         * (genAnd): fixed a bug with variables >8bits,
4023         * (genPackBits): optimization added that uses BCF/BSF to change a
4024         single bit,
4025         * (genAssign): fixed bug when assigning floating point literals,
4026         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4027         __sdcc_gsinit_startup label,
4028         * src/pic16/main.c (_pic16_init): removed search directory
4029         initialisations,
4030         * (_pic16_initPaths): NEW, used to initialise search directories,
4031         * (_hasNativeMulFor): support functions for all except char/int
4032         multiplication, and char division,
4033         * (PIC16_port struct): modified entry for native mul support,
4034         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4035         no_banksel option,
4036         * (buildCallTree): call to register_usage is ifdef'ed out,
4037
4038 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4039
4040         * device/include/string.h: applied Stas Sergeev's patch to make this
4041         header file compatible with the preprocessor -Wundef option
4042         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4043         failure (fixes bug #941458)
4044
4045 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4046
4047         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4048         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4049         that the variable, not the function, should be static
4050         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4051         to be consistent with non-literal case
4052
4053 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4054
4055         * src/SDCCast.c (isConformingBody): fixed bug #949967
4056         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4057         convilong): fixed bug #952086
4058
4059 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4060
4061         * src/SDCCmem.c (allocVariables): fixed bug #955321
4062
4063 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4064
4065         * src/hc08/main.c (_hc08_genAssemblerEnd),
4066         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4067         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4068         completely eliminated the use of a temporary file
4069         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4070         when more than one file linked
4071         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4072
4073 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4074
4075         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4076         which fixes bug #543481
4077         * support/regression/tests/bug-751703.c: fixed comments left from a
4078         cut and paste error
4079         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4080         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4081         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4082         scopes
4083         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4084         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4085         are now changed to underscores in moduleName
4086
4087 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4088
4089         * as/mcs51/lkmem.c: better fix for bug #954173
4090
4091 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4092         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4093
4094         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4095         * device/include/c8051f000.h,
4096         * device/include/c8051f120.h,
4097         * device/include/c8051f300.h,
4098         * device/include/c8051f310.h,
4099         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4100         PWM16) and detab'ed
4101
4102 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4103
4104         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4105         and mailing lists, doc'ed --no-peep-comments, removed reference
4106         to knoppix (newest version has no LyX/LaTeX), other minor changes
4107         * src/SDCCglue.c (glue): save 2 bytes stack space with
4108         option --main-return. The ljmp could probably be avoided too
4109
4110 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4111
4112         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4113
4114 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4115
4116         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4117         * src/SDCCopt.c (isLocalWithoutDef),
4118         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4119         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4120         (credit to Maarten Brock for patch #949363, on which this is based)
4121         * support/regression/tests/bug-751703.c: some test cases of extern used
4122         within inner scopes.
4123
4124 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4125
4126         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4127         SPEC_STRUCT
4128         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4129         struct definitions
4130         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4131         dwWriteLabel): fix to create valid debugger symbols even when
4132         the module name has non-alphanumeric symbols in it
4133         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4134         when a variable's allocation has been optimized away
4135
4136
4137 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4138
4139         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4140         * src/hc08/main.c,
4141         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4142         * src/mcs51/main.c,
4143         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4144         * src/ds390/main.c,
4145         * src/z80/gen.c (z80_emitDebuggerSymbol),
4146         * src/z80/main.c,
4147         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4148         * src/pic/main.c,
4149         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4150         * src/pic16/main.c,
4151         * src/avr/gen.c (avr_emitDebuggerSymbol),
4152         * src/avr/main.c,
4153         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4154         * src/xa51/main.c,
4155         * src/SDCCdebug.c (emitDebuggerSymbol),
4156         * src/SDCCdebug.h,
4157         * src/port.h: added a debugger struct to the port struct. Added a
4158         callback for defining debugger symbols
4159
4160         * src/SDCCast.c (createLabel),
4161         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4162         with isitmp = 1
4163         * src/SDCCicode.h,
4164         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4165         iCode back to the ast for the function
4166
4167         * src/hc08/ralloc.c (hc08_assignRegisters),
4168         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4169         unneeded fields from the regs struct.
4170         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4171         pushReg() & pullReg() functions instead of emitcode()
4172
4173         * src/hc08/gen.c (genLabel, genhc08Code),
4174         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4175
4176         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4177         debugger hooks
4178
4179         * src/hc08/gen.c (genEndFunction, genhc08Code),
4180         * src/hc08/gen.h,
4181         * src/mcs51/gen.c (genEndFunction, gen51Code),
4182         * src/mcs51/gen.h,
4183         * src/ds390/gen.c (genEndFunction, gen390Code),
4184         * src/ds390/gen.h,
4185         * src/z80/gen.c (genEndFunction, genZ80Code),
4186         * src/z80/gen.h,
4187         * src/z80/z80.h,
4188         * src/pic/gen.c (genEndFunction, genpic14Code),
4189         * src/pic/gen.h,
4190         * src/pic16/gen.c (genEndFunction, genpic16Code),
4191         * src/pic16/gen.h,
4192         * src/avr/gen.c (genEndFunction, genAVRCode),
4193         * src/avr/gen.h,
4194         * src/xa51/gen.c (genEndFunction, genXA51Code),
4195         * src/xa51/gen.h,
4196         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4197         specific code to cdbFile.c and out of the backend code generators
4198
4199         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4200         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4201         starting address is now 0
4202
4203         * as/hc08/asm.h,
4204         * as/hc08/m08pst.c,
4205         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4206         assembler directive for DWARF support
4207         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4208
4209         * src/src.dsp,
4210         * src/Makefile.in,
4211         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4212
4213 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4214
4215         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4216         and inappropriate peephole optimization in jump tables
4217
4218 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4219
4220         * as/hc08/m08pst.c,
4221         * src/SDCCglue.c: sdccopt works for the hc08 port now
4222
4223 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4224
4225         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4226
4227 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4228
4229         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4230
4231 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4232
4233         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4234         rules
4235         * src/SDCCmain.c,
4236         * src/SDCCglobl.h,
4237         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4238         comments from the peephole optimizer replacement rules
4239         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4240         symbols
4241         * src/SDCCcse.c (updateSpillLocation),
4242         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4243         equivalents
4244         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4245         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4246         objects far pointers
4247
4248 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4249
4250         * src/SDCCsymt.h: a missing part of my last change
4251         * src/pic/ralloc.c (regTypeNum),
4252         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4253
4254 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4255
4256         * src/SDCCicode.h,
4257         * src/SDCCicode.c (aggrToPtrDclType),
4258         * src/SDCCptropt.h,
4259         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4260         ptrPseudoSymConvert),
4261         * src/pic/ralloc.c (regTypeNum),
4262         * src/pic16/ralloc.c (regTypeNum),
4263         * src/hc08/ralloc.c (regTypeNum),
4264         * src/ds390/ralloc.c (regTypeNum),
4265         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4266         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4267
4268 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4269
4270         * link/z80/lkmain.c (afile),
4271         * as/hc08/lkmain.c (afile),
4272         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4273         prevent a pointer problem when a filename has no directory and
4274         no extension specified.
4275
4276 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4277
4278         * link/z80/lkmain.c (afile): allow periods in directory names
4279         * link/z80/lkmain.c (afile),
4280         * as/mcs51/lkmain.c (afile),
4281         * as/hc08/lkmain.c (afile): allow linker script file to have an
4282         extension other than ".lnk"
4283         * link/z80/lklex.c (getfid),
4284         * link/z80/lkmain.c (parse),
4285         * as/mcs51/lklex.c (getfid),
4286         * as/mcs51/lkmain.c (parse),
4287         * as/hc08/lklex.c (getfid),
4288         * as/hc08/lkmain.c (parse): Support comments in the linker script
4289         file on lines by themselves and after filenames
4290
4291 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4292
4293         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4294
4295 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4296
4297         * src/z80/peeph-z80.def: removed some peephole rules that don't
4298         work with multibyte arithmetic (fixed bug #937126)
4299         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4300         to registers and not global variables
4301         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4302         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4303         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4304         checking for assignments not internally generated (fixed bug #931895)
4305         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4306         structure member (fixed bug #930072)
4307
4308 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4309
4310         * src/SDCCmain.c (linkEdit),
4311         * src/hc08/main.c (_hc08_parseOptions),
4312         * as/hc08/Makefile.in,
4313         * as/hc08/aslink.h,
4314         * as/hc08/asm.h,
4315         * as/hc08/m08pst.c,
4316         * as/hc08/lkrloc.c (relr, rele),
4317         * as/hc08/lkarea.c (lnkarea)
4318         * as/hc08/lkmain.c (afile, parse),
4319         * as/hc08/lkelf.c: support for ELF output
4320         * as/hc08/lks19.c (s19),
4321         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4322
4323 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4324
4325         * as/mcs51/lkihx.c: Fixed bug #899105.
4326
4327 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4328
4329         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4330         .dsp files from Unix to DOS.
4331
4332 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4333
4334         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4335         function pointers; we have been compliant for several months now.
4336         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4337         change that was accidently commented out
4338         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4339         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4340         bug #922319
4341
4342 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4343
4344         * src/hc08/gen.c: output of all of the internal debugging information
4345         is now controlled by the D() macro; it is disabled by default
4346
4347 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4348
4349         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4350         harder to keep the same registers during a CAST iCode
4351         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4352         long via int can be done in a single cast, if the signedness is
4353         correct.
4354         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4355         putchar() in tinibios.c in ds390's library
4356
4357 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4358
4359         * src/SDCCast.c (decorateType): fixed bug #898889,
4360         cast result of a literal complement too
4361         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4362         fixed check for bitfields
4363
4364 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4365
4366         * src/SDCCicode.c (geniCodeLogic): made it static,
4367         (geniCodeLogicAndOr): added in order to fix bug #905492,
4368         (ast2iCode): fixed bug #905492
4369         * support/regression/tests/bug-905492.c: added
4370         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4371         (processParms): fixed bug #927659: don't copy parms, this will clear
4372         decorated flag
4373         * support/regression/tests/bug-927659.c: added
4374
4375 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4376
4377         * src/SDCCast.c (addCast): don't cast float to char
4378         * device/lib/libsdcc.lib: added _memmove
4379
4380 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4381
4382         * device/lib/large/Makefile: fixed parallel execution by
4383         replacing `make` by `$(MAKE)`
4384
4385 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4386
4387         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4388         offsets (fixes bug #923936)
4389
4390 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4391
4392         * device/lib/small/Makefile: fixed parallel execution by
4393         replacing `make` by `$(MAKE)`
4394
4395 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4396
4397         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4398
4399 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4400
4401         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4402         * src/regression/Makefile: Regression test was not running.
4403
4404 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4405
4406         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4407         complement if possible
4408         * src/SDCCval.c (valComplement),
4409         * src/SDCCicode.c (operandOperation): fixed complement of literal
4410         * support/regression/tests/onebyte.c (testComplement): added
4411
4412 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4413
4414         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4415         return an optimized tree; actually replace actParm with the new tree
4416         * src/SDCCast.h: added some parantheses to remove side effects
4417         * support/regression/tests/bug-920866.c
4418
4419 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4420         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4421         Bit operands were not being handled properly in the pic14 port.
4422         (now src/regression/add.c passes again).
4423
4424 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * src/SDCC.y (labeled_statement): case and default no longer require
4427         a following statement (RFE #893037)
4428
4429 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4430
4431         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4432         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4433         disabled (fixes bug #916294)
4434         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4435         "mov a,acc"; patch provided by Lenny Story
4436         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4437
4438 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4439
4440         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4441         functions
4442         * src/ds390/gen.c (genFunction, genEndFunction),
4443         * src/ds390/ralloc.c (ds390_assignRegisters),
4444         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4445         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4446         pushed if there are parameters passed on the stack. Also, a cleaner
4447         way to decide if r0/r1 should be pushed/popped. (Together they fix
4448         bug #918693)
4449
4450 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4451
4452         * doc/sdccman.lyx,
4453         * device/lib/mcs51/crtpagesfr.asm,
4454         * device/lib/mcs51/crtxinit.asm,
4455         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4456         to avoid confusion with Si Lab's SFRPAGE register.
4457
4458 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4459
4460         * src/SDCCglue.c (emitMaps): allow public sfr variables
4461         * src/SDCCglue.c (initialComments): include compiler build date
4462         with compiler version and put the timestamp of the generated
4463         assembly file on a serperate line to be less confusing.
4464         * src/port.h: added genInitStartup hook
4465         * src/avr/main.c,
4466         * src/ds390/main.c,
4467         * src/hc08/main.c,
4468         * src/pic/main.c,
4469         * src/pic16/main.c,
4470         * src/xa51/main.c,
4471         * src/z80/main.c: genInitStartup initialize as NULL (default to
4472         historical behaviour)
4473         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4474         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4475         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4476         library instead of hard coding it into the compiler.
4477         * support/regression/ports/mcs51-stack-auto/spec.mk,
4478         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4479         * device/lib/mcs51/Makefile,
4480         * device/lib/small/Makefile,
4481         * device/lib/large/Makefile,
4482         * device/lib/mcs51/crtpagesfr.asm,
4483         * device/lib/mcs51/crtstart.asm,
4484         * device/lib/mcs51/crtxclear.asm,
4485         * device/lib/mcs51/crtxinit.asm,
4486         * device/lib/mcs51/crtclear.asm,
4487         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4488         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4489         and into user configurable files.
4490         * device/lib/clean.mk: clean mcs51 directory too
4491         * support/regression/tests/longlit.c: added static to T1 declaration
4492         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4493         accesses in the initialization code
4494
4495 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4496
4497         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4498         OSCTRIMVAL as noted in bug #916008
4499
4500 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4501
4502         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4503         in loops with multiple exits (reported as incorrect registers
4504         used by Martin Helmling in Sdcc-user list)
4505
4506 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4507
4508         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4509         made ds390 register extensions look less like error messages
4510
4511 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4512
4513         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4514         reported by Adam Wozniak in Sdcc-user list
4515
4516 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4517
4518         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4519         arithmetic optimizations, added debug output
4520
4521 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4522
4523         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4524         * sdcc.spec: updated and split sdcc into 3 rpms
4525         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4526         needed for literals of LEFT_OP and '+'
4527         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4528         introduced RESULT_TYPE_NOPROM
4529         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4530         left shift
4531         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4532         limited promotion to int only for '*'
4533         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4534
4535 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4536
4537         * src/pic16/gen.c (genSkip),
4538         (genc16bit2lit), (gencjneshort): commented out
4539         (is_LitOp): new helper function, checks operand type
4540         (genCmpEq): rewritten
4541
4542 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4543
4544         * support/regression/tests/bug-908454.c: added
4545
4546 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4547
4548         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4549         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4550         (geniCodeCast): cosmetic, don't preserve bit storage class
4551         (geniCodeLeftShift): added promotion
4552         (geniCodeLogic): fixed regression
4553         * src/SDCCsymt.c (computeTypeOr): accept bits too
4554         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4555
4556 2004-03-07  Borut Razem <borut.razem AT siol.net>
4557
4558         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4559
4560 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4561
4562         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4563         version of pic16_genPackRegisters which does not check if ic is a
4564         CAST operator,
4565         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4566         function cause string1.c regression test fails
4567
4568 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4569
4570         * sim/ucsim/configure.in,
4571         * sim/ucsim/configure,
4572         * sim/ucsim/doc/Makefile.in: use docdir
4573         * src/SDCC.y: fixed sbit atrributes
4574         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4575         * src/SDCCast.c (decorateType): |^& need special promotion handling
4576         * src/SDCCast.h,
4577         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4578         * src/SDCCsymt.h (computeType),
4579         * src/SDCCicode.c: computeType() needs op
4580         * src/SDCCsymt.c (checkTypeSanity),
4581         * doc/sddman.lyx: "plain" bitfields are unsigned
4582         * src/SDCCsymt.c (computeTypeOr): added
4583         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4584         |^& ops
4585         * src/SDCCval.c (val*): computeType() needs op
4586         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4587         * support/regression/tests/onebyte.c: added tests for |^&
4588
4589 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4590
4591         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4592         for writing icode into asm output.
4593
4594 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4595
4596         * src/pic16/device.c: added some debug lines enabled
4597         with macro DEBUG_CHECK,
4598         * src/pic16/genarith.c: more debug in genPlus,
4599         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4600         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4601         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4602         * (aopForSym): onStack symbols are re-placed in data memspace,
4603         and onStack flag is cleared,
4604         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4605         copy temporary pcodeop,
4606         * (genPcall): added warning for not updating PCLATU,
4607         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4608         always true for pic16 port,
4609         * (genMultOneWord): NEW, supports integer multiplication,
4610         * (genMult): modified to call genMultOneWord,
4611         * (ifxForOp): added warning when return NULL,
4612         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4613         flag is set before call to operandFromSymbol for implicit
4614         added structures,
4615         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4616         options.intlong_rent are set by default,
4617         * (_hasNativeMulFor): modified to allow port generation of integer
4618         multiplication,
4619         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4620         set regtype to REG_SFR for all registers, restricting seting the
4621         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4622
4623 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4624
4625         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4626         more than 500 times in the regression tests
4627
4628 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4629
4630         * support/Util/SDCCerr.h,
4631         * support/Util/SDCCerr.c,
4632         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4633         enumerator_list),
4634         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4635         for symbol conflicts.
4636         * support/valdiags/tests/enum.c,
4637         * support/valdiags/tests/tentdecl.c,
4638         * support/valdiags/tests/struct.c: expect possible error messages
4639         referring to original symbol definitions.
4640         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4641         * src/SDCCsymt.h,
4642         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4643
4644 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4645
4646         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4647
4648 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4649
4650         * src/pic16/ralloc.c (newReg): fixed bug #908929
4651
4652 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4653
4654         * src/ds390/gen.c: added missing #include "main.h"
4655
4656 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4657
4658         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4659         checking if symbol is already in set,
4660         * src/pic16/device.h: prototype for checkAddSym,
4661         * src/pic16/gen.c: (_G): added entry interruptvector,
4662         * (assignResultValue): removed some commented out lines,
4663         * (genFunction): check for ISR via sym->type, absolute section for
4664         interrupt code is created via a new pBlock, the goto instruction is
4665         placed now correctly at the interrupt vector position, changed all
4666         references from ivec to _G.interruptvector,
4667         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4668         is the interrupt is a high priority one, same for return from ISR,
4669         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4670         externs to calls of checkAddSym,
4671         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4672         pic16_pcode_verbose flag is set,
4673         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4674         * src/pic16/pcoderegs.c: message about how many registers are saved
4675         will only be emitted if pic16_pcode_verbose flag is set,
4676
4677 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4678
4679         * src/ds390/ralloc.h,
4680         * src/ds390/ralloc.c (ds390_regWithIdx),
4681         * src/ds390/gen.c (emitcode),
4682         * src/ds390/main.h,
4683         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4684         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4685         ds390operandCompare, getRegsRead, getRegsWritten,
4686         initializeAsmLineNode): customized instruction size calculation for
4687         ds390, started basis for some register optimizations
4688         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4689         corresponding assembly output
4690         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4691         missing push/pop of r0/r1. Optimized push/pops
4692
4693 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4694
4695         * src/mcs51/main.c (instructionSize): fixed ACALL size
4696         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4697
4698 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4699
4700         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4701         the sorting of rlist with NULL elements
4702         * (print_idataType, print_idata): NEW to create idata sections
4703         * src/pic16/device.h: idataSymSet new variable
4704         * src/pic16/gen.c (genFunction): fixed some bugs in string
4705         comparing, improved the absolute section creation for ISRs,
4706         added FSR0L/FSR0H in registers that are saved in an ISR,
4707         * (genInline): fixed the processing of inline snippets,
4708         now they undergo no process by the peephole optimizer
4709         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4710         are placed in idataSymSet,
4711         * (pic16emitStaticSeg): extern symbols are added in externs,
4712         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4713         switching when aboslute variables are placed in access bank memory
4714         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4715         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4716         commented out with #if,
4717         * (pic16_packRegisters): reintroduce the check for CAST because some
4718         symbols are not correctly handled,
4719         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4720         pCodeInstruction instead of pCode,
4721         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4722         pCodeAsmDir definition,
4723         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4724         directive, then the argument directive is emitted without the leading
4725         tab, hack for inline labels which must be in the first column,
4726         * (compareLabel,pic16_findNextInstruction),
4727         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4728         * (insertBankSwitch): modified for the new pCodeAsmDir,
4729
4730 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4731         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4732
4733         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4734         instance,
4735         * (pushSide): commented out with #if,
4736         * (assignResultValue): fixed some typos in saving
4737         registers,
4738         * (genPcall): FIXED and sync'ed with genCall,
4739         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4740         * (genNearPointerGet): fixed to handle some more cases,
4741         implementation scheme via table reads,
4742         * (genConstPointerGet): modified to access code memory correct,
4743         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4744         and improved to handle some cases
4745         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4746         instead of "RETLW" for init data
4747         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4748         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4749         variables are placed in access bank memory (<0x80 and >=0xf80),
4750         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4751         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4752         TBLWT_POSTDEC,TBLWT_PREINC
4753         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4754         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4755         directives
4756         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4757         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4758         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4759         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4760
4761 2004-02-29  Borut Razem <borut.razem AT siol.net>
4762
4763         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4764         support/Util/findme.h, support/Util/system.h: enhance binary relative
4765         search for lib and include by using findProgramPath()
4766
4767 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * src/SDCCpeeph.h,
4770         * src/SDCCpeeph.c (pcDistance),
4771         * src/port.h,
4772         * src/mcs51/ralloc.h,
4773         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4774         * src/mcs51/main.h,
4775         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4776         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4777         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4778         size calculation port specific, started basis for some register
4779         optimizations
4780         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4781         missing push/pop of r0/r1. Optimized push/pops
4782         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4783         * device/lib/_modsint.c (_modsint),
4784         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4785         and stack version so regression tests pass
4786
4787 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4788
4789         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4790         * src/SDCCast.c (decorateType): catch another small optimization
4791         with '?' operator
4792         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4793         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4794         modified to finally use computeType() all over SDCC,
4795         see Feature Request #877103
4796         * src/SDCCval.h: cosmetic
4797         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4798         valCompare(); regression tested in muldiv.c
4799         * support/regression/tests/muldiv.c (testMod): mod sign follows
4800         dividend only
4801
4802 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4803
4804         * src/SDCCast.c (decorateType): fixed bug #902362
4805         * doc/INSTALL.txt: fixed install instructions for win32
4806
4807 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4808
4809         * device/include/Makefile.in (install): fixed by replacing spaces
4810         by tabs
4811         * doc/README.txt,
4812         * doc/INSTALL.txt: updated for release
4813         * doc/sdccman.lyx: added warning for --xstack being buggy
4814
4815 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4816
4817         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4818         to eliminate build warnings.
4819         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4820
4821 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4822            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4823
4824         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4825         removed -penable-stack, added comment for stack pragma, added
4826         warning for not initializing the stack/frame registers, removed
4827         comment at interrupts section
4828
4829         Stack is made permanent, there is no ability to disable stack usage.
4830         * src/pic16/device.h,
4831         * src/pic16/device.c: removed all references to USE_STACK macro,
4832         * src/pic16/device.c (pic16_dump_section): when no elements in
4833         rlist, free rlist before return,
4834         * (pic16_dump_int_registers): NEW, internal registers are a new set
4835         of general purpose registers reused by each function,
4836         * (checkAddReg): returns 1 if registers is added to set,
4837         * (pic16_groupRegistersInSection): when a registers is of type
4838         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4839         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4840         SRCASECMP macro is moved here from device.c
4841         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4842         PO_PCLATU, PO_PRODL, PO_PRODH,
4843         * (pic16_pCodeOpType, genMinus,
4844         changed compares to "a" register, with AOP_ACC,
4845         * (pic16_genPlus): fixed some bugs and indented properly,
4846         * (pic16_addSign): changed size to size+offset in the MOVWF
4847         instruction,
4848         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4849         multiply 8-bit operand by literal, result is 8-bit,
4850         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4851         multiply 2 8-bit operand, result is 8-bit,
4852         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4853         genUMult8X*_16,
4854         * src/pic16/gen.c: changed accUse to contain WREG only,
4855         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4856         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4857         true, do not use immediate addressing any more unless sym is a
4858         pointer in codespace,
4859         * (aopForRemat): do not use immediate addressing when symbol not in
4860         codespace and when symbol's address is requested,
4861         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4862         accUse size (= 1),
4863         * (aopGet): added case for AOP_ACC and don't return "accumulator
4864         bug" but WREG instead,
4865         * (popGetTempReg): pushes contents of temporary register in stack,
4866         * (popReleaseTempReg): pops contents of temporary register from
4867         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4868         * (pic16_popGet): separated case AOP_ACC to return register WREG
4869         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4870         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4871         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4872         the use of immediate pointers to certain cases only.
4873
4874         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4875         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4876         * (assignResultValue, genCall, genRet): modified to use the new
4877         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4878         genPcall is still broken,
4879         * (genFunction): added code to create 'A' type pBlocks when
4880         interrupt functions are generated, code not extensively tested yet,
4881         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4882         * (genEndFunction): modified so ISRs pop stored registers from stack,
4883         * (genMultOneByte): cleanup,
4884         * (AccRsh): added flag andmask, to and result with appropriate mask,
4885         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4886         * (genDataPointerGet): fixed and reenabled its use,
4887         * (genNearDataPointerGet): bugs fixed,
4888         * (genDataPointerSet): bugs fixed,
4889         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4890         pic16_DumpSymbol, pic16_DumpOp,
4891         * src/pic16/genutils.h: function prototypes for the above functions,
4892         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4893         pointers,
4894         * (pic16emitRegularMap): many many many improvements, but needs a
4895         major cleanup,
4896         * src/pic16/main.c: enable_stack in pic16_options is removed,
4897         * (_pic16_parseOptions): removed command line options -penable-stack,
4898         * (_process_pragma): emit stack symbol only when stack pragma is
4899         processed,
4900         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4901         redirected to FSR0L/FSR0H pair,
4902         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4903         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4904         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4905         for immediates,
4906         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4907         * (dumpPicOptype): NEW,
4908         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4909         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4910         with movff instruction,
4911         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4912         added pic16_int_regs, some packRegsFor* functions are commented out,
4913         because produce errors,
4914         * src/pic16/NOTES: minor modifications
4915
4916 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4917
4918         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4919         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4920         --pack-iram.
4921         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4922         * as/mcs51/lkaomf51.c: fixed bug #895763
4923
4924 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4925
4926         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4927
4928 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4929
4930         * doc/sdccman.lyx: added details about the HC08 storage classes and
4931         interrupts, fixed the register usage info for z80 & gbz80
4932
4933 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4934
4935         * doc/sdccman.lyx: added more pic16 port documentation
4936         * device/include/pic16/: added header pic18fregs.h
4937
4938 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4939
4940         * doc/sdccman.lyx: added Vangelis' contribution
4941
4942 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4943
4944         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4945         extend to the next CALL or PCALL, not just to the next CALL.
4946
4947 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4948
4949         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4950
4951 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4952
4953         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4954         bug #895752 and a better fix for bug #716790
4955
4956 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4957
4958         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4959
4960 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4961
4962         * doc/sdccman.lyx: minor changes, minor changed
4963
4964 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4965
4966         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4967         which can't handle SDCC_NEWONEBYTEOPS,
4968         (geniCodeMultiply): removed conversion from mult to shift for pic14
4969         and pic16
4970
4971 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4972
4973         * src/hc08/gen.h,
4974         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4975         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4976         thus fixing bug #895406
4977
4978 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4979
4980         * device/lib/_modsint.c,
4981         * device/lib/_modslong.c: sign follows divisor only
4982         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4983         signs or signedness can be ignored
4984         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4985         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4986         added optimization for IFX,
4987         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4988         arguments;
4989         reenabled optimization for IFX, which was removed on 2004-01-11
4990         * src/SDCCast.h: added return type IFX
4991         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4992         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4993         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4994         SDCC_OLDONEBYTEOPS selects the old behaviour
4995         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4996         changed again and commented promotion rule
4997         * src/SDCCval.c (valDiv): promotion no longer necessary
4998         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4999         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5000         rewritten
5001         * support/regression/tests/onebyte.c: added
5002
5003 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5004
5005         * gen.c (genInline): reverted to old code for assemnling inline
5006         code because of bug reported James Chadd
5007
5008 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5009
5010         * ralloc.h: missing declarations from previous patch,
5011         seems that patch for ralloc.h was never applied, fixed
5012
5013 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5014            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5015
5016         * pcode.c,
5017         * pcode.h,
5018         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5019         indirect addressing. Marked FSR0 as deprecated
5020         * gen.c (pointerCode): commented out, not needed now
5021         (pic16_popGet2p): new MOVFF helper function
5022         (genGenPointerGet),
5023         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5024         (shiftRLong): removed duplicate debugging info
5025
5026 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5027
5028         * src/ds390/gen.c (genNearPointerGet),
5029         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5030         optimization with bits, but not bitfields.
5031         * src/ds390/ralloc.c (packRegisters),
5032         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5033
5034 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5035
5036         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5037
5038 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5039
5040         * src/SDCCsymt.h,
5041         * src/SDCCicode.c (operandFromSymbol),
5042         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5043         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5044         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5045         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5046         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5047         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5048         bug #892038
5049         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5050         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5051         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5052         * src/SDCCsymt.c (newSymbol),
5053         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5054         enumerator_list),
5055         * src/SDCCval.h,
5056         * src/SDCCval.c (newiList): fixed bug #885705
5057
5058 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5059
5060         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5061         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5062
5063 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5064
5065         * device/include/c8051f120.h,
5066         * device/include/c8051f300.h,
5067         * device/include/c8051f310.h: added/updated header files for Silicon
5068         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5069         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5070         in new section Submitting patches
5071
5072 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5073
5074         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5075         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5076         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5077         genGenPointerSet),
5078         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5079         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5080         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5081         genGenPointerSet),
5082         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5083         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5084         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5085         genGenPointerSet),
5086         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5087         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5088         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5089         genGenPointerSet): fixed bug #892400
5090         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5091         to eliminate build warnings.
5092         * src/SDCCast.c (processParms),
5093         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5094         fixed bug 751859
5095         * support/valdiag/valdiag.py: added GCC to the list of defines active
5096         when compiling with gcc
5097
5098 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5099
5100         * support/Util/SDCCerr.h,
5101         * support/Util/SDCCerr.c,
5102         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5103         with an incomplete type (fixed bug #883734)
5104         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5105
5106 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5107
5108         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5109
5110 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5111
5112         * src/SDCCast.c (decorateType),
5113         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5114         function pointer implementation
5115         * support/regression/tests/funptrs.c: added tests to verify both forms
5116         of function pointers work correctly. Added tests to verify parameters
5117         are passed in the correct order.
5118
5119 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5120
5121         * device.c (regCompare): registers are sorted by ascending
5122         address and increasing size,
5123         * main.c (_pic16_finaliseOptions): removed the declaration
5124         of compiler macro MCU. Now a macro of the format pic18fxxxx
5125         will be defined from the command line
5126
5127 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5128             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5129
5130         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5131         PCOP_RLCF was overwritten!
5132         * gen.c (genSkip): commented out calls to pic16_emitcode,
5133         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5134         * (genlshTwo),
5135         * (genRRC): added debugging info,
5136         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5137         overwritten while shifting,
5138         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5139         overwritten while shifting,
5140         * (AccLsh),
5141         * (AccRsh),
5142         * (shiftLLeftOrResult),
5143         * (shiftRLeftOrResult),
5144         * (shiftRLong),
5145         * (shiftLLong): Implemented with pic16_emitpcode
5146         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5147         * (genLeftShift): Fixed bug, operand for shift by variable always
5148         was "and"ed with 0x0f,
5149         * (genLeftShiftLiteral),
5150         * (genrshTwo),
5151         * (genRightShiftLiteral): added debugging info,
5152         * (genrshFour): added comment,
5153         * (genRightShift): determined signedness from operand "left"
5154         instead of "result"
5155
5156 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5157
5158         * src/SDCCicode.c (geniCodeParms),
5159         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5160         function pointers, fixed function pointer bugs #861242 and #861896
5161
5162 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5163
5164         * device/include/c8051f000.h,
5165         * device/include/c8051f120.h,
5166         * device/include/c8051f300.h: added header files for Silicon
5167         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5168
5169 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5170
5171         * src/SDCCast.c (processParams): added new type flow and restructured
5172         (gatherAutoInit): added new type flow
5173         (addCast): cosmetic changes
5174         (getLeftResultType): added new type flow for array indices, patch
5175         provided by Stas, see FR #877103
5176         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5177         array index patch by Stas
5178         * src/SDCCast.h: added prototype getResultTypeFromType()
5179         * src/SDCCval.h,
5180         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5181         * src/pic/glue.c (pic14emitStaticSeg),
5182         * src/pic16/glue.c (pic16emitStaticSeg),
5183         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5184         for initialization of symbols
5185         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5186         * support/Util/SDCCerr.h:
5187         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5188         * .version: bumped version number to 2.3.8
5189         * device/include/Makefile.in (install),
5190         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5191         avoid warnings
5192
5193 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5194
5195         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5196         Slade Rich fixed an optimization bug
5197         * src/pic/pcodepeep.c,
5198         * src/pic/pcoderegs.c
5199         * doc/Makefile (install): added test for directory
5200
5201 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5202
5203         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5204         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5205         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5206         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5207         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5208         * as/mcs51/asexpr.c (term),
5209         * as/hc08/asexpr.c (term): fixed bug #887146
5210
5211 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5212
5213         * src/z80/gen.c (genMult): handle single byte result product
5214         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5215         DUMMY_READ_VOLATILE (fixed bug #886367)
5216
5217 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5218
5219         * support/regression/tests/libmullong.c: fixed logic, on little endian
5220         hosts we ended without a mullong_wrapper()
5221
5222 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5223
5224         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5225         virus/worm forged address usage.
5226
5227 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5228
5229         Fixed promotion, it should be done on AST level:
5230         * src/SDCCast.c (addCast): added promotion to int
5231         (decorateType): updated call to upCast()
5232         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5233         usualUnaryConversions()
5234
5235 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5236
5237         * support/regression/tests/literalop.c (mulWrapper): Added a
5238         wrapper to remove integer overflow warnings.
5239
5240         * support/regression/tests/float_trans.c: Made work on host.
5241
5242         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5243         location of sz80.
5244
5245         * support/regression/generate-cases.py (main): Changed from inline
5246         to a main method.
5247
5248         * doc/Makefile (install): Changed to depth first to get rid of
5249         missing directory install warning.
5250
5251         * as/Makefile (install-doc): Made work on Mac.
5252
5253 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5254
5255         * src/SDCCast.c: added an additional type flow in decorateType() of
5256         opposite direction, see feature request #860006; it's enabled at runtime
5257         by setting the environment variable SDCC_NEWTYPEFLOW
5258         * src/SDCCast.h: changed prototype of decorateType()
5259         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5260         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5261         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5262         see feature request #877103
5263         * src/SDCCval.c: updated call of decorateType()
5264         (valBitwise): fixed bug #882876
5265         (valMinus): added promotion
5266         (valLogicAndOr): result is unsigned
5267         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5268         * src/SDCCsymt.c (computeType),
5269         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5270         must not cause an unsigned operation
5271         * src/pic/glue (pic14emitRegularMap),
5272         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5273
5274 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5275
5276         * src/pic/pcode.c (PCodeID): commented out left over debug code
5277
5278 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5279
5280         * support/valdiag/tests/overflow.c: added shift tests
5281         * src/pic/device.c,
5282         * src/pic/gen.c,
5283         * src/pic/gen.h,
5284         * src/pic/glue.c,
5285         * src/pic/main.c,
5286         * src/pic/pcode.c,
5287         * src/pic/pcode.h,
5288         * src/pic/pcodepeep.c,
5289         * src/pic/pcoderegs.c,
5290         * src/pic/ralloc.c,
5291         * src/pic/ralloc.h: applied patch from Slade Rich;
5292         added support for multiple code pages and multiple RAM banks on the
5293         PIC 14 port. The ASM files now no longer simply assume all the
5294         code / RAM are in the same page / bank. This means the linker can
5295         safely allocate code/RAM of separate ASM files to different pages/banks.
5296         * doc/sdccman.lyx: added Slade's tips
5297         * src/mcs51/peeph.def: fixed bug #880768
5298
5299 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5300
5301         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5302         * src/SDCCast.c (decorateType): fixed bug #880197
5303
5304 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5305
5306         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5307         getopt.h.
5308
5309         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5310         strtof is not part of C89 and isn't included with Mac OS X.
5311
5312 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5313
5314         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5315         shiftL2Left2Result): fixed bug #879326
5316         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5317         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5318         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5319         address fetch for clr instruction
5320         * device/lib/hc08/_mulint.c: created optimized assembly version
5321         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5322
5323 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5324
5325         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5326         proposed in FR #877103
5327
5328 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5329
5330         * src/SDCCval.c (cheapestVal): added missing checks
5331         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5332         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5333
5334 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5335
5336         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5337         equal operands
5338
5339 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5340
5341         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5342         loaded with the linker search paths (-L arguments) and the libraries
5343         to be linked with the current source (-l arguments). Changes
5344         currently will affect only the pic16 port.
5345         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5346         include path the port specific paths and port specific libraries,
5347         * gplink command now contains the $3 argument,
5348         * src/pic16/device.h,
5349         * src/pic16/device.c,: structure PIC_device is made public and
5350         renamed to PIC16_device, the same for variable Pics which is renamed
5351         to Pics16. Updated all references to them.
5352         * src/pic16/glue.c (pic16glue): corrected bug with code
5353         initialization which bypassed the variable initializations block.
5354
5355         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5356         COMPILE_FLAGS and added the --nostdinc option
5357
5358 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * device/include/mc68hc908jb8.h: Register defs for another member
5361         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5362
5363 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5364
5365         Documenting changes from previous commits.
5366         * configure.in (version 1.56),
5367         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5368         when generating output files to configure the pic16 library,
5369         but now I've commented it out, since gputils aren't installed in the
5370         SF compile farm, so library won't compile
5371
5372         * device/lib/Makefile.in (version 1.56): initially I've added in
5373         target 'all' the prerequestive 'model-pic16' so it compiled the
5374         pic16 library, but now I've commented it out for the same reasons
5375         above,
5376         * added targets 'model-pic16' and 'objects-pic16' to compile the
5377         library
5378         * added target 'port-specific-objects-pic16' to handle the
5379         generated libraries and copy them into the build/ directory
5380         * added target 'clean-intermediate-pic16' to clean intermediate
5381         files into pic16 directory
5382         * in target 'installdirs' added line to create directory pic16 in
5383         the installation path
5384
5385         * device/include/Makefile.in (version 1.11): in target 'install'
5386         added lines to copy all header files to installation path,
5387         * in target 'installdirs' added line create directory for pic16
5388         headers in the installation path
5389
5390 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5391
5392         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5393          a function call
5394
5395 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5396
5397         * configure,
5398         * device/lib/configure.in,
5399         * device/lib/configure: fixed for autoconf 2.57
5400
5401 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5402
5403         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5404         option so that it actually works. Made it specific to the z80, since
5405         the gbz80 doesn't have these kinds of I/O ports.
5406
5407 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5408
5409         * device/include/z180.h,
5410         * device/lib/_memcpy.c,
5411         * device/lib/_memmove.c,
5412         * device/lib/_mulint.c,
5413         * device/lib/ser_ir.c,
5414         * device/lib/ser_ir_cts_rts.c,
5415         * device/lib/_strcmp.c,
5416         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5417         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5418         portmode; added deprecation warning for bank= and protmode= forms.
5419         Also, guard against buffer overflow.
5420         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5421
5422 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5423
5424         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5425         changed interrupt vector table generation to only emit declared vectors.
5426         * device/include/Makefile.in: added missing backslash
5427         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5428
5429 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5430
5431         Mainly changes to support compilation of the device libraries
5432         * src/pic16/device.c: stack is allocated via symbol and not
5433         via literal number. The symbol is placed in the corresponding
5434         position of the data ram
5435         * (pic16_dump_section): relocatable and absolute uninitialized
5436         data are now emitted in sorted order to reduce section naming,
5437         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5438         weren't marked as being in the access bank,
5439
5440 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5441
5442         Added portion of GNU PIC Library under the directory
5443         device/include/pic16 and device/lib/pic16. These files
5444         contain the declarations of SFRs for the PIC18Fxx2 devices.
5445         The directory is initialized via configure from toplevel.
5446
5447 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5448
5449         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5450         the spilllocations to be compared correctly
5451
5452 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5453
5454         * src/SDCCast.c (decorateType): fixed bug introduced today
5455
5456 2004-01-12  Borut Razem <borut.razem AT siol.net>
5457
5458         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5459         doc/sdccman.lyx: upper case pragmas are deprecated
5460
5461 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5462
5463         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5464         in simpler and even better code
5465
5466 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5467
5468         * src/SDCCicode.c (operandOperation): fixed bug #874819
5469         * src/SDCCast.c (decorateType): fixed
5470         char foo (unsigned long ul) { return ul > 0; }
5471
5472 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5473
5474         * doc/sdccman.lyx: Moved and added some sections, small changes
5475         all over. Telling LaTeX to be less strict with word spacing
5476         to better keep the right margin. Changed some notes about
5477         maintainance of the ports in section 3.2.1 - is it OK like this?
5478
5479 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5480
5481         SDCC source changes:
5482         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5483         convilong): modified to inform the pic16 port that builtin functions
5484         are external
5485
5486         PIC16 PORT specific changes:
5487         * src/pic16/device.c pic16_dump_equates() added,
5488         processor registers declared internally by the port are emitted in
5489         the translation as equates,
5490         * src/pic16/gen.c: inline code is passed unprocessed to the
5491         translation,
5492         * (pic16_popGetLit2): fnuction modified to take second operand as
5493         pCodeOp pointer and not as literal,
5494         * (popRegFromIdx): prefixed with pic16_,
5495         * (pic16_popCombine2): modified to receive already allocated pCode
5496         operands,
5497         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5498         * (genFunction): initializes local stack frame and pushes on stack
5499         all the registers used by this function,
5500         * (genEndFunction): restores all registers from stack and restores
5501         stack frame,
5502         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5503         improvements,
5504         * (pic16glue): changed the program startup sequence,
5505         * added new dbName code 'A' for functions placed in absolute section
5506         * src/pic16/main.c: added function attribute _naked,
5507         * added pragma 'code' to place a fnuction at an absolute address,
5508         * added command line arguments --debug-ralloc and --pcode-verbose,
5509         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5510         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5511         * (pic16_newpCodeOpLit2): modified to take the second operand as
5512         pCodeOp pointer,
5513         * (pic16_printpBlock): modified to emit each function in a separate
5514         section,
5515         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5516         UPPER for immediate operands,
5517         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5518         instruction,
5519         * src/pic16/peeph.def: all peepholes with movff are commented out,
5520         because there is a problem in the pcode peep optimizer,
5521         * src/pic16/ralloc.c: the register allocator can now reuse local
5522         function symbols for another function. This saves register usage.
5523         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5524
5525         Added file src/pic16/NOTES with information about program writing on
5526         the current port version.
5527
5528 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5529
5530         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5531         and peephole 252 (array access)
5532
5533 2004-01-09  Borut Razem <borut.razem AT siol.net>
5534
5535         * src/SDCCmain.c : fixed #872250: -l command line defined library
5536           files are scanned before standard library files
5537
5538 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5539
5540         * src/SDCCast.c (decorateType): fixed bug #874046
5541
5542 2004-01-09  Borut Razem <borut.razem AT siol.net>
5543
5544         * support/scripts/sdcc.nsi: remove previous installation
5545
5546 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5547
5548         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5549         bytes for last interrupt vector (mcs51)
5550         * sdcc.spec: fixed typo
5551
5552 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5553
5554         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5555         gen51Code): more efficient parameter receive for --model-large
5556         ("bug" #845294)
5557
5558 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5559
5560         * src/ds390/main.c,
5561         * src/z80/main.c: added missed needLinkerScript flags (more than
5562         one port structure defined in these file)
5563         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5564         bug #795325
5565
5566 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5567
5568         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5569         * src/port.h: added flag needLinkerScript in port->linker
5570         structure to inform whether to create a .lnk file or not,
5571         * src/avr/main.c,
5572         * src/ds390/main.c,
5573         * src/hc08/main.c,
5574         * src/mcs51/main.c,
5575         * src/pic/main.c,
5576         * src/pic16/main.c,
5577         * src/xa51/main.c,
5578         * src/z80/main.c: changed appropriately to configure
5579         needLinkerScript flag
5580         * src/pic/gen.c,
5581         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5582         * src/pic/glue.c: added variable udata_section_name to
5583         override default uninitialized data segment definition for
5584         devices only with SHAREBANK memory (reported from Erik Epetrich)
5585         * (pic14emitOverlay): modified to emit a commented overlay segment
5586         directive when no overlay data exist
5587         * (picglue): modified to emit uninitialized data segment
5588         according to udata_section_name
5589         * src/pic/main.c (_pic14_parseOptions): added command line
5590         options --udata-section-name=[name] to override default
5591         udata definition name
5592         * modified _linkCmd and _asmCmd to include compiler passed
5593         arguments via -W option
5594         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5595         object file from '.rel' to '.o' in port->linker structure,
5596         changed size of fptr from 2 to 3 in port structure
5597
5598 2004-01-07  Borut Razem <borut.razem AT siol.net>
5599
5600         * support/scripts/sdcc.nsi: update PATH
5601         * support/scripts/sdcc.ico: craeted
5602
5603 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5604
5605         * device/include/Makefile.in: fix install
5606         * doc/Makefile: fix install
5607
5608 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5609
5610         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5611         in bug #860505
5612         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5613         how the function variable allocation summary is displayed; also
5614         include information about variables allocated to the overlay
5615         segment
5616
5617 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5618
5619         * as/mcs51/lkmain.c: Help about -Y option
5620         * as/mcs51/lkarea.c: Fixed gcc warnings
5621
5622 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5623
5624         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5625         fixed warning
5626         * support/valdiag/tests/overflow.c: added
5627         * src/SDCCast.c (decorateType),
5628         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5629         LEFT_OP (left shift)
5630
5631 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5632
5633         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5634         (default behaviour).
5635
5636 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5637
5638         A python script to validate compiler diagnostic messages. It can be
5639         used to verify that sdcc complains about bad c source code and
5640         gives a good location of the error.
5641         * support/valdiag/Makefile,
5642         * support/valdiag/valdiag.py,
5643         * support/valdiag/tests/*
5644
5645 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5646
5647         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5648         * src/SDCCsymt.c (newEnumType),
5649         * src/SDCCsymt.h
5650         * support/Util/SDCCerr.c,
5651         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5652         enum related bugs.
5653         * support/regression/tests/enum.c: added test for enum values that
5654         require at least 2 bytes of storage.
5655
5656 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5657
5658         * src/common.h: added ifndef/define/endif macros
5659         around the header file.
5660         Bug reported from Jesus Calvino-Fraga
5661
5662 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5663
5664         * sdcc.spec: updated
5665         * device/include/Makefile.in: don't install CVS directories
5666         * device/lib/Makefile.in: added removal of CVS directories after install
5667         * doc/Makefile: fixed install, added local_icons
5668         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5669         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5670         * src/ds390/gen.c (genRightShift): fixed bug #870788
5671         * src/SDCCast.c (decorateType): fixed bug #870781
5672
5673 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5674
5675         PIC16 port related changes:
5676         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5677         added variable stackPos,
5678
5679         * gen.c: genCall, assignResultValue: added support for
5680         pushing/retrieving function parameters to/from stack,
5681         genFunction,genEndFunction: setup stack frame for the
5682         generated function,
5683         genAddrOf: will be changed according to bug 863624
5684
5685         * added files genutils.c and genutils.h which contain gen*
5686         debugged and optimised functions extracted from gen.c
5687
5688         * glue.c: added variable 'externs' which holds extern symbols,
5689         pic16emitRegularMap: is modified to properly handle relocatable
5690          symbols under the new scheme,
5691         pic16createInterruptVect: is modified
5692         pic16printPublics: is modified to emit 'global' assembler directives,
5693         added pic16_printExterns to print extern symbols,
5694         pic16glue: initializes stack/frame pointer in the beginning of
5695         the assembly output. Temporary hack, will be corrected later,
5696         because gplink yet does not support stack and SDCC does not
5697         yet support a type of crt0.o object to create the final binary.
5698
5699         * Removed many lines that contain 8051 legacy code.
5700         * The code is finally placed under a 'code' directive.
5701         * Added port specific options.
5702
5703         * _process_pragma: simplified since now we do not need *special*
5704         include file to define SFR registers. But a separate header
5705         will be needed. This will be developed later.
5706         * _pic16_parseOptions: added, parses port specific options:
5707         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5708         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5709         --preplace-udata-with=
5710
5711         * _pic16_setDefaultOptions: modified to initialize section names,
5712         but hack is temporarly out of order since it needs improvement.
5713         * _pic16_genAssemblerPreamble: configuration words are emitted by
5714         their address instead of their name. This part is incomplete and
5715         supports only the 18Fxx2 devices. Other devices will emit an error
5716         during assembly since they do not contain the same set of config
5717         registers
5718         * _pic16_genIVT: is modified,
5719
5720         * pcode.c: added definitions for some hardware registers that are needed
5721         for stack support
5722         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5723         All PCI entries are updated. Now LFSR is supported.
5724         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5725         * added pic16_newpCodeOpLit2 to support instructions with
5726         two literal arguments
5727         * pic16_pCode2str: corrected code that emits assembler instructions
5728         with two literal operands and those that have an access bit modifier
5729         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5730         this fixes a bug which caused some labels to be lost, when an
5731         assembler directive was added, i.e. banksel,
5732         * pic16_FixRegisterBanking: improved logic that causes the insertion
5733         of bank switching,
5734         * InlineFunction: functions that are called once, are not any more
5735         inlined. This can be a port option in the future,
5736
5737         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5738
5739         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5740         hold the corresponding uninitialized symbols,
5741         * pic16_allocProcessorRegister: registers have explicit marked the
5742         accessBank field,
5743         * pic16_allocInternalRegister: registers are explicit marked as
5744         not used,
5745         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5746         processing list, so bit registers were lost,
5747         *
5748
5749         * ralloc.h: added field 'accessBank' and original symbol operand
5750         in register definition,
5751         * removed the field isMapped from register definition,
5752
5753         ** Several functions have been removed from various sources:
5754         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5755         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5756         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5757         pic16_assignRelocatableRegisters
5758
5759         ** others have been introduced:
5760         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5761         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5762
5763 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5764
5765         * support/scripts/inc2h.pl: changed definition of BIT_AT
5766         to emit 'sbit at' instead of 'bit at'. This was a request.
5767
5768         PIC16 port related preliminary changes:
5769         * gen.c: prefixed function popRegFromString with
5770         pic16_ and all references to it corrected
5771         * pcode.c: all pic16_pc_* hardware registers prefixed
5772         with underscore (_),
5773         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5774         * ralloc.c: newReg(): when register is REG_SFR then
5775         set address to rIdx,
5776         pic16_allocProcessorRegister(): marks register wasUsed=0
5777         pic16_writeUsedRegs(): added a call to assign processor
5778         registers via pic16_assignFixedRegisters
5779
5780 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5781
5782         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5783         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5784         variables in unused register banks.  Also the SSEG is placed
5785         wherever there is enough space for it, and IDATA can be anywhere
5786         in internal RAM.  For now compile using -Wl-Y[stack_size].
5787         The mem file is different for this option as well, since it
5788         makes no sense of talking about DSEG lenght.
5789
5790 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5791
5792         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5793         in certain cases, e.g. when ROM assignment, patch provided
5794         from Albert den Haan.
5795
5796 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         Many signedness and type propagation fixes:
5799         * src/SDCCicode.c: made geniCodeCast() static
5800         replaced SPEC_ by IS_ (cosmetic)
5801         (operandOperation): fixed div and mod operation
5802         (usualBinaryConversions): added support for promotion of char
5803         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5804         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5805         (geniCodeAdd): an array index will stay unsigned, even if promoted
5806         from char to int
5807         (geniCodeArray): ditto
5808         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5809         * src/SDCCsymt.c (computeType): added more support for char;
5810         promotion of char is selectable by promoteCharToInt, fixed signedness
5811         for all cases
5812         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5813         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5814         * src/SDCCval (val*): replaced signedness calculation by
5815         computeType()
5816         rearranged if-branches (cosmetic)
5817         (valShift): added warning W_SHIFT_CHANGED
5818         (valCompare): fixed problem with different types
5819         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5820         * support/regression/tests/literalop.c: added many cases
5821         * support/regression/tests/ast_constant_folding.c: changed finally to
5822         'unsigned int'
5823         * .version: new year, new version: 2.3.7
5824         * src/SDCCmain.c (main): applied patch #866468
5825         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5826         provided by Scott Bronson
5827         * doc/sdccman.lyx: updated documentation for sdcdb
5828         updated and added chapter tips
5829
5830 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5831
5832         * src/SDCCsymt.h: missing from yesterday's commits
5833
5834 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5835
5836         * src/SDCC.y (struct_or_union_specifier),
5837         * support/Util/SDCCerr.c,
5838         * support/Util/SDCCerr.h: verify that struct & union tags are used
5839         as declared.
5840
5841 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5842
5843         * src/SDCCglobl.h: missing from yesterday's commits
5844
5845 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5846
5847         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5848         sft_attributes, struct_declaration, parameter_declaration,
5849         type_name, start_block, declaration_list),
5850         * src/SDCC.lex (check_type): support redefinition of typedef names
5851
5852 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5853
5854         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5855         aligned xdata arrays. Erik helped me with the if clause.
5856
5857 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5858
5859         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5860         warning
5861
5862 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5863
5864         * src/SDCCast.h,
5865         * src/SDCCast.c (newAst_),
5866         * src/SDCCicode.h,
5867         * src/SDCCicode.c (ast2iCode, newiCode),
5868         * src/SDCCglobl.h,
5869         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5870         expr, statement, expression_statement, selection_statement,
5871         iteration_statement, expr_opt, jump_statement): foundation for tracking
5872         sequence points
5873         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5874         point code too)
5875
5876 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5877
5878         * support/Util/SDCCerr.c,
5879         * src/SDCCast.h,
5880         * src/SDCCast.c (createCase, createDefault, decorateType),
5881         * src/SDCClabel.c (labelUnreach),
5882         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5883         to error messages.
5884         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5885         (with thanks to Stas Sergeev)
5886         * device/include/time.h,
5887         * device/lib/time.c (CheckTime): suppress unreachable code warning
5888
5889 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5890
5891         * src/SDCCast.c (createIvalCharPtr),
5892         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5893         bug #753752)
5894         * support/regression/tests/nullstring.c: tests for these two bugs
5895
5896 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5897
5898         * support/Util/SDCCerr.h,
5899         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5900         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5901         about storage class and 'at' used inside struct or union
5902         * src/SDCCBBlock.c (iCodeFromeBBlock),
5903         * src/SDCCcse.c (ifxOptimize),
5904         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5905         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5906         printIval, emitStaticSeg, emitOverlay),
5907         * src/SDCClabel.c (deleteIfx),
5908         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5909         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5910         gatherAutoInit, processParms),
5911         * support/Util/SDCCerr.h,
5912         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5913         reporting for post-parse errors.
5914
5915 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5916
5917         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5918         implicit casts via union; they don't work on big endian systems
5919         (possible fix for bug #861138)
5920
5921 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5922
5923         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5924         * src/mcs51/main.c: fixed the fix for bug #737001
5925
5926 2003-12-15  Borut Razem <borut.razem AT siol.net>
5927
5928         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5929
5930 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5931
5932         * support/makebin/makebin.c: put output in binary mode
5933
5934 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5935
5936         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5937         xdata and data memory on startup. Set the environment variable
5938         SDCC_NOGENRAMCLEAR to disable this.
5939         * src/mcs51/peephole.def,
5940         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5941         (allows non-interrupt and interrupt code to safely compete for a resource
5942         without the non-interrupt code having to disable interrupts)
5943
5944 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5945
5946         * src/SDCCicode.c (geniCodeAdd),
5947         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5948         with valFromType if type might be a pointer and host is big endian).
5949         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5950         types, not just integer types.
5951         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5952         multiply defined with mismatching "at" address.
5953
5954 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5955
5956         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5957         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5958         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5959         with embedded nulls (fixed bug #753752)
5960
5961 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5962
5963         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5964         Apparently this did not see much testing (endless loop)
5965
5966 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5969
5970 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5973         gracefully handle NULL memmap pointers
5974
5975 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5976
5977         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5978         instead of deleting the iCode when an operand is volatile
5979         * src/z80/gen.c (genDummyRead),
5980         * src/mcs51/gen.c (genDummyRead),
5981         * src/ds390/gen.c (genDummyRead),
5982         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5983         not just IC_RIGHT
5984         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5985         * src/SDCC.y: fixed bug #850420
5986
5987 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5988
5989         Applied z80 i/o port patch from Peter Townson and fixed some operators
5990         to better handle operands in A register.
5991         * device/include/z180.h
5992         * src/SDCC.y
5993         * src/SDCCglue.c
5994         * src/z80/gen.c
5995         * src/z80/gen.h
5996         * src/z80/main.c
5997         * src/z80/peeph-z80.def
5998         * src/z80/peeph.def
5999         * src/z80/z80.h
6000
6001 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6002
6003         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6004
6005 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6006
6007         * device/lib/hc08/_mullong.c: Removed extra #endif
6008
6009 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6010
6011         * sim/ucsim/hc08.src/inst.cc,
6012         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6013         carries from x to h
6014         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6015         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6016         * device/include/stdarg.h: fixed varargs for hc08
6017         * device/lib/Makefile.in,
6018         * device/lib/hc08/Makefile,
6019         * device/lib/hc08/_mulint.c,
6020         * device/lib/hc08/_mullong.c: fixed some endian problems
6021
6022 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6023
6024         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6025         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6026         * device/lib/_gptrget.c,
6027         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6028
6029 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6030
6031         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6032         * src/SDCCast.c (astErrors): fixed bug #846007
6033         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6034
6035 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6036
6037         * src/SDCCast.c (decorateType): disabled a transformation I added in
6038         revision 1.188 (access to fields of a structure at an absolute address);
6039         it breaks with bitfields, extern declarations, and gcse analysis.
6040         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6041         could be assigned through a pointer, so don't complain.
6042         * src/SDCCast.c (astErrors),
6043         * src/SDCCast.h,
6044         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6045
6046 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6047
6048         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6049         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6050         output of __config directives, since gpasm now supports them
6051         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6052         pre-processor macro, i.e. -DMCU=p18f452
6053         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6054         and modified to handle 'cast' icode similarly to '=' icode
6055         * src/pic16/device.h (typedef struct PIC_device): added field
6056         'extMIface' to indicate that chip has external memory interface
6057         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6058         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6059         18F8720
6060
6061 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6062
6063         * src/SDCC.y (pointer): fixed bug #846006
6064         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6065         * src/SDCCast.c (decorateType): fixed bug #846009
6066         * src/ds390/peeph.def,
6067         * src/ds390/gen.c (genAnd, genOr),
6068         * src/mcs51/peeph.def,
6069         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6070
6071 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6072
6073         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6074         * src/SDCCdflow.c
6075         * src/SDCCcse.c
6076         * src/SDCCcse.h
6077         * src/SDCCBBlock.h
6078         * src/SDCCBBlock.c
6079
6080 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6081
6082         fixed bug #845089
6083         * src/SDCCbitv.h,
6084         * src/SDCCbitv.c: added function to free a bitvector
6085         * src/SDCClrange.h,
6086         * src/SDCClrange.c: added function to recompute the liveranges
6087         * src/avr/ralloc.c,
6088         * src/ds390/ralloc.c,
6089         * src/hc08/ralloc.c,
6090         * src/mcs51/ralloc.c,
6091         * src/pic/ralloc.c,
6092         * src/pic16/ralloc.c,
6093         * src/xa51/ralloc.c,
6094         * src/z80/ralloc.c: recompute the liveranges after register packing
6095
6096 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6097
6098         * src/SDCCloop.c (newInduction): fixed bug #845630
6099
6100 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6101
6102         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6103         inadvertantly left behind from my 2003-11-12 change
6104
6105 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6106
6107         Updated headers I neglected to commit yesterday.
6108         * src/SDCClrange.h,
6109         * src/SDCCicode.h
6110
6111 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6112
6113         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6114         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6115         * src/SDCCopt.c (eBBlockFromiCode),
6116         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6117         the creation of the key hash table from the sequencing so it can be used
6118         earlier (for some GCSE bug fixes still pending)
6119
6120 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6121
6122         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6123         * support/regression/tests/addsub.c: testing genPlus shortcut
6124
6125 2003-11-15  Borut Razem <borut.razem AT siol.net>
6126
6127         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6128
6129 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6130
6131         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6132         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6133         ordering is immaterial.
6134         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6135
6136 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6137
6138         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6139         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6140         (SIGSEV) of bug #840381
6141         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6142         unlink new file before rename if new and old filenames are the same)
6143
6144 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6145
6146         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6147         uninitialized variables) for the mcs51. Set environment variable
6148         SDCC_GENRAMCLEAR to test.
6149         xdata initialization slightly shorter
6150
6151 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6152
6153         * src/SDCCsymt.h,
6154         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6155         #838241 & 780691 (basicly the same bug)
6156         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6157         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6158
6159 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6160
6161         * src/SDCCmain.c (linkEdit): "fix" #834252
6162
6163 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6164
6165         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6166         * src/SDCCast.h,
6167         * src/SDCC.y: fixed bug #819403
6168
6169 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6170
6171         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6172         the reentrant attribute.
6173         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6174         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6175         simulation
6176         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6177         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6178         erroneously reduced to a literal.
6179         * src/hc08/ralloc.c (packRegisters, rematStr),
6180         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6181         some cases
6182
6183 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6184
6185         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6186         * doc/sdccman.lyx: changed from 'article' to 'book'
6187         * doc/Makefile: readded test_suite_spec and cdbfileformat
6188
6189 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6190
6191         * device/include/stdlib.h: include malloc.h to comply with ANSI
6192         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6193
6194 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6195
6196         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6197         * doc/clean.mk: also remove *.out files
6198         * doc/sdccman.lyx: some additions, larger top/bottom margins
6199
6200 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6201
6202         * src/SDCC.y: fixed bug #837365
6203         * support/regression/tests/bitopcse.c
6204         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6205         a symbol (might be valop instead)
6206         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6207         * device/lib/clean.mk: added hc08 to the cleaning list
6208
6209 2003-11-04  Borut Razem <borut.razem AT siol.net>
6210
6211         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6212           made 2003-11-04
6213         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6214           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6215           malloc is declared in standard stdlib.h
6216
6217 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6218
6219         * device/lib/hc08/Makefile: need to clean .rel not .o files
6220         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6221
6222 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6223
6224         * src/port.h,
6225         * src/hc08/main.c,
6226         * src/mcs51/main.c,
6227         * src/ds390/main.c,
6228         * src/z80/main.c,
6229         * src/avr/main.c,
6230         * src/pic/main.c,
6231         * src/pic16/main.c,
6232         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6233         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6234         tests (which uses the port's oclsExpense function)
6235         * src/SDCC.y,
6236         * src/SDCCast.c,
6237         * src/SDCCicode.c,
6238         * src/hc08/gen.c,
6239         * src/ds390/gen.c,
6240         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6241
6242 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/SDCCcse.c (ifxOptimize),
6245         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6246         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6247         deleting the IFX iCode.
6248         * src/hc08/ralloc.c: reduced unneeded slocs
6249         * src/hc08/gen.c: fixed bug in asmopToBoolean
6250
6251 2003-11-04  Borut Razem <borut.razem AT siol.net>
6252
6253         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6254           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6255           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6256           transferred to configure
6257
6258 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6259
6260         Use headers defined in the C[++] standards:
6261         * sim/ucsim/gui.src/serio.src/fileio.cc
6262         * sim/ucsim/gui.src/serio.src/frontend.cc
6263         * sim/ucsim/gui.src/serio.src/main.cc
6264         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6265         * support/Util/NewAlloc.c
6266         * as/hc08/lklibr.c
6267         * as/mcs51/lklibr.c
6268         * as/z80/aslist.c
6269         * as/z80/assym.c
6270
6271 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6272
6273         * Added MSVC projects for hc08 assembler and linker:
6274         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6275         /as/hc08/link_hc08.dsp
6276
6277 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6278
6279         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6280
6281 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6282
6283         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6284
6285 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6286
6287         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6288
6289 2003-10-31  Borut Razem <borut.razem AT siol.net>
6290
6291         * support/cpp2/cpplib.h,
6292           support/cpp2/cpplib.c,
6293           support/cpp2/cpplex.c,
6294           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6295           to switch _asm block preprocessing on / off. Default is
6296           #pragma preproc_asm +
6297
6298 2003-10-31  Borut Razem <borut.razem AT siol.net>
6299
6300         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6301           when outputting comment blocks (when executed with -C option) and
6302           _asm (SDCPP specific) blocks
6303
6304 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6307
6308 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6309
6310         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6311
6312 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6313
6314         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6315         * src/SDCCast.c (decorateType): fixed bug #832664
6316
6317 2003-10-31  Borut Razem <borut.razem AT siol.net>
6318
6319         * support\cpp2\cpplex.c: fixed for SDCPP:
6320           comments(when executed with -C option) and _asm blocks
6321           were included even if they where in skipped #if block.
6322           Applied solution from GCC cpp 3.3.2
6323
6324 2003-10-31  Borut Razem <borut.razem AT siol.net>
6325
6326         * src/SDCC.lex: sdcc now understands both formats:
6327           '# <line_number> <file_name>' and
6328           '#line <line_number> <file_name>'
6329         * support/cpp2/cppmain.c: sdcpp now generates the standard
6330           '# <line_number> <file_name>' instead of former
6331           '#line <line_number> <file_name>'
6332
6333 2003-10-30  Borut Razem <borut.razem AT siol.net>
6334
6335         * support/cpp2/cpphash.h,
6336         * support/cpp2/cpplib.h
6337         * support/cpp2/cpplex.c,
6338         * support/cpp2/cppmain.c,
6339         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6340
6341 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6342
6343         Fixed a number of problems revealed by bug #827883.
6344         * src/SDCCloop.c (loopInvariants): Spill location of the
6345         result operand should be recomputed if extracted from
6346         a loop. Also, don't extract assignments of an iTemp
6347         from a literal.
6348         * src/SDCCast.c (isConformingBody): loop reversal should
6349         not occur if the control variable is involved with a
6350         relational operator.
6351
6352 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6353
6354         * .version: bumped to 2.3.6 to reflect the big improvements
6355         made by Erik and Klaus. Thanks!
6356
6357 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6358
6359         Replaced the livrange code.
6360         * src/SDCClrange.c: added new LR code
6361         * src/SDCCloop.c,
6362         * src/SDCCBBlock.h: removed remainig parts from old LR code
6363         * src/ds390/ralloc.c,
6364         * src/ds390/gen.c: minor fixes to make it work with new code
6365
6366 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6367
6368         * as/hc08/asm.h,
6369         * as/hc08/lkrloc.c,
6370         * src/hc08/gen.c,
6371         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6372         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6373         (tweaked fix for bug #818696)
6374
6375 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6376
6377         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6378
6379 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6380
6381         * src/SDCCmain.c,
6382         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6383         * src/mcs51/gen.c (gencjneshort),
6384         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6385         more efficient (per Scott Bronson's suggestion)
6386
6387 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         Extended the semantics of the critical keyword to include
6390         individual statements. See RFE #827755 and #799831
6391         * src/SDCC.y
6392         * src/SDCCicode.c
6393         * src/SDCCopt.c
6394         * src/SDCCast.c
6395         * support/Util/SDCCerr.c
6396         * support/Util/SDCCerr.h
6397         * src/mcs51/gen.c
6398         * src/ds390/gen.c
6399         * src/hc08/gen.c
6400
6401 2003-10-19  Borut Razem <borut.razem AT siol.net>
6402
6403         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6404
6405 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6406
6407         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6408         Fixed bug #818696
6409         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6410         and predecrement operand is displayed
6411
6412 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6413
6414         * src/SDCCval.c (valMinus): fixed bug #826041
6415
6416 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6417
6418         Some hc08 related updates that I missed earlier
6419         * sim/ucsim/stypes.h
6420         * support/regression/ports/hc08/spec.mk
6421
6422 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6423
6424         New target "hc08" for the Motorola 68hc08 family of micros
6425
6426         * configure
6427         * configure.in
6428         * Makefile
6429         * src/hc08/*
6430         * src/SDCCmain.c
6431         * src/port.h
6432         * sim/ucsim/hc08.src/*
6433         * sim/ucsim/configure.in
6434         * src/ucsim/configure
6435         * sim/ucsim/packages_in.mk
6436         * as/hc08/*
6437         * as/Makefile
6438         * device/include/mc68hc908qy.h
6439         * device/lib/hc08/*
6440         * device/lib/Makefile.in
6441         * support/regression/ports/hc08/*
6442         * support/regression/Makefile
6443
6444 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6445
6446         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6447         regression test
6448         * src/ds390/gen.c (genCast): fixed bug #821957
6449
6450 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6451
6452         * device/lib/logf.c: "fixed" overlay bug
6453         * support/regression/ports/host/spec.mk: added m library
6454         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6455         * support/regression/tests/float_trans: added (for Eric)
6456
6457 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6458
6459         * src/mcs51/gen.c (genCpl): fixed bug
6460         http://sf.net/mailarchive/message.php?msg_id=6263915
6461
6462 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6463
6464         * src/SDCCast.c (decorateType): added extended constant folding
6465         * src/SDCCsymt.c (computeType): cleanup
6466         * src/SDCCval.c (valShift): minor optimization
6467         * support/regression/tests/ast_constant_folding.c: added
6468
6469 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6470
6471         * src/SDCCmain.c: removed some unintended changes
6472
6473 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6476         * src/z80/gen.c: fixed part of bug #817589
6477         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6478
6479 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6480
6481         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6482         * src/SDCCcflow.c
6483         * src/SDCCcse.c
6484         * src/SDCCdflow.c
6485         * src/SDCClabel.c
6486         * src/SDCClrange.c
6487         * src/SDCCmem.c
6488         * src/SDCCopt.c
6489         * src/SDCCpeeph.c
6490         * src/SDCCset.c
6491         * src/avr/ralloc.c
6492         * src/ds390/ralloc.c
6493         * src/izt/ralloc.c
6494         * src/mcs51/ralloc.c
6495         * src/pic/ralloc.c
6496         * src/pic16/ralloc.c
6497         * src/xa51/ralloc.c
6498         * src/z80/ralloc.c
6499         * src/z80/gen.c: removed unused label "release:"
6500
6501 2003-10-06  Borut Razem <borut.razem AT siol.net>
6502
6503         * src/SDCC.lex: removed definition of unused variables
6504           save_optimize and save_options
6505
6506 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6507
6508         * clean.mk: removed '=' in "-maxdepth=1"
6509         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6510         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6511
6512 2003-10-06  Borut Razem <borut.razem AT siol.net>
6513
6514         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6515           my_unput() replaced by unput()
6516
6517 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6518
6519         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6520         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6521         type-punned pointer will break strict-aliasing rules"
6522         Old LR behaviour is again default; Klaus' LR can be choosen by
6523         defining the environment variable LRKLAUS
6524         * src/SDCCBBlock.h
6525         * src/SDCCloop.c
6526         * src/SDCClrange.c
6527         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6528         * clean.mk: fixed removal of files in bin/CVS/
6529         * device/lib/clean.mk: fixed removal of directories small and large
6530         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6531         * src/SDCCicode.c,
6532         * src/SDCCval.c: removed superflous test for pedantic
6533
6534 2003-10-05  Borut Razem <borut.razem AT siol.net>
6535
6536         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6537           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6538           message "unmatched #pragma SAVE and #pragma RESTORE"
6539
6540 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6541
6542         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6543           assembly, critical functions, atomic, nojtbound)
6544
6545 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6546
6547         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6548         * src/SDCCBBlock.h
6549         * src/SDCCloop.c
6550         * src/SDCCloop.h
6551         * src/SDCClrange.c
6552
6553 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/z80/gen.h,
6556         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6557         * src/mcs51/gen.h
6558         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6559         * src/ds390/gen.h
6560         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6561         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6562         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6563
6564 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * src/z80/gen.c (genRet): fixed bug #524753
6567         * src/z80/gen.c (genCast): fixed internal error on cast from
6568         pointer to long
6569         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6570         fix for bug #477835 to the z80
6571         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6572         for tracking iCodes in the peephole optimizer for z80
6573
6574 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6575
6576         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6577         the other part of bug #814548
6578         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6579
6580 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6581
6582         * src/SDCCcse.c: fixed part of bug #814548
6583
6584 2003-09-28  Borut Razem <borut.razem AT siol.net>
6585
6586         * src/asm.c: rewrite of printILine() to use temporary file instead
6587           a pipe
6588         * src/xa51/main.c: commented out declaration of int rewinds
6589
6590 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6591
6592         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6593
6594 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6595
6596         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6597         * src/asm.c (printILine): Fixed bug #811015
6598
6599 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6600
6601         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6602         freeing.
6603
6604 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6605
6606         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6607         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6608         to correctly handle general case of AOP_PAIRPTR
6609         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6610
6611 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6612
6613         * src/mcs51/ralloc.c (fillGaps),
6614         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6615         register positioning bug)
6616
6617 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6618
6619         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6620
6621 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6622
6623         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6624         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6625         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6626         (ralloc doesn't intentionally do this now, but perhaps later)
6627         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6628         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6629         register positioning bugs (Fixed bug #762602 and #795325)
6630         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6631         (Fixed bug #808779)
6632         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6633         lines that --i-code-in-asm generates
6634
6635 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6636
6637         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6638         trying to fclose a FILE* that was already closed.
6639
6640 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6641
6642         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6643         of const struct should be treated as if const themselves)
6644
6645 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6646
6647         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6648
6649 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6650
6651         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6652         Unix (/n) and DOS (/r/n) line terminations.
6653
6654 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6657         bug #613775
6658
6659 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6660
6661         * src/mcs51/gen.c (genFunction, genEndFunction),
6662         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6663         and restore of EA so that stack offsets to parameters are
6664         correct when using both critical and reentrant/stack-auto.
6665         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6666         size (can be triggered in error if sloc is shared between
6667         different sized objects)
6668         * device/include/float.h: fixed macros to explicitly use
6669         unsigned long where needed
6670
6671 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6672
6673         Feature req. 799831: added code to allow nesting of critical functions
6674         * src/mcs51/gen.c (genFunction, genEndFunction)
6675         * src/ds390/gen.c (genFunction, genEndFunction)
6676
6677 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6678
6679         * src/SDCCsymt.c (sclsFromPtr),
6680         * src/SDCCsymt.h,
6681         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6682         support for standard C idiom of memory mapped variables; for
6683         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6684         to xdata int at 0x1234 tempvar = 1.
6685         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6686         provided by Akiya ISHIDA
6687
6688 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6689
6690         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6691         * src/SDCCval.c (constVal): added reduction from int to char
6692         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6693         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6694         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6695         to ignore the sign
6696         * support/regression/tests/shifts.c: fixed
6697
6698 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6699
6700         * src/z80/gen.c (genXor): Fixed bug #805445
6701
6702 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         Fixed bug #621531 (const & volatile confusion in the type chain).
6705         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6706         refer to the const or volatile state of the pointer itself.
6707
6708         * src/SDCCast.c
6709         * src/SDCCglue.c
6710         * src/SDCCicode.c
6711         * src/SDCCsymt.c
6712         * src/SDCCval.c
6713         * src/SDCC.y
6714         * src/SDCCsymt.h
6715         * src/pic/gen.c
6716         * src/pic/ralloc.c
6717         * src/pic16/gen.c
6718         * src/pic16/ralloc.c
6719         * support/regression/tests/const.c
6720
6721 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6722
6723         When checking for duplicated modules, use absolute paths
6724         instead of relative paths.  Files changed:
6725
6726         * as/mcs51/lklib.c
6727         * link/z80/lklib.c
6728
6729 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6730
6731         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6732
6733 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6734
6735         * device/include/string.h: added size_t typedef, changed
6736         prototypes to use size_t, eliminated separate reentrant and
6737         non-reentrant declarations, added _memmove declaration
6738         * device/lib/_memcpy.c: changed to use size_t instead of int,
6739         changed /4 to >>2 to avoid division library call
6740         * device/lib/_memcmp.c,
6741         * device/lib/_memset.c,
6742         * device/lib/_strncat.c,
6743         * device/lib/_strncpy.c,
6744         * device/lib/_strncmp.c: changed to use size_t instead of int
6745         * device/lib/_memmove.c: new file (fixed bug #772294)
6746         * device/lib/Makefile.in: added _memmove.c
6747         * device/lib/z80/asm_strings.s: fixed bug #772290
6748         * support/regression/tests/bitfields.c: attempt to fix host assertion
6749         failure on amd64-unknown-linux2.2
6750
6751 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6752
6753         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6754         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6755         * as/z80/asmain.c (main): fixed bug #801766
6756
6757 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6758
6759         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6760         compilers
6761
6762 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6763
6764         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6765         reported in bug #800609
6766
6767 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6768
6769         * Top header beautifications in src/pic16 directory:
6770           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6771           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6772           pcoderegs.h, ralloc.c, ralloc.h
6773         * main.c: added top header and GPL license notice
6774         * pcode.c: fixed the if-conditional warning
6775
6776 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6777
6778         * device/lib/_mullong.c: replaced int by short for gcc
6779
6780 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6781
6782         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6783         and JUMPTABLE iCodes properly now (worked by accident before)
6784         * src/mcs51/gen.c (leftRightUseAcc),
6785         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6786         iCode properly now. Use getSize instead of nRegs since a & b
6787         aren't part of the nRegs tally.
6788
6789 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6790
6791         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6792         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6793           before instructions that use the _STATUS register
6794
6795 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6796
6797         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6798         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6799         fetching of the pointer
6800         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6801         copied from genNearPointerSet()
6802         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6803         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6804         If they pop r0/r1 they must be called in the opposite order than aopOp().
6805         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6806         (resp. --stack-auto), prepared for --xstack
6807
6808 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6809
6810         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6811
6812 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6813
6814         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6815         these ports have their own __sdcc_external_start()
6816
6817 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6818
6819         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6820         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6821         type for bits was changed. It resulted in bit variables becoming
6822         global, which is not permitted in PIC 14 assembly output.
6823
6824 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6825
6826         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6827
6828 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6829
6830         Z80 and MCS51 linkers complaint if a public symbol is defined
6831         in more than one library module:
6832
6833         * as/mcs51/lklib.c
6834         * link/z80/lklib.c
6835         * as/mcs51/Makefile.in
6836
6837 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6838
6839         A few small changes that speed up the peephole optimizer.
6840
6841         * src/SDCCpeeph.c
6842
6843 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6844
6845         Try to make the peephole optimizer smarter by maintaining
6846         an association between the assembly source code and the
6847         iCodes that originated them. Put this information to use
6848         with a new peephole rule condition "notVolatile" so that
6849         the rules can be aggressive yet still safe.
6850
6851         * src/SDCCpeeph.c
6852         * src/SDCCpeeph.h
6853         * src/mcs51/gen.c
6854         * src/mcs51/peeph.def
6855
6856 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6857
6858         Fixed bug #741761
6859
6860         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6861         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6862         if the left or right operand symbols have the accuse flag set.
6863
6864 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6865
6866         Changed the type of the result of the ! (NOT) operator to char;
6867         previously it returned the same type as the source. This allows
6868         us to eliminate all the genFloatNot functions (all of its target
6869         implementations were very buggy) since !float can use the same
6870         code as !long now.
6871
6872         * src/SDCCicode.c (ast2iCode): ! returns char
6873         * src/mcs51/gen.c (genNot, genNotFloat),
6874         * src/ds390/gen.c (genNot, genNotFloat),
6875         * src/z80/gen.c (genNot, genNotFloat),
6876         * src/pic/gen.c (genNot, genNotFloat),
6877         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6878
6879 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6880
6881         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6882         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6883            during interrupts. Ensure WSAVE is located at a shared bank address.
6884         2. Fixed page selection in some places
6885         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6886            the registers name strings.
6887         4. Fixed "signed / unsigned compare" compiler warnings.
6888         5. The PIC port manages its own allocation of the general purpose
6889            registers, but makes no attempt to reuse them. As a result when
6890            compiling it soon runs out of general purpose registers. Some
6891            additional code was added to the files pcode.c and device.c to walk
6892            through the function call tree and rename the registers so that they
6893            get reused.
6894
6895         * src/pic/device.c
6896         * src/pic/gen.c
6897         * src/pic/glue.c
6898         * src/pic/pcode.c
6899         * src/pic/pcode.h
6900         * src/pic/ralloc.c
6901         * src/pic/ralloc.h
6902         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6903         genPlus() & genMinus() when the result is the same as left or right
6904
6905 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6906
6907         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6908
6909 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6910
6911         Made bitfield a distinct type from bit so that bitfields
6912         convert as per ANSI C and bits retain their traditional
6913         boolean style behaviour. Implemented bitfield support in
6914         the z80 port.
6915
6916         * src/SDCCsymt.h,
6917         * src/SDCCsymt.c,
6918         * src/SDCCast.c,
6919         * src/cdbFile.c,
6920         * src/mcs51/gen.c,
6921         * src/ds390/gen.c: bit v bitfield split
6922         * src/z80/gen.c: New support for bitfields
6923         * support/regression/tests/bitfields.c: reenabled z80,
6924         added more tests
6925
6926 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6927
6928         Rules 246.x, 247.x relate to bitfields, the others speed up
6929         access to xdata mapped I/O devices.
6930
6931         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6932
6933 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6934
6935         Cleaned up genPackBits and genUnpackBits and added two helper
6936         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6937         for literal assignments in genPackBits (thanks to Frieder for
6938         reminding me).
6939
6940         * src/mcs51/gen.c
6941         * src/ds390/gen.c
6942
6943 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6944
6945         Fixed bug #748310 (pointer to function type mishandled when the
6946         function name is omitted). Also fixed a SIGSEGV when a function
6947         attribute (reentrant, etc) is used on a non-function or on a
6948         function but misplaced before the parameter list.
6949
6950         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6951         bug #748310
6952         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6953         * support/Util/SDCCerr.h,
6954         * support/Util/SDCCerr.c: Added func attr misuse error msg
6955
6956 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6957
6958         Fixed bug #787649 by anonymous
6959         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6960         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6961
6962 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6963
6964         Fixed numerous bitfield problems.
6965
6966         * src/SDCC.y: More bitfield related error checking
6967         * src/SDCCsymt.h,
6968         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6969         * support/Util/SDCCerr.h,
6970         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6971         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6972         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6973         * support/regression/tests/bitfields.c: tests added
6974
6975 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6976
6977         Made the constant following the "interrupt" keyword optional. If
6978         omitted, the function will not automatically be given an entry
6979         in the interrupt vector table (similar to #pragma NOIV, but
6980         less syntacticly kludgy). The interrupt number is also now
6981         range checked. Also fixed a bug in the high order bit example
6982         in the manual.
6983
6984         * src/SDCC.y
6985         * src/SDCCmem.c
6986         * src/SDCCglue.c
6987         * src/SDCCsymt.h
6988         * support/Util/SDCCerr.c
6989         * support/Util/SDCCerr.h
6990         * doc/sdccman.lyx
6991
6992 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6993
6994         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6995         * src/SDCCicode.c (operandOperation): rewritten some ops
6996         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6997         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6998         other type
6999         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7000         be re-activated by defining REDUCE_LITERALS)
7001         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7002         unsigned, but are signed by default
7003         * src/SDCCval.c (constVal): rearranged
7004         * src/SDCCval.c (valMod): preliminary fix
7005         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7006         * support/regression/literalop.c: added, work in progress
7007
7008 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7009
7010         Generate warnings for useless declarations like "char data;"
7011         that don't do what new users expect.
7012
7013         * src/SDCC.y
7014         * support/Util/SDCCerr.h
7015         * support/Util/SDCCerr.c
7016
7017 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7018
7019         * src/SDCCval.c (valMult): fix overflow detection of negative int
7020
7021 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7022
7023         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7024
7025         Changes to support big endian targets:
7026
7027         * src/ports.h
7028         * src/SDCCglue.c
7029         * src/avr/main.c
7030         * src/ds390/main.c
7031         * src/izt/i186.c
7032         * src/mcs51/main.c
7033         * src/pic/main.c
7034         * src/pic16/main.c
7035         * src/xa51/main.c
7036         * src/z80/main.c
7037
7038 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7039
7040         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7041         * device/lib/time.c: fixed warning "integer overflow in expression"
7042
7043 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7044
7045         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7046         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7047         constants are unsigned; added recognition of "u" flag for unsigned
7048         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7049         * src/SDCCval.c (valDiv, valMod): fixed signdness
7050         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7051         signedness of modulo, left and right shift
7052         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7053         * support/Util/SDCCerr.h: added warning W_INT_OVL
7054         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7055         * src/SDCCast.c (ast_print): improved output of constants
7056
7057 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7058
7059         Fixed some warnings when building with MSVC:
7060
7061         * as\mcs51\asdata.c
7062         * as\z80\asdata.c
7063         * as\mcs51\asm.h
7064         * as\z80\asm.h
7065         * link\z80\aslink.h
7066         * link\z80\lkdata.c
7067         * link\z80\lkeval.c
7068         * link\z80\lkgb.c
7069         * link\z80\lkihx.c
7070         * link\z80\lks19.c
7071         * link\z80\lksym.c
7072         * support\cpp2\cpplib.c
7073         * src\ds390\gen.c
7074         * src\mcs51\gen.c
7075
7076 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7077
7078         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7079
7080 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7081
7082         * support\librarian\clean.mk: Do not remove Makefile.
7083         * support\librarian\Makefile: added.
7084
7085 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7086
7087         Added librarian to MSVC build:
7088         * all.dsp
7089         * sdcc.dsw
7090         * support\librarian\librarian.dsp
7091
7092         'configure' not needed for librarian, removed:
7093         * support\librarian\configure
7094         * support\librarian\configure.in
7095         * support\librarian\config_in.h
7096         * support\librarian\Makefile.in
7097
7098         Hopefully these ones built the librarian and the rest of sdcc properly:
7099         * Makefile
7100         * Makefile.common.in
7101
7102         Messed up 'configure', so revert to previous version:
7103         * configure
7104         * configure.in
7105
7106 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7107
7108         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7109         there, while the mantissa of a double is "only" 53 bits wide.
7110
7111 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7112
7113         Adding sdcclib to the build.  MSVC project coming soon.
7114         Files added/changed:
7115
7116         * support\librarian\clean.mk
7117         * support\librarian\configure
7118         * support\librarian\configure.in
7119         * support\librarian\config_in.h
7120         * support\librarian\Makefile.bcc
7121         * support\librarian\Makefile.in
7122         * support\librarian\sdcclib.c
7123         * Makefile.bcc
7124         * Makefile
7125         * Makefile.common.in
7126         * configure
7127         * configure.in
7128
7129 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7130
7131         Linker now complaints if linked modules have conflicting options, for
7132         example, one compiled using --model-large and another one compiled with
7133         --model-small.  The following files were modified:
7134
7135         * as\mcs51\asdata.c
7136         * as\mcs51\aslink.h
7137         * as\mcs51\asm.h
7138         * as\mcs51\asmain.c
7139         * as\mcs51\asout.c
7140         * as\mcs51\i51pst.c
7141         * as\mcs51\lkdata.c
7142         * as\mcs51\lklibr.c
7143         * as\mcs51\lkmain.c
7144         * as\z80\asdata.c
7145         * as\z80\asm.h
7146         * as\z80\asmain.c
7147         * as\z80\asout.c
7148         * as\z80\z80pst.c
7149         * link\z80\aslink.h
7150         * link\z80\lkdata.c
7151         * link\z80\lklibr.c
7152         * link\z80\lkmain.c
7153         * src\SDCCglue.c
7154
7155 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7156
7157         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7158         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7159
7160 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7161
7162         * src/z80/mappings.i: fix _mul[us][int,long] entries
7163
7164 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7165
7166         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7167
7168 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7169
7170         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7171         * support/regression/tests/bitopcse.c: added
7172         fixed warning:
7173         * src/avr/gen.c:
7174         * src/pic/gen.c:
7175         * src/pic16/gen.c:
7176         * src/z80/gen.c:
7177         * src/xa51/gen.c:
7178
7179 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7180
7181         added support for new library format to z80, gbz80 linkers:
7182         *link/z80/aslink.h
7183         *link/z80/lklex.c
7184         *link/z80/lklib.c
7185         *link/z80/lklist.c
7186
7187 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7188
7189         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7190         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7191
7192 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7193
7194         added DUMMY_READ_VOLATILE:
7195         * src/SDCC.y:
7196         * src/avr/gen.c:
7197         * src/xa51/gen.c:
7198         * src/z80/gen.c:
7199         * src/pic/gen.c:
7200         * src/pic16/gen.c:
7201         * src/mcs51/gen.c:
7202         * src/ds390/gen.c:
7203         * src/SDCCcse.c (algebraicOpts): many improvements
7204         * src/SDCCcse.h: removed algebraicOpts()
7205         * src/SDCCicode.c (picDummyRead): added
7206
7207 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7208
7209         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7210         "Insufficient space in data memory".
7211
7212 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7213
7214         * src/mcs51/gen.c: fixed bug #771358
7215         * src/z80/gen.c: fixed bug #759087
7216
7217 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7218
7219         * src/pic16/glue.c: minor cleanup by Vangelis
7220
7221 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7222
7223         * device/include/regc515c.h: fixed #758477
7224         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7225         * device/lib/_gptrput.c: saved a few bytes
7226         * my tab spacing is 8, yours too?)
7227         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7228         * device/lib/serial.c: process RX bytes earlier than TX bytes
7229         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7230
7231 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7232
7233         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7234
7235 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7236
7237     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7238
7239 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7240
7241         * device/lib/Makefile.in: bad fix, reverted to 1.43
7242
7243 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7244
7245         * device/lib/Makefile.in: added missing z80 object files
7246
7247 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7248
7249         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7250         pic16 progress by Vangelis:
7251         * src/SDCCglobl.h:
7252         * src/SDCCmain.c:
7253         * src/pic/Makefile:
7254         * src/pic:
7255         * pic/Makefile:
7256         * pic16/device.c:
7257         * pic16/device.h:
7258         * pic16/gen.c:
7259         * pic16/gen.h:
7260         * pic16/genarith.c:
7261         * pic16/glue.c:
7262         * pic16/main.c:
7263         * pic16/pcode.c:
7264         * pic16/pcode.h:
7265         * pic16/pcodepeep.c:
7266         * pic16/peeph.def:
7267
7268 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7269
7270     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7271
7272 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7273
7274     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7275     added gbz80 build to MSVC project.
7276     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7277     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7278     from 8051 stuff and setup so it links using a .lnk file.
7279
7280 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7281
7282     * support/librarian/sdcclib.c: sdcc librarian.
7283     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7284     with sdcclib.
7285
7286 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7287
7288     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7289
7290 2003-07-02  Borut Razem <borut.razem AT siol.net>
7291
7292         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7293         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7294         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7295         src/xa51/main.c, src/z80/main.c:
7296         virtualization of glue() function: each port has it's own glue function,
7297         which is accessed by do_glue function pointer in PORT.general structure
7298
7299 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7300
7301         * DS800C400 fun, improved ROM interface and tinibios.
7302
7303 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7304
7305         * More support for DS80C400. Now includes beginning of interface to ROM.
7306
7307 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7308
7309         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7310
7311 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7312
7313         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7314
7315 2003-06-19  Borut Razem <borut.razem AT siol.net>
7316
7317         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7318
7319 2003-06-19  Borut Razem <borut.razem AT siol.net>
7320
7321         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7322         fixed Z80 port - crt0.o: cannot open.
7323
7324 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7325
7326         * support/Util/MySystem.c (merge_command): revert bad fix
7327
7328 2003-06-18  Borut Razem <borut.razem AT siol.net>
7329
7330         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7331
7332 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7333
7334         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7335         option --use-stdout sends errors to stdout instead of stderr.
7336
7337 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7338
7339         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7340
7341 2003-06-15  Borut Razem <borut.razem AT siol.net>
7342
7343         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7344         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7345         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7346         fixed width array of pointers replaced with sets;
7347         multiple include and lib paths ared transferred to preprocessor and linker
7348         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7349         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7350         fixed width array of pointers
7351         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7352         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7353         fixupPath(), getPathDifference()
7354         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7355         fixed width array of pointers
7356
7357 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7358
7359         * src/pic16/ralloc.c: fix warnings
7360         * src/pic16/pcode.c: fix warning
7361
7362 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7363
7364          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7365         know all the details, but essentially this set of changes enable
7366         the pic16 port to generate movff instructions and generate assembler
7367         directives,
7368         * src/SDCCmain.c:
7369         * src/pic16/gen.c:
7370         * src/pic16/glue.c:
7371         * src/pic16/pcode.c:
7372         * src/pic16/device.c:
7373         * src/pic16/main.c:
7374         * src/pic16/pcode.h:
7375         * src/pic16/pcoderegs.c:
7376         * src/pic16/ralloc.c:
7377         * src/pic16/ralloc.h:
7378
7379 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7380
7381         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7382         added option --vc, so sdcc errors and warnings are compatible with
7383         Microsoft Visual Studio.
7384
7385 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7386
7387         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7388           device/lib/libfloat.lib: added atof function.
7389
7390 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7391
7392         * doc/sdccman.lyx: updated to Lyx 1.3
7393         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7394         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7395         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7396
7397 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7398
7399         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7400
7401 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7402
7403         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7404           additions to the "related tools/documentation" section
7405
7406 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7407
7408         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7409
7410 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7413         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7414
7415 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7416
7417         * doc/sdccman.lyx: fix double dash and other minor things
7418         * doc/Makefile: fix double dash
7419
7420 2003-05-28  Karl Bongers(patches from Martin Helmling)
7421         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7422           condition and ignore commands.
7423
7424 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7425
7426         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7427           is in parts still quite out of date, I did changes as far as I felt makes sense
7428           for a non-native english speaker.
7429           Please feel free to add to the manual or to correct my changes.
7430         * doc/Makefile: undid touching the date of intermediate tex files.
7431
7432 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7433
7434         * doc/sdccman.lyx: Manual has an index now
7435
7436 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7437
7438         Finalize muluint/mulsint and mululong/mulslong merging:
7439         * device/lib/_mulint.c
7440         * device/lib/_mullong.c
7441         * device/lib/gbz80/mul.s
7442         * device/lib/gbz80/stubs.s
7443         * device/lib/z80/mul.s
7444         * device/lib/z80/stubs.s
7445         * src/SDCCsymt.c (initCSupport)
7446
7447 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7448
7449         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7450         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7451           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7452           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7453           instead of /Zm500.
7454
7455 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7456
7457         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7458           the regression tests I'm not brave enough to enable 245.b, 245.c
7459         * doc/sdccman.lyx: added latex preamble for hyperref package.
7460           Using pdflatex this will give you a hyperlinked pdf file with
7461           bookmarks. (prepend '%' before /usepackage if this breaks something)
7462
7463 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7464
7465          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7466
7467 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7468
7469         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7470
7471 2003-05-21    <johan AT balder>
7472
7473         * src/SDCCglue.c (printIval): fixed bug #739934
7474
7475 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7476
7477         Applied patch from bug 737905 (renamed yylineo to mylineno):
7478         * src/altlex.c
7479         * src/SDCCast.c
7480         * src/SDCglobl.h
7481         * src/SDCC.lex
7482         * src/SDCCsymt.c
7483         * src/SDCCval.c
7484         * src/pic16/pcode.c: Cleaned warnings
7485         * src/pic16/pcodeflow.c: Cleaned warnings
7486         * src/pic16/pcoderegs.c: Cleaned warnings
7487
7488 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7489
7490         * src/pic16/pcode.c: Cleaned warnings
7491         * src/pic16/pcodepeep.c: Cleaned warnings
7492         * src/pic16/ralloc.c: Cleaned warnings
7493
7494 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7495
7496         * doc/sdccman.lyx: fixed bug 739745
7497         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7498
7499 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7500
7501         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7502         it can be defined with CFLAGS when running configure
7503         * src/SDCCmain.c: fixed compiling + linking with object files
7504
7505 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7506
7507         * configure.in: configure for pic16 port,
7508             added --disable-pic16-port
7509         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7510         * src/SDCCmain.c: linkOptions is changed to set *,
7511             added if/endif conditional macros to remove options help
7512             messages from optionsTable when a port is not configured, added
7513             support for the PIc16 port in the ports table, when executing
7514             the compiler with no port specified on command line, a default
7515             port is selected with the new macro DEFAULT_PORT which is
7516             defined in port.h, in setDefaultOptions() linkOptions is removed
7517             from initialization assignment, since now it is a set,
7518             parseCmdLine uses setParseWithComma for linkOptions, in
7519             linkEdit() linkOptions are accessed with new function indexSet()
7520             which returns the i'th item of a set variable. See SDCCset.c, in
7521             linkEdit() when calling buildCmdLine(), added linkOptions as
7522             last argument. Now users can pass arguments to gplink via the
7523             -Wl option, main() uses pic16glue() to glue up pic16 programs
7524         * src/SDCCpeeph.c: various changes to support pic16
7525         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7526             return the i'th item of the set
7527         * src/SDCCset.h: added function prototype for indexSet()
7528         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7529         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7530         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7531             added macro DEFAULT_PORT
7532         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7533         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7534             generated
7535         * src/pic16/glue.c: commented out some error producing lines
7536         * src/pic16/main.c: __config directives are commented out to stop
7537             gpasm complaining and test the linkage with gplink, _linkCmd and
7538             _asmCmd changed to be more gplink and gpasm friendly
7539         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7540             produced an error when parsed, peep rule 12 is added to utilize
7541             movff, but it is commented out since the pCode does not support
7542             yet a command with 2 address arguments
7543
7544 2003-05-18    <johan AT balder>
7545
7546         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7547         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7548 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7549
7550         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7551   Added feature to script commands from file.
7552
7553 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7554
7555         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7556         * src/SDCCutil.c: include ctype.h for win32
7557
7558 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7559
7560         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7561
7562 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7563
7564         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7565   Fixed so you can set breakpoints prior to run, run does not stop
7566   on entry now.  Add tbreak.  Other enhancements and fixes for use
7567   with ddd.
7568
7569 2003-05-12  Borut Razem <borut.razem AT siol.net>
7570
7571         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7572
7573 2003-05-11  Borut Razem <borut.razem AT siol.net>
7574
7575         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7576         the path of bin directory, so that PATH is the only env. variable, which has to be set
7577         in case of standard installation.
7578         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7579         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7580         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7581
7582 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7583
7584         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7585         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7586         temp files are in the port dir; clean the gen/test directory when
7587         generating new test.c
7588         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7589         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7590         * support/regression/tests/zeropad.c: added
7591
7592 2003-05-09    <johan AT balder>
7593
7594         * src/SDCCglue.c: fixed bug #597940
7595
7596 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7597
7598         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7599   cache sfr, optimize next,step, fix off by one sourceline,
7600   support ddd list function.
7601         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7602
7603 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7604
7605         * support/regression/HTMLgen.py: added compare_s2f()
7606         * support/regression/Makefile: redo 1.27
7607         * support/regression/generate-cases.py: redo 1.5
7608
7609 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7610
7611         * support/regression/tests/float.c: workaround 33 bit hex constant
7612         * support/regression/tests/simplefloat.c: fix division for host
7613
7614 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7615
7616         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7617         that tame's the PIC's over-aggressive optimizer.
7618
7619 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7620
7621          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7622          support for MSVC.
7623
7624 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7625
7626         Initial support for DS80C400. "Hello world" runs on TINIm400
7627         (with polled I/O).
7628
7629 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7630
7631          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7632          * Some notes on ddd usage added in debugger/README
7633          Martin Helmling adding more features and fixes for ddd GUI debugger.
7634          Code added for nexti, stepi, up, down, and other adjustments.
7635
7636 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7637
7638         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7639         * src/pic/peeph.def Added two rules to optimize carry manipulation
7640         * src/pic/* removed debug printfs
7641
7642 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7643
7644         * debugger/mcs51/cmd.c: added header newalloc.h
7645
7646 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7647
7648         * as/Makefile: new EXEEXT
7649         * as/z80/Makefile: remove trailing slash of BUILDIR
7650         * as/z80/clean.mk: new EXEEXT
7651         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7652         * support/cpp2/Makefile.in: new EXEEXT
7653         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7654
7655 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7656
7657         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7658         EXEEXT was introduced to fix all related problems with targets
7659         "clean", "install" and "uninstall"; a couple of further flaws
7660         especially with "clean" have been fixed too
7661         * as/mcs51/Makefile.in
7662         * as/mcs51/clean.mk
7663         * as/z80/Makefile
7664         * Makefile
7665         * clean.mk
7666         * debugger/mcs51/Makefile.in
7667         * debugger/mcs51/clean.mk
7668         * link/z80/Makefile
7669         * link/z80/Makefile.in
7670         * link/z80/clean.mk
7671         * link/Makefile
7672         * packihx/Makefile.in
7673         * packihx/clean.mk
7674         * sim/ucsim/Makefile
7675         * sim/ucsim/clean.mk
7676         * sim/ucsim/avr.src/Makefile.in
7677         * sim/ucsim/avr.src/clean.mk
7678         * sim/ucsim/s51.src/Makefile.in
7679         * sim/ucsim/s51.src/clean.mk
7680         * sim/ucsim/xa.src/Makefile.in
7681         * sim/ucsim/xa.src/clean.mk
7682         * sim/ucsim/z80.src/Makefile.in
7683         * sim/ucsim/z80.src/clean.mk
7684         * sim/ucsim/main_in.mk
7685         * sim/ucsim/packages_in.mk
7686         * sim/ucsim/gui.src/Makefile.in
7687         * sim/ucsim/gui.src/serio.src/Makefile.in
7688         * sim/ucsim/gui.src/serio.src/clean.mk
7689         * src/Makefile.in
7690         * src/clean.mk
7691         * support/cpp2/Makefile.in
7692         * support/cpp2/clean.mk
7693         * support/makebin/Makefile
7694         * support/makebin/clean.mk
7695         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7696         * doc/sdccman.lyx: --program-suffix no longer needed
7697
7698 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7699
7700          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7701          Martin Helmling added support for ddd GUI debugger.
7702          Code added to display assembly, set variables, and other commands
7703          to interface to ddd.
7704
7705 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7706
7707         * as/Makefile: fix target clean
7708         * as/clean.mk: fix target clean
7709         * as/z80/clean.mk: fix target clean
7710
7711 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         * Makefile.common.in: added  AT EXEEXT AT
7714         * configure.in: removed all mingw32 stuff
7715         * configure: rebuilt from configure.in
7716         * doc/sdccman.lyx: updated section "installation"
7717         * support/scripts/sdcc_mingw32: adapted to configure
7718         * support/scripts/sdcc_cygwin_mingw32: added
7719
7720 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7721
7722         * src/pic Added object file support for the PIC port
7723         * src/pic Applied patch from Craig Franklin (this started the object file support)
7724         * src/regression Updated the PIC regression tests for object files
7725
7726 2003-04-20  Borut Razem <borut.razem AT siol.net>
7727
7728         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7729           lklex.c: In function `getfid':
7730           lklex.c:203: warning: array subscript has type `char'
7731         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7732           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7733         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7734           stack handling macros
7735
7736 2003-04-19  Borut Razem <borut.razem AT siol.net>
7737
7738         * "handling space characters in file path" task:
7739         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7740         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7741         * support/Util/MySystem.h: make it self-sufficient
7742         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7743           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7744           handling space characters in file path
7745         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7746           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7747         * support/Util/MySystem.c: handling space characters in executable's path
7748
7749 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7750
7751         * as/z80/Makefile: fix permanent rebuild of z80
7752         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7753         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7754
7755 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7756
7757         * src/SDCCopt.c: add special case optimization to replace modulo by
7758           a power of two with a bitwise AND.
7759
7760 2003-04-18    <johan AT balder>
7761
7762         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7763
7764 2003-04-17    <johan AT balder>
7765
7766         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7767         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7768
7769 2003-04-13  Borut Razem <borut.razem AT siol.net>
7770
7771         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7772         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7773           fixed mingw problem in adl_NORMALIZE_PATH
7774
7775 2003-04-12  Borut Razem <borut.razem AT siol.net>
7776
7777         * fixed "#pragma SAVE/RESTORE can not be nested":
7778         * src/SDCC.lex: reworked pragma handling functions
7779         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7780         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7781
7782 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7783
7784         * src/SDCCutil.c (pathEquivalent): defined but not used
7785         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7786         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7787         * configure: rebuilt from configure.in
7788         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7789         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7790         * device/include/Makefile.in: replace sdcc_datadir
7791         * device/lib/Makefile.in: replace sdcc_datadir
7792         * Makefile.common.in: add LDFLAGS from configure
7793         * packihx/Makefile.in: use LDFLAGS
7794         * src/Makefile.in: use LDFLAGS
7795         * support/cpp2/Makefile.in: add LDFLAGS from configure
7796         * support/makebin/Makefile: use LDFLAGS
7797         * .version: bumped version number to 2.3.5
7798
7799 2003-04-12  Borut Razem <borut.razem AT siol.net>
7800
7801         * completed "different paths" task:
7802         * src/SDCCmacro.c: fixed bug in handling quotes
7803         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7804         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7805
7806 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7807
7808         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7809
7810 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7811
7812         * ds390/gen.c ds390/peeph.def: fix bug 706781
7813
7814 2003-04-11  Borut Razem <borut.razem AT siol.net>
7815
7816         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7817
7818 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7819
7820         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7821         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7822          set - this bit used to not be set...).
7823         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7824           bad code in PIC Port
7825         * src/regression/and2.c added to test bug 609268
7826         * src/regression/Makefile added and2.c to regression test
7827
7828
7829 2003-04-08    <johan AT CP255758-A>
7830
7831         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7832         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7833         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7834
7835 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7838         fix bug #487815
7839         * support/cpp2/Makefile.in: fix bug #487815
7840         * configure: rebuilt from configure.in
7841         * Makefile.common.in: docdir changed, new path suffixes
7842         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7843         * sdcc_vc_in.h: reflect changes from sdccconf.h
7844         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7845         * src/SDCCutil.h: remove BINDIR hack
7846         * doc/sdccman.lyx: update new path hierarchy
7847
7848 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7849
7850         * src/SDCCpeeph.c: added okToRemoveSLOC test
7851
7852 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7853
7854         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7855
7856 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7857
7858         * src/SDCCpeeph.c: added labelIsReturnOnly test
7859         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7860
7861 2003-04-05    <johan AT balder>
7862
7863         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7864         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7865         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7866         * src/SDCCast.c: fixed a warning
7867         * src/SDCCast.h: fixed a warning
7868         * src/SDCCicode.c (operandFromAst): fixed a warning
7869
7870 2003-04-04    <johan AT balder>
7871
7872         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7873         * src/SDCCast.c (decorateType): fixed bug #715076
7874         * src/SDCC.y: fixed bug #702907
7875
7876 2003-04-03    <johan AT balder>
7877
7878         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7879         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7880         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7881         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7882         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7883
7884 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7885
7886         * _decdptr.c: fix return values
7887         * _gptrget.c: fix return values
7888         * _gptrgetc.c: fix return values
7889         * _gptrput.c: fix return values
7890         * _mulint.c: fix return values
7891         * as/z80/Makefile: fix 'make -j' problem
7892
7893 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7894
7895         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7896         * configure.in: big cleanup, updated to autoconf 2.5x
7897         * configure: rebuilt from configure.in
7898         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7899         * sdcc_vc_in.h: reflect changes from sdccconf.h
7900         * doc/Makefile: fixed a flaw in "make install"
7901
7902 2003-04-02    <johan AT balder>
7903
7904         * src/ds390/gen.c (genCmp): no comments
7905         * src/mcs51/gen.c (genCmp): no comments
7906         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7907         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7908
7909 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7910
7911         * support/regression/generate-cases.py: place generated file in given sub directory
7912         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7913         * support/regression/Makefile: improvements for 'make -j';
7914         side effect: it's simpler and faster now
7915
7916 2003-03-31  Borut Razem <borut.razem AT siol.net>
7917
7918         * src/z80/main.c: link-{port} and as-{port} defined without path
7919         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7920
7921 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7922
7923         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7924
7925 2003-03-30  Borut Razem <borut.razem AT siol.net>
7926
7927         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7928           changed type of list parameter to set
7929         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7930         * src/port.h: changed type of do_assemble() parameter to set
7931         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7932           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7933           definition of "cppoutfilename" macro with NULL value in preProcess()
7934         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7935         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7936         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7937           replaced with set *binPathSet
7938         * shash_add() deallocates the item, if allready exsists, before adding the new one
7939         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7940
7941 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7942
7943         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7944           a nested for loop bug in the PIC port
7945         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7946           for loops
7947
7948 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7949
7950         * support/Util/dbuf.h: remove C++ stuff to make it portable
7951
7952 2003-03-28  Borut Razem <borut.razem AT siol.net>
7953
7954         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7955           literal strings in stringLiteral()
7956         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7957         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7958           to the project
7959
7960 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7961
7962         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7963
7964 2003-03-26    <johan AT balder>
7965
7966         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7967         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7968         * src/SDCCast.c (decorateType): fixed " -v < 3"
7969
7970 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7971
7972         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7973         Added Lenny Story's debug infrastructure changes:
7974         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7975         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7976         * src/cdbFile.c: added
7977         * src/SDCCdebug.c: added
7978         * src/SDCCdebug.h: added
7979         * src/SDCCast.c (createFunction)
7980         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7981         * src/SDCCmain.c (parseCmdLine, main)
7982         * src/SDCCmem.c (redoStackOffsets)
7983         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7984         * src/SDCCsymt.h
7985         * src/common.h
7986         * src/avr/gen.c (genAVRCode)
7987         * src/ds390/gen.c (gen390Code)
7988         * src/mcs51/gen.c (gen51Code)
7989         * src/pic/gen.c (genpic14Code)
7990         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7991         * src/xa51/gen.c (genXA51Code)
7992         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7993
7994 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7995
7996         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7997         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7998
7999 2003-03-22    <johan AT balder>
8000
8001         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8002
8003 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8004
8005         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8006         * doc/cdbfileformat.lyx: added, written by Lenny Story
8007         * doc/Makefile: added cdbfileformat.lyx
8008         * doc/clean.mk: added cdbfileformat.lyx
8009
8010 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8011
8012         * src/mcs51/peeph.def: fix bug #705773
8013
8014 2003-03-20    <johan AT balder>
8015
8016         An sfr/sbit can have an "at #" AND an initializer
8017         * src/SDCCsymt.c (checkSClass):
8018         * src/SDCCmem.c (allocGlobal):
8019         * src/SDCCmem.c (allocLocal):
8020         * src/SDCCast.c (createBlock):
8021
8022 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8023
8024         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8025
8026 2003-03-16    <johan AT balder>
8027
8028         Undid the hackup of const and volatile, the problem is much bigger
8029         * src/SDCC.y:1.65
8030         * src/SDCCast.c:1.171
8031         * src/SDCCglue.c:1.138
8032         * src/SDCCicode.c:1.146
8033         * src/SDCCsymt.c:1.150
8034         * src/SDCCval.c:1.65
8035
8036 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8037
8038         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8039         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8040
8041 2003-03-13    <johan AT balder>
8042
8043         Hackup const and volatile modifiers in type chains a bit:
8044         * src/SDCC.y:1.63
8045         * src/SDCCast.c:1.169
8046         * src/SDCCglue.c:1.136
8047         * src/SDCCicode.c:1.143
8048         * src/SDCCsymt.c1.146
8049         * src/SDCCsymt.h1.59
8050         * src/SDCCval.c:1.63
8051
8052 2003-03-12    <johan AT balder>
8053
8054         * src/SDCCBBlock.h: more LRH debugging junk
8055         * src/SDCCcflow.h: more LRH debugging junk
8056         * src/SDCCloop.c: more LRH debugging junk
8057         * src/SDCC.y (struct_declaration): fixed bug #697590
8058         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8059         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8060         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8061
8062 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8063         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8064         test function names must now match exactly).
8065         * src/SDCCcse.c: added special case in findCheaperOp to allow
8066         extending a short integer. Makes less awful code for bug 700121 test case.
8067
8068 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8069
8070         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8071         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8072
8073 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8074
8075         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8076         actually called (operandsNotEqual() was called for all
8077         operandsNotEqualX tests).
8078
8079 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8080
8081         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8082         with shorter literals. Fixes bug 700121.
8083
8084 2003-03-11    <johan AT balder>
8085
8086         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8087
8088 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8089
8090         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8091         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8092
8093 2003-03-10  Borut Razem <borut.razem AT siol.net>
8094
8095         * src/SDCCmain.c: pipe preprocessor's output
8096         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8097         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8098         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8099         which closes all pipes in pipeSet set
8100         * src/SDCCset.c: free deleted item in function deleteSetItem()
8101         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8102         moved from z80 to src subproject
8103         * .version: increased version number to 2.3.4
8104
8105 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8106
8107         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8108         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8109         * support/regression/ports/xa51/spec.mk: fix typo
8110
8111 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8112
8113         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8114
8115 2003-03-09  Borut Razem <borut.razem AT siol.net>
8116
8117         * src/SDCCmain.c: pipe preprocessor's output
8118         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8119         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8120         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8121         which closes all pipes in pipeSet set
8122         * src/SDCCset.c: free deleted item in function deleteSetItem()
8123         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8124         moved from z80 to src subproject
8125
8126 2003-03-09  Borut Razem <borut.razem AT siol.net>
8127
8128         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8129         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8130         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8131         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8132         * src/SDCCglobl.h: unification of WIN32 native definitions
8133
8134 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8135
8136         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8137
8138 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8139
8140         * src/configure.in:   check for endianess (even while cross-compiling)
8141         * src/configure:      check for endianess (even while cross-compiling)
8142         * src/configure_in.h: check for endianess (even while cross-compiling)
8143         * src/avr/gen.c:        remove old endianess stuff
8144         * src/mcs51/gen.c:      remove old endianess stuff
8145         * src/ds390/gen.c:      remove old endianess stuff
8146         * src/pic/gen.c:        remove old endianess stuff
8147         * src/pic/genarith.c:   remove old endianess stuff
8148         * src/pic/glue.c:       fix endianess check
8149         * src/pic16/gen.c:      remove old endianess stuff
8150         * src/pic16/genarith.c: remove old endianess stuff
8151         * src/pic16/glue.c:     fix endianess check
8152         * src/xa51/gen.c:       remove old endianess stuff
8153         * src/z80/gen.c:        fix endianess check
8154         * src/SDCCglue.c:       fix endianess check
8155         * src/ds390/peeph.def: fix bug 700036
8156
8157 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8158
8159         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8160         * src/configure: find appropriate data-types on host for SDCC's int and long
8161         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8162         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8163         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8164
8165 2003-03-07    <johan AT balder>
8166
8167         Just a big NOOP:
8168                 some minor cleanups before the big shot
8169                 OP_DEFS and OP_USES now use Kevin's protection
8170                 new option --nolabelopt
8171
8172         * src/SDCCBBlock.c:
8173         * src/SDCCast.c,:
8174         * src/SDCCcflow.c:
8175         * src/SDCCcse.c:
8176         * src/SDCCicode.c:
8177         * src/SDCCicode.h:
8178         * src/SDCClabel.c:
8179         * src/SDCCloop.c:
8180         * src/SDCCmain.c:
8181         * src/ds390/ralloc.c:
8182         * src/mcs51/ralloc.c:
8183         * src/pic/ralloc.c:
8184         * src/xa51/ralloc.c:
8185         * src/z80/ralloc.c:
8186
8187 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8188
8189         * src/pic/pcode.c (get_op): fix 64 bit warnings
8190         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8191         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8192         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8193         * support/regression/tests/malloc.c: fix 64 bit warnings
8194
8195 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8196
8197         * src/mcs51/gen.c (genMinus): fixed bug 696436
8198
8199 2003-03-02  Borut Razem <borut.razem AT siol.net>
8200
8201         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8202
8203 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8204
8205         * configure.in: test for mkstemp
8206         * sdccconf_in.h: add HAVE_MKSTEMP
8207
8208 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8209
8210         * device/include/ctype.h: removed warning while using --stack-auto
8211         * device/include/malloc.h: removed warning while using --stack-auto
8212         * device/include/string.h: removed warning while using --stack-auto
8213
8214 2003-02-23  Borut Razem <borut.razem AT siol.net>
8215
8216         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8217         because NDEBUG is defined (see man assert)
8218         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8219
8220 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8221
8222         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8223         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8224
8225 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8226
8227         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8228         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8229
8230 2003-02-18    <johan AT balder>
8231
8232         * as/mcs51/asmain.c (asmbl): module can start with a digit
8233         * as/z80/asmain.c (asmbl): module can start with a digit
8234
8235 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8236
8237         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8238         * src/asm.c: fix pipe() for Mingw32
8239
8240 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8241
8242         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8243         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8244         make -V work again; --c1mode reads now from stdin
8245         * doc/sdccman.lyx: added --c1mode
8246         * support/Util/SDCCerr.c: new messages for c1 mode
8247         * support/Util/SDCCerr.h: new messages for c1 mode
8248         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8249
8250 2003-02-15    <johan AT balder>
8251
8252         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8253
8254 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         * doc/sdccman.lyx: Environment variables, -o and other minor things
8257
8258 2003-02-14    <johan AT balder>
8259
8260         * src/xa51/main.c: before anyone really tries to use it :)
8261
8262         * Install doc's in share/sdcc/doc
8263         * removed some obsolete files
8264         * Do a proper make distclean and uninstall
8265         M Makefile.common.in
8266         R sdccbuild.sh
8267         M as/Makefile
8268         M device/include/Makefile.in
8269         M device/lib/Makefile.in
8270         M doc/sdccman.lyx
8271         M link/Makefile
8272         M sim/ucsim/doc/Makefile.in
8273         M src/clean.mk
8274         R src/avr/peeph.rul
8275         R src/xa51/peeph.rul
8276         M support/cpp2/Makefile.in
8277         M support/makebin/Makefile
8278
8279
8280 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8281
8282         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8283
8284 2003-02-10  Borut Razem <borut.razem AT siol.net>
8285
8286         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8287         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8288         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8289         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8290         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8291         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8292         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8293         src/z80/Makefile.bcc: Borland Makefile cleanup
8294         * as/z80/Makefile.bcc: Added Borland Makefile
8295         * support/cpp2/borland.h: Removed
8296
8297 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8298
8299         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8300         * src/SDCC.lex: new pragma NOIV
8301         * src/SDCCglobl.h: new pragma NOIV
8302         * src/SDCCmem.c: new pragma NOIV
8303
8304 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8305
8306         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8307
8308 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8309
8310         * src/SDCCmain.c: signal handling is switched off by --debug
8311         * doc/Makefile: small fix for install; use clean.mk again
8312         * doc/clean.mk: clean *.pdf and *.html too
8313
8314 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8315
8316         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8317         * device/lib/printfl.c: fix a ds390 bug by making it portable
8318         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8319         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8320         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8321         * debugger/mcs51/cmd.c: converted multi-line string literals
8322         * sim/ucsim/globals.cc: converted multi-line string literals
8323         * src/SDCCmain.c: introduced signal handler to remove temp files
8324         * doc/Makefile: small tweaks, implement clean
8325         * doc: removed generated files
8326
8327 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8328
8329         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8330         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8331         Address Record is not correctly generated for DS390."
8332
8333 2003-02-02  Borut Razem <borut.razem AT siol.net>
8334
8335         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8336         * as/mcs51/asm.h: fixed compilation with Borland C
8337         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8338         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8339         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8340         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8341         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8342         src/z80/Makefile.bcc: delete $(LIB) only if exist
8343         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8344
8345 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8346
8347         * device/include/malloc.h: introduced NULL
8348         * device/include/string.h: introduced NULL
8349         * device/include/stdlib.h: introduced NULL
8350         * device/lib/_memcpy.c: removed NULL
8351         * device/lib/_strcat.c: removed NULL
8352         * device/lib/_strchr.c: removed NULL
8353         * device/lib/_strcmp.c: removed NULL
8354         * device/lib/_strcpy.c: removed NULL
8355         * device/lib/_strcspn.c: removed NULL
8356         * device/lib/_strlen.c: removed NULL
8357         * device/lib/_strncat.c: removed NULL
8358         * device/lib/_strncmp.c: removed NULL
8359         * device/lib/_strncpy.c: removed NULL
8360         * device/lib/_strpbrk.c: removed NULL
8361         * device/lib/_strrchr.c: removed NULL
8362         * device/lib/_strspn.c: removed NULL
8363         * device/lib/_strstr.c: removed NULL
8364         * device/lib/_strtok.c: removed NULL
8365         * device/lib/malloc.c: removed NULL, include own header
8366
8367 2003-02-02    <johan AT balder>
8368
8369         * 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
8370         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8371         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8372         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8373         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8374         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8375
8376 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8377
8378         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8379         area 'DATA'"
8380
8381 2003-02-01    <johan AT balder>
8382
8383         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8384
8385 2003-01-31    <johan AT CP255758-A>
8386
8387         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8388
8389 2003-01-30    <johan AT balder>
8390
8391         * src/SDCCBBlock.c: automatic bug detection
8392         * src/SDCCicode.c: automatic bug detection
8393
8394 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8395
8396         * src/SDCCglobl.h:   now --xram-size 0 works
8397         * src/SDCCmain.c:    now --xram-size 0 works
8398
8399 2003-01-29    <johan AT balder>
8400
8401         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8402
8403 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8404
8405         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8406         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8407         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8408         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8409         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8410         * src/SDCCmain.c:    Added options --xram-size and --code-size
8411
8412 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8415         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8416
8417 2003-01-27    <johan AT balder>
8418
8419         * src/SDCC.y: fixed bug #613764
8420
8421 2003-01-26    <johan AT balder>
8422
8423         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8424         * src/SDCCsymt.h: fixed bug #673374
8425         * src/SDCCglue.c: fixed bug #661910
8426         * src/SDCCast.c: fixed bug #458099 and 673374
8427
8428 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8431         * as/mcs51/strcmpi.h: added
8432         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8433         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8434         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8435         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8436         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8437         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8438         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8439         * as/mcs51/Makefile.aslink: new module strcmpi
8440         * as/mcs51/Makefile.asx8051: new module strcmpi
8441         * as/mcs51/Makefil.bcc: new module strcmpi
8442         * as/mcs51/Makefile.in: new module strcmpi
8443         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8444
8445 2003-01-26    <johan AT balder>
8446
8447         * src/SDCCglue.c: reverted back to 1.124
8448         * src/SDCCast.c: reverted back to 1.156
8449         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8450
8451 2003-01-25    <johan AT balder>
8452
8453         * src/SDCCglue.c: A better fix for bug #661910
8454         * src/SDCCast.c: A better fix for bug #661910
8455         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8456
8457 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8458
8459         * src/Makefile.in: remove spawn.o
8460         * src/SDCCmain.c: remove spawn.h
8461         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8462         * src/spawn.c: removed
8463         * src/spawn.h: removed
8464         * support/regression/ports/ds390/spec.mk: link with -r
8465
8466 2003-01-24    <johan AT CP255758-A>
8467
8468         * src/ds390/gen.c (aopOp): fixed bug #667458
8469         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8470         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8471         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8472
8473 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8474
8475         * src/mcs51/peeph.def: better assembler identation by Frieder
8476         * src/mcs51/gen.c: better assembler identation by Frieder
8477
8478 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8479
8480         * as/z80/string.h: removed for gcc 3.2
8481         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8482         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8483
8484 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8485
8486         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8487         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8488         * support/regression/Makefile: separate temp files for ports
8489         * support/regression/generate-cases.py: separate temp files for ports
8490         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8491         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8492
8493 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8494
8495         * moved tinitalk to device/examples/ds390
8496
8497 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8498
8499         * as/mcs51/lkmem.c: rflag is for DS390
8500         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8501         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8502                          (linkEdit): move mem- and map-files the same way as ihx-files
8503         * src/z80/main.c (_setDefaultOptions): removed --generic
8504         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8505         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8506         * src/pic/glue.c (picglue): --c1mode works again
8507         * src/pic16/glue.c (pic16glue): --c1mode works again
8508         * src/asm.c (printCLine): fix #660034
8509
8510 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8511
8512         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8513         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8514         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8515         * as/mcs51/lkmem (summary): better fix for sp problem
8516         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8517         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8518         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8519                                               remove --stack-after-data
8520
8521 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8522
8523         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8524         * src/SDCCutil.c (join): ugly bug: missing '\0'
8525         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8526
8527 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8528
8529         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8530         * src/port.h: typo
8531         * src/pic/main.c (_asmCmd): gpasm supports -o
8532         * src/z80/main.c: more general macros
8533         * device/lib/Makefile.in: remove intermediate files
8534
8535 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8536
8537         * .version: Bumped version number to 2.3.3
8538         * src/SDCCBBlock.c: new option -o
8539         * src/SDCCglobl.h: new option -o
8540         * src/SDCCglue.c: new option -o
8541         * src/SDCCmain.c: new option -o
8542         * src/asm.c: new option -o
8543         * src/ds390/main.c: new option -o
8544         * src/pic/glue.c: new option -o
8545         * src/pic/pcode.c: new option -o
8546         * src/pic/ralloc.c: new option -o
8547         * src/pic16/glue.c: new option -o
8548         * src/pic16/pcode.c: new option -o
8549         * src/pic16/ralloc.c: new option -o
8550         * src/z80/main.c: new option -o
8551         * device/lib/Makefile.in: use -o
8552         * support/regression/ports/ds390/spec.mk: use -o
8553         * support/regression/ports/gbz80/spec.mk: use -o
8554         * support/regression/ports/mcs51/spec.mk: use -o
8555         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8556         * support/regression/ports/z80/spec.mk: use -o
8557         * support/regression/ports/ucz80/spec.mk: use -o
8558         * support/regression/ports/xa51/spec.mk: use -o
8559         * support/regression/fwk/lib/timeout.c: fix usage string
8560
8561 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8562         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8563
8564 2003-01-07    <johan AT balder>
8565
8566         * src/SDCCast.c (decorateType): fixed bug #600035
8567
8568 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8569         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8570         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8571         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8572         * src/pic/pcode.c: outcommented unused variable to remove warnings
8573         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8574
8575 2003-01-06    <karl AT turbobit.com>
8576         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8577    regression tests.
8578
8579 2003-01-06    <johan AT balder>
8580
8581         * src/SDCCicode.c: fixed array add
8582
8583 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8584         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8585         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8586
8587 2003-01-04    <johan AT balder>
8588
8589         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8590
8591 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8592         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8593
8594 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8595         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8596         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8597
8598 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8599         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8600
8601 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8602         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8603
8604 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8605         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8606
8607 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8608
8609     * in \sdcc\as\mcs51\ changed these files in order to create an
8610     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8611     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8612     following files to include the previous two files: aslink.dsp,
8613     Makefile.aslink, Makefile.bcc, and Makefile.in.
8614
8615     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8616     .adb instead of .cdb
8617
8618 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8619
8620         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8621         value from option --iram-size.
8622
8623 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8624
8625         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8626         dram[] array.
8627
8628 2002-09-18    <wiml AT hhhh.org>
8629
8630         * SDCClrange.h: exposed setFromRange() and setToRange()
8631         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8632           packRegsForAccUse() (bug 542397)
8633         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8634           multiple times and emitting the fetch operations more than once
8635           added aopGetUsesAcc() function to allow binary operators to
8636           fetch their operands in the correct order; made genMinus() emit
8637           compact code for X = LITERAL - Y
8638
8639 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8640         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8641         sprintf() in line 1267.
8642
8643 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8644         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8645         like ports.
8646
8647 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8648         Changes to aslink (All the changes are marked with 'JCF'):
8649
8650         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8651         summary().
8652
8653         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8654         area BSEG.  Also moves, if possible, the DATA area down into the internal
8655         ram so more space is available.
8656
8657         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8658         sflag.
8659
8660         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8661         not bytes.  Function summary() which creates a memory usage summary
8662         file with extension .mem.  Reports of overlaping stack and small stack
8663         size.  If the space for the stack is less than 16 bytes aslink trows a
8664         warning.
8665
8666         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8667         the 8051.  Option 'y' for memory summary output file.
8668
8669         Changes to sdcc (All the changes are marked with 'JCF'):
8670
8671         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8672
8673         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8674         overlaying area for it (uses RegBankUsed[4]).
8675
8676         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8677         bank zero as used by default.  By default aslink locates the stack
8678         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8679         the creation of the .mem file.  Delegates the allocation of data area
8680         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8681         the begining of the stack area to aslink.
8682
8683         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8684         glue() in SDCCglue.c creates an area for it.
8685
8686 2002-09-03  Borut Razem <borut.razem AT siol.net>
8687         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8688         sdcc/src/pic/glue.c:
8689         introduced atexit() handler for teporay files removal in case of
8690         errors, assertions, ...
8691
8692 2002-08-29  Borut Razem <borut.razem AT siol.net>
8693         * sdcc/support/cpp2/auto-host_vc_in.h:
8694         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8695         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8696         Maybe there is a similar problem with BORLANDC? It should be checked!
8697
8698         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8699         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8700         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8701         was not executed, and the compiler (cl) launched a warning:
8702         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8703
8704 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8705         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8706
8707 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8708         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8709
8710         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8711           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8712           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8713           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8714           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8715           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8716           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8717         - added Release configuration in VS projects
8718         - review of compiler an linker options
8719         - VC .exe files are generated in bin_vc directory, not to interfere
8720           with binaries generated from other projects (cygwin, mingw, bcc ...)
8721
8722         * sdcc/src/yacc.dsp: added
8723
8724         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8725         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8726         and insert the version number definitions from .version
8727
8728         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8729
8730         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8731         added - genarate auto-host.h using auto-host_vc_in.h as template
8732
8733         * sdcc/sdcc_vc.h,
8734         removed from CVS, generated automatically
8735
8736 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8737         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8738
8739 2002-08-11  Borut Razem <borut.razem AT siol.net>
8740         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8741
8742 2002-08-10  Borut Razem <borut.razem AT siol.net>
8743         * src/SDCCmain.c (main):
8744         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8745         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8746         The consequence was that some temporary files were not removed.
8747
8748         * src/SDCCglue.c:
8749         unification of code in functions tempfilename() and tempfile():
8750         function tempnam() is defined in Visual Studio 6.0 and .NET
8751
8752         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8753
8754         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8755           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8756         - removed compiler command line option /WX: Treats all warnings as errors
8757         - update a list of source files, included into the project
8758
8759         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8760           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8761         changed project type to Generic Project so that can be correcly converted to VS.NET project
8762
8763         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8764
8765         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8766
8767         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8768
8769         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8770         added return 0 statements after assert() to make compiler happy
8771
8772         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8773         added newline in the def file to keep MSC compiler satisfied
8774
8775         * sdcc/src/z80/gen.c:
8776         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8777           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8778         - solved MSC error in function aopDump()
8779
8780         * sdcc_vc.h: define PREFIX as "\\sdcc"
8781
8782 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8783         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8784
8785 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8786         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8787         - Rewrote the register banking algorithm.
8788         - Added pCode live-range analysis to registers (for now, only non-used and
8789         singly-used registers optimized away)
8790
8791         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8792
8793         * 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.
8794
8795 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8796         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8797
8798 2002-04-22  Michael Hope  <michaelh AT vroom>
8799
8800         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8801
8802         * configure.in (DD_COPT): Added include support required for gbdk.
8803
8804         * .version: Bumped version number just to increase it.
8805
8806         * src/SDCCmain.c: Added -nostdinc to the default options.
8807
8808 2002-04-15  Michael Hope  <michaelh AT vroom>
8809
8810         * device/lib/z80/printf.c (sprintf): Added.
8811
8812         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8813
8814         * src/z80/peeph.def: Added transpose redundent load rule.
8815
8816         * src/z80/main.c: Added force callee saves for jaune.
8817
8818         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8819
8820         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8821
8822 2002-03-28  Johan Knol  <johan AT balder>
8823
8824         * src/SDCCval.c: fixed bug #532436
8825
8826 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8827         * /src/port.h:
8828         Added "char *Processor" field to the port structure.
8829
8830         * /src/SDCCmain.c:
8831         Added -p option. Allows port dependent processor to be specified.
8832
8833         * all ports:
8834         Initialized the new field char *Processor field to NULL in all ports
8835
8836         * /src/pic/*:
8837         Compiler generated registers for interrupt context saving
8838         were not getting allocated.
8839
8840 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8841
8842         * /src/SDCCast.c:
8843         Fixed left shift. Will promote the left side of a left shift
8844         if a) left shifting more than size of operand or b) when assigned
8845         to something size > size of left side
8846
8847 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8848         * src/pic/*
8849         tons of changes. Register allocation has been
8850         rewritten. Added customization for the various PICs. Flow
8851         analysis is restructured. ...
8852
8853         * src/pic/device.h:
8854         Added
8855
8856         * src/pic/device.c:
8857         Added. device.c is a PIC port hack to accomodate variations
8858         in PIC devices.
8859
8860 2002-03-13  Michael Hope  <michaelh AT vroom>
8861
8862         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8863
8864 2002-03-04  johanknol  <johanknol AT manik>
8865
8866         * /src/SDCCval.c: fixed
8867
8868         const unsigned char arr[][2] = { { 0, 1 } };
8869         t18.c:1: error: Initializer element is not constant
8870
8871 2002-03-04  bela  <bela AT manik>
8872
8873         * /device/include/mcs51reg.h:
8874         ds89c420 register definition update
8875
8876 2002-03-03    <johan AT FRIJA>
8877
8878         * support/Util/SDCCerr.c: did something, but don't no why anymore
8879
8880         * support/regression/tests/bug-524691.c: made it a little less shy
8881
8882         * src/SDCCast.c (decorateType): fixed bug #524697
8883
8884         * src/SDCCast.c: made some lineno improvements
8885
8886         * src/SDCCval.c (getNelements): changed warning to error
8887
8888         * src/SDCCglue.c (printIvalArray): changed warning to error
8889
8890         * src/SDCCicode.c: fixed a warning for mingw
8891
8892         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8893
8894         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8895
8896 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8897
8898         * src/ds390/peeph.def:
8899         Added some more peephole rules
8900
8901         * src/ds390/gen.c: Various fixes & enhancements
8902
8903         * src/SDCClrange.c, src/SDCClrange.h:
8904         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8905
8906         * src/ds390/ralloc.c:
8907         various fixes & enhancements (ds390) specific
8908
8909         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8910         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8911         from rallocs.
8912
8913         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8914
8915 2002-03-02    <johan AT FRIJA>
8916
8917         * src/SDCCast.c (decorateType): fixed bug #524708
8918
8919         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8920
8921         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8922
8923 2002-03-01  Michael Hope  <michaelh AT vroom>
8924
8925         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8926
8927         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8928
8929 2002-03-01    <johan AT FRIJA>
8930
8931         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8932
8933         * src/SDCCast.c (decorateType): fixed bug #524209
8934
8935         * src/SDCCval.c (valNot): fixed bug #524195
8936
8937 2002-02-26    <johan AT balder>
8938
8939         * src/xa51/gen.c: fixed a warning
8940
8941         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8942
8943         * src/SDCCast.c (decorateType): fixed bug #522534
8944
8945 2002-02-23    <johan AT balder>
8946
8947         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8948
8949 2002-02-22    <johan AT balder>
8950
8951         * src/SDCCast.c: fixed bug #514865
8952
8953         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8954
8955 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8956
8957         * sdcc/src/SDCCloop.c:
8958         Previous fix was not good. basic blocks that have "break" or "return" are
8959         not really partof a loop , but live ranges used in these blocks should
8960         be live thru the entire loop, so set partOfLoop but don't add them to
8961         loop region
8962
8963 2002-02-21    <johan AT FRIJA>
8964
8965         * src/SDCCcse.c: fixed bug #514308
8966
8967 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8968
8969         * src/SDCCloop.c:
8970         Fixed BUG #519583. If a conditional block ended in a return/break
8971         statement inside a loop, it was not being considered part of the loop.
8972
8973         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8974
8975 2002-02-10  Karl Bongers <karl AT turbobit.com>
8976
8977         * debugger/*:
8978         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8979         with lots of comments and notes.
8980
8981         * device/examples/test2.c:
8982         Fix bug, "red" variable not being initialized(compiler complained).
8983
8984         * device/examples/Makefile, examples/test3.c:
8985         Add Makefile in device/examples folder, compiles test3.c
8986         for use as a multiple module SDCDB test case.
8987
8988         * sim/ucsim/cmd.src/cmdset.cc:
8989         Took out debug printfs in ucsim "next" command.
8990
8991         * sim/ucsim/xa.src:
8992         Karl and Johan start ucsim XA support.  Most dissassembly working,
8993         about 75% emulation done(plenty of work remaining).
8994
8995         * sim/ucsim/z80.src:
8996         Add Z80 support to ucsim, add test-ucz80 regression test,
8997         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8998         Notice z80 compiler fails on examples/test3.c/crc code.
8999
9000 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9001
9002         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9003         Added support for --parms-in-bank1
9004
9005         * src/ds390/peeph.def:
9006         added a few more peephole optimzations
9007
9008         * src/ds390/main.c:
9009         1) added __builtin_inp & __builtin_outp used to read in data of given length
9010            from a memory mapped port
9011         2) added __builtin_memcmp
9012         3) added __builtin_swapw swap bytes of a short
9013
9014         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9015         1) handle multiple send & receives from register bank1
9016         2) ralloc can now allocate DPTR1 to some liveRanges
9017
9018         * src/SDCCsymt.c, src/SDCCsymt.h:
9019         changes to handle multiple sends & receives
9020
9021         * src/SDCCptropt.h:
9022         added some pointer arithmetic optimization
9023
9024         * src/SDCCptropt.c:
9025         added some pointer arithmetic optimizations but not stable yet so not
9026         called from anywhere (will get this working shortly)
9027
9028         * src/SDCCopt.c: fixed for multiple sends & receives
9029
9030         * src/SDCCmain.c:
9031         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9032         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9033            set preprocessor defines (depending on options)
9034
9035         * src/SDCCicode.c, src/SDCCicode.h:
9036         changes made to handle multiple sends & receives
9037
9038         * src/SDCCglobl.h:
9039         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9040
9041         * src/SDCCcse.c, src/SDCCcse.h:
9042         added function findbackward def (to be used in upcoming optimization)
9043
9044         * src/SDCCcflow.c, src/SDCCcflow.h:
9045         added function returnAtEnd - to determine if a basic block terminates with
9046         a RETURN iCode
9047
9048         * src/SDCCast.c, src/SDCCast.h:
9049         added option parms-in-bank1
9050
9051         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9052         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9053         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9054         adjusted for --parms-in-bank1 option
9055
9056         * device/include/string.h:
9057         donot redefine "reentrant" keyword
9058
9059         * device/include/ds80c390.h: Added some more SFRs
9060
9061 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9062
9063         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9064
9065 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9066
9067         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9068
9069 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9070
9071         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9072
9073 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9074
9075         * Added --xram-movc option
9076
9077 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9078
9079         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9080
9081 2002-01-11  Johan Knol
9082
9083         * Added math lib of Jesus Calvino-Fraga
9084
9085 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9086
9087         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9088         * support/regression/Makefile: new target test-mcs51-stack-auto
9089         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9090
9091 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9092
9093         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9094
9095 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9096
9097         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9098
9099 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9100
9101         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9102
9103         * src/SDCCglue.h: add definition for printIvalChar()
9104
9105 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9106
9107         * src/SDCCast.c: fix #498138 by Johan
9108
9109         * src/SDCCglue.c: fix #498138 by Johan
9110
9111 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9112
9113         * support/regression/Makefile: fix clean
9114
9115         * support/regression/ports/ds390/support.c: fix transmission of last character
9116
9117 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9118
9119         * /sdcc/src/ds390/gen.c:
9120         a) improved computing address of stack variable
9121         b) took out some #if 0 code
9122         c) improved parmBytes adjustment
9123         d) improved genPlusIncr & genMinusIncr
9124         e) genCmp could generate bad code (when left assigned to DPTR)
9125         f) Fixed bug in hasInc
9126
9127         * /sdcc/src/ds390/ralloc.c:
9128         a) packRegsForSupport could mess up live information (Fixed)
9129         b) packRegsDPTRuse could be incorrect for left & right shift
9130
9131         * /sdcc/src/mcs51/ralloc.c:
9132         packRegsForSupport could mess up the live information (Fixed)
9133
9134         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9135
9136         * /sdcc/src/SDCCast.c:
9137         can reverse a loop even if function call is present as long
9138         as the loop control variable is local & is not passed as parameter
9139
9140 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9141
9142         * /sdcc/ChangeLog: *** empty log message ***
9143
9144         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9145         More builtin function additions for TININative
9146
9147         * /sdcc/src/ds390/ralloc.c:
9148         Had broken the regression testsuite
9149
9150         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9151
9152         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9153         Added funcattr hasStackParms will be set for reentrant functions when there
9154         are paramteres on the stack, this helps in minimizing frame pointer generation
9155         typeFromStr can handle function pointers now
9156
9157         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9158         *** empty log message ***
9159
9160 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9161
9162         * /src/ds390/gen.c, /src/ds390/main.c:
9163         More builtin function additions for TININative
9164
9165         * /src/ds390/ralloc.c:
9166         Had broken the regression testsuite
9167
9168         * /src/SDCCast.c: Fixed a bug in dumptree
9169
9170         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9171         Added funcattr hasStackParms will be set for reentrant functions when there
9172         are paramteres on the stack, this helps in minimizing frame pointer generation
9173         typeFromStr can handle function pointers now
9174
9175         * /doc/builtins.txt, /doc/TININative.txt:
9176         *** empty log message ***
9177
9178
9179 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9180
9181         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9182         ALPHA version for -mTININative
9183
9184         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9185         updated to reflect changes in the port structure
9186
9187         * /src/port.h:
9188         added function do_assemble (similar to do_link) if non-null this function
9189         will be called to do assembly (-mTININative) requires a multi command
9190         assembly
9191         added function genAssemblerEnd will be called to generate assembler Epilogue
9192
9193         * /src/SDCCsymt.c:
9194         added _JavaNative to debug info printing
9195
9196         * /src/SDCCmain.c: added option --tini-libid
9197         added port->do_assemble function (-mTININative) has a multi command assemble
9198
9199         * /src/SDCCglue.c: Disabled "constExpr" check
9200         added port->genAssemblerEnd function
9201
9202         * /src/SDCCglobl.h: Added option --tini-libid value
9203
9204         * /src/SDCCast.h:
9205         tookout optimizeCompare from the header (has no external references)
9206
9207         * /src/SDCCast.c: made one more function "static"
9208
9209 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9210
9211         * src/z80/mappings.i: Added z80asm support.
9212
9213         * src/z80/main.c: Added z80asm support on --asm=z80asm
9214
9215         * src/z80/gen.c: Fixed asm portability issues.
9216
9217         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9218
9219         * src/SDCCglue.c (printExterns): Added global/extern split.
9220
9221 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9222
9223         * support/regression/Makefile: added test for mcs51 model large
9224
9225         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9226
9227         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9228
9229 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9230
9231         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9232
9233 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9234
9235         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9236
9237         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9238
9239 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9240
9241         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9242
9243         * support/regression/tests/simplefloat.c: Port to mcs51.
9244
9245 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9246         * support/regression/tests/bug-485362.c: Added.
9247
9248         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9249
9250         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9251
9252         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9253
9254         * src/z80/gen.c (aopDump): Added a dump function.
9255
9256 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9257         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9258
9259         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9260
9261         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9262
9263         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9264
9265         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9266
9267         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9268
9269         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9270
9271         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9272
9273         * support/regression/ports/ds390/support.c: Use tinibios.
9274
9275         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9276
9277 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9278
9279         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9280         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9281
9282         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9283
9284         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9285
9286 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9287
9288         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9289
9290         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9291         (packRegsForIYUse): Created and optimised.
9292
9293 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9294
9295         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9296 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9297
9298         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9299
9300         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9301
9302         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9303
9304 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9305
9306         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9307
9308         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9309
9310 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9311
9312         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9313
9314         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9315
9316         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9317
9318 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9319
9320         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9321         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9322         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9323
9324         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9325
9326         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9327         (genNotFloat): Added.
9328         (genUminusFloat): Added.
9329
9330         * device/lib/z80/Makefile: Added floating pt stubs.
9331
9332         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9333
9334         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9335
9336         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9337
9338 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9339
9340         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9341
9342         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9343
9344         * sdcc/support/regression/Makefile: Add port ds390.
9345
9346         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9347
9348         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9349
9350         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9351
9352         * sdcc/support/regression/ports/ds390/support.c: Added.
9353
9354         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9355
9356         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9357
9358         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9359
9360 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9361
9362         * device/include/malloc.h: Added z80 and gbz80 support.
9363
9364         * device/lib/gbz80/heap.s: Added.
9365
9366         * device/lib/z80/heap.s: Added.
9367
9368         * device/lib/malloc.c: Added z80 and gbz80 support.
9369
9370         * support/regression/tests/malloc.c (testMalloc): Added.
9371
9372         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9373
9374         * support/regression/tests/bug-478094.c: Added.
9375
9376         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9377
9378 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9379
9380         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9381
9382         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9383
9384         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9385
9386         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9387
9388         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9389
9390 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9391
9392         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9393
9394 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9395
9396         * support/regression/tests/bug-477927.c: Added.
9397
9398         * src/z80/peeph.def: Added minor rules.
9399
9400         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9401
9402         * src/z80/peeph.def: Added jump optimisation modification.
9403
9404 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9405
9406         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9407
9408 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9409
9410         * support/regression/tests/funptrs.c: Added.
9411
9412 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9413
9414         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9415
9416 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9417
9418         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9419
9420         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9421
9422         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9423         (movLeft2ResultLong): Created.
9424
9425         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9426         (joinPushes): Added.  Joins two char pushes into a word push.
9427
9428 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9429
9430         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9431
9432         * support/makebin/Makefile (install): Added creation of dest dir.
9433
9434 2001-10-24 Karl Bongers <karl AT turbobit.com>
9435
9436         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9437
9438 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9439
9440         * src/z80/ralloc.c: Turned off faulty pack for one use.
9441
9442         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9443
9444         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9445
9446 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9447
9448         * support/regression/Makefile: Improved clean
9449
9450         * support/regression/ports/gbz80/spec.mk: Added clean
9451
9452         * support/regression/ports/host/spec.mk: Added clean
9453
9454         * support/regression/ports/z80/spec.mk: Added clean
9455
9456         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9457
9458         * support/regression/ports/mcs51/timeout.c: little improvements
9459
9460 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9461
9462         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9463
9464         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9465
9466         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9467
9468 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9469
9470         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9471
9472         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9473
9474 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9475         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9476
9477         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9478
9479         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9480
9481         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9482
9483         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9484
9485         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9486
9487         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9488
9489         * support/regression/tests/longor.c: Added.
9490
9491 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9492
9493         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9494
9495         * as/mcs51/aslink.h: define PATH_MAX
9496
9497         * as/mcs51/asm.h: define PATH_MAX
9498
9499         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9500
9501         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9502
9503         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9504
9505         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9506
9507         * src/SDCCglobl.h: define PATH_MAX
9508
9509         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9510
9511         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9512
9513 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9514
9515         * src/z80/gen.c (gencjneshort): Fixed
9516
9517         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9518
9519 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9520
9521         * support/regression/tests/bug-469671.c: Added.
9522
9523         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9524
9525 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9526
9527         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9528
9529         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9530
9531 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9532
9533         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9534
9535         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9536
9537         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9538
9539         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9540
9541         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9542
9543         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9544
9545         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9546
9547 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9548
9549         * 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.
9550
9551         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9552
9553         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9554
9555 2001-10-07    <johan AT FRIJA>
9556
9557         * device/lib/gets.c (gets): fixed the return value.
9558
9559 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9560         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9561
9562         * 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.
9563
9564         * 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.
9565
9566         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9567
9568         * src/pic/gen.c: Removed Safe_strdup.
9569
9570         * configure.in: Added option to enable libgc support.
9571
9572         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9573         (bitVectUnion): Optimised.
9574         (bitVectIntersect): Optimised.
9575         (bitVectBitsInCommon): Optimised.
9576         (bitVectCplAnd): Optimised.
9577
9578         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9579
9580 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9581
9582         * src/SDCCmain.c: distinguish between assembler debug and plain options
9583
9584         * src/avr/main.c:   remove standard assembler options
9585
9586         * src/ds390/main.c: remove standard assembler options
9587
9588         * src/mcs51/main.c: remove standard assembler options
9589
9590         * src/port.h: removed "PENDING" comment
9591
9592 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9593
9594         * src/device/lib/_mulint.c  : new, with assember functions
9595
9596         * src/device/lib/_mullong.c : new, with assember functions
9597
9598         * src/device/lib/_divuint.c : with assember functions
9599
9600         * src/device/lib/_divsint.c : with assember functions
9601
9602         * src/device/lib/_divulong.c: with assember functions
9603
9604         * src/device/lib/_divslong.c: with assember functions
9605
9606         * src/device/lib/_moduint.c : with assember functions
9607
9608         * src/device/lib/_modsint.c : with assember functions
9609
9610         * src/device/lib/_modulong.c: with assember functions
9611
9612         * src/device/lib/_modslong.c: with assember functions
9613
9614         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9615
9616         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9617
9618         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9619                                       replaced _mululong.c and _mulslong.c by _mullong.c
9620
9621 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9622
9623         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9624
9625 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9626
9627         * src/SDCCglue.c: test, if win32api is available for MINGW
9628
9629 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9630
9631         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9632         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9633         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9634         * support/regression/ports/host/spec.mk: removed GENERIC
9635         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9636         * support/regression/ports/z80/spec.mk: removed GENERIC
9637
9638 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9639
9640         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9641
9642         * support/regression/tests/bug-467035.c: Created.
9643
9644 2001-10-01    <johan AT FRIJA>
9645
9646         * src/SDCC.y: fixed bug #466586 part 1
9647
9648 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9649
9650         * SDCCicode.c: z80 has no generic pointers
9651         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9652
9653 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9654
9655         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9656
9657 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9658
9659         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9660
9661         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9662
9663 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9664
9665         * configure.in: Fixed up so that ucsim is only configured once.
9666
9667         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9668
9669         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9670         (getPathDifference): As above.
9671
9672         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9673
9674         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9675
9676 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9677         * .version: Updated to 2.3.1
9678
9679         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9680         Added copyright header.
9681
9682         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9683         (assemble): Added support for macro based assembler commands.
9684         (linkEdit): Added support for macro based linker commands.
9685         (preProcess): Changed the pre-processor to use macros.
9686         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9687         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9688
9689         * device/lib/z80/crt0.s: Added module name for debugging.
9690
9691 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9692
9693         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9694
9695         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9696
9697         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9698
9699         * src/Makefile.in: Added SDCCmacro and SDCCutil
9700
9701 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9702
9703         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9704
9705 2001-09-16    <johan AT FRIJA>
9706
9707         * 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.
9708
9709 2001-09-15    <johan AT FRIJA>
9710
9711         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9712         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9713
9714 2001-09-11    <johan AT FRIJA>
9715
9716         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9717
9718 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9719
9720         * support/regression/tests/bug-460444.c: Added test case.
9721
9722         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9723         (genCast): Added justification for all of the asserts.
9724
9725 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9726
9727         * support/regression/support.c: _xdata replaced by xdata
9728
9729         * support/regression/spec.mk: removed _generic
9730
9731 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9732
9733         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9734
9735         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9736         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9737
9738         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9739
9740         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9741
9742         * support/regression/tests/bug-460010.c: Added test case.
9743
9744         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9745
9746 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9747
9748         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9749
9750         * support/regression/testfwk.c: removed workaround for bug #436344
9751
9752         * support/regression/tests/bp.c: use less memory with mcs51
9753
9754         * support/regression/tests/bug-441448.c: use less memory
9755
9756         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9757
9758         * support/regression/collate-results.py: typo
9759
9760 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9761
9762         * support/regression/tests/fetchoverlap.c: Added new test case.
9763
9764         * support/regression/tests/bp.c: Added new test case.
9765
9766         * support/regression/tests/bug-448984.c: Added new test case.
9767
9768         * support/regression/tests/pow2shifts.c: Added new test case.
9769
9770         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9771         (genlshTwo): Fixed right shift for count > 8.
9772
9773         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9774
9775 2001-09-08    <johan AT FRIJA>
9776
9777         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9778
9779 2001-09-07    <johan AT FRIJA>
9780
9781         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9782
9783         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9784
9785 2001-09-06    <johan AT FRIJA>
9786
9787         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9788         * bernhard noted me at this: "() equals to (void)" (1.38)
9789
9790 2001-09-05    <johan AT FRIJA>
9791
9792         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9793
9794 2001-09-04    <johan AT FRIJA>
9795
9796         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9797
9798
9799 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9800
9801         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9802
9803 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9804
9805         * link/z80/aslink.h: Fixed path for PATH_MAX
9806
9807 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9808
9809         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9810
9811         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9812
9813         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9814
9815         * 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.
9816
9817 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9818
9819         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9820         (genCmp): Fixed up genCmp for the GB with longs.
9821
9822         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9823
9824         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9825
9826         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9827
9828         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9829
9830 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9831
9832         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9833
9834 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9835
9836         * 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.
9837
9838         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9839
9840 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9841
9842         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9843
9844         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9845
9846 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9847
9848   * sim/ucsim/configure:    little improvement of Cygwin-detection
9849   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9850   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9851   * support/regression/tests/bug-221100.c: small changes for mcs51
9852   * support/regression/tests/bug-221168.c: small changes for mcs51
9853   * support/regression/tests/bug-227710.c: small changes for mcs51
9854   * support/regression/tests/staticinit.c: small changes for mcs51
9855   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9856   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9857   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9858
9859 $Revision$