* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / ChangeLog
1 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
4           (hex2dec): made hex_digit unsigned char, removed ascii dependance
5         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
6           (hex2dec): made hex_digit unsigned char, removed ascii dependance
7         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
8         * packihx/packihx.c (hexDigit): made c unsigned char
9         * as/mcs51/lklibr.c (fndsym),
10         * link/z80/lkgb.c (gb),
11         * link/z80/lklibr.c (fndsym),
12         * link/z80/lkrloc.c (relr),
13         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
14         * src/SDCC.lex (checkCurrFile, process_pragma),
15         * src/SDCCglue.c (spacesToUnderscores),
16         * src/SDCCmain.c (setParseWithComma, processFile),
17         * src/asm.c (tvsprintf, printCLine),
18         * src/avr/gen.c (emitcode, aopPut),
19         * src/ds390/gen.c (emitcode),
20         * src/hc08/gen.c (emitcode, emitinline),
21         * src/mcs51/gen.c (emitcode, genInline),
22         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
23           tokenizeLineNode),
24         * src/pic/ralloc.c (debugLog),
25         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
26           tokenizeLineNode),
27         * src/pic16/ralloc.c (debugLog),
28         * src/z80/main.c (_process_pragma):
29            made all ctype.h function calls safe
30         * src/SDCCopt.c: include math.h for fabs
31         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
32           and used them throughout the code to make ctype.h function calls safe
33         * src/ds390/main.c (asmLineNodeFromLineNode),
34         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
35         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
36            unsigned char*
37         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
38           (newpCodeAsmDir): made ctype.h function calls safe
39         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
40           pic16_emitcode):  made lbp unsigned char*
41         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
42           (pic16_newpCodeAsmDir): made ctype.h function calls safe
43         * src/xa51/gen.c (emitcode),
44         * src/z80/gen.c (_emit2): made lbp unsigned char*
45         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
46            char*
47
48 2005-09-05 Raphael Neider <rneider AT web.de>
49
50         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
51           access bank splitpoint
52
53 2005-09-05 Raphael Neider <rneider AT web.de>
54
55         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
56
57 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
58
59         * .version: changed to version 2.5.3
60         * doc/sdccman.lyx: changed version to 2.5.3,
61           documented --codeseg and --constseg and pragma codeseg and constseg,
62           documented bit parameters (reentrant) and bit returning
63         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
64            currFunc->recvSize, but is this ok for all ports?
65           (ast2iCode): result of ~ on unsigned char must be cast to int for
66            bool to work
67         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
68           function pointers in bit space
69         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
70           (processFuncArgs): call port.reg_parm() with reentrancy info
71         * src/port.h,
72         * src/avr/main.c,
73         * src/ds390/main.c,
74         * src/hc08/main.c,
75         * src/pic/main.c,
76         * src/pic16/main.c,
77         * src/xa51/main.c,
78         * src/z80/main.c: port.reg_parm prototype extended with
79           "bool reentrant" parameter
80         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
81           options.stackAuto for allocating bit register parameters
82         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
83           (genSend): set BitBankUsed if it is,
84           (selectRegBank): factored out of genCall for use in genPcall,
85           (genCall): removed redundant dtype assignmen, use selectRegBank,
86           (genPcall): handle returning in Carry properly, save in F0 if needed,
87           (genReceive): handle bit register parameters
88         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
89           (mcs51_assignRegisters): enable bit registers for all reentrant
90            functions and don't set BitBankUsed unconditionally
91         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
92         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
93         * support/regression/tests/funptrs.c: added tests for BOOL and for return
94
95 2005-08-27 Borut Razem <borut.razem AT siol.net>
96
97         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
98         ppc-osx (Darwin) does not support -u option. It seems that it is
99         supported only on Linux - GNU cp
100
101 2005-08-25 Borut Razem <borut.razem AT siol.net>
102
103         * sim/ucsim/gui.src/serio.src/Makefile.in,
104           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
105           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
106           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
107           install and strip, since the strip at /usr/ccs/bin should be used
108           on solaris
109
110 2005-08-24 Borut Razem <borut.razem AT siol.net>
111
112         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
113
114 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
115
116         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
117         ffffffffu
118
119 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * as/mcs51/aslink.h: completed lkrloc.c prototypes
122         * as/mcs51/lkmain.c (link_main): fixed warning
123         * device/include/stdbool.h: ds390 has no advanced bit support yet
124         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
125         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
126         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
127           and updated their macros
128         * src/SDCCval.c (constVal): updated comment for renamed b_long
129
130 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
131
132         * as/mcs51/asdata.c: changed ctype['['] to BINOP
133         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
134           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
135           (oprio): set priority for '['
136         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
137            and adb_24_bit
138         * as/mcs51/asm.h: added defines R_BIT and S_BIT
139         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
140         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
141         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
142           added overlayable BIT_BANK area
143         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
144           (summary2): explain 'T' in legenda
145         * as/mcs51/lkrloc.c: replaced old K&R style,
146           (relr): added R_BIT processing,
147           (errmsg): added "Bit-addressable relocation error",
148           (adb_bit): added for converting from byte- to bit-addressable space,
149           (adb_24_bit): added for converting from byte- to bit-addressable space
150         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
151            used in reentrant functions now even as return value
152         * device/lib/_gptrput.c (_gptrput): removed obsolete code
153         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
154           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
155         * src/SDCCglobl.h: added indicator BitBankUsed
156         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
157            the bit registers b0-b7
158         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
159           (geniCodeCast): fixed bug 1263853,
160           (geniCodeLogicAndOr): put result in bool or char,
161           (geniCodeReceive): added parameter func for accessing the return type,
162           (geniCodeFunctionBody): pass func to geniCodeReceive
163         * src/SDCCmain.c: added indicator BitBankUsed
164         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
165         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
166           (checkSClass): don't put automatic bool/bit on stack,
167           (checkFunction): removed check on function cannot return bit
168         * src/SDCCsymt.h: added newBoolLink prototype
169         * src/mcs51/gen.c (rb1regs): added bit registers,
170           (movc): created for assigning to carry,
171           (pushReg, popReg): created for pushing registers,
172           (sameRegs): check both AOP_REG and AOP_CRY types,
173           (aopOp): handle bit registers,
174           (aopPut): optimization no self-assign,
175           (saveRegisters): push reg->base (bits) only once for bit registers,
176            and use pushReg,
177           (unsaveRegisters): pop reg->base only once and use popReg,
178           (assignResultValue): added parameter func and return in carry for bits,
179           (genIpush): optimization no reload in A if not changed,
180           (genSend): bit parameters in reentrant functions are passed in bit
181            registers by first assigning to bits in B, then save registers and
182            copy B to bits,
183           (genCall): handle returning in Carry properly, save it in F0 if needed,
184           (genPcall): updated assignResultValue call, this is not safe yet for bit
185            returning function !!!
186           (genFunction): don't generate equ's for bit registers and use pushReg,
187           (genEndFunction): take care of bit returning functions and use popReg,
188           (genRet): return bit in Carry,
189           (genIfx): optimize bit registers and other directly addressable bits,
190           (genReceive): updated assignResultValue call
191         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
192           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
193            registers when using stack-auto
194         * src/mcs51/ralloc.c (_G): added allBitregs,
195           (regs8051): added the bit registers,
196           (createStackSpil): use macro IS_BIT,
197           (getRegBit): added to allocate a bit register, else spill,
198           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
199           (updateRegUsage): factored out to ease stepping while debugging,
200           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
201            also allocate bit registers,
202           (fillGaps): handle bit registers,
203           (findAllBitregs): added to create bit vector with all bit registers,
204           (mcs51_allBitregs): returns this bit vector,
205           (mcs51_assignRegisters): when using stack-auto use bit registers for
206            passing parameters and creating local variables
207         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
208
209 2005-08-22 Borut Razem <borut.razem AT siol.net>
210
211         * device/lib/Makefile.in: replaced find option -or with -o
212           to make it run on solaris
213
214 2005-08-22 Raphael Neider <rneider AT web.de>
215
216         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
217           fixes #1265442 (crash on Solaris)
218
219 2005-08-20 Borut Razem <borut.razem AT siol.net>
220
221         * configure, configure.in: added tests for libsocket and libnsl libraries,
222           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
223           from support/regression/Makefile.in
224         * support/regression/Makefile.in: added
225         * device/lib/pic16/Makefile.common.in: force make to use bash shell
226         * sim/ucsim/libtool: regenerated on sparc-solaris
227         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
228           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
229           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
230           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
231           sparc-solaris, which doesn't use GNU ld linker
232         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
233         * as/Makefile: find on sparc-solaris does not support -maxdepth option
234
235 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * src/mcs51/peeph.def: updated comments
238
239 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
240
241         * device/lib/_gptrget.c,
242         * device/lib/_gptrput.c: slightly shorter
243         * doc/sdccman.lyx: incremented version
244         * src/mcs51/peeph.def: moved peephole comments to the line of first
245           change to better keep line correlation, reanimated 186.e
246         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
247
248 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
249
250         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
251           David Saxton with quotes around file name.
252
253 2005-08-15 Borut Razem <borut.razem AT siol.net>
254
255         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
256           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
257           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
258           make tests run on x86_64 platform
259
260 2005-08-13 Raphael Neider <rneider AT web.de>
261
262         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
263           as it might be executed DURING a build (parallel make is wonderful)
264
265 2005-08-13 Raphael Neider <rneider AT web.de>
266
267         * device/lib/Makefile.in (port-specific-objects-pic16):
268           revert to cp $(PORT)/bin/*.* $(PORTDIR)
269         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
270           dependency
271         * device/lib/pic16/Makefile.rules: build subdirs before creating
272           the library, removed builddir rule, create $(builddir) early in
273           recurse rule, use empty recurse rule for leaf directories
274         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
275           mkdir errors (race condition), removed duplicate suffix "hex"
276           from clean rules
277         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
278         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
279           prevents mkdir -p from aborting on Alpha
280
281 2005-08-12 Raphael Neider <rneider AT web.de>
282
283         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
284           db-statements in order to allow for arrays of pointers in code
285           sections to be placed without interspersed 0-padding, fixes
286           bug #1256215
287         * (emitStatistics): fixed division by zero for pic18f1220
288         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
289           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
290         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
291         * (pic16_pCodeConstString): keep track of already emitted string
292           literals to prevent "duplicate definitions of symbol _str_NR"
293         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
294           debug message
295         * device/lib/Makefile.in: ignore failing PIC16 library builds
296         * device/lib/pic16/Makefile: do not build if gputils are missing
297         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
298
299 2005-08-10 Raphael Neider <rneider AT web.de>
300
301         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
302           my last commit)
303
304 2005-08-10 Raphael Neider <rneider AT web.de>
305
306         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
307           Rokas' patch to add the new fixed point type "__fixed16x16"
308         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
309           functions for __fixed16x16 arithmetics
310         * device/lib/pic16: reimplemented the build system to support
311           a separate build directory, better handling of libio (create
312           the library in a separate subdir for each architecture) and
313           easier configuration (centralized in Makefile.common)
314
315 2005-08-07 Raphael Neider <rneider AT web.de>
316
317         * src/pic16/gen.c (genrshTwo): fixed sign extension
318         * src/pic16/device.c: added pic18f2320, 4220 and 4320
319         * device/include/pic16/pic18f2220.h: changed some bit definitions,
320           added T0CONbits
321         * device/include/pic16/pic18f4220.h: NEW, header for
322           pic18f4220 and pic18f4320
323         * device/include/pic16/pic18fregs.h: added new devices,
324           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
325         * device/include/pic16/signal.h: resolved name clashes
326           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
327           to also allow testing for interrupt enable bits, added
328           comments on how to use the macros
329         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
330         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
331           register definitions for the devices
332         * device/lib/pic16/pics.all: added new devices
333         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
334           allocated memory
335         * device/lib/pic16/libc/stdlib/memfree: do not count
336           the block header as free memory
337         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
338           simplified and added missing end-of-blocklist-marker
339           (reported by Peter Onion, fixes #1252814)
340         * (_mergeHeapBlock): fixed loop condition
341         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
342           len==0, restructured code
343         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
344           up a bit, reduced bitfield accesses, prevent endless loops
345           in case of heap corruption
346         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
347           "unreferenced arguments/must return a value" warnings
348         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
349           replaced BAUDREG with SPBRG
350         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
351           device/lib/pic16/debug/gstack/gstack.c: replaced
352           _naked, _asm, _endasm with __naked, __asm, __endasm
353
354 2005-08-05 Raphael Neider <rneider AT web.de>
355
356         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
357           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
358
359 2005-08-05 Borut Razem <borut.razem AT siol.net>
360
361         * device/lib/Makefile.in: added missing ';'
362         * configure: removed ^M characters
363
364 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
365
366         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
367           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
368           License
369
370 2005-08-04 Borut Razem <borut.razem AT siol.net>
371
372         * configure.in: pic16 libraries build 2nd try - enable running
373           configure in device/lib/pic16
374         * configure: regenerated from configure.in
375         * device/lib/Makefile.in: create $(PORT)/bin directory
376
377 2005-08-03 Raphael Neider <rneider AT web.de>
378
379         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
380           to get/set values via pointers
381         * (genUnpackBits,genPackBits): changed detection of
382           ptr->bitfield vs. sym.bitfield, fixed access via generic
383           pointers, removed dead (wrong) code for multibyte bitfields
384         * (genNearPointerGet, genGenPointerGet): removed useless code,
385           fixed bitfield detection, fixes #1250594
386         * (genNearPointerSet): removed useless code
387         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
388           and introduced macro pic16_emitpcode that conditionally emits
389           the origin of the following pCode (useful for debugging SDCC)
390         * src/pic16/pcode.c: changed (and disabled) some debug outputs
391         * (createDefmap): fixed handling of LFSR for --optimize-df
392
393 2005-08-02 Borut Razem <borut.razem AT siol.net>
394
395         * device/lib/Makefile.in: pic16 libraries build enabled since
396           gputils-0.13.2 are now localy installed at sourceforge's compile farm
397
398 2005-08-02 Raphael Neider <rneider AT web.de>
399
400         * src/pic16/gen.c (genPackBits): removed deprecated warning
401         * (genGenPointerSet): fixed bitfield detection
402
403 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
404
405         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
406
407 2005-07-31 Raphael Neider <rneider AT web.de>
408
409         * device/lib/pic16/libdev/pic18f458.c,
410           device/include/pic16/pic18f458.h: added missing T0CONbits
411
412 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
413
414         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
415
416 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
419
420 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
421
422         * device/include/mcs51/at89c51ed2.h: added.
423
424 2005-07-23 Raphael Neider <rneider AT web.de>
425
426         * src/pic/gen.h: added emitpcode macro for debugging
427         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
428           and replace by macro adding debug information on demand
429         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
430         * (gencjne): tried to fix; replaced with correct (slower) code
431         * (gen{Unp,P}ackBits): fixed single bit access
432         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
433         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
434           previous instruction
435         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
436           register has to be handled with care (forbidding movement
437           of assignments/uses, removing assignments completely, ...)
438         * (pCodeOptime2pCodes): make use of regIsSpecial
439         * added lots of debugging output (commented out)
440         * src/pic/rallloc.c (deassignLRs): prevent operand registers
441           from being reused as result UNLESS it is known to work
442
443 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
444
445         * support/Util/dbuf.h: include <stddef.h> for size_t
446         * .version: changed to version 2.5.2
447
448 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
449
450         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
451
452 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
453
454         * src/hc08/gen.c (genMinus): fixed bug #1241835,
455           (genModOneByte): removed needless psha/pula
456
457 2005-07-22 Raphael Neider <rneider AT web.de>
458
459         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
460           have PIC14 handled like PIC16, fixes broken pic14 linker calls
461         * src/pic/gen.c (resolveIfx): do not "invent" labels
462         * (genSkipc): changed to positive logic
463         * (genSkipCond): removed as no longer needed
464         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
465           backport from PIC16
466         * (genLeftShift): check operands are in different registers
467         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
468           INCF does not update CARRY...
469         * src/pic/main.c: fixed _linkCmd
470         * src/pic/pcode.c (unlinkpCode): added inactive code
471         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
472           alive (do not assign result and operand overlapping registers)
473
474 2005-07-22 Raphael Neider <rneider AT web.de>
475
476         * src/pic/device.c (dump_sfr): replaced register declaration with
477           call to emitSymbolToFile() to avoid duplicate symbols
478         * (assignRelocatableRegisters): do not declare external symbols
479         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
480           right (take size of type, not etype)
481         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
482         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
483         * (packRegsForAccUse): disabled assignment of WREG as
484           the result reg to prevent occurence of just fixed #1235003,
485           fixes #1242954
486         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
487           symbols (avoids duplicate symbols in .asm file)
488         * (pic14emitRegularMap): use emitSymbolToFile()
489         * src/pic/gen.c (aopOp): fixed spillLocation handling
490         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
491         * (genDataPointerSet): removed unneccessary variables/output
492
493 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
494
495         * as/mcs51/lkarea.c: enlarged codemap for banked memory
496         * device/lib/mcs51/crtbank.asm: added # to 0x0F
497
498 2005-07-21 Raphael Neider <rneider AT web.de>
499
500         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
501           architecture cannot handle them efficiently, fixes bug #1235003
502         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
503           check for empty sets before using them (fixes bug #1232190)
504
505 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
506
507         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
508           (lnksect2): generate warnings for memory overlap
509         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
510           constseg to set the name of these segments so you can instruct the linker
511           to place them in banks
512         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
513         * src/SDCCglobl.h: added MODEL_HUGE to enum,
514           added code_seg and const_seg to options
515         * src/SDCCglue.c (emitMaps): use options.const_seg,
516           (createInterruptVect): put interrupt vectors in segment HOME,
517           (glue): put HOME before static segment and put the main glue in HOME,
518           (glue): use options.code_seg
519         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
520         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
521           these segments so you can instruct the linker to place them in banks
522           (linkEdit): use code_loc for HOME segment which should be the first
523           segment in code memory now
524         * src/SDCCmem.c: fixed more stuff like bug 1238386
525         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
526           (changePointer): don't change function pointers to code pointers for
527           banked functions,
528           (compareType): added exceptional check for banked function pointers
529         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
530         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
531           after static in code memory
532         * src/mcs51/gen.c: added aopLiteralLong prototype,
533           (aopForSym): use getSize for functions,
534           (genCall): generate banked calls over one trampoline __sdcc_banked_call
535           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
536           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
537           the segment,
538           (genPcall): use call for literal function pointers and generate banked
539           calls over the one trampoline so there's only one place for the user to
540           modify according to his/hers hardware,
541           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
542           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
543         * src/mcs51/main.c: added keyword banked,
544           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
545         * support/Util/SDCCerr.c,
546         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
547           needed for passing the bank and address to the trampoline
548         * device/lib/mcs51/crtbank.asm: added for bankswitching
549         * device/lib/mcs51/Makefile: added crtbank
550
551 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
552
553         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
554           for fields at offset 0 of a struct or union as reported
555           on 2005-07-07 in the developer mailing list.
556
557 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
558
559         * src/SDCCmem.c: fixed bug 1238386
560
561 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
562
563         * src/mcs51/peeph.def: added labelrefcounting for peepholes
564           (patch #1144962), added peephole 300, enabled 259.x
565         * doc/sdccman.lyx: removed screenshot and provided link instead
566
567 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
568
569         * doc/sdccman.lyx: added section about debugging with ddd
570         * doc/figures/ddd_example.eps: screenshot of debugging session
571
572 2005-07-04 Raphael Neider <rneider AT web.de>
573
574         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
575           like CODE pointers, fixes #1115683
576         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
577           call, fixes bugs #1232211, #1228110,
578           fixed wrong casts to pCodeFlow from pCodeInstructions
579
580 2005-07-04 Raphael Neider <rneider AT web.de>
581
582         * src/pic/gen.c (popGet): changed assert to allow for
583           bit operands
584         * (popGetAddr): changed signature to provide
585           an additional index, patched all call sites
586         * (genCmpEq): handle literal-like operands correctly
587         * (genAddrOf): added sanity checks on __code/__data pointers
588         * (genAssign): added handling of symbols from __code section
589         * (gencjne): do not generate code for comparisons whose result
590           is neither stored nor used, fixes bug #1171114
591         * (AccLsh, AccRsh): operate on operand instead of WREG
592         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
593           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
594           by known count
595         * rewrote complete shift-by-literal logic, commented unused
596           functions out
597         * (genConstPointerGet): get multiple bytes (if result size > 1),
598           fixed handling of non-immediate addresses
599         * (genPointerGet): handle CODE pointers like CONST pointers
600         * (genpic14Code): insert C-SRC lines as Cource-pCodes
601         * ({aop,op}_isLitLike): NEW, single place to decide whether an
602           operand is to be treated as a literal or not
603         * (mov2w,genPcall,genCmpEq),
604           src/pic/genarith.c: use aop_isLitLike() to decide between
605           literal/register contents
606         * (addSign): added missing offset
607         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
608           only emit comment in debug-mode,
609           use {aop,op}_isLitLike throughout the file
610         * src/pic/glue.c: fix initializers for pointers (work in progress)
611         * src/pic/pcode.c (get_op): honor index on _const symbols
612         * ({reset,dump}pCodeStatistics): NEW, estimate code size
613         * (dumppBlock): added pCode size estimation
614         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
615           check for IS_SYMOP before OP_SYMBOL'ing
616         * fixed indentation, compacted switch-statements
617         * (allocReg): find free register and allocate it instead of
618           allocating new registers all the time
619         * (deassignLRs): prevent POINTER_GET's from being assigned the same
620           registers as its operands (necessary only for multibyte GETs)
621
622 2005-07-01 Raphael Neider <rneider AT web.de>
623
624         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
625           debugging .asm-output macros FENTRY + FEXIT
626         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
627           way... I wonder...
628         * (emitpComment): NEW, printf to pCode
629         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
630           offset handling
631         * (popGetAddr): NEW, variant of popGet to access an immediates
632           high(er) bytes instead of the n'th byte of memory they reference,
633           replaced popGet with popGetAddr where neccessary
634         * (genDataPointerGet): reactivated and fixed implementation
635         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
636           accesses
637         * (genDataPointerSet): fixed multibyte assignments
638         * (genpic14Code): fixed --i-code-in-asm handling
639         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
640         * (genPlus): fixed index-out-of-bounds error
641         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
642         * src/pic/ralloc.c: added debugging output macro FENTRY2
643         * (spillThis): fixed indentation, enbraced for-body for clarity
644         * (rematStr): commented out as now unused
645         * (regTypeNum): commented out special spill case (overwrites
646           arbitrary values)
647         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
648
649 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
650
651         * doc/sdccman.lyx: documented sfr16/sfr32,
652           added example for using storage class with function pointers
653         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
654
655 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
656
657         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
658         * device/lib/_itoa.c,
659         * device/lib/_ltoa.c: optimized codesize
660         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
661           but don't know how to suppress the double warning.
662         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
663         * support/Util/SDCCerr.c,
664         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
665
666 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
667
668         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
669           fixed old K&R prototypes
670         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
671         * device/lib/_gptrget.c,
672         * device/lib/_gptrgetc.c,
673         * device/lib/_gptrput.c: changed versions for new memory indicator values,
674           also new versions for small generic pointers and banked generic pointers
675         * src/port.h: added const_name
676         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
677         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
678         * src/SDCCcse.c (findPrevIc): check all associative operators
679         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
680         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
681         * src/SDCCmem.c: updated comments,
682           set far-space to 0 for pdata, results in optimized code
683         * src/SDCCmem.h: added macro CONST_NAME
684         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
685           moving the info into the highest bits, see also gptrget/gptrput
686         * src/src.dsp: added sdcc.ico to project files
687         * src/avr/gen.c (genCast): fixed bug 0x%d
688         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
689         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
690           relation between ptr_type and DCL_TYPE,
691           (genCast): fixed bug 0x%d
692         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
693           (CODE)" for const_name
694         * src/hc08/gen.c (genCast): fixed bug 0x%d
695         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
696           (hc08_port): added "CONST (CODE)" for const_name
697         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
698           (aopForRemat, adjustArithmeticResult): disconnected direct relation
699           between ptr_type and DCL_TYPE,
700           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
701           operand* and took AOP() inside function so sfr-ness can be checked,
702           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
703           new prototype,
704           (genFunction, genEndFunction): optimized stack setup,
705           (genMinus): optimized for literals with ending zeroes (in bytes),
706           (genCast): fixed bug 0x%d
707         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
708           (mcs51_port): added "CONST (CODE)" for const_name
709         * src/mcs51/peeph.def: made rule 226 more generic
710         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
711         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
712         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
713         * src/z80/main.c (z80_port): added NULL for const_name,
714           (gbz80_port): added NULL for const_name
715         * support/regression/tests/bug663539.c,
716         * support/regression/tests/sfr16.c: new tests
717
718 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
719
720         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
721
722 2005-06-24 Raphael Neider <rneider AT web.de>
723
724         * device/lib/pic16/libdev/pic18f[68][567]20.c:
725           corrected typos...
726         * device/include/pic16/signal.h: added USBIF
727           and SIG_USB
728
729 2005-06-24 Raphael Neider <rneider AT web.de>
730
731         * device/lib/pic16/libdev/pic18f2455.c,
732           device/include/pic16/pic18f2455.h: NEW
733         * device/include/pic16/pic18fregs.h,
734           device/lib/pic16/pics.all,
735           src/pic16/device.c: added 18f2455
736         * device/lib/pic16/libdev/pic18f[68][567]20.c,
737           device/include/pic16/{pic18f[68][567].h,usart.h}:
738           replaced MULTIPLE_USARTS define with more relaible
739           compatibility sfrs (for USART access)
740
741 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
742
743         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
744           and the output asm file line is printed on two lines.
745
746 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
747
748         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
749           BGT, BLE, BHI, and BLS instructions
750         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
751           genCmpEq): removed
752         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
753           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
754           fixes bug #1216342
755         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
756
757 2005-06-15 Raphael Neider <rneider AT web.de>
758
759         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
760         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
761         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
762           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
763           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
764
765 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
766
767         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
768           Marcel Telka in bug #1215704
769
770 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
771
772         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
773           located in shared memory bank.
774
775 2005-05-31 Raphael Neider <rneider AT web.de>
776
777         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
778           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
779           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
780
781 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
782
783         * device/lib/_strncpy.c: fixed the fix
784
785 2005-05-26 Raphael Neider <rneider AT web.de>
786
787         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
788           initializers with \0, bug #1208187
789         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
790           intializers with \0, bug #1208187
791
792 2005-05-26 Raphael Neider <rneider AT web.de>
793
794         * src/pic16/glue.c (pic16_printIvalChar): fixed string
795           initializers with \0, bug #1208187
796         * src/pic16/main.c (_process_pragma): added sanity checks
797           for stack position and size, emit warnings when appropriate
798
799 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
800
801         * device/lib/_strncpy.c: fixed not filling with \0
802
803 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
804
805         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
806           createFunction),
807         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
808           compound_statement),
809         * src/SDCCsymt.h,
810         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
811
812 2005-05-24 Raphael Neider <rneider AT web.de>
813
814         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
815
816 2005-05-24 Raphael Neider <rneider AT web.de>
817
818         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
819           TRISE definitions, closes bug #1162453
820
821 2005-05-22 Raphael Neider <rneider AT web.de>
822
823         * src/pic16/main.c (_process_pragma): check for missing
824           arguments to pragmas code and udata
825         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
826           consistency fixes to match other headers (thanks to Jim Paris)
827         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
828
829 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
830
831         * src/SDCCicode.c (isOperandEqual): fixed missing ;
832
833 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
834
835         * support/regression/tests/bug1198642.c: new test
836         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
837         * src/SDCCcse.c (findPrevIc): added comment, please have a look
838         * support/scripts/resource.h,
839         * support/scripts/resource.rc,
840         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
841         * support/scripts/sdcc.ico: added 32x32 icon
842
843 2005-05-18 Raphael Neider <rneider AT web.de>
844
845         * device/lib/pic16/libdev/pic18f*.c,
846         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
847           keywords to "__sfr" and "__at (X)"
848         * device/include/pic16/pic18fregs.h: added pic18f4520
849         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
850           #1203088 (MPLAB compatibility)
851
852 2005-05-17 Raphael Neider <rneider AT web.de>
853
854         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
855         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
856         * device/lib/pic16/pics.all: added new devices
857         * src/pic16/device.c: added support for pic18f4520
858
859 2005-05-16 Raphael Neider <rneider AT web.de>
860         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
861         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
862         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
863           convenience function for bit access
864
865 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
866
867         * device/lib/printf_large.c: fixed bug 1193299
868         * support/regression/tests/bug1057979.c: added test %3.3s
869
870 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
871
872         * device/include/mcs51/8051.h,
873         * device/include/mcs51/8052.h: made parseable with lint
874         * device/include/mcs51/lint.h: added include file for (sp)lint
875         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
876         * doc/cdbfileformat.lyx,
877         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
878
879 2005-05-14 Raphael Neider <rneider AT web.de>
880
881         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
882         * device/lib/pic16/libc/stdlib/itoa.c (new)
883         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
884         * device/lib/pic16/libio/Makefile: exclude subdir according to
885           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
886         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
887         * src/pic16/gen.c (genFunction): prevent annoying warning
888         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
889           nameclashes on BeOS
890         * support/cpp2/cppmain.c (cpp_output_string): new
891         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
892           fixes bug 1116802
893
894 2005-05-13 Borut Razem <borut.razem AT siol.net>
895
896         * src/SDCCmain.c (linkEdit): fixed bug 1195202
897
898 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
899
900         * .version: changed to version 2.5.1; back to bleeding edge development
901
902 2005-05-11 Borut Razem <borut.razem AT siol.net>
903
904         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
905           generate PDF version 1.3 documents
906
907 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
908
909         * .version: changed to version 2.5.0
910
911 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
912
913         * doc/sdccman.lyx: updated weblinks, index and smaller updates
914
915 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
916
917         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
918         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
919         well as many smaller updates.
920         * .version: changed to version 2.5.0-pre1
921
922 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
923
924         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
925
926 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
927
928         * support/regression/tests/bug1185672.c: added
929         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
930           bug 1185672
931         * src/mcs51/gen.c (genCall): added comments, made it look safer
932         * src/mcs51/gen.c (genEndFunction): simplified
933
934 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
935
936         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
937
938 2005-04-14 Borut Razem <borut.razem AT siol.net>
939
940         * fixed bug 1045046 - SIGSEGV with really simple code?:
941           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
942           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
943
944 2005-04-14 Borut Razem <borut.razem AT siol.net>
945
946         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
947           src/pic16/device.h: temporarily disabled experimental #inline pragma
948           for 2.5.0 release
949
950 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
951
952         * device/include/z80/stdio.h,
953         * device/include/z80/string.h: removed these highly incomplete files so
954           SDCC can use the default ones in device/include/
955
956 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
957
958         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
959         gcc warning.
960         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
961         fix sdcpp warnings.
962
963 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
964
965         * device/include/malloc.h: removed redundant __reentrant prototypes
966         * device/lib/_mullong.c: added working xstack variant in asm (C version
967           doesn't pass regression tests)
968         * device/lib/bpx.c: used __data and made bpx char for mcs51
969         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
970           (createFunction): fixed bug with xstackPtr
971         * src/SDCCcse.c: corrected comments
972         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
973           (killDeadCode, eBBlockFromiCode): removed unused code
974         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
975           corrected comments
976         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
977           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
978           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
979           (genModOneByte): fixed warning in MSVC
980         * src/mcs51/main.c (): added comments
981         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
982
983 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
984
985         * src/SDCCmain.c (linkEdit): oops, changed one line too many
986
987 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
988
989         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
990
991 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
992
993         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
994         characters arrays of larger size than the declared one.
995
996 2005-04-10 Borut Razem <borut.razem AT siol.net>
997
998         * src/pic/gen.c (genInline),
999           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1000           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1001           (findNextInstruction), (findPrevInstruction),
1002           (findInstructionUsingLabel),
1003           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1004         * src/pic/pcode.c (findLabel): added missing '\n'
1005         * src/src.dsp: added SDCCdwarf2.c to the project
1006
1007 2005-04-09 Borut Razem <borut.razem AT siol.net>
1008
1009         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1010
1011 2005-04-08 Raphael Neider <rneider AT web.de>
1012
1013         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1014           into the chain after a given one) and mergeDefmapSymbols (combine
1015           defmap entries for each symbol per pcode)
1016         * (createDefmap): have defmap entries merged in the end
1017         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1018           a symbol before replacing one access type's symbol, merge symbols in
1019           the end (replacement symbol might already have an entry)
1020         * (assignValnums): keep reference to written WREG intact
1021
1022 2005-04-08 Raphael Neider <rneider AT web.de>
1023
1024         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1025           Alpha)
1026
1027 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1028
1029         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1030         bytes
1031
1032 2005-04-07 Raphael Neider <rneider AT web.de>
1033
1034         * device/include/pic16/usart.h: added compatibility defines for
1035           devices with more than one USART
1036         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1037
1038 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1039
1040         * device/lib/Makefile.in: updated for port specific include
1041
1042 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1043
1044         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1045
1046 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1047
1048         * device/include/8051.h,
1049         * device/include/8052.h,
1050         * device/include/at89S8252.h,
1051         * device/include/at89c55.h,
1052         * device/include/at89x051.h,
1053         * device/include/at89x51.h,
1054         * device/include/at89x52.h,
1055         * device/include/mcs51reg.h,
1056         * device/include/reg51.h,
1057         * device/include/reg764.h,
1058         * device/include/regc515c.h,
1059         * device/include/sab80515.h: (re)moved these 12 files
1060         * device/include/mcs51/8051.h,
1061         * device/include/mcs51/8052.h,
1062         * device/include/mcs51/at89S8252.h,
1063         * device/include/mcs51/at89c55.h,
1064         * device/include/mcs51/at89x051.h,
1065         * device/include/mcs51/at89x51.h,
1066         * device/include/mcs51/at89x52.h,
1067         * device/include/mcs51/mcs51reg.h,
1068         * device/include/mcs51/reg51.h,
1069         * device/include/mcs51/reg764.h,
1070         * device/include/mcs51/regc515c.h,
1071         * device/include/mcs51/sab80515.h: and added them here
1072
1073 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1074
1075         * device/include/stdarg.h: changed SDCC specific keywords to double
1076           underlined form.
1077         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1078           mcs51 and ds390.
1079         * device/include/hc08/mc68hc908gp32.h,
1080         * device/include/hc08/mc68hc908jb8.h,
1081         * device/include/hc08/mc68hc908jkjl.h,
1082         * device/include/hc08/mc68hc908qy.h: fixed comments
1083         * device/include/mcs51/README: updated
1084         * device/include/mcs51/c8051f120.h: added PINRSF
1085         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1086         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1087           amidst code. Also inline is not supported.
1088
1089 2005-04-06 Raphael Neider <rneider AT web.de>
1090
1091         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1092         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1093           callers stack/frame pointers
1094
1095 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1096
1097         * device/include/pic16/usart.h: added, missing in previous commit,
1098         * device/include/pic16/adc.h: fixed typo,
1099         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1100         commit,
1101         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1102         <p18fxxx.inc>
1103         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1104         uninitialized because a bug appears with gplink
1105         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1106         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1107         complains for unrecognised option
1108
1109 2005-04-05 Raphael Neider <rneider AT web.de>
1110
1111         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1112           structs as well (using memcpy)
1113         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1114           on ISRs (GOTO has no label)
1115         * src/pic16/device.h: added OF_OPTIMIZE_DF
1116         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1117           new data flow analysis/optimization
1118         * src/pic16/pcode.c: added (prototypes for and implementation of)
1119           dataflow analysis functions, fixed pCodeInstructions' inCond and
1120           outCond values, made RCALL a branch instruction
1121         * (pic16_unlinkpCode): keep C line if possible
1122         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1123           C line moved if possible
1124         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1125         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1126           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1127         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1128           new flow)
1129         * (pic16_getJumptabpCode): NEW, needed in...
1130         * (LinkFlow): fixed handling of jumptables, calls and conditional
1131           branches
1132         * (pic16_InsertCommentAfter): NEW
1133         * (pic16_pCodeReplace): made verbose and flow preserving
1134         * (AnalyzeFlow): added call to data flow analysis
1135         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1136         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1137         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1138
1139 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1140
1141         * src/SDCCast.c (decorateType): fixed bug #1105626
1142
1143 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1144
1145         * device/include/asm/pic16/features.h,
1146         * pic18f*.h headers,
1147         * device/include/pic16/adc.h,
1148         * device/include/pic16/delay.h,
1149         * device/include/pic16/i2c.h,
1150         * device/include/pic16/malloc.h,
1151         * device/include/pic16/stdio.h,
1152         * device/include/pic16/stdlib.h,
1153         * device/include/pic16/string.h,
1154         * device/lib/pic16/libc/stdio/printf_tiny.c,
1155         * device/lib/pic16/libc/stdio/printf_small.c,
1156         * device/lib/pic16/libc/stdio/strmgpsim.c,
1157         * device/lib/pic16/libc/stdio/strmmssp.c,
1158         * device/lib/pic16/libc/stdio/strmusart.c,
1159         * device/lib/pic16/libc/stdio/vfprintf.c,
1160         * device/lib/pic16/libc/stdlib/ltoa.c,
1161         * device/lib/pic16/libc/stdlib/putchar.c,
1162         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1163         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1164         * device/lib/pic16/libc/stdlib/memchrram.c,
1165         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1166         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1167         * device/lib/pic16/libio/adc/adcbusy.c,
1168         * device/lib/pic16/libio/adc/adcread.c,
1169         * device/lib/pic16/libio/adc/adcsetch.c,
1170         * device/lib/pic16/libio/usart/ubaud.c,
1171         * device/lib/pic16/libio/usart/ubusy.c,
1172         * device/lib/pic16/libio/usart/udrdy.c,
1173         * device/lib/pic16/libio/usart/uopen.c,
1174         * device/lib/pic16/libio/usart/uputc.c,
1175         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1176         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1177         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1178         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1179         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1180         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1181         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1182         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1183         specific keywords to double underlined form,
1184         * device/lib/pic16/libc/Makefile.rules,
1185         * device/lib/pic16/libsdcc/Makefile.rules,
1186         * device/lib/pic16/libm/Makefile,
1187         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1188         to compile with C standard set in Makefile.common
1189         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1190         rand.c and crc.c in compilation process,
1191         * device/lib/pic16/libsdcc/int/divuint.c,
1192         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1193         `c' from signed to unsigned,
1194         * device/lib/pic16/startup/crt0.c,
1195         * device/lib/pic16/startup/crt0i.c,
1196         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1197         keywords to double underlined form, bug fixes in _do_cinit function
1198         which prevented the correct initialization of the .idata segment,
1199         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1200         core to enter a infinite loop
1201         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1202
1203 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1204
1205         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1206
1207 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1208
1209         * device/include/Makefile.in: add support for hc08 subdirectory
1210         * device/include/hc08/: new subdirectory
1211         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1212         Lucas Loizaga, thanks!
1213         * device/include/hc08/mc68hc908qy.h,
1214         * device/include/hc08/mc68hc908gp32.h,
1215         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1216         their own directory. Changed internal macro names to use the compiler
1217         reserved namespace. Changed SDCC specific keywords to double
1218         underlined form.
1219         * device/include/math.h,
1220         * device/include/malloc.h,
1221         * device/include/stdarg.h,
1222         * device/include/stdbool.h
1223         * device/include/string.h,
1224         * device/include/tinibios.h,
1225         * device/include/ds400rom.h,
1226         * device/include/8051.h,
1227         * device/include/8052.h,
1228         * device/include/80c51xa.h,
1229         * device/include/at89c55.h,
1230         * device/include/at89S8252.h,
1231         * device/include/at89x51.h,
1232         * device/include/at89x52.h,
1233         * device/include/ds80c390.h,
1234         * device/include/reg764.h,
1235         * device/include/regc515c.h,
1236         * device/include/sab80515.h,
1237         * device/include/mcs51/c8051f000.h,
1238         * device/include/mcs51/c8051f018.h,
1239         * device/include/mcs51/c8051f020.h,
1240         * device/include/mcs51/c8051f040.h,
1241         * device/include/mcs51/c8051f060.h,
1242         * device/include/mcs51/c8051f120.h,
1243         * device/include/mcs51/c8051f300.h,
1244         * device/include/mcs51/c8051f310.h,
1245         * device/include/mcs51/c8051f320.h,
1246         * device/include/mcs51/c8051f330.h,
1247         * device/include/mcs51/c8051f350.h,
1248         * device/include/z180.h: Changed SDCC specific keywords to double
1249         underlined form.
1250
1251 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1252
1253         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1254         18F4455,
1255         * (pic16_assignConfigWordValue): disable testing of configuration
1256         register value with config mask,
1257         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1258         function with port->fun_prefix,
1259         * (genFunction): when generating a naked interrupt function never
1260         create an absolute segment placed in interrupt vector address, place
1261         the actual interrupt function at IVA instead, when an interrupt
1262         function is generated with unspecified interrupt then do not create
1263         the absolute section,
1264         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1265         code for generating a call to generic pointer get/put function with
1266         a call to function pic16_callGenericPointer(),
1267         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1268         the call to the generic pointer get/put functions with prefixing the
1269         function name with port->fun_prefix,
1270         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1271         * src/pic16/main.c (_process_pragma): prefix function with
1272         port->fun_prefix,
1273         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1274         calling assembler, old 18Fxxxx macro is deprecated,
1275         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1276         PC_ASMDIR in while condition,
1277         * (findInstruction): add PC_ASMDIR in while condition,
1278         * (buildCallTree): prefix main with port->fun_prefix,
1279         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1280         identifier for variable with banked access in instructions BTFSS,
1281         BTFSC, BCF, BSF, BTG
1282         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1283         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1284         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1285         perform optimization when enviroment variable NO_REG_OPT is set,
1286         * (insideLRBlock): NEW, return 1 if register is inside an
1287         INF_LOCALREGS block,
1288         * (RemoveRegFromLRBlock): remove a register that is completely
1289         eliminated by register optimization, but it is still left in local
1290         register store/restore in/from stack block,
1291         * (Remove2pcodes): after removing register, check to see if it
1292         should be removed from local register store/restore in/from stack
1293         block,
1294         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1295         DUMMY_READ_VOLATILE,
1296
1297         * device/include/pic16/adc.h: minor prototype modifications and
1298         update,
1299         * device/include/pic16/malloc.h: added GPL notice various
1300         modifications,
1301         * device/include/pic16/stdint.h: NEW, standard header for ints
1302         * device/include/pic16/delay.h: NEW, header for delay functions,
1303         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1304         delay1mtcy,
1305         * device/include/pic16/signal.h: NEW, header providing helper macros
1306         for implementing signal handlers,
1307         * device/include/pic16/stdio.h: added prototypes for functions,
1308         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1309         prototypes for stdin and stdout, added macro PUTCHAR to
1310         automatically implement putchar function prototype,
1311         * device/include/pic16/usart.h: modified and updated USART library,
1312         * device/lib/pic16/libio/adc/,
1313         * device/lib/pic16/libio/i2c: some modifications to improve library
1314         performance,
1315         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1316         family of functions,
1317         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1318         family of functions and other sources,
1319         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1320         of the PIC18Fxx[28] devices,
1321         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1322         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1323         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1324         _do_cinit function, because the previous failed when local variables
1325         where not placed in the same memory bank,
1326         * device/lib/pic16/libsdcc/char/: various modifications to improve
1327         library performance,
1328         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1329         information on the new functions of the c library and more...
1330
1331 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1332
1333         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1334
1335 2005-03-26 Raphael Neider <rneider AT web.de>
1336
1337         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1338           if condition == CARRY)
1339         * (genCmp): adapted to new genSkipc semantics
1340         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1341           on rIfx (genCmp was broken)
1342
1343 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1344
1345         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1346         * src/z80/main.c (_keywords[]),
1347         * src/SDCCglobal.h (struct options),
1348         * src/SDCC.y,
1349         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1350         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1351         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1352         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1353         always available in leading double underscore form. The C99 support is
1354         mostly missing, but it's a start.
1355         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1356         reserved identifier "__data".
1357
1358 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1359
1360         * src/mcs51/peeph.def: fixed bug 1170013
1361
1362 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1363
1364         * device/include/mcs51reg.h: fixed bug 842007
1365
1366 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1367
1368         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1369         last time.
1370
1371 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1372
1373         * src/port.h (struct PORT),
1374         * src/avr/ralloc.c (avr_assignRegisters),
1375         * src/avr/main.c,
1376         * src/ds390/ralloc.c (ds390_assignRegisters),
1377         * src/ds390/main.c,
1378         * src/hc08/ralloc.c (hc08_assignRegisters),
1379         * src/hc08/main.c,
1380         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1381         * src/mcs51/main.c,
1382         * src/pic/ralloc.c (pic14_assignRegisters),
1383         * src/pic/main.c,
1384         * src/pic16/ralloc.c (pic16_assignRegisters),
1385         * src/pic16/main.c,
1386         * src/xa51/ralloc.c (xa51_assignRegisters),
1387         * src/xa51/main.c,
1388         * src/z80/ralloc.c (z80_assignRegisters),
1389         * src/z80/ralloc.h,
1390         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1391         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1392         * src/SDCCcse.h,
1393         * src/SDCCdflow.c (computeDataFlow),
1394         * src/SDCCdflow.h,
1395         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1396         * src/SDCCloop.h,
1397         * src/SDCCcflow.c (*),
1398         * src/SDCCcflow.h,
1399         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1400         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1401         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1402         immedDom() returning wrong block; probably fixes bug #1160833)
1403
1404 2005-03-20 Borut Razem <borut.razem AT siol.net>
1405
1406         * support/scripts/inc2h.pl: WIN32 port
1407
1408 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1409
1410         * device/lib/makefile.in: added abs.c and labs.c
1411
1412 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1413
1414         * device/include/stdint.h: added
1415         * device/lib/abs.c: added
1416         * device/lib/labs.c: added
1417         * device/include/stdlib.h: added abs() and labs() prototypes
1418         * device/lib/libsdcc.lib: added abs and labs
1419         * device/include/float.h,
1420         * device/lib/_fsmul.c,
1421         * device/lib/printf_fast.c,
1422         * device/lib/printf_tiny.c: updated comments
1423
1424 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1425
1426         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1427         bug #1164313
1428
1429 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1430
1431         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1432         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1433
1434 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1435
1436         * device/lib/printf_large.c: removed inline assembly for portability and
1437           readability. Use printf_fast if speed or size are more important.
1438         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1439         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1440
1441 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1442
1443         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1444         prevent compiler warning
1445
1446 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1447
1448         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1449         moved to level 0 and declared as static. Also they are explicit
1450         placed in access bank. This was necessery because some times they
1451         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1452         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1453         optimizations. Currently only compare to unsigned char is implemented,
1454         * src/pic16/gen.c: added fReturnIdx array,
1455         * (struct resolvedIfx) is moved to gen.h and made public,
1456         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1457         * (aopForSym): added an optimization to directly store in stack of
1458         the operand of a SEND iCode,
1459         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1460         but as registers instead (AOP_REG) using the fReturnIdx array,
1461         * (pic16_freeAsmop): remove the freed register from the
1462         _G.sregsAlloc field,
1463         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1464         a compare of 'WREG',
1465         * (pic16_popGetTempRegCond): changed function prototype, now
1466         function takes also a bitVector argument v which holds the current
1467         set of registers that are allocated for stack access by aopForSym,
1468         registers allocated in aopForSym for accessing stack symbols are not
1469         any more part of the functions usedRegs field,
1470         * (genCall): some times aopOp is called for a stack variable to be
1471         send, aopForSym might perform the push, if this is true make sure
1472         that genCall doesn't push the variable twice by testing _G.resDirect,
1473         * (genFunction): changed testing for unspecified interrupt number
1474         from 256 to INTNO_UNSPEC,
1475         * modified selection scheme of frame pointer generation. Previously
1476         if function did use local registers a frame pointer was generated,
1477         now a frame pointer is generated only if function has arguments
1478         (that need PLUSW2 register access), or has stack arguments, or the
1479         compiler is not instructed to omit the frame pointer,
1480         * (genEndFunction): before restoring local registers that were saved
1481         in the function preamble, also restore the registers that *might*
1482         have been allocated for stack access,
1483         * (genRet): removed some old comments,
1484         * (genCmp, the active (RN's) version): added a call to the
1485         pic16_genCmp_special function to perform the compare with a more
1486         robust and optimized way,
1487         * (genInline): a feature has been added in inline code generation,
1488         which allows a wildcard variable substitution when writing inline
1489         assembly. Code is incomplete and experimental therefore undocumented,
1490         * (genCast): changed order of aopOp for result and right to allow
1491         aopForSym to directly load the result if possible,
1492         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1493         perform an optimized compare on some selected special occasions,
1494         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1495         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1496         generate an IVT any more,
1497         * src/pic16/main.c (pic16_optionsTable): added command line option
1498         --optimize-cmp,
1499         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1500         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1501         macros,
1502         * src/pic16/NOTES: Raphael Neider added in list of active developers
1503         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1504         jumptable_end to prevent bug #,
1505         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1506         inCond and outCond fields,
1507         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1508         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1509         turn off register spilling,
1510         * (packRegsForOneUse): synced with other ports' versions although it
1511         is not used currently,
1512         * (pic16_packRegisters): added an optimization while reading
1513         structure bitfields, some registers may be saved (malloc code is
1514         decreased by 80 bytes)
1515
1516 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1517
1518         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1519         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1520         this can be optimized more?
1521
1522 2005-03-10 Raphael Neider <rneider AT web.de>
1523
1524         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1525           genNearPointerGet): (hopefully) fixed access to bitfields via
1526           pointers (p->bitN = x; and x = p->bitN; failed)
1527
1528 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1529
1530         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1531
1532 2005-03-09 Raphael Neider <rneider AT web.de>
1533
1534         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1535
1536 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1537
1538         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1539         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1540           (regTypeNum): set REG_BIT type if necessary
1541         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1542         * support/regression/tests/critical.c: check bug 1144613
1543
1544 2005-03-02 Raphael Neider <rneider AT web.de>
1545
1546         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1547
1548 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1549
1550         * src/avr/ralloc.c (serialRegAssign),
1551         * src/ds390/ralloc.c (serialRegAssign),
1552         * src/hc08/ralloc.c (serialRegAssign),
1553         * src/mcs51/ralloc.c (serialRegAssign),
1554         * src/pic/ralloc.c (serialRegAssign),
1555         * src/pic16/ralloc.c (serialRegAssign),
1556         * src/xa51/ralloc.c (serialRegAssign),
1557         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1558
1559 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1560
1561         * src/SDCCast.c (decorateType): fixed bug 1124787
1562
1563 2005-02-20 Hubert Sack <sack AT digiplan.de>
1564         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1565
1566         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1567         patch #1121755
1568
1569 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1570
1571         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1572         to keep the correct label reference count when adding/removing references
1573         to labels. A peephole file using this is appended to patch #1144962.
1574
1575 2005-02-14 Raphael Neider <rneider AT web.de>
1576
1577         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1578         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1579         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1580           retrievals of result operand's value on assignment
1581
1582 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1583
1584         * device/include/pic16/string.h: modified prototype for memccpy()
1585         to memccpy(void *, void *, char, size_t)
1586         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1587         check whether to omit frame pointer or not,
1588         * (genInline): convert all occurences of "\n" to LF in inline
1589         assembler blocks, this helps formatting the inline text,
1590         * (pic16_loadFSR0): modified prototype,
1591         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1592         removed some 8051 legacy code,
1593         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1594         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1595         before allocating temporary registers in functions,
1596
1597 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1598
1599         * support/regression/tests/bitvars.c: corrected the "fix"
1600
1601 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * support/regression/tests/bitvars.c,
1604         * support/regression/tests/bitwise.c,
1605         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1606
1607 2005-02-10 Raphael Neider <rneider AT web.de>
1608
1609         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1610           different size for Alpha
1611         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1612
1613 2005-02-09 Raphael Neider <rneider AT web.de>
1614
1615         * src/SDCC.lex(doPragma) : save and restore warning options as well
1616           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1617         * have #pragma less_pedantic set the errorlevel to WARNING
1618           (fixes #1117001)
1619         * (cloneOptimize) : fixed wrong malloc's size
1620         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1621           facilitate correct handling of #pragma (save|restore)
1622
1623 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1624
1625         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1626
1627 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1628
1629         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1630
1631 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1632
1633         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1634
1635 2005-02-02 Raphael Neider <rneider AT web.de>
1636
1637         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1638         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1639         * (pic16_storeForReturn): fixed to allow returning function pointers
1640         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1641         * device/include/pic16/{stddef.h,stdbool.h}: added
1642
1643 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1644
1645         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1646
1647 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1648
1649         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1650         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1651          appeared to be required
1652
1653 2005-01-31 Borut Razem <borut.razem AT siol.net>
1654
1655         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1656           include/mcs51 and include/z80 directories to the package
1657
1658 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1659
1660         * src/hc08/gen.c (genFunction): fixed bug #1112752
1661
1662 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1663
1664         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1665
1666 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1667
1668         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1669
1670 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1671
1672         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1673
1674 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1675
1676         * device/include/c8051fxxx.h: removed these 6 files
1677         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1678
1679 2005-01-26 Raphael Neider <rneider AT web.de>
1680
1681         * src/pic16/gen.c (genAssign): fixed assignment from longs
1682           in codespace (were cut to three bytes)
1683         * (genDummyRead): implemented (except for CODESPACE...),
1684           fixed bug #1108575
1685         * src/pic16/glue.c (emitStatistics): beautified
1686         * device/lib/pic16/libm/Makefile: added include path
1687
1688 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1689
1690         * src/z80/gen.c (aopPut): fixed bug #1103902
1691
1692 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1693
1694         * device/lib/expf.c: fixed bug #1095792
1695
1696 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1697
1698         * device/lib/pic16/libm: added Math library sources
1699
1700 2005-01-24 Raphael Neider <rneider AT web.de>
1701
1702         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1703           to enable upcast to pCodeOpReg2 (there is no type tag to
1704           differenciate the two and pic16_popGet2p cast into PCOR2)
1705         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1706           (sizeof(sectNames) changed to sizeof(sectName))
1707           Both patches fix segfaults under MinGW.
1708
1709 2005-01-23 Raphael Neider <rneider AT web.de>
1710
1711         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1712           Safe_[mc]?alloc()'ed variables
1713         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1714           of (byte sized) temporaries (assign them to WREG for now)
1715         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1716           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1717           this might fix SIGSEGVs on MinGW...
1718         * src/SDCCopt.c (killDeadCode): restored original behaviour
1719           (volatile operands might get thrown away though)
1720
1721 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1722
1723         * src/pic16/gen.c: fixed bug #1106975,
1724         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1725         pointer update, INTCON is saved, global interrupts are disabled and
1726         restored after updateing TOS.
1727         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1728         * added function attribute 'shadowregs' to take advantage of shadow
1729         registers,
1730         * added function attribute 'wparam' as an alternative to the wparam
1731         pragma,
1732         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1733         user declares a non-ISR function as 'shadowregs',
1734         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1735
1736 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1737
1738         * .version: bumped version number to 2.4.8
1739         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1740         pic16 port,
1741         * device/lib/pic16/libio/i2c/: I2C module support library,
1742         * device/include/pic16/i2c.h: I2C support library header,
1743         * device/lib/pic16/libc/stdio/: standard IO support sources,
1744         * (printf_small.c): printf_small() source, supports float print,
1745         * (printf_tiny.c): printf_tiny() source, does not support floats,
1746         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1747         enable global optimizations for entire library source, other
1748         Makefiles in the source tree are also modified to reflect this,
1749         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1750         function,
1751         * doc/sdccman.lyx: updated to reflect new changes,
1752         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1753         sym->onStack if-case,
1754         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1755         sbit, idata, _idata, xdata, _xdata,
1756         * added pragma library, to link an external library, (see doc),
1757         * removed command line options, --pomit-config-words, --pomit-ivt,
1758         --pleave-reset-vector,
1759         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1760         when calling assembler to reflect memory model used, also define
1761         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1762         reflect stack model used,
1763         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1764         on stack return NULL,
1765
1766 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1767
1768         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1769           of the operands is volatile. Fixes #1020220
1770
1771 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1772
1773         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1774         * (OptimizeRegUsage): make sure that there is really no other flow where
1775           the first pCode is used
1776
1777 2005-01-22 Raphael Neider <rneider AT web.de>
1778
1779         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1780           to fix #1106967 (pCode->seq are not set up correctly)
1781
1782 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1783
1784         * src/SDCCglue.c (glue): make sure code area is declared before the
1785         static initialization area.
1786
1787 2005-01-21 Raphael Neider <rneider AT web.de>
1788
1789         * device/lib/Makefile.in: fixed test for pic16 install dir
1790         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1791           optimizations
1792         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1793           added --optimize-goto compiler switch and pragma wparam documentation
1794         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1795         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1796           and PRODH closing bug #1071770 (peephole optimizer)
1797
1798 2005-01-19 Raphael Neider <rneider AT web.de>
1799
1800         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1801           cmdLine buffers (used when calling sdcpp...) are large enough
1802           (MAX_PATH=256 truncates arguments leading to system halts when
1803           used in MinGW...)
1804         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1805         * (genUminus): rewritten to for efficiency
1806         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1807           used uninitialized in some cases)
1808         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1809           copy the third byte from the int -- now assumes 0x80 (data memory)
1810         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1811           operands (genAddLit expects the iCode's operands to swapped as
1812           well), fixed leftover bytes (crashed for short left operands)
1813         * (pic16_genMinusDec): performance improvements, removed false
1814           PIC14 emitSKPNCs
1815         * (pic16_genMinus): fixed to cope with differently sized operands
1816         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1817           for --obanksel > 1
1818         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1819         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1820           new banksel optimization
1821         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1822           analysis for temporary registers (segfaults...)
1823         * src/pic16/peeph.def: added rule
1824
1825 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1826
1827         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1828         which converts a float number to its ASCII representation
1829         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1830         functions to convert the fractional and integer part of a float to ASCII,
1831         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1832         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1833         ram
1834         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1835         _STATMEM macros,
1836         * device/include/pic16/adc.h: added GPL info,
1837         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1838         a pCodeOp as tested operand,
1839         * (genNearPointerGet): optimized bit testing, does not use
1840         intermediate register for bit value, test directly instead with
1841         BTFSS, BTFSC, works only for single bits,
1842         * (genpic16Code): dump the name of the iCode in the asm,
1843         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1844         renamed to pic16_decodeOp,
1845         * (serialRegAssign): do not allocate a temporary register for iCode
1846         sequences that test a single bit for 1/0
1847
1848 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1849
1850         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1851         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1852         access stack and frame pointers. They are initially assigned to
1853         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1854         accessing SFRs. Updated all occurences of modification of stack or
1855         frame pointer in gen.c and pcode.c,
1856         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1857         assigning of a literal value to pointers,
1858         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1859         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1860         selected
1861
1862 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1863
1864         * doc/sdccman.lyx: update documentation about stack pragma, added
1865         some info for stack memory models
1866
1867 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1868
1869         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1870
1871 2005-01-08 Raphael Neider <rneider AT web.de>
1872
1873         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1874           udata sections to fix bug #1097823
1875
1876 2005-01-05 Raphael Neider <rneider AT web.de>
1877
1878         * src/pic16/gen.c (genGenericShift): added handling of differently
1879           sized left operand and result
1880
1881 2005-01-04 Raphael Neider <rneider AT web.de>
1882
1883         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1884         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1885           to hold the condition bit)
1886         * added new version of genCmp (old code available via #define)
1887         * added new version of genShiftLeft/genShiftRight in a generic
1888           way, now supports shifting by negative values
1889         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1890           shiftCount (expected by genGenericShift)
1891         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1892         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1893           dump
1894         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1895           is an invalid literal too...)
1896
1897 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1898
1899         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1900         from Raphael Neider,
1901         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1902         for 8-bit literals. This fixes some literal operands which are sign
1903         extended to 16-bits ints when instruction needs only 8-bits.
1904
1905 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1906
1907         * device/lib/logf.c: added mcs51 assembly version
1908         * device/lib/expf.c: added mcs51 assembly version
1909         * device/lib/_logexpf.c: new shared asm code for expf and logf
1910         * device/include/math.h: add defines for assembly math library
1911         * device/lib/Makefile.in: build new _logexpf.c
1912         * device/lib/libfloat.lib: use new _logexpf.c
1913
1914 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1915
1916         * src/pic/device.c
1917         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1918           device types which have less than 0x7f registers.
1919
1920 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1921
1922         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1923
1924 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1925
1926         * device/lib/printf_fast.c: only build on supported arch.
1927         * device/lib/printf_tiny.c: only build on supported arch.
1928         * device/lib/printf_fast_f.c: only build if asm float lib
1929         * device/lib/_fsget1arg.c: only build if asm float lib
1930         * device/lib/_fsget2args.c: only build if asm float lib
1931         * device/lib/_fsnormalize.c: only build if asm float lib
1932         * device/lib/_fsreturnval.c: only build if asm float lib
1933         * device/lib/_fsrshift.c: only build if asm float lib
1934         * device/lib/_fsswapargs.c: only build if asm float lib
1935         * device/include/stdio.h: don't provide print_fast,
1936           print_fast_f, print_tiny prototypes if --xstack used
1937
1938 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1939
1940         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1941         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1942           to the SOURCES
1943
1944 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1945
1946         * device/lib/printf_fast_f.c: same as printf_fast, but
1947           with floating point enabled
1948         * device/lib/printf_fast.c: minor tweaks
1949         * device/include/stdio.h: add printf_fast_f
1950
1951 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1952
1953         * src/SDCCmain.c: make --float-reent default for mcs51
1954         * device/lib/_fsadd.c: added mcs51 assembly version
1955         * device/lib/_fssub.c: added mcs51 assembly version
1956         * device/lib/_fsmul.c: added mcs51 assembly version
1957         * device/lib/_fsdiv.c: added mcs51 assembly version
1958         * device/lib/_fseq.c: added mcs51 assembly version
1959         * device/lib/_fsneq.c: added mcs51 assembly version
1960         * device/lib/_fsgt.c: added mcs51 assembly version
1961         * device/lib/_fslt.c: added mcs51 assembly version
1962         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1963         * device/lib/Makefile.in: add _fscmp to build
1964         * device/lib/libfloat.lib: add _fscmp to build
1965
1966 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1967
1968         * device/lib/_fs2slong.c: added mcs51 assembly version
1969         * device/lib/_fs2sint.c: added mcs51 assembly version
1970         * device/lib/_fs2schar.c: added mcs51 assembly version
1971         * device/lib/_fs2ulong.c: added mcs51 assembly version
1972         * device/lib/_fs2uint.c: added mcs51 assembly version
1973         * device/lib/_fs2uchar.c: added mcs51 assembly version
1974         * device/lib/_slong2fs.c: added mcs51 assembly version
1975         * device/lib/_sint2fs.c: added mcs51 assembly version
1976         * device/lib/_schar2fs.c: added mcs51 assembly version
1977         * device/lib/_ulong2fs.c: added mcs51 assembly version
1978         * device/lib/_uint2fs.c: added mcs51 assembly version
1979         * device/lib/_uchar2fs.c: added mcs51 assembly version
1980         * device/include/float.h: added #define to select asm vs c
1981
1982 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1983
1984         * device/lib/printf_fast.c: improvements to float output
1985         * device/include/float.h: add defines for assembly float library
1986         * device/lib/_fsget1arg.c: receive 1 float arg
1987         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1988         * device/lib/_fsnormalize.c: normalize a float
1989         * device/lib/_fsreturnval.c: return float, various helper routines
1990         * device/lib/_fsrshift.c: right shift a float's mantissa
1991         * device/lib/_fsswapargs.c: swap 2 floats
1992         * device/lib/Makefile.in: build these 6 new files for mcs51
1993         * device/lib/libfloat.lib: add these 6 files to the library
1994
1995 2004-12-26 Borut Razem <borut.razem AT siol.net>
1996
1997         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1998           built by gcc 3.4.2
1999
2000 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2001
2002         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2003           and fully reentrant and register bank neutral.
2004         * device/lib/printf_fast.c: added float (not enabled by default),
2005           added compact/slower integer (also not enabled by default),
2006           improved size/speed of fast integer code, other minor changes
2007         * device/include/stdio.h, device/lib/Makefile.in,
2008           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2009
2010 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2011
2012         * src/pic16/pcode.c: declaring variables other than at the start of a
2013           block is not supported in C by VC6.
2014
2015 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2016
2017         * applied a previous patch from Raphael Neider that wasn't included
2018         in the previous commits, which fixes infinite loops within jumptable
2019         improvements,
2020         * made some fixes that previous patches introduced
2021
2022 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2023
2024         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2025         that fixes an issue with AOP_PCODE asmop's offset,
2026         * (pic16_popCopyReg): update instance field too,
2027         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2028         function of pic port,
2029         * (genCmp, genAnd, genAssign),
2030         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2031
2032 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2033
2034         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2035         variables initial values to idata section,
2036         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2037         variables in some functions. This utilizes parmBytes field of iCode
2038         structure to hold the offset of the variable in stack. (might be
2039         able to use the stack field too?)
2040         * applied patch from Raphael Neider # ### , # ###
2041         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2042         variable initial values in idata section,
2043         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2044         for static variables with initial value
2045         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2046         applied fix in while loop from Raphael Neider.
2047
2048 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2049
2050         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2051         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2052         * src/ds390/ralloc.c (serialRegAssign): spill bits
2053         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2054         * support/Util/SDCCerr.c,
2055         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2056         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2057         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2058
2059 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2060
2061         * device/include/sdcc-lib.h: inserted LGPL, added includes
2062           asm/ds390/features.h and asm/mcs51/features.h
2063         * device/include/asm/default/features.h,
2064         * device/include/asm/gbz80/features.h,
2065         * device/include/asm/z80/features.h: added empty _AUTOMEM
2066           and _STATMEM
2067         * device/include/asm/ds390/features.h,
2068         * device/include/asm/mcs51/features.h: added files with defines for
2069           _AUTOMEM and _STATMEM indicating automatic and static storage class
2070         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2071         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2072         * src/SDCCicode.c (geniCodeCast),
2073         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2074         * src/SDCCloop.c (loopInduction): removed unused variable lr
2075         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2076           to convertToFcall to include char modulo (RFE 1065037), added check
2077           if left operand is unsigned and use abs of literal value
2078         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2079           as it doesn't work after conversion from peephole.def to peephole.rul
2080         * src/mcs51/gen.c (toBoolean): added check for size,
2081           (genModOneByte): optimized code for signed char modulo a literal
2082           power of 2 (thanks to Hubert Sack),
2083           (genRRC): removed unnecessary "clr c",
2084           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2085         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2086           jump optimization,
2087           swapped rules 256.c and 256.d,
2088           extended 256.d by using new multiple checks (thanks Erik),
2089           added rules 256.e and 256.f,
2090           updated rule 261.a and 261.b to new generated code
2091         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2092
2093 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2094
2095         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2096           induction related bugs, including first part of bug #1074377
2097
2098 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2099
2100         * applied patch from bug-report #1076292,
2101         * applied patches for genAnd and Goto-optimizations for Raphael
2102         Neider,
2103         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2104         dump a less iCode information,
2105         * src/pic16/device.h (pic16_options_t): added field debgen,
2106         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2107         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2108         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2109         puclic,
2110         * (various functions): added macros FENTRY and FENTRY2 to functions,
2111         to emit function prologue,
2112         * (various functions): fixed indentation,
2113         * (genNearPointerGet): fixed loading of FSR0,
2114         * (genPackBits): applied patch from Raphael Neider to fix updating
2115         of FSR0 and touching only the modified bits,
2116         * src/pic16/genarith.c (various functions): added macros FENTRY to
2117         emit function prologue in comments,
2118         * src/pic16/pcode.h: added functions debugf2, debugf3,
2119         * src/pic16/ralloc.c: partial fix for packForPush caused
2120         segmentation fault,
2121
2122 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2123
2124         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2125           <stsp AT users.sourceforge.net> with reversed byte order
2126         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2127
2128 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2129
2130         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2131           bug #1074377
2132         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2133         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2134
2135 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2136
2137         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2138
2139 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2140
2141         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2142           conditions,
2143           (setFromConditionArgs): friendly operand parser for peephole rules,
2144           (operandBaseName, operandsNotRelated): new peephole condition
2145           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2146           architecture specific register naming into account, handles n-way
2147           comparisons, and supports quoted literals
2148         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2149
2150 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2151
2152         * src/mcs51/peeph.def: fixed bug #1076940
2153
2154 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2155
2156         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2157
2158 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2159
2160         Adding support for replacing ljmps with sjmps in jumptables
2161         generated for switch statements. For now you need to set the
2162         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2163         Now 4 algorithms for mcs51 jumptable generation are used:
2164         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2165         addresses loaded pc-relative for up to 112 cases and stack-pushing
2166         target addresses loaded with offset from dptr for up to 256 cases.
2167
2168         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2169         * src/mcs51/main.c: adapted constants for switch table generation
2170         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2171
2172 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2173
2174         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2175         * support/regression/tests/bug1057979.c: added test for bug 1073386
2176
2177 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2178
2179         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2180         compilers
2181
2182 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2183
2184         * src/pic16/device.h,
2185         * src/pic16/genarith.c,
2186         * src/pic16/glue.c,
2187         * src/pic16/main.c,
2188         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2189
2190 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2191
2192         Large cummulative patch for pic16 port.
2193         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2194         to call when a stack overflow occurs,
2195         * (malloc.h): added CVS Id tag,
2196         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2197         variable,
2198         * added libc directory. The current version of LibC contains string
2199         functions, ctype functions and macros and some functions of the
2200         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2201         be extensively tested in the future. Standard disclaimer here.
2202         Library is not automatically build yet. But one can build it by
2203         invoking 'make' inside the libc directory.
2204         * added ADC library under libio. Preliminary version yet.
2205
2206         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2207         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2208         aopForRemat() now and not by pic16_aopOp(),
2209         * (pic16_popGetTempReg): removed warning messgae when allocating
2210         temporary registers, its a buggy feature and will be removed,
2211         * (pic16_popGet): set register instance field in AOP_CRY,
2212         * (pic16_outBitC): fixed for results in size greater than 1,
2213         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2214         * (pic16_storeForReturn): optimized return of 0,
2215         * (genCmp): experimental code for new genCmp which uses PIC18's
2216         special compare&skip instructions. Initial tests fail some times
2217         with variables grater than 1 byte in size, so new code is disabled,
2218         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2219         a single bit,
2220         * (genCast): began a fix to optimize the casting of a bit to another
2221         bit, now assigning a bitfield to another bitfield will fail, sorry,
2222         * src/pic16/main.c: disabled the use of lr-support feature,
2223         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2224         * added some function prototypes, added function _debugf prototype,
2225         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2226         bits with offset (case PO_GPR_BIT),
2227         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2228         command line,
2229         * (isBankInstruction): modified to return 0 for no banking instruction,
2230         and 1 for banking instruction,
2231         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2232         caused stop processing pCodes after a inline assembly block,
2233         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2234         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2235         registers when it shouldn't,
2236         * src/pic16/ralloc.c (allocReg): add preliminary support for
2237         supporting a limited set of temporary registers,
2238
2239 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2240
2241         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2242           genDataPointerSet): ensure assignments always copy in MSB to LSB
2243           order,
2244           (loadRegFromAop): recognize CLRH optimization,
2245           (genFunction): optimize RECEIVE iCodes in reentrant functions
2246
2247 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2248
2249         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2250           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2251           selected.
2252         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2253         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2254           contiguous with data
2255
2256 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2257
2258         * device/lib/_gptrget.c (_gptrget),
2259         * device/lib/_gptrgetc.c (_gptrgetc),
2260         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2261           instead of sjmp to ret
2262         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2263           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2264
2265 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2266
2267         * .version: bumped version to 2.4.7
2268         * device/lib/_gptrget.c (_gptrget): is now _naked
2269         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2270         * device/lib/_gptrput.c (_gptrput): is now _naked
2271         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2272           (createFunction): fixed xstack
2273         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2274         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2275           or bit either,
2276           (geniCodeCritical): store original interrupt state in an iTemp bit
2277           var unless stack-auto
2278         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2279         * src/SDCCmain.c (setIncludePath): added include/target to search path
2280         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2281         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2282           prototype,
2283           (processFuncArgs): put bit vars in bit area
2284         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2285           unsaveRBank): fixed xstack,
2286           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2287           (genFunction, genEndFunction): fixed xstack,
2288           (genAssign): optimization don't walk backwards through mem
2289         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2290         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2291         * support/regression/Makefile: also make library (for stack-auto) when
2292           making "all" and added "test-mcs51-xstack-auto"
2293         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2294         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2295         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2296         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2297         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2298           make-library by MAKE_LIBRARY
2299         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2300           regression tests for xstack
2301         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2302         * support/regression/tests/critical.c: test for critical on mcs51
2303
2304 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2305
2306         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2307           built version of sdcc instead of installed version
2308
2309 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2310
2311         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2312         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2313           vprintf.c now
2314         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2315         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2316           WARNING: remove device/lib/build/z80/printf.o by hand when
2317           updating from previous build!
2318         * device/lib/z80/printf.c: updated comment
2319         * support/regression/tests/bug1057979.c: test all ports now
2320         * support/regression/tests/bug1065458.c: file added
2321
2322 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2323
2324         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2325           *_start and *_end symbols for static functions
2326
2327 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2330           and search crt0.o in all library paths,
2331           (setIncludePath): proper handling of --nostdinc,
2332           (setLibPath): proper handling of --nostdlib
2333         * support/regression/Makefile,
2334         * support/regression/ports/ds390/spec.mk,
2335         * support/regression/ports/gbz80/spec.mk,
2336         * support/regression/ports/hc08/spec.mk,
2337         * support/regression/ports/mcs51/spec.mk,
2338         * support/regression/ports/mcs51-large/spec.mk,
2339         * support/regression/ports/mcs51-stack-auto/spec.mk,
2340         * support/regression/ports/z80/spec.mk: use include and lib files from
2341           built version of sdcc instead of installed version
2342         * doc/sdccman.lyx: fixed typo in --nostdinc
2343
2344 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2345
2346         * src/pic/pcode.c,
2347         * src/pic/device.c,
2348         * src/pic/ralloc.c,
2349         * src/pic/gen.c : added support to generate code for struct bit fields.
2350
2351 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2352
2353         * as/xa51/xa_version.h,
2354         * device/include/errno.h,
2355         * device/include/regc515c.h,
2356         * device/lib/_itoa.c,
2357         * device/lib/_ltoa.c,
2358         * device/lib/ser_ir_cts_rts.c,
2359         * sim/ucsim/xa.src/glob.cc,
2360         * sim/ucsim/xa.src/inst_gen.cc,
2361         * sim/ucsim/xa.src/xa_bit.cc,
2362         * sim/ucsim/xa.src/xa_sfr.cc,
2363         * sim/ucsim/z80.src/inst_dd.cc,
2364         * sim/ucsim/z80.src/inst_fdcb.cc,
2365         * support/scripts/keil2sdcc.pl,
2366         * src/pic16/pic16.dsp,
2367         * src/pic16/pic16a.dsp: corrected cvs line endings
2368         * device/lib/printf_large.c: fixed bug 1057979
2369         * src/pic16/gen.c: fixed non-C standard code
2370         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2371         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2372         * support/regression/ports/mcs51/support.c: reload T1 asap
2373         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2374           pdata use and clear idata startup behaviour
2375         * support/regression/tests/bug1057979.c: added
2376
2377 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2378
2379         * device/examples/ds390/ow390/ad26.h,
2380         * device/examples/ds390/ow390/cnt1d.h,
2381         * device/examples/ds390/ow390/crcutil.c,
2382         * device/examples/ds390/ow390/ownet.h,
2383         * device/examples/ds390/ow390/owsesu.c,
2384         * device/examples/ds390/ow390/swt12.h,
2385         * device/examples/ds390/ow390/swtoper.c,
2386         * device/examples/ds390/ow390/temp10.h,
2387         * device/examples/ds390/ow390/thermodl.c,
2388         * device/examples/ds390/tinitalk/tinitalk.dsp,
2389         * device/examples/ds390/tinitalk/tinitalk.dsw,
2390         * device/examples/mcs51/clock/hw.h,
2391         * device/examples/mcs51/simple2/go.bat,
2392         * device/examples/serialcomm/windows/serial.h,
2393         * device/examples/xa51/dummy.c,
2394         * device/examples/xa51/hello.c,
2395         * device/include/80c51xa.h,
2396         * device/include/at89x051.h: corrected cvs line endings
2397
2398 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2399
2400         * src/pic16/main.c (options): added command line --gstack, to trace
2401         stack over/under flows,
2402         * added pragma 'wparam' to allow passing first byte of function
2403         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2404         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2405         call to __gstack_test function and sets up the symbol as extern,
2406         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2407         * popaop): added call to pic16_testStackOverflow,
2408         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2409         wparamList list,
2410         * (genCall, genPcall): now all parameters are passed via stack
2411         except in functions that are pass to wparam pragma in which WREG is
2412         used too,
2413         * (genPcall): REENTRANT flag is checked to see if variable prototype
2414         contains reentrant keyword, don't call a non-reentrant function, via
2415         a reentrant function pointer or vice versa, functions are never
2416         passed via WREG,
2417         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2418         D.Winkler,
2419         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2420         SIGSEGV when accessing a NULL register stucture,
2421         * (pic16_printGPointerType): modified to handle UPPER modifier for
2422         function initializers, changed prototype of function to simpler one,
2423         * (pic16_printIvalFuncPtr): check to see if function is already
2424         added in externs list,
2425         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2426         optimized a move from W to SFR with a move to the same register
2427         later after a CALL,
2428         * device/lib/pic16/debug: NEW directory, contains debug features
2429         which are enabled when linking with libdebug.lib, currently command
2430         line option --gstack enables stack pointer tracing for over/under
2431         flow, corresponding sources are in debug/gstack
2432
2433 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2434
2435         * doc/sdccman.lyx: updated SDCC version,
2436         * (PIC16 port): update list of command line options,
2437         * src/pic16/device.h (structure pic16_options_t): added field gstack
2438         to enable stack overflow tracing on push/pops,
2439         * src/pic16/device.c (statistics structure): added statistics
2440         structure,
2441         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2442         pic16_dump_int_registers): increase statistics counters for each
2443         * variable which is encountered
2444         * (pic16_dump_usection): emit each .udata variable to its own udata
2445         section,
2446         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2447         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2448         parameters via stack, otherwise use old scheme,
2449         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2450         assembler output file,
2451         * src/pic16/main.c: added command line options --gstack to enable
2452         push/pop tracing for stack overflow,
2453         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2454         instructions): added size of each instruction,
2455         * (pic16_countInstruction): estimate size of instructions in
2456         the_pFile list, inline assembly blocks are not counted,
2457         * (pic16_FixRegisterBanking): trace previous register usage, when
2458         banksel optimizations is greater than 0, don't emit a redudant
2459         banksel directive,
2460
2461 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2462
2463         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2464         * src/pic16/ralloc.c : applied same fix for pic16.
2465         * src/pic/gen.c : tidied it up a little.
2466
2467 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2468
2469         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2470         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2471
2472 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2473
2474         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2475
2476 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2477
2478         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2479         non-reentrant function __modsint in the interrupt function (thus
2480         corrupting math operations during serial I/O)
2481         * device/lib/ser_ir.c: as above, changed buffersize
2482         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2483         256.c,d for zeroing
2484         * doc/Makefile: added option -t for rsync
2485
2486 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2487
2488         * src/SDCCast.h (struct ast),
2489         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2490
2491 2004-10-20 Borut Razem <borut.razem AT siol.net>
2492
2493         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2494         package
2495
2496 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2497
2498         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2499         makefile targets,
2500         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2501         support functions to replace long sequences of MOVFF's from access
2502         bank registers to stack and vice versa,
2503         * src/pic16/device.h: added new field opt_flags, where optimization
2504         flags can be set to enable certain features,
2505         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2506         * pBlock, (genFunction, genEndFunction): surroung loop for
2507         saving/loading used registers in stack with PC_INFO pCodes,
2508         INF_LREGS. Code in between can then be optimized by pCode optimizer
2509         to support function calls,
2510         * (genDataPointerSet): fixed bug which loaded float fields in
2511         structures with corrupt data,
2512         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2513         in a standard way debug info on stderr. Feature used for developing
2514         and debugging only,
2515         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2516         obsolete chunks of code,
2517         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2518         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2519         * pic16/src/pcode.c (pic16_newpCodeInfo,
2520         * (pic16_newpCodeOpLocalRegs),
2521         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2522         feature,
2523         * (pic16_pCodeConstString): printing of the initial value of a
2524         symbol as a comment is inhibited since parsing was already done by
2525         copyStr and output is corrupt,
2526         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2527
2528 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2529
2530         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2531
2532 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2533
2534         * as/mcs51/lkarea.c: removed old K&R style,
2535           (lnksect): changed check on boundary error,
2536           (lnksect2): changed check on boundary error,
2537           (lnksect2): extend XSTK to end of page if size = 1
2538         * as/mcs51/lkmain.c: removed old K&R style,
2539           (Areas51): create l_IRAM symbol
2540         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2541         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2542           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2543         * device/lib/_mullong.c: added version to be compiled with xstack
2544         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2545         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2546         * device/lib/mcs51/crtxstack.asm: fixed comment
2547         * src/SDCCglue.c: maxInterrupts defaults to 0,
2548           (emitMaps): added pdata,
2549           (createInterruptVect): (re)moved default,
2550           (glue): added pdata,
2551           (glue): moved __start__xstack to XSTK with default size 1
2552         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2553           and options.float_rent when options.stackAuto is set,
2554           (linkEdit): only write XDATA_NAME if provided on command line
2555         * src/SDCCmem.h,
2556         * src/SDCCmem.c: added pdata
2557         * src/port.h: added pdata_name to PORT
2558         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2559           (saveRegisters, unsaveRegisters): removed usage of B,
2560           (genMinus): fixed accumulator clash,
2561           (genJumpTab): added comment, this needs another look
2562         * src/mcs51/gen.c: added check for "B in use" paranoia,
2563           added pushB() and popB()
2564         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2565           chance
2566         * src/avr/main.c,
2567         * src/ds390/main.c,
2568         * src/hc08/main.c,
2569         * src/mcs51/main.c,
2570         * src/pic/main.c,
2571         * src/pic16/main.c,
2572         * src/xa51/main.c,
2573         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2574           added PSEG (PAG,XDATA) or NULL to port specifier
2575         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2576         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2577           (_mcs51_genInitStartup): removed __start__xstack equ,
2578           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2579         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2580         * src/z80/gen.c (_rleAppend): fixed warnings
2581         * support/regression/tests/zeropad.c: added pdata test
2582         * .version: bumped to 2.4.6
2583
2584 2004-10-17 Borut Razem <borut.razem AT siol.net>
2585
2586         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2587         as a part of nightly build
2588
2589 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2590
2591         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2592         WREG holds the first byte function parameters,
2593         * (aopForSym): take special case for symbols which are in FARSPACE
2594         but in CODESPACE too,
2595         * (assignResultValue): modified to take into account _G.useWreg,
2596         * (genCall): don't use wreg for parameter passing when function is
2597         declared as reentrant, too, added optimization INCF to stack
2598         pointer when stack parameter count is 1,
2599         * (genFunction, genEndFunction): refurnished and fixed to not using
2600         wreg for passing parameters when function has varargs or is
2601         reentrant, fixed bug with symbol name compare for generating
2602         functions in absolute address,
2603         * (pic16_storeForReturn): refurnished,
2604         * (genCmp): began writing a new version of the function, not ready
2605         yet, therefore it is disabled,
2606         * (genAssign): do not read code memory when assigning a function to
2607         a pointer function,
2608         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2609         array of characters, not pointer,
2610         * (pic16initialComments): in debug mode emit an .ident directive for
2611         the assembler,
2612         * (_process_pragma): emit a new warning type (internal to pic16)
2613         when setting stack to default length, emit a similar warning when
2614         placing a function at absolute address and address is not word aligned
2615         * (_pic16_parseOptions): added 'return TRUE' statement,
2616         * (_pic16_linkEdit): if compiling a source, then add the source's
2617         file object, first in the list of objects to link,
2618
2619 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2620
2621         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2622         * src/pic/main.c : removed VC warning.
2623         * src/pic/gen.c : changed comment.
2624
2625 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2626
2627         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2628         reference to a deprecated symbol _GPTRREG was causing failure to
2629         link. Thanks G. M. Gallant for the info.
2630
2631 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2632
2633         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2634         comments for Bugs item #954788.
2635
2636 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2637
2638         * src/pic16/device.c (pic16_dump_gsection,
2639         * pic16_groupRegistersInSection): handle symbols declared to be in
2640         access bank differently,
2641         * src/pic16/gen.c (struct _G): added field resDirect,
2642         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2643         send values read from stack directly to result and don't allocate
2644         temporary values,
2645         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2646         same registers,
2647         * (pic16_sameRegsOfs): NEW,
2648         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2649         free because they were not allocated from temporary pool,
2650         * pic16_popRegFromString): workaround to fix a problem with
2651         allocating variables twice or never,
2652         * (genGenPointerGet): using PRODL instead of FSR0H,
2653         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2654         instead of FSR0H,
2655         * (genAssign): take advantage of the _G.resDirect flag,
2656         * (genCast): around line 11844, use mov2f instead of directly
2657         MOVFF'ing between operands to account for literal values,
2658         * src/pic16/genutils.c: some new debug functions for gpsim have been
2659         added,
2660         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2661         float with integer part only,
2662         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2663         place variables in access bank
2664         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2665         updated sources to reflect recent changes in gen.c
2666
2667 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2668
2669         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2670         sources that searched for headers in installation path, now the
2671         device/include/pic16 is used,
2672         * src/pic16/glue.c (pic16glue),
2673         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2674         .line directives if not in debug mode, this suppresses assembler's
2675         warnings for ignored directives
2676
2677 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2678
2679         * src/port.h: made reset_regparms prototype void parameter explicit.
2680         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2681         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2682         * doc/sdccman.lyx: documented warning disabling and how to use
2683           printf_large to make it print floats.
2684         * device/include/stdbool.h: NEW
2685         * device/lib/_atof.c,
2686         * device/lib/_divuint.c,
2687         * device/lib/_divulong.c,
2688         * device/lib/expf.c,
2689         * device/lib/printf_large.c,
2690         * device/lib/sincosf.c,
2691         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2692         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2693           a completely reentrant lib.
2694
2695 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2696
2697         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2698         * device/include/pic16/stdio.h: fixed bug with colon
2699
2700 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2701
2702         * device/include/pic16/stdio.h,
2703         * device/include/pic16/stdlib.h,
2704         * device/include/pic16/math.h: NEW
2705         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2706         declared as _naked to reduce overhead
2707         * device/lib/Makefile.in (target port-specific-objects-pic16):
2708         changed * to *.* so to ignore the CVS directory,
2709         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2710         stacked variables back in stack,
2711         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2712         corruption
2713
2714 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2715
2716         * .version: bumped version number to 2.4.5
2717         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2718         * support/Util/SDCCerr.c (messages structure): added entry for
2719         W_POSSBUG2
2720
2721         Large cumulative patch for pic16 port and libraries.
2722         * device/include/pic16/sdcc-lib.h,
2723         * device/include/pic16/stdarg.h,
2724         * device/include/asm/pic16/features.h,
2725         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2726         * device/include/pic16/float.h: changes reentrant keyword with
2727         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2728         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2729         updated target build-libraries to include objects from gptr,
2730         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2731         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2732         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2733         all function headings,
2734         * src/SDCCmain.c: added global parameter userIncDirsSet,
2735         * (parseCmdLine): when option -I is encountered add directory to
2736         userIncDirsSet too,
2737         * src/version.awk: added space between control and long,
2738         * src/pic16/NOTES: added some notes for the port,
2739         * src/pic16/gen.c: added prototype for mov2fp function,
2740         * (fReturnpic16[]): properly named return value registers,
2741         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2742         * (aopForSym): added code to handle symbols with onStack flag set,
2743         symbols onStack are allocated PTRSIZE bytes,
2744         * (aopFreeAsmop): handles special case where asmops are stack objects,
2745         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2746         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2747         added argument lock to trace flaws in allocating temporary registers
2748         when developing port,
2749         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2750         * (pic16_popRegFromString): reenabled allocating a direct register
2751         from string,
2752         * (assignResultValue): various beautifications,
2753         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2754         referenced function argument,
2755         * (genIpush): reenabled to allow stacked arguments, handles only
2756         ic->parmPush iCodes,
2757         * (genCall, genPcall): major changes to allow for variable argument
2758         functions, fixed a bug with falsely restoring stack pointer after
2759         returning from call,
2760         * (genFunction): pending code for critical function,
2761         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2762         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2763         * (genNearPointerGet): fixed bug with indirect reading, was always
2764         reading from INDF0
2765         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2766         pointers,
2767         * (genAddrOf): rewrote code to take address of a stacked function parameter
2768         * (genCast): fixed casting to generic pointer type,
2769         * src/pic16/gen.h: added AOP_STA,
2770         * (struct asmop): added field stk,
2771         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2772         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2773         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2774         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2775         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2776         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2777         generic pointers,
2778         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2779         and library paths,
2780         * (pic16_port structure): generic pointer size is set to 3,
2781         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2782         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2783         compiler warning,
2784         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2785         operand is an iTemp,
2786
2787 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2788
2789         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2790         * debugger/mcs51/simi.c: addapt new syntax of s51
2791
2792 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2793
2794         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2795         * src/pic16/pcode.c: commented out some calls to free() in order to
2796         fix bug #989576,
2797
2798 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2799
2800         * src/SDCCicode.h,
2801         * src/SDCCicode.c (isiCodeInFunctionCall),
2802         * src/avr/ralloc.c (selectSpil),
2803         * src/pic/ralloc.c (selectSpil),
2804         * src/pic16/ralloc.c (selectSpil),
2805         * src/ds390/ralloc.c (selectSpil),
2806         * src/hc08/ralloc.c (selectSpil),
2807         * src/xa51/ralloc.c (selectSpil),
2808         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2809         stack in the middle of a function call sequence (fixes bug #1020268)
2810         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2811         costs associated with the minimum switch case.
2812
2813 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2814
2815         * src/SDCC.lex: fixed bug #1030549
2816
2817 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2818
2819         * src/SDCCcse.h (struct cseDef),
2820         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2821         over a function call if the CSE is derived from a symbol whose
2822         address has been taken (fixes bug #1029883)
2823         * support/regression/tests/bug-1029883: a new regression test for
2824         this bug
2825
2826 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2827
2828         * src/hc08/gen.c (emitinline): fixed bug #1029778
2829         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2830         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2831         and starts toward RFE #905167)
2832
2833 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2834
2835         * src/pic16/gen.c (mov2f): New function to move an operand to
2836         another without considering if it is a literal or a register,
2837         * (pic16_sameRegs): don't check if they are both AOP_REG,
2838         * (AccRsh): removed andmask=0 lines,
2839         * (genLeftShift): duplicated to be improved in future versions,
2840         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2841         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2842         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2843         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2844         * (insertBankSwitch): fixed inserting banksel directives algorithm
2845         for instructions that follow a skip instruction, this fixes a report
2846         for broken subtraction code generation,
2847         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2848         iCode is a left op, just in case result and right share the same
2849         registers
2850
2851 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2852
2853         * src/hc08/main.c,
2854         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2855         preservation of HX
2856         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2857         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2858         on 2004-09-12; it was buggy
2859
2860 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2861
2862         * src/SDCCsymt.h: removed RESULT_CHECK
2863         * src/SDCCast.c,
2864         * src/SDCCglue.c,
2865         * src/SDCCval.c,
2866         * src/pic/glue.c,
2867         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2868
2869 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2870
2871         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2872         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2873         configuration values no more rejected by compiler, they are assigned
2874         to configuration registers with a warning message instead,
2875         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2876         the for-loop so last conf register is emitted too,
2877         * (_pic16_initPaths): link library libsdcc.lib by default,
2878         * (_hasNativeMulFor): modified test for multiplication according to
2879         Raphael Neider's remarks. Integer multiplication is also done with
2880         support functions,
2881         * device/include/pic16/pic18fregs.h: corrected type error in while
2882         testing and including 18f6720 header file
2883
2884 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2885
2886         * src/pic16/device.h (pic16_options): removed field use_crt,
2887         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2888         until an optimization to handle single bits is added,
2889         * (pic16_loadFSR0): moved before genUnpackBits,
2890         * (genAnd): some white lines removed,
2891         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2892         leave_reset flags in pic16_options when using crt modules,
2893
2894 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2895
2896         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2897           for bugs 898889 & 979599. Also used some safer print instructions.
2898
2899 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2900
2901         * src/pic16/device.h (pic16_options_t): added field use_crt,
2902         crt_name, no_crt,
2903         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2904         catch a probable future bug,
2905         * src/pic16/gen.c: aopIdx function commented out,
2906         * (genAssign): commented out old code which used aopIdx,
2907         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2908         code, added if conditionals to take into account the --use-crt
2909         command line options,
2910         * src/pic16/main.c (pic16_optionsTable): added new command line
2911         options, --use-crt= and --no-crt,
2912         * (_pic16_linkEdit): now the proper crt object is added in the
2913         linker command line except than when --no-crt is specified,
2914         * src/pic16/pcode.c,
2915         * src/pic16/pcode.h: added some structures and functions for a new
2916         optimization scheme to compansate for instruction overhead between
2917         same iCodes, this scheme is currently under development and is not
2918         working in any way,
2919         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2920         to && operator,
2921         * device/lib/pic16/startup/crt0i.c,
2922         * device/lib/pic16/startup/crt0iz.c: added global char variable
2923         __uflags to force the generation of an idata section
2924
2925 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2926
2927         * doc/Makefile,
2928         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2929         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2930
2931 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2932
2933         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2934         Frieder) and clarified the default code optimization mode
2935
2936 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2937
2938         * src/SDCC.lex (doPragma, process_pragma),
2939         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2940         "opt_code_size", and "opt_code_balanced"
2941         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2942         regrouped options by category, added support for category headers
2943         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2944         and "--opt-code-size"
2945         * doc/sdccman.lyx: documented these new options and pragmas
2946         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2947         preference into account
2948
2949 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2950
2951         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2952           geniCodePreDec): Fixed bug 904237 by generating a warning
2953         * src/SDCCerr.h,
2954         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2955
2956 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2957
2958         * src/pic/device.c : When no max ram set validate full memory range.
2959         * src/pic/pcode.c,
2960         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2961
2962 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2963
2964         * device/lib/_gptrget.c,
2965         * device/lib/_gptrput.c: updated comment
2966         * device/lib/calloc.c,
2967         * device/lib/free.c,
2968         * device/lib/malloc.c,
2969         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2970         * src/SDCCcse.c (cseBBlock),
2971         * src/SDCCicode.c (printOperand, geniCodeArray),
2972         * src/SDCCicode.h (struct operand): fixed bug 868103
2973         * support/regression/tests/bug-868103.c: added
2974         * src/SDCCast.c (searchLitOp),
2975         * src/SDCCcse.h (struct cseDef),
2976         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2977         * src/SDCCicode.h (struct operand),
2978         * src/SDCCsymt.h (struct sym_link),
2979         * src/avr/gen.c (hasInc),
2980         * src/ds390/gen.c (hasInc),
2981         * src/hc08/gen.c (genPlusIncr, hasInc),
2982         * src/mcs51/gen.c (hasInc),
2983         * src/pic16/glue.c (pic16_printIvalChar),
2984         * src/pic16/ralloc.c (regWithIdx),
2985         * src/xa51/gen.c (hasInc) : removed warnings
2986         * src/SDCCast.c (createBlock): added comment ???
2987         * src/hc08/ralloc.c: updated comments
2988
2989 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2990
2991         * doc/sdccman.lyx: updated section on switch statements, added
2992         section about semaphore locking
2993         * doc/Makefile: added option -info for latex2html
2994         * device/lib/_gptrget.c,
2995         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2996
2997 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2998
2999         * src/pic/device.h,
3000         * src/pic/device.c,
3001         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3002          maxram is less than 0x100.
3003
3004 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3005
3006         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3007
3008 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3009
3010         * src/port.h,
3011         * src/mcs51/main.c,
3012         * src/ds390/main.c,
3013         * src/z80/main.c,
3014         * src/hc08/main.c,
3015         * src/pic/main.c,
3016         * src/pic16/main.c,
3017         * src/avr/main.c,
3018         * src/xa51/main.c
3019         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3020         a jump table is the best form for a switch statement, including
3021         automatic insertion of missing cases to make the case range
3022         continuous. Developed in collaboration with Frieder Ferlemann.
3023
3024 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3025
3026         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3027         accumulator result if it needs sign extension
3028
3029 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3030
3031         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3032
3033 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * device/lib/gbz80/printf.c,
3036         * device/lib/z80/printf.c: removed define for NULL
3037
3038 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3039
3040         * as/xa51/xa_link.c,
3041         * device/examples/ds390/ow390/ad26.c,
3042         * device/examples/ds390/ow390/cnt1d.c,
3043         * device/examples/ds390/ow390/counter.c,
3044         * device/examples/ds390/ow390/ds2480.h,
3045         * device/examples/ds390/ow390/ds2480ut.c,
3046         * device/examples/ds390/ow390/findtype.c,
3047         * device/examples/ds390/ow390/gethumd.c,
3048         * device/examples/ds390/ow390/owllu.c,
3049         * device/examples/ds390/ow390/ownetu.c,
3050         * device/examples/ds390/ow390/swt12.c,
3051         * device/examples/ds390/ow390/swtloop.c,
3052         * device/examples/ds390/ow390/temp.c,
3053         * device/examples/ds390/ow390/temp10.c,
3054         * device/examples/ds390/ow390/thermo21.c,
3055         * device/examples/ds390/ow390/tinilnk.c,
3056         * device/examples/ds390/ow390/tstfind.c,
3057         * device/examples/serialcomm/windows/serial.cpp,
3058         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3059         * device/include/reg51.h: fixed line endings for cvs
3060
3061 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3062
3063         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3064         packRegsForAccUse, packRegisters): new accumulator register
3065         packing algorithm
3066         * support/regression/ports/hc08/support.c (_putchar): suppress
3067         warning of unused variable
3068         * src/SDCCicode.c: added SWAP entry to codeTable
3069
3070 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3071
3072         * device/lib/sprintf.c: forgot to add this file before previous commit
3073
3074 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3075
3076         * src/pic16/gen.c (genPackBits): added operand right in function
3077         parameters, load result directly if p_type is POINTER (that is
3078         called by genNearPointerSet)
3079         * (genUnPackBits): added operand left in function parameters,
3080         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3081         FSR0 if accessing bitfields,
3082
3083 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3084
3085         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3086           _print_format; updated printf, sprintf, vsprintf
3087         * device/include/asm/default/features.h: corrected comment/define
3088         * device/lib/Makefile.in: added sprintf.c
3089         * device/lib/libsdcc.lib: added sprintf module
3090         * device/lib/printf_large.c,
3091         * device/lib/vprintf.c,
3092         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3093           into these 3 files
3094         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3095         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3096         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3097           hc08 test
3098         * support/regression/tests/zeropad.c: define idata as data for hc08
3099
3100 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3101
3102         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3103         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3104         labels are referenced at least once (even if a reference is not found)
3105         * src/hc08/gen.c (emitcode): set isComment flag for comments
3106         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3107         loads), rules 6a..6b (optimize jumps to return)
3108
3109 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3110
3111         * device/lib/acosf.c (acosf),
3112         * device/lib/asinf.c (asinf),
3113         * device/lib/atanf.c (atanf),
3114         * device/lib/ceilf.c (ceilf),
3115         * device/lib/cosf.c (cosf),
3116         * device/lib/coshf.c (coshf),
3117         * device/lib/cotf.c (cotf),
3118         * device/lib/fabsf.c (fabsf),
3119         * device/lib/floorf.c (floorf),
3120         * device/lib/log10f.c (log10f),
3121         * device/lib/logf.c (logf),
3122         * device/lib/sinf.c (sinf),
3123         * device/lib/sinhf.c (sinhf),
3124         * device/lib/sqrtf.c (sqrtf),
3125         * device/lib/tanf.c (tanf),
3126         * device/lib/tanhf.c (tanhf),
3127         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3128         replaced all instances of "reentrant" in the library functions
3129         defined in math.h with this macro.
3130         * support/regression/tests/float_trans.c: reenabled test for hc08
3131
3132 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3133
3134         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3135         erroneously deleted
3136
3137 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3138
3139         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3140         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3141         multi-byte volatile operands are used
3142         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3143         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3144         initialization to area GSINIT0 so that it would always precede
3145         any static initializers in GSINIT
3146         * support/regression/tests/zeropad.c: fixed idata define for hc08
3147         * support/regression/tests/bug-927659.c,
3148         * support/regression/tests/float_trans.c: disabled tests for hc08
3149         pending missing library routines
3150         * .version: increased version number to 2.4.4 - hc08 port now passes
3151         regression tests
3152
3153
3154 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3155
3156         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3157         * Makefile.common.in,
3158         * as/Makefile,
3159         * as/hc08/Makefile.in,
3160         * as/mcs51/Makefile.in,
3161         * as/z80/Makefile.in,
3162         * debugger/mcs51/Makefile.in,
3163         * device/include/Makefile.in,
3164         * device/lib/Makefile.in,
3165         * doc/Makefile,
3166         * link/Makefile,
3167         * link/z80/Makefile.in,
3168         * packihx/Makefile.in,
3169         * sim/ucsim/main_in.mk,
3170         * sim/ucsim/avr.src/Makefile.in,
3171         * sim/ucsim/doc/Makefile.in,
3172         * sim/ucsim/gui.src/serio.src/Makefile.in,
3173         * sim/ucsim/hc08.src/Makefile.in,
3174         * sim/ucsim/s51.src/Makefile.in,
3175         * sim/ucsim/xa.src/Makefile.in,
3176         * sim/ucsim/z80.src/Makefile.in,
3177         * src/Makefile.in,
3178         * support/cpp2/Makefile.in,
3179         * support/librarian/Makefile,
3180         * support/makebin/Makefile: added DESTDIR to the install path proposed
3181         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3182         * doc/sdccman.lyx: added DESTDIR documentation
3183
3184 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3185
3186         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3187         instruction for interrupt handlers, use fast returns when returning
3188         from high priority interrupts
3189
3190 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3191
3192         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3193         code generation
3194         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3195         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3196         bugs, ported much of Bernhard's code from mcs51
3197         * src/mcs51/gen.c (genSend),
3198         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3199         than one when calling a reentrant function
3200         * device/lib/_mullong.c: defined an alternate struct layout for big
3201         endian ports (hc08)
3202
3203 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3204
3205         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3206         test
3207
3208 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3209
3210         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3211         are sane and complete before asking the port its prefered parameter
3212         passing method (fixes bug #1017633)
3213         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3214         and _ret3
3215
3216 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3217
3218         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3219         problem in bitfields >= 8 bits.
3220
3221 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3222
3223         * src/SDCCsymt.c: undid changes that were not meant to be committed
3224
3225 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3226
3227         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3228
3229 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3230
3231         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3232           copied and wrong bit got inverted
3233
3234 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3235
3236         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3237         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3238         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3239         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3240         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3241         assignments to bitfields at known addresses
3242         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3243         reads from bitfields at known addresses
3244         * src/hc08/ralloc.c (packRegisters),
3245         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3246         genhc08Code): optimize pointer get values used as conditionals
3247         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3248         and branch
3249
3250 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3251
3252         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3253         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3254         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3255         as conditionals
3256
3257 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3258
3259         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3260
3261 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3262
3263         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3264         related problems
3265
3266 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3267
3268         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3269
3270 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3271
3272         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3273         mcs51 port
3274
3275 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3276
3277         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3278
3279 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3280
3281         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3282         cases use more compact code.
3283
3284 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3285
3286         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3287
3288 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3289
3290         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3291
3292 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3293
3294         * src/SDCCsymt.h,
3295         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3296         parameter of changePointer() from symbol* to sym_link*
3297         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3298         * src/SDCCsymt.c (compareType): void* type is castable to other
3299         pointers, but not necesarily an exact match.
3300         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3301         is no longer blindly treated as an exact match.
3302         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3303
3304 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3305
3306         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3307
3308 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3309
3310         * src/pic/gen.c,
3311         * src/pic/pcode.c,
3312         * src/pic/ralloc.h,
3313         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3314
3315 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3316
3317         * src/pic/device.c,
3318         * src/pic/device.h,
3319         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3320
3321 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3322
3323         * src/mcs51/gen.c (emitcode): fixed bug #992819
3324
3325 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3326
3327         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3328           there's no need to make it worse
3329
3330 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3331
3332         * src/mcs51/ralloc.c (deassignLR),
3333         * src/ds390/ralloc.c (deassignLR),
3334         * src/hc08/ralloc.c (deassignLR),
3335         * src/z80/ralloc.c (deassignLR),
3336         * src/pic/ralloc.c (deassignLR),
3337         * src/pic16/ralloc.c (deassignLR),
3338         * src/avr/ralloc.c (deassignLR),
3339         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3340         rlivePoint): fixed another part of bug #971834
3341
3342 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3343
3344         * src/z80/main.c: enabled "critical" keyword
3345         * src/z80/mappings.i,
3346         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3347         functions (fixes bug #979646)
3348         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3349
3350 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3351
3352         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3353           such as c:\mydir.
3354
3355 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3356
3357         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3358           doesn't disable too much optimizations
3359
3360 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3361
3362         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3363
3364 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3365
3366         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3367
3368 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3369
3370         * src/pic/gen.c tidied up tabs
3371         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3372         * src/pic/main.c tidied up tabs
3373         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3374         * src/pic/pcoderegs.c tidied up tabs
3375         * src/pic/ralloc.c tidied up tabs
3376
3377 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3378
3379         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3380         to S_FIXED for pic16 port and when symbol is not in level 0,
3381         allocate for S_REGISTER storage class and pic16 port, too,
3382         * src/pic16/device.h: prototype for checkSym,
3383         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3384         * (pic16_assignConfigWordValue): test the value and the mask to
3385         validate that the value is suitable for the configuration word,
3386         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3387         collect extern declared symbols, don't emit symbol twice, check
3388         first if symbol is in publics set first,
3389         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3390         * added command line '--fstack' which enables an experimental
3391         feature for stack access, too buggy to be used yet...
3392         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3393         * (pic16_allocDirReg): when register has storage class S_REGISTER
3394         allocate in pic16_dynAccessRegs,
3395         * device/include/pic16/pic18f????.h: modified configuration word
3396         naming convention, words started as CONFIG0H but should be CONFIG1H
3397
3398 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3399
3400         * device/include/mcs51reg.h: fixed bug 970993
3401
3402 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3403
3404         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3405         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3406         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3407         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3408         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3409         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3410           error/warning numbers,
3411           added function setWarningDisabled()
3412         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3413         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3414           _memcmp.c _memmove.c calloc.c realloc.c free.c
3415         * support/regression/tests/malloc.c: added tests for new functionality
3416         * support/regression/tests/zeropad.c: added tests for truncated initializers
3417           and initialized char arrays starting with '\x0'
3418         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3419
3420 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3421
3422         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3423
3424 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3425
3426         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3427         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3428         peephole 177.e. Thanks to anonymous
3429
3430 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3431
3432         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3433         function isn't used in the source but referenced as a
3434         variable initializer then declare it as extern in .asm file
3435
3436 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3437
3438         * .version: increased version number to 2.4.3
3439
3440         Adding version extension according to ChangeLog CVS revision
3441         * src/Makefile.in (target all): added dependency 'version.h'
3442         * (rule version.h): added rule to create version.h from ChangeLog,
3443         * (rule dep): added dependency version.h,
3444         * src/version.awk: AWK script to create version.h
3445         * src/SDCCdwarf2.c (dwWriteModule),
3446         * src/SDCCglue.c (initialComments),
3447         * src/SDCCmain.c (printVersionInfo): modified to write after
3448         version string the version extension number,
3449         * src/SDCCutil.c: included "version.h"
3450         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3451         number,
3452         * src/SDCCutil.h: added prototype for getBuildNumber
3453
3454         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3455         includeDirsSet, too,
3456         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3457         const char [] is found in function prototype...
3458
3459         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3460         moving to WREG with source is already in WREG,
3461         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3462         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3463         * (aopForSym): stack'ed symbols are partially supported, added
3464         if-clause to support symbols in FARSPACE,
3465         * (sameRegs): added test for AOP_ACC to see if registers are same,
3466         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3467         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3468         * (pic16_popRegFromString): will not allocate a new register if it
3469         doesn't find one by name, bug may have introduced...
3470         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3471         * (genIpush): revived to use pic16 port's stack,
3472         * (genAddrOf): added incomplete case for stack'ed operand,
3473         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3474         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3475         can handle multibyte operands,
3476         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3477         * (pic16initialComments): added message for MPLAB compatibility
3478         mode enabled,
3479         * src/pic16/main.h: prototype for pic16_mplab_comp,
3480         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3481         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3482         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3483         because of increased complexity of procedure,
3484         * (_process_pragma): stack pragma changed to format 'stack pos len',
3485         emit symbol '_stack_end' to conform with gplink,
3486         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3487         to search for register,
3488         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3489         PO_GPR_REGISTER,
3490         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3491         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3492         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3493         case for PO_GPR_REGISTER,
3494         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3495         dies, the new era is ahead !...
3496         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3497         pic16_dynInternalRegs,
3498         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3499         * (pic16_allocDirReg): minor optimizations and bug fixes,
3500         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3501
3502         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3503         load stack and frame pointer with address of 'stack_end' symbol
3504
3505 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3506
3507         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3508         without source code but only variable initializers
3509
3510 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3511
3512         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3513         external are not declared as extern to reduce overhead while linking
3514
3515 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3516
3517         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3518
3519 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3520
3521         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3522           Yee Keat for the patch
3523         * src/SDCCast.c (decorateType): fixed bug #979599
3524         * src/ds390/gen.h: removed local fReturnSizeDS390
3525         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3526         * src/ds390/gen.c (genAnd, genOr, genXor),
3527         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3528
3529 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3530
3531         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3532         add relFilesSet to $3, manipulate $2 to handle linking of object
3533         files without source files in command line,
3534         * device/include/pic16 (all headers): added ID location macros,
3535         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3536         entries for ID location bytes,
3537         * (pic16_assignIdByteValue): NEW,
3538         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3539         added field dumpcalltree to pic16_options_t,
3540         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3541         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3542         emitting rFalseIfx label after check_carry label,
3543         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3544         pic16_emitDIRegs), NEW
3545         * (pic16glue): dump .calltree file when option --calltree found,
3546         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3547         * (_pic16_genAssemblerPreamble): emit ID locations after
3548         configuration registers,
3549         * (pic16_linkCmd): modifications of the link command,
3550         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3551         * (pic16_pCodeInitRegisters): don't init stack registers,
3552         * (pic16_findPrevInstruction): fixed bug,
3553         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3554         bug with immediate registers,
3555         * (buildCallTree): traces stack push and pop,
3556         * (pct2): dump also stack usage for each function,
3557         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3558         * (pic16_allocDirReg): various modifications,
3559         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3560         fixed to 1,
3561
3562 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3563
3564         * src/pic16/pcode.c: removed buggy double colon
3565
3566 2004-07-01 Borut Razem <borut.razem AT siol.net>
3567
3568         * support/scripts/sdcc.nsi: added include/pic16 to setup
3569
3570 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3571
3572         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3573         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3574         target 'clean',
3575         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3576         specific command line arguments. Also added sample lkr script
3577         for placing a variable at a specific memory bank.
3578         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3579         at a specific memory bank,
3580         * (pic16_dump_isection): fixed bug which caused string literals to
3581         be omitted when dumping idata section,
3582         * (pic16_groupRegistersInSection): added code to handle registers
3583         in specific memory banks,
3584         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3585         public, all references are renamed too,
3586         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3587         AOP_DPTR2,
3588         * (pic16_storeForReturn): added case to handle when dest is WREG,
3589         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3590         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3591         pic16_rel_udata, check to see if that register is marked as being
3592         a member of a specific memory bank,
3593         * (pic16_printIvalCharPtr): added code to add string literals either
3594         to code or the idata sections,
3595         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3596         also accept the 'udata' pragma,
3597         * src/pic16/main.h: new structure types sectName and sectSym
3598         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3599         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3600         * (pic16_findPrevInstruction): fixed, it returned nothing,
3601         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3602         instruction combinations,
3603         * (pic16_FixRegisterBanking): heavily reorganised,
3604         * (pic16_AnalyzeBanking): if generating banksel directives is
3605         disabled, then don't call FixRegisterBanking at all,
3606         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3607         completely removed,
3608         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3609
3610 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3611
3612         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3613         Phuah Yee Keat <yk.phuah AT nestac.com>
3614
3615 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3616
3617         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3618         correctly the IVT even if it is relocated to some other location
3619
3620 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3621
3622         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3623         * device/include/pic16/pic18f2220.h: NEW,
3624         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3625         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3626         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3627         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3628         nodefaultlibs, ivt_loc is the location of the interrupt vector
3629         table, and nodefaultlibs signs that default libraries should not be
3630         linked in link stage,
3631         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3632         according to --ivt-loc argument,
3633         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3634         when pragma stack is found,
3635
3636 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3637
3638         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3639         256 (range check), 257 (do while), 258.a-f (bit banging
3640         f.e. on 3-wire SPI bus)
3641
3642 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3643
3644         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3645         variables used exclusively within a loop
3646
3647 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3648
3649         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3650
3651 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3652
3653         * src/SDCClrange.c (computeClash): fixed bug #971834
3654
3655 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/mcs51/gen.c (genCmp): fixed bug #975903
3658         * src/hc08/gen.c (operandsEqu),
3659         * src/ds390/gen.c (operandsEqu),
3660         * src/z80/gen.c (operandsEqu),
3661         * src/pic/gen.c (operandsEqu),
3662         * src/pic16/gen.c (operandsEqu),
3663         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3664         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3665
3666 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3667
3668         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3669
3670 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3671
3672         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3673         default case in switch statement,
3674         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3675         to eliminate problem with initialisation of pointers, but problem
3676         still exists,
3677         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3678         * (emitStaticSegment): removed various lines emitting debug info,
3679         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3680         added processor registers for utilizing EEPROM,
3681         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3682         configurable and set 8
3683
3684 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3685
3686         * .version: increased version number to 2.4.2,
3687
3688         Cumulative patch for pic16 port
3689         * src/pic16/device.c: changed scheme to dump initial values for
3690         variables in idata segment, all print_idata* functions were removed,
3691         now the pic16_printIval* will be called,
3692         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3693         * _pic16_printPointerType, pic16_printPointerType,
3694         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3695         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3696         NEW, similar to the respective functions in SDCCglue.c,
3697         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3698         way, emitting hex bytes,
3699         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3700
3701 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3702
3703         * src/avr/ralloc.c (serialRegAssign),
3704         * src/xa51/ralloc.c (serialRegAssign),
3705         * src/pic/ralloc.c (serialRegAssign),
3706         * src/pic16/ralloc.c (serialRegAssign),
3707         * src/hc08/ralloc.c (serialRegAssign),
3708         * src/z80/ralloc.c (serialRegAssign),
3709         * src/ds390/ralloc.c (serialRegAssign),
3710         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3711
3712 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3713
3714         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3715         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3716
3717 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3718
3719         Cumulative patch for pic16 port:
3720         * src/pic16/device.h (typedef PIC16_device) modified fields for
3721         defining microcontrollers,
3722         * src/pic16/device.c: added new info for all devices in Pics16 array,
3723         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3724         to be optimised out by the pCode optimiser,
3725         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3726         specially, bug reported by G.M. Gallant,
3727         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3728         as force'd so that cannot be optimised out by pCode optimiser,
3729         * src/pic16/pcode.c,
3730         * src/pic16/pcodepeeph.c,
3731         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3732         they are disabled by default, but can be enabled explicit with
3733         command argument --denable-peeps, for testing,
3734         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3735         --pomit-ivt in COMPILE_FLAGS
3736
3737 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3738
3739         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3740           compilation on MSVC
3741
3742 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3743
3744         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3745
3746 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3747
3748         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3749         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3750
3751 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3752
3753         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3754         would only assign 0x300001 register.
3755
3756 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3757
3758         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3759         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3760
3761 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3762
3763         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3764         for ds80c400
3765         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3766         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3767         added peephole 254 (left shift), 255 (jump table)
3768
3769 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3770
3771         * device/lib/Makefile.in: removed comment line with model-pic16,
3772         * (target port-specific-objects-pic16): the libraries and objects
3773         are copied to the build directory form the device/lib/pic16/bin
3774         directory
3775
3776         Cumulative patch concerning pic16 port:
3777         * library directory has been re-organized,
3778         * added support for PIC18F1220,
3779         * added headers and library sources for chips 18f1220,18f6520,
3780         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3781
3782         * configuration registers setting has changed, now each supported
3783         device has a complete description of the registers it uses,
3784         * all initialisations are moved to idata sections, these section
3785         can be absolute or relocatable,
3786         * fixed initialisation of codespace variables,
3787         * fixed warning about PCLATU and gpsim,
3788         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3789         * (genAssign): use table reads when assigning from variables in codespace,
3790         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3791         char/int variables placed in codespace,
3792         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3793         registers set in .asm file, no need for --pomit-config-words anymore,
3794         * (pic16glue): some 8051 legacy segments are commented out
3795         (to be removed completely),
3796         * added support for alternative assembler and linker with --asm=
3797         and --link= command line arguments,
3798         * peepholes are disabled automatically in the port, no need to
3799         specify on command line,
3800         * port supports natively char/int/long multiplication, but converts
3801         all divisions to support functions,
3802         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3803         to the file set in variable $2,
3804         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3805         strings in ASCII format and not in hex,
3806         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3807         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3808         allocate proper register if iCodes aren't temporary,
3809
3810 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3811
3812         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3813
3814 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3815
3816         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3817         is commented out
3818
3819 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3820
3821         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3822         computed address is reused
3823         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3824         multi-byte bitfields
3825
3826 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3827
3828         * src/z80/gen.c: (genArrayInit): must check for pointers too
3829
3830 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3831
3832         * support/regression/tests/zeropad.c: never meant to commit the
3833           nestedstruct test: removed, added check for GCC version
3834
3835 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3836
3837         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3838         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3839         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3840           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3841           bugs 928906 and 954082 half-empty initializers
3842         * src/SDCCsymt.h,
3843         * src/SDCCsymt.c (getAllocSize): added for above fix
3844         * src/z80/gen.c (genArrayInit): fixed bug 741044
3845         * support/regression/tests/zeropad.c: added tests
3846
3847 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3848
3849         * src/pic16/device.c (pic16_dump_section): corrected bug which
3850         caused some symbols of the libraries to be misplaced
3851
3852 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3853
3854         * src/pic16/glue.c,
3855         * src/pic16/ralloc.h,
3856         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3857         to fix conflict with pic port
3858
3859 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3860
3861         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3862         externs configuration variables,
3863         * src/pic16/ralloc.h,
3864         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3865         prototype in header, commented out some debug messages
3866
3867 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3868
3869         * src/pic16/glue.c,
3870         * src/pic16/main.c,
3871         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3872         for gpasm COFF object generation. Thanks to D. Hawkins for
3873         his patch info
3874
3875 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3876
3877         * src/ds390/main.c,
3878         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3879         Brock for spotting this)
3880         * src/ds390/gen.c (genEndFunction),
3881         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3882         interrupt handler and critical. Disable push/pop optimizations when
3883         peephole optimizations disabled.
3884
3885 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3886
3887         Updated pic16 library sources and headers.
3888         * device/lib/pic16/pic18f*/ ,
3889         * device/include/pic16/*.h: modified to handle structured SFR
3890         definitions
3891
3892 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3893
3894         * src/port.h (PORT structure): added hook initPaths, now each
3895         port can declare its own default search paths,
3896         which can been seen with the --print-search-dirs option,
3897         see pic16 port for example,
3898         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3899         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3900         * (doPrintSearchDirs): NEW, replaces in a central manner the
3901         printing of search dirs which was split in set*Paths functions,
3902         * (main): added call to port->initPaths and doPrintSearchDirs,
3903         * src/avr/main.c,
3904         * src/ds390/main.c,
3905         * src/hc08/main.c,
3906         * src/izt/i186.c,
3907         * src/izt/tlcs900h.c,
3908         * src/mcs51/main.c,
3909         * src/pic/main.c,
3910         * src/pic16/main.c: modified port structures to reflect addition of
3911         initPaths hook,
3912
3913         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3914         * (pic16_dump_section): for registers in same address reserve memory once,
3915         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3916         to no_banksel,
3917         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3918         result is greater in size than right or left,
3919         * (pic16_genUMult8X8_8): there are some cases where the result can
3920         be 16 bits size, so handle these,
3921         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3922         * (pic16_outBitC): modified to emit pcodes,
3923         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3924         or not,
3925         * (genDivOneByte): implemented algorithm to divide 8-bits,
3926         * (genCmp): uncommented goto, but issues still exist,
3927         * (genAnd): fixed a bug with variables >8bits,
3928         * (genPackBits): optimization added that uses BCF/BSF to change a
3929         single bit,
3930         * (genAssign): fixed bug when assigning floating point literals,
3931         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3932         __sdcc_gsinit_startup label,
3933         * src/pic16/main.c (_pic16_init): removed search directory
3934         initialisations,
3935         * (_pic16_initPaths): NEW, used to initialise search directories,
3936         * (_hasNativeMulFor): support functions for all except char/int
3937         multiplication, and char division,
3938         * (PIC16_port struct): modified entry for native mul support,
3939         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3940         no_banksel option,
3941         * (buildCallTree): call to register_usage is ifdef'ed out,
3942
3943 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3944
3945         * device/include/string.h: applied Stas Sergeev's patch to make this
3946         header file compatible with the preprocessor -Wundef option
3947         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3948         failure (fixes bug #941458)
3949
3950 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3951
3952         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3953         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3954         that the variable, not the function, should be static
3955         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3956         to be consistent with non-literal case
3957
3958 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3959
3960         * src/SDCCast.c (isConformingBody): fixed bug #949967
3961         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3962         convilong): fixed bug #952086
3963
3964 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3965
3966         * src/SDCCmem.c (allocVariables): fixed bug #955321
3967
3968 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3969
3970         * src/hc08/main.c (_hc08_genAssemblerEnd),
3971         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3972         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3973         completely eliminated the use of a temporary file
3974         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3975         when more than one file linked
3976         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3977
3978 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3979
3980         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3981         which fixes bug #543481
3982         * support/regression/tests/bug-751703.c: fixed comments left from a
3983         cut and paste error
3984         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3985         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3986         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3987         scopes
3988         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3989         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3990         are now changed to underscores in moduleName
3991
3992 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3993
3994         * as/mcs51/lkmem.c: better fix for bug #954173
3995
3996 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3997         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3998
3999         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4000         * device/include/c8051f000.h,
4001         * device/include/c8051f120.h,
4002         * device/include/c8051f300.h,
4003         * device/include/c8051f310.h,
4004         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4005         PWM16) and detab'ed
4006
4007 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4008
4009         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4010         and mailing lists, doc'ed --no-peep-comments, removed reference
4011         to knoppix (newest version has no LyX/LaTeX), other minor changes
4012         * src/SDCCglue.c (glue): save 2 bytes stack space with
4013         option --main-return. The ljmp could probably be avoided too
4014
4015 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4016
4017         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4018
4019 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4022         * src/SDCCopt.c (isLocalWithoutDef),
4023         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4024         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4025         (credit to Maarten Brock for patch #949363, on which this is based)
4026         * support/regression/tests/bug-751703.c: some test cases of extern used
4027         within inner scopes.
4028
4029 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4030
4031         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4032         SPEC_STRUCT
4033         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4034         struct definitions
4035         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4036         dwWriteLabel): fix to create valid debugger symbols even when
4037         the module name has non-alphanumeric symbols in it
4038         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4039         when a variable's allocation has been optimized away
4040
4041
4042 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4043
4044         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4045         * src/hc08/main.c,
4046         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4047         * src/mcs51/main.c,
4048         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4049         * src/ds390/main.c,
4050         * src/z80/gen.c (z80_emitDebuggerSymbol),
4051         * src/z80/main.c,
4052         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4053         * src/pic/main.c,
4054         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4055         * src/pic16/main.c,
4056         * src/avr/gen.c (avr_emitDebuggerSymbol),
4057         * src/avr/main.c,
4058         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4059         * src/xa51/main.c,
4060         * src/SDCCdebug.c (emitDebuggerSymbol),
4061         * src/SDCCdebug.h,
4062         * src/port.h: added a debugger struct to the port struct. Added a
4063         callback for defining debugger symbols
4064
4065         * src/SDCCast.c (createLabel),
4066         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4067         with isitmp = 1
4068         * src/SDCCicode.h,
4069         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4070         iCode back to the ast for the function
4071
4072         * src/hc08/ralloc.c (hc08_assignRegisters),
4073         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4074         unneeded fields from the regs struct.
4075         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4076         pushReg() & pullReg() functions instead of emitcode()
4077
4078         * src/hc08/gen.c (genLabel, genhc08Code),
4079         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4080
4081         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4082         debugger hooks
4083
4084         * src/hc08/gen.c (genEndFunction, genhc08Code),
4085         * src/hc08/gen.h,
4086         * src/mcs51/gen.c (genEndFunction, gen51Code),
4087         * src/mcs51/gen.h,
4088         * src/ds390/gen.c (genEndFunction, gen390Code),
4089         * src/ds390/gen.h,
4090         * src/z80/gen.c (genEndFunction, genZ80Code),
4091         * src/z80/gen.h,
4092         * src/z80/z80.h,
4093         * src/pic/gen.c (genEndFunction, genpic14Code),
4094         * src/pic/gen.h,
4095         * src/pic16/gen.c (genEndFunction, genpic16Code),
4096         * src/pic16/gen.h,
4097         * src/avr/gen.c (genEndFunction, genAVRCode),
4098         * src/avr/gen.h,
4099         * src/xa51/gen.c (genEndFunction, genXA51Code),
4100         * src/xa51/gen.h,
4101         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4102         specific code to cdbFile.c and out of the backend code generators
4103
4104         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4105         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4106         starting address is now 0
4107
4108         * as/hc08/asm.h,
4109         * as/hc08/m08pst.c,
4110         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4111         assembler directive for DWARF support
4112         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4113
4114         * src/src.dsp,
4115         * src/Makefile.in,
4116         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4117
4118 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4119
4120         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4121         and inappropriate peephole optimization in jump tables
4122
4123 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4124
4125         * as/hc08/m08pst.c,
4126         * src/SDCCglue.c: sdccopt works for the hc08 port now
4127
4128 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4129
4130         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4131
4132 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4133
4134         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4135
4136 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4137
4138         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4139         rules
4140         * src/SDCCmain.c,
4141         * src/SDCCglobl.h,
4142         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4143         comments from the peephole optimizer replacement rules
4144         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4145         symbols
4146         * src/SDCCcse.c (updateSpillLocation),
4147         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4148         equivalents
4149         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4150         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4151         objects far pointers
4152
4153 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4154
4155         * src/SDCCsymt.h: a missing part of my last change
4156         * src/pic/ralloc.c (regTypeNum),
4157         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4158
4159 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4160
4161         * src/SDCCicode.h,
4162         * src/SDCCicode.c (aggrToPtrDclType),
4163         * src/SDCCptropt.h,
4164         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4165         ptrPseudoSymConvert),
4166         * src/pic/ralloc.c (regTypeNum),
4167         * src/pic16/ralloc.c (regTypeNum),
4168         * src/hc08/ralloc.c (regTypeNum),
4169         * src/ds390/ralloc.c (regTypeNum),
4170         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4171         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4172
4173 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4174
4175         * link/z80/lkmain.c (afile),
4176         * as/hc08/lkmain.c (afile),
4177         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4178         prevent a pointer problem when a filename has no directory and
4179         no extension specified.
4180
4181 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4182
4183         * link/z80/lkmain.c (afile): allow periods in directory names
4184         * link/z80/lkmain.c (afile),
4185         * as/mcs51/lkmain.c (afile),
4186         * as/hc08/lkmain.c (afile): allow linker script file to have an
4187         extension other than ".lnk"
4188         * link/z80/lklex.c (getfid),
4189         * link/z80/lkmain.c (parse),
4190         * as/mcs51/lklex.c (getfid),
4191         * as/mcs51/lkmain.c (parse),
4192         * as/hc08/lklex.c (getfid),
4193         * as/hc08/lkmain.c (parse): Support comments in the linker script
4194         file on lines by themselves and after filenames
4195
4196 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4197
4198         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4199
4200 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4201
4202         * src/z80/peeph-z80.def: removed some peephole rules that don't
4203         work with multibyte arithmetic (fixed bug #937126)
4204         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4205         to registers and not global variables
4206         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4207         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4208         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4209         checking for assignments not internally generated (fixed bug #931895)
4210         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4211         structure member (fixed bug #930072)
4212
4213 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4214
4215         * src/SDCCmain.c (linkEdit),
4216         * src/hc08/main.c (_hc08_parseOptions),
4217         * as/hc08/Makefile.in,
4218         * as/hc08/aslink.h,
4219         * as/hc08/asm.h,
4220         * as/hc08/m08pst.c,
4221         * as/hc08/lkrloc.c (relr, rele),
4222         * as/hc08/lkarea.c (lnkarea)
4223         * as/hc08/lkmain.c (afile, parse),
4224         * as/hc08/lkelf.c: support for ELF output
4225         * as/hc08/lks19.c (s19),
4226         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4227
4228 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4229
4230         * as/mcs51/lkihx.c: Fixed bug #899105.
4231
4232 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4233
4234         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4235         .dsp files from Unix to DOS.
4236
4237 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4238
4239         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4240         function pointers; we have been compliant for several months now.
4241         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4242         change that was accidently commented out
4243         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4244         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4245         bug #922319
4246
4247 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4248
4249         * src/hc08/gen.c: output of all of the internal debugging information
4250         is now controlled by the D() macro; it is disabled by default
4251
4252 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4253
4254         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4255         harder to keep the same registers during a CAST iCode
4256         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4257         long via int can be done in a single cast, if the signedness is
4258         correct.
4259         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4260         putchar() in tinibios.c in ds390's library
4261
4262 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4263
4264         * src/SDCCast.c (decorateType): fixed bug #898889,
4265         cast result of a literal complement too
4266         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4267         fixed check for bitfields
4268
4269 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4270
4271         * src/SDCCicode.c (geniCodeLogic): made it static,
4272         (geniCodeLogicAndOr): added in order to fix bug #905492,
4273         (ast2iCode): fixed bug #905492
4274         * support/regression/tests/bug-905492.c: added
4275         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4276         (processParms): fixed bug #927659: don't copy parms, this will clear
4277         decorated flag
4278         * support/regression/tests/bug-927659.c: added
4279
4280 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4281
4282         * src/SDCCast.c (addCast): don't cast float to char
4283         * device/lib/libsdcc.lib: added _memmove
4284
4285 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4286
4287         * device/lib/large/Makefile: fixed parallel execution by
4288         replacing `make` by `$(MAKE)`
4289
4290 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4291
4292         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4293         offsets (fixes bug #923936)
4294
4295 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4296
4297         * device/lib/small/Makefile: fixed parallel execution by
4298         replacing `make` by `$(MAKE)`
4299
4300 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4301
4302         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4303
4304 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4305
4306         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4307         * src/regression/Makefile: Regression test was not running.
4308
4309 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4310
4311         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4312         complement if possible
4313         * src/SDCCval.c (valComplement),
4314         * src/SDCCicode.c (operandOperation): fixed complement of literal
4315         * support/regression/tests/onebyte.c (testComplement): added
4316
4317 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4318
4319         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4320         return an optimized tree; actually replace actParm with the new tree
4321         * src/SDCCast.h: added some parantheses to remove side effects
4322         * support/regression/tests/bug-920866.c
4323
4324 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4325         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4326         Bit operands were not being handled properly in the pic14 port.
4327         (now src/regression/add.c passes again).
4328
4329 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4330
4331         * src/SDCC.y (labeled_statement): case and default no longer require
4332         a following statement (RFE #893037)
4333
4334 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4335
4336         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4337         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4338         disabled (fixes bug #916294)
4339         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4340         "mov a,acc"; patch provided by Lenny Story
4341         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4342
4343 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4344
4345         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4346         functions
4347         * src/ds390/gen.c (genFunction, genEndFunction),
4348         * src/ds390/ralloc.c (ds390_assignRegisters),
4349         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4350         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4351         pushed if there are parameters passed on the stack. Also, a cleaner
4352         way to decide if r0/r1 should be pushed/popped. (Together they fix
4353         bug #918693)
4354
4355 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4356
4357         * doc/sdccman.lyx,
4358         * device/lib/mcs51/crtpagesfr.asm,
4359         * device/lib/mcs51/crtxinit.asm,
4360         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4361         to avoid confusion with Si Lab's SFRPAGE register.
4362
4363 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4364
4365         * src/SDCCglue.c (emitMaps): allow public sfr variables
4366         * src/SDCCglue.c (initialComments): include compiler build date
4367         with compiler version and put the timestamp of the generated
4368         assembly file on a serperate line to be less confusing.
4369         * src/port.h: added genInitStartup hook
4370         * src/avr/main.c,
4371         * src/ds390/main.c,
4372         * src/hc08/main.c,
4373         * src/pic/main.c,
4374         * src/pic16/main.c,
4375         * src/xa51/main.c,
4376         * src/z80/main.c: genInitStartup initialize as NULL (default to
4377         historical behaviour)
4378         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4379         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4380         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4381         library instead of hard coding it into the compiler.
4382         * support/regression/ports/mcs51-stack-auto/spec.mk,
4383         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4384         * device/lib/mcs51/Makefile,
4385         * device/lib/small/Makefile,
4386         * device/lib/large/Makefile,
4387         * device/lib/mcs51/crtpagesfr.asm,
4388         * device/lib/mcs51/crtstart.asm,
4389         * device/lib/mcs51/crtxclear.asm,
4390         * device/lib/mcs51/crtxinit.asm,
4391         * device/lib/mcs51/crtclear.asm,
4392         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4393         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4394         and into user configurable files.
4395         * device/lib/clean.mk: clean mcs51 directory too
4396         * support/regression/tests/longlit.c: added static to T1 declaration
4397         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4398         accesses in the initialization code
4399
4400 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4401
4402         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4403         OSCTRIMVAL as noted in bug #916008
4404
4405 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4406
4407         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4408         in loops with multiple exits (reported as incorrect registers
4409         used by Martin Helmling in Sdcc-user list)
4410
4411 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4412
4413         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4414         made ds390 register extensions look less like error messages
4415
4416 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4417
4418         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4419         reported by Adam Wozniak in Sdcc-user list
4420
4421 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4422
4423         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4424         arithmetic optimizations, added debug output
4425
4426 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4427
4428         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4429         * sdcc.spec: updated and split sdcc into 3 rpms
4430         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4431         needed for literals of LEFT_OP and '+'
4432         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4433         introduced RESULT_TYPE_NOPROM
4434         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4435         left shift
4436         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4437         limited promotion to int only for '*'
4438         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4439
4440 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4441
4442         * src/pic16/gen.c (genSkip),
4443         (genc16bit2lit), (gencjneshort): commented out
4444         (is_LitOp): new helper function, checks operand type
4445         (genCmpEq): rewritten
4446
4447 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4448
4449         * support/regression/tests/bug-908454.c: added
4450
4451 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4452
4453         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4454         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4455         (geniCodeCast): cosmetic, don't preserve bit storage class
4456         (geniCodeLeftShift): added promotion
4457         (geniCodeLogic): fixed regression
4458         * src/SDCCsymt.c (computeTypeOr): accept bits too
4459         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4460
4461 2004-03-07  Borut Razem <borut.razem AT siol.net>
4462
4463         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4464
4465 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4466
4467         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4468         version of pic16_genPackRegisters which does not check if ic is a
4469         CAST operator,
4470         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4471         function cause string1.c regression test fails
4472
4473 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4474
4475         * sim/ucsim/configure.in,
4476         * sim/ucsim/configure,
4477         * sim/ucsim/doc/Makefile.in: use docdir
4478         * src/SDCC.y: fixed sbit atrributes
4479         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4480         * src/SDCCast.c (decorateType): |^& need special promotion handling
4481         * src/SDCCast.h,
4482         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4483         * src/SDCCsymt.h (computeType),
4484         * src/SDCCicode.c: computeType() needs op
4485         * src/SDCCsymt.c (checkTypeSanity),
4486         * doc/sddman.lyx: "plain" bitfields are unsigned
4487         * src/SDCCsymt.c (computeTypeOr): added
4488         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4489         |^& ops
4490         * src/SDCCval.c (val*): computeType() needs op
4491         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4492         * support/regression/tests/onebyte.c: added tests for |^&
4493
4494 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4495
4496         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4497         for writing icode into asm output.
4498
4499 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4500
4501         * src/pic16/device.c: added some debug lines enabled
4502         with macro DEBUG_CHECK,
4503         * src/pic16/genarith.c: more debug in genPlus,
4504         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4505         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4506         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4507         * (aopForSym): onStack symbols are re-placed in data memspace,
4508         and onStack flag is cleared,
4509         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4510         copy temporary pcodeop,
4511         * (genPcall): added warning for not updating PCLATU,
4512         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4513         always true for pic16 port,
4514         * (genMultOneWord): NEW, supports integer multiplication,
4515         * (genMult): modified to call genMultOneWord,
4516         * (ifxForOp): added warning when return NULL,
4517         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4518         flag is set before call to operandFromSymbol for implicit
4519         added structures,
4520         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4521         options.intlong_rent are set by default,
4522         * (_hasNativeMulFor): modified to allow port generation of integer
4523         multiplication,
4524         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4525         set regtype to REG_SFR for all registers, restricting seting the
4526         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4527
4528 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4529
4530         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4531         more than 500 times in the regression tests
4532
4533 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4534
4535         * support/Util/SDCCerr.h,
4536         * support/Util/SDCCerr.c,
4537         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4538         enumerator_list),
4539         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4540         for symbol conflicts.
4541         * support/valdiags/tests/enum.c,
4542         * support/valdiags/tests/tentdecl.c,
4543         * support/valdiags/tests/struct.c: expect possible error messages
4544         referring to original symbol definitions.
4545         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4546         * src/SDCCsymt.h,
4547         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4548
4549 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4550
4551         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4552
4553 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4554
4555         * src/pic16/ralloc.c (newReg): fixed bug #908929
4556
4557 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4558
4559         * src/ds390/gen.c: added missing #include "main.h"
4560
4561 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4562
4563         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4564         checking if symbol is already in set,
4565         * src/pic16/device.h: prototype for checkAddSym,
4566         * src/pic16/gen.c: (_G): added entry interruptvector,
4567         * (assignResultValue): removed some commented out lines,
4568         * (genFunction): check for ISR via sym->type, absolute section for
4569         interrupt code is created via a new pBlock, the goto instruction is
4570         placed now correctly at the interrupt vector position, changed all
4571         references from ivec to _G.interruptvector,
4572         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4573         is the interrupt is a high priority one, same for return from ISR,
4574         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4575         externs to calls of checkAddSym,
4576         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4577         pic16_pcode_verbose flag is set,
4578         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4579         * src/pic16/pcoderegs.c: message about how many registers are saved
4580         will only be emitted if pic16_pcode_verbose flag is set,
4581
4582 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4583
4584         * src/ds390/ralloc.h,
4585         * src/ds390/ralloc.c (ds390_regWithIdx),
4586         * src/ds390/gen.c (emitcode),
4587         * src/ds390/main.h,
4588         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4589         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4590         ds390operandCompare, getRegsRead, getRegsWritten,
4591         initializeAsmLineNode): customized instruction size calculation for
4592         ds390, started basis for some register optimizations
4593         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4594         corresponding assembly output
4595         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4596         missing push/pop of r0/r1. Optimized push/pops
4597
4598 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4599
4600         * src/mcs51/main.c (instructionSize): fixed ACALL size
4601         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4602
4603 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4604
4605         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4606         the sorting of rlist with NULL elements
4607         * (print_idataType, print_idata): NEW to create idata sections
4608         * src/pic16/device.h: idataSymSet new variable
4609         * src/pic16/gen.c (genFunction): fixed some bugs in string
4610         comparing, improved the absolute section creation for ISRs,
4611         added FSR0L/FSR0H in registers that are saved in an ISR,
4612         * (genInline): fixed the processing of inline snippets,
4613         now they undergo no process by the peephole optimizer
4614         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4615         are placed in idataSymSet,
4616         * (pic16emitStaticSeg): extern symbols are added in externs,
4617         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4618         switching when aboslute variables are placed in access bank memory
4619         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4620         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4621         commented out with #if,
4622         * (pic16_packRegisters): reintroduce the check for CAST because some
4623         symbols are not correctly handled,
4624         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4625         pCodeInstruction instead of pCode,
4626         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4627         pCodeAsmDir definition,
4628         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4629         directive, then the argument directive is emitted without the leading
4630         tab, hack for inline labels which must be in the first column,
4631         * (compareLabel,pic16_findNextInstruction),
4632         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4633         * (insertBankSwitch): modified for the new pCodeAsmDir,
4634
4635 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4636         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4637
4638         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4639         instance,
4640         * (pushSide): commented out with #if,
4641         * (assignResultValue): fixed some typos in saving
4642         registers,
4643         * (genPcall): FIXED and sync'ed with genCall,
4644         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4645         * (genNearPointerGet): fixed to handle some more cases,
4646         implementation scheme via table reads,
4647         * (genConstPointerGet): modified to access code memory correct,
4648         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4649         and improved to handle some cases
4650         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4651         instead of "RETLW" for init data
4652         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4653         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4654         variables are placed in access bank memory (<0x80 and >=0xf80),
4655         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4656         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4657         TBLWT_POSTDEC,TBLWT_PREINC
4658         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4659         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4660         directives
4661         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4662         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4663         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4664         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4665
4666 2004-02-29  Borut Razem <borut.razem AT siol.net>
4667
4668         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4669         support/Util/findme.h, support/Util/system.h: enhance binary relative
4670         search for lib and include by using findProgramPath()
4671
4672 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * src/SDCCpeeph.h,
4675         * src/SDCCpeeph.c (pcDistance),
4676         * src/port.h,
4677         * src/mcs51/ralloc.h,
4678         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4679         * src/mcs51/main.h,
4680         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4681         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4682         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4683         size calculation port specific, started basis for some register
4684         optimizations
4685         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4686         missing push/pop of r0/r1. Optimized push/pops
4687         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4688         * device/lib/_modsint.c (_modsint),
4689         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4690         and stack version so regression tests pass
4691
4692 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4693
4694         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4695         * src/SDCCast.c (decorateType): catch another small optimization
4696         with '?' operator
4697         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4698         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4699         modified to finally use computeType() all over SDCC,
4700         see Feature Request #877103
4701         * src/SDCCval.h: cosmetic
4702         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4703         valCompare(); regression tested in muldiv.c
4704         * support/regression/tests/muldiv.c (testMod): mod sign follows
4705         dividend only
4706
4707 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4708
4709         * src/SDCCast.c (decorateType): fixed bug #902362
4710         * doc/INSTALL.txt: fixed install instructions for win32
4711
4712 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4713
4714         * device/include/Makefile.in (install): fixed by replacing spaces
4715         by tabs
4716         * doc/README.txt,
4717         * doc/INSTALL.txt: updated for release
4718         * doc/sdccman.lyx: added warning for --xstack being buggy
4719
4720 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4721
4722         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4723         to eliminate build warnings.
4724         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4725
4726 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4727            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4728
4729         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4730         removed -penable-stack, added comment for stack pragma, added
4731         warning for not initializing the stack/frame registers, removed
4732         comment at interrupts section
4733
4734         Stack is made permanent, there is no ability to disable stack usage.
4735         * src/pic16/device.h,
4736         * src/pic16/device.c: removed all references to USE_STACK macro,
4737         * src/pic16/device.c (pic16_dump_section): when no elements in
4738         rlist, free rlist before return,
4739         * (pic16_dump_int_registers): NEW, internal registers are a new set
4740         of general purpose registers reused by each function,
4741         * (checkAddReg): returns 1 if registers is added to set,
4742         * (pic16_groupRegistersInSection): when a registers is of type
4743         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4744         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4745         SRCASECMP macro is moved here from device.c
4746         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4747         PO_PCLATU, PO_PRODL, PO_PRODH,
4748         * (pic16_pCodeOpType, genMinus,
4749         changed compares to "a" register, with AOP_ACC,
4750         * (pic16_genPlus): fixed some bugs and indented properly,
4751         * (pic16_addSign): changed size to size+offset in the MOVWF
4752         instruction,
4753         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4754         multiply 8-bit operand by literal, result is 8-bit,
4755         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4756         multiply 2 8-bit operand, result is 8-bit,
4757         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4758         genUMult8X*_16,
4759         * src/pic16/gen.c: changed accUse to contain WREG only,
4760         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4761         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4762         true, do not use immediate addressing any more unless sym is a
4763         pointer in codespace,
4764         * (aopForRemat): do not use immediate addressing when symbol not in
4765         codespace and when symbol's address is requested,
4766         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4767         accUse size (= 1),
4768         * (aopGet): added case for AOP_ACC and don't return "accumulator
4769         bug" but WREG instead,
4770         * (popGetTempReg): pushes contents of temporary register in stack,
4771         * (popReleaseTempReg): pops contents of temporary register from
4772         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4773         * (pic16_popGet): separated case AOP_ACC to return register WREG
4774         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4775         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4776         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4777         the use of immediate pointers to certain cases only.
4778
4779         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4780         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4781         * (assignResultValue, genCall, genRet): modified to use the new
4782         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4783         genPcall is still broken,
4784         * (genFunction): added code to create 'A' type pBlocks when
4785         interrupt functions are generated, code not extensively tested yet,
4786         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4787         * (genEndFunction): modified so ISRs pop stored registers from stack,
4788         * (genMultOneByte): cleanup,
4789         * (AccRsh): added flag andmask, to and result with appropriate mask,
4790         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4791         * (genDataPointerGet): fixed and reenabled its use,
4792         * (genNearDataPointerGet): bugs fixed,
4793         * (genDataPointerSet): bugs fixed,
4794         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4795         pic16_DumpSymbol, pic16_DumpOp,
4796         * src/pic16/genutils.h: function prototypes for the above functions,
4797         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4798         pointers,
4799         * (pic16emitRegularMap): many many many improvements, but needs a
4800         major cleanup,
4801         * src/pic16/main.c: enable_stack in pic16_options is removed,
4802         * (_pic16_parseOptions): removed command line options -penable-stack,
4803         * (_process_pragma): emit stack symbol only when stack pragma is
4804         processed,
4805         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4806         redirected to FSR0L/FSR0H pair,
4807         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4808         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4809         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4810         for immediates,
4811         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4812         * (dumpPicOptype): NEW,
4813         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4814         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4815         with movff instruction,
4816         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4817         added pic16_int_regs, some packRegsFor* functions are commented out,
4818         because produce errors,
4819         * src/pic16/NOTES: minor modifications
4820
4821 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4822
4823         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4824         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4825         --pack-iram.
4826         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4827         * as/mcs51/lkaomf51.c: fixed bug #895763
4828
4829 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4830
4831         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4832
4833 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4834
4835         * doc/sdccman.lyx: added details about the HC08 storage classes and
4836         interrupts, fixed the register usage info for z80 & gbz80
4837
4838 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4839
4840         * doc/sdccman.lyx: added more pic16 port documentation
4841         * device/include/pic16/: added header pic18fregs.h
4842
4843 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4844
4845         * doc/sdccman.lyx: added Vangelis' contribution
4846
4847 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4848
4849         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4850         extend to the next CALL or PCALL, not just to the next CALL.
4851
4852 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4853
4854         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4855
4856 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4857
4858         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4859         bug #895752 and a better fix for bug #716790
4860
4861 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4862
4863         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4864
4865 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4866
4867         * doc/sdccman.lyx: minor changes, minor changed
4868
4869 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4870
4871         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4872         which can't handle SDCC_NEWONEBYTEOPS,
4873         (geniCodeMultiply): removed conversion from mult to shift for pic14
4874         and pic16
4875
4876 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4877
4878         * src/hc08/gen.h,
4879         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4880         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4881         thus fixing bug #895406
4882
4883 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4884
4885         * device/lib/_modsint.c,
4886         * device/lib/_modslong.c: sign follows divisor only
4887         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4888         signs or signedness can be ignored
4889         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4890         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4891         added optimization for IFX,
4892         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4893         arguments;
4894         reenabled optimization for IFX, which was removed on 2004-01-11
4895         * src/SDCCast.h: added return type IFX
4896         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4897         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4898         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4899         SDCC_OLDONEBYTEOPS selects the old behaviour
4900         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4901         changed again and commented promotion rule
4902         * src/SDCCval.c (valDiv): promotion no longer necessary
4903         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4904         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4905         rewritten
4906         * support/regression/tests/onebyte.c: added
4907
4908 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4909
4910         * gen.c (genInline): reverted to old code for assemnling inline
4911         code because of bug reported James Chadd
4912
4913 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4914
4915         * ralloc.h: missing declarations from previous patch,
4916         seems that patch for ralloc.h was never applied, fixed
4917
4918 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4919            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * pcode.c,
4922         * pcode.h,
4923         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4924         indirect addressing. Marked FSR0 as deprecated
4925         * gen.c (pointerCode): commented out, not needed now
4926         (pic16_popGet2p): new MOVFF helper function
4927         (genGenPointerGet),
4928         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4929         (shiftRLong): removed duplicate debugging info
4930
4931 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4932
4933         * src/ds390/gen.c (genNearPointerGet),
4934         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4935         optimization with bits, but not bitfields.
4936         * src/ds390/ralloc.c (packRegisters),
4937         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4938
4939 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4940
4941         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4942
4943 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4944
4945         * src/SDCCsymt.h,
4946         * src/SDCCicode.c (operandFromSymbol),
4947         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4948         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4949         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4950         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4951         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4952         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4953         bug #892038
4954         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4955         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4956         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4957         * src/SDCCsymt.c (newSymbol),
4958         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4959         enumerator_list),
4960         * src/SDCCval.h,
4961         * src/SDCCval.c (newiList): fixed bug #885705
4962
4963 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4964
4965         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4966         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4967
4968 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4969
4970         * device/include/c8051f120.h,
4971         * device/include/c8051f300.h,
4972         * device/include/c8051f310.h: added/updated header files for Silicon
4973         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4974         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4975         in new section Submitting patches
4976
4977 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4978
4979         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4980         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4981         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4982         genGenPointerSet),
4983         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4984         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4985         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4986         genGenPointerSet),
4987         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4988         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4989         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4990         genGenPointerSet),
4991         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4992         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4993         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4994         genGenPointerSet): fixed bug #892400
4995         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4996         to eliminate build warnings.
4997         * src/SDCCast.c (processParms),
4998         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4999         fixed bug 751859
5000         * support/valdiag/valdiag.py: added GCC to the list of defines active
5001         when compiling with gcc
5002
5003 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5004
5005         * support/Util/SDCCerr.h,
5006         * support/Util/SDCCerr.c,
5007         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5008         with an incomplete type (fixed bug #883734)
5009         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5010
5011 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5012
5013         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5014
5015 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5016
5017         * src/SDCCast.c (decorateType),
5018         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5019         function pointer implementation
5020         * support/regression/tests/funptrs.c: added tests to verify both forms
5021         of function pointers work correctly. Added tests to verify parameters
5022         are passed in the correct order.
5023
5024 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5025
5026         * device.c (regCompare): registers are sorted by ascending
5027         address and increasing size,
5028         * main.c (_pic16_finaliseOptions): removed the declaration
5029         of compiler macro MCU. Now a macro of the format pic18fxxxx
5030         will be defined from the command line
5031
5032 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5033             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5034
5035         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5036         PCOP_RLCF was overwritten!
5037         * gen.c (genSkip): commented out calls to pic16_emitcode,
5038         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5039         * (genlshTwo),
5040         * (genRRC): added debugging info,
5041         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5042         overwritten while shifting,
5043         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5044         overwritten while shifting,
5045         * (AccLsh),
5046         * (AccRsh),
5047         * (shiftLLeftOrResult),
5048         * (shiftRLeftOrResult),
5049         * (shiftRLong),
5050         * (shiftLLong): Implemented with pic16_emitpcode
5051         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5052         * (genLeftShift): Fixed bug, operand for shift by variable always
5053         was "and"ed with 0x0f,
5054         * (genLeftShiftLiteral),
5055         * (genrshTwo),
5056         * (genRightShiftLiteral): added debugging info,
5057         * (genrshFour): added comment,
5058         * (genRightShift): determined signedness from operand "left"
5059         instead of "result"
5060
5061 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5062
5063         * src/SDCCicode.c (geniCodeParms),
5064         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5065         function pointers, fixed function pointer bugs #861242 and #861896
5066
5067 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5068
5069         * device/include/c8051f000.h,
5070         * device/include/c8051f120.h,
5071         * device/include/c8051f300.h: added header files for Silicon
5072         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5073
5074 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5075
5076         * src/SDCCast.c (processParams): added new type flow and restructured
5077         (gatherAutoInit): added new type flow
5078         (addCast): cosmetic changes
5079         (getLeftResultType): added new type flow for array indices, patch
5080         provided by Stas, see FR #877103
5081         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5082         array index patch by Stas
5083         * src/SDCCast.h: added prototype getResultTypeFromType()
5084         * src/SDCCval.h,
5085         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5086         * src/pic/glue.c (pic14emitStaticSeg),
5087         * src/pic16/glue.c (pic16emitStaticSeg),
5088         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5089         for initialization of symbols
5090         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5091         * support/Util/SDCCerr.h:
5092         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5093         * .version: bumped version number to 2.3.8
5094         * device/include/Makefile.in (install),
5095         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5096         avoid warnings
5097
5098 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5099
5100         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5101         Slade Rich fixed an optimization bug
5102         * src/pic/pcodepeep.c,
5103         * src/pic/pcoderegs.c
5104         * doc/Makefile (install): added test for directory
5105
5106 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5107
5108         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5109         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5110         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5111         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5112         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5113         * as/mcs51/asexpr.c (term),
5114         * as/hc08/asexpr.c (term): fixed bug #887146
5115
5116 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5117
5118         * src/z80/gen.c (genMult): handle single byte result product
5119         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5120         DUMMY_READ_VOLATILE (fixed bug #886367)
5121
5122 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5123
5124         * support/regression/tests/libmullong.c: fixed logic, on little endian
5125         hosts we ended without a mullong_wrapper()
5126
5127 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5128
5129         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5130         virus/worm forged address usage.
5131
5132 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5133
5134         Fixed promotion, it should be done on AST level:
5135         * src/SDCCast.c (addCast): added promotion to int
5136         (decorateType): updated call to upCast()
5137         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5138         usualUnaryConversions()
5139
5140 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5141
5142         * support/regression/tests/literalop.c (mulWrapper): Added a
5143         wrapper to remove integer overflow warnings.
5144
5145         * support/regression/tests/float_trans.c: Made work on host.
5146
5147         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5148         location of sz80.
5149
5150         * support/regression/generate-cases.py (main): Changed from inline
5151         to a main method.
5152
5153         * doc/Makefile (install): Changed to depth first to get rid of
5154         missing directory install warning.
5155
5156         * as/Makefile (install-doc): Made work on Mac.
5157
5158 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5159
5160         * src/SDCCast.c: added an additional type flow in decorateType() of
5161         opposite direction, see feature request #860006; it's enabled at runtime
5162         by setting the environment variable SDCC_NEWTYPEFLOW
5163         * src/SDCCast.h: changed prototype of decorateType()
5164         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5165         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5166         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5167         see feature request #877103
5168         * src/SDCCval.c: updated call of decorateType()
5169         (valBitwise): fixed bug #882876
5170         (valMinus): added promotion
5171         (valLogicAndOr): result is unsigned
5172         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5173         * src/SDCCsymt.c (computeType),
5174         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5175         must not cause an unsigned operation
5176         * src/pic/glue (pic14emitRegularMap),
5177         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5178
5179 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5180
5181         * src/pic/pcode.c (PCodeID): commented out left over debug code
5182
5183 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5184
5185         * support/valdiag/tests/overflow.c: added shift tests
5186         * src/pic/device.c,
5187         * src/pic/gen.c,
5188         * src/pic/gen.h,
5189         * src/pic/glue.c,
5190         * src/pic/main.c,
5191         * src/pic/pcode.c,
5192         * src/pic/pcode.h,
5193         * src/pic/pcodepeep.c,
5194         * src/pic/pcoderegs.c,
5195         * src/pic/ralloc.c,
5196         * src/pic/ralloc.h: applied patch from Slade Rich;
5197         added support for multiple code pages and multiple RAM banks on the
5198         PIC 14 port. The ASM files now no longer simply assume all the
5199         code / RAM are in the same page / bank. This means the linker can
5200         safely allocate code/RAM of separate ASM files to different pages/banks.
5201         * doc/sdccman.lyx: added Slade's tips
5202         * src/mcs51/peeph.def: fixed bug #880768
5203
5204 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5205
5206         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5207         * src/SDCCast.c (decorateType): fixed bug #880197
5208
5209 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5210
5211         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5212         getopt.h.
5213
5214         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5215         strtof is not part of C89 and isn't included with Mac OS X.
5216
5217 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5218
5219         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5220         shiftL2Left2Result): fixed bug #879326
5221         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5222         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5223         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5224         address fetch for clr instruction
5225         * device/lib/hc08/_mulint.c: created optimized assembly version
5226         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5227
5228 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5229
5230         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5231         proposed in FR #877103
5232
5233 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5234
5235         * src/SDCCval.c (cheapestVal): added missing checks
5236         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5237         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5238
5239 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5240
5241         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5242         equal operands
5243
5244 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5245
5246         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5247         loaded with the linker search paths (-L arguments) and the libraries
5248         to be linked with the current source (-l arguments). Changes
5249         currently will affect only the pic16 port.
5250         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5251         include path the port specific paths and port specific libraries,
5252         * gplink command now contains the $3 argument,
5253         * src/pic16/device.h,
5254         * src/pic16/device.c,: structure PIC_device is made public and
5255         renamed to PIC16_device, the same for variable Pics which is renamed
5256         to Pics16. Updated all references to them.
5257         * src/pic16/glue.c (pic16glue): corrected bug with code
5258         initialization which bypassed the variable initializations block.
5259
5260         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5261         COMPILE_FLAGS and added the --nostdinc option
5262
5263 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5264
5265         * device/include/mc68hc908jb8.h: Register defs for another member
5266         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5267
5268 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5269
5270         Documenting changes from previous commits.
5271         * configure.in (version 1.56),
5272         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5273         when generating output files to configure the pic16 library,
5274         but now I've commented it out, since gputils aren't installed in the
5275         SF compile farm, so library won't compile
5276
5277         * device/lib/Makefile.in (version 1.56): initially I've added in
5278         target 'all' the prerequestive 'model-pic16' so it compiled the
5279         pic16 library, but now I've commented it out for the same reasons
5280         above,
5281         * added targets 'model-pic16' and 'objects-pic16' to compile the
5282         library
5283         * added target 'port-specific-objects-pic16' to handle the
5284         generated libraries and copy them into the build/ directory
5285         * added target 'clean-intermediate-pic16' to clean intermediate
5286         files into pic16 directory
5287         * in target 'installdirs' added line to create directory pic16 in
5288         the installation path
5289
5290         * device/include/Makefile.in (version 1.11): in target 'install'
5291         added lines to copy all header files to installation path,
5292         * in target 'installdirs' added line create directory for pic16
5293         headers in the installation path
5294
5295 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5296
5297         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5298          a function call
5299
5300 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5301
5302         * configure,
5303         * device/lib/configure.in,
5304         * device/lib/configure: fixed for autoconf 2.57
5305
5306 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5307
5308         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5309         option so that it actually works. Made it specific to the z80, since
5310         the gbz80 doesn't have these kinds of I/O ports.
5311
5312 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5313
5314         * device/include/z180.h,
5315         * device/lib/_memcpy.c,
5316         * device/lib/_memmove.c,
5317         * device/lib/_mulint.c,
5318         * device/lib/ser_ir.c,
5319         * device/lib/ser_ir_cts_rts.c,
5320         * device/lib/_strcmp.c,
5321         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5322         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5323         portmode; added deprecation warning for bank= and protmode= forms.
5324         Also, guard against buffer overflow.
5325         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5326
5327 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5328
5329         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5330         changed interrupt vector table generation to only emit declared vectors.
5331         * device/include/Makefile.in: added missing backslash
5332         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5333
5334 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5335
5336         Mainly changes to support compilation of the device libraries
5337         * src/pic16/device.c: stack is allocated via symbol and not
5338         via literal number. The symbol is placed in the corresponding
5339         position of the data ram
5340         * (pic16_dump_section): relocatable and absolute uninitialized
5341         data are now emitted in sorted order to reduce section naming,
5342         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5343         weren't marked as being in the access bank,
5344
5345 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5346
5347         Added portion of GNU PIC Library under the directory
5348         device/include/pic16 and device/lib/pic16. These files
5349         contain the declarations of SFRs for the PIC18Fxx2 devices.
5350         The directory is initialized via configure from toplevel.
5351
5352 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5353
5354         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5355         the spilllocations to be compared correctly
5356
5357 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5358
5359         * src/SDCCast.c (decorateType): fixed bug introduced today
5360
5361 2004-01-12  Borut Razem <borut.razem AT siol.net>
5362
5363         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5364         doc/sdccman.lyx: upper case pragmas are deprecated
5365
5366 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5367
5368         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5369         in simpler and even better code
5370
5371 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5372
5373         * src/SDCCicode.c (operandOperation): fixed bug #874819
5374         * src/SDCCast.c (decorateType): fixed
5375         char foo (unsigned long ul) { return ul > 0; }
5376
5377 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5378
5379         * doc/sdccman.lyx: Moved and added some sections, small changes
5380         all over. Telling LaTeX to be less strict with word spacing
5381         to better keep the right margin. Changed some notes about
5382         maintainance of the ports in section 3.2.1 - is it OK like this?
5383
5384 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5385
5386         SDCC source changes:
5387         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5388         convilong): modified to inform the pic16 port that builtin functions
5389         are external
5390
5391         PIC16 PORT specific changes:
5392         * src/pic16/device.c pic16_dump_equates() added,
5393         processor registers declared internally by the port are emitted in
5394         the translation as equates,
5395         * src/pic16/gen.c: inline code is passed unprocessed to the
5396         translation,
5397         * (pic16_popGetLit2): fnuction modified to take second operand as
5398         pCodeOp pointer and not as literal,
5399         * (popRegFromIdx): prefixed with pic16_,
5400         * (pic16_popCombine2): modified to receive already allocated pCode
5401         operands,
5402         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5403         * (genFunction): initializes local stack frame and pushes on stack
5404         all the registers used by this function,
5405         * (genEndFunction): restores all registers from stack and restores
5406         stack frame,
5407         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5408         improvements,
5409         * (pic16glue): changed the program startup sequence,
5410         * added new dbName code 'A' for functions placed in absolute section
5411         * src/pic16/main.c: added function attribute _naked,
5412         * added pragma 'code' to place a fnuction at an absolute address,
5413         * added command line arguments --debug-ralloc and --pcode-verbose,
5414         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5415         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5416         * (pic16_newpCodeOpLit2): modified to take the second operand as
5417         pCodeOp pointer,
5418         * (pic16_printpBlock): modified to emit each function in a separate
5419         section,
5420         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5421         UPPER for immediate operands,
5422         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5423         instruction,
5424         * src/pic16/peeph.def: all peepholes with movff are commented out,
5425         because there is a problem in the pcode peep optimizer,
5426         * src/pic16/ralloc.c: the register allocator can now reuse local
5427         function symbols for another function. This saves register usage.
5428         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5429
5430         Added file src/pic16/NOTES with information about program writing on
5431         the current port version.
5432
5433 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5434
5435         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5436         and peephole 252 (array access)
5437
5438 2004-01-09  Borut Razem <borut.razem AT siol.net>
5439
5440         * src/SDCCmain.c : fixed #872250: -l command line defined library
5441           files are scanned before standard library files
5442
5443 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * src/SDCCast.c (decorateType): fixed bug #874046
5446
5447 2004-01-09  Borut Razem <borut.razem AT siol.net>
5448
5449         * support/scripts/sdcc.nsi: remove previous installation
5450
5451 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5452
5453         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5454         bytes for last interrupt vector (mcs51)
5455         * sdcc.spec: fixed typo
5456
5457 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5458
5459         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5460         gen51Code): more efficient parameter receive for --model-large
5461         ("bug" #845294)
5462
5463 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5464
5465         * src/ds390/main.c,
5466         * src/z80/main.c: added missed needLinkerScript flags (more than
5467         one port structure defined in these file)
5468         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5469         bug #795325
5470
5471 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5472
5473         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5474         * src/port.h: added flag needLinkerScript in port->linker
5475         structure to inform whether to create a .lnk file or not,
5476         * src/avr/main.c,
5477         * src/ds390/main.c,
5478         * src/hc08/main.c,
5479         * src/mcs51/main.c,
5480         * src/pic/main.c,
5481         * src/pic16/main.c,
5482         * src/xa51/main.c,
5483         * src/z80/main.c: changed appropriately to configure
5484         needLinkerScript flag
5485         * src/pic/gen.c,
5486         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5487         * src/pic/glue.c: added variable udata_section_name to
5488         override default uninitialized data segment definition for
5489         devices only with SHAREBANK memory (reported from Erik Epetrich)
5490         * (pic14emitOverlay): modified to emit a commented overlay segment
5491         directive when no overlay data exist
5492         * (picglue): modified to emit uninitialized data segment
5493         according to udata_section_name
5494         * src/pic/main.c (_pic14_parseOptions): added command line
5495         options --udata-section-name=[name] to override default
5496         udata definition name
5497         * modified _linkCmd and _asmCmd to include compiler passed
5498         arguments via -W option
5499         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5500         object file from '.rel' to '.o' in port->linker structure,
5501         changed size of fptr from 2 to 3 in port structure
5502
5503 2004-01-07  Borut Razem <borut.razem AT siol.net>
5504
5505         * support/scripts/sdcc.nsi: update PATH
5506         * support/scripts/sdcc.ico: craeted
5507
5508 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5509
5510         * device/include/Makefile.in: fix install
5511         * doc/Makefile: fix install
5512
5513 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5514
5515         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5516         in bug #860505
5517         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5518         how the function variable allocation summary is displayed; also
5519         include information about variables allocated to the overlay
5520         segment
5521
5522 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5523
5524         * as/mcs51/lkmain.c: Help about -Y option
5525         * as/mcs51/lkarea.c: Fixed gcc warnings
5526
5527 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5528
5529         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5530         fixed warning
5531         * support/valdiag/tests/overflow.c: added
5532         * src/SDCCast.c (decorateType),
5533         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5534         LEFT_OP (left shift)
5535
5536 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5537
5538         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5539         (default behaviour).
5540
5541 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5542
5543         A python script to validate compiler diagnostic messages. It can be
5544         used to verify that sdcc complains about bad c source code and
5545         gives a good location of the error.
5546         * support/valdiag/Makefile,
5547         * support/valdiag/valdiag.py,
5548         * support/valdiag/tests/*
5549
5550 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5551
5552         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5553         * src/SDCCsymt.c (newEnumType),
5554         * src/SDCCsymt.h
5555         * support/Util/SDCCerr.c,
5556         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5557         enum related bugs.
5558         * support/regression/tests/enum.c: added test for enum values that
5559         require at least 2 bytes of storage.
5560
5561 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5562
5563         * src/common.h: added ifndef/define/endif macros
5564         around the header file.
5565         Bug reported from Jesus Calvino-Fraga
5566
5567 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5568
5569         * sdcc.spec: updated
5570         * device/include/Makefile.in: don't install CVS directories
5571         * device/lib/Makefile.in: added removal of CVS directories after install
5572         * doc/Makefile: fixed install, added local_icons
5573         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5574         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5575         * src/ds390/gen.c (genRightShift): fixed bug #870788
5576         * src/SDCCast.c (decorateType): fixed bug #870781
5577
5578 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5579
5580         PIC16 port related changes:
5581         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5582         added variable stackPos,
5583
5584         * gen.c: genCall, assignResultValue: added support for
5585         pushing/retrieving function parameters to/from stack,
5586         genFunction,genEndFunction: setup stack frame for the
5587         generated function,
5588         genAddrOf: will be changed according to bug 863624
5589
5590         * added files genutils.c and genutils.h which contain gen*
5591         debugged and optimised functions extracted from gen.c
5592
5593         * glue.c: added variable 'externs' which holds extern symbols,
5594         pic16emitRegularMap: is modified to properly handle relocatable
5595          symbols under the new scheme,
5596         pic16createInterruptVect: is modified
5597         pic16printPublics: is modified to emit 'global' assembler directives,
5598         added pic16_printExterns to print extern symbols,
5599         pic16glue: initializes stack/frame pointer in the beginning of
5600         the assembly output. Temporary hack, will be corrected later,
5601         because gplink yet does not support stack and SDCC does not
5602         yet support a type of crt0.o object to create the final binary.
5603
5604         * Removed many lines that contain 8051 legacy code.
5605         * The code is finally placed under a 'code' directive.
5606         * Added port specific options.
5607
5608         * _process_pragma: simplified since now we do not need *special*
5609         include file to define SFR registers. But a separate header
5610         will be needed. This will be developed later.
5611         * _pic16_parseOptions: added, parses port specific options:
5612         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5613         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5614         --preplace-udata-with=
5615
5616         * _pic16_setDefaultOptions: modified to initialize section names,
5617         but hack is temporarly out of order since it needs improvement.
5618         * _pic16_genAssemblerPreamble: configuration words are emitted by
5619         their address instead of their name. This part is incomplete and
5620         supports only the 18Fxx2 devices. Other devices will emit an error
5621         during assembly since they do not contain the same set of config
5622         registers
5623         * _pic16_genIVT: is modified,
5624
5625         * pcode.c: added definitions for some hardware registers that are needed
5626         for stack support
5627         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5628         All PCI entries are updated. Now LFSR is supported.
5629         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5630         * added pic16_newpCodeOpLit2 to support instructions with
5631         two literal arguments
5632         * pic16_pCode2str: corrected code that emits assembler instructions
5633         with two literal operands and those that have an access bit modifier
5634         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5635         this fixes a bug which caused some labels to be lost, when an
5636         assembler directive was added, i.e. banksel,
5637         * pic16_FixRegisterBanking: improved logic that causes the insertion
5638         of bank switching,
5639         * InlineFunction: functions that are called once, are not any more
5640         inlined. This can be a port option in the future,
5641
5642         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5643
5644         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5645         hold the corresponding uninitialized symbols,
5646         * pic16_allocProcessorRegister: registers have explicit marked the
5647         accessBank field,
5648         * pic16_allocInternalRegister: registers are explicit marked as
5649         not used,
5650         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5651         processing list, so bit registers were lost,
5652         *
5653
5654         * ralloc.h: added field 'accessBank' and original symbol operand
5655         in register definition,
5656         * removed the field isMapped from register definition,
5657
5658         ** Several functions have been removed from various sources:
5659         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5660         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5661         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5662         pic16_assignRelocatableRegisters
5663
5664         ** others have been introduced:
5665         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5666         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5667
5668 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5669
5670         * support/scripts/inc2h.pl: changed definition of BIT_AT
5671         to emit 'sbit at' instead of 'bit at'. This was a request.
5672
5673         PIC16 port related preliminary changes:
5674         * gen.c: prefixed function popRegFromString with
5675         pic16_ and all references to it corrected
5676         * pcode.c: all pic16_pc_* hardware registers prefixed
5677         with underscore (_),
5678         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5679         * ralloc.c: newReg(): when register is REG_SFR then
5680         set address to rIdx,
5681         pic16_allocProcessorRegister(): marks register wasUsed=0
5682         pic16_writeUsedRegs(): added a call to assign processor
5683         registers via pic16_assignFixedRegisters
5684
5685 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5686
5687         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5688         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5689         variables in unused register banks.  Also the SSEG is placed
5690         wherever there is enough space for it, and IDATA can be anywhere
5691         in internal RAM.  For now compile using -Wl-Y[stack_size].
5692         The mem file is different for this option as well, since it
5693         makes no sense of talking about DSEG lenght.
5694
5695 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5696
5697         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5698         in certain cases, e.g. when ROM assignment, patch provided
5699         from Albert den Haan.
5700
5701 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5702
5703         Many signedness and type propagation fixes:
5704         * src/SDCCicode.c: made geniCodeCast() static
5705         replaced SPEC_ by IS_ (cosmetic)
5706         (operandOperation): fixed div and mod operation
5707         (usualBinaryConversions): added support for promotion of char
5708         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5709         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5710         (geniCodeAdd): an array index will stay unsigned, even if promoted
5711         from char to int
5712         (geniCodeArray): ditto
5713         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5714         * src/SDCCsymt.c (computeType): added more support for char;
5715         promotion of char is selectable by promoteCharToInt, fixed signedness
5716         for all cases
5717         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5718         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5719         * src/SDCCval (val*): replaced signedness calculation by
5720         computeType()
5721         rearranged if-branches (cosmetic)
5722         (valShift): added warning W_SHIFT_CHANGED
5723         (valCompare): fixed problem with different types
5724         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5725         * support/regression/tests/literalop.c: added many cases
5726         * support/regression/tests/ast_constant_folding.c: changed finally to
5727         'unsigned int'
5728         * .version: new year, new version: 2.3.7
5729         * src/SDCCmain.c (main): applied patch #866468
5730         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5731         provided by Scott Bronson
5732         * doc/sdccman.lyx: updated documentation for sdcdb
5733         updated and added chapter tips
5734
5735 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/SDCCsymt.h: missing from yesterday's commits
5738
5739 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5740
5741         * src/SDCC.y (struct_or_union_specifier),
5742         * support/Util/SDCCerr.c,
5743         * support/Util/SDCCerr.h: verify that struct & union tags are used
5744         as declared.
5745
5746 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5747
5748         * src/SDCCglobl.h: missing from yesterday's commits
5749
5750 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5751
5752         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5753         sft_attributes, struct_declaration, parameter_declaration,
5754         type_name, start_block, declaration_list),
5755         * src/SDCC.lex (check_type): support redefinition of typedef names
5756
5757 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5758
5759         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5760         aligned xdata arrays. Erik helped me with the if clause.
5761
5762 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5763
5764         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5765         warning
5766
5767 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5768
5769         * src/SDCCast.h,
5770         * src/SDCCast.c (newAst_),
5771         * src/SDCCicode.h,
5772         * src/SDCCicode.c (ast2iCode, newiCode),
5773         * src/SDCCglobl.h,
5774         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5775         expr, statement, expression_statement, selection_statement,
5776         iteration_statement, expr_opt, jump_statement): foundation for tracking
5777         sequence points
5778         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5779         point code too)
5780
5781 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * support/Util/SDCCerr.c,
5784         * src/SDCCast.h,
5785         * src/SDCCast.c (createCase, createDefault, decorateType),
5786         * src/SDCClabel.c (labelUnreach),
5787         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5788         to error messages.
5789         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5790         (with thanks to Stas Sergeev)
5791         * device/include/time.h,
5792         * device/lib/time.c (CheckTime): suppress unreachable code warning
5793
5794 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5795
5796         * src/SDCCast.c (createIvalCharPtr),
5797         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5798         bug #753752)
5799         * support/regression/tests/nullstring.c: tests for these two bugs
5800
5801 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * support/Util/SDCCerr.h,
5804         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5805         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5806         about storage class and 'at' used inside struct or union
5807         * src/SDCCBBlock.c (iCodeFromeBBlock),
5808         * src/SDCCcse.c (ifxOptimize),
5809         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5810         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5811         printIval, emitStaticSeg, emitOverlay),
5812         * src/SDCClabel.c (deleteIfx),
5813         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5814         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5815         gatherAutoInit, processParms),
5816         * support/Util/SDCCerr.h,
5817         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5818         reporting for post-parse errors.
5819
5820 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5821
5822         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5823         implicit casts via union; they don't work on big endian systems
5824         (possible fix for bug #861138)
5825
5826 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5827
5828         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5829         * src/mcs51/main.c: fixed the fix for bug #737001
5830
5831 2003-12-15  Borut Razem <borut.razem AT siol.net>
5832
5833         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5834
5835 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5836
5837         * support/makebin/makebin.c: put output in binary mode
5838
5839 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5840
5841         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5842         xdata and data memory on startup. Set the environment variable
5843         SDCC_NOGENRAMCLEAR to disable this.
5844         * src/mcs51/peephole.def,
5845         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5846         (allows non-interrupt and interrupt code to safely compete for a resource
5847         without the non-interrupt code having to disable interrupts)
5848
5849 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5850
5851         * src/SDCCicode.c (geniCodeAdd),
5852         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5853         with valFromType if type might be a pointer and host is big endian).
5854         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5855         types, not just integer types.
5856         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5857         multiply defined with mismatching "at" address.
5858
5859 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5860
5861         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5862         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5863         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5864         with embedded nulls (fixed bug #753752)
5865
5866 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5867
5868         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5869         Apparently this did not see much testing (endless loop)
5870
5871 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5872
5873         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5874
5875 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5878         gracefully handle NULL memmap pointers
5879
5880 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5881
5882         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5883         instead of deleting the iCode when an operand is volatile
5884         * src/z80/gen.c (genDummyRead),
5885         * src/mcs51/gen.c (genDummyRead),
5886         * src/ds390/gen.c (genDummyRead),
5887         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5888         not just IC_RIGHT
5889         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5890         * src/SDCC.y: fixed bug #850420
5891
5892 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         Applied z80 i/o port patch from Peter Townson and fixed some operators
5895         to better handle operands in A register.
5896         * device/include/z180.h
5897         * src/SDCC.y
5898         * src/SDCCglue.c
5899         * src/z80/gen.c
5900         * src/z80/gen.h
5901         * src/z80/main.c
5902         * src/z80/peeph-z80.def
5903         * src/z80/peeph.def
5904         * src/z80/z80.h
5905
5906 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5907
5908         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5909
5910 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5911
5912         * device/lib/hc08/_mullong.c: Removed extra #endif
5913
5914 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * sim/ucsim/hc08.src/inst.cc,
5917         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5918         carries from x to h
5919         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5920         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5921         * device/include/stdarg.h: fixed varargs for hc08
5922         * device/lib/Makefile.in,
5923         * device/lib/hc08/Makefile,
5924         * device/lib/hc08/_mulint.c,
5925         * device/lib/hc08/_mullong.c: fixed some endian problems
5926
5927 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5928
5929         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5930         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5931         * device/lib/_gptrget.c,
5932         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5933
5934 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5935
5936         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5937         * src/SDCCast.c (astErrors): fixed bug #846007
5938         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5939
5940 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5941
5942         * src/SDCCast.c (decorateType): disabled a transformation I added in
5943         revision 1.188 (access to fields of a structure at an absolute address);
5944         it breaks with bitfields, extern declarations, and gcse analysis.
5945         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5946         could be assigned through a pointer, so don't complain.
5947         * src/SDCCast.c (astErrors),
5948         * src/SDCCast.h,
5949         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5950
5951 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5952
5953         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5954         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5955         output of __config directives, since gpasm now supports them
5956         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5957         pre-processor macro, i.e. -DMCU=p18f452
5958         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5959         and modified to handle 'cast' icode similarly to '=' icode
5960         * src/pic16/device.h (typedef struct PIC_device): added field
5961         'extMIface' to indicate that chip has external memory interface
5962         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5963         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5964         18F8720
5965
5966 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/SDCC.y (pointer): fixed bug #846006
5969         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5970         * src/SDCCast.c (decorateType): fixed bug #846009
5971         * src/ds390/peeph.def,
5972         * src/ds390/gen.c (genAnd, genOr),
5973         * src/mcs51/peeph.def,
5974         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5975
5976 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5979         * src/SDCCdflow.c
5980         * src/SDCCcse.c
5981         * src/SDCCcse.h
5982         * src/SDCCBBlock.h
5983         * src/SDCCBBlock.c
5984
5985 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5986
5987         fixed bug #845089
5988         * src/SDCCbitv.h,
5989         * src/SDCCbitv.c: added function to free a bitvector
5990         * src/SDCClrange.h,
5991         * src/SDCClrange.c: added function to recompute the liveranges
5992         * src/avr/ralloc.c,
5993         * src/ds390/ralloc.c,
5994         * src/hc08/ralloc.c,
5995         * src/mcs51/ralloc.c,
5996         * src/pic/ralloc.c,
5997         * src/pic16/ralloc.c,
5998         * src/xa51/ralloc.c,
5999         * src/z80/ralloc.c: recompute the liveranges after register packing
6000
6001 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6002
6003         * src/SDCCloop.c (newInduction): fixed bug #845630
6004
6005 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6006
6007         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6008         inadvertantly left behind from my 2003-11-12 change
6009
6010 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6011
6012         Updated headers I neglected to commit yesterday.
6013         * src/SDCClrange.h,
6014         * src/SDCCicode.h
6015
6016 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6017
6018         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6019         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6020         * src/SDCCopt.c (eBBlockFromiCode),
6021         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6022         the creation of the key hash table from the sequencing so it can be used
6023         earlier (for some GCSE bug fixes still pending)
6024
6025 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6026
6027         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6028         * support/regression/tests/addsub.c: testing genPlus shortcut
6029
6030 2003-11-15  Borut Razem <borut.razem AT siol.net>
6031
6032         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6033
6034 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6035
6036         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6037         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6038         ordering is immaterial.
6039         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6040
6041 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6042
6043         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6044         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6045         (SIGSEV) of bug #840381
6046         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6047         unlink new file before rename if new and old filenames are the same)
6048
6049 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6050
6051         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6052         uninitialized variables) for the mcs51. Set environment variable
6053         SDCC_GENRAMCLEAR to test.
6054         xdata initialization slightly shorter
6055
6056 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6057
6058         * src/SDCCsymt.h,
6059         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6060         #838241 & 780691 (basicly the same bug)
6061         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6062         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6063
6064 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6065
6066         * src/SDCCmain.c (linkEdit): "fix" #834252
6067
6068 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6071         * src/SDCCast.h,
6072         * src/SDCC.y: fixed bug #819403
6073
6074 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6075
6076         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6077         the reentrant attribute.
6078         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6079         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6080         simulation
6081         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6082         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6083         erroneously reduced to a literal.
6084         * src/hc08/ralloc.c (packRegisters, rematStr),
6085         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6086         some cases
6087
6088 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6089
6090         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6091         * doc/sdccman.lyx: changed from 'article' to 'book'
6092         * doc/Makefile: readded test_suite_spec and cdbfileformat
6093
6094 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6095
6096         * device/include/stdlib.h: include malloc.h to comply with ANSI
6097         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6098
6099 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6100
6101         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6102         * doc/clean.mk: also remove *.out files
6103         * doc/sdccman.lyx: some additions, larger top/bottom margins
6104
6105 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6106
6107         * src/SDCC.y: fixed bug #837365
6108         * support/regression/tests/bitopcse.c
6109         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6110         a symbol (might be valop instead)
6111         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6112         * device/lib/clean.mk: added hc08 to the cleaning list
6113
6114 2003-11-04  Borut Razem <borut.razem AT siol.net>
6115
6116         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6117           made 2003-11-04
6118         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6119           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6120           malloc is declared in standard stdlib.h
6121
6122 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6123
6124         * device/lib/hc08/Makefile: need to clean .rel not .o files
6125         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6126
6127 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6128
6129         * src/port.h,
6130         * src/hc08/main.c,
6131         * src/mcs51/main.c,
6132         * src/ds390/main.c,
6133         * src/z80/main.c,
6134         * src/avr/main.c,
6135         * src/pic/main.c,
6136         * src/pic16/main.c,
6137         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6138         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6139         tests (which uses the port's oclsExpense function)
6140         * src/SDCC.y,
6141         * src/SDCCast.c,
6142         * src/SDCCicode.c,
6143         * src/hc08/gen.c,
6144         * src/ds390/gen.c,
6145         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6146
6147 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6148
6149         * src/SDCCcse.c (ifxOptimize),
6150         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6151         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6152         deleting the IFX iCode.
6153         * src/hc08/ralloc.c: reduced unneeded slocs
6154         * src/hc08/gen.c: fixed bug in asmopToBoolean
6155
6156 2003-11-04  Borut Razem <borut.razem AT siol.net>
6157
6158         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6159           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6160           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6161           transferred to configure
6162
6163 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6164
6165         Use headers defined in the C[++] standards:
6166         * sim/ucsim/gui.src/serio.src/fileio.cc
6167         * sim/ucsim/gui.src/serio.src/frontend.cc
6168         * sim/ucsim/gui.src/serio.src/main.cc
6169         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6170         * support/Util/NewAlloc.c
6171         * as/hc08/lklibr.c
6172         * as/mcs51/lklibr.c
6173         * as/z80/aslist.c
6174         * as/z80/assym.c
6175
6176 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6177
6178         * Added MSVC projects for hc08 assembler and linker:
6179         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6180         /as/hc08/link_hc08.dsp
6181
6182 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6183
6184         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6185
6186 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6187
6188         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6189
6190 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6191
6192         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6193
6194 2003-10-31  Borut Razem <borut.razem AT siol.net>
6195
6196         * support/cpp2/cpplib.h,
6197           support/cpp2/cpplib.c,
6198           support/cpp2/cpplex.c,
6199           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6200           to switch _asm block preprocessing on / off. Default is
6201           #pragma preproc_asm +
6202
6203 2003-10-31  Borut Razem <borut.razem AT siol.net>
6204
6205         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6206           when outputting comment blocks (when executed with -C option) and
6207           _asm (SDCPP specific) blocks
6208
6209 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6210
6211         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6212
6213 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6214
6215         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6216
6217 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6218
6219         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6220         * src/SDCCast.c (decorateType): fixed bug #832664
6221
6222 2003-10-31  Borut Razem <borut.razem AT siol.net>
6223
6224         * support\cpp2\cpplex.c: fixed for SDCPP:
6225           comments(when executed with -C option) and _asm blocks
6226           were included even if they where in skipped #if block.
6227           Applied solution from GCC cpp 3.3.2
6228
6229 2003-10-31  Borut Razem <borut.razem AT siol.net>
6230
6231         * src/SDCC.lex: sdcc now understands both formats:
6232           '# <line_number> <file_name>' and
6233           '#line <line_number> <file_name>'
6234         * support/cpp2/cppmain.c: sdcpp now generates the standard
6235           '# <line_number> <file_name>' instead of former
6236           '#line <line_number> <file_name>'
6237
6238 2003-10-30  Borut Razem <borut.razem AT siol.net>
6239
6240         * support/cpp2/cpphash.h,
6241         * support/cpp2/cpplib.h
6242         * support/cpp2/cpplex.c,
6243         * support/cpp2/cppmain.c,
6244         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6245
6246 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6247
6248         Fixed a number of problems revealed by bug #827883.
6249         * src/SDCCloop.c (loopInvariants): Spill location of the
6250         result operand should be recomputed if extracted from
6251         a loop. Also, don't extract assignments of an iTemp
6252         from a literal.
6253         * src/SDCCast.c (isConformingBody): loop reversal should
6254         not occur if the control variable is involved with a
6255         relational operator.
6256
6257 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6258
6259         * .version: bumped to 2.3.6 to reflect the big improvements
6260         made by Erik and Klaus. Thanks!
6261
6262 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6263
6264         Replaced the livrange code.
6265         * src/SDCClrange.c: added new LR code
6266         * src/SDCCloop.c,
6267         * src/SDCCBBlock.h: removed remainig parts from old LR code
6268         * src/ds390/ralloc.c,
6269         * src/ds390/gen.c: minor fixes to make it work with new code
6270
6271 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6272
6273         * as/hc08/asm.h,
6274         * as/hc08/lkrloc.c,
6275         * src/hc08/gen.c,
6276         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6277         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6278         (tweaked fix for bug #818696)
6279
6280 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6281
6282         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6283
6284 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6285
6286         * src/SDCCmain.c,
6287         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6288         * src/mcs51/gen.c (gencjneshort),
6289         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6290         more efficient (per Scott Bronson's suggestion)
6291
6292 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6293
6294         Extended the semantics of the critical keyword to include
6295         individual statements. See RFE #827755 and #799831
6296         * src/SDCC.y
6297         * src/SDCCicode.c
6298         * src/SDCCopt.c
6299         * src/SDCCast.c
6300         * support/Util/SDCCerr.c
6301         * support/Util/SDCCerr.h
6302         * src/mcs51/gen.c
6303         * src/ds390/gen.c
6304         * src/hc08/gen.c
6305
6306 2003-10-19  Borut Razem <borut.razem AT siol.net>
6307
6308         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6309
6310 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6311
6312         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6313         Fixed bug #818696
6314         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6315         and predecrement operand is displayed
6316
6317 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6318
6319         * src/SDCCval.c (valMinus): fixed bug #826041
6320
6321 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6322
6323         Some hc08 related updates that I missed earlier
6324         * sim/ucsim/stypes.h
6325         * support/regression/ports/hc08/spec.mk
6326
6327 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         New target "hc08" for the Motorola 68hc08 family of micros
6330
6331         * configure
6332         * configure.in
6333         * Makefile
6334         * src/hc08/*
6335         * src/SDCCmain.c
6336         * src/port.h
6337         * sim/ucsim/hc08.src/*
6338         * sim/ucsim/configure.in
6339         * src/ucsim/configure
6340         * sim/ucsim/packages_in.mk
6341         * as/hc08/*
6342         * as/Makefile
6343         * device/include/mc68hc908qy.h
6344         * device/lib/hc08/*
6345         * device/lib/Makefile.in
6346         * support/regression/ports/hc08/*
6347         * support/regression/Makefile
6348
6349 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6352         regression test
6353         * src/ds390/gen.c (genCast): fixed bug #821957
6354
6355 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6356
6357         * device/lib/logf.c: "fixed" overlay bug
6358         * support/regression/ports/host/spec.mk: added m library
6359         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6360         * support/regression/tests/float_trans: added (for Eric)
6361
6362 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6363
6364         * src/mcs51/gen.c (genCpl): fixed bug
6365         http://sf.net/mailarchive/message.php?msg_id=6263915
6366
6367 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6368
6369         * src/SDCCast.c (decorateType): added extended constant folding
6370         * src/SDCCsymt.c (computeType): cleanup
6371         * src/SDCCval.c (valShift): minor optimization
6372         * support/regression/tests/ast_constant_folding.c: added
6373
6374 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/SDCCmain.c: removed some unintended changes
6377
6378 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6379
6380         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6381         * src/z80/gen.c: fixed part of bug #817589
6382         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6383
6384 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6385
6386         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6387         * src/SDCCcflow.c
6388         * src/SDCCcse.c
6389         * src/SDCCdflow.c
6390         * src/SDCClabel.c
6391         * src/SDCClrange.c
6392         * src/SDCCmem.c
6393         * src/SDCCopt.c
6394         * src/SDCCpeeph.c
6395         * src/SDCCset.c
6396         * src/avr/ralloc.c
6397         * src/ds390/ralloc.c
6398         * src/izt/ralloc.c
6399         * src/mcs51/ralloc.c
6400         * src/pic/ralloc.c
6401         * src/pic16/ralloc.c
6402         * src/xa51/ralloc.c
6403         * src/z80/ralloc.c
6404         * src/z80/gen.c: removed unused label "release:"
6405
6406 2003-10-06  Borut Razem <borut.razem AT siol.net>
6407
6408         * src/SDCC.lex: removed definition of unused variables
6409           save_optimize and save_options
6410
6411 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6412
6413         * clean.mk: removed '=' in "-maxdepth=1"
6414         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6415         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6416
6417 2003-10-06  Borut Razem <borut.razem AT siol.net>
6418
6419         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6420           my_unput() replaced by unput()
6421
6422 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6423
6424         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6425         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6426         type-punned pointer will break strict-aliasing rules"
6427         Old LR behaviour is again default; Klaus' LR can be choosen by
6428         defining the environment variable LRKLAUS
6429         * src/SDCCBBlock.h
6430         * src/SDCCloop.c
6431         * src/SDCClrange.c
6432         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6433         * clean.mk: fixed removal of files in bin/CVS/
6434         * device/lib/clean.mk: fixed removal of directories small and large
6435         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6436         * src/SDCCicode.c,
6437         * src/SDCCval.c: removed superflous test for pedantic
6438
6439 2003-10-05  Borut Razem <borut.razem AT siol.net>
6440
6441         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6442           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6443           message "unmatched #pragma SAVE and #pragma RESTORE"
6444
6445 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6446
6447         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6448           assembly, critical functions, atomic, nojtbound)
6449
6450 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6451
6452         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6453         * src/SDCCBBlock.h
6454         * src/SDCCloop.c
6455         * src/SDCCloop.h
6456         * src/SDCClrange.c
6457
6458 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6459
6460         * src/z80/gen.h,
6461         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6462         * src/mcs51/gen.h
6463         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6464         * src/ds390/gen.h
6465         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6466         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6467         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6468
6469 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6470
6471         * src/z80/gen.c (genRet): fixed bug #524753
6472         * src/z80/gen.c (genCast): fixed internal error on cast from
6473         pointer to long
6474         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6475         fix for bug #477835 to the z80
6476         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6477         for tracking iCodes in the peephole optimizer for z80
6478
6479 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6482         the other part of bug #814548
6483         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6484
6485 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6486
6487         * src/SDCCcse.c: fixed part of bug #814548
6488
6489 2003-09-28  Borut Razem <borut.razem AT siol.net>
6490
6491         * src/asm.c: rewrite of printILine() to use temporary file instead
6492           a pipe
6493         * src/xa51/main.c: commented out declaration of int rewinds
6494
6495 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6496
6497         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6498
6499 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6502         * src/asm.c (printILine): Fixed bug #811015
6503
6504 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6505
6506         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6507         freeing.
6508
6509 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6510
6511         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6512         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6513         to correctly handle general case of AOP_PAIRPTR
6514         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6515
6516 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6517
6518         * src/mcs51/ralloc.c (fillGaps),
6519         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6520         register positioning bug)
6521
6522 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6523
6524         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6525
6526 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6527
6528         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6529         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6530         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6531         (ralloc doesn't intentionally do this now, but perhaps later)
6532         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6533         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6534         register positioning bugs (Fixed bug #762602 and #795325)
6535         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6536         (Fixed bug #808779)
6537         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6538         lines that --i-code-in-asm generates
6539
6540 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6541
6542         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6543         trying to fclose a FILE* that was already closed.
6544
6545 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6548         of const struct should be treated as if const themselves)
6549
6550 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6551
6552         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6553
6554 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6555
6556         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6557         Unix (/n) and DOS (/r/n) line terminations.
6558
6559 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6562         bug #613775
6563
6564 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * src/mcs51/gen.c (genFunction, genEndFunction),
6567         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6568         and restore of EA so that stack offsets to parameters are
6569         correct when using both critical and reentrant/stack-auto.
6570         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6571         size (can be triggered in error if sloc is shared between
6572         different sized objects)
6573         * device/include/float.h: fixed macros to explicitly use
6574         unsigned long where needed
6575
6576 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6577
6578         Feature req. 799831: added code to allow nesting of critical functions
6579         * src/mcs51/gen.c (genFunction, genEndFunction)
6580         * src/ds390/gen.c (genFunction, genEndFunction)
6581
6582 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6583
6584         * src/SDCCsymt.c (sclsFromPtr),
6585         * src/SDCCsymt.h,
6586         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6587         support for standard C idiom of memory mapped variables; for
6588         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6589         to xdata int at 0x1234 tempvar = 1.
6590         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6591         provided by Akiya ISHIDA
6592
6593 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6594
6595         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6596         * src/SDCCval.c (constVal): added reduction from int to char
6597         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6598         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6599         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6600         to ignore the sign
6601         * support/regression/tests/shifts.c: fixed
6602
6603 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6604
6605         * src/z80/gen.c (genXor): Fixed bug #805445
6606
6607 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6608
6609         Fixed bug #621531 (const & volatile confusion in the type chain).
6610         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6611         refer to the const or volatile state of the pointer itself.
6612
6613         * src/SDCCast.c
6614         * src/SDCCglue.c
6615         * src/SDCCicode.c
6616         * src/SDCCsymt.c
6617         * src/SDCCval.c
6618         * src/SDCC.y
6619         * src/SDCCsymt.h
6620         * src/pic/gen.c
6621         * src/pic/ralloc.c
6622         * src/pic16/gen.c
6623         * src/pic16/ralloc.c
6624         * support/regression/tests/const.c
6625
6626 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6627
6628         When checking for duplicated modules, use absolute paths
6629         instead of relative paths.  Files changed:
6630
6631         * as/mcs51/lklib.c
6632         * link/z80/lklib.c
6633
6634 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6635
6636         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6637
6638 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * device/include/string.h: added size_t typedef, changed
6641         prototypes to use size_t, eliminated separate reentrant and
6642         non-reentrant declarations, added _memmove declaration
6643         * device/lib/_memcpy.c: changed to use size_t instead of int,
6644         changed /4 to >>2 to avoid division library call
6645         * device/lib/_memcmp.c,
6646         * device/lib/_memset.c,
6647         * device/lib/_strncat.c,
6648         * device/lib/_strncpy.c,
6649         * device/lib/_strncmp.c: changed to use size_t instead of int
6650         * device/lib/_memmove.c: new file (fixed bug #772294)
6651         * device/lib/Makefile.in: added _memmove.c
6652         * device/lib/z80/asm_strings.s: fixed bug #772290
6653         * support/regression/tests/bitfields.c: attempt to fix host assertion
6654         failure on amd64-unknown-linux2.2
6655
6656 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6659         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6660         * as/z80/asmain.c (main): fixed bug #801766
6661
6662 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6663
6664         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6665         compilers
6666
6667 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6668
6669         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6670         reported in bug #800609
6671
6672 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6673
6674         * Top header beautifications in src/pic16 directory:
6675           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6676           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6677           pcoderegs.h, ralloc.c, ralloc.h
6678         * main.c: added top header and GPL license notice
6679         * pcode.c: fixed the if-conditional warning
6680
6681 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6682
6683         * device/lib/_mullong.c: replaced int by short for gcc
6684
6685 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6688         and JUMPTABLE iCodes properly now (worked by accident before)
6689         * src/mcs51/gen.c (leftRightUseAcc),
6690         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6691         iCode properly now. Use getSize instead of nRegs since a & b
6692         aren't part of the nRegs tally.
6693
6694 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6695
6696         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6697         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6698           before instructions that use the _STATUS register
6699
6700 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6701
6702         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6703         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6704         fetching of the pointer
6705         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6706         copied from genNearPointerSet()
6707         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6708         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6709         If they pop r0/r1 they must be called in the opposite order than aopOp().
6710         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6711         (resp. --stack-auto), prepared for --xstack
6712
6713 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6714
6715         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6716
6717 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6718
6719         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6720         these ports have their own __sdcc_external_start()
6721
6722 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6723
6724         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6725         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6726         type for bits was changed. It resulted in bit variables becoming
6727         global, which is not permitted in PIC 14 assembly output.
6728
6729 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6730
6731         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6732
6733 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6734
6735         Z80 and MCS51 linkers complaint if a public symbol is defined
6736         in more than one library module:
6737
6738         * as/mcs51/lklib.c
6739         * link/z80/lklib.c
6740         * as/mcs51/Makefile.in
6741
6742 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         A few small changes that speed up the peephole optimizer.
6745
6746         * src/SDCCpeeph.c
6747
6748 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6749
6750         Try to make the peephole optimizer smarter by maintaining
6751         an association between the assembly source code and the
6752         iCodes that originated them. Put this information to use
6753         with a new peephole rule condition "notVolatile" so that
6754         the rules can be aggressive yet still safe.
6755
6756         * src/SDCCpeeph.c
6757         * src/SDCCpeeph.h
6758         * src/mcs51/gen.c
6759         * src/mcs51/peeph.def
6760
6761 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         Fixed bug #741761
6764
6765         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6766         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6767         if the left or right operand symbols have the accuse flag set.
6768
6769 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6770
6771         Changed the type of the result of the ! (NOT) operator to char;
6772         previously it returned the same type as the source. This allows
6773         us to eliminate all the genFloatNot functions (all of its target
6774         implementations were very buggy) since !float can use the same
6775         code as !long now.
6776
6777         * src/SDCCicode.c (ast2iCode): ! returns char
6778         * src/mcs51/gen.c (genNot, genNotFloat),
6779         * src/ds390/gen.c (genNot, genNotFloat),
6780         * src/z80/gen.c (genNot, genNotFloat),
6781         * src/pic/gen.c (genNot, genNotFloat),
6782         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6783
6784 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6785
6786         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6787         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6788            during interrupts. Ensure WSAVE is located at a shared bank address.
6789         2. Fixed page selection in some places
6790         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6791            the registers name strings.
6792         4. Fixed "signed / unsigned compare" compiler warnings.
6793         5. The PIC port manages its own allocation of the general purpose
6794            registers, but makes no attempt to reuse them. As a result when
6795            compiling it soon runs out of general purpose registers. Some
6796            additional code was added to the files pcode.c and device.c to walk
6797            through the function call tree and rename the registers so that they
6798            get reused.
6799
6800         * src/pic/device.c
6801         * src/pic/gen.c
6802         * src/pic/glue.c
6803         * src/pic/pcode.c
6804         * src/pic/pcode.h
6805         * src/pic/ralloc.c
6806         * src/pic/ralloc.h
6807         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6808         genPlus() & genMinus() when the result is the same as left or right
6809
6810 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6813
6814 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6815
6816         Made bitfield a distinct type from bit so that bitfields
6817         convert as per ANSI C and bits retain their traditional
6818         boolean style behaviour. Implemented bitfield support in
6819         the z80 port.
6820
6821         * src/SDCCsymt.h,
6822         * src/SDCCsymt.c,
6823         * src/SDCCast.c,
6824         * src/cdbFile.c,
6825         * src/mcs51/gen.c,
6826         * src/ds390/gen.c: bit v bitfield split
6827         * src/z80/gen.c: New support for bitfields
6828         * support/regression/tests/bitfields.c: reenabled z80,
6829         added more tests
6830
6831 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6832
6833         Rules 246.x, 247.x relate to bitfields, the others speed up
6834         access to xdata mapped I/O devices.
6835
6836         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6837
6838 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6839
6840         Cleaned up genPackBits and genUnpackBits and added two helper
6841         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6842         for literal assignments in genPackBits (thanks to Frieder for
6843         reminding me).
6844
6845         * src/mcs51/gen.c
6846         * src/ds390/gen.c
6847
6848 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6849
6850         Fixed bug #748310 (pointer to function type mishandled when the
6851         function name is omitted). Also fixed a SIGSEGV when a function
6852         attribute (reentrant, etc) is used on a non-function or on a
6853         function but misplaced before the parameter list.
6854
6855         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6856         bug #748310
6857         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6858         * support/Util/SDCCerr.h,
6859         * support/Util/SDCCerr.c: Added func attr misuse error msg
6860
6861 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6862
6863         Fixed bug #787649 by anonymous
6864         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6865         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6866
6867 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6868
6869         Fixed numerous bitfield problems.
6870
6871         * src/SDCC.y: More bitfield related error checking
6872         * src/SDCCsymt.h,
6873         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6874         * support/Util/SDCCerr.h,
6875         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6876         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6877         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6878         * support/regression/tests/bitfields.c: tests added
6879
6880 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6881
6882         Made the constant following the "interrupt" keyword optional. If
6883         omitted, the function will not automatically be given an entry
6884         in the interrupt vector table (similar to #pragma NOIV, but
6885         less syntacticly kludgy). The interrupt number is also now
6886         range checked. Also fixed a bug in the high order bit example
6887         in the manual.
6888
6889         * src/SDCC.y
6890         * src/SDCCmem.c
6891         * src/SDCCglue.c
6892         * src/SDCCsymt.h
6893         * support/Util/SDCCerr.c
6894         * support/Util/SDCCerr.h
6895         * doc/sdccman.lyx
6896
6897 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6898
6899         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6900         * src/SDCCicode.c (operandOperation): rewritten some ops
6901         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6902         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6903         other type
6904         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6905         be re-activated by defining REDUCE_LITERALS)
6906         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6907         unsigned, but are signed by default
6908         * src/SDCCval.c (constVal): rearranged
6909         * src/SDCCval.c (valMod): preliminary fix
6910         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6911         * support/regression/literalop.c: added, work in progress
6912
6913 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6914
6915         Generate warnings for useless declarations like "char data;"
6916         that don't do what new users expect.
6917
6918         * src/SDCC.y
6919         * support/Util/SDCCerr.h
6920         * support/Util/SDCCerr.c
6921
6922 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6923
6924         * src/SDCCval.c (valMult): fix overflow detection of negative int
6925
6926 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6929
6930         Changes to support big endian targets:
6931
6932         * src/ports.h
6933         * src/SDCCglue.c
6934         * src/avr/main.c
6935         * src/ds390/main.c
6936         * src/izt/i186.c
6937         * src/mcs51/main.c
6938         * src/pic/main.c
6939         * src/pic16/main.c
6940         * src/xa51/main.c
6941         * src/z80/main.c
6942
6943 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6944
6945         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6946         * device/lib/time.c: fixed warning "integer overflow in expression"
6947
6948 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6949
6950         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6951         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6952         constants are unsigned; added recognition of "u" flag for unsigned
6953         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6954         * src/SDCCval.c (valDiv, valMod): fixed signdness
6955         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6956         signedness of modulo, left and right shift
6957         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6958         * support/Util/SDCCerr.h: added warning W_INT_OVL
6959         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6960         * src/SDCCast.c (ast_print): improved output of constants
6961
6962 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6963
6964         Fixed some warnings when building with MSVC:
6965
6966         * as\mcs51\asdata.c
6967         * as\z80\asdata.c
6968         * as\mcs51\asm.h
6969         * as\z80\asm.h
6970         * link\z80\aslink.h
6971         * link\z80\lkdata.c
6972         * link\z80\lkeval.c
6973         * link\z80\lkgb.c
6974         * link\z80\lkihx.c
6975         * link\z80\lks19.c
6976         * link\z80\lksym.c
6977         * support\cpp2\cpplib.c
6978         * src\ds390\gen.c
6979         * src\mcs51\gen.c
6980
6981 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6982
6983         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6984
6985 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6986
6987         * support\librarian\clean.mk: Do not remove Makefile.
6988         * support\librarian\Makefile: added.
6989
6990 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6991
6992         Added librarian to MSVC build:
6993         * all.dsp
6994         * sdcc.dsw
6995         * support\librarian\librarian.dsp
6996
6997         'configure' not needed for librarian, removed:
6998         * support\librarian\configure
6999         * support\librarian\configure.in
7000         * support\librarian\config_in.h
7001         * support\librarian\Makefile.in
7002
7003         Hopefully these ones built the librarian and the rest of sdcc properly:
7004         * Makefile
7005         * Makefile.common.in
7006
7007         Messed up 'configure', so revert to previous version:
7008         * configure
7009         * configure.in
7010
7011 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7012
7013         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7014         there, while the mantissa of a double is "only" 53 bits wide.
7015
7016 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7017
7018         Adding sdcclib to the build.  MSVC project coming soon.
7019         Files added/changed:
7020
7021         * support\librarian\clean.mk
7022         * support\librarian\configure
7023         * support\librarian\configure.in
7024         * support\librarian\config_in.h
7025         * support\librarian\Makefile.bcc
7026         * support\librarian\Makefile.in
7027         * support\librarian\sdcclib.c
7028         * Makefile.bcc
7029         * Makefile
7030         * Makefile.common.in
7031         * configure
7032         * configure.in
7033
7034 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7035
7036         Linker now complaints if linked modules have conflicting options, for
7037         example, one compiled using --model-large and another one compiled with
7038         --model-small.  The following files were modified:
7039
7040         * as\mcs51\asdata.c
7041         * as\mcs51\aslink.h
7042         * as\mcs51\asm.h
7043         * as\mcs51\asmain.c
7044         * as\mcs51\asout.c
7045         * as\mcs51\i51pst.c
7046         * as\mcs51\lkdata.c
7047         * as\mcs51\lklibr.c
7048         * as\mcs51\lkmain.c
7049         * as\z80\asdata.c
7050         * as\z80\asm.h
7051         * as\z80\asmain.c
7052         * as\z80\asout.c
7053         * as\z80\z80pst.c
7054         * link\z80\aslink.h
7055         * link\z80\lkdata.c
7056         * link\z80\lklibr.c
7057         * link\z80\lkmain.c
7058         * src\SDCCglue.c
7059
7060 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7061
7062         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7063         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7064
7065 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7066
7067         * src/z80/mappings.i: fix _mul[us][int,long] entries
7068
7069 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7070
7071         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7072
7073 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7074
7075         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7076         * support/regression/tests/bitopcse.c: added
7077         fixed warning:
7078         * src/avr/gen.c:
7079         * src/pic/gen.c:
7080         * src/pic16/gen.c:
7081         * src/z80/gen.c:
7082         * src/xa51/gen.c:
7083
7084 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7085
7086         added support for new library format to z80, gbz80 linkers:
7087         *link/z80/aslink.h
7088         *link/z80/lklex.c
7089         *link/z80/lklib.c
7090         *link/z80/lklist.c
7091
7092 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7093
7094         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7095         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7096
7097 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7098
7099         added DUMMY_READ_VOLATILE:
7100         * src/SDCC.y:
7101         * src/avr/gen.c:
7102         * src/xa51/gen.c:
7103         * src/z80/gen.c:
7104         * src/pic/gen.c:
7105         * src/pic16/gen.c:
7106         * src/mcs51/gen.c:
7107         * src/ds390/gen.c:
7108         * src/SDCCcse.c (algebraicOpts): many improvements
7109         * src/SDCCcse.h: removed algebraicOpts()
7110         * src/SDCCicode.c (picDummyRead): added
7111
7112 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7113
7114         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7115         "Insufficient space in data memory".
7116
7117 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7118
7119         * src/mcs51/gen.c: fixed bug #771358
7120         * src/z80/gen.c: fixed bug #759087
7121
7122 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7123
7124         * src/pic16/glue.c: minor cleanup by Vangelis
7125
7126 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7127
7128         * device/include/regc515c.h: fixed #758477
7129         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7130         * device/lib/_gptrput.c: saved a few bytes
7131         * my tab spacing is 8, yours too?)
7132         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7133         * device/lib/serial.c: process RX bytes earlier than TX bytes
7134         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7135
7136 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7137
7138         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7139
7140 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7141
7142     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7143
7144 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7145
7146         * device/lib/Makefile.in: bad fix, reverted to 1.43
7147
7148 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7149
7150         * device/lib/Makefile.in: added missing z80 object files
7151
7152 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7153
7154         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7155         pic16 progress by Vangelis:
7156         * src/SDCCglobl.h:
7157         * src/SDCCmain.c:
7158         * src/pic/Makefile:
7159         * src/pic:
7160         * pic/Makefile:
7161         * pic16/device.c:
7162         * pic16/device.h:
7163         * pic16/gen.c:
7164         * pic16/gen.h:
7165         * pic16/genarith.c:
7166         * pic16/glue.c:
7167         * pic16/main.c:
7168         * pic16/pcode.c:
7169         * pic16/pcode.h:
7170         * pic16/pcodepeep.c:
7171         * pic16/peeph.def:
7172
7173 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7174
7175     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7176
7177 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7178
7179     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7180     added gbz80 build to MSVC project.
7181     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7182     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7183     from 8051 stuff and setup so it links using a .lnk file.
7184
7185 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7186
7187     * support/librarian/sdcclib.c: sdcc librarian.
7188     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7189     with sdcclib.
7190
7191 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7192
7193     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7194
7195 2003-07-02  Borut Razem <borut.razem AT siol.net>
7196
7197         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7198         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7199         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7200         src/xa51/main.c, src/z80/main.c:
7201         virtualization of glue() function: each port has it's own glue function,
7202         which is accessed by do_glue function pointer in PORT.general structure
7203
7204 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7205
7206         * DS800C400 fun, improved ROM interface and tinibios.
7207
7208 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7209
7210         * More support for DS80C400. Now includes beginning of interface to ROM.
7211
7212 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7213
7214         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7215
7216 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7217
7218         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7219
7220 2003-06-19  Borut Razem <borut.razem AT siol.net>
7221
7222         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7223
7224 2003-06-19  Borut Razem <borut.razem AT siol.net>
7225
7226         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7227         fixed Z80 port - crt0.o: cannot open.
7228
7229 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7230
7231         * support/Util/MySystem.c (merge_command): revert bad fix
7232
7233 2003-06-18  Borut Razem <borut.razem AT siol.net>
7234
7235         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7236
7237 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7238
7239         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7240         option --use-stdout sends errors to stdout instead of stderr.
7241
7242 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7243
7244         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7245
7246 2003-06-15  Borut Razem <borut.razem AT siol.net>
7247
7248         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7249         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7250         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7251         fixed width array of pointers replaced with sets;
7252         multiple include and lib paths ared transferred to preprocessor and linker
7253         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7254         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7255         fixed width array of pointers
7256         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7257         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7258         fixupPath(), getPathDifference()
7259         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7260         fixed width array of pointers
7261
7262 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7263
7264         * src/pic16/ralloc.c: fix warnings
7265         * src/pic16/pcode.c: fix warning
7266
7267 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7268
7269          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7270         know all the details, but essentially this set of changes enable
7271         the pic16 port to generate movff instructions and generate assembler
7272         directives,
7273         * src/SDCCmain.c:
7274         * src/pic16/gen.c:
7275         * src/pic16/glue.c:
7276         * src/pic16/pcode.c:
7277         * src/pic16/device.c:
7278         * src/pic16/main.c:
7279         * src/pic16/pcode.h:
7280         * src/pic16/pcoderegs.c:
7281         * src/pic16/ralloc.c:
7282         * src/pic16/ralloc.h:
7283
7284 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7285
7286         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7287         added option --vc, so sdcc errors and warnings are compatible with
7288         Microsoft Visual Studio.
7289
7290 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7291
7292         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7293           device/lib/libfloat.lib: added atof function.
7294
7295 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7296
7297         * doc/sdccman.lyx: updated to Lyx 1.3
7298         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7299         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7300         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7301
7302 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7303
7304         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7305
7306 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7307
7308         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7309           additions to the "related tools/documentation" section
7310
7311 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7312
7313         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7314
7315 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7316
7317         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7318         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7319
7320 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7321
7322         * doc/sdccman.lyx: fix double dash and other minor things
7323         * doc/Makefile: fix double dash
7324
7325 2003-05-28  Karl Bongers(patches from Martin Helmling)
7326         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7327           condition and ignore commands.
7328
7329 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7330
7331         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7332           is in parts still quite out of date, I did changes as far as I felt makes sense
7333           for a non-native english speaker.
7334           Please feel free to add to the manual or to correct my changes.
7335         * doc/Makefile: undid touching the date of intermediate tex files.
7336
7337 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7338
7339         * doc/sdccman.lyx: Manual has an index now
7340
7341 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7342
7343         Finalize muluint/mulsint and mululong/mulslong merging:
7344         * device/lib/_mulint.c
7345         * device/lib/_mullong.c
7346         * device/lib/gbz80/mul.s
7347         * device/lib/gbz80/stubs.s
7348         * device/lib/z80/mul.s
7349         * device/lib/z80/stubs.s
7350         * src/SDCCsymt.c (initCSupport)
7351
7352 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7353
7354         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7355         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7356           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7357           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7358           instead of /Zm500.
7359
7360 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7361
7362         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7363           the regression tests I'm not brave enough to enable 245.b, 245.c
7364         * doc/sdccman.lyx: added latex preamble for hyperref package.
7365           Using pdflatex this will give you a hyperlinked pdf file with
7366           bookmarks. (prepend '%' before /usepackage if this breaks something)
7367
7368 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7369
7370          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7371
7372 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7375
7376 2003-05-21    <johan AT balder>
7377
7378         * src/SDCCglue.c (printIval): fixed bug #739934
7379
7380 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7381
7382         Applied patch from bug 737905 (renamed yylineo to mylineno):
7383         * src/altlex.c
7384         * src/SDCCast.c
7385         * src/SDCglobl.h
7386         * src/SDCC.lex
7387         * src/SDCCsymt.c
7388         * src/SDCCval.c
7389         * src/pic16/pcode.c: Cleaned warnings
7390         * src/pic16/pcodeflow.c: Cleaned warnings
7391         * src/pic16/pcoderegs.c: Cleaned warnings
7392
7393 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7394
7395         * src/pic16/pcode.c: Cleaned warnings
7396         * src/pic16/pcodepeep.c: Cleaned warnings
7397         * src/pic16/ralloc.c: Cleaned warnings
7398
7399 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7400
7401         * doc/sdccman.lyx: fixed bug 739745
7402         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7403
7404 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7405
7406         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7407         it can be defined with CFLAGS when running configure
7408         * src/SDCCmain.c: fixed compiling + linking with object files
7409
7410 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7411
7412         * configure.in: configure for pic16 port,
7413             added --disable-pic16-port
7414         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7415         * src/SDCCmain.c: linkOptions is changed to set *,
7416             added if/endif conditional macros to remove options help
7417             messages from optionsTable when a port is not configured, added
7418             support for the PIc16 port in the ports table, when executing
7419             the compiler with no port specified on command line, a default
7420             port is selected with the new macro DEFAULT_PORT which is
7421             defined in port.h, in setDefaultOptions() linkOptions is removed
7422             from initialization assignment, since now it is a set,
7423             parseCmdLine uses setParseWithComma for linkOptions, in
7424             linkEdit() linkOptions are accessed with new function indexSet()
7425             which returns the i'th item of a set variable. See SDCCset.c, in
7426             linkEdit() when calling buildCmdLine(), added linkOptions as
7427             last argument. Now users can pass arguments to gplink via the
7428             -Wl option, main() uses pic16glue() to glue up pic16 programs
7429         * src/SDCCpeeph.c: various changes to support pic16
7430         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7431             return the i'th item of the set
7432         * src/SDCCset.h: added function prototype for indexSet()
7433         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7434         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7435         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7436             added macro DEFAULT_PORT
7437         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7438         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7439             generated
7440         * src/pic16/glue.c: commented out some error producing lines
7441         * src/pic16/main.c: __config directives are commented out to stop
7442             gpasm complaining and test the linkage with gplink, _linkCmd and
7443             _asmCmd changed to be more gplink and gpasm friendly
7444         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7445             produced an error when parsed, peep rule 12 is added to utilize
7446             movff, but it is commented out since the pCode does not support
7447             yet a command with 2 address arguments
7448
7449 2003-05-18    <johan AT balder>
7450
7451         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7452         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7453 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7454
7455         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7456   Added feature to script commands from file.
7457
7458 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7459
7460         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7461         * src/SDCCutil.c: include ctype.h for win32
7462
7463 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7464
7465         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7466
7467 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7468
7469         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7470   Fixed so you can set breakpoints prior to run, run does not stop
7471   on entry now.  Add tbreak.  Other enhancements and fixes for use
7472   with ddd.
7473
7474 2003-05-12  Borut Razem <borut.razem AT siol.net>
7475
7476         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7477
7478 2003-05-11  Borut Razem <borut.razem AT siol.net>
7479
7480         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7481         the path of bin directory, so that PATH is the only env. variable, which has to be set
7482         in case of standard installation.
7483         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7484         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7485         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7486
7487 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7488
7489         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7490         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7491         temp files are in the port dir; clean the gen/test directory when
7492         generating new test.c
7493         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7494         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7495         * support/regression/tests/zeropad.c: added
7496
7497 2003-05-09    <johan AT balder>
7498
7499         * src/SDCCglue.c: fixed bug #597940
7500
7501 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7502
7503         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7504   cache sfr, optimize next,step, fix off by one sourceline,
7505   support ddd list function.
7506         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7507
7508 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7509
7510         * support/regression/HTMLgen.py: added compare_s2f()
7511         * support/regression/Makefile: redo 1.27
7512         * support/regression/generate-cases.py: redo 1.5
7513
7514 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7515
7516         * support/regression/tests/float.c: workaround 33 bit hex constant
7517         * support/regression/tests/simplefloat.c: fix division for host
7518
7519 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7520
7521         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7522         that tame's the PIC's over-aggressive optimizer.
7523
7524 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7525
7526          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7527          support for MSVC.
7528
7529 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7530
7531         Initial support for DS80C400. "Hello world" runs on TINIm400
7532         (with polled I/O).
7533
7534 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7535
7536          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7537          * Some notes on ddd usage added in debugger/README
7538          Martin Helmling adding more features and fixes for ddd GUI debugger.
7539          Code added for nexti, stepi, up, down, and other adjustments.
7540
7541 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7542
7543         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7544         * src/pic/peeph.def Added two rules to optimize carry manipulation
7545         * src/pic/* removed debug printfs
7546
7547 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7548
7549         * debugger/mcs51/cmd.c: added header newalloc.h
7550
7551 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7552
7553         * as/Makefile: new EXEEXT
7554         * as/z80/Makefile: remove trailing slash of BUILDIR
7555         * as/z80/clean.mk: new EXEEXT
7556         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7557         * support/cpp2/Makefile.in: new EXEEXT
7558         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7559
7560 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7561
7562         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7563         EXEEXT was introduced to fix all related problems with targets
7564         "clean", "install" and "uninstall"; a couple of further flaws
7565         especially with "clean" have been fixed too
7566         * as/mcs51/Makefile.in
7567         * as/mcs51/clean.mk
7568         * as/z80/Makefile
7569         * Makefile
7570         * clean.mk
7571         * debugger/mcs51/Makefile.in
7572         * debugger/mcs51/clean.mk
7573         * link/z80/Makefile
7574         * link/z80/Makefile.in
7575         * link/z80/clean.mk
7576         * link/Makefile
7577         * packihx/Makefile.in
7578         * packihx/clean.mk
7579         * sim/ucsim/Makefile
7580         * sim/ucsim/clean.mk
7581         * sim/ucsim/avr.src/Makefile.in
7582         * sim/ucsim/avr.src/clean.mk
7583         * sim/ucsim/s51.src/Makefile.in
7584         * sim/ucsim/s51.src/clean.mk
7585         * sim/ucsim/xa.src/Makefile.in
7586         * sim/ucsim/xa.src/clean.mk
7587         * sim/ucsim/z80.src/Makefile.in
7588         * sim/ucsim/z80.src/clean.mk
7589         * sim/ucsim/main_in.mk
7590         * sim/ucsim/packages_in.mk
7591         * sim/ucsim/gui.src/Makefile.in
7592         * sim/ucsim/gui.src/serio.src/Makefile.in
7593         * sim/ucsim/gui.src/serio.src/clean.mk
7594         * src/Makefile.in
7595         * src/clean.mk
7596         * support/cpp2/Makefile.in
7597         * support/cpp2/clean.mk
7598         * support/makebin/Makefile
7599         * support/makebin/clean.mk
7600         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7601         * doc/sdccman.lyx: --program-suffix no longer needed
7602
7603 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7604
7605          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7606          Martin Helmling added support for ddd GUI debugger.
7607          Code added to display assembly, set variables, and other commands
7608          to interface to ddd.
7609
7610 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7611
7612         * as/Makefile: fix target clean
7613         * as/clean.mk: fix target clean
7614         * as/z80/clean.mk: fix target clean
7615
7616 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7617
7618         * Makefile.common.in: added  AT EXEEXT AT
7619         * configure.in: removed all mingw32 stuff
7620         * configure: rebuilt from configure.in
7621         * doc/sdccman.lyx: updated section "installation"
7622         * support/scripts/sdcc_mingw32: adapted to configure
7623         * support/scripts/sdcc_cygwin_mingw32: added
7624
7625 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7626
7627         * src/pic Added object file support for the PIC port
7628         * src/pic Applied patch from Craig Franklin (this started the object file support)
7629         * src/regression Updated the PIC regression tests for object files
7630
7631 2003-04-20  Borut Razem <borut.razem AT siol.net>
7632
7633         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7634           lklex.c: In function `getfid':
7635           lklex.c:203: warning: array subscript has type `char'
7636         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7637           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7638         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7639           stack handling macros
7640
7641 2003-04-19  Borut Razem <borut.razem AT siol.net>
7642
7643         * "handling space characters in file path" task:
7644         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7645         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7646         * support/Util/MySystem.h: make it self-sufficient
7647         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7648           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7649           handling space characters in file path
7650         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7651           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7652         * support/Util/MySystem.c: handling space characters in executable's path
7653
7654 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7655
7656         * as/z80/Makefile: fix permanent rebuild of z80
7657         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7658         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7659
7660 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7661
7662         * src/SDCCopt.c: add special case optimization to replace modulo by
7663           a power of two with a bitwise AND.
7664
7665 2003-04-18    <johan AT balder>
7666
7667         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7668
7669 2003-04-17    <johan AT balder>
7670
7671         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7672         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7673
7674 2003-04-13  Borut Razem <borut.razem AT siol.net>
7675
7676         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7677         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7678           fixed mingw problem in adl_NORMALIZE_PATH
7679
7680 2003-04-12  Borut Razem <borut.razem AT siol.net>
7681
7682         * fixed "#pragma SAVE/RESTORE can not be nested":
7683         * src/SDCC.lex: reworked pragma handling functions
7684         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7685         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7686
7687 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7688
7689         * src/SDCCutil.c (pathEquivalent): defined but not used
7690         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7691         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7692         * configure: rebuilt from configure.in
7693         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7694         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7695         * device/include/Makefile.in: replace sdcc_datadir
7696         * device/lib/Makefile.in: replace sdcc_datadir
7697         * Makefile.common.in: add LDFLAGS from configure
7698         * packihx/Makefile.in: use LDFLAGS
7699         * src/Makefile.in: use LDFLAGS
7700         * support/cpp2/Makefile.in: add LDFLAGS from configure
7701         * support/makebin/Makefile: use LDFLAGS
7702         * .version: bumped version number to 2.3.5
7703
7704 2003-04-12  Borut Razem <borut.razem AT siol.net>
7705
7706         * completed "different paths" task:
7707         * src/SDCCmacro.c: fixed bug in handling quotes
7708         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7709         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7710
7711 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7714
7715 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7716
7717         * ds390/gen.c ds390/peeph.def: fix bug 706781
7718
7719 2003-04-11  Borut Razem <borut.razem AT siol.net>
7720
7721         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7722
7723 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7724
7725         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7726         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7727          set - this bit used to not be set...).
7728         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7729           bad code in PIC Port
7730         * src/regression/and2.c added to test bug 609268
7731         * src/regression/Makefile added and2.c to regression test
7732
7733
7734 2003-04-08    <johan AT CP255758-A>
7735
7736         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7737         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7738         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7739
7740 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7743         fix bug #487815
7744         * support/cpp2/Makefile.in: fix bug #487815
7745         * configure: rebuilt from configure.in
7746         * Makefile.common.in: docdir changed, new path suffixes
7747         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7748         * sdcc_vc_in.h: reflect changes from sdccconf.h
7749         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7750         * src/SDCCutil.h: remove BINDIR hack
7751         * doc/sdccman.lyx: update new path hierarchy
7752
7753 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7754
7755         * src/SDCCpeeph.c: added okToRemoveSLOC test
7756
7757 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7758
7759         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7760
7761 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7762
7763         * src/SDCCpeeph.c: added labelIsReturnOnly test
7764         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7765
7766 2003-04-05    <johan AT balder>
7767
7768         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7769         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7770         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7771         * src/SDCCast.c: fixed a warning
7772         * src/SDCCast.h: fixed a warning
7773         * src/SDCCicode.c (operandFromAst): fixed a warning
7774
7775 2003-04-04    <johan AT balder>
7776
7777         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7778         * src/SDCCast.c (decorateType): fixed bug #715076
7779         * src/SDCC.y: fixed bug #702907
7780
7781 2003-04-03    <johan AT balder>
7782
7783         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7784         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7785         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7786         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7787         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7788
7789 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7790
7791         * _decdptr.c: fix return values
7792         * _gptrget.c: fix return values
7793         * _gptrgetc.c: fix return values
7794         * _gptrput.c: fix return values
7795         * _mulint.c: fix return values
7796         * as/z80/Makefile: fix 'make -j' problem
7797
7798 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7799
7800         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7801         * configure.in: big cleanup, updated to autoconf 2.5x
7802         * configure: rebuilt from configure.in
7803         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7804         * sdcc_vc_in.h: reflect changes from sdccconf.h
7805         * doc/Makefile: fixed a flaw in "make install"
7806
7807 2003-04-02    <johan AT balder>
7808
7809         * src/ds390/gen.c (genCmp): no comments
7810         * src/mcs51/gen.c (genCmp): no comments
7811         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7812         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7813
7814 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7815
7816         * support/regression/generate-cases.py: place generated file in given sub directory
7817         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7818         * support/regression/Makefile: improvements for 'make -j';
7819         side effect: it's simpler and faster now
7820
7821 2003-03-31  Borut Razem <borut.razem AT siol.net>
7822
7823         * src/z80/main.c: link-{port} and as-{port} defined without path
7824         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7825
7826 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7827
7828         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7829
7830 2003-03-30  Borut Razem <borut.razem AT siol.net>
7831
7832         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7833           changed type of list parameter to set
7834         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7835         * src/port.h: changed type of do_assemble() parameter to set
7836         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7837           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7838           definition of "cppoutfilename" macro with NULL value in preProcess()
7839         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7840         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7841         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7842           replaced with set *binPathSet
7843         * shash_add() deallocates the item, if allready exsists, before adding the new one
7844         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7845
7846 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7847
7848         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7849           a nested for loop bug in the PIC port
7850         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7851           for loops
7852
7853 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7854
7855         * support/Util/dbuf.h: remove C++ stuff to make it portable
7856
7857 2003-03-28  Borut Razem <borut.razem AT siol.net>
7858
7859         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7860           literal strings in stringLiteral()
7861         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7862         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7863           to the project
7864
7865 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7866
7867         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7868
7869 2003-03-26    <johan AT balder>
7870
7871         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7872         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7873         * src/SDCCast.c (decorateType): fixed " -v < 3"
7874
7875 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7878         Added Lenny Story's debug infrastructure changes:
7879         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7880         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7881         * src/cdbFile.c: added
7882         * src/SDCCdebug.c: added
7883         * src/SDCCdebug.h: added
7884         * src/SDCCast.c (createFunction)
7885         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7886         * src/SDCCmain.c (parseCmdLine, main)
7887         * src/SDCCmem.c (redoStackOffsets)
7888         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7889         * src/SDCCsymt.h
7890         * src/common.h
7891         * src/avr/gen.c (genAVRCode)
7892         * src/ds390/gen.c (gen390Code)
7893         * src/mcs51/gen.c (gen51Code)
7894         * src/pic/gen.c (genpic14Code)
7895         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7896         * src/xa51/gen.c (genXA51Code)
7897         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7898
7899 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7900
7901         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7902         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7903
7904 2003-03-22    <johan AT balder>
7905
7906         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7907
7908 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7909
7910         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7911         * doc/cdbfileformat.lyx: added, written by Lenny Story
7912         * doc/Makefile: added cdbfileformat.lyx
7913         * doc/clean.mk: added cdbfileformat.lyx
7914
7915 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7916
7917         * src/mcs51/peeph.def: fix bug #705773
7918
7919 2003-03-20    <johan AT balder>
7920
7921         An sfr/sbit can have an "at #" AND an initializer
7922         * src/SDCCsymt.c (checkSClass):
7923         * src/SDCCmem.c (allocGlobal):
7924         * src/SDCCmem.c (allocLocal):
7925         * src/SDCCast.c (createBlock):
7926
7927 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7928
7929         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7930
7931 2003-03-16    <johan AT balder>
7932
7933         Undid the hackup of const and volatile, the problem is much bigger
7934         * src/SDCC.y:1.65
7935         * src/SDCCast.c:1.171
7936         * src/SDCCglue.c:1.138
7937         * src/SDCCicode.c:1.146
7938         * src/SDCCsymt.c:1.150
7939         * src/SDCCval.c:1.65
7940
7941 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7942
7943         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7944         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7945
7946 2003-03-13    <johan AT balder>
7947
7948         Hackup const and volatile modifiers in type chains a bit:
7949         * src/SDCC.y:1.63
7950         * src/SDCCast.c:1.169
7951         * src/SDCCglue.c:1.136
7952         * src/SDCCicode.c:1.143
7953         * src/SDCCsymt.c1.146
7954         * src/SDCCsymt.h1.59
7955         * src/SDCCval.c:1.63
7956
7957 2003-03-12    <johan AT balder>
7958
7959         * src/SDCCBBlock.h: more LRH debugging junk
7960         * src/SDCCcflow.h: more LRH debugging junk
7961         * src/SDCCloop.c: more LRH debugging junk
7962         * src/SDCC.y (struct_declaration): fixed bug #697590
7963         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7964         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7965         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7966
7967 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7968         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7969         test function names must now match exactly).
7970         * src/SDCCcse.c: added special case in findCheaperOp to allow
7971         extending a short integer. Makes less awful code for bug 700121 test case.
7972
7973 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7974
7975         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7976         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7977
7978 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7979
7980         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7981         actually called (operandsNotEqual() was called for all
7982         operandsNotEqualX tests).
7983
7984 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7985
7986         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7987         with shorter literals. Fixes bug 700121.
7988
7989 2003-03-11    <johan AT balder>
7990
7991         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7992
7993 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7994
7995         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7996         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7997
7998 2003-03-10  Borut Razem <borut.razem AT siol.net>
7999
8000         * src/SDCCmain.c: pipe preprocessor's output
8001         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8002         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8003         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8004         which closes all pipes in pipeSet set
8005         * src/SDCCset.c: free deleted item in function deleteSetItem()
8006         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8007         moved from z80 to src subproject
8008         * .version: increased version number to 2.3.4
8009
8010 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8011
8012         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8013         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8014         * support/regression/ports/xa51/spec.mk: fix typo
8015
8016 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8017
8018         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8019
8020 2003-03-09  Borut Razem <borut.razem AT siol.net>
8021
8022         * src/SDCCmain.c: pipe preprocessor's output
8023         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8024         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8025         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8026         which closes all pipes in pipeSet set
8027         * src/SDCCset.c: free deleted item in function deleteSetItem()
8028         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8029         moved from z80 to src subproject
8030
8031 2003-03-09  Borut Razem <borut.razem AT siol.net>
8032
8033         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8034         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8035         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8036         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8037         * src/SDCCglobl.h: unification of WIN32 native definitions
8038
8039 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8040
8041         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8042
8043 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8044
8045         * src/configure.in:   check for endianess (even while cross-compiling)
8046         * src/configure:      check for endianess (even while cross-compiling)
8047         * src/configure_in.h: check for endianess (even while cross-compiling)
8048         * src/avr/gen.c:        remove old endianess stuff
8049         * src/mcs51/gen.c:      remove old endianess stuff
8050         * src/ds390/gen.c:      remove old endianess stuff
8051         * src/pic/gen.c:        remove old endianess stuff
8052         * src/pic/genarith.c:   remove old endianess stuff
8053         * src/pic/glue.c:       fix endianess check
8054         * src/pic16/gen.c:      remove old endianess stuff
8055         * src/pic16/genarith.c: remove old endianess stuff
8056         * src/pic16/glue.c:     fix endianess check
8057         * src/xa51/gen.c:       remove old endianess stuff
8058         * src/z80/gen.c:        fix endianess check
8059         * src/SDCCglue.c:       fix endianess check
8060         * src/ds390/peeph.def: fix bug 700036
8061
8062 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8065         * src/configure: find appropriate data-types on host for SDCC's int and long
8066         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8067         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8068         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8069
8070 2003-03-07    <johan AT balder>
8071
8072         Just a big NOOP:
8073                 some minor cleanups before the big shot
8074                 OP_DEFS and OP_USES now use Kevin's protection
8075                 new option --nolabelopt
8076
8077         * src/SDCCBBlock.c:
8078         * src/SDCCast.c,:
8079         * src/SDCCcflow.c:
8080         * src/SDCCcse.c:
8081         * src/SDCCicode.c:
8082         * src/SDCCicode.h:
8083         * src/SDCClabel.c:
8084         * src/SDCCloop.c:
8085         * src/SDCCmain.c:
8086         * src/ds390/ralloc.c:
8087         * src/mcs51/ralloc.c:
8088         * src/pic/ralloc.c:
8089         * src/xa51/ralloc.c:
8090         * src/z80/ralloc.c:
8091
8092 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8093
8094         * src/pic/pcode.c (get_op): fix 64 bit warnings
8095         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8096         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8097         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8098         * support/regression/tests/malloc.c: fix 64 bit warnings
8099
8100 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8101
8102         * src/mcs51/gen.c (genMinus): fixed bug 696436
8103
8104 2003-03-02  Borut Razem <borut.razem AT siol.net>
8105
8106         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8107
8108 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8109
8110         * configure.in: test for mkstemp
8111         * sdccconf_in.h: add HAVE_MKSTEMP
8112
8113 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8114
8115         * device/include/ctype.h: removed warning while using --stack-auto
8116         * device/include/malloc.h: removed warning while using --stack-auto
8117         * device/include/string.h: removed warning while using --stack-auto
8118
8119 2003-02-23  Borut Razem <borut.razem AT siol.net>
8120
8121         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8122         because NDEBUG is defined (see man assert)
8123         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8124
8125 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8126
8127         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8128         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8129
8130 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8131
8132         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8133         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8134
8135 2003-02-18    <johan AT balder>
8136
8137         * as/mcs51/asmain.c (asmbl): module can start with a digit
8138         * as/z80/asmain.c (asmbl): module can start with a digit
8139
8140 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8141
8142         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8143         * src/asm.c: fix pipe() for Mingw32
8144
8145 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8146
8147         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8148         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8149         make -V work again; --c1mode reads now from stdin
8150         * doc/sdccman.lyx: added --c1mode
8151         * support/Util/SDCCerr.c: new messages for c1 mode
8152         * support/Util/SDCCerr.h: new messages for c1 mode
8153         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8154
8155 2003-02-15    <johan AT balder>
8156
8157         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8158
8159 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8160
8161         * doc/sdccman.lyx: Environment variables, -o and other minor things
8162
8163 2003-02-14    <johan AT balder>
8164
8165         * src/xa51/main.c: before anyone really tries to use it :)
8166
8167         * Install doc's in share/sdcc/doc
8168         * removed some obsolete files
8169         * Do a proper make distclean and uninstall
8170         M Makefile.common.in
8171         R sdccbuild.sh
8172         M as/Makefile
8173         M device/include/Makefile.in
8174         M device/lib/Makefile.in
8175         M doc/sdccman.lyx
8176         M link/Makefile
8177         M sim/ucsim/doc/Makefile.in
8178         M src/clean.mk
8179         R src/avr/peeph.rul
8180         R src/xa51/peeph.rul
8181         M support/cpp2/Makefile.in
8182         M support/makebin/Makefile
8183
8184
8185 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8186
8187         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8188
8189 2003-02-10  Borut Razem <borut.razem AT siol.net>
8190
8191         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8192         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8193         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8194         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8195         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8196         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8197         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8198         src/z80/Makefile.bcc: Borland Makefile cleanup
8199         * as/z80/Makefile.bcc: Added Borland Makefile
8200         * support/cpp2/borland.h: Removed
8201
8202 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8203
8204         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8205         * src/SDCC.lex: new pragma NOIV
8206         * src/SDCCglobl.h: new pragma NOIV
8207         * src/SDCCmem.c: new pragma NOIV
8208
8209 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8210
8211         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8212
8213 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8214
8215         * src/SDCCmain.c: signal handling is switched off by --debug
8216         * doc/Makefile: small fix for install; use clean.mk again
8217         * doc/clean.mk: clean *.pdf and *.html too
8218
8219 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8220
8221         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8222         * device/lib/printfl.c: fix a ds390 bug by making it portable
8223         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8224         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8225         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8226         * debugger/mcs51/cmd.c: converted multi-line string literals
8227         * sim/ucsim/globals.cc: converted multi-line string literals
8228         * src/SDCCmain.c: introduced signal handler to remove temp files
8229         * doc/Makefile: small tweaks, implement clean
8230         * doc: removed generated files
8231
8232 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8233
8234         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8235         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8236         Address Record is not correctly generated for DS390."
8237
8238 2003-02-02  Borut Razem <borut.razem AT siol.net>
8239
8240         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8241         * as/mcs51/asm.h: fixed compilation with Borland C
8242         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8243         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8244         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8245         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8246         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8247         src/z80/Makefile.bcc: delete $(LIB) only if exist
8248         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8249
8250 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8251
8252         * device/include/malloc.h: introduced NULL
8253         * device/include/string.h: introduced NULL
8254         * device/include/stdlib.h: introduced NULL
8255         * device/lib/_memcpy.c: removed NULL
8256         * device/lib/_strcat.c: removed NULL
8257         * device/lib/_strchr.c: removed NULL
8258         * device/lib/_strcmp.c: removed NULL
8259         * device/lib/_strcpy.c: removed NULL
8260         * device/lib/_strcspn.c: removed NULL
8261         * device/lib/_strlen.c: removed NULL
8262         * device/lib/_strncat.c: removed NULL
8263         * device/lib/_strncmp.c: removed NULL
8264         * device/lib/_strncpy.c: removed NULL
8265         * device/lib/_strpbrk.c: removed NULL
8266         * device/lib/_strrchr.c: removed NULL
8267         * device/lib/_strspn.c: removed NULL
8268         * device/lib/_strstr.c: removed NULL
8269         * device/lib/_strtok.c: removed NULL
8270         * device/lib/malloc.c: removed NULL, include own header
8271
8272 2003-02-02    <johan AT balder>
8273
8274         * 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
8275         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8276         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8277         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8278         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8279         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8280
8281 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8282
8283         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8284         area 'DATA'"
8285
8286 2003-02-01    <johan AT balder>
8287
8288         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8289
8290 2003-01-31    <johan AT CP255758-A>
8291
8292         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8293
8294 2003-01-30    <johan AT balder>
8295
8296         * src/SDCCBBlock.c: automatic bug detection
8297         * src/SDCCicode.c: automatic bug detection
8298
8299 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8300
8301         * src/SDCCglobl.h:   now --xram-size 0 works
8302         * src/SDCCmain.c:    now --xram-size 0 works
8303
8304 2003-01-29    <johan AT balder>
8305
8306         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8307
8308 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8309
8310         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8311         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8312         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8313         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8314         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8315         * src/SDCCmain.c:    Added options --xram-size and --code-size
8316
8317 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8318
8319         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8320         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8321
8322 2003-01-27    <johan AT balder>
8323
8324         * src/SDCC.y: fixed bug #613764
8325
8326 2003-01-26    <johan AT balder>
8327
8328         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8329         * src/SDCCsymt.h: fixed bug #673374
8330         * src/SDCCglue.c: fixed bug #661910
8331         * src/SDCCast.c: fixed bug #458099 and 673374
8332
8333 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8334
8335         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8336         * as/mcs51/strcmpi.h: added
8337         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8338         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8339         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8340         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8341         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8342         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8343         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8344         * as/mcs51/Makefile.aslink: new module strcmpi
8345         * as/mcs51/Makefile.asx8051: new module strcmpi
8346         * as/mcs51/Makefil.bcc: new module strcmpi
8347         * as/mcs51/Makefile.in: new module strcmpi
8348         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8349
8350 2003-01-26    <johan AT balder>
8351
8352         * src/SDCCglue.c: reverted back to 1.124
8353         * src/SDCCast.c: reverted back to 1.156
8354         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8355
8356 2003-01-25    <johan AT balder>
8357
8358         * src/SDCCglue.c: A better fix for bug #661910
8359         * src/SDCCast.c: A better fix for bug #661910
8360         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8361
8362 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8363
8364         * src/Makefile.in: remove spawn.o
8365         * src/SDCCmain.c: remove spawn.h
8366         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8367         * src/spawn.c: removed
8368         * src/spawn.h: removed
8369         * support/regression/ports/ds390/spec.mk: link with -r
8370
8371 2003-01-24    <johan AT CP255758-A>
8372
8373         * src/ds390/gen.c (aopOp): fixed bug #667458
8374         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8375         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8376         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8377
8378 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8379
8380         * src/mcs51/peeph.def: better assembler identation by Frieder
8381         * src/mcs51/gen.c: better assembler identation by Frieder
8382
8383 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8384
8385         * as/z80/string.h: removed for gcc 3.2
8386         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8387         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8388
8389 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8392         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8393         * support/regression/Makefile: separate temp files for ports
8394         * support/regression/generate-cases.py: separate temp files for ports
8395         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8396         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8397
8398 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8399
8400         * moved tinitalk to device/examples/ds390
8401
8402 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8403
8404         * as/mcs51/lkmem.c: rflag is for DS390
8405         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8406         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8407                          (linkEdit): move mem- and map-files the same way as ihx-files
8408         * src/z80/main.c (_setDefaultOptions): removed --generic
8409         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8410         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8411         * src/pic/glue.c (picglue): --c1mode works again
8412         * src/pic16/glue.c (pic16glue): --c1mode works again
8413         * src/asm.c (printCLine): fix #660034
8414
8415 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8418         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8419         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8420         * as/mcs51/lkmem (summary): better fix for sp problem
8421         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8422         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8423         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8424                                               remove --stack-after-data
8425
8426 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8427
8428         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8429         * src/SDCCutil.c (join): ugly bug: missing '\0'
8430         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8431
8432 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8433
8434         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8435         * src/port.h: typo
8436         * src/pic/main.c (_asmCmd): gpasm supports -o
8437         * src/z80/main.c: more general macros
8438         * device/lib/Makefile.in: remove intermediate files
8439
8440 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8441
8442         * .version: Bumped version number to 2.3.3
8443         * src/SDCCBBlock.c: new option -o
8444         * src/SDCCglobl.h: new option -o
8445         * src/SDCCglue.c: new option -o
8446         * src/SDCCmain.c: new option -o
8447         * src/asm.c: new option -o
8448         * src/ds390/main.c: new option -o
8449         * src/pic/glue.c: new option -o
8450         * src/pic/pcode.c: new option -o
8451         * src/pic/ralloc.c: new option -o
8452         * src/pic16/glue.c: new option -o
8453         * src/pic16/pcode.c: new option -o
8454         * src/pic16/ralloc.c: new option -o
8455         * src/z80/main.c: new option -o
8456         * device/lib/Makefile.in: use -o
8457         * support/regression/ports/ds390/spec.mk: use -o
8458         * support/regression/ports/gbz80/spec.mk: use -o
8459         * support/regression/ports/mcs51/spec.mk: use -o
8460         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8461         * support/regression/ports/z80/spec.mk: use -o
8462         * support/regression/ports/ucz80/spec.mk: use -o
8463         * support/regression/ports/xa51/spec.mk: use -o
8464         * support/regression/fwk/lib/timeout.c: fix usage string
8465
8466 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8467         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8468
8469 2003-01-07    <johan AT balder>
8470
8471         * src/SDCCast.c (decorateType): fixed bug #600035
8472
8473 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8474         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8475         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8476         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8477         * src/pic/pcode.c: outcommented unused variable to remove warnings
8478         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8479
8480 2003-01-06    <karl AT turbobit.com>
8481         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8482    regression tests.
8483
8484 2003-01-06    <johan AT balder>
8485
8486         * src/SDCCicode.c: fixed array add
8487
8488 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8489         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8490         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8491
8492 2003-01-04    <johan AT balder>
8493
8494         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8495
8496 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8497         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8498
8499 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8500         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8501         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8502
8503 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8504         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8505
8506 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8507         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8508
8509 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8510         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8511
8512 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8513
8514     * in \sdcc\as\mcs51\ changed these files in order to create an
8515     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8516     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8517     following files to include the previous two files: aslink.dsp,
8518     Makefile.aslink, Makefile.bcc, and Makefile.in.
8519
8520     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8521     .adb instead of .cdb
8522
8523 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8524
8525         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8526         value from option --iram-size.
8527
8528 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8529
8530         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8531         dram[] array.
8532
8533 2002-09-18    <wiml AT hhhh.org>
8534
8535         * SDCClrange.h: exposed setFromRange() and setToRange()
8536         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8537           packRegsForAccUse() (bug 542397)
8538         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8539           multiple times and emitting the fetch operations more than once
8540           added aopGetUsesAcc() function to allow binary operators to
8541           fetch their operands in the correct order; made genMinus() emit
8542           compact code for X = LITERAL - Y
8543
8544 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8545         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8546         sprintf() in line 1267.
8547
8548 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8549         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8550         like ports.
8551
8552 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8553         Changes to aslink (All the changes are marked with 'JCF'):
8554
8555         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8556         summary().
8557
8558         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8559         area BSEG.  Also moves, if possible, the DATA area down into the internal
8560         ram so more space is available.
8561
8562         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8563         sflag.
8564
8565         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8566         not bytes.  Function summary() which creates a memory usage summary
8567         file with extension .mem.  Reports of overlaping stack and small stack
8568         size.  If the space for the stack is less than 16 bytes aslink trows a
8569         warning.
8570
8571         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8572         the 8051.  Option 'y' for memory summary output file.
8573
8574         Changes to sdcc (All the changes are marked with 'JCF'):
8575
8576         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8577
8578         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8579         overlaying area for it (uses RegBankUsed[4]).
8580
8581         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8582         bank zero as used by default.  By default aslink locates the stack
8583         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8584         the creation of the .mem file.  Delegates the allocation of data area
8585         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8586         the begining of the stack area to aslink.
8587
8588         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8589         glue() in SDCCglue.c creates an area for it.
8590
8591 2002-09-03  Borut Razem <borut.razem AT siol.net>
8592         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8593         sdcc/src/pic/glue.c:
8594         introduced atexit() handler for teporay files removal in case of
8595         errors, assertions, ...
8596
8597 2002-08-29  Borut Razem <borut.razem AT siol.net>
8598         * sdcc/support/cpp2/auto-host_vc_in.h:
8599         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8600         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8601         Maybe there is a similar problem with BORLANDC? It should be checked!
8602
8603         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8604         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8605         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8606         was not executed, and the compiler (cl) launched a warning:
8607         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8608
8609 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8610         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8611
8612 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8613         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8614
8615         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8616           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8617           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8618           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8619           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8620           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8621           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8622         - added Release configuration in VS projects
8623         - review of compiler an linker options
8624         - VC .exe files are generated in bin_vc directory, not to interfere
8625           with binaries generated from other projects (cygwin, mingw, bcc ...)
8626
8627         * sdcc/src/yacc.dsp: added
8628
8629         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8630         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8631         and insert the version number definitions from .version
8632
8633         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8634
8635         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8636         added - genarate auto-host.h using auto-host_vc_in.h as template
8637
8638         * sdcc/sdcc_vc.h,
8639         removed from CVS, generated automatically
8640
8641 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8642         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8643
8644 2002-08-11  Borut Razem <borut.razem AT siol.net>
8645         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8646
8647 2002-08-10  Borut Razem <borut.razem AT siol.net>
8648         * src/SDCCmain.c (main):
8649         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8650         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8651         The consequence was that some temporary files were not removed.
8652
8653         * src/SDCCglue.c:
8654         unification of code in functions tempfilename() and tempfile():
8655         function tempnam() is defined in Visual Studio 6.0 and .NET
8656
8657         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8658
8659         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8660           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8661         - removed compiler command line option /WX: Treats all warnings as errors
8662         - update a list of source files, included into the project
8663
8664         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8665           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8666         changed project type to Generic Project so that can be correcly converted to VS.NET project
8667
8668         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8669
8670         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8671
8672         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8673
8674         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8675         added return 0 statements after assert() to make compiler happy
8676
8677         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8678         added newline in the def file to keep MSC compiler satisfied
8679
8680         * sdcc/src/z80/gen.c:
8681         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8682           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8683         - solved MSC error in function aopDump()
8684
8685         * sdcc_vc.h: define PREFIX as "\\sdcc"
8686
8687 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8688         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8689
8690 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8691         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8692         - Rewrote the register banking algorithm.
8693         - Added pCode live-range analysis to registers (for now, only non-used and
8694         singly-used registers optimized away)
8695
8696         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8697
8698         * 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.
8699
8700 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8701         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8702
8703 2002-04-22  Michael Hope  <michaelh AT vroom>
8704
8705         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8706
8707         * configure.in (DD_COPT): Added include support required for gbdk.
8708
8709         * .version: Bumped version number just to increase it.
8710
8711         * src/SDCCmain.c: Added -nostdinc to the default options.
8712
8713 2002-04-15  Michael Hope  <michaelh AT vroom>
8714
8715         * device/lib/z80/printf.c (sprintf): Added.
8716
8717         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8718
8719         * src/z80/peeph.def: Added transpose redundent load rule.
8720
8721         * src/z80/main.c: Added force callee saves for jaune.
8722
8723         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8724
8725         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8726
8727 2002-03-28  Johan Knol  <johan AT balder>
8728
8729         * src/SDCCval.c: fixed bug #532436
8730
8731 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8732         * /src/port.h:
8733         Added "char *Processor" field to the port structure.
8734
8735         * /src/SDCCmain.c:
8736         Added -p option. Allows port dependent processor to be specified.
8737
8738         * all ports:
8739         Initialized the new field char *Processor field to NULL in all ports
8740
8741         * /src/pic/*:
8742         Compiler generated registers for interrupt context saving
8743         were not getting allocated.
8744
8745 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8746
8747         * /src/SDCCast.c:
8748         Fixed left shift. Will promote the left side of a left shift
8749         if a) left shifting more than size of operand or b) when assigned
8750         to something size > size of left side
8751
8752 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8753         * src/pic/*
8754         tons of changes. Register allocation has been
8755         rewritten. Added customization for the various PICs. Flow
8756         analysis is restructured. ...
8757
8758         * src/pic/device.h:
8759         Added
8760
8761         * src/pic/device.c:
8762         Added. device.c is a PIC port hack to accomodate variations
8763         in PIC devices.
8764
8765 2002-03-13  Michael Hope  <michaelh AT vroom>
8766
8767         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8768
8769 2002-03-04  johanknol  <johanknol AT manik>
8770
8771         * /src/SDCCval.c: fixed
8772
8773         const unsigned char arr[][2] = { { 0, 1 } };
8774         t18.c:1: error: Initializer element is not constant
8775
8776 2002-03-04  bela  <bela AT manik>
8777
8778         * /device/include/mcs51reg.h:
8779         ds89c420 register definition update
8780
8781 2002-03-03    <johan AT FRIJA>
8782
8783         * support/Util/SDCCerr.c: did something, but don't no why anymore
8784
8785         * support/regression/tests/bug-524691.c: made it a little less shy
8786
8787         * src/SDCCast.c (decorateType): fixed bug #524697
8788
8789         * src/SDCCast.c: made some lineno improvements
8790
8791         * src/SDCCval.c (getNelements): changed warning to error
8792
8793         * src/SDCCglue.c (printIvalArray): changed warning to error
8794
8795         * src/SDCCicode.c: fixed a warning for mingw
8796
8797         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8798
8799         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8800
8801 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8802
8803         * src/ds390/peeph.def:
8804         Added some more peephole rules
8805
8806         * src/ds390/gen.c: Various fixes & enhancements
8807
8808         * src/SDCClrange.c, src/SDCClrange.h:
8809         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8810
8811         * src/ds390/ralloc.c:
8812         various fixes & enhancements (ds390) specific
8813
8814         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8815         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8816         from rallocs.
8817
8818         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8819
8820 2002-03-02    <johan AT FRIJA>
8821
8822         * src/SDCCast.c (decorateType): fixed bug #524708
8823
8824         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8825
8826         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8827
8828 2002-03-01  Michael Hope  <michaelh AT vroom>
8829
8830         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8831
8832         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8833
8834 2002-03-01    <johan AT FRIJA>
8835
8836         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8837
8838         * src/SDCCast.c (decorateType): fixed bug #524209
8839
8840         * src/SDCCval.c (valNot): fixed bug #524195
8841
8842 2002-02-26    <johan AT balder>
8843
8844         * src/xa51/gen.c: fixed a warning
8845
8846         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8847
8848         * src/SDCCast.c (decorateType): fixed bug #522534
8849
8850 2002-02-23    <johan AT balder>
8851
8852         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8853
8854 2002-02-22    <johan AT balder>
8855
8856         * src/SDCCast.c: fixed bug #514865
8857
8858         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8859
8860 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8861
8862         * sdcc/src/SDCCloop.c:
8863         Previous fix was not good. basic blocks that have "break" or "return" are
8864         not really partof a loop , but live ranges used in these blocks should
8865         be live thru the entire loop, so set partOfLoop but don't add them to
8866         loop region
8867
8868 2002-02-21    <johan AT FRIJA>
8869
8870         * src/SDCCcse.c: fixed bug #514308
8871
8872 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8873
8874         * src/SDCCloop.c:
8875         Fixed BUG #519583. If a conditional block ended in a return/break
8876         statement inside a loop, it was not being considered part of the loop.
8877
8878         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8879
8880 2002-02-10  Karl Bongers <karl AT turbobit.com>
8881
8882         * debugger/*:
8883         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8884         with lots of comments and notes.
8885
8886         * device/examples/test2.c:
8887         Fix bug, "red" variable not being initialized(compiler complained).
8888
8889         * device/examples/Makefile, examples/test3.c:
8890         Add Makefile in device/examples folder, compiles test3.c
8891         for use as a multiple module SDCDB test case.
8892
8893         * sim/ucsim/cmd.src/cmdset.cc:
8894         Took out debug printfs in ucsim "next" command.
8895
8896         * sim/ucsim/xa.src:
8897         Karl and Johan start ucsim XA support.  Most dissassembly working,
8898         about 75% emulation done(plenty of work remaining).
8899
8900         * sim/ucsim/z80.src:
8901         Add Z80 support to ucsim, add test-ucz80 regression test,
8902         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8903         Notice z80 compiler fails on examples/test3.c/crc code.
8904
8905 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8906
8907         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8908         Added support for --parms-in-bank1
8909
8910         * src/ds390/peeph.def:
8911         added a few more peephole optimzations
8912
8913         * src/ds390/main.c:
8914         1) added __builtin_inp & __builtin_outp used to read in data of given length
8915            from a memory mapped port
8916         2) added __builtin_memcmp
8917         3) added __builtin_swapw swap bytes of a short
8918
8919         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8920         1) handle multiple send & receives from register bank1
8921         2) ralloc can now allocate DPTR1 to some liveRanges
8922
8923         * src/SDCCsymt.c, src/SDCCsymt.h:
8924         changes to handle multiple sends & receives
8925
8926         * src/SDCCptropt.h:
8927         added some pointer arithmetic optimization
8928
8929         * src/SDCCptropt.c:
8930         added some pointer arithmetic optimizations but not stable yet so not
8931         called from anywhere (will get this working shortly)
8932
8933         * src/SDCCopt.c: fixed for multiple sends & receives
8934
8935         * src/SDCCmain.c:
8936         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8937         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8938            set preprocessor defines (depending on options)
8939
8940         * src/SDCCicode.c, src/SDCCicode.h:
8941         changes made to handle multiple sends & receives
8942
8943         * src/SDCCglobl.h:
8944         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8945
8946         * src/SDCCcse.c, src/SDCCcse.h:
8947         added function findbackward def (to be used in upcoming optimization)
8948
8949         * src/SDCCcflow.c, src/SDCCcflow.h:
8950         added function returnAtEnd - to determine if a basic block terminates with
8951         a RETURN iCode
8952
8953         * src/SDCCast.c, src/SDCCast.h:
8954         added option parms-in-bank1
8955
8956         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8957         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8958         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8959         adjusted for --parms-in-bank1 option
8960
8961         * device/include/string.h:
8962         donot redefine "reentrant" keyword
8963
8964         * device/include/ds80c390.h: Added some more SFRs
8965
8966 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8967
8968         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8969
8970 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8971
8972         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8973
8974 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8975
8976         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8977
8978 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8979
8980         * Added --xram-movc option
8981
8982 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8983
8984         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8985
8986 2002-01-11  Johan Knol
8987
8988         * Added math lib of Jesus Calvino-Fraga
8989
8990 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8991
8992         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8993         * support/regression/Makefile: new target test-mcs51-stack-auto
8994         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8995
8996 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8997
8998         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8999
9000 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9001
9002         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9003
9004 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9005
9006         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9007
9008         * src/SDCCglue.h: add definition for printIvalChar()
9009
9010 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9011
9012         * src/SDCCast.c: fix #498138 by Johan
9013
9014         * src/SDCCglue.c: fix #498138 by Johan
9015
9016 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9017
9018         * support/regression/Makefile: fix clean
9019
9020         * support/regression/ports/ds390/support.c: fix transmission of last character
9021
9022 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9023
9024         * /sdcc/src/ds390/gen.c:
9025         a) improved computing address of stack variable
9026         b) took out some #if 0 code
9027         c) improved parmBytes adjustment
9028         d) improved genPlusIncr & genMinusIncr
9029         e) genCmp could generate bad code (when left assigned to DPTR)
9030         f) Fixed bug in hasInc
9031
9032         * /sdcc/src/ds390/ralloc.c:
9033         a) packRegsForSupport could mess up live information (Fixed)
9034         b) packRegsDPTRuse could be incorrect for left & right shift
9035
9036         * /sdcc/src/mcs51/ralloc.c:
9037         packRegsForSupport could mess up the live information (Fixed)
9038
9039         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9040
9041         * /sdcc/src/SDCCast.c:
9042         can reverse a loop even if function call is present as long
9043         as the loop control variable is local & is not passed as parameter
9044
9045 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9046
9047         * /sdcc/ChangeLog: *** empty log message ***
9048
9049         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9050         More builtin function additions for TININative
9051
9052         * /sdcc/src/ds390/ralloc.c:
9053         Had broken the regression testsuite
9054
9055         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9056
9057         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9058         Added funcattr hasStackParms will be set for reentrant functions when there
9059         are paramteres on the stack, this helps in minimizing frame pointer generation
9060         typeFromStr can handle function pointers now
9061
9062         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9063         *** empty log message ***
9064
9065 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9066
9067         * /src/ds390/gen.c, /src/ds390/main.c:
9068         More builtin function additions for TININative
9069
9070         * /src/ds390/ralloc.c:
9071         Had broken the regression testsuite
9072
9073         * /src/SDCCast.c: Fixed a bug in dumptree
9074
9075         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9076         Added funcattr hasStackParms will be set for reentrant functions when there
9077         are paramteres on the stack, this helps in minimizing frame pointer generation
9078         typeFromStr can handle function pointers now
9079
9080         * /doc/builtins.txt, /doc/TININative.txt:
9081         *** empty log message ***
9082
9083
9084 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9085
9086         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9087         ALPHA version for -mTININative
9088
9089         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9090         updated to reflect changes in the port structure
9091
9092         * /src/port.h:
9093         added function do_assemble (similar to do_link) if non-null this function
9094         will be called to do assembly (-mTININative) requires a multi command
9095         assembly
9096         added function genAssemblerEnd will be called to generate assembler Epilogue
9097
9098         * /src/SDCCsymt.c:
9099         added _JavaNative to debug info printing
9100
9101         * /src/SDCCmain.c: added option --tini-libid
9102         added port->do_assemble function (-mTININative) has a multi command assemble
9103
9104         * /src/SDCCglue.c: Disabled "constExpr" check
9105         added port->genAssemblerEnd function
9106
9107         * /src/SDCCglobl.h: Added option --tini-libid value
9108
9109         * /src/SDCCast.h:
9110         tookout optimizeCompare from the header (has no external references)
9111
9112         * /src/SDCCast.c: made one more function "static"
9113
9114 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9115
9116         * src/z80/mappings.i: Added z80asm support.
9117
9118         * src/z80/main.c: Added z80asm support on --asm=z80asm
9119
9120         * src/z80/gen.c: Fixed asm portability issues.
9121
9122         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9123
9124         * src/SDCCglue.c (printExterns): Added global/extern split.
9125
9126 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9127
9128         * support/regression/Makefile: added test for mcs51 model large
9129
9130         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9131
9132         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9133
9134 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9135
9136         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9137
9138 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9139
9140         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9141
9142         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9143
9144 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9145
9146         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9147
9148         * support/regression/tests/simplefloat.c: Port to mcs51.
9149
9150 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9151         * support/regression/tests/bug-485362.c: Added.
9152
9153         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9154
9155         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9156
9157         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9158
9159         * src/z80/gen.c (aopDump): Added a dump function.
9160
9161 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9162         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9163
9164         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9165
9166         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9167
9168         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9169
9170         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9171
9172         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9173
9174         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9175
9176         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9177
9178         * support/regression/ports/ds390/support.c: Use tinibios.
9179
9180         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9181
9182 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9183
9184         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9185         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9186
9187         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9188
9189         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9190
9191 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9192
9193         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9194
9195         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9196         (packRegsForIYUse): Created and optimised.
9197
9198 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9199
9200         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9201 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9202
9203         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9204
9205         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9206
9207         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9208
9209 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9210
9211         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9212
9213         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9214
9215 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9216
9217         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9218
9219         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9220
9221         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9222
9223 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9224
9225         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9226         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9227         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9228
9229         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9230
9231         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9232         (genNotFloat): Added.
9233         (genUminusFloat): Added.
9234
9235         * device/lib/z80/Makefile: Added floating pt stubs.
9236
9237         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9238
9239         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9240
9241         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9242
9243 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9244
9245         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9246
9247         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9248
9249         * sdcc/support/regression/Makefile: Add port ds390.
9250
9251         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9252
9253         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9254
9255         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9256
9257         * sdcc/support/regression/ports/ds390/support.c: Added.
9258
9259         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9260
9261         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9262
9263         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9264
9265 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9266
9267         * device/include/malloc.h: Added z80 and gbz80 support.
9268
9269         * device/lib/gbz80/heap.s: Added.
9270
9271         * device/lib/z80/heap.s: Added.
9272
9273         * device/lib/malloc.c: Added z80 and gbz80 support.
9274
9275         * support/regression/tests/malloc.c (testMalloc): Added.
9276
9277         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9278
9279         * support/regression/tests/bug-478094.c: Added.
9280
9281         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9282
9283 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9284
9285         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9286
9287         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9288
9289         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9290
9291         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9292
9293         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9294
9295 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9296
9297         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9298
9299 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9300
9301         * support/regression/tests/bug-477927.c: Added.
9302
9303         * src/z80/peeph.def: Added minor rules.
9304
9305         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9306
9307         * src/z80/peeph.def: Added jump optimisation modification.
9308
9309 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9310
9311         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9312
9313 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9314
9315         * support/regression/tests/funptrs.c: Added.
9316
9317 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9318
9319         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9320
9321 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9322
9323         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9324
9325         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9326
9327         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9328         (movLeft2ResultLong): Created.
9329
9330         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9331         (joinPushes): Added.  Joins two char pushes into a word push.
9332
9333 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9334
9335         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9336
9337         * support/makebin/Makefile (install): Added creation of dest dir.
9338
9339 2001-10-24 Karl Bongers <karl AT turbobit.com>
9340
9341         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9342
9343 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9344
9345         * src/z80/ralloc.c: Turned off faulty pack for one use.
9346
9347         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9348
9349         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9350
9351 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9352
9353         * support/regression/Makefile: Improved clean
9354
9355         * support/regression/ports/gbz80/spec.mk: Added clean
9356
9357         * support/regression/ports/host/spec.mk: Added clean
9358
9359         * support/regression/ports/z80/spec.mk: Added clean
9360
9361         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9362
9363         * support/regression/ports/mcs51/timeout.c: little improvements
9364
9365 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9366
9367         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9368
9369         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9370
9371         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9372
9373 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9374
9375         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9376
9377         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9378
9379 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9380         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9381
9382         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9383
9384         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9385
9386         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9387
9388         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9389
9390         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9391
9392         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9393
9394         * support/regression/tests/longor.c: Added.
9395
9396 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9397
9398         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9399
9400         * as/mcs51/aslink.h: define PATH_MAX
9401
9402         * as/mcs51/asm.h: define PATH_MAX
9403
9404         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9405
9406         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9407
9408         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9409
9410         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9411
9412         * src/SDCCglobl.h: define PATH_MAX
9413
9414         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9415
9416         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9417
9418 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9419
9420         * src/z80/gen.c (gencjneshort): Fixed
9421
9422         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9423
9424 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9425
9426         * support/regression/tests/bug-469671.c: Added.
9427
9428         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9429
9430 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9431
9432         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9433
9434         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9435
9436 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9437
9438         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9439
9440         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9441
9442         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9443
9444         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9445
9446         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9447
9448         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9449
9450         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9451
9452 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9453
9454         * 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.
9455
9456         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9457
9458         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9459
9460 2001-10-07    <johan AT FRIJA>
9461
9462         * device/lib/gets.c (gets): fixed the return value.
9463
9464 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9465         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9466
9467         * 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.
9468
9469         * 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.
9470
9471         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9472
9473         * src/pic/gen.c: Removed Safe_strdup.
9474
9475         * configure.in: Added option to enable libgc support.
9476
9477         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9478         (bitVectUnion): Optimised.
9479         (bitVectIntersect): Optimised.
9480         (bitVectBitsInCommon): Optimised.
9481         (bitVectCplAnd): Optimised.
9482
9483         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9484
9485 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9486
9487         * src/SDCCmain.c: distinguish between assembler debug and plain options
9488
9489         * src/avr/main.c:   remove standard assembler options
9490
9491         * src/ds390/main.c: remove standard assembler options
9492
9493         * src/mcs51/main.c: remove standard assembler options
9494
9495         * src/port.h: removed "PENDING" comment
9496
9497 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9498
9499         * src/device/lib/_mulint.c  : new, with assember functions
9500
9501         * src/device/lib/_mullong.c : new, with assember functions
9502
9503         * src/device/lib/_divuint.c : with assember functions
9504
9505         * src/device/lib/_divsint.c : with assember functions
9506
9507         * src/device/lib/_divulong.c: with assember functions
9508
9509         * src/device/lib/_divslong.c: with assember functions
9510
9511         * src/device/lib/_moduint.c : with assember functions
9512
9513         * src/device/lib/_modsint.c : with assember functions
9514
9515         * src/device/lib/_modulong.c: with assember functions
9516
9517         * src/device/lib/_modslong.c: with assember functions
9518
9519         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9520
9521         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9522
9523         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9524                                       replaced _mululong.c and _mulslong.c by _mullong.c
9525
9526 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9527
9528         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9529
9530 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9531
9532         * src/SDCCglue.c: test, if win32api is available for MINGW
9533
9534 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9535
9536         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9537         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9538         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9539         * support/regression/ports/host/spec.mk: removed GENERIC
9540         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9541         * support/regression/ports/z80/spec.mk: removed GENERIC
9542
9543 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9544
9545         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9546
9547         * support/regression/tests/bug-467035.c: Created.
9548
9549 2001-10-01    <johan AT FRIJA>
9550
9551         * src/SDCC.y: fixed bug #466586 part 1
9552
9553 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9554
9555         * SDCCicode.c: z80 has no generic pointers
9556         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9557
9558 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9559
9560         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9561
9562 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9563
9564         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9565
9566         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9567
9568 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9569
9570         * configure.in: Fixed up so that ucsim is only configured once.
9571
9572         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9573
9574         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9575         (getPathDifference): As above.
9576
9577         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9578
9579         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9580
9581 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9582         * .version: Updated to 2.3.1
9583
9584         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9585         Added copyright header.
9586
9587         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9588         (assemble): Added support for macro based assembler commands.
9589         (linkEdit): Added support for macro based linker commands.
9590         (preProcess): Changed the pre-processor to use macros.
9591         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9592         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9593
9594         * device/lib/z80/crt0.s: Added module name for debugging.
9595
9596 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9597
9598         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9599
9600         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9601
9602         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9603
9604         * src/Makefile.in: Added SDCCmacro and SDCCutil
9605
9606 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9607
9608         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9609
9610 2001-09-16    <johan AT FRIJA>
9611
9612         * 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.
9613
9614 2001-09-15    <johan AT FRIJA>
9615
9616         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9617         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9618
9619 2001-09-11    <johan AT FRIJA>
9620
9621         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9622
9623 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9624
9625         * support/regression/tests/bug-460444.c: Added test case.
9626
9627         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9628         (genCast): Added justification for all of the asserts.
9629
9630 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9631
9632         * support/regression/support.c: _xdata replaced by xdata
9633
9634         * support/regression/spec.mk: removed _generic
9635
9636 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9637
9638         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9639
9640         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9641         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9642
9643         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9644
9645         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9646
9647         * support/regression/tests/bug-460010.c: Added test case.
9648
9649         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9650
9651 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9654
9655         * support/regression/testfwk.c: removed workaround for bug #436344
9656
9657         * support/regression/tests/bp.c: use less memory with mcs51
9658
9659         * support/regression/tests/bug-441448.c: use less memory
9660
9661         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9662
9663         * support/regression/collate-results.py: typo
9664
9665 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9666
9667         * support/regression/tests/fetchoverlap.c: Added new test case.
9668
9669         * support/regression/tests/bp.c: Added new test case.
9670
9671         * support/regression/tests/bug-448984.c: Added new test case.
9672
9673         * support/regression/tests/pow2shifts.c: Added new test case.
9674
9675         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9676         (genlshTwo): Fixed right shift for count > 8.
9677
9678         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9679
9680 2001-09-08    <johan AT FRIJA>
9681
9682         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9683
9684 2001-09-07    <johan AT FRIJA>
9685
9686         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9687
9688         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9689
9690 2001-09-06    <johan AT FRIJA>
9691
9692         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9693         * bernhard noted me at this: "() equals to (void)" (1.38)
9694
9695 2001-09-05    <johan AT FRIJA>
9696
9697         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9698
9699 2001-09-04    <johan AT FRIJA>
9700
9701         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9702
9703
9704 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9705
9706         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9707
9708 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9709
9710         * link/z80/aslink.h: Fixed path for PATH_MAX
9711
9712 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9713
9714         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9715
9716         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9717
9718         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9719
9720         * 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.
9721
9722 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9723
9724         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9725         (genCmp): Fixed up genCmp for the GB with longs.
9726
9727         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9728
9729         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9730
9731         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9732
9733         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9734
9735 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9736
9737         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9738
9739 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9740
9741         * 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.
9742
9743         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9744
9745 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9746
9747         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9748
9749         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9750
9751 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9752
9753   * sim/ucsim/configure:    little improvement of Cygwin-detection
9754   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9755   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9756   * support/regression/tests/bug-221100.c: small changes for mcs51
9757   * support/regression/tests/bug-221168.c: small changes for mcs51
9758   * support/regression/tests/bug-227710.c: small changes for mcs51
9759   * support/regression/tests/staticinit.c: small changes for mcs51
9760   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9761   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9762   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9763
9764 $Revision$