* src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
[fw/sdcc] / ChangeLog
1 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
4           ago by me
5         * support/regression/tests/addsub.c: added test for the bug
6
7 2005-09-21 Raphael Neider <rneider AT web.de>
8
9         * device/include/pic16/pic18f1220.h,
10           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
11         * device/lib/pic16/Makefile.rules: added missing opening paren
12         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
13           are provided in genutils.c,
14           (genUminusFloat,genUminus,genCmpEq): added asserts on different
15           operand/result sizes,
16           (genCmp): assert on NULL pointers first, then check deref'ed values
17         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
18           result size
19
20 2005-09-18 Raphael Neider <rneider AT web.de>
21
22         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
23           as these are now unused,
24           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
25         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
26           local, avoids uninitialized pointer dereference on r->name
27         * src/pic16/ralloc.c (newReg): fixed indentation
28
29 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * src/SDCCval.c (constVal): fixed bug 730366
32         * support/Util/SDCCerr.c,
33         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
34
35 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
36
37         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
38
39 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
42
43 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
44
45         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
46           (hex2dec): made hex_digit unsigned char, removed ascii dependance
47         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
48           (hex2dec): made hex_digit unsigned char, removed ascii dependance
49         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
50         * packihx/packihx.c (hexDigit): made c unsigned char
51         * as/mcs51/lklibr.c (fndsym),
52         * link/z80/lkgb.c (gb),
53         * link/z80/lklibr.c (fndsym),
54         * link/z80/lkrloc.c (relr),
55         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
56         * src/SDCC.lex (checkCurrFile, process_pragma),
57         * src/SDCCglue.c (spacesToUnderscores),
58         * src/SDCCmain.c (setParseWithComma, processFile),
59         * src/asm.c (tvsprintf, printCLine),
60         * src/avr/gen.c (emitcode, aopPut),
61         * src/ds390/gen.c (emitcode),
62         * src/hc08/gen.c (emitcode, emitinline),
63         * src/mcs51/gen.c (emitcode, genInline),
64         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
65           tokenizeLineNode),
66         * src/pic/ralloc.c (debugLog),
67         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
68           tokenizeLineNode),
69         * src/pic16/ralloc.c (debugLog),
70         * src/z80/main.c (_process_pragma):
71            made all ctype.h function calls safe
72         * src/SDCCopt.c: include math.h for fabs
73         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
74           and used them throughout the code to make ctype.h function calls safe
75         * src/ds390/main.c (asmLineNodeFromLineNode),
76         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
77         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
78            unsigned char*
79         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
80           (newpCodeAsmDir): made ctype.h function calls safe
81         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
82           pic16_emitcode):  made lbp unsigned char*
83         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
84           (pic16_newpCodeAsmDir): made ctype.h function calls safe
85         * src/xa51/gen.c (emitcode),
86         * src/z80/gen.c (_emit2): made lbp unsigned char*
87         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
88            char*
89
90 2005-09-05 Raphael Neider <rneider AT web.de>
91
92         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
93           access bank splitpoint
94
95 2005-09-05 Raphael Neider <rneider AT web.de>
96
97         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
98
99 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
100
101         * .version: changed to version 2.5.3
102         * doc/sdccman.lyx: changed version to 2.5.3,
103           documented --codeseg and --constseg and pragma codeseg and constseg,
104           documented bit parameters (reentrant) and bit returning
105         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
106            currFunc->recvSize, but is this ok for all ports?
107           (ast2iCode): result of ~ on unsigned char must be cast to int for
108            bool to work
109         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
110           function pointers in bit space
111         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
112           (processFuncArgs): call port.reg_parm() with reentrancy info
113         * src/port.h,
114         * src/avr/main.c,
115         * src/ds390/main.c,
116         * src/hc08/main.c,
117         * src/pic/main.c,
118         * src/pic16/main.c,
119         * src/xa51/main.c,
120         * src/z80/main.c: port.reg_parm prototype extended with
121           "bool reentrant" parameter
122         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
123           options.stackAuto for allocating bit register parameters
124         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
125           (genSend): set BitBankUsed if it is,
126           (selectRegBank): factored out of genCall for use in genPcall,
127           (genCall): removed redundant dtype assignmen, use selectRegBank,
128           (genPcall): handle returning in Carry properly, save in F0 if needed,
129           (genReceive): handle bit register parameters
130         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
131           (mcs51_assignRegisters): enable bit registers for all reentrant
132            functions and don't set BitBankUsed unconditionally
133         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
134         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
135         * support/regression/tests/funptrs.c: added tests for BOOL and for return
136
137 2005-08-27 Borut Razem <borut.razem AT siol.net>
138
139         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
140         ppc-osx (Darwin) does not support -u option. It seems that it is
141         supported only on Linux - GNU cp
142
143 2005-08-25 Borut Razem <borut.razem AT siol.net>
144
145         * sim/ucsim/gui.src/serio.src/Makefile.in,
146           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
147           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
148           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
149           install and strip, since the strip at /usr/ccs/bin should be used
150           on solaris
151
152 2005-08-24 Borut Razem <borut.razem AT siol.net>
153
154         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
155
156 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
157
158         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
159         ffffffffu
160
161 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
162
163         * as/mcs51/aslink.h: completed lkrloc.c prototypes
164         * as/mcs51/lkmain.c (link_main): fixed warning
165         * device/include/stdbool.h: ds390 has no advanced bit support yet
166         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
167         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
168         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
169           and updated their macros
170         * src/SDCCval.c (constVal): updated comment for renamed b_long
171
172 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
173
174         * as/mcs51/asdata.c: changed ctype['['] to BINOP
175         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
176           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
177           (oprio): set priority for '['
178         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
179            and adb_24_bit
180         * as/mcs51/asm.h: added defines R_BIT and S_BIT
181         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
182         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
183         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
184           added overlayable BIT_BANK area
185         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
186           (summary2): explain 'T' in legenda
187         * as/mcs51/lkrloc.c: replaced old K&R style,
188           (relr): added R_BIT processing,
189           (errmsg): added "Bit-addressable relocation error",
190           (adb_bit): added for converting from byte- to bit-addressable space,
191           (adb_24_bit): added for converting from byte- to bit-addressable space
192         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
193            used in reentrant functions now even as return value
194         * device/lib/_gptrput.c (_gptrput): removed obsolete code
195         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
196           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
197         * src/SDCCglobl.h: added indicator BitBankUsed
198         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
199            the bit registers b0-b7
200         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
201           (geniCodeCast): fixed bug 1263853,
202           (geniCodeLogicAndOr): put result in bool or char,
203           (geniCodeReceive): added parameter func for accessing the return type,
204           (geniCodeFunctionBody): pass func to geniCodeReceive
205         * src/SDCCmain.c: added indicator BitBankUsed
206         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
207         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
208           (checkSClass): don't put automatic bool/bit on stack,
209           (checkFunction): removed check on function cannot return bit
210         * src/SDCCsymt.h: added newBoolLink prototype
211         * src/mcs51/gen.c (rb1regs): added bit registers,
212           (movc): created for assigning to carry,
213           (pushReg, popReg): created for pushing registers,
214           (sameRegs): check both AOP_REG and AOP_CRY types,
215           (aopOp): handle bit registers,
216           (aopPut): optimization no self-assign,
217           (saveRegisters): push reg->base (bits) only once for bit registers,
218            and use pushReg,
219           (unsaveRegisters): pop reg->base only once and use popReg,
220           (assignResultValue): added parameter func and return in carry for bits,
221           (genIpush): optimization no reload in A if not changed,
222           (genSend): bit parameters in reentrant functions are passed in bit
223            registers by first assigning to bits in B, then save registers and
224            copy B to bits,
225           (genCall): handle returning in Carry properly, save it in F0 if needed,
226           (genPcall): updated assignResultValue call, this is not safe yet for bit
227            returning function !!!
228           (genFunction): don't generate equ's for bit registers and use pushReg,
229           (genEndFunction): take care of bit returning functions and use popReg,
230           (genRet): return bit in Carry,
231           (genIfx): optimize bit registers and other directly addressable bits,
232           (genReceive): updated assignResultValue call
233         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
234           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
235            registers when using stack-auto
236         * src/mcs51/ralloc.c (_G): added allBitregs,
237           (regs8051): added the bit registers,
238           (createStackSpil): use macro IS_BIT,
239           (getRegBit): added to allocate a bit register, else spill,
240           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
241           (updateRegUsage): factored out to ease stepping while debugging,
242           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
243            also allocate bit registers,
244           (fillGaps): handle bit registers,
245           (findAllBitregs): added to create bit vector with all bit registers,
246           (mcs51_allBitregs): returns this bit vector,
247           (mcs51_assignRegisters): when using stack-auto use bit registers for
248            passing parameters and creating local variables
249         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
250
251 2005-08-22 Borut Razem <borut.razem AT siol.net>
252
253         * device/lib/Makefile.in: replaced find option -or with -o
254           to make it run on solaris
255
256 2005-08-22 Raphael Neider <rneider AT web.de>
257
258         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
259           fixes #1265442 (crash on Solaris)
260
261 2005-08-20 Borut Razem <borut.razem AT siol.net>
262
263         * configure, configure.in: added tests for libsocket and libnsl libraries,
264           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
265           from support/regression/Makefile.in
266         * support/regression/Makefile.in: added
267         * device/lib/pic16/Makefile.common.in: force make to use bash shell
268         * sim/ucsim/libtool: regenerated on sparc-solaris
269         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
270           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
271           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
272           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
273           sparc-solaris, which doesn't use GNU ld linker
274         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
275         * as/Makefile: find on sparc-solaris does not support -maxdepth option
276
277 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
278
279         * src/mcs51/peeph.def: updated comments
280
281 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
282
283         * device/lib/_gptrget.c,
284         * device/lib/_gptrput.c: slightly shorter
285         * doc/sdccman.lyx: incremented version
286         * src/mcs51/peeph.def: moved peephole comments to the line of first
287           change to better keep line correlation, reanimated 186.e
288         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
289
290 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
291
292         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
293           David Saxton with quotes around file name.
294
295 2005-08-15 Borut Razem <borut.razem AT siol.net>
296
297         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
298           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
299           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
300           make tests run on x86_64 platform
301
302 2005-08-13 Raphael Neider <rneider AT web.de>
303
304         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
305           as it might be executed DURING a build (parallel make is wonderful)
306
307 2005-08-13 Raphael Neider <rneider AT web.de>
308
309         * device/lib/Makefile.in (port-specific-objects-pic16):
310           revert to cp $(PORT)/bin/*.* $(PORTDIR)
311         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
312           dependency
313         * device/lib/pic16/Makefile.rules: build subdirs before creating
314           the library, removed builddir rule, create $(builddir) early in
315           recurse rule, use empty recurse rule for leaf directories
316         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
317           mkdir errors (race condition), removed duplicate suffix "hex"
318           from clean rules
319         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
320         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
321           prevents mkdir -p from aborting on Alpha
322
323 2005-08-12 Raphael Neider <rneider AT web.de>
324
325         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
326           db-statements in order to allow for arrays of pointers in code
327           sections to be placed without interspersed 0-padding, fixes
328           bug #1256215
329         * (emitStatistics): fixed division by zero for pic18f1220
330         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
331           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
332         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
333         * (pic16_pCodeConstString): keep track of already emitted string
334           literals to prevent "duplicate definitions of symbol _str_NR"
335         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
336           debug message
337         * device/lib/Makefile.in: ignore failing PIC16 library builds
338         * device/lib/pic16/Makefile: do not build if gputils are missing
339         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
340
341 2005-08-10 Raphael Neider <rneider AT web.de>
342
343         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
344           my last commit)
345
346 2005-08-10 Raphael Neider <rneider AT web.de>
347
348         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
349           Rokas' patch to add the new fixed point type "__fixed16x16"
350         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
351           functions for __fixed16x16 arithmetics
352         * device/lib/pic16: reimplemented the build system to support
353           a separate build directory, better handling of libio (create
354           the library in a separate subdir for each architecture) and
355           easier configuration (centralized in Makefile.common)
356
357 2005-08-07 Raphael Neider <rneider AT web.de>
358
359         * src/pic16/gen.c (genrshTwo): fixed sign extension
360         * src/pic16/device.c: added pic18f2320, 4220 and 4320
361         * device/include/pic16/pic18f2220.h: changed some bit definitions,
362           added T0CONbits
363         * device/include/pic16/pic18f4220.h: NEW, header for
364           pic18f4220 and pic18f4320
365         * device/include/pic16/pic18fregs.h: added new devices,
366           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
367         * device/include/pic16/signal.h: resolved name clashes
368           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
369           to also allow testing for interrupt enable bits, added
370           comments on how to use the macros
371         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
372         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
373           register definitions for the devices
374         * device/lib/pic16/pics.all: added new devices
375         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
376           allocated memory
377         * device/lib/pic16/libc/stdlib/memfree: do not count
378           the block header as free memory
379         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
380           simplified and added missing end-of-blocklist-marker
381           (reported by Peter Onion, fixes #1252814)
382         * (_mergeHeapBlock): fixed loop condition
383         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
384           len==0, restructured code
385         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
386           up a bit, reduced bitfield accesses, prevent endless loops
387           in case of heap corruption
388         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
389           "unreferenced arguments/must return a value" warnings
390         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
391           replaced BAUDREG with SPBRG
392         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
393           device/lib/pic16/debug/gstack/gstack.c: replaced
394           _naked, _asm, _endasm with __naked, __asm, __endasm
395
396 2005-08-05 Raphael Neider <rneider AT web.de>
397
398         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
399           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
400
401 2005-08-05 Borut Razem <borut.razem AT siol.net>
402
403         * device/lib/Makefile.in: added missing ';'
404         * configure: removed ^M characters
405
406 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
407
408         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
409           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
410           License
411
412 2005-08-04 Borut Razem <borut.razem AT siol.net>
413
414         * configure.in: pic16 libraries build 2nd try - enable running
415           configure in device/lib/pic16
416         * configure: regenerated from configure.in
417         * device/lib/Makefile.in: create $(PORT)/bin directory
418
419 2005-08-03 Raphael Neider <rneider AT web.de>
420
421         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
422           to get/set values via pointers
423         * (genUnpackBits,genPackBits): changed detection of
424           ptr->bitfield vs. sym.bitfield, fixed access via generic
425           pointers, removed dead (wrong) code for multibyte bitfields
426         * (genNearPointerGet, genGenPointerGet): removed useless code,
427           fixed bitfield detection, fixes #1250594
428         * (genNearPointerSet): removed useless code
429         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
430           and introduced macro pic16_emitpcode that conditionally emits
431           the origin of the following pCode (useful for debugging SDCC)
432         * src/pic16/pcode.c: changed (and disabled) some debug outputs
433         * (createDefmap): fixed handling of LFSR for --optimize-df
434
435 2005-08-02 Borut Razem <borut.razem AT siol.net>
436
437         * device/lib/Makefile.in: pic16 libraries build enabled since
438           gputils-0.13.2 are now localy installed at sourceforge's compile farm
439
440 2005-08-02 Raphael Neider <rneider AT web.de>
441
442         * src/pic16/gen.c (genPackBits): removed deprecated warning
443         * (genGenPointerSet): fixed bitfield detection
444
445 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
446
447         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
448
449 2005-07-31 Raphael Neider <rneider AT web.de>
450
451         * device/lib/pic16/libdev/pic18f458.c,
452           device/include/pic16/pic18f458.h: added missing T0CONbits
453
454 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
455
456         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
457
458 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
459
460         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
461
462 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
463
464         * device/include/mcs51/at89c51ed2.h: added.
465
466 2005-07-23 Raphael Neider <rneider AT web.de>
467
468         * src/pic/gen.h: added emitpcode macro for debugging
469         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
470           and replace by macro adding debug information on demand
471         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
472         * (gencjne): tried to fix; replaced with correct (slower) code
473         * (gen{Unp,P}ackBits): fixed single bit access
474         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
475         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
476           previous instruction
477         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
478           register has to be handled with care (forbidding movement
479           of assignments/uses, removing assignments completely, ...)
480         * (pCodeOptime2pCodes): make use of regIsSpecial
481         * added lots of debugging output (commented out)
482         * src/pic/rallloc.c (deassignLRs): prevent operand registers
483           from being reused as result UNLESS it is known to work
484
485 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * support/Util/dbuf.h: include <stddef.h> for size_t
488         * .version: changed to version 2.5.2
489
490 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
491
492         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
493
494 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
495
496         * src/hc08/gen.c (genMinus): fixed bug #1241835,
497           (genModOneByte): removed needless psha/pula
498
499 2005-07-22 Raphael Neider <rneider AT web.de>
500
501         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
502           have PIC14 handled like PIC16, fixes broken pic14 linker calls
503         * src/pic/gen.c (resolveIfx): do not "invent" labels
504         * (genSkipc): changed to positive logic
505         * (genSkipCond): removed as no longer needed
506         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
507           backport from PIC16
508         * (genLeftShift): check operands are in different registers
509         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
510           INCF does not update CARRY...
511         * src/pic/main.c: fixed _linkCmd
512         * src/pic/pcode.c (unlinkpCode): added inactive code
513         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
514           alive (do not assign result and operand overlapping registers)
515
516 2005-07-22 Raphael Neider <rneider AT web.de>
517
518         * src/pic/device.c (dump_sfr): replaced register declaration with
519           call to emitSymbolToFile() to avoid duplicate symbols
520         * (assignRelocatableRegisters): do not declare external symbols
521         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
522           right (take size of type, not etype)
523         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
524         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
525         * (packRegsForAccUse): disabled assignment of WREG as
526           the result reg to prevent occurence of just fixed #1235003,
527           fixes #1242954
528         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
529           symbols (avoids duplicate symbols in .asm file)
530         * (pic14emitRegularMap): use emitSymbolToFile()
531         * src/pic/gen.c (aopOp): fixed spillLocation handling
532         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
533         * (genDataPointerSet): removed unneccessary variables/output
534
535 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
536
537         * as/mcs51/lkarea.c: enlarged codemap for banked memory
538         * device/lib/mcs51/crtbank.asm: added # to 0x0F
539
540 2005-07-21 Raphael Neider <rneider AT web.de>
541
542         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
543           architecture cannot handle them efficiently, fixes bug #1235003
544         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
545           check for empty sets before using them (fixes bug #1232190)
546
547 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
548
549         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
550           (lnksect2): generate warnings for memory overlap
551         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
552           constseg to set the name of these segments so you can instruct the linker
553           to place them in banks
554         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
555         * src/SDCCglobl.h: added MODEL_HUGE to enum,
556           added code_seg and const_seg to options
557         * src/SDCCglue.c (emitMaps): use options.const_seg,
558           (createInterruptVect): put interrupt vectors in segment HOME,
559           (glue): put HOME before static segment and put the main glue in HOME,
560           (glue): use options.code_seg
561         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
562         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
563           these segments so you can instruct the linker to place them in banks
564           (linkEdit): use code_loc for HOME segment which should be the first
565           segment in code memory now
566         * src/SDCCmem.c: fixed more stuff like bug 1238386
567         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
568           (changePointer): don't change function pointers to code pointers for
569           banked functions,
570           (compareType): added exceptional check for banked function pointers
571         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
572         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
573           after static in code memory
574         * src/mcs51/gen.c: added aopLiteralLong prototype,
575           (aopForSym): use getSize for functions,
576           (genCall): generate banked calls over one trampoline __sdcc_banked_call
577           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
578           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
579           the segment,
580           (genPcall): use call for literal function pointers and generate banked
581           calls over the one trampoline so there's only one place for the user to
582           modify according to his/hers hardware,
583           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
584           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
585         * src/mcs51/main.c: added keyword banked,
586           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
587         * support/Util/SDCCerr.c,
588         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
589           needed for passing the bank and address to the trampoline
590         * device/lib/mcs51/crtbank.asm: added for bankswitching
591         * device/lib/mcs51/Makefile: added crtbank
592
593 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
594
595         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
596           for fields at offset 0 of a struct or union as reported
597           on 2005-07-07 in the developer mailing list.
598
599 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
600
601         * src/SDCCmem.c: fixed bug 1238386
602
603 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
604
605         * src/mcs51/peeph.def: added labelrefcounting for peepholes
606           (patch #1144962), added peephole 300, enabled 259.x
607         * doc/sdccman.lyx: removed screenshot and provided link instead
608
609 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
610
611         * doc/sdccman.lyx: added section about debugging with ddd
612         * doc/figures/ddd_example.eps: screenshot of debugging session
613
614 2005-07-04 Raphael Neider <rneider AT web.de>
615
616         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
617           like CODE pointers, fixes #1115683
618         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
619           call, fixes bugs #1232211, #1228110,
620           fixed wrong casts to pCodeFlow from pCodeInstructions
621
622 2005-07-04 Raphael Neider <rneider AT web.de>
623
624         * src/pic/gen.c (popGet): changed assert to allow for
625           bit operands
626         * (popGetAddr): changed signature to provide
627           an additional index, patched all call sites
628         * (genCmpEq): handle literal-like operands correctly
629         * (genAddrOf): added sanity checks on __code/__data pointers
630         * (genAssign): added handling of symbols from __code section
631         * (gencjne): do not generate code for comparisons whose result
632           is neither stored nor used, fixes bug #1171114
633         * (AccLsh, AccRsh): operate on operand instead of WREG
634         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
635           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
636           by known count
637         * rewrote complete shift-by-literal logic, commented unused
638           functions out
639         * (genConstPointerGet): get multiple bytes (if result size > 1),
640           fixed handling of non-immediate addresses
641         * (genPointerGet): handle CODE pointers like CONST pointers
642         * (genpic14Code): insert C-SRC lines as Cource-pCodes
643         * ({aop,op}_isLitLike): NEW, single place to decide whether an
644           operand is to be treated as a literal or not
645         * (mov2w,genPcall,genCmpEq),
646           src/pic/genarith.c: use aop_isLitLike() to decide between
647           literal/register contents
648         * (addSign): added missing offset
649         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
650           only emit comment in debug-mode,
651           use {aop,op}_isLitLike throughout the file
652         * src/pic/glue.c: fix initializers for pointers (work in progress)
653         * src/pic/pcode.c (get_op): honor index on _const symbols
654         * ({reset,dump}pCodeStatistics): NEW, estimate code size
655         * (dumppBlock): added pCode size estimation
656         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
657           check for IS_SYMOP before OP_SYMBOL'ing
658         * fixed indentation, compacted switch-statements
659         * (allocReg): find free register and allocate it instead of
660           allocating new registers all the time
661         * (deassignLRs): prevent POINTER_GET's from being assigned the same
662           registers as its operands (necessary only for multibyte GETs)
663
664 2005-07-01 Raphael Neider <rneider AT web.de>
665
666         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
667           debugging .asm-output macros FENTRY + FEXIT
668         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
669           way... I wonder...
670         * (emitpComment): NEW, printf to pCode
671         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
672           offset handling
673         * (popGetAddr): NEW, variant of popGet to access an immediates
674           high(er) bytes instead of the n'th byte of memory they reference,
675           replaced popGet with popGetAddr where neccessary
676         * (genDataPointerGet): reactivated and fixed implementation
677         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
678           accesses
679         * (genDataPointerSet): fixed multibyte assignments
680         * (genpic14Code): fixed --i-code-in-asm handling
681         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
682         * (genPlus): fixed index-out-of-bounds error
683         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
684         * src/pic/ralloc.c: added debugging output macro FENTRY2
685         * (spillThis): fixed indentation, enbraced for-body for clarity
686         * (rematStr): commented out as now unused
687         * (regTypeNum): commented out special spill case (overwrites
688           arbitrary values)
689         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
690
691 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
692
693         * doc/sdccman.lyx: documented sfr16/sfr32,
694           added example for using storage class with function pointers
695         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
696
697 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
698
699         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
700         * device/lib/_itoa.c,
701         * device/lib/_ltoa.c: optimized codesize
702         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
703           but don't know how to suppress the double warning.
704         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
705         * support/Util/SDCCerr.c,
706         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
707
708 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
709
710         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
711           fixed old K&R prototypes
712         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
713         * device/lib/_gptrget.c,
714         * device/lib/_gptrgetc.c,
715         * device/lib/_gptrput.c: changed versions for new memory indicator values,
716           also new versions for small generic pointers and banked generic pointers
717         * src/port.h: added const_name
718         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
719         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
720         * src/SDCCcse.c (findPrevIc): check all associative operators
721         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
722         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
723         * src/SDCCmem.c: updated comments,
724           set far-space to 0 for pdata, results in optimized code
725         * src/SDCCmem.h: added macro CONST_NAME
726         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
727           moving the info into the highest bits, see also gptrget/gptrput
728         * src/src.dsp: added sdcc.ico to project files
729         * src/avr/gen.c (genCast): fixed bug 0x%d
730         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
731         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
732           relation between ptr_type and DCL_TYPE,
733           (genCast): fixed bug 0x%d
734         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
735           (CODE)" for const_name
736         * src/hc08/gen.c (genCast): fixed bug 0x%d
737         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
738           (hc08_port): added "CONST (CODE)" for const_name
739         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
740           (aopForRemat, adjustArithmeticResult): disconnected direct relation
741           between ptr_type and DCL_TYPE,
742           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
743           operand* and took AOP() inside function so sfr-ness can be checked,
744           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
745           new prototype,
746           (genFunction, genEndFunction): optimized stack setup,
747           (genMinus): optimized for literals with ending zeroes (in bytes),
748           (genCast): fixed bug 0x%d
749         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
750           (mcs51_port): added "CONST (CODE)" for const_name
751         * src/mcs51/peeph.def: made rule 226 more generic
752         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
753         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
754         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
755         * src/z80/main.c (z80_port): added NULL for const_name,
756           (gbz80_port): added NULL for const_name
757         * support/regression/tests/bug663539.c,
758         * support/regression/tests/sfr16.c: new tests
759
760 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
761
762         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
763
764 2005-06-24 Raphael Neider <rneider AT web.de>
765
766         * device/lib/pic16/libdev/pic18f[68][567]20.c:
767           corrected typos...
768         * device/include/pic16/signal.h: added USBIF
769           and SIG_USB
770
771 2005-06-24 Raphael Neider <rneider AT web.de>
772
773         * device/lib/pic16/libdev/pic18f2455.c,
774           device/include/pic16/pic18f2455.h: NEW
775         * device/include/pic16/pic18fregs.h,
776           device/lib/pic16/pics.all,
777           src/pic16/device.c: added 18f2455
778         * device/lib/pic16/libdev/pic18f[68][567]20.c,
779           device/include/pic16/{pic18f[68][567].h,usart.h}:
780           replaced MULTIPLE_USARTS define with more relaible
781           compatibility sfrs (for USART access)
782
783 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
784
785         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
786           and the output asm file line is printed on two lines.
787
788 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
789
790         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
791           BGT, BLE, BHI, and BLS instructions
792         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
793           genCmpEq): removed
794         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
795           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
796           fixes bug #1216342
797         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
798
799 2005-06-15 Raphael Neider <rneider AT web.de>
800
801         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
802         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
803         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
804           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
805           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
806
807 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
808
809         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
810           Marcel Telka in bug #1215704
811
812 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
813
814         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
815           located in shared memory bank.
816
817 2005-05-31 Raphael Neider <rneider AT web.de>
818
819         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
820           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
821           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
822
823 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
824
825         * device/lib/_strncpy.c: fixed the fix
826
827 2005-05-26 Raphael Neider <rneider AT web.de>
828
829         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
830           initializers with \0, bug #1208187
831         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
832           intializers with \0, bug #1208187
833
834 2005-05-26 Raphael Neider <rneider AT web.de>
835
836         * src/pic16/glue.c (pic16_printIvalChar): fixed string
837           initializers with \0, bug #1208187
838         * src/pic16/main.c (_process_pragma): added sanity checks
839           for stack position and size, emit warnings when appropriate
840
841 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
842
843         * device/lib/_strncpy.c: fixed not filling with \0
844
845 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
846
847         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
848           createFunction),
849         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
850           compound_statement),
851         * src/SDCCsymt.h,
852         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
853
854 2005-05-24 Raphael Neider <rneider AT web.de>
855
856         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
857
858 2005-05-24 Raphael Neider <rneider AT web.de>
859
860         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
861           TRISE definitions, closes bug #1162453
862
863 2005-05-22 Raphael Neider <rneider AT web.de>
864
865         * src/pic16/main.c (_process_pragma): check for missing
866           arguments to pragmas code and udata
867         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
868           consistency fixes to match other headers (thanks to Jim Paris)
869         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
870
871 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
872
873         * src/SDCCicode.c (isOperandEqual): fixed missing ;
874
875 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
876
877         * support/regression/tests/bug1198642.c: new test
878         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
879         * src/SDCCcse.c (findPrevIc): added comment, please have a look
880         * support/scripts/resource.h,
881         * support/scripts/resource.rc,
882         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
883         * support/scripts/sdcc.ico: added 32x32 icon
884
885 2005-05-18 Raphael Neider <rneider AT web.de>
886
887         * device/lib/pic16/libdev/pic18f*.c,
888         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
889           keywords to "__sfr" and "__at (X)"
890         * device/include/pic16/pic18fregs.h: added pic18f4520
891         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
892           #1203088 (MPLAB compatibility)
893
894 2005-05-17 Raphael Neider <rneider AT web.de>
895
896         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
897         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
898         * device/lib/pic16/pics.all: added new devices
899         * src/pic16/device.c: added support for pic18f4520
900
901 2005-05-16 Raphael Neider <rneider AT web.de>
902         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
903         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
904         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
905           convenience function for bit access
906
907 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
908
909         * device/lib/printf_large.c: fixed bug 1193299
910         * support/regression/tests/bug1057979.c: added test %3.3s
911
912 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
913
914         * device/include/mcs51/8051.h,
915         * device/include/mcs51/8052.h: made parseable with lint
916         * device/include/mcs51/lint.h: added include file for (sp)lint
917         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
918         * doc/cdbfileformat.lyx,
919         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
920
921 2005-05-14 Raphael Neider <rneider AT web.de>
922
923         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
924         * device/lib/pic16/libc/stdlib/itoa.c (new)
925         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
926         * device/lib/pic16/libio/Makefile: exclude subdir according to
927           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
928         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
929         * src/pic16/gen.c (genFunction): prevent annoying warning
930         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
931           nameclashes on BeOS
932         * support/cpp2/cppmain.c (cpp_output_string): new
933         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
934           fixes bug 1116802
935
936 2005-05-13 Borut Razem <borut.razem AT siol.net>
937
938         * src/SDCCmain.c (linkEdit): fixed bug 1195202
939
940 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
941
942         * .version: changed to version 2.5.1; back to bleeding edge development
943
944 2005-05-11 Borut Razem <borut.razem AT siol.net>
945
946         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
947           generate PDF version 1.3 documents
948
949 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
950
951         * .version: changed to version 2.5.0
952
953 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
954
955         * doc/sdccman.lyx: updated weblinks, index and smaller updates
956
957 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
958
959         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
960         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
961         well as many smaller updates.
962         * .version: changed to version 2.5.0-pre1
963
964 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
965
966         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
967
968 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
969
970         * support/regression/tests/bug1185672.c: added
971         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
972           bug 1185672
973         * src/mcs51/gen.c (genCall): added comments, made it look safer
974         * src/mcs51/gen.c (genEndFunction): simplified
975
976 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
977
978         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
979
980 2005-04-14 Borut Razem <borut.razem AT siol.net>
981
982         * fixed bug 1045046 - SIGSEGV with really simple code?:
983           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
984           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
985
986 2005-04-14 Borut Razem <borut.razem AT siol.net>
987
988         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
989           src/pic16/device.h: temporarily disabled experimental #inline pragma
990           for 2.5.0 release
991
992 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
993
994         * device/include/z80/stdio.h,
995         * device/include/z80/string.h: removed these highly incomplete files so
996           SDCC can use the default ones in device/include/
997
998 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
999
1000         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1001         gcc warning.
1002         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1003         fix sdcpp warnings.
1004
1005 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1006
1007         * device/include/malloc.h: removed redundant __reentrant prototypes
1008         * device/lib/_mullong.c: added working xstack variant in asm (C version
1009           doesn't pass regression tests)
1010         * device/lib/bpx.c: used __data and made bpx char for mcs51
1011         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1012           (createFunction): fixed bug with xstackPtr
1013         * src/SDCCcse.c: corrected comments
1014         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1015           (killDeadCode, eBBlockFromiCode): removed unused code
1016         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1017           corrected comments
1018         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1019           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1020           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1021           (genModOneByte): fixed warning in MSVC
1022         * src/mcs51/main.c (): added comments
1023         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1024
1025 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1026
1027         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1028
1029 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1030
1031         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1032
1033 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1034
1035         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1036         characters arrays of larger size than the declared one.
1037
1038 2005-04-10 Borut Razem <borut.razem AT siol.net>
1039
1040         * src/pic/gen.c (genInline),
1041           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1042           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1043           (findNextInstruction), (findPrevInstruction),
1044           (findInstructionUsingLabel),
1045           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1046         * src/pic/pcode.c (findLabel): added missing '\n'
1047         * src/src.dsp: added SDCCdwarf2.c to the project
1048
1049 2005-04-09 Borut Razem <borut.razem AT siol.net>
1050
1051         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1052
1053 2005-04-08 Raphael Neider <rneider AT web.de>
1054
1055         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1056           into the chain after a given one) and mergeDefmapSymbols (combine
1057           defmap entries for each symbol per pcode)
1058         * (createDefmap): have defmap entries merged in the end
1059         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1060           a symbol before replacing one access type's symbol, merge symbols in
1061           the end (replacement symbol might already have an entry)
1062         * (assignValnums): keep reference to written WREG intact
1063
1064 2005-04-08 Raphael Neider <rneider AT web.de>
1065
1066         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1067           Alpha)
1068
1069 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1070
1071         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1072         bytes
1073
1074 2005-04-07 Raphael Neider <rneider AT web.de>
1075
1076         * device/include/pic16/usart.h: added compatibility defines for
1077           devices with more than one USART
1078         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1079
1080 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1081
1082         * device/lib/Makefile.in: updated for port specific include
1083
1084 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1085
1086         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1087
1088 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1089
1090         * device/include/8051.h,
1091         * device/include/8052.h,
1092         * device/include/at89S8252.h,
1093         * device/include/at89c55.h,
1094         * device/include/at89x051.h,
1095         * device/include/at89x51.h,
1096         * device/include/at89x52.h,
1097         * device/include/mcs51reg.h,
1098         * device/include/reg51.h,
1099         * device/include/reg764.h,
1100         * device/include/regc515c.h,
1101         * device/include/sab80515.h: (re)moved these 12 files
1102         * device/include/mcs51/8051.h,
1103         * device/include/mcs51/8052.h,
1104         * device/include/mcs51/at89S8252.h,
1105         * device/include/mcs51/at89c55.h,
1106         * device/include/mcs51/at89x051.h,
1107         * device/include/mcs51/at89x51.h,
1108         * device/include/mcs51/at89x52.h,
1109         * device/include/mcs51/mcs51reg.h,
1110         * device/include/mcs51/reg51.h,
1111         * device/include/mcs51/reg764.h,
1112         * device/include/mcs51/regc515c.h,
1113         * device/include/mcs51/sab80515.h: and added them here
1114
1115 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1116
1117         * device/include/stdarg.h: changed SDCC specific keywords to double
1118           underlined form.
1119         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1120           mcs51 and ds390.
1121         * device/include/hc08/mc68hc908gp32.h,
1122         * device/include/hc08/mc68hc908jb8.h,
1123         * device/include/hc08/mc68hc908jkjl.h,
1124         * device/include/hc08/mc68hc908qy.h: fixed comments
1125         * device/include/mcs51/README: updated
1126         * device/include/mcs51/c8051f120.h: added PINRSF
1127         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1128         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1129           amidst code. Also inline is not supported.
1130
1131 2005-04-06 Raphael Neider <rneider AT web.de>
1132
1133         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1134         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1135           callers stack/frame pointers
1136
1137 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1138
1139         * device/include/pic16/usart.h: added, missing in previous commit,
1140         * device/include/pic16/adc.h: fixed typo,
1141         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1142         commit,
1143         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1144         <p18fxxx.inc>
1145         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1146         uninitialized because a bug appears with gplink
1147         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1148         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1149         complains for unrecognised option
1150
1151 2005-04-05 Raphael Neider <rneider AT web.de>
1152
1153         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1154           structs as well (using memcpy)
1155         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1156           on ISRs (GOTO has no label)
1157         * src/pic16/device.h: added OF_OPTIMIZE_DF
1158         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1159           new data flow analysis/optimization
1160         * src/pic16/pcode.c: added (prototypes for and implementation of)
1161           dataflow analysis functions, fixed pCodeInstructions' inCond and
1162           outCond values, made RCALL a branch instruction
1163         * (pic16_unlinkpCode): keep C line if possible
1164         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1165           C line moved if possible
1166         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1167         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1168           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1169         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1170           new flow)
1171         * (pic16_getJumptabpCode): NEW, needed in...
1172         * (LinkFlow): fixed handling of jumptables, calls and conditional
1173           branches
1174         * (pic16_InsertCommentAfter): NEW
1175         * (pic16_pCodeReplace): made verbose and flow preserving
1176         * (AnalyzeFlow): added call to data flow analysis
1177         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1178         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1179         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1180
1181 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1182
1183         * src/SDCCast.c (decorateType): fixed bug #1105626
1184
1185 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1186
1187         * device/include/asm/pic16/features.h,
1188         * pic18f*.h headers,
1189         * device/include/pic16/adc.h,
1190         * device/include/pic16/delay.h,
1191         * device/include/pic16/i2c.h,
1192         * device/include/pic16/malloc.h,
1193         * device/include/pic16/stdio.h,
1194         * device/include/pic16/stdlib.h,
1195         * device/include/pic16/string.h,
1196         * device/lib/pic16/libc/stdio/printf_tiny.c,
1197         * device/lib/pic16/libc/stdio/printf_small.c,
1198         * device/lib/pic16/libc/stdio/strmgpsim.c,
1199         * device/lib/pic16/libc/stdio/strmmssp.c,
1200         * device/lib/pic16/libc/stdio/strmusart.c,
1201         * device/lib/pic16/libc/stdio/vfprintf.c,
1202         * device/lib/pic16/libc/stdlib/ltoa.c,
1203         * device/lib/pic16/libc/stdlib/putchar.c,
1204         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1205         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1206         * device/lib/pic16/libc/stdlib/memchrram.c,
1207         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1208         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1209         * device/lib/pic16/libio/adc/adcbusy.c,
1210         * device/lib/pic16/libio/adc/adcread.c,
1211         * device/lib/pic16/libio/adc/adcsetch.c,
1212         * device/lib/pic16/libio/usart/ubaud.c,
1213         * device/lib/pic16/libio/usart/ubusy.c,
1214         * device/lib/pic16/libio/usart/udrdy.c,
1215         * device/lib/pic16/libio/usart/uopen.c,
1216         * device/lib/pic16/libio/usart/uputc.c,
1217         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1218         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1219         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1220         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1221         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1222         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1223         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1224         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1225         specific keywords to double underlined form,
1226         * device/lib/pic16/libc/Makefile.rules,
1227         * device/lib/pic16/libsdcc/Makefile.rules,
1228         * device/lib/pic16/libm/Makefile,
1229         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1230         to compile with C standard set in Makefile.common
1231         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1232         rand.c and crc.c in compilation process,
1233         * device/lib/pic16/libsdcc/int/divuint.c,
1234         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1235         `c' from signed to unsigned,
1236         * device/lib/pic16/startup/crt0.c,
1237         * device/lib/pic16/startup/crt0i.c,
1238         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1239         keywords to double underlined form, bug fixes in _do_cinit function
1240         which prevented the correct initialization of the .idata segment,
1241         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1242         core to enter a infinite loop
1243         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1244
1245 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1246
1247         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1248
1249 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1250
1251         * device/include/Makefile.in: add support for hc08 subdirectory
1252         * device/include/hc08/: new subdirectory
1253         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1254         Lucas Loizaga, thanks!
1255         * device/include/hc08/mc68hc908qy.h,
1256         * device/include/hc08/mc68hc908gp32.h,
1257         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1258         their own directory. Changed internal macro names to use the compiler
1259         reserved namespace. Changed SDCC specific keywords to double
1260         underlined form.
1261         * device/include/math.h,
1262         * device/include/malloc.h,
1263         * device/include/stdarg.h,
1264         * device/include/stdbool.h
1265         * device/include/string.h,
1266         * device/include/tinibios.h,
1267         * device/include/ds400rom.h,
1268         * device/include/8051.h,
1269         * device/include/8052.h,
1270         * device/include/80c51xa.h,
1271         * device/include/at89c55.h,
1272         * device/include/at89S8252.h,
1273         * device/include/at89x51.h,
1274         * device/include/at89x52.h,
1275         * device/include/ds80c390.h,
1276         * device/include/reg764.h,
1277         * device/include/regc515c.h,
1278         * device/include/sab80515.h,
1279         * device/include/mcs51/c8051f000.h,
1280         * device/include/mcs51/c8051f018.h,
1281         * device/include/mcs51/c8051f020.h,
1282         * device/include/mcs51/c8051f040.h,
1283         * device/include/mcs51/c8051f060.h,
1284         * device/include/mcs51/c8051f120.h,
1285         * device/include/mcs51/c8051f300.h,
1286         * device/include/mcs51/c8051f310.h,
1287         * device/include/mcs51/c8051f320.h,
1288         * device/include/mcs51/c8051f330.h,
1289         * device/include/mcs51/c8051f350.h,
1290         * device/include/z180.h: Changed SDCC specific keywords to double
1291         underlined form.
1292
1293 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1294
1295         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1296         18F4455,
1297         * (pic16_assignConfigWordValue): disable testing of configuration
1298         register value with config mask,
1299         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1300         function with port->fun_prefix,
1301         * (genFunction): when generating a naked interrupt function never
1302         create an absolute segment placed in interrupt vector address, place
1303         the actual interrupt function at IVA instead, when an interrupt
1304         function is generated with unspecified interrupt then do not create
1305         the absolute section,
1306         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1307         code for generating a call to generic pointer get/put function with
1308         a call to function pic16_callGenericPointer(),
1309         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1310         the call to the generic pointer get/put functions with prefixing the
1311         function name with port->fun_prefix,
1312         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1313         * src/pic16/main.c (_process_pragma): prefix function with
1314         port->fun_prefix,
1315         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1316         calling assembler, old 18Fxxxx macro is deprecated,
1317         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1318         PC_ASMDIR in while condition,
1319         * (findInstruction): add PC_ASMDIR in while condition,
1320         * (buildCallTree): prefix main with port->fun_prefix,
1321         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1322         identifier for variable with banked access in instructions BTFSS,
1323         BTFSC, BCF, BSF, BTG
1324         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1325         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1326         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1327         perform optimization when enviroment variable NO_REG_OPT is set,
1328         * (insideLRBlock): NEW, return 1 if register is inside an
1329         INF_LOCALREGS block,
1330         * (RemoveRegFromLRBlock): remove a register that is completely
1331         eliminated by register optimization, but it is still left in local
1332         register store/restore in/from stack block,
1333         * (Remove2pcodes): after removing register, check to see if it
1334         should be removed from local register store/restore in/from stack
1335         block,
1336         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1337         DUMMY_READ_VOLATILE,
1338
1339         * device/include/pic16/adc.h: minor prototype modifications and
1340         update,
1341         * device/include/pic16/malloc.h: added GPL notice various
1342         modifications,
1343         * device/include/pic16/stdint.h: NEW, standard header for ints
1344         * device/include/pic16/delay.h: NEW, header for delay functions,
1345         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1346         delay1mtcy,
1347         * device/include/pic16/signal.h: NEW, header providing helper macros
1348         for implementing signal handlers,
1349         * device/include/pic16/stdio.h: added prototypes for functions,
1350         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1351         prototypes for stdin and stdout, added macro PUTCHAR to
1352         automatically implement putchar function prototype,
1353         * device/include/pic16/usart.h: modified and updated USART library,
1354         * device/lib/pic16/libio/adc/,
1355         * device/lib/pic16/libio/i2c: some modifications to improve library
1356         performance,
1357         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1358         family of functions,
1359         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1360         family of functions and other sources,
1361         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1362         of the PIC18Fxx[28] devices,
1363         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1364         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1365         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1366         _do_cinit function, because the previous failed when local variables
1367         where not placed in the same memory bank,
1368         * device/lib/pic16/libsdcc/char/: various modifications to improve
1369         library performance,
1370         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1371         information on the new functions of the c library and more...
1372
1373 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1374
1375         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1376
1377 2005-03-26 Raphael Neider <rneider AT web.de>
1378
1379         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1380           if condition == CARRY)
1381         * (genCmp): adapted to new genSkipc semantics
1382         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1383           on rIfx (genCmp was broken)
1384
1385 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1386
1387         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1388         * src/z80/main.c (_keywords[]),
1389         * src/SDCCglobal.h (struct options),
1390         * src/SDCC.y,
1391         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1392         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1393         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1394         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1395         always available in leading double underscore form. The C99 support is
1396         mostly missing, but it's a start.
1397         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1398         reserved identifier "__data".
1399
1400 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1401
1402         * src/mcs51/peeph.def: fixed bug 1170013
1403
1404 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1405
1406         * device/include/mcs51reg.h: fixed bug 842007
1407
1408 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1409
1410         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1411         last time.
1412
1413 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1414
1415         * src/port.h (struct PORT),
1416         * src/avr/ralloc.c (avr_assignRegisters),
1417         * src/avr/main.c,
1418         * src/ds390/ralloc.c (ds390_assignRegisters),
1419         * src/ds390/main.c,
1420         * src/hc08/ralloc.c (hc08_assignRegisters),
1421         * src/hc08/main.c,
1422         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1423         * src/mcs51/main.c,
1424         * src/pic/ralloc.c (pic14_assignRegisters),
1425         * src/pic/main.c,
1426         * src/pic16/ralloc.c (pic16_assignRegisters),
1427         * src/pic16/main.c,
1428         * src/xa51/ralloc.c (xa51_assignRegisters),
1429         * src/xa51/main.c,
1430         * src/z80/ralloc.c (z80_assignRegisters),
1431         * src/z80/ralloc.h,
1432         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1433         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1434         * src/SDCCcse.h,
1435         * src/SDCCdflow.c (computeDataFlow),
1436         * src/SDCCdflow.h,
1437         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1438         * src/SDCCloop.h,
1439         * src/SDCCcflow.c (*),
1440         * src/SDCCcflow.h,
1441         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1442         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1443         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1444         immedDom() returning wrong block; probably fixes bug #1160833)
1445
1446 2005-03-20 Borut Razem <borut.razem AT siol.net>
1447
1448         * support/scripts/inc2h.pl: WIN32 port
1449
1450 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1451
1452         * device/lib/makefile.in: added abs.c and labs.c
1453
1454 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1455
1456         * device/include/stdint.h: added
1457         * device/lib/abs.c: added
1458         * device/lib/labs.c: added
1459         * device/include/stdlib.h: added abs() and labs() prototypes
1460         * device/lib/libsdcc.lib: added abs and labs
1461         * device/include/float.h,
1462         * device/lib/_fsmul.c,
1463         * device/lib/printf_fast.c,
1464         * device/lib/printf_tiny.c: updated comments
1465
1466 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1467
1468         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1469         bug #1164313
1470
1471 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1472
1473         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1474         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1475
1476 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1477
1478         * device/lib/printf_large.c: removed inline assembly for portability and
1479           readability. Use printf_fast if speed or size are more important.
1480         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1481         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1482
1483 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1484
1485         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1486         prevent compiler warning
1487
1488 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1489
1490         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1491         moved to level 0 and declared as static. Also they are explicit
1492         placed in access bank. This was necessery because some times they
1493         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1494         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1495         optimizations. Currently only compare to unsigned char is implemented,
1496         * src/pic16/gen.c: added fReturnIdx array,
1497         * (struct resolvedIfx) is moved to gen.h and made public,
1498         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1499         * (aopForSym): added an optimization to directly store in stack of
1500         the operand of a SEND iCode,
1501         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1502         but as registers instead (AOP_REG) using the fReturnIdx array,
1503         * (pic16_freeAsmop): remove the freed register from the
1504         _G.sregsAlloc field,
1505         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1506         a compare of 'WREG',
1507         * (pic16_popGetTempRegCond): changed function prototype, now
1508         function takes also a bitVector argument v which holds the current
1509         set of registers that are allocated for stack access by aopForSym,
1510         registers allocated in aopForSym for accessing stack symbols are not
1511         any more part of the functions usedRegs field,
1512         * (genCall): some times aopOp is called for a stack variable to be
1513         send, aopForSym might perform the push, if this is true make sure
1514         that genCall doesn't push the variable twice by testing _G.resDirect,
1515         * (genFunction): changed testing for unspecified interrupt number
1516         from 256 to INTNO_UNSPEC,
1517         * modified selection scheme of frame pointer generation. Previously
1518         if function did use local registers a frame pointer was generated,
1519         now a frame pointer is generated only if function has arguments
1520         (that need PLUSW2 register access), or has stack arguments, or the
1521         compiler is not instructed to omit the frame pointer,
1522         * (genEndFunction): before restoring local registers that were saved
1523         in the function preamble, also restore the registers that *might*
1524         have been allocated for stack access,
1525         * (genRet): removed some old comments,
1526         * (genCmp, the active (RN's) version): added a call to the
1527         pic16_genCmp_special function to perform the compare with a more
1528         robust and optimized way,
1529         * (genInline): a feature has been added in inline code generation,
1530         which allows a wildcard variable substitution when writing inline
1531         assembly. Code is incomplete and experimental therefore undocumented,
1532         * (genCast): changed order of aopOp for result and right to allow
1533         aopForSym to directly load the result if possible,
1534         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1535         perform an optimized compare on some selected special occasions,
1536         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1537         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1538         generate an IVT any more,
1539         * src/pic16/main.c (pic16_optionsTable): added command line option
1540         --optimize-cmp,
1541         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1542         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1543         macros,
1544         * src/pic16/NOTES: Raphael Neider added in list of active developers
1545         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1546         jumptable_end to prevent bug #,
1547         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1548         inCond and outCond fields,
1549         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1550         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1551         turn off register spilling,
1552         * (packRegsForOneUse): synced with other ports' versions although it
1553         is not used currently,
1554         * (pic16_packRegisters): added an optimization while reading
1555         structure bitfields, some registers may be saved (malloc code is
1556         decreased by 80 bytes)
1557
1558 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1559
1560         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1561         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1562         this can be optimized more?
1563
1564 2005-03-10 Raphael Neider <rneider AT web.de>
1565
1566         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1567           genNearPointerGet): (hopefully) fixed access to bitfields via
1568           pointers (p->bitN = x; and x = p->bitN; failed)
1569
1570 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1571
1572         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1573
1574 2005-03-09 Raphael Neider <rneider AT web.de>
1575
1576         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1577
1578 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1579
1580         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1581         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1582           (regTypeNum): set REG_BIT type if necessary
1583         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1584         * support/regression/tests/critical.c: check bug 1144613
1585
1586 2005-03-02 Raphael Neider <rneider AT web.de>
1587
1588         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1589
1590 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1591
1592         * src/avr/ralloc.c (serialRegAssign),
1593         * src/ds390/ralloc.c (serialRegAssign),
1594         * src/hc08/ralloc.c (serialRegAssign),
1595         * src/mcs51/ralloc.c (serialRegAssign),
1596         * src/pic/ralloc.c (serialRegAssign),
1597         * src/pic16/ralloc.c (serialRegAssign),
1598         * src/xa51/ralloc.c (serialRegAssign),
1599         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1600
1601 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * src/SDCCast.c (decorateType): fixed bug 1124787
1604
1605 2005-02-20 Hubert Sack <sack AT digiplan.de>
1606         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1607
1608         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1609         patch #1121755
1610
1611 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1612
1613         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1614         to keep the correct label reference count when adding/removing references
1615         to labels. A peephole file using this is appended to patch #1144962.
1616
1617 2005-02-14 Raphael Neider <rneider AT web.de>
1618
1619         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1620         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1621         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1622           retrievals of result operand's value on assignment
1623
1624 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1625
1626         * device/include/pic16/string.h: modified prototype for memccpy()
1627         to memccpy(void *, void *, char, size_t)
1628         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1629         check whether to omit frame pointer or not,
1630         * (genInline): convert all occurences of "\n" to LF in inline
1631         assembler blocks, this helps formatting the inline text,
1632         * (pic16_loadFSR0): modified prototype,
1633         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1634         removed some 8051 legacy code,
1635         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1636         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1637         before allocating temporary registers in functions,
1638
1639 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1640
1641         * support/regression/tests/bitvars.c: corrected the "fix"
1642
1643 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1644
1645         * support/regression/tests/bitvars.c,
1646         * support/regression/tests/bitwise.c,
1647         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1648
1649 2005-02-10 Raphael Neider <rneider AT web.de>
1650
1651         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1652           different size for Alpha
1653         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1654
1655 2005-02-09 Raphael Neider <rneider AT web.de>
1656
1657         * src/SDCC.lex(doPragma) : save and restore warning options as well
1658           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1659         * have #pragma less_pedantic set the errorlevel to WARNING
1660           (fixes #1117001)
1661         * (cloneOptimize) : fixed wrong malloc's size
1662         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1663           facilitate correct handling of #pragma (save|restore)
1664
1665 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1666
1667         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1668
1669 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1670
1671         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1672
1673 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1674
1675         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1676
1677 2005-02-02 Raphael Neider <rneider AT web.de>
1678
1679         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1680         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1681         * (pic16_storeForReturn): fixed to allow returning function pointers
1682         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1683         * device/include/pic16/{stddef.h,stdbool.h}: added
1684
1685 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1686
1687         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1688
1689 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1690
1691         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1692         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1693          appeared to be required
1694
1695 2005-01-31 Borut Razem <borut.razem AT siol.net>
1696
1697         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1698           include/mcs51 and include/z80 directories to the package
1699
1700 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1701
1702         * src/hc08/gen.c (genFunction): fixed bug #1112752
1703
1704 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1705
1706         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1707
1708 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1709
1710         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1711
1712 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1713
1714         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1715
1716 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1717
1718         * device/include/c8051fxxx.h: removed these 6 files
1719         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1720
1721 2005-01-26 Raphael Neider <rneider AT web.de>
1722
1723         * src/pic16/gen.c (genAssign): fixed assignment from longs
1724           in codespace (were cut to three bytes)
1725         * (genDummyRead): implemented (except for CODESPACE...),
1726           fixed bug #1108575
1727         * src/pic16/glue.c (emitStatistics): beautified
1728         * device/lib/pic16/libm/Makefile: added include path
1729
1730 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1731
1732         * src/z80/gen.c (aopPut): fixed bug #1103902
1733
1734 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1735
1736         * device/lib/expf.c: fixed bug #1095792
1737
1738 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1739
1740         * device/lib/pic16/libm: added Math library sources
1741
1742 2005-01-24 Raphael Neider <rneider AT web.de>
1743
1744         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1745           to enable upcast to pCodeOpReg2 (there is no type tag to
1746           differenciate the two and pic16_popGet2p cast into PCOR2)
1747         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1748           (sizeof(sectNames) changed to sizeof(sectName))
1749           Both patches fix segfaults under MinGW.
1750
1751 2005-01-23 Raphael Neider <rneider AT web.de>
1752
1753         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1754           Safe_[mc]?alloc()'ed variables
1755         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1756           of (byte sized) temporaries (assign them to WREG for now)
1757         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1758           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1759           this might fix SIGSEGVs on MinGW...
1760         * src/SDCCopt.c (killDeadCode): restored original behaviour
1761           (volatile operands might get thrown away though)
1762
1763 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1764
1765         * src/pic16/gen.c: fixed bug #1106975,
1766         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1767         pointer update, INTCON is saved, global interrupts are disabled and
1768         restored after updateing TOS.
1769         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1770         * added function attribute 'shadowregs' to take advantage of shadow
1771         registers,
1772         * added function attribute 'wparam' as an alternative to the wparam
1773         pragma,
1774         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1775         user declares a non-ISR function as 'shadowregs',
1776         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1777
1778 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1779
1780         * .version: bumped version number to 2.4.8
1781         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1782         pic16 port,
1783         * device/lib/pic16/libio/i2c/: I2C module support library,
1784         * device/include/pic16/i2c.h: I2C support library header,
1785         * device/lib/pic16/libc/stdio/: standard IO support sources,
1786         * (printf_small.c): printf_small() source, supports float print,
1787         * (printf_tiny.c): printf_tiny() source, does not support floats,
1788         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1789         enable global optimizations for entire library source, other
1790         Makefiles in the source tree are also modified to reflect this,
1791         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1792         function,
1793         * doc/sdccman.lyx: updated to reflect new changes,
1794         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1795         sym->onStack if-case,
1796         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1797         sbit, idata, _idata, xdata, _xdata,
1798         * added pragma library, to link an external library, (see doc),
1799         * removed command line options, --pomit-config-words, --pomit-ivt,
1800         --pleave-reset-vector,
1801         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1802         when calling assembler to reflect memory model used, also define
1803         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1804         reflect stack model used,
1805         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1806         on stack return NULL,
1807
1808 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1809
1810         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1811           of the operands is volatile. Fixes #1020220
1812
1813 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1814
1815         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1816         * (OptimizeRegUsage): make sure that there is really no other flow where
1817           the first pCode is used
1818
1819 2005-01-22 Raphael Neider <rneider AT web.de>
1820
1821         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1822           to fix #1106967 (pCode->seq are not set up correctly)
1823
1824 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1825
1826         * src/SDCCglue.c (glue): make sure code area is declared before the
1827         static initialization area.
1828
1829 2005-01-21 Raphael Neider <rneider AT web.de>
1830
1831         * device/lib/Makefile.in: fixed test for pic16 install dir
1832         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1833           optimizations
1834         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1835           added --optimize-goto compiler switch and pragma wparam documentation
1836         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1837         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1838           and PRODH closing bug #1071770 (peephole optimizer)
1839
1840 2005-01-19 Raphael Neider <rneider AT web.de>
1841
1842         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1843           cmdLine buffers (used when calling sdcpp...) are large enough
1844           (MAX_PATH=256 truncates arguments leading to system halts when
1845           used in MinGW...)
1846         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1847         * (genUminus): rewritten to for efficiency
1848         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1849           used uninitialized in some cases)
1850         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1851           copy the third byte from the int -- now assumes 0x80 (data memory)
1852         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1853           operands (genAddLit expects the iCode's operands to swapped as
1854           well), fixed leftover bytes (crashed for short left operands)
1855         * (pic16_genMinusDec): performance improvements, removed false
1856           PIC14 emitSKPNCs
1857         * (pic16_genMinus): fixed to cope with differently sized operands
1858         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1859           for --obanksel > 1
1860         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1861         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1862           new banksel optimization
1863         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1864           analysis for temporary registers (segfaults...)
1865         * src/pic16/peeph.def: added rule
1866
1867 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1868
1869         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1870         which converts a float number to its ASCII representation
1871         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1872         functions to convert the fractional and integer part of a float to ASCII,
1873         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1874         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1875         ram
1876         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1877         _STATMEM macros,
1878         * device/include/pic16/adc.h: added GPL info,
1879         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1880         a pCodeOp as tested operand,
1881         * (genNearPointerGet): optimized bit testing, does not use
1882         intermediate register for bit value, test directly instead with
1883         BTFSS, BTFSC, works only for single bits,
1884         * (genpic16Code): dump the name of the iCode in the asm,
1885         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1886         renamed to pic16_decodeOp,
1887         * (serialRegAssign): do not allocate a temporary register for iCode
1888         sequences that test a single bit for 1/0
1889
1890 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1891
1892         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1893         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1894         access stack and frame pointers. They are initially assigned to
1895         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1896         accessing SFRs. Updated all occurences of modification of stack or
1897         frame pointer in gen.c and pcode.c,
1898         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1899         assigning of a literal value to pointers,
1900         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1901         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1902         selected
1903
1904 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1905
1906         * doc/sdccman.lyx: update documentation about stack pragma, added
1907         some info for stack memory models
1908
1909 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1910
1911         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1912
1913 2005-01-08 Raphael Neider <rneider AT web.de>
1914
1915         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1916           udata sections to fix bug #1097823
1917
1918 2005-01-05 Raphael Neider <rneider AT web.de>
1919
1920         * src/pic16/gen.c (genGenericShift): added handling of differently
1921           sized left operand and result
1922
1923 2005-01-04 Raphael Neider <rneider AT web.de>
1924
1925         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1926         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1927           to hold the condition bit)
1928         * added new version of genCmp (old code available via #define)
1929         * added new version of genShiftLeft/genShiftRight in a generic
1930           way, now supports shifting by negative values
1931         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1932           shiftCount (expected by genGenericShift)
1933         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1934         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1935           dump
1936         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1937           is an invalid literal too...)
1938
1939 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1940
1941         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1942         from Raphael Neider,
1943         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1944         for 8-bit literals. This fixes some literal operands which are sign
1945         extended to 16-bits ints when instruction needs only 8-bits.
1946
1947 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1948
1949         * device/lib/logf.c: added mcs51 assembly version
1950         * device/lib/expf.c: added mcs51 assembly version
1951         * device/lib/_logexpf.c: new shared asm code for expf and logf
1952         * device/include/math.h: add defines for assembly math library
1953         * device/lib/Makefile.in: build new _logexpf.c
1954         * device/lib/libfloat.lib: use new _logexpf.c
1955
1956 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1957
1958         * src/pic/device.c
1959         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1960           device types which have less than 0x7f registers.
1961
1962 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1963
1964         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1965
1966 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1967
1968         * device/lib/printf_fast.c: only build on supported arch.
1969         * device/lib/printf_tiny.c: only build on supported arch.
1970         * device/lib/printf_fast_f.c: only build if asm float lib
1971         * device/lib/_fsget1arg.c: only build if asm float lib
1972         * device/lib/_fsget2args.c: only build if asm float lib
1973         * device/lib/_fsnormalize.c: only build if asm float lib
1974         * device/lib/_fsreturnval.c: only build if asm float lib
1975         * device/lib/_fsrshift.c: only build if asm float lib
1976         * device/lib/_fsswapargs.c: only build if asm float lib
1977         * device/include/stdio.h: don't provide print_fast,
1978           print_fast_f, print_tiny prototypes if --xstack used
1979
1980 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1981
1982         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1983         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1984           to the SOURCES
1985
1986 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1987
1988         * device/lib/printf_fast_f.c: same as printf_fast, but
1989           with floating point enabled
1990         * device/lib/printf_fast.c: minor tweaks
1991         * device/include/stdio.h: add printf_fast_f
1992
1993 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1994
1995         * src/SDCCmain.c: make --float-reent default for mcs51
1996         * device/lib/_fsadd.c: added mcs51 assembly version
1997         * device/lib/_fssub.c: added mcs51 assembly version
1998         * device/lib/_fsmul.c: added mcs51 assembly version
1999         * device/lib/_fsdiv.c: added mcs51 assembly version
2000         * device/lib/_fseq.c: added mcs51 assembly version
2001         * device/lib/_fsneq.c: added mcs51 assembly version
2002         * device/lib/_fsgt.c: added mcs51 assembly version
2003         * device/lib/_fslt.c: added mcs51 assembly version
2004         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2005         * device/lib/Makefile.in: add _fscmp to build
2006         * device/lib/libfloat.lib: add _fscmp to build
2007
2008 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2009
2010         * device/lib/_fs2slong.c: added mcs51 assembly version
2011         * device/lib/_fs2sint.c: added mcs51 assembly version
2012         * device/lib/_fs2schar.c: added mcs51 assembly version
2013         * device/lib/_fs2ulong.c: added mcs51 assembly version
2014         * device/lib/_fs2uint.c: added mcs51 assembly version
2015         * device/lib/_fs2uchar.c: added mcs51 assembly version
2016         * device/lib/_slong2fs.c: added mcs51 assembly version
2017         * device/lib/_sint2fs.c: added mcs51 assembly version
2018         * device/lib/_schar2fs.c: added mcs51 assembly version
2019         * device/lib/_ulong2fs.c: added mcs51 assembly version
2020         * device/lib/_uint2fs.c: added mcs51 assembly version
2021         * device/lib/_uchar2fs.c: added mcs51 assembly version
2022         * device/include/float.h: added #define to select asm vs c
2023
2024 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2025
2026         * device/lib/printf_fast.c: improvements to float output
2027         * device/include/float.h: add defines for assembly float library
2028         * device/lib/_fsget1arg.c: receive 1 float arg
2029         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2030         * device/lib/_fsnormalize.c: normalize a float
2031         * device/lib/_fsreturnval.c: return float, various helper routines
2032         * device/lib/_fsrshift.c: right shift a float's mantissa
2033         * device/lib/_fsswapargs.c: swap 2 floats
2034         * device/lib/Makefile.in: build these 6 new files for mcs51
2035         * device/lib/libfloat.lib: add these 6 files to the library
2036
2037 2004-12-26 Borut Razem <borut.razem AT siol.net>
2038
2039         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2040           built by gcc 3.4.2
2041
2042 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2043
2044         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2045           and fully reentrant and register bank neutral.
2046         * device/lib/printf_fast.c: added float (not enabled by default),
2047           added compact/slower integer (also not enabled by default),
2048           improved size/speed of fast integer code, other minor changes
2049         * device/include/stdio.h, device/lib/Makefile.in,
2050           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2051
2052 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2053
2054         * src/pic16/pcode.c: declaring variables other than at the start of a
2055           block is not supported in C by VC6.
2056
2057 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2058
2059         * applied a previous patch from Raphael Neider that wasn't included
2060         in the previous commits, which fixes infinite loops within jumptable
2061         improvements,
2062         * made some fixes that previous patches introduced
2063
2064 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2065
2066         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2067         that fixes an issue with AOP_PCODE asmop's offset,
2068         * (pic16_popCopyReg): update instance field too,
2069         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2070         function of pic port,
2071         * (genCmp, genAnd, genAssign),
2072         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2073
2074 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2075
2076         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2077         variables initial values to idata section,
2078         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2079         variables in some functions. This utilizes parmBytes field of iCode
2080         structure to hold the offset of the variable in stack. (might be
2081         able to use the stack field too?)
2082         * applied patch from Raphael Neider # ### , # ###
2083         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2084         variable initial values in idata section,
2085         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2086         for static variables with initial value
2087         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2088         applied fix in while loop from Raphael Neider.
2089
2090 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2091
2092         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2093         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2094         * src/ds390/ralloc.c (serialRegAssign): spill bits
2095         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2096         * support/Util/SDCCerr.c,
2097         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2098         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2099         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2100
2101 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2102
2103         * device/include/sdcc-lib.h: inserted LGPL, added includes
2104           asm/ds390/features.h and asm/mcs51/features.h
2105         * device/include/asm/default/features.h,
2106         * device/include/asm/gbz80/features.h,
2107         * device/include/asm/z80/features.h: added empty _AUTOMEM
2108           and _STATMEM
2109         * device/include/asm/ds390/features.h,
2110         * device/include/asm/mcs51/features.h: added files with defines for
2111           _AUTOMEM and _STATMEM indicating automatic and static storage class
2112         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2113         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2114         * src/SDCCicode.c (geniCodeCast),
2115         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2116         * src/SDCCloop.c (loopInduction): removed unused variable lr
2117         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2118           to convertToFcall to include char modulo (RFE 1065037), added check
2119           if left operand is unsigned and use abs of literal value
2120         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2121           as it doesn't work after conversion from peephole.def to peephole.rul
2122         * src/mcs51/gen.c (toBoolean): added check for size,
2123           (genModOneByte): optimized code for signed char modulo a literal
2124           power of 2 (thanks to Hubert Sack),
2125           (genRRC): removed unnecessary "clr c",
2126           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2127         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2128           jump optimization,
2129           swapped rules 256.c and 256.d,
2130           extended 256.d by using new multiple checks (thanks Erik),
2131           added rules 256.e and 256.f,
2132           updated rule 261.a and 261.b to new generated code
2133         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2134
2135 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2136
2137         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2138           induction related bugs, including first part of bug #1074377
2139
2140 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2141
2142         * applied patch from bug-report #1076292,
2143         * applied patches for genAnd and Goto-optimizations for Raphael
2144         Neider,
2145         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2146         dump a less iCode information,
2147         * src/pic16/device.h (pic16_options_t): added field debgen,
2148         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2149         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2150         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2151         puclic,
2152         * (various functions): added macros FENTRY and FENTRY2 to functions,
2153         to emit function prologue,
2154         * (various functions): fixed indentation,
2155         * (genNearPointerGet): fixed loading of FSR0,
2156         * (genPackBits): applied patch from Raphael Neider to fix updating
2157         of FSR0 and touching only the modified bits,
2158         * src/pic16/genarith.c (various functions): added macros FENTRY to
2159         emit function prologue in comments,
2160         * src/pic16/pcode.h: added functions debugf2, debugf3,
2161         * src/pic16/ralloc.c: partial fix for packForPush caused
2162         segmentation fault,
2163
2164 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2165
2166         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2167           <stsp AT users.sourceforge.net> with reversed byte order
2168         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2169
2170 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2171
2172         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2173           bug #1074377
2174         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2175         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2176
2177 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2178
2179         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2180
2181 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2182
2183         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2184           conditions,
2185           (setFromConditionArgs): friendly operand parser for peephole rules,
2186           (operandBaseName, operandsNotRelated): new peephole condition
2187           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2188           architecture specific register naming into account, handles n-way
2189           comparisons, and supports quoted literals
2190         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2191
2192 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2193
2194         * src/mcs51/peeph.def: fixed bug #1076940
2195
2196 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2197
2198         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2199
2200 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2201
2202         Adding support for replacing ljmps with sjmps in jumptables
2203         generated for switch statements. For now you need to set the
2204         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2205         Now 4 algorithms for mcs51 jumptable generation are used:
2206         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2207         addresses loaded pc-relative for up to 112 cases and stack-pushing
2208         target addresses loaded with offset from dptr for up to 256 cases.
2209
2210         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2211         * src/mcs51/main.c: adapted constants for switch table generation
2212         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2213
2214 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2217         * support/regression/tests/bug1057979.c: added test for bug 1073386
2218
2219 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2220
2221         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2222         compilers
2223
2224 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2225
2226         * src/pic16/device.h,
2227         * src/pic16/genarith.c,
2228         * src/pic16/glue.c,
2229         * src/pic16/main.c,
2230         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2231
2232 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2233
2234         Large cummulative patch for pic16 port.
2235         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2236         to call when a stack overflow occurs,
2237         * (malloc.h): added CVS Id tag,
2238         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2239         variable,
2240         * added libc directory. The current version of LibC contains string
2241         functions, ctype functions and macros and some functions of the
2242         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2243         be extensively tested in the future. Standard disclaimer here.
2244         Library is not automatically build yet. But one can build it by
2245         invoking 'make' inside the libc directory.
2246         * added ADC library under libio. Preliminary version yet.
2247
2248         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2249         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2250         aopForRemat() now and not by pic16_aopOp(),
2251         * (pic16_popGetTempReg): removed warning messgae when allocating
2252         temporary registers, its a buggy feature and will be removed,
2253         * (pic16_popGet): set register instance field in AOP_CRY,
2254         * (pic16_outBitC): fixed for results in size greater than 1,
2255         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2256         * (pic16_storeForReturn): optimized return of 0,
2257         * (genCmp): experimental code for new genCmp which uses PIC18's
2258         special compare&skip instructions. Initial tests fail some times
2259         with variables grater than 1 byte in size, so new code is disabled,
2260         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2261         a single bit,
2262         * (genCast): began a fix to optimize the casting of a bit to another
2263         bit, now assigning a bitfield to another bitfield will fail, sorry,
2264         * src/pic16/main.c: disabled the use of lr-support feature,
2265         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2266         * added some function prototypes, added function _debugf prototype,
2267         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2268         bits with offset (case PO_GPR_BIT),
2269         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2270         command line,
2271         * (isBankInstruction): modified to return 0 for no banking instruction,
2272         and 1 for banking instruction,
2273         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2274         caused stop processing pCodes after a inline assembly block,
2275         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2276         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2277         registers when it shouldn't,
2278         * src/pic16/ralloc.c (allocReg): add preliminary support for
2279         supporting a limited set of temporary registers,
2280
2281 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2282
2283         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2284           genDataPointerSet): ensure assignments always copy in MSB to LSB
2285           order,
2286           (loadRegFromAop): recognize CLRH optimization,
2287           (genFunction): optimize RECEIVE iCodes in reentrant functions
2288
2289 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2290
2291         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2292           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2293           selected.
2294         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2295         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2296           contiguous with data
2297
2298 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2299
2300         * device/lib/_gptrget.c (_gptrget),
2301         * device/lib/_gptrgetc.c (_gptrgetc),
2302         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2303           instead of sjmp to ret
2304         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2305           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2306
2307 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2308
2309         * .version: bumped version to 2.4.7
2310         * device/lib/_gptrget.c (_gptrget): is now _naked
2311         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2312         * device/lib/_gptrput.c (_gptrput): is now _naked
2313         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2314           (createFunction): fixed xstack
2315         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2316         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2317           or bit either,
2318           (geniCodeCritical): store original interrupt state in an iTemp bit
2319           var unless stack-auto
2320         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2321         * src/SDCCmain.c (setIncludePath): added include/target to search path
2322         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2323         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2324           prototype,
2325           (processFuncArgs): put bit vars in bit area
2326         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2327           unsaveRBank): fixed xstack,
2328           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2329           (genFunction, genEndFunction): fixed xstack,
2330           (genAssign): optimization don't walk backwards through mem
2331         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2332         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2333         * support/regression/Makefile: also make library (for stack-auto) when
2334           making "all" and added "test-mcs51-xstack-auto"
2335         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2336         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2337         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2338         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2339         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2340           make-library by MAKE_LIBRARY
2341         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2342           regression tests for xstack
2343         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2344         * support/regression/tests/critical.c: test for critical on mcs51
2345
2346 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2347
2348         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2349           built version of sdcc instead of installed version
2350
2351 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2352
2353         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2354         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2355           vprintf.c now
2356         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2357         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2358           WARNING: remove device/lib/build/z80/printf.o by hand when
2359           updating from previous build!
2360         * device/lib/z80/printf.c: updated comment
2361         * support/regression/tests/bug1057979.c: test all ports now
2362         * support/regression/tests/bug1065458.c: file added
2363
2364 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2365
2366         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2367           *_start and *_end symbols for static functions
2368
2369 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2370
2371         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2372           and search crt0.o in all library paths,
2373           (setIncludePath): proper handling of --nostdinc,
2374           (setLibPath): proper handling of --nostdlib
2375         * support/regression/Makefile,
2376         * support/regression/ports/ds390/spec.mk,
2377         * support/regression/ports/gbz80/spec.mk,
2378         * support/regression/ports/hc08/spec.mk,
2379         * support/regression/ports/mcs51/spec.mk,
2380         * support/regression/ports/mcs51-large/spec.mk,
2381         * support/regression/ports/mcs51-stack-auto/spec.mk,
2382         * support/regression/ports/z80/spec.mk: use include and lib files from
2383           built version of sdcc instead of installed version
2384         * doc/sdccman.lyx: fixed typo in --nostdinc
2385
2386 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2387
2388         * src/pic/pcode.c,
2389         * src/pic/device.c,
2390         * src/pic/ralloc.c,
2391         * src/pic/gen.c : added support to generate code for struct bit fields.
2392
2393 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2394
2395         * as/xa51/xa_version.h,
2396         * device/include/errno.h,
2397         * device/include/regc515c.h,
2398         * device/lib/_itoa.c,
2399         * device/lib/_ltoa.c,
2400         * device/lib/ser_ir_cts_rts.c,
2401         * sim/ucsim/xa.src/glob.cc,
2402         * sim/ucsim/xa.src/inst_gen.cc,
2403         * sim/ucsim/xa.src/xa_bit.cc,
2404         * sim/ucsim/xa.src/xa_sfr.cc,
2405         * sim/ucsim/z80.src/inst_dd.cc,
2406         * sim/ucsim/z80.src/inst_fdcb.cc,
2407         * support/scripts/keil2sdcc.pl,
2408         * src/pic16/pic16.dsp,
2409         * src/pic16/pic16a.dsp: corrected cvs line endings
2410         * device/lib/printf_large.c: fixed bug 1057979
2411         * src/pic16/gen.c: fixed non-C standard code
2412         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2413         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2414         * support/regression/ports/mcs51/support.c: reload T1 asap
2415         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2416           pdata use and clear idata startup behaviour
2417         * support/regression/tests/bug1057979.c: added
2418
2419 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * device/examples/ds390/ow390/ad26.h,
2422         * device/examples/ds390/ow390/cnt1d.h,
2423         * device/examples/ds390/ow390/crcutil.c,
2424         * device/examples/ds390/ow390/ownet.h,
2425         * device/examples/ds390/ow390/owsesu.c,
2426         * device/examples/ds390/ow390/swt12.h,
2427         * device/examples/ds390/ow390/swtoper.c,
2428         * device/examples/ds390/ow390/temp10.h,
2429         * device/examples/ds390/ow390/thermodl.c,
2430         * device/examples/ds390/tinitalk/tinitalk.dsp,
2431         * device/examples/ds390/tinitalk/tinitalk.dsw,
2432         * device/examples/mcs51/clock/hw.h,
2433         * device/examples/mcs51/simple2/go.bat,
2434         * device/examples/serialcomm/windows/serial.h,
2435         * device/examples/xa51/dummy.c,
2436         * device/examples/xa51/hello.c,
2437         * device/include/80c51xa.h,
2438         * device/include/at89x051.h: corrected cvs line endings
2439
2440 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2441
2442         * src/pic16/main.c (options): added command line --gstack, to trace
2443         stack over/under flows,
2444         * added pragma 'wparam' to allow passing first byte of function
2445         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2446         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2447         call to __gstack_test function and sets up the symbol as extern,
2448         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2449         * popaop): added call to pic16_testStackOverflow,
2450         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2451         wparamList list,
2452         * (genCall, genPcall): now all parameters are passed via stack
2453         except in functions that are pass to wparam pragma in which WREG is
2454         used too,
2455         * (genPcall): REENTRANT flag is checked to see if variable prototype
2456         contains reentrant keyword, don't call a non-reentrant function, via
2457         a reentrant function pointer or vice versa, functions are never
2458         passed via WREG,
2459         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2460         D.Winkler,
2461         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2462         SIGSEGV when accessing a NULL register stucture,
2463         * (pic16_printGPointerType): modified to handle UPPER modifier for
2464         function initializers, changed prototype of function to simpler one,
2465         * (pic16_printIvalFuncPtr): check to see if function is already
2466         added in externs list,
2467         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2468         optimized a move from W to SFR with a move to the same register
2469         later after a CALL,
2470         * device/lib/pic16/debug: NEW directory, contains debug features
2471         which are enabled when linking with libdebug.lib, currently command
2472         line option --gstack enables stack pointer tracing for over/under
2473         flow, corresponding sources are in debug/gstack
2474
2475 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2476
2477         * doc/sdccman.lyx: updated SDCC version,
2478         * (PIC16 port): update list of command line options,
2479         * src/pic16/device.h (structure pic16_options_t): added field gstack
2480         to enable stack overflow tracing on push/pops,
2481         * src/pic16/device.c (statistics structure): added statistics
2482         structure,
2483         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2484         pic16_dump_int_registers): increase statistics counters for each
2485         * variable which is encountered
2486         * (pic16_dump_usection): emit each .udata variable to its own udata
2487         section,
2488         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2489         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2490         parameters via stack, otherwise use old scheme,
2491         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2492         assembler output file,
2493         * src/pic16/main.c: added command line options --gstack to enable
2494         push/pop tracing for stack overflow,
2495         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2496         instructions): added size of each instruction,
2497         * (pic16_countInstruction): estimate size of instructions in
2498         the_pFile list, inline assembly blocks are not counted,
2499         * (pic16_FixRegisterBanking): trace previous register usage, when
2500         banksel optimizations is greater than 0, don't emit a redudant
2501         banksel directive,
2502
2503 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2504
2505         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2506         * src/pic16/ralloc.c : applied same fix for pic16.
2507         * src/pic/gen.c : tidied it up a little.
2508
2509 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2510
2511         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2512         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2513
2514 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2515
2516         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2517
2518 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2519
2520         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2521         non-reentrant function __modsint in the interrupt function (thus
2522         corrupting math operations during serial I/O)
2523         * device/lib/ser_ir.c: as above, changed buffersize
2524         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2525         256.c,d for zeroing
2526         * doc/Makefile: added option -t for rsync
2527
2528 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2529
2530         * src/SDCCast.h (struct ast),
2531         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2532
2533 2004-10-20 Borut Razem <borut.razem AT siol.net>
2534
2535         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2536         package
2537
2538 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2539
2540         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2541         makefile targets,
2542         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2543         support functions to replace long sequences of MOVFF's from access
2544         bank registers to stack and vice versa,
2545         * src/pic16/device.h: added new field opt_flags, where optimization
2546         flags can be set to enable certain features,
2547         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2548         * pBlock, (genFunction, genEndFunction): surroung loop for
2549         saving/loading used registers in stack with PC_INFO pCodes,
2550         INF_LREGS. Code in between can then be optimized by pCode optimizer
2551         to support function calls,
2552         * (genDataPointerSet): fixed bug which loaded float fields in
2553         structures with corrupt data,
2554         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2555         in a standard way debug info on stderr. Feature used for developing
2556         and debugging only,
2557         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2558         obsolete chunks of code,
2559         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2560         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2561         * pic16/src/pcode.c (pic16_newpCodeInfo,
2562         * (pic16_newpCodeOpLocalRegs),
2563         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2564         feature,
2565         * (pic16_pCodeConstString): printing of the initial value of a
2566         symbol as a comment is inhibited since parsing was already done by
2567         copyStr and output is corrupt,
2568         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2569
2570 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2571
2572         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2573
2574 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2575
2576         * as/mcs51/lkarea.c: removed old K&R style,
2577           (lnksect): changed check on boundary error,
2578           (lnksect2): changed check on boundary error,
2579           (lnksect2): extend XSTK to end of page if size = 1
2580         * as/mcs51/lkmain.c: removed old K&R style,
2581           (Areas51): create l_IRAM symbol
2582         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2583         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2584           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2585         * device/lib/_mullong.c: added version to be compiled with xstack
2586         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2587         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2588         * device/lib/mcs51/crtxstack.asm: fixed comment
2589         * src/SDCCglue.c: maxInterrupts defaults to 0,
2590           (emitMaps): added pdata,
2591           (createInterruptVect): (re)moved default,
2592           (glue): added pdata,
2593           (glue): moved __start__xstack to XSTK with default size 1
2594         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2595           and options.float_rent when options.stackAuto is set,
2596           (linkEdit): only write XDATA_NAME if provided on command line
2597         * src/SDCCmem.h,
2598         * src/SDCCmem.c: added pdata
2599         * src/port.h: added pdata_name to PORT
2600         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2601           (saveRegisters, unsaveRegisters): removed usage of B,
2602           (genMinus): fixed accumulator clash,
2603           (genJumpTab): added comment, this needs another look
2604         * src/mcs51/gen.c: added check for "B in use" paranoia,
2605           added pushB() and popB()
2606         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2607           chance
2608         * src/avr/main.c,
2609         * src/ds390/main.c,
2610         * src/hc08/main.c,
2611         * src/mcs51/main.c,
2612         * src/pic/main.c,
2613         * src/pic16/main.c,
2614         * src/xa51/main.c,
2615         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2616           added PSEG (PAG,XDATA) or NULL to port specifier
2617         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2618         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2619           (_mcs51_genInitStartup): removed __start__xstack equ,
2620           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2621         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2622         * src/z80/gen.c (_rleAppend): fixed warnings
2623         * support/regression/tests/zeropad.c: added pdata test
2624         * .version: bumped to 2.4.6
2625
2626 2004-10-17 Borut Razem <borut.razem AT siol.net>
2627
2628         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2629         as a part of nightly build
2630
2631 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2632
2633         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2634         WREG holds the first byte function parameters,
2635         * (aopForSym): take special case for symbols which are in FARSPACE
2636         but in CODESPACE too,
2637         * (assignResultValue): modified to take into account _G.useWreg,
2638         * (genCall): don't use wreg for parameter passing when function is
2639         declared as reentrant, too, added optimization INCF to stack
2640         pointer when stack parameter count is 1,
2641         * (genFunction, genEndFunction): refurnished and fixed to not using
2642         wreg for passing parameters when function has varargs or is
2643         reentrant, fixed bug with symbol name compare for generating
2644         functions in absolute address,
2645         * (pic16_storeForReturn): refurnished,
2646         * (genCmp): began writing a new version of the function, not ready
2647         yet, therefore it is disabled,
2648         * (genAssign): do not read code memory when assigning a function to
2649         a pointer function,
2650         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2651         array of characters, not pointer,
2652         * (pic16initialComments): in debug mode emit an .ident directive for
2653         the assembler,
2654         * (_process_pragma): emit a new warning type (internal to pic16)
2655         when setting stack to default length, emit a similar warning when
2656         placing a function at absolute address and address is not word aligned
2657         * (_pic16_parseOptions): added 'return TRUE' statement,
2658         * (_pic16_linkEdit): if compiling a source, then add the source's
2659         file object, first in the list of objects to link,
2660
2661 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2662
2663         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2664         * src/pic/main.c : removed VC warning.
2665         * src/pic/gen.c : changed comment.
2666
2667 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2668
2669         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2670         reference to a deprecated symbol _GPTRREG was causing failure to
2671         link. Thanks G. M. Gallant for the info.
2672
2673 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2674
2675         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2676         comments for Bugs item #954788.
2677
2678 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2679
2680         * src/pic16/device.c (pic16_dump_gsection,
2681         * pic16_groupRegistersInSection): handle symbols declared to be in
2682         access bank differently,
2683         * src/pic16/gen.c (struct _G): added field resDirect,
2684         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2685         send values read from stack directly to result and don't allocate
2686         temporary values,
2687         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2688         same registers,
2689         * (pic16_sameRegsOfs): NEW,
2690         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2691         free because they were not allocated from temporary pool,
2692         * pic16_popRegFromString): workaround to fix a problem with
2693         allocating variables twice or never,
2694         * (genGenPointerGet): using PRODL instead of FSR0H,
2695         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2696         instead of FSR0H,
2697         * (genAssign): take advantage of the _G.resDirect flag,
2698         * (genCast): around line 11844, use mov2f instead of directly
2699         MOVFF'ing between operands to account for literal values,
2700         * src/pic16/genutils.c: some new debug functions for gpsim have been
2701         added,
2702         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2703         float with integer part only,
2704         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2705         place variables in access bank
2706         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2707         updated sources to reflect recent changes in gen.c
2708
2709 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2710
2711         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2712         sources that searched for headers in installation path, now the
2713         device/include/pic16 is used,
2714         * src/pic16/glue.c (pic16glue),
2715         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2716         .line directives if not in debug mode, this suppresses assembler's
2717         warnings for ignored directives
2718
2719 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2720
2721         * src/port.h: made reset_regparms prototype void parameter explicit.
2722         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2723         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2724         * doc/sdccman.lyx: documented warning disabling and how to use
2725           printf_large to make it print floats.
2726         * device/include/stdbool.h: NEW
2727         * device/lib/_atof.c,
2728         * device/lib/_divuint.c,
2729         * device/lib/_divulong.c,
2730         * device/lib/expf.c,
2731         * device/lib/printf_large.c,
2732         * device/lib/sincosf.c,
2733         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2734         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2735           a completely reentrant lib.
2736
2737 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2738
2739         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2740         * device/include/pic16/stdio.h: fixed bug with colon
2741
2742 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2743
2744         * device/include/pic16/stdio.h,
2745         * device/include/pic16/stdlib.h,
2746         * device/include/pic16/math.h: NEW
2747         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2748         declared as _naked to reduce overhead
2749         * device/lib/Makefile.in (target port-specific-objects-pic16):
2750         changed * to *.* so to ignore the CVS directory,
2751         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2752         stacked variables back in stack,
2753         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2754         corruption
2755
2756 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2757
2758         * .version: bumped version number to 2.4.5
2759         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2760         * support/Util/SDCCerr.c (messages structure): added entry for
2761         W_POSSBUG2
2762
2763         Large cumulative patch for pic16 port and libraries.
2764         * device/include/pic16/sdcc-lib.h,
2765         * device/include/pic16/stdarg.h,
2766         * device/include/asm/pic16/features.h,
2767         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2768         * device/include/pic16/float.h: changes reentrant keyword with
2769         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2770         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2771         updated target build-libraries to include objects from gptr,
2772         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2773         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2774         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2775         all function headings,
2776         * src/SDCCmain.c: added global parameter userIncDirsSet,
2777         * (parseCmdLine): when option -I is encountered add directory to
2778         userIncDirsSet too,
2779         * src/version.awk: added space between control and long,
2780         * src/pic16/NOTES: added some notes for the port,
2781         * src/pic16/gen.c: added prototype for mov2fp function,
2782         * (fReturnpic16[]): properly named return value registers,
2783         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2784         * (aopForSym): added code to handle symbols with onStack flag set,
2785         symbols onStack are allocated PTRSIZE bytes,
2786         * (aopFreeAsmop): handles special case where asmops are stack objects,
2787         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2788         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2789         added argument lock to trace flaws in allocating temporary registers
2790         when developing port,
2791         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2792         * (pic16_popRegFromString): reenabled allocating a direct register
2793         from string,
2794         * (assignResultValue): various beautifications,
2795         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2796         referenced function argument,
2797         * (genIpush): reenabled to allow stacked arguments, handles only
2798         ic->parmPush iCodes,
2799         * (genCall, genPcall): major changes to allow for variable argument
2800         functions, fixed a bug with falsely restoring stack pointer after
2801         returning from call,
2802         * (genFunction): pending code for critical function,
2803         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2804         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2805         * (genNearPointerGet): fixed bug with indirect reading, was always
2806         reading from INDF0
2807         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2808         pointers,
2809         * (genAddrOf): rewrote code to take address of a stacked function parameter
2810         * (genCast): fixed casting to generic pointer type,
2811         * src/pic16/gen.h: added AOP_STA,
2812         * (struct asmop): added field stk,
2813         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2814         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2815         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2816         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2817         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2818         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2819         generic pointers,
2820         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2821         and library paths,
2822         * (pic16_port structure): generic pointer size is set to 3,
2823         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2824         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2825         compiler warning,
2826         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2827         operand is an iTemp,
2828
2829 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2830
2831         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2832         * debugger/mcs51/simi.c: addapt new syntax of s51
2833
2834 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2835
2836         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2837         * src/pic16/pcode.c: commented out some calls to free() in order to
2838         fix bug #989576,
2839
2840 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2841
2842         * src/SDCCicode.h,
2843         * src/SDCCicode.c (isiCodeInFunctionCall),
2844         * src/avr/ralloc.c (selectSpil),
2845         * src/pic/ralloc.c (selectSpil),
2846         * src/pic16/ralloc.c (selectSpil),
2847         * src/ds390/ralloc.c (selectSpil),
2848         * src/hc08/ralloc.c (selectSpil),
2849         * src/xa51/ralloc.c (selectSpil),
2850         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2851         stack in the middle of a function call sequence (fixes bug #1020268)
2852         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2853         costs associated with the minimum switch case.
2854
2855 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2856
2857         * src/SDCC.lex: fixed bug #1030549
2858
2859 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2860
2861         * src/SDCCcse.h (struct cseDef),
2862         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2863         over a function call if the CSE is derived from a symbol whose
2864         address has been taken (fixes bug #1029883)
2865         * support/regression/tests/bug-1029883: a new regression test for
2866         this bug
2867
2868 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2869
2870         * src/hc08/gen.c (emitinline): fixed bug #1029778
2871         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2872         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2873         and starts toward RFE #905167)
2874
2875 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2876
2877         * src/pic16/gen.c (mov2f): New function to move an operand to
2878         another without considering if it is a literal or a register,
2879         * (pic16_sameRegs): don't check if they are both AOP_REG,
2880         * (AccRsh): removed andmask=0 lines,
2881         * (genLeftShift): duplicated to be improved in future versions,
2882         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2883         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2884         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2885         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2886         * (insertBankSwitch): fixed inserting banksel directives algorithm
2887         for instructions that follow a skip instruction, this fixes a report
2888         for broken subtraction code generation,
2889         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2890         iCode is a left op, just in case result and right share the same
2891         registers
2892
2893 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2894
2895         * src/hc08/main.c,
2896         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2897         preservation of HX
2898         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2899         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2900         on 2004-09-12; it was buggy
2901
2902 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2903
2904         * src/SDCCsymt.h: removed RESULT_CHECK
2905         * src/SDCCast.c,
2906         * src/SDCCglue.c,
2907         * src/SDCCval.c,
2908         * src/pic/glue.c,
2909         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2910
2911 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2912
2913         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2914         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2915         configuration values no more rejected by compiler, they are assigned
2916         to configuration registers with a warning message instead,
2917         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2918         the for-loop so last conf register is emitted too,
2919         * (_pic16_initPaths): link library libsdcc.lib by default,
2920         * (_hasNativeMulFor): modified test for multiplication according to
2921         Raphael Neider's remarks. Integer multiplication is also done with
2922         support functions,
2923         * device/include/pic16/pic18fregs.h: corrected type error in while
2924         testing and including 18f6720 header file
2925
2926 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2927
2928         * src/pic16/device.h (pic16_options): removed field use_crt,
2929         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2930         until an optimization to handle single bits is added,
2931         * (pic16_loadFSR0): moved before genUnpackBits,
2932         * (genAnd): some white lines removed,
2933         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2934         leave_reset flags in pic16_options when using crt modules,
2935
2936 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2937
2938         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2939           for bugs 898889 & 979599. Also used some safer print instructions.
2940
2941 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2942
2943         * src/pic16/device.h (pic16_options_t): added field use_crt,
2944         crt_name, no_crt,
2945         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2946         catch a probable future bug,
2947         * src/pic16/gen.c: aopIdx function commented out,
2948         * (genAssign): commented out old code which used aopIdx,
2949         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2950         code, added if conditionals to take into account the --use-crt
2951         command line options,
2952         * src/pic16/main.c (pic16_optionsTable): added new command line
2953         options, --use-crt= and --no-crt,
2954         * (_pic16_linkEdit): now the proper crt object is added in the
2955         linker command line except than when --no-crt is specified,
2956         * src/pic16/pcode.c,
2957         * src/pic16/pcode.h: added some structures and functions for a new
2958         optimization scheme to compansate for instruction overhead between
2959         same iCodes, this scheme is currently under development and is not
2960         working in any way,
2961         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2962         to && operator,
2963         * device/lib/pic16/startup/crt0i.c,
2964         * device/lib/pic16/startup/crt0iz.c: added global char variable
2965         __uflags to force the generation of an idata section
2966
2967 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2968
2969         * doc/Makefile,
2970         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2971         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2972
2973 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2974
2975         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2976         Frieder) and clarified the default code optimization mode
2977
2978 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2979
2980         * src/SDCC.lex (doPragma, process_pragma),
2981         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2982         "opt_code_size", and "opt_code_balanced"
2983         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2984         regrouped options by category, added support for category headers
2985         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2986         and "--opt-code-size"
2987         * doc/sdccman.lyx: documented these new options and pragmas
2988         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2989         preference into account
2990
2991 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2992
2993         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2994           geniCodePreDec): Fixed bug 904237 by generating a warning
2995         * src/SDCCerr.h,
2996         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2997
2998 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2999
3000         * src/pic/device.c : When no max ram set validate full memory range.
3001         * src/pic/pcode.c,
3002         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3003
3004 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3005
3006         * device/lib/_gptrget.c,
3007         * device/lib/_gptrput.c: updated comment
3008         * device/lib/calloc.c,
3009         * device/lib/free.c,
3010         * device/lib/malloc.c,
3011         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3012         * src/SDCCcse.c (cseBBlock),
3013         * src/SDCCicode.c (printOperand, geniCodeArray),
3014         * src/SDCCicode.h (struct operand): fixed bug 868103
3015         * support/regression/tests/bug-868103.c: added
3016         * src/SDCCast.c (searchLitOp),
3017         * src/SDCCcse.h (struct cseDef),
3018         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3019         * src/SDCCicode.h (struct operand),
3020         * src/SDCCsymt.h (struct sym_link),
3021         * src/avr/gen.c (hasInc),
3022         * src/ds390/gen.c (hasInc),
3023         * src/hc08/gen.c (genPlusIncr, hasInc),
3024         * src/mcs51/gen.c (hasInc),
3025         * src/pic16/glue.c (pic16_printIvalChar),
3026         * src/pic16/ralloc.c (regWithIdx),
3027         * src/xa51/gen.c (hasInc) : removed warnings
3028         * src/SDCCast.c (createBlock): added comment ???
3029         * src/hc08/ralloc.c: updated comments
3030
3031 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3032
3033         * doc/sdccman.lyx: updated section on switch statements, added
3034         section about semaphore locking
3035         * doc/Makefile: added option -info for latex2html
3036         * device/lib/_gptrget.c,
3037         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3038
3039 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3040
3041         * src/pic/device.h,
3042         * src/pic/device.c,
3043         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3044          maxram is less than 0x100.
3045
3046 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3047
3048         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3049
3050 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3051
3052         * src/port.h,
3053         * src/mcs51/main.c,
3054         * src/ds390/main.c,
3055         * src/z80/main.c,
3056         * src/hc08/main.c,
3057         * src/pic/main.c,
3058         * src/pic16/main.c,
3059         * src/avr/main.c,
3060         * src/xa51/main.c
3061         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3062         a jump table is the best form for a switch statement, including
3063         automatic insertion of missing cases to make the case range
3064         continuous. Developed in collaboration with Frieder Ferlemann.
3065
3066 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3067
3068         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3069         accumulator result if it needs sign extension
3070
3071 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3072
3073         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3074
3075 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3076
3077         * device/lib/gbz80/printf.c,
3078         * device/lib/z80/printf.c: removed define for NULL
3079
3080 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3081
3082         * as/xa51/xa_link.c,
3083         * device/examples/ds390/ow390/ad26.c,
3084         * device/examples/ds390/ow390/cnt1d.c,
3085         * device/examples/ds390/ow390/counter.c,
3086         * device/examples/ds390/ow390/ds2480.h,
3087         * device/examples/ds390/ow390/ds2480ut.c,
3088         * device/examples/ds390/ow390/findtype.c,
3089         * device/examples/ds390/ow390/gethumd.c,
3090         * device/examples/ds390/ow390/owllu.c,
3091         * device/examples/ds390/ow390/ownetu.c,
3092         * device/examples/ds390/ow390/swt12.c,
3093         * device/examples/ds390/ow390/swtloop.c,
3094         * device/examples/ds390/ow390/temp.c,
3095         * device/examples/ds390/ow390/temp10.c,
3096         * device/examples/ds390/ow390/thermo21.c,
3097         * device/examples/ds390/ow390/tinilnk.c,
3098         * device/examples/ds390/ow390/tstfind.c,
3099         * device/examples/serialcomm/windows/serial.cpp,
3100         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3101         * device/include/reg51.h: fixed line endings for cvs
3102
3103 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3104
3105         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3106         packRegsForAccUse, packRegisters): new accumulator register
3107         packing algorithm
3108         * support/regression/ports/hc08/support.c (_putchar): suppress
3109         warning of unused variable
3110         * src/SDCCicode.c: added SWAP entry to codeTable
3111
3112 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * device/lib/sprintf.c: forgot to add this file before previous commit
3115
3116 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3117
3118         * src/pic16/gen.c (genPackBits): added operand right in function
3119         parameters, load result directly if p_type is POINTER (that is
3120         called by genNearPointerSet)
3121         * (genUnPackBits): added operand left in function parameters,
3122         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3123         FSR0 if accessing bitfields,
3124
3125 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3126
3127         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3128           _print_format; updated printf, sprintf, vsprintf
3129         * device/include/asm/default/features.h: corrected comment/define
3130         * device/lib/Makefile.in: added sprintf.c
3131         * device/lib/libsdcc.lib: added sprintf module
3132         * device/lib/printf_large.c,
3133         * device/lib/vprintf.c,
3134         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3135           into these 3 files
3136         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3137         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3138         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3139           hc08 test
3140         * support/regression/tests/zeropad.c: define idata as data for hc08
3141
3142 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3143
3144         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3145         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3146         labels are referenced at least once (even if a reference is not found)
3147         * src/hc08/gen.c (emitcode): set isComment flag for comments
3148         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3149         loads), rules 6a..6b (optimize jumps to return)
3150
3151 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3152
3153         * device/lib/acosf.c (acosf),
3154         * device/lib/asinf.c (asinf),
3155         * device/lib/atanf.c (atanf),
3156         * device/lib/ceilf.c (ceilf),
3157         * device/lib/cosf.c (cosf),
3158         * device/lib/coshf.c (coshf),
3159         * device/lib/cotf.c (cotf),
3160         * device/lib/fabsf.c (fabsf),
3161         * device/lib/floorf.c (floorf),
3162         * device/lib/log10f.c (log10f),
3163         * device/lib/logf.c (logf),
3164         * device/lib/sinf.c (sinf),
3165         * device/lib/sinhf.c (sinhf),
3166         * device/lib/sqrtf.c (sqrtf),
3167         * device/lib/tanf.c (tanf),
3168         * device/lib/tanhf.c (tanhf),
3169         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3170         replaced all instances of "reentrant" in the library functions
3171         defined in math.h with this macro.
3172         * support/regression/tests/float_trans.c: reenabled test for hc08
3173
3174 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3175
3176         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3177         erroneously deleted
3178
3179 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3180
3181         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3182         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3183         multi-byte volatile operands are used
3184         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3185         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3186         initialization to area GSINIT0 so that it would always precede
3187         any static initializers in GSINIT
3188         * support/regression/tests/zeropad.c: fixed idata define for hc08
3189         * support/regression/tests/bug-927659.c,
3190         * support/regression/tests/float_trans.c: disabled tests for hc08
3191         pending missing library routines
3192         * .version: increased version number to 2.4.4 - hc08 port now passes
3193         regression tests
3194
3195
3196 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3197
3198         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3199         * Makefile.common.in,
3200         * as/Makefile,
3201         * as/hc08/Makefile.in,
3202         * as/mcs51/Makefile.in,
3203         * as/z80/Makefile.in,
3204         * debugger/mcs51/Makefile.in,
3205         * device/include/Makefile.in,
3206         * device/lib/Makefile.in,
3207         * doc/Makefile,
3208         * link/Makefile,
3209         * link/z80/Makefile.in,
3210         * packihx/Makefile.in,
3211         * sim/ucsim/main_in.mk,
3212         * sim/ucsim/avr.src/Makefile.in,
3213         * sim/ucsim/doc/Makefile.in,
3214         * sim/ucsim/gui.src/serio.src/Makefile.in,
3215         * sim/ucsim/hc08.src/Makefile.in,
3216         * sim/ucsim/s51.src/Makefile.in,
3217         * sim/ucsim/xa.src/Makefile.in,
3218         * sim/ucsim/z80.src/Makefile.in,
3219         * src/Makefile.in,
3220         * support/cpp2/Makefile.in,
3221         * support/librarian/Makefile,
3222         * support/makebin/Makefile: added DESTDIR to the install path proposed
3223         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3224         * doc/sdccman.lyx: added DESTDIR documentation
3225
3226 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3227
3228         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3229         instruction for interrupt handlers, use fast returns when returning
3230         from high priority interrupts
3231
3232 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3233
3234         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3235         code generation
3236         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3237         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3238         bugs, ported much of Bernhard's code from mcs51
3239         * src/mcs51/gen.c (genSend),
3240         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3241         than one when calling a reentrant function
3242         * device/lib/_mullong.c: defined an alternate struct layout for big
3243         endian ports (hc08)
3244
3245 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3246
3247         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3248         test
3249
3250 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3251
3252         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3253         are sane and complete before asking the port its prefered parameter
3254         passing method (fixes bug #1017633)
3255         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3256         and _ret3
3257
3258 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3259
3260         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3261         problem in bitfields >= 8 bits.
3262
3263 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3264
3265         * src/SDCCsymt.c: undid changes that were not meant to be committed
3266
3267 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3268
3269         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3270
3271 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3272
3273         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3274           copied and wrong bit got inverted
3275
3276 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3277
3278         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3279         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3280         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3281         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3282         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3283         assignments to bitfields at known addresses
3284         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3285         reads from bitfields at known addresses
3286         * src/hc08/ralloc.c (packRegisters),
3287         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3288         genhc08Code): optimize pointer get values used as conditionals
3289         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3290         and branch
3291
3292 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3293
3294         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3295         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3296         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3297         as conditionals
3298
3299 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3300
3301         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3302
3303 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3304
3305         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3306         related problems
3307
3308 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3309
3310         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3311
3312 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3313
3314         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3315         mcs51 port
3316
3317 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3318
3319         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3320
3321 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3322
3323         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3324         cases use more compact code.
3325
3326 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3327
3328         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3329
3330 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3331
3332         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3333
3334 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3335
3336         * src/SDCCsymt.h,
3337         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3338         parameter of changePointer() from symbol* to sym_link*
3339         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3340         * src/SDCCsymt.c (compareType): void* type is castable to other
3341         pointers, but not necesarily an exact match.
3342         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3343         is no longer blindly treated as an exact match.
3344         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3345
3346 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3347
3348         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3349
3350 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3351
3352         * src/pic/gen.c,
3353         * src/pic/pcode.c,
3354         * src/pic/ralloc.h,
3355         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3356
3357 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3358
3359         * src/pic/device.c,
3360         * src/pic/device.h,
3361         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3362
3363 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3364
3365         * src/mcs51/gen.c (emitcode): fixed bug #992819
3366
3367 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3368
3369         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3370           there's no need to make it worse
3371
3372 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3373
3374         * src/mcs51/ralloc.c (deassignLR),
3375         * src/ds390/ralloc.c (deassignLR),
3376         * src/hc08/ralloc.c (deassignLR),
3377         * src/z80/ralloc.c (deassignLR),
3378         * src/pic/ralloc.c (deassignLR),
3379         * src/pic16/ralloc.c (deassignLR),
3380         * src/avr/ralloc.c (deassignLR),
3381         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3382         rlivePoint): fixed another part of bug #971834
3383
3384 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3385
3386         * src/z80/main.c: enabled "critical" keyword
3387         * src/z80/mappings.i,
3388         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3389         functions (fixes bug #979646)
3390         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3391
3392 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3393
3394         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3395           such as c:\mydir.
3396
3397 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3398
3399         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3400           doesn't disable too much optimizations
3401
3402 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3403
3404         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3405
3406 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3407
3408         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3409
3410 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3411
3412         * src/pic/gen.c tidied up tabs
3413         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3414         * src/pic/main.c tidied up tabs
3415         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3416         * src/pic/pcoderegs.c tidied up tabs
3417         * src/pic/ralloc.c tidied up tabs
3418
3419 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3420
3421         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3422         to S_FIXED for pic16 port and when symbol is not in level 0,
3423         allocate for S_REGISTER storage class and pic16 port, too,
3424         * src/pic16/device.h: prototype for checkSym,
3425         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3426         * (pic16_assignConfigWordValue): test the value and the mask to
3427         validate that the value is suitable for the configuration word,
3428         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3429         collect extern declared symbols, don't emit symbol twice, check
3430         first if symbol is in publics set first,
3431         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3432         * added command line '--fstack' which enables an experimental
3433         feature for stack access, too buggy to be used yet...
3434         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3435         * (pic16_allocDirReg): when register has storage class S_REGISTER
3436         allocate in pic16_dynAccessRegs,
3437         * device/include/pic16/pic18f????.h: modified configuration word
3438         naming convention, words started as CONFIG0H but should be CONFIG1H
3439
3440 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3441
3442         * device/include/mcs51reg.h: fixed bug 970993
3443
3444 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3445
3446         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3447         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3448         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3449         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3450         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3451         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3452           error/warning numbers,
3453           added function setWarningDisabled()
3454         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3455         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3456           _memcmp.c _memmove.c calloc.c realloc.c free.c
3457         * support/regression/tests/malloc.c: added tests for new functionality
3458         * support/regression/tests/zeropad.c: added tests for truncated initializers
3459           and initialized char arrays starting with '\x0'
3460         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3461
3462 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3463
3464         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3465
3466 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3467
3468         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3469         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3470         peephole 177.e. Thanks to anonymous
3471
3472 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3473
3474         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3475         function isn't used in the source but referenced as a
3476         variable initializer then declare it as extern in .asm file
3477
3478 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3479
3480         * .version: increased version number to 2.4.3
3481
3482         Adding version extension according to ChangeLog CVS revision
3483         * src/Makefile.in (target all): added dependency 'version.h'
3484         * (rule version.h): added rule to create version.h from ChangeLog,
3485         * (rule dep): added dependency version.h,
3486         * src/version.awk: AWK script to create version.h
3487         * src/SDCCdwarf2.c (dwWriteModule),
3488         * src/SDCCglue.c (initialComments),
3489         * src/SDCCmain.c (printVersionInfo): modified to write after
3490         version string the version extension number,
3491         * src/SDCCutil.c: included "version.h"
3492         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3493         number,
3494         * src/SDCCutil.h: added prototype for getBuildNumber
3495
3496         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3497         includeDirsSet, too,
3498         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3499         const char [] is found in function prototype...
3500
3501         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3502         moving to WREG with source is already in WREG,
3503         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3504         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3505         * (aopForSym): stack'ed symbols are partially supported, added
3506         if-clause to support symbols in FARSPACE,
3507         * (sameRegs): added test for AOP_ACC to see if registers are same,
3508         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3509         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3510         * (pic16_popRegFromString): will not allocate a new register if it
3511         doesn't find one by name, bug may have introduced...
3512         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3513         * (genIpush): revived to use pic16 port's stack,
3514         * (genAddrOf): added incomplete case for stack'ed operand,
3515         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3516         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3517         can handle multibyte operands,
3518         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3519         * (pic16initialComments): added message for MPLAB compatibility
3520         mode enabled,
3521         * src/pic16/main.h: prototype for pic16_mplab_comp,
3522         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3523         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3524         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3525         because of increased complexity of procedure,
3526         * (_process_pragma): stack pragma changed to format 'stack pos len',
3527         emit symbol '_stack_end' to conform with gplink,
3528         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3529         to search for register,
3530         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3531         PO_GPR_REGISTER,
3532         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3533         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3534         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3535         case for PO_GPR_REGISTER,
3536         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3537         dies, the new era is ahead !...
3538         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3539         pic16_dynInternalRegs,
3540         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3541         * (pic16_allocDirReg): minor optimizations and bug fixes,
3542         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3543
3544         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3545         load stack and frame pointer with address of 'stack_end' symbol
3546
3547 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3548
3549         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3550         without source code but only variable initializers
3551
3552 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3553
3554         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3555         external are not declared as extern to reduce overhead while linking
3556
3557 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3558
3559         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3560
3561 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3562
3563         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3564           Yee Keat for the patch
3565         * src/SDCCast.c (decorateType): fixed bug #979599
3566         * src/ds390/gen.h: removed local fReturnSizeDS390
3567         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3568         * src/ds390/gen.c (genAnd, genOr, genXor),
3569         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3570
3571 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3572
3573         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3574         add relFilesSet to $3, manipulate $2 to handle linking of object
3575         files without source files in command line,
3576         * device/include/pic16 (all headers): added ID location macros,
3577         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3578         entries for ID location bytes,
3579         * (pic16_assignIdByteValue): NEW,
3580         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3581         added field dumpcalltree to pic16_options_t,
3582         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3583         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3584         emitting rFalseIfx label after check_carry label,
3585         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3586         pic16_emitDIRegs), NEW
3587         * (pic16glue): dump .calltree file when option --calltree found,
3588         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3589         * (_pic16_genAssemblerPreamble): emit ID locations after
3590         configuration registers,
3591         * (pic16_linkCmd): modifications of the link command,
3592         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3593         * (pic16_pCodeInitRegisters): don't init stack registers,
3594         * (pic16_findPrevInstruction): fixed bug,
3595         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3596         bug with immediate registers,
3597         * (buildCallTree): traces stack push and pop,
3598         * (pct2): dump also stack usage for each function,
3599         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3600         * (pic16_allocDirReg): various modifications,
3601         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3602         fixed to 1,
3603
3604 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3605
3606         * src/pic16/pcode.c: removed buggy double colon
3607
3608 2004-07-01 Borut Razem <borut.razem AT siol.net>
3609
3610         * support/scripts/sdcc.nsi: added include/pic16 to setup
3611
3612 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3613
3614         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3615         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3616         target 'clean',
3617         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3618         specific command line arguments. Also added sample lkr script
3619         for placing a variable at a specific memory bank.
3620         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3621         at a specific memory bank,
3622         * (pic16_dump_isection): fixed bug which caused string literals to
3623         be omitted when dumping idata section,
3624         * (pic16_groupRegistersInSection): added code to handle registers
3625         in specific memory banks,
3626         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3627         public, all references are renamed too,
3628         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3629         AOP_DPTR2,
3630         * (pic16_storeForReturn): added case to handle when dest is WREG,
3631         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3632         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3633         pic16_rel_udata, check to see if that register is marked as being
3634         a member of a specific memory bank,
3635         * (pic16_printIvalCharPtr): added code to add string literals either
3636         to code or the idata sections,
3637         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3638         also accept the 'udata' pragma,
3639         * src/pic16/main.h: new structure types sectName and sectSym
3640         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3641         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3642         * (pic16_findPrevInstruction): fixed, it returned nothing,
3643         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3644         instruction combinations,
3645         * (pic16_FixRegisterBanking): heavily reorganised,
3646         * (pic16_AnalyzeBanking): if generating banksel directives is
3647         disabled, then don't call FixRegisterBanking at all,
3648         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3649         completely removed,
3650         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3651
3652 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3653
3654         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3655         Phuah Yee Keat <yk.phuah AT nestac.com>
3656
3657 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3658
3659         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3660         correctly the IVT even if it is relocated to some other location
3661
3662 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3663
3664         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3665         * device/include/pic16/pic18f2220.h: NEW,
3666         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3667         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3668         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3669         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3670         nodefaultlibs, ivt_loc is the location of the interrupt vector
3671         table, and nodefaultlibs signs that default libraries should not be
3672         linked in link stage,
3673         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3674         according to --ivt-loc argument,
3675         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3676         when pragma stack is found,
3677
3678 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3679
3680         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3681         256 (range check), 257 (do while), 258.a-f (bit banging
3682         f.e. on 3-wire SPI bus)
3683
3684 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3685
3686         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3687         variables used exclusively within a loop
3688
3689 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3690
3691         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3692
3693 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3694
3695         * src/SDCClrange.c (computeClash): fixed bug #971834
3696
3697 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3698
3699         * src/mcs51/gen.c (genCmp): fixed bug #975903
3700         * src/hc08/gen.c (operandsEqu),
3701         * src/ds390/gen.c (operandsEqu),
3702         * src/z80/gen.c (operandsEqu),
3703         * src/pic/gen.c (operandsEqu),
3704         * src/pic16/gen.c (operandsEqu),
3705         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3706         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3707
3708 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3709
3710         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3711
3712 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3713
3714         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3715         default case in switch statement,
3716         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3717         to eliminate problem with initialisation of pointers, but problem
3718         still exists,
3719         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3720         * (emitStaticSegment): removed various lines emitting debug info,
3721         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3722         added processor registers for utilizing EEPROM,
3723         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3724         configurable and set 8
3725
3726 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3727
3728         * .version: increased version number to 2.4.2,
3729
3730         Cumulative patch for pic16 port
3731         * src/pic16/device.c: changed scheme to dump initial values for
3732         variables in idata segment, all print_idata* functions were removed,
3733         now the pic16_printIval* will be called,
3734         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3735         * _pic16_printPointerType, pic16_printPointerType,
3736         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3737         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3738         NEW, similar to the respective functions in SDCCglue.c,
3739         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3740         way, emitting hex bytes,
3741         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3742
3743 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3744
3745         * src/avr/ralloc.c (serialRegAssign),
3746         * src/xa51/ralloc.c (serialRegAssign),
3747         * src/pic/ralloc.c (serialRegAssign),
3748         * src/pic16/ralloc.c (serialRegAssign),
3749         * src/hc08/ralloc.c (serialRegAssign),
3750         * src/z80/ralloc.c (serialRegAssign),
3751         * src/ds390/ralloc.c (serialRegAssign),
3752         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3753
3754 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3755
3756         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3757         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3758
3759 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3760
3761         Cumulative patch for pic16 port:
3762         * src/pic16/device.h (typedef PIC16_device) modified fields for
3763         defining microcontrollers,
3764         * src/pic16/device.c: added new info for all devices in Pics16 array,
3765         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3766         to be optimised out by the pCode optimiser,
3767         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3768         specially, bug reported by G.M. Gallant,
3769         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3770         as force'd so that cannot be optimised out by pCode optimiser,
3771         * src/pic16/pcode.c,
3772         * src/pic16/pcodepeeph.c,
3773         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3774         they are disabled by default, but can be enabled explicit with
3775         command argument --denable-peeps, for testing,
3776         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3777         --pomit-ivt in COMPILE_FLAGS
3778
3779 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3780
3781         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3782           compilation on MSVC
3783
3784 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3785
3786         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3787
3788 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3789
3790         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3791         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3792
3793 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3794
3795         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3796         would only assign 0x300001 register.
3797
3798 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3799
3800         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3801         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3802
3803 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3804
3805         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3806         for ds80c400
3807         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3808         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3809         added peephole 254 (left shift), 255 (jump table)
3810
3811 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3812
3813         * device/lib/Makefile.in: removed comment line with model-pic16,
3814         * (target port-specific-objects-pic16): the libraries and objects
3815         are copied to the build directory form the device/lib/pic16/bin
3816         directory
3817
3818         Cumulative patch concerning pic16 port:
3819         * library directory has been re-organized,
3820         * added support for PIC18F1220,
3821         * added headers and library sources for chips 18f1220,18f6520,
3822         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3823
3824         * configuration registers setting has changed, now each supported
3825         device has a complete description of the registers it uses,
3826         * all initialisations are moved to idata sections, these section
3827         can be absolute or relocatable,
3828         * fixed initialisation of codespace variables,
3829         * fixed warning about PCLATU and gpsim,
3830         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3831         * (genAssign): use table reads when assigning from variables in codespace,
3832         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3833         char/int variables placed in codespace,
3834         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3835         registers set in .asm file, no need for --pomit-config-words anymore,
3836         * (pic16glue): some 8051 legacy segments are commented out
3837         (to be removed completely),
3838         * added support for alternative assembler and linker with --asm=
3839         and --link= command line arguments,
3840         * peepholes are disabled automatically in the port, no need to
3841         specify on command line,
3842         * port supports natively char/int/long multiplication, but converts
3843         all divisions to support functions,
3844         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3845         to the file set in variable $2,
3846         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3847         strings in ASCII format and not in hex,
3848         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3849         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3850         allocate proper register if iCodes aren't temporary,
3851
3852 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3853
3854         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3855
3856 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3857
3858         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3859         is commented out
3860
3861 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3862
3863         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3864         computed address is reused
3865         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3866         multi-byte bitfields
3867
3868 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3869
3870         * src/z80/gen.c: (genArrayInit): must check for pointers too
3871
3872 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3873
3874         * support/regression/tests/zeropad.c: never meant to commit the
3875           nestedstruct test: removed, added check for GCC version
3876
3877 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3878
3879         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3880         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3881         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3882           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3883           bugs 928906 and 954082 half-empty initializers
3884         * src/SDCCsymt.h,
3885         * src/SDCCsymt.c (getAllocSize): added for above fix
3886         * src/z80/gen.c (genArrayInit): fixed bug 741044
3887         * support/regression/tests/zeropad.c: added tests
3888
3889 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3890
3891         * src/pic16/device.c (pic16_dump_section): corrected bug which
3892         caused some symbols of the libraries to be misplaced
3893
3894 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3895
3896         * src/pic16/glue.c,
3897         * src/pic16/ralloc.h,
3898         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3899         to fix conflict with pic port
3900
3901 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3902
3903         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3904         externs configuration variables,
3905         * src/pic16/ralloc.h,
3906         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3907         prototype in header, commented out some debug messages
3908
3909 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3910
3911         * src/pic16/glue.c,
3912         * src/pic16/main.c,
3913         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3914         for gpasm COFF object generation. Thanks to D. Hawkins for
3915         his patch info
3916
3917 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3918
3919         * src/ds390/main.c,
3920         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3921         Brock for spotting this)
3922         * src/ds390/gen.c (genEndFunction),
3923         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3924         interrupt handler and critical. Disable push/pop optimizations when
3925         peephole optimizations disabled.
3926
3927 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3928
3929         Updated pic16 library sources and headers.
3930         * device/lib/pic16/pic18f*/ ,
3931         * device/include/pic16/*.h: modified to handle structured SFR
3932         definitions
3933
3934 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3935
3936         * src/port.h (PORT structure): added hook initPaths, now each
3937         port can declare its own default search paths,
3938         which can been seen with the --print-search-dirs option,
3939         see pic16 port for example,
3940         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3941         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3942         * (doPrintSearchDirs): NEW, replaces in a central manner the
3943         printing of search dirs which was split in set*Paths functions,
3944         * (main): added call to port->initPaths and doPrintSearchDirs,
3945         * src/avr/main.c,
3946         * src/ds390/main.c,
3947         * src/hc08/main.c,
3948         * src/izt/i186.c,
3949         * src/izt/tlcs900h.c,
3950         * src/mcs51/main.c,
3951         * src/pic/main.c,
3952         * src/pic16/main.c: modified port structures to reflect addition of
3953         initPaths hook,
3954
3955         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3956         * (pic16_dump_section): for registers in same address reserve memory once,
3957         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3958         to no_banksel,
3959         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3960         result is greater in size than right or left,
3961         * (pic16_genUMult8X8_8): there are some cases where the result can
3962         be 16 bits size, so handle these,
3963         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3964         * (pic16_outBitC): modified to emit pcodes,
3965         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3966         or not,
3967         * (genDivOneByte): implemented algorithm to divide 8-bits,
3968         * (genCmp): uncommented goto, but issues still exist,
3969         * (genAnd): fixed a bug with variables >8bits,
3970         * (genPackBits): optimization added that uses BCF/BSF to change a
3971         single bit,
3972         * (genAssign): fixed bug when assigning floating point literals,
3973         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3974         __sdcc_gsinit_startup label,
3975         * src/pic16/main.c (_pic16_init): removed search directory
3976         initialisations,
3977         * (_pic16_initPaths): NEW, used to initialise search directories,
3978         * (_hasNativeMulFor): support functions for all except char/int
3979         multiplication, and char division,
3980         * (PIC16_port struct): modified entry for native mul support,
3981         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3982         no_banksel option,
3983         * (buildCallTree): call to register_usage is ifdef'ed out,
3984
3985 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3986
3987         * device/include/string.h: applied Stas Sergeev's patch to make this
3988         header file compatible with the preprocessor -Wundef option
3989         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3990         failure (fixes bug #941458)
3991
3992 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3993
3994         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3995         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3996         that the variable, not the function, should be static
3997         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3998         to be consistent with non-literal case
3999
4000 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4001
4002         * src/SDCCast.c (isConformingBody): fixed bug #949967
4003         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4004         convilong): fixed bug #952086
4005
4006 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4007
4008         * src/SDCCmem.c (allocVariables): fixed bug #955321
4009
4010 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4011
4012         * src/hc08/main.c (_hc08_genAssemblerEnd),
4013         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4014         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4015         completely eliminated the use of a temporary file
4016         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4017         when more than one file linked
4018         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4019
4020 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4021
4022         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4023         which fixes bug #543481
4024         * support/regression/tests/bug-751703.c: fixed comments left from a
4025         cut and paste error
4026         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4027         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4028         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4029         scopes
4030         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4031         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4032         are now changed to underscores in moduleName
4033
4034 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4035
4036         * as/mcs51/lkmem.c: better fix for bug #954173
4037
4038 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4039         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4040
4041         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4042         * device/include/c8051f000.h,
4043         * device/include/c8051f120.h,
4044         * device/include/c8051f300.h,
4045         * device/include/c8051f310.h,
4046         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4047         PWM16) and detab'ed
4048
4049 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4050
4051         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4052         and mailing lists, doc'ed --no-peep-comments, removed reference
4053         to knoppix (newest version has no LyX/LaTeX), other minor changes
4054         * src/SDCCglue.c (glue): save 2 bytes stack space with
4055         option --main-return. The ljmp could probably be avoided too
4056
4057 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4058
4059         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4060
4061 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4062
4063         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4064         * src/SDCCopt.c (isLocalWithoutDef),
4065         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4066         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4067         (credit to Maarten Brock for patch #949363, on which this is based)
4068         * support/regression/tests/bug-751703.c: some test cases of extern used
4069         within inner scopes.
4070
4071 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4072
4073         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4074         SPEC_STRUCT
4075         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4076         struct definitions
4077         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4078         dwWriteLabel): fix to create valid debugger symbols even when
4079         the module name has non-alphanumeric symbols in it
4080         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4081         when a variable's allocation has been optimized away
4082
4083
4084 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4085
4086         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4087         * src/hc08/main.c,
4088         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4089         * src/mcs51/main.c,
4090         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4091         * src/ds390/main.c,
4092         * src/z80/gen.c (z80_emitDebuggerSymbol),
4093         * src/z80/main.c,
4094         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4095         * src/pic/main.c,
4096         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4097         * src/pic16/main.c,
4098         * src/avr/gen.c (avr_emitDebuggerSymbol),
4099         * src/avr/main.c,
4100         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4101         * src/xa51/main.c,
4102         * src/SDCCdebug.c (emitDebuggerSymbol),
4103         * src/SDCCdebug.h,
4104         * src/port.h: added a debugger struct to the port struct. Added a
4105         callback for defining debugger symbols
4106
4107         * src/SDCCast.c (createLabel),
4108         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4109         with isitmp = 1
4110         * src/SDCCicode.h,
4111         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4112         iCode back to the ast for the function
4113
4114         * src/hc08/ralloc.c (hc08_assignRegisters),
4115         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4116         unneeded fields from the regs struct.
4117         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4118         pushReg() & pullReg() functions instead of emitcode()
4119
4120         * src/hc08/gen.c (genLabel, genhc08Code),
4121         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4122
4123         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4124         debugger hooks
4125
4126         * src/hc08/gen.c (genEndFunction, genhc08Code),
4127         * src/hc08/gen.h,
4128         * src/mcs51/gen.c (genEndFunction, gen51Code),
4129         * src/mcs51/gen.h,
4130         * src/ds390/gen.c (genEndFunction, gen390Code),
4131         * src/ds390/gen.h,
4132         * src/z80/gen.c (genEndFunction, genZ80Code),
4133         * src/z80/gen.h,
4134         * src/z80/z80.h,
4135         * src/pic/gen.c (genEndFunction, genpic14Code),
4136         * src/pic/gen.h,
4137         * src/pic16/gen.c (genEndFunction, genpic16Code),
4138         * src/pic16/gen.h,
4139         * src/avr/gen.c (genEndFunction, genAVRCode),
4140         * src/avr/gen.h,
4141         * src/xa51/gen.c (genEndFunction, genXA51Code),
4142         * src/xa51/gen.h,
4143         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4144         specific code to cdbFile.c and out of the backend code generators
4145
4146         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4147         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4148         starting address is now 0
4149
4150         * as/hc08/asm.h,
4151         * as/hc08/m08pst.c,
4152         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4153         assembler directive for DWARF support
4154         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4155
4156         * src/src.dsp,
4157         * src/Makefile.in,
4158         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4159
4160 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4161
4162         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4163         and inappropriate peephole optimization in jump tables
4164
4165 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4166
4167         * as/hc08/m08pst.c,
4168         * src/SDCCglue.c: sdccopt works for the hc08 port now
4169
4170 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4171
4172         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4173
4174 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4175
4176         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4177
4178 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4179
4180         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4181         rules
4182         * src/SDCCmain.c,
4183         * src/SDCCglobl.h,
4184         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4185         comments from the peephole optimizer replacement rules
4186         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4187         symbols
4188         * src/SDCCcse.c (updateSpillLocation),
4189         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4190         equivalents
4191         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4192         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4193         objects far pointers
4194
4195 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4196
4197         * src/SDCCsymt.h: a missing part of my last change
4198         * src/pic/ralloc.c (regTypeNum),
4199         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4200
4201 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4202
4203         * src/SDCCicode.h,
4204         * src/SDCCicode.c (aggrToPtrDclType),
4205         * src/SDCCptropt.h,
4206         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4207         ptrPseudoSymConvert),
4208         * src/pic/ralloc.c (regTypeNum),
4209         * src/pic16/ralloc.c (regTypeNum),
4210         * src/hc08/ralloc.c (regTypeNum),
4211         * src/ds390/ralloc.c (regTypeNum),
4212         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4213         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4214
4215 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4216
4217         * link/z80/lkmain.c (afile),
4218         * as/hc08/lkmain.c (afile),
4219         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4220         prevent a pointer problem when a filename has no directory and
4221         no extension specified.
4222
4223 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4224
4225         * link/z80/lkmain.c (afile): allow periods in directory names
4226         * link/z80/lkmain.c (afile),
4227         * as/mcs51/lkmain.c (afile),
4228         * as/hc08/lkmain.c (afile): allow linker script file to have an
4229         extension other than ".lnk"
4230         * link/z80/lklex.c (getfid),
4231         * link/z80/lkmain.c (parse),
4232         * as/mcs51/lklex.c (getfid),
4233         * as/mcs51/lkmain.c (parse),
4234         * as/hc08/lklex.c (getfid),
4235         * as/hc08/lkmain.c (parse): Support comments in the linker script
4236         file on lines by themselves and after filenames
4237
4238 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4239
4240         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4241
4242 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4243
4244         * src/z80/peeph-z80.def: removed some peephole rules that don't
4245         work with multibyte arithmetic (fixed bug #937126)
4246         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4247         to registers and not global variables
4248         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4249         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4250         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4251         checking for assignments not internally generated (fixed bug #931895)
4252         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4253         structure member (fixed bug #930072)
4254
4255 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4256
4257         * src/SDCCmain.c (linkEdit),
4258         * src/hc08/main.c (_hc08_parseOptions),
4259         * as/hc08/Makefile.in,
4260         * as/hc08/aslink.h,
4261         * as/hc08/asm.h,
4262         * as/hc08/m08pst.c,
4263         * as/hc08/lkrloc.c (relr, rele),
4264         * as/hc08/lkarea.c (lnkarea)
4265         * as/hc08/lkmain.c (afile, parse),
4266         * as/hc08/lkelf.c: support for ELF output
4267         * as/hc08/lks19.c (s19),
4268         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4269
4270 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4271
4272         * as/mcs51/lkihx.c: Fixed bug #899105.
4273
4274 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4275
4276         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4277         .dsp files from Unix to DOS.
4278
4279 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4280
4281         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4282         function pointers; we have been compliant for several months now.
4283         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4284         change that was accidently commented out
4285         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4286         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4287         bug #922319
4288
4289 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4290
4291         * src/hc08/gen.c: output of all of the internal debugging information
4292         is now controlled by the D() macro; it is disabled by default
4293
4294 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4295
4296         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4297         harder to keep the same registers during a CAST iCode
4298         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4299         long via int can be done in a single cast, if the signedness is
4300         correct.
4301         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4302         putchar() in tinibios.c in ds390's library
4303
4304 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4305
4306         * src/SDCCast.c (decorateType): fixed bug #898889,
4307         cast result of a literal complement too
4308         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4309         fixed check for bitfields
4310
4311 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4312
4313         * src/SDCCicode.c (geniCodeLogic): made it static,
4314         (geniCodeLogicAndOr): added in order to fix bug #905492,
4315         (ast2iCode): fixed bug #905492
4316         * support/regression/tests/bug-905492.c: added
4317         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4318         (processParms): fixed bug #927659: don't copy parms, this will clear
4319         decorated flag
4320         * support/regression/tests/bug-927659.c: added
4321
4322 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4323
4324         * src/SDCCast.c (addCast): don't cast float to char
4325         * device/lib/libsdcc.lib: added _memmove
4326
4327 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4328
4329         * device/lib/large/Makefile: fixed parallel execution by
4330         replacing `make` by `$(MAKE)`
4331
4332 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4333
4334         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4335         offsets (fixes bug #923936)
4336
4337 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4338
4339         * device/lib/small/Makefile: fixed parallel execution by
4340         replacing `make` by `$(MAKE)`
4341
4342 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4343
4344         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4345
4346 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4347
4348         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4349         * src/regression/Makefile: Regression test was not running.
4350
4351 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4352
4353         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4354         complement if possible
4355         * src/SDCCval.c (valComplement),
4356         * src/SDCCicode.c (operandOperation): fixed complement of literal
4357         * support/regression/tests/onebyte.c (testComplement): added
4358
4359 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4360
4361         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4362         return an optimized tree; actually replace actParm with the new tree
4363         * src/SDCCast.h: added some parantheses to remove side effects
4364         * support/regression/tests/bug-920866.c
4365
4366 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4367         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4368         Bit operands were not being handled properly in the pic14 port.
4369         (now src/regression/add.c passes again).
4370
4371 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4372
4373         * src/SDCC.y (labeled_statement): case and default no longer require
4374         a following statement (RFE #893037)
4375
4376 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4377
4378         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4379         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4380         disabled (fixes bug #916294)
4381         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4382         "mov a,acc"; patch provided by Lenny Story
4383         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4384
4385 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4386
4387         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4388         functions
4389         * src/ds390/gen.c (genFunction, genEndFunction),
4390         * src/ds390/ralloc.c (ds390_assignRegisters),
4391         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4392         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4393         pushed if there are parameters passed on the stack. Also, a cleaner
4394         way to decide if r0/r1 should be pushed/popped. (Together they fix
4395         bug #918693)
4396
4397 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4398
4399         * doc/sdccman.lyx,
4400         * device/lib/mcs51/crtpagesfr.asm,
4401         * device/lib/mcs51/crtxinit.asm,
4402         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4403         to avoid confusion with Si Lab's SFRPAGE register.
4404
4405 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4406
4407         * src/SDCCglue.c (emitMaps): allow public sfr variables
4408         * src/SDCCglue.c (initialComments): include compiler build date
4409         with compiler version and put the timestamp of the generated
4410         assembly file on a serperate line to be less confusing.
4411         * src/port.h: added genInitStartup hook
4412         * src/avr/main.c,
4413         * src/ds390/main.c,
4414         * src/hc08/main.c,
4415         * src/pic/main.c,
4416         * src/pic16/main.c,
4417         * src/xa51/main.c,
4418         * src/z80/main.c: genInitStartup initialize as NULL (default to
4419         historical behaviour)
4420         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4421         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4422         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4423         library instead of hard coding it into the compiler.
4424         * support/regression/ports/mcs51-stack-auto/spec.mk,
4425         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4426         * device/lib/mcs51/Makefile,
4427         * device/lib/small/Makefile,
4428         * device/lib/large/Makefile,
4429         * device/lib/mcs51/crtpagesfr.asm,
4430         * device/lib/mcs51/crtstart.asm,
4431         * device/lib/mcs51/crtxclear.asm,
4432         * device/lib/mcs51/crtxinit.asm,
4433         * device/lib/mcs51/crtclear.asm,
4434         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4435         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4436         and into user configurable files.
4437         * device/lib/clean.mk: clean mcs51 directory too
4438         * support/regression/tests/longlit.c: added static to T1 declaration
4439         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4440         accesses in the initialization code
4441
4442 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4443
4444         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4445         OSCTRIMVAL as noted in bug #916008
4446
4447 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4450         in loops with multiple exits (reported as incorrect registers
4451         used by Martin Helmling in Sdcc-user list)
4452
4453 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4454
4455         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4456         made ds390 register extensions look less like error messages
4457
4458 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4459
4460         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4461         reported by Adam Wozniak in Sdcc-user list
4462
4463 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4464
4465         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4466         arithmetic optimizations, added debug output
4467
4468 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4469
4470         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4471         * sdcc.spec: updated and split sdcc into 3 rpms
4472         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4473         needed for literals of LEFT_OP and '+'
4474         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4475         introduced RESULT_TYPE_NOPROM
4476         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4477         left shift
4478         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4479         limited promotion to int only for '*'
4480         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4481
4482 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4483
4484         * src/pic16/gen.c (genSkip),
4485         (genc16bit2lit), (gencjneshort): commented out
4486         (is_LitOp): new helper function, checks operand type
4487         (genCmpEq): rewritten
4488
4489 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4490
4491         * support/regression/tests/bug-908454.c: added
4492
4493 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4494
4495         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4496         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4497         (geniCodeCast): cosmetic, don't preserve bit storage class
4498         (geniCodeLeftShift): added promotion
4499         (geniCodeLogic): fixed regression
4500         * src/SDCCsymt.c (computeTypeOr): accept bits too
4501         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4502
4503 2004-03-07  Borut Razem <borut.razem AT siol.net>
4504
4505         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4506
4507 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4508
4509         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4510         version of pic16_genPackRegisters which does not check if ic is a
4511         CAST operator,
4512         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4513         function cause string1.c regression test fails
4514
4515 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4516
4517         * sim/ucsim/configure.in,
4518         * sim/ucsim/configure,
4519         * sim/ucsim/doc/Makefile.in: use docdir
4520         * src/SDCC.y: fixed sbit atrributes
4521         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4522         * src/SDCCast.c (decorateType): |^& need special promotion handling
4523         * src/SDCCast.h,
4524         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4525         * src/SDCCsymt.h (computeType),
4526         * src/SDCCicode.c: computeType() needs op
4527         * src/SDCCsymt.c (checkTypeSanity),
4528         * doc/sddman.lyx: "plain" bitfields are unsigned
4529         * src/SDCCsymt.c (computeTypeOr): added
4530         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4531         |^& ops
4532         * src/SDCCval.c (val*): computeType() needs op
4533         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4534         * support/regression/tests/onebyte.c: added tests for |^&
4535
4536 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4537
4538         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4539         for writing icode into asm output.
4540
4541 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4542
4543         * src/pic16/device.c: added some debug lines enabled
4544         with macro DEBUG_CHECK,
4545         * src/pic16/genarith.c: more debug in genPlus,
4546         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4547         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4548         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4549         * (aopForSym): onStack symbols are re-placed in data memspace,
4550         and onStack flag is cleared,
4551         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4552         copy temporary pcodeop,
4553         * (genPcall): added warning for not updating PCLATU,
4554         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4555         always true for pic16 port,
4556         * (genMultOneWord): NEW, supports integer multiplication,
4557         * (genMult): modified to call genMultOneWord,
4558         * (ifxForOp): added warning when return NULL,
4559         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4560         flag is set before call to operandFromSymbol for implicit
4561         added structures,
4562         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4563         options.intlong_rent are set by default,
4564         * (_hasNativeMulFor): modified to allow port generation of integer
4565         multiplication,
4566         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4567         set regtype to REG_SFR for all registers, restricting seting the
4568         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4569
4570 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4571
4572         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4573         more than 500 times in the regression tests
4574
4575 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4576
4577         * support/Util/SDCCerr.h,
4578         * support/Util/SDCCerr.c,
4579         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4580         enumerator_list),
4581         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4582         for symbol conflicts.
4583         * support/valdiags/tests/enum.c,
4584         * support/valdiags/tests/tentdecl.c,
4585         * support/valdiags/tests/struct.c: expect possible error messages
4586         referring to original symbol definitions.
4587         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4588         * src/SDCCsymt.h,
4589         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4590
4591 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4592
4593         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4594
4595 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4596
4597         * src/pic16/ralloc.c (newReg): fixed bug #908929
4598
4599 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4600
4601         * src/ds390/gen.c: added missing #include "main.h"
4602
4603 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4604
4605         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4606         checking if symbol is already in set,
4607         * src/pic16/device.h: prototype for checkAddSym,
4608         * src/pic16/gen.c: (_G): added entry interruptvector,
4609         * (assignResultValue): removed some commented out lines,
4610         * (genFunction): check for ISR via sym->type, absolute section for
4611         interrupt code is created via a new pBlock, the goto instruction is
4612         placed now correctly at the interrupt vector position, changed all
4613         references from ivec to _G.interruptvector,
4614         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4615         is the interrupt is a high priority one, same for return from ISR,
4616         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4617         externs to calls of checkAddSym,
4618         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4619         pic16_pcode_verbose flag is set,
4620         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4621         * src/pic16/pcoderegs.c: message about how many registers are saved
4622         will only be emitted if pic16_pcode_verbose flag is set,
4623
4624 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4625
4626         * src/ds390/ralloc.h,
4627         * src/ds390/ralloc.c (ds390_regWithIdx),
4628         * src/ds390/gen.c (emitcode),
4629         * src/ds390/main.h,
4630         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4631         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4632         ds390operandCompare, getRegsRead, getRegsWritten,
4633         initializeAsmLineNode): customized instruction size calculation for
4634         ds390, started basis for some register optimizations
4635         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4636         corresponding assembly output
4637         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4638         missing push/pop of r0/r1. Optimized push/pops
4639
4640 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4641
4642         * src/mcs51/main.c (instructionSize): fixed ACALL size
4643         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4644
4645 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4646
4647         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4648         the sorting of rlist with NULL elements
4649         * (print_idataType, print_idata): NEW to create idata sections
4650         * src/pic16/device.h: idataSymSet new variable
4651         * src/pic16/gen.c (genFunction): fixed some bugs in string
4652         comparing, improved the absolute section creation for ISRs,
4653         added FSR0L/FSR0H in registers that are saved in an ISR,
4654         * (genInline): fixed the processing of inline snippets,
4655         now they undergo no process by the peephole optimizer
4656         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4657         are placed in idataSymSet,
4658         * (pic16emitStaticSeg): extern symbols are added in externs,
4659         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4660         switching when aboslute variables are placed in access bank memory
4661         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4662         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4663         commented out with #if,
4664         * (pic16_packRegisters): reintroduce the check for CAST because some
4665         symbols are not correctly handled,
4666         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4667         pCodeInstruction instead of pCode,
4668         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4669         pCodeAsmDir definition,
4670         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4671         directive, then the argument directive is emitted without the leading
4672         tab, hack for inline labels which must be in the first column,
4673         * (compareLabel,pic16_findNextInstruction),
4674         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4675         * (insertBankSwitch): modified for the new pCodeAsmDir,
4676
4677 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4678         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4679
4680         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4681         instance,
4682         * (pushSide): commented out with #if,
4683         * (assignResultValue): fixed some typos in saving
4684         registers,
4685         * (genPcall): FIXED and sync'ed with genCall,
4686         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4687         * (genNearPointerGet): fixed to handle some more cases,
4688         implementation scheme via table reads,
4689         * (genConstPointerGet): modified to access code memory correct,
4690         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4691         and improved to handle some cases
4692         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4693         instead of "RETLW" for init data
4694         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4695         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4696         variables are placed in access bank memory (<0x80 and >=0xf80),
4697         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4698         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4699         TBLWT_POSTDEC,TBLWT_PREINC
4700         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4701         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4702         directives
4703         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4704         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4705         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4706         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4707
4708 2004-02-29  Borut Razem <borut.razem AT siol.net>
4709
4710         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4711         support/Util/findme.h, support/Util/system.h: enhance binary relative
4712         search for lib and include by using findProgramPath()
4713
4714 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * src/SDCCpeeph.h,
4717         * src/SDCCpeeph.c (pcDistance),
4718         * src/port.h,
4719         * src/mcs51/ralloc.h,
4720         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4721         * src/mcs51/main.h,
4722         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4723         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4724         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4725         size calculation port specific, started basis for some register
4726         optimizations
4727         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4728         missing push/pop of r0/r1. Optimized push/pops
4729         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4730         * device/lib/_modsint.c (_modsint),
4731         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4732         and stack version so regression tests pass
4733
4734 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4735
4736         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4737         * src/SDCCast.c (decorateType): catch another small optimization
4738         with '?' operator
4739         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4740         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4741         modified to finally use computeType() all over SDCC,
4742         see Feature Request #877103
4743         * src/SDCCval.h: cosmetic
4744         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4745         valCompare(); regression tested in muldiv.c
4746         * support/regression/tests/muldiv.c (testMod): mod sign follows
4747         dividend only
4748
4749 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4750
4751         * src/SDCCast.c (decorateType): fixed bug #902362
4752         * doc/INSTALL.txt: fixed install instructions for win32
4753
4754 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4755
4756         * device/include/Makefile.in (install): fixed by replacing spaces
4757         by tabs
4758         * doc/README.txt,
4759         * doc/INSTALL.txt: updated for release
4760         * doc/sdccman.lyx: added warning for --xstack being buggy
4761
4762 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4763
4764         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4765         to eliminate build warnings.
4766         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4767
4768 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4769            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4770
4771         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4772         removed -penable-stack, added comment for stack pragma, added
4773         warning for not initializing the stack/frame registers, removed
4774         comment at interrupts section
4775
4776         Stack is made permanent, there is no ability to disable stack usage.
4777         * src/pic16/device.h,
4778         * src/pic16/device.c: removed all references to USE_STACK macro,
4779         * src/pic16/device.c (pic16_dump_section): when no elements in
4780         rlist, free rlist before return,
4781         * (pic16_dump_int_registers): NEW, internal registers are a new set
4782         of general purpose registers reused by each function,
4783         * (checkAddReg): returns 1 if registers is added to set,
4784         * (pic16_groupRegistersInSection): when a registers is of type
4785         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4786         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4787         SRCASECMP macro is moved here from device.c
4788         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4789         PO_PCLATU, PO_PRODL, PO_PRODH,
4790         * (pic16_pCodeOpType, genMinus,
4791         changed compares to "a" register, with AOP_ACC,
4792         * (pic16_genPlus): fixed some bugs and indented properly,
4793         * (pic16_addSign): changed size to size+offset in the MOVWF
4794         instruction,
4795         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4796         multiply 8-bit operand by literal, result is 8-bit,
4797         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4798         multiply 2 8-bit operand, result is 8-bit,
4799         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4800         genUMult8X*_16,
4801         * src/pic16/gen.c: changed accUse to contain WREG only,
4802         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4803         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4804         true, do not use immediate addressing any more unless sym is a
4805         pointer in codespace,
4806         * (aopForRemat): do not use immediate addressing when symbol not in
4807         codespace and when symbol's address is requested,
4808         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4809         accUse size (= 1),
4810         * (aopGet): added case for AOP_ACC and don't return "accumulator
4811         bug" but WREG instead,
4812         * (popGetTempReg): pushes contents of temporary register in stack,
4813         * (popReleaseTempReg): pops contents of temporary register from
4814         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4815         * (pic16_popGet): separated case AOP_ACC to return register WREG
4816         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4817         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4818         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4819         the use of immediate pointers to certain cases only.
4820
4821         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4822         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4823         * (assignResultValue, genCall, genRet): modified to use the new
4824         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4825         genPcall is still broken,
4826         * (genFunction): added code to create 'A' type pBlocks when
4827         interrupt functions are generated, code not extensively tested yet,
4828         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4829         * (genEndFunction): modified so ISRs pop stored registers from stack,
4830         * (genMultOneByte): cleanup,
4831         * (AccRsh): added flag andmask, to and result with appropriate mask,
4832         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4833         * (genDataPointerGet): fixed and reenabled its use,
4834         * (genNearDataPointerGet): bugs fixed,
4835         * (genDataPointerSet): bugs fixed,
4836         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4837         pic16_DumpSymbol, pic16_DumpOp,
4838         * src/pic16/genutils.h: function prototypes for the above functions,
4839         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4840         pointers,
4841         * (pic16emitRegularMap): many many many improvements, but needs a
4842         major cleanup,
4843         * src/pic16/main.c: enable_stack in pic16_options is removed,
4844         * (_pic16_parseOptions): removed command line options -penable-stack,
4845         * (_process_pragma): emit stack symbol only when stack pragma is
4846         processed,
4847         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4848         redirected to FSR0L/FSR0H pair,
4849         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4850         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4851         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4852         for immediates,
4853         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4854         * (dumpPicOptype): NEW,
4855         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4856         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4857         with movff instruction,
4858         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4859         added pic16_int_regs, some packRegsFor* functions are commented out,
4860         because produce errors,
4861         * src/pic16/NOTES: minor modifications
4862
4863 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4864
4865         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4866         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4867         --pack-iram.
4868         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4869         * as/mcs51/lkaomf51.c: fixed bug #895763
4870
4871 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4872
4873         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4874
4875 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4876
4877         * doc/sdccman.lyx: added details about the HC08 storage classes and
4878         interrupts, fixed the register usage info for z80 & gbz80
4879
4880 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4881
4882         * doc/sdccman.lyx: added more pic16 port documentation
4883         * device/include/pic16/: added header pic18fregs.h
4884
4885 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4886
4887         * doc/sdccman.lyx: added Vangelis' contribution
4888
4889 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4890
4891         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4892         extend to the next CALL or PCALL, not just to the next CALL.
4893
4894 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4895
4896         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4897
4898 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4899
4900         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4901         bug #895752 and a better fix for bug #716790
4902
4903 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4904
4905         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4906
4907 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4908
4909         * doc/sdccman.lyx: minor changes, minor changed
4910
4911 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4912
4913         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4914         which can't handle SDCC_NEWONEBYTEOPS,
4915         (geniCodeMultiply): removed conversion from mult to shift for pic14
4916         and pic16
4917
4918 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4919
4920         * src/hc08/gen.h,
4921         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4922         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4923         thus fixing bug #895406
4924
4925 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4926
4927         * device/lib/_modsint.c,
4928         * device/lib/_modslong.c: sign follows divisor only
4929         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4930         signs or signedness can be ignored
4931         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4932         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4933         added optimization for IFX,
4934         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4935         arguments;
4936         reenabled optimization for IFX, which was removed on 2004-01-11
4937         * src/SDCCast.h: added return type IFX
4938         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4939         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4940         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4941         SDCC_OLDONEBYTEOPS selects the old behaviour
4942         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4943         changed again and commented promotion rule
4944         * src/SDCCval.c (valDiv): promotion no longer necessary
4945         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4946         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4947         rewritten
4948         * support/regression/tests/onebyte.c: added
4949
4950 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4951
4952         * gen.c (genInline): reverted to old code for assemnling inline
4953         code because of bug reported James Chadd
4954
4955 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4956
4957         * ralloc.h: missing declarations from previous patch,
4958         seems that patch for ralloc.h was never applied, fixed
4959
4960 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4961            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4962
4963         * pcode.c,
4964         * pcode.h,
4965         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4966         indirect addressing. Marked FSR0 as deprecated
4967         * gen.c (pointerCode): commented out, not needed now
4968         (pic16_popGet2p): new MOVFF helper function
4969         (genGenPointerGet),
4970         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4971         (shiftRLong): removed duplicate debugging info
4972
4973 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4974
4975         * src/ds390/gen.c (genNearPointerGet),
4976         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4977         optimization with bits, but not bitfields.
4978         * src/ds390/ralloc.c (packRegisters),
4979         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4980
4981 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4982
4983         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4984
4985 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4986
4987         * src/SDCCsymt.h,
4988         * src/SDCCicode.c (operandFromSymbol),
4989         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4990         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4991         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4992         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4993         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4994         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4995         bug #892038
4996         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4997         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4998         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4999         * src/SDCCsymt.c (newSymbol),
5000         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5001         enumerator_list),
5002         * src/SDCCval.h,
5003         * src/SDCCval.c (newiList): fixed bug #885705
5004
5005 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5006
5007         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5008         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5009
5010 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5011
5012         * device/include/c8051f120.h,
5013         * device/include/c8051f300.h,
5014         * device/include/c8051f310.h: added/updated header files for Silicon
5015         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5016         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5017         in new section Submitting patches
5018
5019 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5022         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5023         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5024         genGenPointerSet),
5025         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5026         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5027         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5028         genGenPointerSet),
5029         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5030         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5031         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5032         genGenPointerSet),
5033         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5034         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5035         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5036         genGenPointerSet): fixed bug #892400
5037         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5038         to eliminate build warnings.
5039         * src/SDCCast.c (processParms),
5040         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5041         fixed bug 751859
5042         * support/valdiag/valdiag.py: added GCC to the list of defines active
5043         when compiling with gcc
5044
5045 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5046
5047         * support/Util/SDCCerr.h,
5048         * support/Util/SDCCerr.c,
5049         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5050         with an incomplete type (fixed bug #883734)
5051         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5052
5053 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5054
5055         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5056
5057 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5058
5059         * src/SDCCast.c (decorateType),
5060         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5061         function pointer implementation
5062         * support/regression/tests/funptrs.c: added tests to verify both forms
5063         of function pointers work correctly. Added tests to verify parameters
5064         are passed in the correct order.
5065
5066 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5067
5068         * device.c (regCompare): registers are sorted by ascending
5069         address and increasing size,
5070         * main.c (_pic16_finaliseOptions): removed the declaration
5071         of compiler macro MCU. Now a macro of the format pic18fxxxx
5072         will be defined from the command line
5073
5074 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5075             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5076
5077         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5078         PCOP_RLCF was overwritten!
5079         * gen.c (genSkip): commented out calls to pic16_emitcode,
5080         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5081         * (genlshTwo),
5082         * (genRRC): added debugging info,
5083         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5084         overwritten while shifting,
5085         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5086         overwritten while shifting,
5087         * (AccLsh),
5088         * (AccRsh),
5089         * (shiftLLeftOrResult),
5090         * (shiftRLeftOrResult),
5091         * (shiftRLong),
5092         * (shiftLLong): Implemented with pic16_emitpcode
5093         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5094         * (genLeftShift): Fixed bug, operand for shift by variable always
5095         was "and"ed with 0x0f,
5096         * (genLeftShiftLiteral),
5097         * (genrshTwo),
5098         * (genRightShiftLiteral): added debugging info,
5099         * (genrshFour): added comment,
5100         * (genRightShift): determined signedness from operand "left"
5101         instead of "result"
5102
5103 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5104
5105         * src/SDCCicode.c (geniCodeParms),
5106         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5107         function pointers, fixed function pointer bugs #861242 and #861896
5108
5109 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5110
5111         * device/include/c8051f000.h,
5112         * device/include/c8051f120.h,
5113         * device/include/c8051f300.h: added header files for Silicon
5114         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5115
5116 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5117
5118         * src/SDCCast.c (processParams): added new type flow and restructured
5119         (gatherAutoInit): added new type flow
5120         (addCast): cosmetic changes
5121         (getLeftResultType): added new type flow for array indices, patch
5122         provided by Stas, see FR #877103
5123         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5124         array index patch by Stas
5125         * src/SDCCast.h: added prototype getResultTypeFromType()
5126         * src/SDCCval.h,
5127         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5128         * src/pic/glue.c (pic14emitStaticSeg),
5129         * src/pic16/glue.c (pic16emitStaticSeg),
5130         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5131         for initialization of symbols
5132         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5133         * support/Util/SDCCerr.h:
5134         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5135         * .version: bumped version number to 2.3.8
5136         * device/include/Makefile.in (install),
5137         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5138         avoid warnings
5139
5140 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5141
5142         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5143         Slade Rich fixed an optimization bug
5144         * src/pic/pcodepeep.c,
5145         * src/pic/pcoderegs.c
5146         * doc/Makefile (install): added test for directory
5147
5148 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5149
5150         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5151         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5152         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5153         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5154         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5155         * as/mcs51/asexpr.c (term),
5156         * as/hc08/asexpr.c (term): fixed bug #887146
5157
5158 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5159
5160         * src/z80/gen.c (genMult): handle single byte result product
5161         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5162         DUMMY_READ_VOLATILE (fixed bug #886367)
5163
5164 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5165
5166         * support/regression/tests/libmullong.c: fixed logic, on little endian
5167         hosts we ended without a mullong_wrapper()
5168
5169 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5170
5171         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5172         virus/worm forged address usage.
5173
5174 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5175
5176         Fixed promotion, it should be done on AST level:
5177         * src/SDCCast.c (addCast): added promotion to int
5178         (decorateType): updated call to upCast()
5179         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5180         usualUnaryConversions()
5181
5182 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5183
5184         * support/regression/tests/literalop.c (mulWrapper): Added a
5185         wrapper to remove integer overflow warnings.
5186
5187         * support/regression/tests/float_trans.c: Made work on host.
5188
5189         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5190         location of sz80.
5191
5192         * support/regression/generate-cases.py (main): Changed from inline
5193         to a main method.
5194
5195         * doc/Makefile (install): Changed to depth first to get rid of
5196         missing directory install warning.
5197
5198         * as/Makefile (install-doc): Made work on Mac.
5199
5200 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5201
5202         * src/SDCCast.c: added an additional type flow in decorateType() of
5203         opposite direction, see feature request #860006; it's enabled at runtime
5204         by setting the environment variable SDCC_NEWTYPEFLOW
5205         * src/SDCCast.h: changed prototype of decorateType()
5206         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5207         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5208         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5209         see feature request #877103
5210         * src/SDCCval.c: updated call of decorateType()
5211         (valBitwise): fixed bug #882876
5212         (valMinus): added promotion
5213         (valLogicAndOr): result is unsigned
5214         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5215         * src/SDCCsymt.c (computeType),
5216         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5217         must not cause an unsigned operation
5218         * src/pic/glue (pic14emitRegularMap),
5219         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5220
5221 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5222
5223         * src/pic/pcode.c (PCodeID): commented out left over debug code
5224
5225 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5226
5227         * support/valdiag/tests/overflow.c: added shift tests
5228         * src/pic/device.c,
5229         * src/pic/gen.c,
5230         * src/pic/gen.h,
5231         * src/pic/glue.c,
5232         * src/pic/main.c,
5233         * src/pic/pcode.c,
5234         * src/pic/pcode.h,
5235         * src/pic/pcodepeep.c,
5236         * src/pic/pcoderegs.c,
5237         * src/pic/ralloc.c,
5238         * src/pic/ralloc.h: applied patch from Slade Rich;
5239         added support for multiple code pages and multiple RAM banks on the
5240         PIC 14 port. The ASM files now no longer simply assume all the
5241         code / RAM are in the same page / bank. This means the linker can
5242         safely allocate code/RAM of separate ASM files to different pages/banks.
5243         * doc/sdccman.lyx: added Slade's tips
5244         * src/mcs51/peeph.def: fixed bug #880768
5245
5246 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5247
5248         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5249         * src/SDCCast.c (decorateType): fixed bug #880197
5250
5251 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5252
5253         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5254         getopt.h.
5255
5256         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5257         strtof is not part of C89 and isn't included with Mac OS X.
5258
5259 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5260
5261         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5262         shiftL2Left2Result): fixed bug #879326
5263         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5264         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5265         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5266         address fetch for clr instruction
5267         * device/lib/hc08/_mulint.c: created optimized assembly version
5268         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5269
5270 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5271
5272         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5273         proposed in FR #877103
5274
5275 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5276
5277         * src/SDCCval.c (cheapestVal): added missing checks
5278         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5279         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5280
5281 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5282
5283         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5284         equal operands
5285
5286 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5287
5288         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5289         loaded with the linker search paths (-L arguments) and the libraries
5290         to be linked with the current source (-l arguments). Changes
5291         currently will affect only the pic16 port.
5292         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5293         include path the port specific paths and port specific libraries,
5294         * gplink command now contains the $3 argument,
5295         * src/pic16/device.h,
5296         * src/pic16/device.c,: structure PIC_device is made public and
5297         renamed to PIC16_device, the same for variable Pics which is renamed
5298         to Pics16. Updated all references to them.
5299         * src/pic16/glue.c (pic16glue): corrected bug with code
5300         initialization which bypassed the variable initializations block.
5301
5302         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5303         COMPILE_FLAGS and added the --nostdinc option
5304
5305 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5306
5307         * device/include/mc68hc908jb8.h: Register defs for another member
5308         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5309
5310 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5311
5312         Documenting changes from previous commits.
5313         * configure.in (version 1.56),
5314         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5315         when generating output files to configure the pic16 library,
5316         but now I've commented it out, since gputils aren't installed in the
5317         SF compile farm, so library won't compile
5318
5319         * device/lib/Makefile.in (version 1.56): initially I've added in
5320         target 'all' the prerequestive 'model-pic16' so it compiled the
5321         pic16 library, but now I've commented it out for the same reasons
5322         above,
5323         * added targets 'model-pic16' and 'objects-pic16' to compile the
5324         library
5325         * added target 'port-specific-objects-pic16' to handle the
5326         generated libraries and copy them into the build/ directory
5327         * added target 'clean-intermediate-pic16' to clean intermediate
5328         files into pic16 directory
5329         * in target 'installdirs' added line to create directory pic16 in
5330         the installation path
5331
5332         * device/include/Makefile.in (version 1.11): in target 'install'
5333         added lines to copy all header files to installation path,
5334         * in target 'installdirs' added line create directory for pic16
5335         headers in the installation path
5336
5337 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5338
5339         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5340          a function call
5341
5342 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5343
5344         * configure,
5345         * device/lib/configure.in,
5346         * device/lib/configure: fixed for autoconf 2.57
5347
5348 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5349
5350         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5351         option so that it actually works. Made it specific to the z80, since
5352         the gbz80 doesn't have these kinds of I/O ports.
5353
5354 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         * device/include/z180.h,
5357         * device/lib/_memcpy.c,
5358         * device/lib/_memmove.c,
5359         * device/lib/_mulint.c,
5360         * device/lib/ser_ir.c,
5361         * device/lib/ser_ir_cts_rts.c,
5362         * device/lib/_strcmp.c,
5363         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5364         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5365         portmode; added deprecation warning for bank= and protmode= forms.
5366         Also, guard against buffer overflow.
5367         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5368
5369 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5370
5371         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5372         changed interrupt vector table generation to only emit declared vectors.
5373         * device/include/Makefile.in: added missing backslash
5374         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5375
5376 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5377
5378         Mainly changes to support compilation of the device libraries
5379         * src/pic16/device.c: stack is allocated via symbol and not
5380         via literal number. The symbol is placed in the corresponding
5381         position of the data ram
5382         * (pic16_dump_section): relocatable and absolute uninitialized
5383         data are now emitted in sorted order to reduce section naming,
5384         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5385         weren't marked as being in the access bank,
5386
5387 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5388
5389         Added portion of GNU PIC Library under the directory
5390         device/include/pic16 and device/lib/pic16. These files
5391         contain the declarations of SFRs for the PIC18Fxx2 devices.
5392         The directory is initialized via configure from toplevel.
5393
5394 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5395
5396         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5397         the spilllocations to be compared correctly
5398
5399 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5400
5401         * src/SDCCast.c (decorateType): fixed bug introduced today
5402
5403 2004-01-12  Borut Razem <borut.razem AT siol.net>
5404
5405         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5406         doc/sdccman.lyx: upper case pragmas are deprecated
5407
5408 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5409
5410         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5411         in simpler and even better code
5412
5413 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5414
5415         * src/SDCCicode.c (operandOperation): fixed bug #874819
5416         * src/SDCCast.c (decorateType): fixed
5417         char foo (unsigned long ul) { return ul > 0; }
5418
5419 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5420
5421         * doc/sdccman.lyx: Moved and added some sections, small changes
5422         all over. Telling LaTeX to be less strict with word spacing
5423         to better keep the right margin. Changed some notes about
5424         maintainance of the ports in section 3.2.1 - is it OK like this?
5425
5426 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5427
5428         SDCC source changes:
5429         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5430         convilong): modified to inform the pic16 port that builtin functions
5431         are external
5432
5433         PIC16 PORT specific changes:
5434         * src/pic16/device.c pic16_dump_equates() added,
5435         processor registers declared internally by the port are emitted in
5436         the translation as equates,
5437         * src/pic16/gen.c: inline code is passed unprocessed to the
5438         translation,
5439         * (pic16_popGetLit2): fnuction modified to take second operand as
5440         pCodeOp pointer and not as literal,
5441         * (popRegFromIdx): prefixed with pic16_,
5442         * (pic16_popCombine2): modified to receive already allocated pCode
5443         operands,
5444         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5445         * (genFunction): initializes local stack frame and pushes on stack
5446         all the registers used by this function,
5447         * (genEndFunction): restores all registers from stack and restores
5448         stack frame,
5449         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5450         improvements,
5451         * (pic16glue): changed the program startup sequence,
5452         * added new dbName code 'A' for functions placed in absolute section
5453         * src/pic16/main.c: added function attribute _naked,
5454         * added pragma 'code' to place a fnuction at an absolute address,
5455         * added command line arguments --debug-ralloc and --pcode-verbose,
5456         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5457         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5458         * (pic16_newpCodeOpLit2): modified to take the second operand as
5459         pCodeOp pointer,
5460         * (pic16_printpBlock): modified to emit each function in a separate
5461         section,
5462         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5463         UPPER for immediate operands,
5464         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5465         instruction,
5466         * src/pic16/peeph.def: all peepholes with movff are commented out,
5467         because there is a problem in the pcode peep optimizer,
5468         * src/pic16/ralloc.c: the register allocator can now reuse local
5469         function symbols for another function. This saves register usage.
5470         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5471
5472         Added file src/pic16/NOTES with information about program writing on
5473         the current port version.
5474
5475 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5476
5477         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5478         and peephole 252 (array access)
5479
5480 2004-01-09  Borut Razem <borut.razem AT siol.net>
5481
5482         * src/SDCCmain.c : fixed #872250: -l command line defined library
5483           files are scanned before standard library files
5484
5485 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5486
5487         * src/SDCCast.c (decorateType): fixed bug #874046
5488
5489 2004-01-09  Borut Razem <borut.razem AT siol.net>
5490
5491         * support/scripts/sdcc.nsi: remove previous installation
5492
5493 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5494
5495         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5496         bytes for last interrupt vector (mcs51)
5497         * sdcc.spec: fixed typo
5498
5499 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5500
5501         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5502         gen51Code): more efficient parameter receive for --model-large
5503         ("bug" #845294)
5504
5505 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5506
5507         * src/ds390/main.c,
5508         * src/z80/main.c: added missed needLinkerScript flags (more than
5509         one port structure defined in these file)
5510         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5511         bug #795325
5512
5513 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5514
5515         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5516         * src/port.h: added flag needLinkerScript in port->linker
5517         structure to inform whether to create a .lnk file or not,
5518         * src/avr/main.c,
5519         * src/ds390/main.c,
5520         * src/hc08/main.c,
5521         * src/mcs51/main.c,
5522         * src/pic/main.c,
5523         * src/pic16/main.c,
5524         * src/xa51/main.c,
5525         * src/z80/main.c: changed appropriately to configure
5526         needLinkerScript flag
5527         * src/pic/gen.c,
5528         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5529         * src/pic/glue.c: added variable udata_section_name to
5530         override default uninitialized data segment definition for
5531         devices only with SHAREBANK memory (reported from Erik Epetrich)
5532         * (pic14emitOverlay): modified to emit a commented overlay segment
5533         directive when no overlay data exist
5534         * (picglue): modified to emit uninitialized data segment
5535         according to udata_section_name
5536         * src/pic/main.c (_pic14_parseOptions): added command line
5537         options --udata-section-name=[name] to override default
5538         udata definition name
5539         * modified _linkCmd and _asmCmd to include compiler passed
5540         arguments via -W option
5541         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5542         object file from '.rel' to '.o' in port->linker structure,
5543         changed size of fptr from 2 to 3 in port structure
5544
5545 2004-01-07  Borut Razem <borut.razem AT siol.net>
5546
5547         * support/scripts/sdcc.nsi: update PATH
5548         * support/scripts/sdcc.ico: craeted
5549
5550 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5551
5552         * device/include/Makefile.in: fix install
5553         * doc/Makefile: fix install
5554
5555 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5556
5557         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5558         in bug #860505
5559         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5560         how the function variable allocation summary is displayed; also
5561         include information about variables allocated to the overlay
5562         segment
5563
5564 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5565
5566         * as/mcs51/lkmain.c: Help about -Y option
5567         * as/mcs51/lkarea.c: Fixed gcc warnings
5568
5569 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5570
5571         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5572         fixed warning
5573         * support/valdiag/tests/overflow.c: added
5574         * src/SDCCast.c (decorateType),
5575         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5576         LEFT_OP (left shift)
5577
5578 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5579
5580         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5581         (default behaviour).
5582
5583 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5584
5585         A python script to validate compiler diagnostic messages. It can be
5586         used to verify that sdcc complains about bad c source code and
5587         gives a good location of the error.
5588         * support/valdiag/Makefile,
5589         * support/valdiag/valdiag.py,
5590         * support/valdiag/tests/*
5591
5592 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5593
5594         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5595         * src/SDCCsymt.c (newEnumType),
5596         * src/SDCCsymt.h
5597         * support/Util/SDCCerr.c,
5598         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5599         enum related bugs.
5600         * support/regression/tests/enum.c: added test for enum values that
5601         require at least 2 bytes of storage.
5602
5603 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5604
5605         * src/common.h: added ifndef/define/endif macros
5606         around the header file.
5607         Bug reported from Jesus Calvino-Fraga
5608
5609 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5610
5611         * sdcc.spec: updated
5612         * device/include/Makefile.in: don't install CVS directories
5613         * device/lib/Makefile.in: added removal of CVS directories after install
5614         * doc/Makefile: fixed install, added local_icons
5615         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5616         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5617         * src/ds390/gen.c (genRightShift): fixed bug #870788
5618         * src/SDCCast.c (decorateType): fixed bug #870781
5619
5620 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5621
5622         PIC16 port related changes:
5623         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5624         added variable stackPos,
5625
5626         * gen.c: genCall, assignResultValue: added support for
5627         pushing/retrieving function parameters to/from stack,
5628         genFunction,genEndFunction: setup stack frame for the
5629         generated function,
5630         genAddrOf: will be changed according to bug 863624
5631
5632         * added files genutils.c and genutils.h which contain gen*
5633         debugged and optimised functions extracted from gen.c
5634
5635         * glue.c: added variable 'externs' which holds extern symbols,
5636         pic16emitRegularMap: is modified to properly handle relocatable
5637          symbols under the new scheme,
5638         pic16createInterruptVect: is modified
5639         pic16printPublics: is modified to emit 'global' assembler directives,
5640         added pic16_printExterns to print extern symbols,
5641         pic16glue: initializes stack/frame pointer in the beginning of
5642         the assembly output. Temporary hack, will be corrected later,
5643         because gplink yet does not support stack and SDCC does not
5644         yet support a type of crt0.o object to create the final binary.
5645
5646         * Removed many lines that contain 8051 legacy code.
5647         * The code is finally placed under a 'code' directive.
5648         * Added port specific options.
5649
5650         * _process_pragma: simplified since now we do not need *special*
5651         include file to define SFR registers. But a separate header
5652         will be needed. This will be developed later.
5653         * _pic16_parseOptions: added, parses port specific options:
5654         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5655         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5656         --preplace-udata-with=
5657
5658         * _pic16_setDefaultOptions: modified to initialize section names,
5659         but hack is temporarly out of order since it needs improvement.
5660         * _pic16_genAssemblerPreamble: configuration words are emitted by
5661         their address instead of their name. This part is incomplete and
5662         supports only the 18Fxx2 devices. Other devices will emit an error
5663         during assembly since they do not contain the same set of config
5664         registers
5665         * _pic16_genIVT: is modified,
5666
5667         * pcode.c: added definitions for some hardware registers that are needed
5668         for stack support
5669         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5670         All PCI entries are updated. Now LFSR is supported.
5671         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5672         * added pic16_newpCodeOpLit2 to support instructions with
5673         two literal arguments
5674         * pic16_pCode2str: corrected code that emits assembler instructions
5675         with two literal operands and those that have an access bit modifier
5676         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5677         this fixes a bug which caused some labels to be lost, when an
5678         assembler directive was added, i.e. banksel,
5679         * pic16_FixRegisterBanking: improved logic that causes the insertion
5680         of bank switching,
5681         * InlineFunction: functions that are called once, are not any more
5682         inlined. This can be a port option in the future,
5683
5684         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5685
5686         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5687         hold the corresponding uninitialized symbols,
5688         * pic16_allocProcessorRegister: registers have explicit marked the
5689         accessBank field,
5690         * pic16_allocInternalRegister: registers are explicit marked as
5691         not used,
5692         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5693         processing list, so bit registers were lost,
5694         *
5695
5696         * ralloc.h: added field 'accessBank' and original symbol operand
5697         in register definition,
5698         * removed the field isMapped from register definition,
5699
5700         ** Several functions have been removed from various sources:
5701         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5702         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5703         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5704         pic16_assignRelocatableRegisters
5705
5706         ** others have been introduced:
5707         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5708         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5709
5710 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5711
5712         * support/scripts/inc2h.pl: changed definition of BIT_AT
5713         to emit 'sbit at' instead of 'bit at'. This was a request.
5714
5715         PIC16 port related preliminary changes:
5716         * gen.c: prefixed function popRegFromString with
5717         pic16_ and all references to it corrected
5718         * pcode.c: all pic16_pc_* hardware registers prefixed
5719         with underscore (_),
5720         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5721         * ralloc.c: newReg(): when register is REG_SFR then
5722         set address to rIdx,
5723         pic16_allocProcessorRegister(): marks register wasUsed=0
5724         pic16_writeUsedRegs(): added a call to assign processor
5725         registers via pic16_assignFixedRegisters
5726
5727 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5728
5729         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5730         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5731         variables in unused register banks.  Also the SSEG is placed
5732         wherever there is enough space for it, and IDATA can be anywhere
5733         in internal RAM.  For now compile using -Wl-Y[stack_size].
5734         The mem file is different for this option as well, since it
5735         makes no sense of talking about DSEG lenght.
5736
5737 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5738
5739         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5740         in certain cases, e.g. when ROM assignment, patch provided
5741         from Albert den Haan.
5742
5743 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5744
5745         Many signedness and type propagation fixes:
5746         * src/SDCCicode.c: made geniCodeCast() static
5747         replaced SPEC_ by IS_ (cosmetic)
5748         (operandOperation): fixed div and mod operation
5749         (usualBinaryConversions): added support for promotion of char
5750         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5751         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5752         (geniCodeAdd): an array index will stay unsigned, even if promoted
5753         from char to int
5754         (geniCodeArray): ditto
5755         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5756         * src/SDCCsymt.c (computeType): added more support for char;
5757         promotion of char is selectable by promoteCharToInt, fixed signedness
5758         for all cases
5759         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5760         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5761         * src/SDCCval (val*): replaced signedness calculation by
5762         computeType()
5763         rearranged if-branches (cosmetic)
5764         (valShift): added warning W_SHIFT_CHANGED
5765         (valCompare): fixed problem with different types
5766         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5767         * support/regression/tests/literalop.c: added many cases
5768         * support/regression/tests/ast_constant_folding.c: changed finally to
5769         'unsigned int'
5770         * .version: new year, new version: 2.3.7
5771         * src/SDCCmain.c (main): applied patch #866468
5772         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5773         provided by Scott Bronson
5774         * doc/sdccman.lyx: updated documentation for sdcdb
5775         updated and added chapter tips
5776
5777 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5778
5779         * src/SDCCsymt.h: missing from yesterday's commits
5780
5781 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * src/SDCC.y (struct_or_union_specifier),
5784         * support/Util/SDCCerr.c,
5785         * support/Util/SDCCerr.h: verify that struct & union tags are used
5786         as declared.
5787
5788 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/SDCCglobl.h: missing from yesterday's commits
5791
5792 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5793
5794         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5795         sft_attributes, struct_declaration, parameter_declaration,
5796         type_name, start_block, declaration_list),
5797         * src/SDCC.lex (check_type): support redefinition of typedef names
5798
5799 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5800
5801         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5802         aligned xdata arrays. Erik helped me with the if clause.
5803
5804 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5805
5806         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5807         warning
5808
5809 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5810
5811         * src/SDCCast.h,
5812         * src/SDCCast.c (newAst_),
5813         * src/SDCCicode.h,
5814         * src/SDCCicode.c (ast2iCode, newiCode),
5815         * src/SDCCglobl.h,
5816         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5817         expr, statement, expression_statement, selection_statement,
5818         iteration_statement, expr_opt, jump_statement): foundation for tracking
5819         sequence points
5820         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5821         point code too)
5822
5823 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5824
5825         * support/Util/SDCCerr.c,
5826         * src/SDCCast.h,
5827         * src/SDCCast.c (createCase, createDefault, decorateType),
5828         * src/SDCClabel.c (labelUnreach),
5829         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5830         to error messages.
5831         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5832         (with thanks to Stas Sergeev)
5833         * device/include/time.h,
5834         * device/lib/time.c (CheckTime): suppress unreachable code warning
5835
5836 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5837
5838         * src/SDCCast.c (createIvalCharPtr),
5839         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5840         bug #753752)
5841         * support/regression/tests/nullstring.c: tests for these two bugs
5842
5843 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5844
5845         * support/Util/SDCCerr.h,
5846         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5847         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5848         about storage class and 'at' used inside struct or union
5849         * src/SDCCBBlock.c (iCodeFromeBBlock),
5850         * src/SDCCcse.c (ifxOptimize),
5851         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5852         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5853         printIval, emitStaticSeg, emitOverlay),
5854         * src/SDCClabel.c (deleteIfx),
5855         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5856         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5857         gatherAutoInit, processParms),
5858         * support/Util/SDCCerr.h,
5859         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5860         reporting for post-parse errors.
5861
5862 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5863
5864         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5865         implicit casts via union; they don't work on big endian systems
5866         (possible fix for bug #861138)
5867
5868 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5869
5870         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5871         * src/mcs51/main.c: fixed the fix for bug #737001
5872
5873 2003-12-15  Borut Razem <borut.razem AT siol.net>
5874
5875         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5876
5877 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5878
5879         * support/makebin/makebin.c: put output in binary mode
5880
5881 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5882
5883         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5884         xdata and data memory on startup. Set the environment variable
5885         SDCC_NOGENRAMCLEAR to disable this.
5886         * src/mcs51/peephole.def,
5887         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5888         (allows non-interrupt and interrupt code to safely compete for a resource
5889         without the non-interrupt code having to disable interrupts)
5890
5891 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5892
5893         * src/SDCCicode.c (geniCodeAdd),
5894         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5895         with valFromType if type might be a pointer and host is big endian).
5896         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5897         types, not just integer types.
5898         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5899         multiply defined with mismatching "at" address.
5900
5901 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5902
5903         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5904         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5905         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5906         with embedded nulls (fixed bug #753752)
5907
5908 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5909
5910         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5911         Apparently this did not see much testing (endless loop)
5912
5913 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5914
5915         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5916
5917 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5918
5919         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5920         gracefully handle NULL memmap pointers
5921
5922 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5923
5924         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5925         instead of deleting the iCode when an operand is volatile
5926         * src/z80/gen.c (genDummyRead),
5927         * src/mcs51/gen.c (genDummyRead),
5928         * src/ds390/gen.c (genDummyRead),
5929         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5930         not just IC_RIGHT
5931         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5932         * src/SDCC.y: fixed bug #850420
5933
5934 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5935
5936         Applied z80 i/o port patch from Peter Townson and fixed some operators
5937         to better handle operands in A register.
5938         * device/include/z180.h
5939         * src/SDCC.y
5940         * src/SDCCglue.c
5941         * src/z80/gen.c
5942         * src/z80/gen.h
5943         * src/z80/main.c
5944         * src/z80/peeph-z80.def
5945         * src/z80/peeph.def
5946         * src/z80/z80.h
5947
5948 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5949
5950         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5951
5952 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5953
5954         * device/lib/hc08/_mullong.c: Removed extra #endif
5955
5956 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5957
5958         * sim/ucsim/hc08.src/inst.cc,
5959         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5960         carries from x to h
5961         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5962         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5963         * device/include/stdarg.h: fixed varargs for hc08
5964         * device/lib/Makefile.in,
5965         * device/lib/hc08/Makefile,
5966         * device/lib/hc08/_mulint.c,
5967         * device/lib/hc08/_mullong.c: fixed some endian problems
5968
5969 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5970
5971         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5972         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5973         * device/lib/_gptrget.c,
5974         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5975
5976 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5979         * src/SDCCast.c (astErrors): fixed bug #846007
5980         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5981
5982 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * src/SDCCast.c (decorateType): disabled a transformation I added in
5985         revision 1.188 (access to fields of a structure at an absolute address);
5986         it breaks with bitfields, extern declarations, and gcse analysis.
5987         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5988         could be assigned through a pointer, so don't complain.
5989         * src/SDCCast.c (astErrors),
5990         * src/SDCCast.h,
5991         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5992
5993 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5994
5995         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5996         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5997         output of __config directives, since gpasm now supports them
5998         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5999         pre-processor macro, i.e. -DMCU=p18f452
6000         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6001         and modified to handle 'cast' icode similarly to '=' icode
6002         * src/pic16/device.h (typedef struct PIC_device): added field
6003         'extMIface' to indicate that chip has external memory interface
6004         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6005         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6006         18F8720
6007
6008 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6009
6010         * src/SDCC.y (pointer): fixed bug #846006
6011         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6012         * src/SDCCast.c (decorateType): fixed bug #846009
6013         * src/ds390/peeph.def,
6014         * src/ds390/gen.c (genAnd, genOr),
6015         * src/mcs51/peeph.def,
6016         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6017
6018 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6019
6020         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6021         * src/SDCCdflow.c
6022         * src/SDCCcse.c
6023         * src/SDCCcse.h
6024         * src/SDCCBBlock.h
6025         * src/SDCCBBlock.c
6026
6027 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6028
6029         fixed bug #845089
6030         * src/SDCCbitv.h,
6031         * src/SDCCbitv.c: added function to free a bitvector
6032         * src/SDCClrange.h,
6033         * src/SDCClrange.c: added function to recompute the liveranges
6034         * src/avr/ralloc.c,
6035         * src/ds390/ralloc.c,
6036         * src/hc08/ralloc.c,
6037         * src/mcs51/ralloc.c,
6038         * src/pic/ralloc.c,
6039         * src/pic16/ralloc.c,
6040         * src/xa51/ralloc.c,
6041         * src/z80/ralloc.c: recompute the liveranges after register packing
6042
6043 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6044
6045         * src/SDCCloop.c (newInduction): fixed bug #845630
6046
6047 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6048
6049         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6050         inadvertantly left behind from my 2003-11-12 change
6051
6052 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6053
6054         Updated headers I neglected to commit yesterday.
6055         * src/SDCClrange.h,
6056         * src/SDCCicode.h
6057
6058 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6059
6060         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6061         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6062         * src/SDCCopt.c (eBBlockFromiCode),
6063         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6064         the creation of the key hash table from the sequencing so it can be used
6065         earlier (for some GCSE bug fixes still pending)
6066
6067 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6068
6069         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6070         * support/regression/tests/addsub.c: testing genPlus shortcut
6071
6072 2003-11-15  Borut Razem <borut.razem AT siol.net>
6073
6074         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6075
6076 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6077
6078         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6079         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6080         ordering is immaterial.
6081         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6082
6083 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6084
6085         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6086         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6087         (SIGSEV) of bug #840381
6088         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6089         unlink new file before rename if new and old filenames are the same)
6090
6091 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6092
6093         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6094         uninitialized variables) for the mcs51. Set environment variable
6095         SDCC_GENRAMCLEAR to test.
6096         xdata initialization slightly shorter
6097
6098 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6099
6100         * src/SDCCsymt.h,
6101         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6102         #838241 & 780691 (basicly the same bug)
6103         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6104         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6105
6106 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6107
6108         * src/SDCCmain.c (linkEdit): "fix" #834252
6109
6110 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6111
6112         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6113         * src/SDCCast.h,
6114         * src/SDCC.y: fixed bug #819403
6115
6116 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6117
6118         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6119         the reentrant attribute.
6120         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6121         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6122         simulation
6123         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6124         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6125         erroneously reduced to a literal.
6126         * src/hc08/ralloc.c (packRegisters, rematStr),
6127         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6128         some cases
6129
6130 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6131
6132         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6133         * doc/sdccman.lyx: changed from 'article' to 'book'
6134         * doc/Makefile: readded test_suite_spec and cdbfileformat
6135
6136 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6137
6138         * device/include/stdlib.h: include malloc.h to comply with ANSI
6139         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6140
6141 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6142
6143         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6144         * doc/clean.mk: also remove *.out files
6145         * doc/sdccman.lyx: some additions, larger top/bottom margins
6146
6147 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6148
6149         * src/SDCC.y: fixed bug #837365
6150         * support/regression/tests/bitopcse.c
6151         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6152         a symbol (might be valop instead)
6153         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6154         * device/lib/clean.mk: added hc08 to the cleaning list
6155
6156 2003-11-04  Borut Razem <borut.razem AT siol.net>
6157
6158         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6159           made 2003-11-04
6160         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6161           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6162           malloc is declared in standard stdlib.h
6163
6164 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * device/lib/hc08/Makefile: need to clean .rel not .o files
6167         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6168
6169 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6170
6171         * src/port.h,
6172         * src/hc08/main.c,
6173         * src/mcs51/main.c,
6174         * src/ds390/main.c,
6175         * src/z80/main.c,
6176         * src/avr/main.c,
6177         * src/pic/main.c,
6178         * src/pic16/main.c,
6179         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6180         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6181         tests (which uses the port's oclsExpense function)
6182         * src/SDCC.y,
6183         * src/SDCCast.c,
6184         * src/SDCCicode.c,
6185         * src/hc08/gen.c,
6186         * src/ds390/gen.c,
6187         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6188
6189 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6190
6191         * src/SDCCcse.c (ifxOptimize),
6192         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6193         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6194         deleting the IFX iCode.
6195         * src/hc08/ralloc.c: reduced unneeded slocs
6196         * src/hc08/gen.c: fixed bug in asmopToBoolean
6197
6198 2003-11-04  Borut Razem <borut.razem AT siol.net>
6199
6200         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6201           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6202           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6203           transferred to configure
6204
6205 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6206
6207         Use headers defined in the C[++] standards:
6208         * sim/ucsim/gui.src/serio.src/fileio.cc
6209         * sim/ucsim/gui.src/serio.src/frontend.cc
6210         * sim/ucsim/gui.src/serio.src/main.cc
6211         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6212         * support/Util/NewAlloc.c
6213         * as/hc08/lklibr.c
6214         * as/mcs51/lklibr.c
6215         * as/z80/aslist.c
6216         * as/z80/assym.c
6217
6218 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6219
6220         * Added MSVC projects for hc08 assembler and linker:
6221         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6222         /as/hc08/link_hc08.dsp
6223
6224 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6225
6226         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6227
6228 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6229
6230         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6231
6232 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6233
6234         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6235
6236 2003-10-31  Borut Razem <borut.razem AT siol.net>
6237
6238         * support/cpp2/cpplib.h,
6239           support/cpp2/cpplib.c,
6240           support/cpp2/cpplex.c,
6241           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6242           to switch _asm block preprocessing on / off. Default is
6243           #pragma preproc_asm +
6244
6245 2003-10-31  Borut Razem <borut.razem AT siol.net>
6246
6247         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6248           when outputting comment blocks (when executed with -C option) and
6249           _asm (SDCPP specific) blocks
6250
6251 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6252
6253         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6254
6255 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6256
6257         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6258
6259 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6260
6261         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6262         * src/SDCCast.c (decorateType): fixed bug #832664
6263
6264 2003-10-31  Borut Razem <borut.razem AT siol.net>
6265
6266         * support\cpp2\cpplex.c: fixed for SDCPP:
6267           comments(when executed with -C option) and _asm blocks
6268           were included even if they where in skipped #if block.
6269           Applied solution from GCC cpp 3.3.2
6270
6271 2003-10-31  Borut Razem <borut.razem AT siol.net>
6272
6273         * src/SDCC.lex: sdcc now understands both formats:
6274           '# <line_number> <file_name>' and
6275           '#line <line_number> <file_name>'
6276         * support/cpp2/cppmain.c: sdcpp now generates the standard
6277           '# <line_number> <file_name>' instead of former
6278           '#line <line_number> <file_name>'
6279
6280 2003-10-30  Borut Razem <borut.razem AT siol.net>
6281
6282         * support/cpp2/cpphash.h,
6283         * support/cpp2/cpplib.h
6284         * support/cpp2/cpplex.c,
6285         * support/cpp2/cppmain.c,
6286         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6287
6288 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         Fixed a number of problems revealed by bug #827883.
6291         * src/SDCCloop.c (loopInvariants): Spill location of the
6292         result operand should be recomputed if extracted from
6293         a loop. Also, don't extract assignments of an iTemp
6294         from a literal.
6295         * src/SDCCast.c (isConformingBody): loop reversal should
6296         not occur if the control variable is involved with a
6297         relational operator.
6298
6299 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6300
6301         * .version: bumped to 2.3.6 to reflect the big improvements
6302         made by Erik and Klaus. Thanks!
6303
6304 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6305
6306         Replaced the livrange code.
6307         * src/SDCClrange.c: added new LR code
6308         * src/SDCCloop.c,
6309         * src/SDCCBBlock.h: removed remainig parts from old LR code
6310         * src/ds390/ralloc.c,
6311         * src/ds390/gen.c: minor fixes to make it work with new code
6312
6313 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6314
6315         * as/hc08/asm.h,
6316         * as/hc08/lkrloc.c,
6317         * src/hc08/gen.c,
6318         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6319         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6320         (tweaked fix for bug #818696)
6321
6322 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6323
6324         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6325
6326 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6327
6328         * src/SDCCmain.c,
6329         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6330         * src/mcs51/gen.c (gencjneshort),
6331         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6332         more efficient (per Scott Bronson's suggestion)
6333
6334 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6335
6336         Extended the semantics of the critical keyword to include
6337         individual statements. See RFE #827755 and #799831
6338         * src/SDCC.y
6339         * src/SDCCicode.c
6340         * src/SDCCopt.c
6341         * src/SDCCast.c
6342         * support/Util/SDCCerr.c
6343         * support/Util/SDCCerr.h
6344         * src/mcs51/gen.c
6345         * src/ds390/gen.c
6346         * src/hc08/gen.c
6347
6348 2003-10-19  Borut Razem <borut.razem AT siol.net>
6349
6350         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6351
6352 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6355         Fixed bug #818696
6356         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6357         and predecrement operand is displayed
6358
6359 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * src/SDCCval.c (valMinus): fixed bug #826041
6362
6363 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         Some hc08 related updates that I missed earlier
6366         * sim/ucsim/stypes.h
6367         * support/regression/ports/hc08/spec.mk
6368
6369 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         New target "hc08" for the Motorola 68hc08 family of micros
6372
6373         * configure
6374         * configure.in
6375         * Makefile
6376         * src/hc08/*
6377         * src/SDCCmain.c
6378         * src/port.h
6379         * sim/ucsim/hc08.src/*
6380         * sim/ucsim/configure.in
6381         * src/ucsim/configure
6382         * sim/ucsim/packages_in.mk
6383         * as/hc08/*
6384         * as/Makefile
6385         * device/include/mc68hc908qy.h
6386         * device/lib/hc08/*
6387         * device/lib/Makefile.in
6388         * support/regression/ports/hc08/*
6389         * support/regression/Makefile
6390
6391 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6394         regression test
6395         * src/ds390/gen.c (genCast): fixed bug #821957
6396
6397 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6398
6399         * device/lib/logf.c: "fixed" overlay bug
6400         * support/regression/ports/host/spec.mk: added m library
6401         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6402         * support/regression/tests/float_trans: added (for Eric)
6403
6404 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6405
6406         * src/mcs51/gen.c (genCpl): fixed bug
6407         http://sf.net/mailarchive/message.php?msg_id=6263915
6408
6409 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6410
6411         * src/SDCCast.c (decorateType): added extended constant folding
6412         * src/SDCCsymt.c (computeType): cleanup
6413         * src/SDCCval.c (valShift): minor optimization
6414         * support/regression/tests/ast_constant_folding.c: added
6415
6416 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6417
6418         * src/SDCCmain.c: removed some unintended changes
6419
6420 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6421
6422         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6423         * src/z80/gen.c: fixed part of bug #817589
6424         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6425
6426 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6427
6428         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6429         * src/SDCCcflow.c
6430         * src/SDCCcse.c
6431         * src/SDCCdflow.c
6432         * src/SDCClabel.c
6433         * src/SDCClrange.c
6434         * src/SDCCmem.c
6435         * src/SDCCopt.c
6436         * src/SDCCpeeph.c
6437         * src/SDCCset.c
6438         * src/avr/ralloc.c
6439         * src/ds390/ralloc.c
6440         * src/izt/ralloc.c
6441         * src/mcs51/ralloc.c
6442         * src/pic/ralloc.c
6443         * src/pic16/ralloc.c
6444         * src/xa51/ralloc.c
6445         * src/z80/ralloc.c
6446         * src/z80/gen.c: removed unused label "release:"
6447
6448 2003-10-06  Borut Razem <borut.razem AT siol.net>
6449
6450         * src/SDCC.lex: removed definition of unused variables
6451           save_optimize and save_options
6452
6453 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6454
6455         * clean.mk: removed '=' in "-maxdepth=1"
6456         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6457         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6458
6459 2003-10-06  Borut Razem <borut.razem AT siol.net>
6460
6461         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6462           my_unput() replaced by unput()
6463
6464 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6465
6466         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6467         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6468         type-punned pointer will break strict-aliasing rules"
6469         Old LR behaviour is again default; Klaus' LR can be choosen by
6470         defining the environment variable LRKLAUS
6471         * src/SDCCBBlock.h
6472         * src/SDCCloop.c
6473         * src/SDCClrange.c
6474         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6475         * clean.mk: fixed removal of files in bin/CVS/
6476         * device/lib/clean.mk: fixed removal of directories small and large
6477         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6478         * src/SDCCicode.c,
6479         * src/SDCCval.c: removed superflous test for pedantic
6480
6481 2003-10-05  Borut Razem <borut.razem AT siol.net>
6482
6483         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6484           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6485           message "unmatched #pragma SAVE and #pragma RESTORE"
6486
6487 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6488
6489         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6490           assembly, critical functions, atomic, nojtbound)
6491
6492 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6493
6494         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6495         * src/SDCCBBlock.h
6496         * src/SDCCloop.c
6497         * src/SDCCloop.h
6498         * src/SDCClrange.c
6499
6500 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6501
6502         * src/z80/gen.h,
6503         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6504         * src/mcs51/gen.h
6505         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6506         * src/ds390/gen.h
6507         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6508         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6509         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6510
6511 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6512
6513         * src/z80/gen.c (genRet): fixed bug #524753
6514         * src/z80/gen.c (genCast): fixed internal error on cast from
6515         pointer to long
6516         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6517         fix for bug #477835 to the z80
6518         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6519         for tracking iCodes in the peephole optimizer for z80
6520
6521 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6522
6523         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6524         the other part of bug #814548
6525         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6526
6527 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6528
6529         * src/SDCCcse.c: fixed part of bug #814548
6530
6531 2003-09-28  Borut Razem <borut.razem AT siol.net>
6532
6533         * src/asm.c: rewrite of printILine() to use temporary file instead
6534           a pipe
6535         * src/xa51/main.c: commented out declaration of int rewinds
6536
6537 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6538
6539         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6540
6541 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6542
6543         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6544         * src/asm.c (printILine): Fixed bug #811015
6545
6546 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6547
6548         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6549         freeing.
6550
6551 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6552
6553         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6554         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6555         to correctly handle general case of AOP_PAIRPTR
6556         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6557
6558 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6559
6560         * src/mcs51/ralloc.c (fillGaps),
6561         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6562         register positioning bug)
6563
6564 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6565
6566         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6567
6568 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6571         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6572         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6573         (ralloc doesn't intentionally do this now, but perhaps later)
6574         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6575         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6576         register positioning bugs (Fixed bug #762602 and #795325)
6577         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6578         (Fixed bug #808779)
6579         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6580         lines that --i-code-in-asm generates
6581
6582 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6583
6584         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6585         trying to fclose a FILE* that was already closed.
6586
6587 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6588
6589         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6590         of const struct should be treated as if const themselves)
6591
6592 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6593
6594         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6595
6596 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6597
6598         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6599         Unix (/n) and DOS (/r/n) line terminations.
6600
6601 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6602
6603         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6604         bug #613775
6605
6606 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6607
6608         * src/mcs51/gen.c (genFunction, genEndFunction),
6609         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6610         and restore of EA so that stack offsets to parameters are
6611         correct when using both critical and reentrant/stack-auto.
6612         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6613         size (can be triggered in error if sloc is shared between
6614         different sized objects)
6615         * device/include/float.h: fixed macros to explicitly use
6616         unsigned long where needed
6617
6618 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6619
6620         Feature req. 799831: added code to allow nesting of critical functions
6621         * src/mcs51/gen.c (genFunction, genEndFunction)
6622         * src/ds390/gen.c (genFunction, genEndFunction)
6623
6624 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         * src/SDCCsymt.c (sclsFromPtr),
6627         * src/SDCCsymt.h,
6628         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6629         support for standard C idiom of memory mapped variables; for
6630         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6631         to xdata int at 0x1234 tempvar = 1.
6632         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6633         provided by Akiya ISHIDA
6634
6635 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6636
6637         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6638         * src/SDCCval.c (constVal): added reduction from int to char
6639         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6640         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6641         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6642         to ignore the sign
6643         * support/regression/tests/shifts.c: fixed
6644
6645 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6646
6647         * src/z80/gen.c (genXor): Fixed bug #805445
6648
6649 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6650
6651         Fixed bug #621531 (const & volatile confusion in the type chain).
6652         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6653         refer to the const or volatile state of the pointer itself.
6654
6655         * src/SDCCast.c
6656         * src/SDCCglue.c
6657         * src/SDCCicode.c
6658         * src/SDCCsymt.c
6659         * src/SDCCval.c
6660         * src/SDCC.y
6661         * src/SDCCsymt.h
6662         * src/pic/gen.c
6663         * src/pic/ralloc.c
6664         * src/pic16/gen.c
6665         * src/pic16/ralloc.c
6666         * support/regression/tests/const.c
6667
6668 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6669
6670         When checking for duplicated modules, use absolute paths
6671         instead of relative paths.  Files changed:
6672
6673         * as/mcs51/lklib.c
6674         * link/z80/lklib.c
6675
6676 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6677
6678         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6679
6680 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6681
6682         * device/include/string.h: added size_t typedef, changed
6683         prototypes to use size_t, eliminated separate reentrant and
6684         non-reentrant declarations, added _memmove declaration
6685         * device/lib/_memcpy.c: changed to use size_t instead of int,
6686         changed /4 to >>2 to avoid division library call
6687         * device/lib/_memcmp.c,
6688         * device/lib/_memset.c,
6689         * device/lib/_strncat.c,
6690         * device/lib/_strncpy.c,
6691         * device/lib/_strncmp.c: changed to use size_t instead of int
6692         * device/lib/_memmove.c: new file (fixed bug #772294)
6693         * device/lib/Makefile.in: added _memmove.c
6694         * device/lib/z80/asm_strings.s: fixed bug #772290
6695         * support/regression/tests/bitfields.c: attempt to fix host assertion
6696         failure on amd64-unknown-linux2.2
6697
6698 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6699
6700         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6701         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6702         * as/z80/asmain.c (main): fixed bug #801766
6703
6704 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6705
6706         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6707         compilers
6708
6709 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6710
6711         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6712         reported in bug #800609
6713
6714 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6715
6716         * Top header beautifications in src/pic16 directory:
6717           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6718           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6719           pcoderegs.h, ralloc.c, ralloc.h
6720         * main.c: added top header and GPL license notice
6721         * pcode.c: fixed the if-conditional warning
6722
6723 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6724
6725         * device/lib/_mullong.c: replaced int by short for gcc
6726
6727 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6728
6729         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6730         and JUMPTABLE iCodes properly now (worked by accident before)
6731         * src/mcs51/gen.c (leftRightUseAcc),
6732         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6733         iCode properly now. Use getSize instead of nRegs since a & b
6734         aren't part of the nRegs tally.
6735
6736 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6737
6738         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6739         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6740           before instructions that use the _STATUS register
6741
6742 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6743
6744         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6745         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6746         fetching of the pointer
6747         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6748         copied from genNearPointerSet()
6749         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6750         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6751         If they pop r0/r1 they must be called in the opposite order than aopOp().
6752         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6753         (resp. --stack-auto), prepared for --xstack
6754
6755 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6756
6757         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6758
6759 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6760
6761         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6762         these ports have their own __sdcc_external_start()
6763
6764 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6765
6766         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6767         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6768         type for bits was changed. It resulted in bit variables becoming
6769         global, which is not permitted in PIC 14 assembly output.
6770
6771 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6772
6773         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6774
6775 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6776
6777         Z80 and MCS51 linkers complaint if a public symbol is defined
6778         in more than one library module:
6779
6780         * as/mcs51/lklib.c
6781         * link/z80/lklib.c
6782         * as/mcs51/Makefile.in
6783
6784 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         A few small changes that speed up the peephole optimizer.
6787
6788         * src/SDCCpeeph.c
6789
6790 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6791
6792         Try to make the peephole optimizer smarter by maintaining
6793         an association between the assembly source code and the
6794         iCodes that originated them. Put this information to use
6795         with a new peephole rule condition "notVolatile" so that
6796         the rules can be aggressive yet still safe.
6797
6798         * src/SDCCpeeph.c
6799         * src/SDCCpeeph.h
6800         * src/mcs51/gen.c
6801         * src/mcs51/peeph.def
6802
6803 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6804
6805         Fixed bug #741761
6806
6807         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6808         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6809         if the left or right operand symbols have the accuse flag set.
6810
6811 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         Changed the type of the result of the ! (NOT) operator to char;
6814         previously it returned the same type as the source. This allows
6815         us to eliminate all the genFloatNot functions (all of its target
6816         implementations were very buggy) since !float can use the same
6817         code as !long now.
6818
6819         * src/SDCCicode.c (ast2iCode): ! returns char
6820         * src/mcs51/gen.c (genNot, genNotFloat),
6821         * src/ds390/gen.c (genNot, genNotFloat),
6822         * src/z80/gen.c (genNot, genNotFloat),
6823         * src/pic/gen.c (genNot, genNotFloat),
6824         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6825
6826 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6827
6828         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6829         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6830            during interrupts. Ensure WSAVE is located at a shared bank address.
6831         2. Fixed page selection in some places
6832         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6833            the registers name strings.
6834         4. Fixed "signed / unsigned compare" compiler warnings.
6835         5. The PIC port manages its own allocation of the general purpose
6836            registers, but makes no attempt to reuse them. As a result when
6837            compiling it soon runs out of general purpose registers. Some
6838            additional code was added to the files pcode.c and device.c to walk
6839            through the function call tree and rename the registers so that they
6840            get reused.
6841
6842         * src/pic/device.c
6843         * src/pic/gen.c
6844         * src/pic/glue.c
6845         * src/pic/pcode.c
6846         * src/pic/pcode.h
6847         * src/pic/ralloc.c
6848         * src/pic/ralloc.h
6849         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6850         genPlus() & genMinus() when the result is the same as left or right
6851
6852 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6855
6856 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6857
6858         Made bitfield a distinct type from bit so that bitfields
6859         convert as per ANSI C and bits retain their traditional
6860         boolean style behaviour. Implemented bitfield support in
6861         the z80 port.
6862
6863         * src/SDCCsymt.h,
6864         * src/SDCCsymt.c,
6865         * src/SDCCast.c,
6866         * src/cdbFile.c,
6867         * src/mcs51/gen.c,
6868         * src/ds390/gen.c: bit v bitfield split
6869         * src/z80/gen.c: New support for bitfields
6870         * support/regression/tests/bitfields.c: reenabled z80,
6871         added more tests
6872
6873 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6874
6875         Rules 246.x, 247.x relate to bitfields, the others speed up
6876         access to xdata mapped I/O devices.
6877
6878         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6879
6880 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6881
6882         Cleaned up genPackBits and genUnpackBits and added two helper
6883         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6884         for literal assignments in genPackBits (thanks to Frieder for
6885         reminding me).
6886
6887         * src/mcs51/gen.c
6888         * src/ds390/gen.c
6889
6890 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6891
6892         Fixed bug #748310 (pointer to function type mishandled when the
6893         function name is omitted). Also fixed a SIGSEGV when a function
6894         attribute (reentrant, etc) is used on a non-function or on a
6895         function but misplaced before the parameter list.
6896
6897         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6898         bug #748310
6899         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6900         * support/Util/SDCCerr.h,
6901         * support/Util/SDCCerr.c: Added func attr misuse error msg
6902
6903 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6904
6905         Fixed bug #787649 by anonymous
6906         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6907         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6908
6909 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6910
6911         Fixed numerous bitfield problems.
6912
6913         * src/SDCC.y: More bitfield related error checking
6914         * src/SDCCsymt.h,
6915         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6916         * support/Util/SDCCerr.h,
6917         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6918         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6919         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6920         * support/regression/tests/bitfields.c: tests added
6921
6922 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         Made the constant following the "interrupt" keyword optional. If
6925         omitted, the function will not automatically be given an entry
6926         in the interrupt vector table (similar to #pragma NOIV, but
6927         less syntacticly kludgy). The interrupt number is also now
6928         range checked. Also fixed a bug in the high order bit example
6929         in the manual.
6930
6931         * src/SDCC.y
6932         * src/SDCCmem.c
6933         * src/SDCCglue.c
6934         * src/SDCCsymt.h
6935         * support/Util/SDCCerr.c
6936         * support/Util/SDCCerr.h
6937         * doc/sdccman.lyx
6938
6939 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6940
6941         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6942         * src/SDCCicode.c (operandOperation): rewritten some ops
6943         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6944         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6945         other type
6946         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6947         be re-activated by defining REDUCE_LITERALS)
6948         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6949         unsigned, but are signed by default
6950         * src/SDCCval.c (constVal): rearranged
6951         * src/SDCCval.c (valMod): preliminary fix
6952         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6953         * support/regression/literalop.c: added, work in progress
6954
6955 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         Generate warnings for useless declarations like "char data;"
6958         that don't do what new users expect.
6959
6960         * src/SDCC.y
6961         * support/Util/SDCCerr.h
6962         * support/Util/SDCCerr.c
6963
6964 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6965
6966         * src/SDCCval.c (valMult): fix overflow detection of negative int
6967
6968 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6971
6972         Changes to support big endian targets:
6973
6974         * src/ports.h
6975         * src/SDCCglue.c
6976         * src/avr/main.c
6977         * src/ds390/main.c
6978         * src/izt/i186.c
6979         * src/mcs51/main.c
6980         * src/pic/main.c
6981         * src/pic16/main.c
6982         * src/xa51/main.c
6983         * src/z80/main.c
6984
6985 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6986
6987         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6988         * device/lib/time.c: fixed warning "integer overflow in expression"
6989
6990 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6991
6992         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6993         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6994         constants are unsigned; added recognition of "u" flag for unsigned
6995         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6996         * src/SDCCval.c (valDiv, valMod): fixed signdness
6997         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6998         signedness of modulo, left and right shift
6999         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7000         * support/Util/SDCCerr.h: added warning W_INT_OVL
7001         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7002         * src/SDCCast.c (ast_print): improved output of constants
7003
7004 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7005
7006         Fixed some warnings when building with MSVC:
7007
7008         * as\mcs51\asdata.c
7009         * as\z80\asdata.c
7010         * as\mcs51\asm.h
7011         * as\z80\asm.h
7012         * link\z80\aslink.h
7013         * link\z80\lkdata.c
7014         * link\z80\lkeval.c
7015         * link\z80\lkgb.c
7016         * link\z80\lkihx.c
7017         * link\z80\lks19.c
7018         * link\z80\lksym.c
7019         * support\cpp2\cpplib.c
7020         * src\ds390\gen.c
7021         * src\mcs51\gen.c
7022
7023 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7024
7025         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7026
7027 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7028
7029         * support\librarian\clean.mk: Do not remove Makefile.
7030         * support\librarian\Makefile: added.
7031
7032 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7033
7034         Added librarian to MSVC build:
7035         * all.dsp
7036         * sdcc.dsw
7037         * support\librarian\librarian.dsp
7038
7039         'configure' not needed for librarian, removed:
7040         * support\librarian\configure
7041         * support\librarian\configure.in
7042         * support\librarian\config_in.h
7043         * support\librarian\Makefile.in
7044
7045         Hopefully these ones built the librarian and the rest of sdcc properly:
7046         * Makefile
7047         * Makefile.common.in
7048
7049         Messed up 'configure', so revert to previous version:
7050         * configure
7051         * configure.in
7052
7053 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7054
7055         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7056         there, while the mantissa of a double is "only" 53 bits wide.
7057
7058 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7059
7060         Adding sdcclib to the build.  MSVC project coming soon.
7061         Files added/changed:
7062
7063         * support\librarian\clean.mk
7064         * support\librarian\configure
7065         * support\librarian\configure.in
7066         * support\librarian\config_in.h
7067         * support\librarian\Makefile.bcc
7068         * support\librarian\Makefile.in
7069         * support\librarian\sdcclib.c
7070         * Makefile.bcc
7071         * Makefile
7072         * Makefile.common.in
7073         * configure
7074         * configure.in
7075
7076 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7077
7078         Linker now complaints if linked modules have conflicting options, for
7079         example, one compiled using --model-large and another one compiled with
7080         --model-small.  The following files were modified:
7081
7082         * as\mcs51\asdata.c
7083         * as\mcs51\aslink.h
7084         * as\mcs51\asm.h
7085         * as\mcs51\asmain.c
7086         * as\mcs51\asout.c
7087         * as\mcs51\i51pst.c
7088         * as\mcs51\lkdata.c
7089         * as\mcs51\lklibr.c
7090         * as\mcs51\lkmain.c
7091         * as\z80\asdata.c
7092         * as\z80\asm.h
7093         * as\z80\asmain.c
7094         * as\z80\asout.c
7095         * as\z80\z80pst.c
7096         * link\z80\aslink.h
7097         * link\z80\lkdata.c
7098         * link\z80\lklibr.c
7099         * link\z80\lkmain.c
7100         * src\SDCCglue.c
7101
7102 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7103
7104         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7105         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7106
7107 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7108
7109         * src/z80/mappings.i: fix _mul[us][int,long] entries
7110
7111 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7112
7113         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7114
7115 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7116
7117         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7118         * support/regression/tests/bitopcse.c: added
7119         fixed warning:
7120         * src/avr/gen.c:
7121         * src/pic/gen.c:
7122         * src/pic16/gen.c:
7123         * src/z80/gen.c:
7124         * src/xa51/gen.c:
7125
7126 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7127
7128         added support for new library format to z80, gbz80 linkers:
7129         *link/z80/aslink.h
7130         *link/z80/lklex.c
7131         *link/z80/lklib.c
7132         *link/z80/lklist.c
7133
7134 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7135
7136         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7137         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7138
7139 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7140
7141         added DUMMY_READ_VOLATILE:
7142         * src/SDCC.y:
7143         * src/avr/gen.c:
7144         * src/xa51/gen.c:
7145         * src/z80/gen.c:
7146         * src/pic/gen.c:
7147         * src/pic16/gen.c:
7148         * src/mcs51/gen.c:
7149         * src/ds390/gen.c:
7150         * src/SDCCcse.c (algebraicOpts): many improvements
7151         * src/SDCCcse.h: removed algebraicOpts()
7152         * src/SDCCicode.c (picDummyRead): added
7153
7154 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7155
7156         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7157         "Insufficient space in data memory".
7158
7159 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7160
7161         * src/mcs51/gen.c: fixed bug #771358
7162         * src/z80/gen.c: fixed bug #759087
7163
7164 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7165
7166         * src/pic16/glue.c: minor cleanup by Vangelis
7167
7168 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7169
7170         * device/include/regc515c.h: fixed #758477
7171         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7172         * device/lib/_gptrput.c: saved a few bytes
7173         * my tab spacing is 8, yours too?)
7174         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7175         * device/lib/serial.c: process RX bytes earlier than TX bytes
7176         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7177
7178 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7181
7182 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7183
7184     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7185
7186 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7187
7188         * device/lib/Makefile.in: bad fix, reverted to 1.43
7189
7190 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7191
7192         * device/lib/Makefile.in: added missing z80 object files
7193
7194 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7195
7196         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7197         pic16 progress by Vangelis:
7198         * src/SDCCglobl.h:
7199         * src/SDCCmain.c:
7200         * src/pic/Makefile:
7201         * src/pic:
7202         * pic/Makefile:
7203         * pic16/device.c:
7204         * pic16/device.h:
7205         * pic16/gen.c:
7206         * pic16/gen.h:
7207         * pic16/genarith.c:
7208         * pic16/glue.c:
7209         * pic16/main.c:
7210         * pic16/pcode.c:
7211         * pic16/pcode.h:
7212         * pic16/pcodepeep.c:
7213         * pic16/peeph.def:
7214
7215 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7216
7217     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7218
7219 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7220
7221     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7222     added gbz80 build to MSVC project.
7223     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7224     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7225     from 8051 stuff and setup so it links using a .lnk file.
7226
7227 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7228
7229     * support/librarian/sdcclib.c: sdcc librarian.
7230     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7231     with sdcclib.
7232
7233 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7234
7235     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7236
7237 2003-07-02  Borut Razem <borut.razem AT siol.net>
7238
7239         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7240         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7241         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7242         src/xa51/main.c, src/z80/main.c:
7243         virtualization of glue() function: each port has it's own glue function,
7244         which is accessed by do_glue function pointer in PORT.general structure
7245
7246 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7247
7248         * DS800C400 fun, improved ROM interface and tinibios.
7249
7250 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7251
7252         * More support for DS80C400. Now includes beginning of interface to ROM.
7253
7254 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7255
7256         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7257
7258 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7259
7260         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7261
7262 2003-06-19  Borut Razem <borut.razem AT siol.net>
7263
7264         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7265
7266 2003-06-19  Borut Razem <borut.razem AT siol.net>
7267
7268         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7269         fixed Z80 port - crt0.o: cannot open.
7270
7271 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7272
7273         * support/Util/MySystem.c (merge_command): revert bad fix
7274
7275 2003-06-18  Borut Razem <borut.razem AT siol.net>
7276
7277         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7278
7279 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7280
7281         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7282         option --use-stdout sends errors to stdout instead of stderr.
7283
7284 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7285
7286         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7287
7288 2003-06-15  Borut Razem <borut.razem AT siol.net>
7289
7290         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7291         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7292         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7293         fixed width array of pointers replaced with sets;
7294         multiple include and lib paths ared transferred to preprocessor and linker
7295         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7296         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7297         fixed width array of pointers
7298         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7299         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7300         fixupPath(), getPathDifference()
7301         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7302         fixed width array of pointers
7303
7304 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7305
7306         * src/pic16/ralloc.c: fix warnings
7307         * src/pic16/pcode.c: fix warning
7308
7309 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7310
7311          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7312         know all the details, but essentially this set of changes enable
7313         the pic16 port to generate movff instructions and generate assembler
7314         directives,
7315         * src/SDCCmain.c:
7316         * src/pic16/gen.c:
7317         * src/pic16/glue.c:
7318         * src/pic16/pcode.c:
7319         * src/pic16/device.c:
7320         * src/pic16/main.c:
7321         * src/pic16/pcode.h:
7322         * src/pic16/pcoderegs.c:
7323         * src/pic16/ralloc.c:
7324         * src/pic16/ralloc.h:
7325
7326 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7327
7328         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7329         added option --vc, so sdcc errors and warnings are compatible with
7330         Microsoft Visual Studio.
7331
7332 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7333
7334         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7335           device/lib/libfloat.lib: added atof function.
7336
7337 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7338
7339         * doc/sdccman.lyx: updated to Lyx 1.3
7340         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7341         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7342         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7343
7344 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7345
7346         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7347
7348 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7349
7350         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7351           additions to the "related tools/documentation" section
7352
7353 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7354
7355         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7356
7357 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7358
7359         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7360         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7361
7362 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7363
7364         * doc/sdccman.lyx: fix double dash and other minor things
7365         * doc/Makefile: fix double dash
7366
7367 2003-05-28  Karl Bongers(patches from Martin Helmling)
7368         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7369           condition and ignore commands.
7370
7371 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7372
7373         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7374           is in parts still quite out of date, I did changes as far as I felt makes sense
7375           for a non-native english speaker.
7376           Please feel free to add to the manual or to correct my changes.
7377         * doc/Makefile: undid touching the date of intermediate tex files.
7378
7379 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7380
7381         * doc/sdccman.lyx: Manual has an index now
7382
7383 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7384
7385         Finalize muluint/mulsint and mululong/mulslong merging:
7386         * device/lib/_mulint.c
7387         * device/lib/_mullong.c
7388         * device/lib/gbz80/mul.s
7389         * device/lib/gbz80/stubs.s
7390         * device/lib/z80/mul.s
7391         * device/lib/z80/stubs.s
7392         * src/SDCCsymt.c (initCSupport)
7393
7394 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7395
7396         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7397         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7398           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7399           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7400           instead of /Zm500.
7401
7402 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7403
7404         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7405           the regression tests I'm not brave enough to enable 245.b, 245.c
7406         * doc/sdccman.lyx: added latex preamble for hyperref package.
7407           Using pdflatex this will give you a hyperlinked pdf file with
7408           bookmarks. (prepend '%' before /usepackage if this breaks something)
7409
7410 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7411
7412          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7413
7414 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7415
7416         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7417
7418 2003-05-21    <johan AT balder>
7419
7420         * src/SDCCglue.c (printIval): fixed bug #739934
7421
7422 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7423
7424         Applied patch from bug 737905 (renamed yylineo to mylineno):
7425         * src/altlex.c
7426         * src/SDCCast.c
7427         * src/SDCglobl.h
7428         * src/SDCC.lex
7429         * src/SDCCsymt.c
7430         * src/SDCCval.c
7431         * src/pic16/pcode.c: Cleaned warnings
7432         * src/pic16/pcodeflow.c: Cleaned warnings
7433         * src/pic16/pcoderegs.c: Cleaned warnings
7434
7435 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7436
7437         * src/pic16/pcode.c: Cleaned warnings
7438         * src/pic16/pcodepeep.c: Cleaned warnings
7439         * src/pic16/ralloc.c: Cleaned warnings
7440
7441 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7442
7443         * doc/sdccman.lyx: fixed bug 739745
7444         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7445
7446 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7449         it can be defined with CFLAGS when running configure
7450         * src/SDCCmain.c: fixed compiling + linking with object files
7451
7452 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7453
7454         * configure.in: configure for pic16 port,
7455             added --disable-pic16-port
7456         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7457         * src/SDCCmain.c: linkOptions is changed to set *,
7458             added if/endif conditional macros to remove options help
7459             messages from optionsTable when a port is not configured, added
7460             support for the PIc16 port in the ports table, when executing
7461             the compiler with no port specified on command line, a default
7462             port is selected with the new macro DEFAULT_PORT which is
7463             defined in port.h, in setDefaultOptions() linkOptions is removed
7464             from initialization assignment, since now it is a set,
7465             parseCmdLine uses setParseWithComma for linkOptions, in
7466             linkEdit() linkOptions are accessed with new function indexSet()
7467             which returns the i'th item of a set variable. See SDCCset.c, in
7468             linkEdit() when calling buildCmdLine(), added linkOptions as
7469             last argument. Now users can pass arguments to gplink via the
7470             -Wl option, main() uses pic16glue() to glue up pic16 programs
7471         * src/SDCCpeeph.c: various changes to support pic16
7472         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7473             return the i'th item of the set
7474         * src/SDCCset.h: added function prototype for indexSet()
7475         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7476         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7477         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7478             added macro DEFAULT_PORT
7479         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7480         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7481             generated
7482         * src/pic16/glue.c: commented out some error producing lines
7483         * src/pic16/main.c: __config directives are commented out to stop
7484             gpasm complaining and test the linkage with gplink, _linkCmd and
7485             _asmCmd changed to be more gplink and gpasm friendly
7486         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7487             produced an error when parsed, peep rule 12 is added to utilize
7488             movff, but it is commented out since the pCode does not support
7489             yet a command with 2 address arguments
7490
7491 2003-05-18    <johan AT balder>
7492
7493         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7494         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7495 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7496
7497         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7498   Added feature to script commands from file.
7499
7500 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7501
7502         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7503         * src/SDCCutil.c: include ctype.h for win32
7504
7505 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7506
7507         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7508
7509 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7510
7511         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7512   Fixed so you can set breakpoints prior to run, run does not stop
7513   on entry now.  Add tbreak.  Other enhancements and fixes for use
7514   with ddd.
7515
7516 2003-05-12  Borut Razem <borut.razem AT siol.net>
7517
7518         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7519
7520 2003-05-11  Borut Razem <borut.razem AT siol.net>
7521
7522         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7523         the path of bin directory, so that PATH is the only env. variable, which has to be set
7524         in case of standard installation.
7525         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7526         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7527         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7528
7529 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7530
7531         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7532         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7533         temp files are in the port dir; clean the gen/test directory when
7534         generating new test.c
7535         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7536         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7537         * support/regression/tests/zeropad.c: added
7538
7539 2003-05-09    <johan AT balder>
7540
7541         * src/SDCCglue.c: fixed bug #597940
7542
7543 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7544
7545         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7546   cache sfr, optimize next,step, fix off by one sourceline,
7547   support ddd list function.
7548         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7549
7550 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7551
7552         * support/regression/HTMLgen.py: added compare_s2f()
7553         * support/regression/Makefile: redo 1.27
7554         * support/regression/generate-cases.py: redo 1.5
7555
7556 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7557
7558         * support/regression/tests/float.c: workaround 33 bit hex constant
7559         * support/regression/tests/simplefloat.c: fix division for host
7560
7561 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7562
7563         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7564         that tame's the PIC's over-aggressive optimizer.
7565
7566 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7567
7568          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7569          support for MSVC.
7570
7571 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7572
7573         Initial support for DS80C400. "Hello world" runs on TINIm400
7574         (with polled I/O).
7575
7576 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7577
7578          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7579          * Some notes on ddd usage added in debugger/README
7580          Martin Helmling adding more features and fixes for ddd GUI debugger.
7581          Code added for nexti, stepi, up, down, and other adjustments.
7582
7583 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7584
7585         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7586         * src/pic/peeph.def Added two rules to optimize carry manipulation
7587         * src/pic/* removed debug printfs
7588
7589 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7590
7591         * debugger/mcs51/cmd.c: added header newalloc.h
7592
7593 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7594
7595         * as/Makefile: new EXEEXT
7596         * as/z80/Makefile: remove trailing slash of BUILDIR
7597         * as/z80/clean.mk: new EXEEXT
7598         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7599         * support/cpp2/Makefile.in: new EXEEXT
7600         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7601
7602 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7603
7604         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7605         EXEEXT was introduced to fix all related problems with targets
7606         "clean", "install" and "uninstall"; a couple of further flaws
7607         especially with "clean" have been fixed too
7608         * as/mcs51/Makefile.in
7609         * as/mcs51/clean.mk
7610         * as/z80/Makefile
7611         * Makefile
7612         * clean.mk
7613         * debugger/mcs51/Makefile.in
7614         * debugger/mcs51/clean.mk
7615         * link/z80/Makefile
7616         * link/z80/Makefile.in
7617         * link/z80/clean.mk
7618         * link/Makefile
7619         * packihx/Makefile.in
7620         * packihx/clean.mk
7621         * sim/ucsim/Makefile
7622         * sim/ucsim/clean.mk
7623         * sim/ucsim/avr.src/Makefile.in
7624         * sim/ucsim/avr.src/clean.mk
7625         * sim/ucsim/s51.src/Makefile.in
7626         * sim/ucsim/s51.src/clean.mk
7627         * sim/ucsim/xa.src/Makefile.in
7628         * sim/ucsim/xa.src/clean.mk
7629         * sim/ucsim/z80.src/Makefile.in
7630         * sim/ucsim/z80.src/clean.mk
7631         * sim/ucsim/main_in.mk
7632         * sim/ucsim/packages_in.mk
7633         * sim/ucsim/gui.src/Makefile.in
7634         * sim/ucsim/gui.src/serio.src/Makefile.in
7635         * sim/ucsim/gui.src/serio.src/clean.mk
7636         * src/Makefile.in
7637         * src/clean.mk
7638         * support/cpp2/Makefile.in
7639         * support/cpp2/clean.mk
7640         * support/makebin/Makefile
7641         * support/makebin/clean.mk
7642         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7643         * doc/sdccman.lyx: --program-suffix no longer needed
7644
7645 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7646
7647          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7648          Martin Helmling added support for ddd GUI debugger.
7649          Code added to display assembly, set variables, and other commands
7650          to interface to ddd.
7651
7652 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7653
7654         * as/Makefile: fix target clean
7655         * as/clean.mk: fix target clean
7656         * as/z80/clean.mk: fix target clean
7657
7658 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         * Makefile.common.in: added  AT EXEEXT AT
7661         * configure.in: removed all mingw32 stuff
7662         * configure: rebuilt from configure.in
7663         * doc/sdccman.lyx: updated section "installation"
7664         * support/scripts/sdcc_mingw32: adapted to configure
7665         * support/scripts/sdcc_cygwin_mingw32: added
7666
7667 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7668
7669         * src/pic Added object file support for the PIC port
7670         * src/pic Applied patch from Craig Franklin (this started the object file support)
7671         * src/regression Updated the PIC regression tests for object files
7672
7673 2003-04-20  Borut Razem <borut.razem AT siol.net>
7674
7675         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7676           lklex.c: In function `getfid':
7677           lklex.c:203: warning: array subscript has type `char'
7678         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7679           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7680         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7681           stack handling macros
7682
7683 2003-04-19  Borut Razem <borut.razem AT siol.net>
7684
7685         * "handling space characters in file path" task:
7686         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7687         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7688         * support/Util/MySystem.h: make it self-sufficient
7689         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7690           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7691           handling space characters in file path
7692         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7693           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7694         * support/Util/MySystem.c: handling space characters in executable's path
7695
7696 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7697
7698         * as/z80/Makefile: fix permanent rebuild of z80
7699         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7700         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7701
7702 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7703
7704         * src/SDCCopt.c: add special case optimization to replace modulo by
7705           a power of two with a bitwise AND.
7706
7707 2003-04-18    <johan AT balder>
7708
7709         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7710
7711 2003-04-17    <johan AT balder>
7712
7713         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7714         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7715
7716 2003-04-13  Borut Razem <borut.razem AT siol.net>
7717
7718         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7719         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7720           fixed mingw problem in adl_NORMALIZE_PATH
7721
7722 2003-04-12  Borut Razem <borut.razem AT siol.net>
7723
7724         * fixed "#pragma SAVE/RESTORE can not be nested":
7725         * src/SDCC.lex: reworked pragma handling functions
7726         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7727         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7728
7729 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7730
7731         * src/SDCCutil.c (pathEquivalent): defined but not used
7732         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7733         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7734         * configure: rebuilt from configure.in
7735         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7736         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7737         * device/include/Makefile.in: replace sdcc_datadir
7738         * device/lib/Makefile.in: replace sdcc_datadir
7739         * Makefile.common.in: add LDFLAGS from configure
7740         * packihx/Makefile.in: use LDFLAGS
7741         * src/Makefile.in: use LDFLAGS
7742         * support/cpp2/Makefile.in: add LDFLAGS from configure
7743         * support/makebin/Makefile: use LDFLAGS
7744         * .version: bumped version number to 2.3.5
7745
7746 2003-04-12  Borut Razem <borut.razem AT siol.net>
7747
7748         * completed "different paths" task:
7749         * src/SDCCmacro.c: fixed bug in handling quotes
7750         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7751         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7752
7753 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7754
7755         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7756
7757 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7758
7759         * ds390/gen.c ds390/peeph.def: fix bug 706781
7760
7761 2003-04-11  Borut Razem <borut.razem AT siol.net>
7762
7763         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7764
7765 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7766
7767         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7768         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7769          set - this bit used to not be set...).
7770         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7771           bad code in PIC Port
7772         * src/regression/and2.c added to test bug 609268
7773         * src/regression/Makefile added and2.c to regression test
7774
7775
7776 2003-04-08    <johan AT CP255758-A>
7777
7778         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7779         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7780         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7781
7782 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7783
7784         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7785         fix bug #487815
7786         * support/cpp2/Makefile.in: fix bug #487815
7787         * configure: rebuilt from configure.in
7788         * Makefile.common.in: docdir changed, new path suffixes
7789         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7790         * sdcc_vc_in.h: reflect changes from sdccconf.h
7791         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7792         * src/SDCCutil.h: remove BINDIR hack
7793         * doc/sdccman.lyx: update new path hierarchy
7794
7795 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7796
7797         * src/SDCCpeeph.c: added okToRemoveSLOC test
7798
7799 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7800
7801         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7802
7803 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7804
7805         * src/SDCCpeeph.c: added labelIsReturnOnly test
7806         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7807
7808 2003-04-05    <johan AT balder>
7809
7810         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7811         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7812         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7813         * src/SDCCast.c: fixed a warning
7814         * src/SDCCast.h: fixed a warning
7815         * src/SDCCicode.c (operandFromAst): fixed a warning
7816
7817 2003-04-04    <johan AT balder>
7818
7819         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7820         * src/SDCCast.c (decorateType): fixed bug #715076
7821         * src/SDCC.y: fixed bug #702907
7822
7823 2003-04-03    <johan AT balder>
7824
7825         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7826         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7827         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7828         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7829         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7830
7831 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * _decdptr.c: fix return values
7834         * _gptrget.c: fix return values
7835         * _gptrgetc.c: fix return values
7836         * _gptrput.c: fix return values
7837         * _mulint.c: fix return values
7838         * as/z80/Makefile: fix 'make -j' problem
7839
7840 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7841
7842         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7843         * configure.in: big cleanup, updated to autoconf 2.5x
7844         * configure: rebuilt from configure.in
7845         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7846         * sdcc_vc_in.h: reflect changes from sdccconf.h
7847         * doc/Makefile: fixed a flaw in "make install"
7848
7849 2003-04-02    <johan AT balder>
7850
7851         * src/ds390/gen.c (genCmp): no comments
7852         * src/mcs51/gen.c (genCmp): no comments
7853         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7854         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7855
7856 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7857
7858         * support/regression/generate-cases.py: place generated file in given sub directory
7859         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7860         * support/regression/Makefile: improvements for 'make -j';
7861         side effect: it's simpler and faster now
7862
7863 2003-03-31  Borut Razem <borut.razem AT siol.net>
7864
7865         * src/z80/main.c: link-{port} and as-{port} defined without path
7866         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7867
7868 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7869
7870         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7871
7872 2003-03-30  Borut Razem <borut.razem AT siol.net>
7873
7874         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7875           changed type of list parameter to set
7876         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7877         * src/port.h: changed type of do_assemble() parameter to set
7878         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7879           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7880           definition of "cppoutfilename" macro with NULL value in preProcess()
7881         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7882         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7883         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7884           replaced with set *binPathSet
7885         * shash_add() deallocates the item, if allready exsists, before adding the new one
7886         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7887
7888 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7889
7890         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7891           a nested for loop bug in the PIC port
7892         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7893           for loops
7894
7895 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * support/Util/dbuf.h: remove C++ stuff to make it portable
7898
7899 2003-03-28  Borut Razem <borut.razem AT siol.net>
7900
7901         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7902           literal strings in stringLiteral()
7903         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7904         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7905           to the project
7906
7907 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7908
7909         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7910
7911 2003-03-26    <johan AT balder>
7912
7913         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7914         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7915         * src/SDCCast.c (decorateType): fixed " -v < 3"
7916
7917 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7918
7919         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7920         Added Lenny Story's debug infrastructure changes:
7921         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7922         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7923         * src/cdbFile.c: added
7924         * src/SDCCdebug.c: added
7925         * src/SDCCdebug.h: added
7926         * src/SDCCast.c (createFunction)
7927         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7928         * src/SDCCmain.c (parseCmdLine, main)
7929         * src/SDCCmem.c (redoStackOffsets)
7930         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7931         * src/SDCCsymt.h
7932         * src/common.h
7933         * src/avr/gen.c (genAVRCode)
7934         * src/ds390/gen.c (gen390Code)
7935         * src/mcs51/gen.c (gen51Code)
7936         * src/pic/gen.c (genpic14Code)
7937         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7938         * src/xa51/gen.c (genXA51Code)
7939         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7940
7941 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7942
7943         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7944         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7945
7946 2003-03-22    <johan AT balder>
7947
7948         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7949
7950 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7951
7952         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7953         * doc/cdbfileformat.lyx: added, written by Lenny Story
7954         * doc/Makefile: added cdbfileformat.lyx
7955         * doc/clean.mk: added cdbfileformat.lyx
7956
7957 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7958
7959         * src/mcs51/peeph.def: fix bug #705773
7960
7961 2003-03-20    <johan AT balder>
7962
7963         An sfr/sbit can have an "at #" AND an initializer
7964         * src/SDCCsymt.c (checkSClass):
7965         * src/SDCCmem.c (allocGlobal):
7966         * src/SDCCmem.c (allocLocal):
7967         * src/SDCCast.c (createBlock):
7968
7969 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7970
7971         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7972
7973 2003-03-16    <johan AT balder>
7974
7975         Undid the hackup of const and volatile, the problem is much bigger
7976         * src/SDCC.y:1.65
7977         * src/SDCCast.c:1.171
7978         * src/SDCCglue.c:1.138
7979         * src/SDCCicode.c:1.146
7980         * src/SDCCsymt.c:1.150
7981         * src/SDCCval.c:1.65
7982
7983 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7984
7985         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7986         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7987
7988 2003-03-13    <johan AT balder>
7989
7990         Hackup const and volatile modifiers in type chains a bit:
7991         * src/SDCC.y:1.63
7992         * src/SDCCast.c:1.169
7993         * src/SDCCglue.c:1.136
7994         * src/SDCCicode.c:1.143
7995         * src/SDCCsymt.c1.146
7996         * src/SDCCsymt.h1.59
7997         * src/SDCCval.c:1.63
7998
7999 2003-03-12    <johan AT balder>
8000
8001         * src/SDCCBBlock.h: more LRH debugging junk
8002         * src/SDCCcflow.h: more LRH debugging junk
8003         * src/SDCCloop.c: more LRH debugging junk
8004         * src/SDCC.y (struct_declaration): fixed bug #697590
8005         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8006         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8007         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8008
8009 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8010         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8011         test function names must now match exactly).
8012         * src/SDCCcse.c: added special case in findCheaperOp to allow
8013         extending a short integer. Makes less awful code for bug 700121 test case.
8014
8015 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8016
8017         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8018         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8019
8020 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8021
8022         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8023         actually called (operandsNotEqual() was called for all
8024         operandsNotEqualX tests).
8025
8026 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8027
8028         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8029         with shorter literals. Fixes bug 700121.
8030
8031 2003-03-11    <johan AT balder>
8032
8033         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8034
8035 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8036
8037         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8038         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8039
8040 2003-03-10  Borut Razem <borut.razem AT siol.net>
8041
8042         * src/SDCCmain.c: pipe preprocessor's output
8043         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8044         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8045         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8046         which closes all pipes in pipeSet set
8047         * src/SDCCset.c: free deleted item in function deleteSetItem()
8048         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8049         moved from z80 to src subproject
8050         * .version: increased version number to 2.3.4
8051
8052 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8053
8054         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8055         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8056         * support/regression/ports/xa51/spec.mk: fix typo
8057
8058 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8059
8060         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8061
8062 2003-03-09  Borut Razem <borut.razem AT siol.net>
8063
8064         * src/SDCCmain.c: pipe preprocessor's output
8065         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8066         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8067         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8068         which closes all pipes in pipeSet set
8069         * src/SDCCset.c: free deleted item in function deleteSetItem()
8070         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8071         moved from z80 to src subproject
8072
8073 2003-03-09  Borut Razem <borut.razem AT siol.net>
8074
8075         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8076         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8077         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8078         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8079         * src/SDCCglobl.h: unification of WIN32 native definitions
8080
8081 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8082
8083         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8084
8085 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8086
8087         * src/configure.in:   check for endianess (even while cross-compiling)
8088         * src/configure:      check for endianess (even while cross-compiling)
8089         * src/configure_in.h: check for endianess (even while cross-compiling)
8090         * src/avr/gen.c:        remove old endianess stuff
8091         * src/mcs51/gen.c:      remove old endianess stuff
8092         * src/ds390/gen.c:      remove old endianess stuff
8093         * src/pic/gen.c:        remove old endianess stuff
8094         * src/pic/genarith.c:   remove old endianess stuff
8095         * src/pic/glue.c:       fix endianess check
8096         * src/pic16/gen.c:      remove old endianess stuff
8097         * src/pic16/genarith.c: remove old endianess stuff
8098         * src/pic16/glue.c:     fix endianess check
8099         * src/xa51/gen.c:       remove old endianess stuff
8100         * src/z80/gen.c:        fix endianess check
8101         * src/SDCCglue.c:       fix endianess check
8102         * src/ds390/peeph.def: fix bug 700036
8103
8104 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8105
8106         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8107         * src/configure: find appropriate data-types on host for SDCC's int and long
8108         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8109         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8110         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8111
8112 2003-03-07    <johan AT balder>
8113
8114         Just a big NOOP:
8115                 some minor cleanups before the big shot
8116                 OP_DEFS and OP_USES now use Kevin's protection
8117                 new option --nolabelopt
8118
8119         * src/SDCCBBlock.c:
8120         * src/SDCCast.c,:
8121         * src/SDCCcflow.c:
8122         * src/SDCCcse.c:
8123         * src/SDCCicode.c:
8124         * src/SDCCicode.h:
8125         * src/SDCClabel.c:
8126         * src/SDCCloop.c:
8127         * src/SDCCmain.c:
8128         * src/ds390/ralloc.c:
8129         * src/mcs51/ralloc.c:
8130         * src/pic/ralloc.c:
8131         * src/xa51/ralloc.c:
8132         * src/z80/ralloc.c:
8133
8134 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8135
8136         * src/pic/pcode.c (get_op): fix 64 bit warnings
8137         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8138         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8139         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8140         * support/regression/tests/malloc.c: fix 64 bit warnings
8141
8142 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8143
8144         * src/mcs51/gen.c (genMinus): fixed bug 696436
8145
8146 2003-03-02  Borut Razem <borut.razem AT siol.net>
8147
8148         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8149
8150 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8151
8152         * configure.in: test for mkstemp
8153         * sdccconf_in.h: add HAVE_MKSTEMP
8154
8155 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8156
8157         * device/include/ctype.h: removed warning while using --stack-auto
8158         * device/include/malloc.h: removed warning while using --stack-auto
8159         * device/include/string.h: removed warning while using --stack-auto
8160
8161 2003-02-23  Borut Razem <borut.razem AT siol.net>
8162
8163         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8164         because NDEBUG is defined (see man assert)
8165         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8166
8167 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8168
8169         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8170         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8171
8172 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8173
8174         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8175         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8176
8177 2003-02-18    <johan AT balder>
8178
8179         * as/mcs51/asmain.c (asmbl): module can start with a digit
8180         * as/z80/asmain.c (asmbl): module can start with a digit
8181
8182 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8183
8184         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8185         * src/asm.c: fix pipe() for Mingw32
8186
8187 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8188
8189         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8190         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8191         make -V work again; --c1mode reads now from stdin
8192         * doc/sdccman.lyx: added --c1mode
8193         * support/Util/SDCCerr.c: new messages for c1 mode
8194         * support/Util/SDCCerr.h: new messages for c1 mode
8195         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8196
8197 2003-02-15    <johan AT balder>
8198
8199         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8200
8201 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8202
8203         * doc/sdccman.lyx: Environment variables, -o and other minor things
8204
8205 2003-02-14    <johan AT balder>
8206
8207         * src/xa51/main.c: before anyone really tries to use it :)
8208
8209         * Install doc's in share/sdcc/doc
8210         * removed some obsolete files
8211         * Do a proper make distclean and uninstall
8212         M Makefile.common.in
8213         R sdccbuild.sh
8214         M as/Makefile
8215         M device/include/Makefile.in
8216         M device/lib/Makefile.in
8217         M doc/sdccman.lyx
8218         M link/Makefile
8219         M sim/ucsim/doc/Makefile.in
8220         M src/clean.mk
8221         R src/avr/peeph.rul
8222         R src/xa51/peeph.rul
8223         M support/cpp2/Makefile.in
8224         M support/makebin/Makefile
8225
8226
8227 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8228
8229         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8230
8231 2003-02-10  Borut Razem <borut.razem AT siol.net>
8232
8233         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8234         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8235         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8236         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8237         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8238         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8239         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8240         src/z80/Makefile.bcc: Borland Makefile cleanup
8241         * as/z80/Makefile.bcc: Added Borland Makefile
8242         * support/cpp2/borland.h: Removed
8243
8244 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8245
8246         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8247         * src/SDCC.lex: new pragma NOIV
8248         * src/SDCCglobl.h: new pragma NOIV
8249         * src/SDCCmem.c: new pragma NOIV
8250
8251 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8252
8253         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8254
8255 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8256
8257         * src/SDCCmain.c: signal handling is switched off by --debug
8258         * doc/Makefile: small fix for install; use clean.mk again
8259         * doc/clean.mk: clean *.pdf and *.html too
8260
8261 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8262
8263         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8264         * device/lib/printfl.c: fix a ds390 bug by making it portable
8265         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8266         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8267         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8268         * debugger/mcs51/cmd.c: converted multi-line string literals
8269         * sim/ucsim/globals.cc: converted multi-line string literals
8270         * src/SDCCmain.c: introduced signal handler to remove temp files
8271         * doc/Makefile: small tweaks, implement clean
8272         * doc: removed generated files
8273
8274 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8275
8276         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8277         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8278         Address Record is not correctly generated for DS390."
8279
8280 2003-02-02  Borut Razem <borut.razem AT siol.net>
8281
8282         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8283         * as/mcs51/asm.h: fixed compilation with Borland C
8284         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8285         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8286         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8287         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8288         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8289         src/z80/Makefile.bcc: delete $(LIB) only if exist
8290         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8291
8292 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8293
8294         * device/include/malloc.h: introduced NULL
8295         * device/include/string.h: introduced NULL
8296         * device/include/stdlib.h: introduced NULL
8297         * device/lib/_memcpy.c: removed NULL
8298         * device/lib/_strcat.c: removed NULL
8299         * device/lib/_strchr.c: removed NULL
8300         * device/lib/_strcmp.c: removed NULL
8301         * device/lib/_strcpy.c: removed NULL
8302         * device/lib/_strcspn.c: removed NULL
8303         * device/lib/_strlen.c: removed NULL
8304         * device/lib/_strncat.c: removed NULL
8305         * device/lib/_strncmp.c: removed NULL
8306         * device/lib/_strncpy.c: removed NULL
8307         * device/lib/_strpbrk.c: removed NULL
8308         * device/lib/_strrchr.c: removed NULL
8309         * device/lib/_strspn.c: removed NULL
8310         * device/lib/_strstr.c: removed NULL
8311         * device/lib/_strtok.c: removed NULL
8312         * device/lib/malloc.c: removed NULL, include own header
8313
8314 2003-02-02    <johan AT balder>
8315
8316         * 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
8317         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8318         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8319         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8320         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8321         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8322
8323 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8324
8325         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8326         area 'DATA'"
8327
8328 2003-02-01    <johan AT balder>
8329
8330         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8331
8332 2003-01-31    <johan AT CP255758-A>
8333
8334         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8335
8336 2003-01-30    <johan AT balder>
8337
8338         * src/SDCCBBlock.c: automatic bug detection
8339         * src/SDCCicode.c: automatic bug detection
8340
8341 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8342
8343         * src/SDCCglobl.h:   now --xram-size 0 works
8344         * src/SDCCmain.c:    now --xram-size 0 works
8345
8346 2003-01-29    <johan AT balder>
8347
8348         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8349
8350 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8351
8352         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8353         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8354         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8355         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8356         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8357         * src/SDCCmain.c:    Added options --xram-size and --code-size
8358
8359 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8360
8361         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8362         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8363
8364 2003-01-27    <johan AT balder>
8365
8366         * src/SDCC.y: fixed bug #613764
8367
8368 2003-01-26    <johan AT balder>
8369
8370         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8371         * src/SDCCsymt.h: fixed bug #673374
8372         * src/SDCCglue.c: fixed bug #661910
8373         * src/SDCCast.c: fixed bug #458099 and 673374
8374
8375 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8376
8377         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8378         * as/mcs51/strcmpi.h: added
8379         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8380         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8381         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8382         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8383         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8384         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8385         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8386         * as/mcs51/Makefile.aslink: new module strcmpi
8387         * as/mcs51/Makefile.asx8051: new module strcmpi
8388         * as/mcs51/Makefil.bcc: new module strcmpi
8389         * as/mcs51/Makefile.in: new module strcmpi
8390         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8391
8392 2003-01-26    <johan AT balder>
8393
8394         * src/SDCCglue.c: reverted back to 1.124
8395         * src/SDCCast.c: reverted back to 1.156
8396         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8397
8398 2003-01-25    <johan AT balder>
8399
8400         * src/SDCCglue.c: A better fix for bug #661910
8401         * src/SDCCast.c: A better fix for bug #661910
8402         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8403
8404 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8405
8406         * src/Makefile.in: remove spawn.o
8407         * src/SDCCmain.c: remove spawn.h
8408         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8409         * src/spawn.c: removed
8410         * src/spawn.h: removed
8411         * support/regression/ports/ds390/spec.mk: link with -r
8412
8413 2003-01-24    <johan AT CP255758-A>
8414
8415         * src/ds390/gen.c (aopOp): fixed bug #667458
8416         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8417         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8418         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8419
8420 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8421
8422         * src/mcs51/peeph.def: better assembler identation by Frieder
8423         * src/mcs51/gen.c: better assembler identation by Frieder
8424
8425 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8426
8427         * as/z80/string.h: removed for gcc 3.2
8428         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8429         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8430
8431 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8432
8433         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8434         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8435         * support/regression/Makefile: separate temp files for ports
8436         * support/regression/generate-cases.py: separate temp files for ports
8437         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8438         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8439
8440 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8441
8442         * moved tinitalk to device/examples/ds390
8443
8444 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8445
8446         * as/mcs51/lkmem.c: rflag is for DS390
8447         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8448         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8449                          (linkEdit): move mem- and map-files the same way as ihx-files
8450         * src/z80/main.c (_setDefaultOptions): removed --generic
8451         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8452         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8453         * src/pic/glue.c (picglue): --c1mode works again
8454         * src/pic16/glue.c (pic16glue): --c1mode works again
8455         * src/asm.c (printCLine): fix #660034
8456
8457 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8458
8459         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8460         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8461         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8462         * as/mcs51/lkmem (summary): better fix for sp problem
8463         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8464         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8465         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8466                                               remove --stack-after-data
8467
8468 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8469
8470         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8471         * src/SDCCutil.c (join): ugly bug: missing '\0'
8472         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8473
8474 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8475
8476         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8477         * src/port.h: typo
8478         * src/pic/main.c (_asmCmd): gpasm supports -o
8479         * src/z80/main.c: more general macros
8480         * device/lib/Makefile.in: remove intermediate files
8481
8482 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8483
8484         * .version: Bumped version number to 2.3.3
8485         * src/SDCCBBlock.c: new option -o
8486         * src/SDCCglobl.h: new option -o
8487         * src/SDCCglue.c: new option -o
8488         * src/SDCCmain.c: new option -o
8489         * src/asm.c: new option -o
8490         * src/ds390/main.c: new option -o
8491         * src/pic/glue.c: new option -o
8492         * src/pic/pcode.c: new option -o
8493         * src/pic/ralloc.c: new option -o
8494         * src/pic16/glue.c: new option -o
8495         * src/pic16/pcode.c: new option -o
8496         * src/pic16/ralloc.c: new option -o
8497         * src/z80/main.c: new option -o
8498         * device/lib/Makefile.in: use -o
8499         * support/regression/ports/ds390/spec.mk: use -o
8500         * support/regression/ports/gbz80/spec.mk: use -o
8501         * support/regression/ports/mcs51/spec.mk: use -o
8502         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8503         * support/regression/ports/z80/spec.mk: use -o
8504         * support/regression/ports/ucz80/spec.mk: use -o
8505         * support/regression/ports/xa51/spec.mk: use -o
8506         * support/regression/fwk/lib/timeout.c: fix usage string
8507
8508 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8509         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8510
8511 2003-01-07    <johan AT balder>
8512
8513         * src/SDCCast.c (decorateType): fixed bug #600035
8514
8515 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8516         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8517         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8518         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8519         * src/pic/pcode.c: outcommented unused variable to remove warnings
8520         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8521
8522 2003-01-06    <karl AT turbobit.com>
8523         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8524    regression tests.
8525
8526 2003-01-06    <johan AT balder>
8527
8528         * src/SDCCicode.c: fixed array add
8529
8530 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8531         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8532         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8533
8534 2003-01-04    <johan AT balder>
8535
8536         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8537
8538 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8539         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8540
8541 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8542         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8543         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8544
8545 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8546         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8547
8548 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8549         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8550
8551 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8552         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8553
8554 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8555
8556     * in \sdcc\as\mcs51\ changed these files in order to create an
8557     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8558     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8559     following files to include the previous two files: aslink.dsp,
8560     Makefile.aslink, Makefile.bcc, and Makefile.in.
8561
8562     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8563     .adb instead of .cdb
8564
8565 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8566
8567         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8568         value from option --iram-size.
8569
8570 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8571
8572         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8573         dram[] array.
8574
8575 2002-09-18    <wiml AT hhhh.org>
8576
8577         * SDCClrange.h: exposed setFromRange() and setToRange()
8578         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8579           packRegsForAccUse() (bug 542397)
8580         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8581           multiple times and emitting the fetch operations more than once
8582           added aopGetUsesAcc() function to allow binary operators to
8583           fetch their operands in the correct order; made genMinus() emit
8584           compact code for X = LITERAL - Y
8585
8586 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8587         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8588         sprintf() in line 1267.
8589
8590 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8591         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8592         like ports.
8593
8594 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8595         Changes to aslink (All the changes are marked with 'JCF'):
8596
8597         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8598         summary().
8599
8600         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8601         area BSEG.  Also moves, if possible, the DATA area down into the internal
8602         ram so more space is available.
8603
8604         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8605         sflag.
8606
8607         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8608         not bytes.  Function summary() which creates a memory usage summary
8609         file with extension .mem.  Reports of overlaping stack and small stack
8610         size.  If the space for the stack is less than 16 bytes aslink trows a
8611         warning.
8612
8613         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8614         the 8051.  Option 'y' for memory summary output file.
8615
8616         Changes to sdcc (All the changes are marked with 'JCF'):
8617
8618         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8619
8620         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8621         overlaying area for it (uses RegBankUsed[4]).
8622
8623         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8624         bank zero as used by default.  By default aslink locates the stack
8625         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8626         the creation of the .mem file.  Delegates the allocation of data area
8627         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8628         the begining of the stack area to aslink.
8629
8630         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8631         glue() in SDCCglue.c creates an area for it.
8632
8633 2002-09-03  Borut Razem <borut.razem AT siol.net>
8634         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8635         sdcc/src/pic/glue.c:
8636         introduced atexit() handler for teporay files removal in case of
8637         errors, assertions, ...
8638
8639 2002-08-29  Borut Razem <borut.razem AT siol.net>
8640         * sdcc/support/cpp2/auto-host_vc_in.h:
8641         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8642         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8643         Maybe there is a similar problem with BORLANDC? It should be checked!
8644
8645         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8646         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8647         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8648         was not executed, and the compiler (cl) launched a warning:
8649         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8650
8651 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8652         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8653
8654 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8655         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8656
8657         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8658           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8659           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8660           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8661           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8662           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8663           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8664         - added Release configuration in VS projects
8665         - review of compiler an linker options
8666         - VC .exe files are generated in bin_vc directory, not to interfere
8667           with binaries generated from other projects (cygwin, mingw, bcc ...)
8668
8669         * sdcc/src/yacc.dsp: added
8670
8671         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8672         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8673         and insert the version number definitions from .version
8674
8675         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8676
8677         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8678         added - genarate auto-host.h using auto-host_vc_in.h as template
8679
8680         * sdcc/sdcc_vc.h,
8681         removed from CVS, generated automatically
8682
8683 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8684         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8685
8686 2002-08-11  Borut Razem <borut.razem AT siol.net>
8687         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8688
8689 2002-08-10  Borut Razem <borut.razem AT siol.net>
8690         * src/SDCCmain.c (main):
8691         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8692         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8693         The consequence was that some temporary files were not removed.
8694
8695         * src/SDCCglue.c:
8696         unification of code in functions tempfilename() and tempfile():
8697         function tempnam() is defined in Visual Studio 6.0 and .NET
8698
8699         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8700
8701         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8702           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8703         - removed compiler command line option /WX: Treats all warnings as errors
8704         - update a list of source files, included into the project
8705
8706         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8707           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8708         changed project type to Generic Project so that can be correcly converted to VS.NET project
8709
8710         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8711
8712         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8713
8714         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8715
8716         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8717         added return 0 statements after assert() to make compiler happy
8718
8719         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8720         added newline in the def file to keep MSC compiler satisfied
8721
8722         * sdcc/src/z80/gen.c:
8723         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8724           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8725         - solved MSC error in function aopDump()
8726
8727         * sdcc_vc.h: define PREFIX as "\\sdcc"
8728
8729 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8730         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8731
8732 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8733         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8734         - Rewrote the register banking algorithm.
8735         - Added pCode live-range analysis to registers (for now, only non-used and
8736         singly-used registers optimized away)
8737
8738         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8739
8740         * 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.
8741
8742 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8743         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8744
8745 2002-04-22  Michael Hope  <michaelh AT vroom>
8746
8747         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8748
8749         * configure.in (DD_COPT): Added include support required for gbdk.
8750
8751         * .version: Bumped version number just to increase it.
8752
8753         * src/SDCCmain.c: Added -nostdinc to the default options.
8754
8755 2002-04-15  Michael Hope  <michaelh AT vroom>
8756
8757         * device/lib/z80/printf.c (sprintf): Added.
8758
8759         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8760
8761         * src/z80/peeph.def: Added transpose redundent load rule.
8762
8763         * src/z80/main.c: Added force callee saves for jaune.
8764
8765         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8766
8767         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8768
8769 2002-03-28  Johan Knol  <johan AT balder>
8770
8771         * src/SDCCval.c: fixed bug #532436
8772
8773 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8774         * /src/port.h:
8775         Added "char *Processor" field to the port structure.
8776
8777         * /src/SDCCmain.c:
8778         Added -p option. Allows port dependent processor to be specified.
8779
8780         * all ports:
8781         Initialized the new field char *Processor field to NULL in all ports
8782
8783         * /src/pic/*:
8784         Compiler generated registers for interrupt context saving
8785         were not getting allocated.
8786
8787 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8788
8789         * /src/SDCCast.c:
8790         Fixed left shift. Will promote the left side of a left shift
8791         if a) left shifting more than size of operand or b) when assigned
8792         to something size > size of left side
8793
8794 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8795         * src/pic/*
8796         tons of changes. Register allocation has been
8797         rewritten. Added customization for the various PICs. Flow
8798         analysis is restructured. ...
8799
8800         * src/pic/device.h:
8801         Added
8802
8803         * src/pic/device.c:
8804         Added. device.c is a PIC port hack to accomodate variations
8805         in PIC devices.
8806
8807 2002-03-13  Michael Hope  <michaelh AT vroom>
8808
8809         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8810
8811 2002-03-04  johanknol  <johanknol AT manik>
8812
8813         * /src/SDCCval.c: fixed
8814
8815         const unsigned char arr[][2] = { { 0, 1 } };
8816         t18.c:1: error: Initializer element is not constant
8817
8818 2002-03-04  bela  <bela AT manik>
8819
8820         * /device/include/mcs51reg.h:
8821         ds89c420 register definition update
8822
8823 2002-03-03    <johan AT FRIJA>
8824
8825         * support/Util/SDCCerr.c: did something, but don't no why anymore
8826
8827         * support/regression/tests/bug-524691.c: made it a little less shy
8828
8829         * src/SDCCast.c (decorateType): fixed bug #524697
8830
8831         * src/SDCCast.c: made some lineno improvements
8832
8833         * src/SDCCval.c (getNelements): changed warning to error
8834
8835         * src/SDCCglue.c (printIvalArray): changed warning to error
8836
8837         * src/SDCCicode.c: fixed a warning for mingw
8838
8839         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8840
8841         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8842
8843 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8844
8845         * src/ds390/peeph.def:
8846         Added some more peephole rules
8847
8848         * src/ds390/gen.c: Various fixes & enhancements
8849
8850         * src/SDCClrange.c, src/SDCClrange.h:
8851         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8852
8853         * src/ds390/ralloc.c:
8854         various fixes & enhancements (ds390) specific
8855
8856         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8857         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8858         from rallocs.
8859
8860         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8861
8862 2002-03-02    <johan AT FRIJA>
8863
8864         * src/SDCCast.c (decorateType): fixed bug #524708
8865
8866         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8867
8868         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8869
8870 2002-03-01  Michael Hope  <michaelh AT vroom>
8871
8872         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8873
8874         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8875
8876 2002-03-01    <johan AT FRIJA>
8877
8878         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8879
8880         * src/SDCCast.c (decorateType): fixed bug #524209
8881
8882         * src/SDCCval.c (valNot): fixed bug #524195
8883
8884 2002-02-26    <johan AT balder>
8885
8886         * src/xa51/gen.c: fixed a warning
8887
8888         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8889
8890         * src/SDCCast.c (decorateType): fixed bug #522534
8891
8892 2002-02-23    <johan AT balder>
8893
8894         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8895
8896 2002-02-22    <johan AT balder>
8897
8898         * src/SDCCast.c: fixed bug #514865
8899
8900         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8901
8902 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8903
8904         * sdcc/src/SDCCloop.c:
8905         Previous fix was not good. basic blocks that have "break" or "return" are
8906         not really partof a loop , but live ranges used in these blocks should
8907         be live thru the entire loop, so set partOfLoop but don't add them to
8908         loop region
8909
8910 2002-02-21    <johan AT FRIJA>
8911
8912         * src/SDCCcse.c: fixed bug #514308
8913
8914 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8915
8916         * src/SDCCloop.c:
8917         Fixed BUG #519583. If a conditional block ended in a return/break
8918         statement inside a loop, it was not being considered part of the loop.
8919
8920         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8921
8922 2002-02-10  Karl Bongers <karl AT turbobit.com>
8923
8924         * debugger/*:
8925         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8926         with lots of comments and notes.
8927
8928         * device/examples/test2.c:
8929         Fix bug, "red" variable not being initialized(compiler complained).
8930
8931         * device/examples/Makefile, examples/test3.c:
8932         Add Makefile in device/examples folder, compiles test3.c
8933         for use as a multiple module SDCDB test case.
8934
8935         * sim/ucsim/cmd.src/cmdset.cc:
8936         Took out debug printfs in ucsim "next" command.
8937
8938         * sim/ucsim/xa.src:
8939         Karl and Johan start ucsim XA support.  Most dissassembly working,
8940         about 75% emulation done(plenty of work remaining).
8941
8942         * sim/ucsim/z80.src:
8943         Add Z80 support to ucsim, add test-ucz80 regression test,
8944         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8945         Notice z80 compiler fails on examples/test3.c/crc code.
8946
8947 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8948
8949         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8950         Added support for --parms-in-bank1
8951
8952         * src/ds390/peeph.def:
8953         added a few more peephole optimzations
8954
8955         * src/ds390/main.c:
8956         1) added __builtin_inp & __builtin_outp used to read in data of given length
8957            from a memory mapped port
8958         2) added __builtin_memcmp
8959         3) added __builtin_swapw swap bytes of a short
8960
8961         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8962         1) handle multiple send & receives from register bank1
8963         2) ralloc can now allocate DPTR1 to some liveRanges
8964
8965         * src/SDCCsymt.c, src/SDCCsymt.h:
8966         changes to handle multiple sends & receives
8967
8968         * src/SDCCptropt.h:
8969         added some pointer arithmetic optimization
8970
8971         * src/SDCCptropt.c:
8972         added some pointer arithmetic optimizations but not stable yet so not
8973         called from anywhere (will get this working shortly)
8974
8975         * src/SDCCopt.c: fixed for multiple sends & receives
8976
8977         * src/SDCCmain.c:
8978         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8979         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8980            set preprocessor defines (depending on options)
8981
8982         * src/SDCCicode.c, src/SDCCicode.h:
8983         changes made to handle multiple sends & receives
8984
8985         * src/SDCCglobl.h:
8986         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8987
8988         * src/SDCCcse.c, src/SDCCcse.h:
8989         added function findbackward def (to be used in upcoming optimization)
8990
8991         * src/SDCCcflow.c, src/SDCCcflow.h:
8992         added function returnAtEnd - to determine if a basic block terminates with
8993         a RETURN iCode
8994
8995         * src/SDCCast.c, src/SDCCast.h:
8996         added option parms-in-bank1
8997
8998         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8999         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9000         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9001         adjusted for --parms-in-bank1 option
9002
9003         * device/include/string.h:
9004         donot redefine "reentrant" keyword
9005
9006         * device/include/ds80c390.h: Added some more SFRs
9007
9008 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9009
9010         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9011
9012 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9013
9014         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9015
9016 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9017
9018         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9019
9020 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9021
9022         * Added --xram-movc option
9023
9024 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9025
9026         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9027
9028 2002-01-11  Johan Knol
9029
9030         * Added math lib of Jesus Calvino-Fraga
9031
9032 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9033
9034         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9035         * support/regression/Makefile: new target test-mcs51-stack-auto
9036         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9037
9038 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9039
9040         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9041
9042 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9043
9044         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9045
9046 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9047
9048         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9049
9050         * src/SDCCglue.h: add definition for printIvalChar()
9051
9052 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9053
9054         * src/SDCCast.c: fix #498138 by Johan
9055
9056         * src/SDCCglue.c: fix #498138 by Johan
9057
9058 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9059
9060         * support/regression/Makefile: fix clean
9061
9062         * support/regression/ports/ds390/support.c: fix transmission of last character
9063
9064 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9065
9066         * /sdcc/src/ds390/gen.c:
9067         a) improved computing address of stack variable
9068         b) took out some #if 0 code
9069         c) improved parmBytes adjustment
9070         d) improved genPlusIncr & genMinusIncr
9071         e) genCmp could generate bad code (when left assigned to DPTR)
9072         f) Fixed bug in hasInc
9073
9074         * /sdcc/src/ds390/ralloc.c:
9075         a) packRegsForSupport could mess up live information (Fixed)
9076         b) packRegsDPTRuse could be incorrect for left & right shift
9077
9078         * /sdcc/src/mcs51/ralloc.c:
9079         packRegsForSupport could mess up the live information (Fixed)
9080
9081         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9082
9083         * /sdcc/src/SDCCast.c:
9084         can reverse a loop even if function call is present as long
9085         as the loop control variable is local & is not passed as parameter
9086
9087 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9088
9089         * /sdcc/ChangeLog: *** empty log message ***
9090
9091         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9092         More builtin function additions for TININative
9093
9094         * /sdcc/src/ds390/ralloc.c:
9095         Had broken the regression testsuite
9096
9097         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9098
9099         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9100         Added funcattr hasStackParms will be set for reentrant functions when there
9101         are paramteres on the stack, this helps in minimizing frame pointer generation
9102         typeFromStr can handle function pointers now
9103
9104         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9105         *** empty log message ***
9106
9107 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9108
9109         * /src/ds390/gen.c, /src/ds390/main.c:
9110         More builtin function additions for TININative
9111
9112         * /src/ds390/ralloc.c:
9113         Had broken the regression testsuite
9114
9115         * /src/SDCCast.c: Fixed a bug in dumptree
9116
9117         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9118         Added funcattr hasStackParms will be set for reentrant functions when there
9119         are paramteres on the stack, this helps in minimizing frame pointer generation
9120         typeFromStr can handle function pointers now
9121
9122         * /doc/builtins.txt, /doc/TININative.txt:
9123         *** empty log message ***
9124
9125
9126 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9127
9128         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9129         ALPHA version for -mTININative
9130
9131         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9132         updated to reflect changes in the port structure
9133
9134         * /src/port.h:
9135         added function do_assemble (similar to do_link) if non-null this function
9136         will be called to do assembly (-mTININative) requires a multi command
9137         assembly
9138         added function genAssemblerEnd will be called to generate assembler Epilogue
9139
9140         * /src/SDCCsymt.c:
9141         added _JavaNative to debug info printing
9142
9143         * /src/SDCCmain.c: added option --tini-libid
9144         added port->do_assemble function (-mTININative) has a multi command assemble
9145
9146         * /src/SDCCglue.c: Disabled "constExpr" check
9147         added port->genAssemblerEnd function
9148
9149         * /src/SDCCglobl.h: Added option --tini-libid value
9150
9151         * /src/SDCCast.h:
9152         tookout optimizeCompare from the header (has no external references)
9153
9154         * /src/SDCCast.c: made one more function "static"
9155
9156 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9157
9158         * src/z80/mappings.i: Added z80asm support.
9159
9160         * src/z80/main.c: Added z80asm support on --asm=z80asm
9161
9162         * src/z80/gen.c: Fixed asm portability issues.
9163
9164         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9165
9166         * src/SDCCglue.c (printExterns): Added global/extern split.
9167
9168 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9169
9170         * support/regression/Makefile: added test for mcs51 model large
9171
9172         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9173
9174         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9175
9176 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9177
9178         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9179
9180 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9181
9182         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9183
9184         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9185
9186 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9187
9188         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9189
9190         * support/regression/tests/simplefloat.c: Port to mcs51.
9191
9192 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9193         * support/regression/tests/bug-485362.c: Added.
9194
9195         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9196
9197         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9198
9199         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9200
9201         * src/z80/gen.c (aopDump): Added a dump function.
9202
9203 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9204         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9205
9206         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9207
9208         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9209
9210         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9211
9212         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9213
9214         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9215
9216         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9217
9218         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9219
9220         * support/regression/ports/ds390/support.c: Use tinibios.
9221
9222         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9223
9224 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9225
9226         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9227         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9228
9229         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9230
9231         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9232
9233 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9234
9235         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9236
9237         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9238         (packRegsForIYUse): Created and optimised.
9239
9240 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9241
9242         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9243 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9244
9245         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9246
9247         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9248
9249         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9250
9251 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9252
9253         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9254
9255         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9256
9257 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9258
9259         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9260
9261         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9262
9263         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9264
9265 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9266
9267         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9268         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9269         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9270
9271         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9272
9273         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9274         (genNotFloat): Added.
9275         (genUminusFloat): Added.
9276
9277         * device/lib/z80/Makefile: Added floating pt stubs.
9278
9279         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9280
9281         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9282
9283         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9284
9285 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9286
9287         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9288
9289         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9290
9291         * sdcc/support/regression/Makefile: Add port ds390.
9292
9293         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9294
9295         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9296
9297         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9298
9299         * sdcc/support/regression/ports/ds390/support.c: Added.
9300
9301         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9302
9303         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9304
9305         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9306
9307 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9308
9309         * device/include/malloc.h: Added z80 and gbz80 support.
9310
9311         * device/lib/gbz80/heap.s: Added.
9312
9313         * device/lib/z80/heap.s: Added.
9314
9315         * device/lib/malloc.c: Added z80 and gbz80 support.
9316
9317         * support/regression/tests/malloc.c (testMalloc): Added.
9318
9319         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9320
9321         * support/regression/tests/bug-478094.c: Added.
9322
9323         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9324
9325 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9326
9327         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9328
9329         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9330
9331         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9332
9333         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9334
9335         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9336
9337 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9338
9339         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9340
9341 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9342
9343         * support/regression/tests/bug-477927.c: Added.
9344
9345         * src/z80/peeph.def: Added minor rules.
9346
9347         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9348
9349         * src/z80/peeph.def: Added jump optimisation modification.
9350
9351 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9352
9353         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9354
9355 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9356
9357         * support/regression/tests/funptrs.c: Added.
9358
9359 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9360
9361         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9362
9363 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9364
9365         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9366
9367         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9368
9369         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9370         (movLeft2ResultLong): Created.
9371
9372         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9373         (joinPushes): Added.  Joins two char pushes into a word push.
9374
9375 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9376
9377         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9378
9379         * support/makebin/Makefile (install): Added creation of dest dir.
9380
9381 2001-10-24 Karl Bongers <karl AT turbobit.com>
9382
9383         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9384
9385 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9386
9387         * src/z80/ralloc.c: Turned off faulty pack for one use.
9388
9389         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9390
9391         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9392
9393 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9394
9395         * support/regression/Makefile: Improved clean
9396
9397         * support/regression/ports/gbz80/spec.mk: Added clean
9398
9399         * support/regression/ports/host/spec.mk: Added clean
9400
9401         * support/regression/ports/z80/spec.mk: Added clean
9402
9403         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9404
9405         * support/regression/ports/mcs51/timeout.c: little improvements
9406
9407 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9408
9409         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9410
9411         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9412
9413         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9414
9415 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9416
9417         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9418
9419         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9420
9421 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9422         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9423
9424         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9425
9426         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9427
9428         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9429
9430         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9431
9432         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9433
9434         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9435
9436         * support/regression/tests/longor.c: Added.
9437
9438 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9439
9440         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9441
9442         * as/mcs51/aslink.h: define PATH_MAX
9443
9444         * as/mcs51/asm.h: define PATH_MAX
9445
9446         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9447
9448         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9449
9450         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9451
9452         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9453
9454         * src/SDCCglobl.h: define PATH_MAX
9455
9456         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9457
9458         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9459
9460 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9461
9462         * src/z80/gen.c (gencjneshort): Fixed
9463
9464         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9465
9466 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9467
9468         * support/regression/tests/bug-469671.c: Added.
9469
9470         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9471
9472 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9473
9474         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9475
9476         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9477
9478 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9479
9480         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9481
9482         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9483
9484         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9485
9486         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9487
9488         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9489
9490         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9491
9492         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9493
9494 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9495
9496         * 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.
9497
9498         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9499
9500         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9501
9502 2001-10-07    <johan AT FRIJA>
9503
9504         * device/lib/gets.c (gets): fixed the return value.
9505
9506 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9507         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9508
9509         * 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.
9510
9511         * 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.
9512
9513         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9514
9515         * src/pic/gen.c: Removed Safe_strdup.
9516
9517         * configure.in: Added option to enable libgc support.
9518
9519         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9520         (bitVectUnion): Optimised.
9521         (bitVectIntersect): Optimised.
9522         (bitVectBitsInCommon): Optimised.
9523         (bitVectCplAnd): Optimised.
9524
9525         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9526
9527 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9528
9529         * src/SDCCmain.c: distinguish between assembler debug and plain options
9530
9531         * src/avr/main.c:   remove standard assembler options
9532
9533         * src/ds390/main.c: remove standard assembler options
9534
9535         * src/mcs51/main.c: remove standard assembler options
9536
9537         * src/port.h: removed "PENDING" comment
9538
9539 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9540
9541         * src/device/lib/_mulint.c  : new, with assember functions
9542
9543         * src/device/lib/_mullong.c : new, with assember functions
9544
9545         * src/device/lib/_divuint.c : with assember functions
9546
9547         * src/device/lib/_divsint.c : with assember functions
9548
9549         * src/device/lib/_divulong.c: with assember functions
9550
9551         * src/device/lib/_divslong.c: with assember functions
9552
9553         * src/device/lib/_moduint.c : with assember functions
9554
9555         * src/device/lib/_modsint.c : with assember functions
9556
9557         * src/device/lib/_modulong.c: with assember functions
9558
9559         * src/device/lib/_modslong.c: with assember functions
9560
9561         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9562
9563         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9564
9565         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9566                                       replaced _mululong.c and _mulslong.c by _mullong.c
9567
9568 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9569
9570         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9571
9572 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9573
9574         * src/SDCCglue.c: test, if win32api is available for MINGW
9575
9576 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9577
9578         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9579         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9580         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9581         * support/regression/ports/host/spec.mk: removed GENERIC
9582         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9583         * support/regression/ports/z80/spec.mk: removed GENERIC
9584
9585 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9586
9587         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9588
9589         * support/regression/tests/bug-467035.c: Created.
9590
9591 2001-10-01    <johan AT FRIJA>
9592
9593         * src/SDCC.y: fixed bug #466586 part 1
9594
9595 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9596
9597         * SDCCicode.c: z80 has no generic pointers
9598         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9599
9600 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9601
9602         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9603
9604 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9605
9606         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9607
9608         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9609
9610 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9611
9612         * configure.in: Fixed up so that ucsim is only configured once.
9613
9614         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9615
9616         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9617         (getPathDifference): As above.
9618
9619         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9620
9621         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9622
9623 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9624         * .version: Updated to 2.3.1
9625
9626         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9627         Added copyright header.
9628
9629         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9630         (assemble): Added support for macro based assembler commands.
9631         (linkEdit): Added support for macro based linker commands.
9632         (preProcess): Changed the pre-processor to use macros.
9633         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9634         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9635
9636         * device/lib/z80/crt0.s: Added module name for debugging.
9637
9638 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9639
9640         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9641
9642         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9643
9644         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9645
9646         * src/Makefile.in: Added SDCCmacro and SDCCutil
9647
9648 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9649
9650         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9651
9652 2001-09-16    <johan AT FRIJA>
9653
9654         * 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.
9655
9656 2001-09-15    <johan AT FRIJA>
9657
9658         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9659         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9660
9661 2001-09-11    <johan AT FRIJA>
9662
9663         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9664
9665 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9666
9667         * support/regression/tests/bug-460444.c: Added test case.
9668
9669         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9670         (genCast): Added justification for all of the asserts.
9671
9672 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9673
9674         * support/regression/support.c: _xdata replaced by xdata
9675
9676         * support/regression/spec.mk: removed _generic
9677
9678 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9679
9680         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9681
9682         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9683         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9684
9685         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9686
9687         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9688
9689         * support/regression/tests/bug-460010.c: Added test case.
9690
9691         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9692
9693 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9694
9695         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9696
9697         * support/regression/testfwk.c: removed workaround for bug #436344
9698
9699         * support/regression/tests/bp.c: use less memory with mcs51
9700
9701         * support/regression/tests/bug-441448.c: use less memory
9702
9703         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9704
9705         * support/regression/collate-results.py: typo
9706
9707 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9708
9709         * support/regression/tests/fetchoverlap.c: Added new test case.
9710
9711         * support/regression/tests/bp.c: Added new test case.
9712
9713         * support/regression/tests/bug-448984.c: Added new test case.
9714
9715         * support/regression/tests/pow2shifts.c: Added new test case.
9716
9717         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9718         (genlshTwo): Fixed right shift for count > 8.
9719
9720         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9721
9722 2001-09-08    <johan AT FRIJA>
9723
9724         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9725
9726 2001-09-07    <johan AT FRIJA>
9727
9728         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9729
9730         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9731
9732 2001-09-06    <johan AT FRIJA>
9733
9734         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9735         * bernhard noted me at this: "() equals to (void)" (1.38)
9736
9737 2001-09-05    <johan AT FRIJA>
9738
9739         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9740
9741 2001-09-04    <johan AT FRIJA>
9742
9743         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9744
9745
9746 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9747
9748         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9749
9750 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9751
9752         * link/z80/aslink.h: Fixed path for PATH_MAX
9753
9754 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9755
9756         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9757
9758         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9759
9760         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9761
9762         * 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.
9763
9764 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9765
9766         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9767         (genCmp): Fixed up genCmp for the GB with longs.
9768
9769         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9770
9771         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9772
9773         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9774
9775         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9776
9777 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9778
9779         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9780
9781 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9782
9783         * 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.
9784
9785         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9786
9787 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9788
9789         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9790
9791         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9792
9793 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9794
9795   * sim/ucsim/configure:    little improvement of Cygwin-detection
9796   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9797   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9798   * support/regression/tests/bug-221100.c: small changes for mcs51
9799   * support/regression/tests/bug-221168.c: small changes for mcs51
9800   * support/regression/tests/bug-227710.c: small changes for mcs51
9801   * support/regression/tests/staticinit.c: small changes for mcs51
9802   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9803   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9804   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9805
9806 $Revision$