709212e23462fe168b726855f6b3ac8b172837c7
[fw/sdcc] / ChangeLog
1 2005-09-05 Raphael Neider <rneider AT web.de>
2
3         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
4
5 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * .version: changed to version 2.5.3
8         * doc/sdccman.lyx: changed version to 2.5.3,
9           documented --codeseg and --constseg and pragma codeseg and constseg,
10           documented bit parameters (reentrant) and bit returning
11         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
12            currFunc->recvSize, but is this ok for all ports?
13           (ast2iCode): result of ~ on unsigned char must be cast to int for
14            bool to work
15         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
16           function pointers in bit space
17         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
18           (processFuncArgs): call port.reg_parm() with reentrancy info
19         * src/port.h,
20         * src/avr/main.c,
21         * src/ds390/main.c,
22         * src/hc08/main.c,
23         * src/pic/main.c,
24         * src/pic16/main.c,
25         * src/xa51/main.c,
26         * src/z80/main.c: port.reg_parm prototype extended with
27           "bool reentrant" parameter
28         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
29           options.stackAuto for allocating bit register parameters
30         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
31           (genSend): set BitBankUsed if it is,
32           (selectRegBank): factored out of genCall for use in genPcall,
33           (genCall): removed redundant dtype assignmen, use selectRegBank,
34           (genPcall): handle returning in Carry properly, save in F0 if needed,
35           (genReceive): handle bit register parameters
36         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
37           (mcs51_assignRegisters): enable bit registers for all reentrant
38            functions and don't set BitBankUsed unconditionally
39         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
40         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
41         * support/regression/tests/funptrs.c: added tests for BOOL and for return
42
43 2005-08-27 Borut Razem <borut.razem AT siol.net>
44
45         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
46         ppc-osx (Darwin) does not support -u option. It seems that it is
47         supported only on Linux - GNU cp
48
49 2005-08-25 Borut Razem <borut.razem AT siol.net>
50
51         * sim/ucsim/gui.src/serio.src/Makefile.in,
52           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
53           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
54           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
55           install and strip, since the strip at /usr/ccs/bin should be used
56           on solaris
57
58 2005-08-24 Borut Razem <borut.razem AT siol.net>
59
60         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
61
62 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
63
64         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
65         ffffffffu
66
67 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
68
69         * as/mcs51/aslink.h: completed lkrloc.c prototypes
70         * as/mcs51/lkmain.c (link_main): fixed warning
71         * device/include/stdbool.h: ds390 has no advanced bit support yet
72         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
73         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
74         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
75           and updated their macros
76         * src/SDCCval.c (constVal): updated comment for renamed b_long
77
78 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
79
80         * as/mcs51/asdata.c: changed ctype['['] to BINOP
81         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
82           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
83           (oprio): set priority for '['
84         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
85            and adb_24_bit
86         * as/mcs51/asm.h: added defines R_BIT and S_BIT
87         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
88         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
89         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
90           added overlayable BIT_BANK area
91         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
92           (summary2): explain 'T' in legenda
93         * as/mcs51/lkrloc.c: replaced old K&R style,
94           (relr): added R_BIT processing,
95           (errmsg): added "Bit-addressable relocation error",
96           (adb_bit): added for converting from byte- to bit-addressable space,
97           (adb_24_bit): added for converting from byte- to bit-addressable space
98         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
99            used in reentrant functions now even as return value
100         * device/lib/_gptrput.c (_gptrput): removed obsolete code
101         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
102           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
103         * src/SDCCglobl.h: added indicator BitBankUsed
104         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
105            the bit registers b0-b7
106         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
107           (geniCodeCast): fixed bug 1263853,
108           (geniCodeLogicAndOr): put result in bool or char,
109           (geniCodeReceive): added parameter func for accessing the return type,
110           (geniCodeFunctionBody): pass func to geniCodeReceive
111         * src/SDCCmain.c: added indicator BitBankUsed
112         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
113         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
114           (checkSClass): don't put automatic bool/bit on stack,
115           (checkFunction): removed check on function cannot return bit
116         * src/SDCCsymt.h: added newBoolLink prototype
117         * src/mcs51/gen.c (rb1regs): added bit registers,
118           (movc): created for assigning to carry,
119           (pushReg, popReg): created for pushing registers,
120           (sameRegs): check both AOP_REG and AOP_CRY types,
121           (aopOp): handle bit registers,
122           (aopPut): optimization no self-assign,
123           (saveRegisters): push reg->base (bits) only once for bit registers,
124            and use pushReg,
125           (unsaveRegisters): pop reg->base only once and use popReg,
126           (assignResultValue): added parameter func and return in carry for bits,
127           (genIpush): optimization no reload in A if not changed,
128           (genSend): bit parameters in reentrant functions are passed in bit
129            registers by first assigning to bits in B, then save registers and
130            copy B to bits,
131           (genCall): handle returning in Carry properly, save it in F0 if needed,
132           (genPcall): updated assignResultValue call, this is not safe yet for bit
133            returning function !!!
134           (genFunction): don't generate equ's for bit registers and use pushReg,
135           (genEndFunction): take care of bit returning functions and use popReg,
136           (genRet): return bit in Carry,
137           (genIfx): optimize bit registers and other directly addressable bits,
138           (genReceive): updated assignResultValue call
139         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
140           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
141            registers when using stack-auto
142         * src/mcs51/ralloc.c (_G): added allBitregs,
143           (regs8051): added the bit registers,
144           (createStackSpil): use macro IS_BIT,
145           (getRegBit): added to allocate a bit register, else spill,
146           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
147           (updateRegUsage): factored out to ease stepping while debugging,
148           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
149            also allocate bit registers,
150           (fillGaps): handle bit registers,
151           (findAllBitregs): added to create bit vector with all bit registers,
152           (mcs51_allBitregs): returns this bit vector,
153           (mcs51_assignRegisters): when using stack-auto use bit registers for
154            passing parameters and creating local variables
155         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
156
157 2005-08-22 Borut Razem <borut.razem AT siol.net>
158
159         * device/lib/Makefile.in: replaced find option -or with -o
160           to make it run on solaris
161
162 2005-08-22 Raphael Neider <rneider AT web.de>
163
164         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
165           fixes #1265442 (crash on Solaris)
166
167 2005-08-20 Borut Razem <borut.razem AT siol.net>
168
169         * configure, configure.in: added tests for libsocket and libnsl libraries,
170           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
171           from support/regression/Makefile.in
172         * support/regression/Makefile.in: added
173         * device/lib/pic16/Makefile.common.in: force make to use bash shell
174         * sim/ucsim/libtool: regenerated on sparc-solaris
175         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
176           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
177           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
178           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
179           sparc-solaris, which doesn't use GNU ld linker
180         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
181         * as/Makefile: find on sparc-solaris does not support -maxdepth option
182
183 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
184
185         * src/mcs51/peeph.def: updated comments
186
187 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
188
189         * device/lib/_gptrget.c,
190         * device/lib/_gptrput.c: slightly shorter
191         * doc/sdccman.lyx: incremented version
192         * src/mcs51/peeph.def: moved peephole comments to the line of first
193           change to better keep line correlation, reanimated 186.e
194         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
195
196 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
197
198         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
199           David Saxton with quotes around file name.
200
201 2005-08-15 Borut Razem <borut.razem AT siol.net>
202
203         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
204           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
205           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
206           make tests run on x86_64 platform
207
208 2005-08-13 Raphael Neider <rneider AT web.de>
209
210         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
211           as it might be executed DURING a build (parallel make is wonderful)
212
213 2005-08-13 Raphael Neider <rneider AT web.de>
214
215         * device/lib/Makefile.in (port-specific-objects-pic16):
216           revert to cp $(PORT)/bin/*.* $(PORTDIR)
217         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
218           dependency
219         * device/lib/pic16/Makefile.rules: build subdirs before creating
220           the library, removed builddir rule, create $(builddir) early in
221           recurse rule, use empty recurse rule for leaf directories
222         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
223           mkdir errors (race condition), removed duplicate suffix "hex"
224           from clean rules
225         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
226         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
227           prevents mkdir -p from aborting on Alpha
228
229 2005-08-12 Raphael Neider <rneider AT web.de>
230
231         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
232           db-statements in order to allow for arrays of pointers in code
233           sections to be placed without interspersed 0-padding, fixes
234           bug #1256215
235         * (emitStatistics): fixed division by zero for pic18f1220
236         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
237           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
238         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
239         * (pic16_pCodeConstString): keep track of already emitted string
240           literals to prevent "duplicate definitions of symbol _str_NR"
241         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
242           debug message
243         * device/lib/Makefile.in: ignore failing PIC16 library builds
244         * device/lib/pic16/Makefile: do not build if gputils are missing
245         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
246
247 2005-08-10 Raphael Neider <rneider AT web.de>
248
249         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
250           my last commit)
251
252 2005-08-10 Raphael Neider <rneider AT web.de>
253
254         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
255           Rokas' patch to add the new fixed point type "__fixed16x16"
256         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
257           functions for __fixed16x16 arithmetics
258         * device/lib/pic16: reimplemented the build system to support
259           a separate build directory, better handling of libio (create
260           the library in a separate subdir for each architecture) and
261           easier configuration (centralized in Makefile.common)
262
263 2005-08-07 Raphael Neider <rneider AT web.de>
264
265         * src/pic16/gen.c (genrshTwo): fixed sign extension
266         * src/pic16/device.c: added pic18f2320, 4220 and 4320
267         * device/include/pic16/pic18f2220.h: changed some bit definitions,
268           added T0CONbits
269         * device/include/pic16/pic18f4220.h: NEW, header for
270           pic18f4220 and pic18f4320
271         * device/include/pic16/pic18fregs.h: added new devices,
272           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
273         * device/include/pic16/signal.h: resolved name clashes
274           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
275           to also allow testing for interrupt enable bits, added
276           comments on how to use the macros
277         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
278         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
279           register definitions for the devices
280         * device/lib/pic16/pics.all: added new devices
281         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
282           allocated memory
283         * device/lib/pic16/libc/stdlib/memfree: do not count
284           the block header as free memory
285         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
286           simplified and added missing end-of-blocklist-marker
287           (reported by Peter Onion, fixes #1252814)
288         * (_mergeHeapBlock): fixed loop condition
289         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
290           len==0, restructured code
291         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
292           up a bit, reduced bitfield accesses, prevent endless loops
293           in case of heap corruption
294         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
295           "unreferenced arguments/must return a value" warnings
296         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
297           replaced BAUDREG with SPBRG
298         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
299           device/lib/pic16/debug/gstack/gstack.c: replaced
300           _naked, _asm, _endasm with __naked, __asm, __endasm
301
302 2005-08-05 Raphael Neider <rneider AT web.de>
303
304         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
305           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
306
307 2005-08-05 Borut Razem <borut.razem AT siol.net>
308
309         * device/lib/Makefile.in: added missing ';'
310         * configure: removed ^M characters
311
312 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
313
314         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
315           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
316           License
317
318 2005-08-04 Borut Razem <borut.razem AT siol.net>
319
320         * configure.in: pic16 libraries build 2nd try - enable running
321           configure in device/lib/pic16
322         * configure: regenerated from configure.in
323         * device/lib/Makefile.in: create $(PORT)/bin directory
324
325 2005-08-03 Raphael Neider <rneider AT web.de>
326
327         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
328           to get/set values via pointers
329         * (genUnpackBits,genPackBits): changed detection of
330           ptr->bitfield vs. sym.bitfield, fixed access via generic
331           pointers, removed dead (wrong) code for multibyte bitfields
332         * (genNearPointerGet, genGenPointerGet): removed useless code,
333           fixed bitfield detection, fixes #1250594
334         * (genNearPointerSet): removed useless code
335         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
336           and introduced macro pic16_emitpcode that conditionally emits
337           the origin of the following pCode (useful for debugging SDCC)
338         * src/pic16/pcode.c: changed (and disabled) some debug outputs
339         * (createDefmap): fixed handling of LFSR for --optimize-df
340
341 2005-08-02 Borut Razem <borut.razem AT siol.net>
342
343         * device/lib/Makefile.in: pic16 libraries build enabled since
344           gputils-0.13.2 are now localy installed at sourceforge's compile farm
345
346 2005-08-02 Raphael Neider <rneider AT web.de>
347
348         * src/pic16/gen.c (genPackBits): removed deprecated warning
349         * (genGenPointerSet): fixed bitfield detection
350
351 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
352
353         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
354
355 2005-07-31 Raphael Neider <rneider AT web.de>
356
357         * device/lib/pic16/libdev/pic18f458.c,
358           device/include/pic16/pic18f458.h: added missing T0CONbits
359
360 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
363
364 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
365
366         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
367
368 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
369
370         * device/include/mcs51/at89c51ed2.h: added.
371
372 2005-07-23 Raphael Neider <rneider AT web.de>
373
374         * src/pic/gen.h: added emitpcode macro for debugging
375         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
376           and replace by macro adding debug information on demand
377         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
378         * (gencjne): tried to fix; replaced with correct (slower) code
379         * (gen{Unp,P}ackBits): fixed single bit access
380         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
381         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
382           previous instruction
383         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
384           register has to be handled with care (forbidding movement
385           of assignments/uses, removing assignments completely, ...)
386         * (pCodeOptime2pCodes): make use of regIsSpecial
387         * added lots of debugging output (commented out)
388         * src/pic/rallloc.c (deassignLRs): prevent operand registers
389           from being reused as result UNLESS it is known to work
390
391 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
392
393         * support/Util/dbuf.h: include <stddef.h> for size_t
394         * .version: changed to version 2.5.2
395
396 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
397
398         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
399
400 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
401
402         * src/hc08/gen.c (genMinus): fixed bug #1241835,
403           (genModOneByte): removed needless psha/pula
404
405 2005-07-22 Raphael Neider <rneider AT web.de>
406
407         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
408           have PIC14 handled like PIC16, fixes broken pic14 linker calls
409         * src/pic/gen.c (resolveIfx): do not "invent" labels
410         * (genSkipc): changed to positive logic
411         * (genSkipCond): removed as no longer needed
412         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
413           backport from PIC16
414         * (genLeftShift): check operands are in different registers
415         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
416           INCF does not update CARRY...
417         * src/pic/main.c: fixed _linkCmd
418         * src/pic/pcode.c (unlinkpCode): added inactive code
419         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
420           alive (do not assign result and operand overlapping registers)
421
422 2005-07-22 Raphael Neider <rneider AT web.de>
423
424         * src/pic/device.c (dump_sfr): replaced register declaration with
425           call to emitSymbolToFile() to avoid duplicate symbols
426         * (assignRelocatableRegisters): do not declare external symbols
427         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
428           right (take size of type, not etype)
429         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
430         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
431         * (packRegsForAccUse): disabled assignment of WREG as
432           the result reg to prevent occurence of just fixed #1235003,
433           fixes #1242954
434         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
435           symbols (avoids duplicate symbols in .asm file)
436         * (pic14emitRegularMap): use emitSymbolToFile()
437         * src/pic/gen.c (aopOp): fixed spillLocation handling
438         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
439         * (genDataPointerSet): removed unneccessary variables/output
440
441 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
442
443         * as/mcs51/lkarea.c: enlarged codemap for banked memory
444         * device/lib/mcs51/crtbank.asm: added # to 0x0F
445
446 2005-07-21 Raphael Neider <rneider AT web.de>
447
448         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
449           architecture cannot handle them efficiently, fixes bug #1235003
450         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
451           check for empty sets before using them (fixes bug #1232190)
452
453 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
454
455         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
456           (lnksect2): generate warnings for memory overlap
457         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
458           constseg to set the name of these segments so you can instruct the linker
459           to place them in banks
460         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
461         * src/SDCCglobl.h: added MODEL_HUGE to enum,
462           added code_seg and const_seg to options
463         * src/SDCCglue.c (emitMaps): use options.const_seg,
464           (createInterruptVect): put interrupt vectors in segment HOME,
465           (glue): put HOME before static segment and put the main glue in HOME,
466           (glue): use options.code_seg
467         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
468         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
469           these segments so you can instruct the linker to place them in banks
470           (linkEdit): use code_loc for HOME segment which should be the first
471           segment in code memory now
472         * src/SDCCmem.c: fixed more stuff like bug 1238386
473         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
474           (changePointer): don't change function pointers to code pointers for
475           banked functions,
476           (compareType): added exceptional check for banked function pointers
477         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
478         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
479           after static in code memory
480         * src/mcs51/gen.c: added aopLiteralLong prototype,
481           (aopForSym): use getSize for functions,
482           (genCall): generate banked calls over one trampoline __sdcc_banked_call
483           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
484           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
485           the segment,
486           (genPcall): use call for literal function pointers and generate banked
487           calls over the one trampoline so there's only one place for the user to
488           modify according to his/hers hardware,
489           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
490           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
491         * src/mcs51/main.c: added keyword banked,
492           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
493         * support/Util/SDCCerr.c,
494         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
495           needed for passing the bank and address to the trampoline
496         * device/lib/mcs51/crtbank.asm: added for bankswitching
497         * device/lib/mcs51/Makefile: added crtbank
498
499 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
500
501         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
502           for fields at offset 0 of a struct or union as reported
503           on 2005-07-07 in the developer mailing list.
504
505 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
506
507         * src/SDCCmem.c: fixed bug 1238386
508
509 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
510
511         * src/mcs51/peeph.def: added labelrefcounting for peepholes
512           (patch #1144962), added peephole 300, enabled 259.x
513         * doc/sdccman.lyx: removed screenshot and provided link instead
514
515 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
516
517         * doc/sdccman.lyx: added section about debugging with ddd
518         * doc/figures/ddd_example.eps: screenshot of debugging session
519
520 2005-07-04 Raphael Neider <rneider AT web.de>
521
522         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
523           like CODE pointers, fixes #1115683
524         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
525           call, fixes bugs #1232211, #1228110,
526           fixed wrong casts to pCodeFlow from pCodeInstructions
527
528 2005-07-04 Raphael Neider <rneider AT web.de>
529
530         * src/pic/gen.c (popGet): changed assert to allow for
531           bit operands
532         * (popGetAddr): changed signature to provide
533           an additional index, patched all call sites
534         * (genCmpEq): handle literal-like operands correctly
535         * (genAddrOf): added sanity checks on __code/__data pointers
536         * (genAssign): added handling of symbols from __code section
537         * (gencjne): do not generate code for comparisons whose result
538           is neither stored nor used, fixes bug #1171114
539         * (AccLsh, AccRsh): operate on operand instead of WREG
540         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
541           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
542           by known count
543         * rewrote complete shift-by-literal logic, commented unused
544           functions out
545         * (genConstPointerGet): get multiple bytes (if result size > 1),
546           fixed handling of non-immediate addresses
547         * (genPointerGet): handle CODE pointers like CONST pointers
548         * (genpic14Code): insert C-SRC lines as Cource-pCodes
549         * ({aop,op}_isLitLike): NEW, single place to decide whether an
550           operand is to be treated as a literal or not
551         * (mov2w,genPcall,genCmpEq),
552           src/pic/genarith.c: use aop_isLitLike() to decide between
553           literal/register contents
554         * (addSign): added missing offset
555         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
556           only emit comment in debug-mode,
557           use {aop,op}_isLitLike throughout the file
558         * src/pic/glue.c: fix initializers for pointers (work in progress)
559         * src/pic/pcode.c (get_op): honor index on _const symbols
560         * ({reset,dump}pCodeStatistics): NEW, estimate code size
561         * (dumppBlock): added pCode size estimation
562         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
563           check for IS_SYMOP before OP_SYMBOL'ing
564         * fixed indentation, compacted switch-statements
565         * (allocReg): find free register and allocate it instead of
566           allocating new registers all the time
567         * (deassignLRs): prevent POINTER_GET's from being assigned the same
568           registers as its operands (necessary only for multibyte GETs)
569
570 2005-07-01 Raphael Neider <rneider AT web.de>
571
572         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
573           debugging .asm-output macros FENTRY + FEXIT
574         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
575           way... I wonder...
576         * (emitpComment): NEW, printf to pCode
577         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
578           offset handling
579         * (popGetAddr): NEW, variant of popGet to access an immediates
580           high(er) bytes instead of the n'th byte of memory they reference,
581           replaced popGet with popGetAddr where neccessary
582         * (genDataPointerGet): reactivated and fixed implementation
583         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
584           accesses
585         * (genDataPointerSet): fixed multibyte assignments
586         * (genpic14Code): fixed --i-code-in-asm handling
587         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
588         * (genPlus): fixed index-out-of-bounds error
589         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
590         * src/pic/ralloc.c: added debugging output macro FENTRY2
591         * (spillThis): fixed indentation, enbraced for-body for clarity
592         * (rematStr): commented out as now unused
593         * (regTypeNum): commented out special spill case (overwrites
594           arbitrary values)
595         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
596
597 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
598
599         * doc/sdccman.lyx: documented sfr16/sfr32,
600           added example for using storage class with function pointers
601         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
602
603 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
604
605         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
606         * device/lib/_itoa.c,
607         * device/lib/_ltoa.c: optimized codesize
608         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
609           but don't know how to suppress the double warning.
610         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
611         * support/Util/SDCCerr.c,
612         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
613
614 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
615
616         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
617           fixed old K&R prototypes
618         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
619         * device/lib/_gptrget.c,
620         * device/lib/_gptrgetc.c,
621         * device/lib/_gptrput.c: changed versions for new memory indicator values,
622           also new versions for small generic pointers and banked generic pointers
623         * src/port.h: added const_name
624         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
625         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
626         * src/SDCCcse.c (findPrevIc): check all associative operators
627         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
628         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
629         * src/SDCCmem.c: updated comments,
630           set far-space to 0 for pdata, results in optimized code
631         * src/SDCCmem.h: added macro CONST_NAME
632         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
633           moving the info into the highest bits, see also gptrget/gptrput
634         * src/src.dsp: added sdcc.ico to project files
635         * src/avr/gen.c (genCast): fixed bug 0x%d
636         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
637         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
638           relation between ptr_type and DCL_TYPE,
639           (genCast): fixed bug 0x%d
640         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
641           (CODE)" for const_name
642         * src/hc08/gen.c (genCast): fixed bug 0x%d
643         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
644           (hc08_port): added "CONST (CODE)" for const_name
645         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
646           (aopForRemat, adjustArithmeticResult): disconnected direct relation
647           between ptr_type and DCL_TYPE,
648           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
649           operand* and took AOP() inside function so sfr-ness can be checked,
650           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
651           new prototype,
652           (genFunction, genEndFunction): optimized stack setup,
653           (genMinus): optimized for literals with ending zeroes (in bytes),
654           (genCast): fixed bug 0x%d
655         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
656           (mcs51_port): added "CONST (CODE)" for const_name
657         * src/mcs51/peeph.def: made rule 226 more generic
658         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
659         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
660         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
661         * src/z80/main.c (z80_port): added NULL for const_name,
662           (gbz80_port): added NULL for const_name
663         * support/regression/tests/bug663539.c,
664         * support/regression/tests/sfr16.c: new tests
665
666 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
667
668         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
669
670 2005-06-24 Raphael Neider <rneider AT web.de>
671
672         * device/lib/pic16/libdev/pic18f[68][567]20.c:
673           corrected typos...
674         * device/include/pic16/signal.h: added USBIF
675           and SIG_USB
676
677 2005-06-24 Raphael Neider <rneider AT web.de>
678
679         * device/lib/pic16/libdev/pic18f2455.c,
680           device/include/pic16/pic18f2455.h: NEW
681         * device/include/pic16/pic18fregs.h,
682           device/lib/pic16/pics.all,
683           src/pic16/device.c: added 18f2455
684         * device/lib/pic16/libdev/pic18f[68][567]20.c,
685           device/include/pic16/{pic18f[68][567].h,usart.h}:
686           replaced MULTIPLE_USARTS define with more relaible
687           compatibility sfrs (for USART access)
688
689 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
690
691         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
692           and the output asm file line is printed on two lines.
693
694 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
695
696         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
697           BGT, BLE, BHI, and BLS instructions
698         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
699           genCmpEq): removed
700         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
701           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
702           fixes bug #1216342
703         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
704
705 2005-06-15 Raphael Neider <rneider AT web.de>
706
707         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
708         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
709         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
710           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
711           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
712
713 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
714
715         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
716           Marcel Telka in bug #1215704
717
718 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
719
720         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
721           located in shared memory bank.
722
723 2005-05-31 Raphael Neider <rneider AT web.de>
724
725         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
726           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
727           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
728
729 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
730
731         * device/lib/_strncpy.c: fixed the fix
732
733 2005-05-26 Raphael Neider <rneider AT web.de>
734
735         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
736           initializers with \0, bug #1208187
737         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
738           intializers with \0, bug #1208187
739
740 2005-05-26 Raphael Neider <rneider AT web.de>
741
742         * src/pic16/glue.c (pic16_printIvalChar): fixed string
743           initializers with \0, bug #1208187
744         * src/pic16/main.c (_process_pragma): added sanity checks
745           for stack position and size, emit warnings when appropriate
746
747 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
748
749         * device/lib/_strncpy.c: fixed not filling with \0
750
751 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
752
753         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
754           createFunction),
755         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
756           compound_statement),
757         * src/SDCCsymt.h,
758         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
759
760 2005-05-24 Raphael Neider <rneider AT web.de>
761
762         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
763
764 2005-05-24 Raphael Neider <rneider AT web.de>
765
766         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
767           TRISE definitions, closes bug #1162453
768
769 2005-05-22 Raphael Neider <rneider AT web.de>
770
771         * src/pic16/main.c (_process_pragma): check for missing
772           arguments to pragmas code and udata
773         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
774           consistency fixes to match other headers (thanks to Jim Paris)
775         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
776
777 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
778
779         * src/SDCCicode.c (isOperandEqual): fixed missing ;
780
781 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
782
783         * support/regression/tests/bug1198642.c: new test
784         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
785         * src/SDCCcse.c (findPrevIc): added comment, please have a look
786         * support/scripts/resource.h,
787         * support/scripts/resource.rc,
788         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
789         * support/scripts/sdcc.ico: added 32x32 icon
790
791 2005-05-18 Raphael Neider <rneider AT web.de>
792
793         * device/lib/pic16/libdev/pic18f*.c,
794         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
795           keywords to "__sfr" and "__at (X)"
796         * device/include/pic16/pic18fregs.h: added pic18f4520
797         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
798           #1203088 (MPLAB compatibility)
799
800 2005-05-17 Raphael Neider <rneider AT web.de>
801
802         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
803         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
804         * device/lib/pic16/pics.all: added new devices
805         * src/pic16/device.c: added support for pic18f4520
806
807 2005-05-16 Raphael Neider <rneider AT web.de>
808         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
809         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
810         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
811           convenience function for bit access
812
813 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
814
815         * device/lib/printf_large.c: fixed bug 1193299
816         * support/regression/tests/bug1057979.c: added test %3.3s
817
818 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
819
820         * device/include/mcs51/8051.h,
821         * device/include/mcs51/8052.h: made parseable with lint
822         * device/include/mcs51/lint.h: added include file for (sp)lint
823         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
824         * doc/cdbfileformat.lyx,
825         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
826
827 2005-05-14 Raphael Neider <rneider AT web.de>
828
829         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
830         * device/lib/pic16/libc/stdlib/itoa.c (new)
831         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
832         * device/lib/pic16/libio/Makefile: exclude subdir according to
833           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
834         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
835         * src/pic16/gen.c (genFunction): prevent annoying warning
836         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
837           nameclashes on BeOS
838         * support/cpp2/cppmain.c (cpp_output_string): new
839         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
840           fixes bug 1116802
841
842 2005-05-13 Borut Razem <borut.razem AT siol.net>
843
844         * src/SDCCmain.c (linkEdit): fixed bug 1195202
845
846 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
847
848         * .version: changed to version 2.5.1; back to bleeding edge development
849
850 2005-05-11 Borut Razem <borut.razem AT siol.net>
851
852         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
853           generate PDF version 1.3 documents
854
855 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
856
857         * .version: changed to version 2.5.0
858
859 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
860
861         * doc/sdccman.lyx: updated weblinks, index and smaller updates
862
863 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
864
865         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
866         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
867         well as many smaller updates.
868         * .version: changed to version 2.5.0-pre1
869
870 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
871
872         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
873
874 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
875
876         * support/regression/tests/bug1185672.c: added
877         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
878           bug 1185672
879         * src/mcs51/gen.c (genCall): added comments, made it look safer
880         * src/mcs51/gen.c (genEndFunction): simplified
881
882 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
883
884         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
885
886 2005-04-14 Borut Razem <borut.razem AT siol.net>
887
888         * fixed bug 1045046 - SIGSEGV with really simple code?:
889           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
890           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
891
892 2005-04-14 Borut Razem <borut.razem AT siol.net>
893
894         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
895           src/pic16/device.h: temporarily disabled experimental #inline pragma
896           for 2.5.0 release
897
898 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
899
900         * device/include/z80/stdio.h,
901         * device/include/z80/string.h: removed these highly incomplete files so
902           SDCC can use the default ones in device/include/
903
904 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
905
906         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
907         gcc warning.
908         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
909         fix sdcpp warnings.
910
911 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
912
913         * device/include/malloc.h: removed redundant __reentrant prototypes
914         * device/lib/_mullong.c: added working xstack variant in asm (C version
915           doesn't pass regression tests)
916         * device/lib/bpx.c: used __data and made bpx char for mcs51
917         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
918           (createFunction): fixed bug with xstackPtr
919         * src/SDCCcse.c: corrected comments
920         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
921           (killDeadCode, eBBlockFromiCode): removed unused code
922         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
923           corrected comments
924         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
925           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
926           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
927           (genModOneByte): fixed warning in MSVC
928         * src/mcs51/main.c (): added comments
929         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
930
931 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
932
933         * src/SDCCmain.c (linkEdit): oops, changed one line too many
934
935 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
936
937         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
938
939 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
940
941         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
942         characters arrays of larger size than the declared one.
943
944 2005-04-10 Borut Razem <borut.razem AT siol.net>
945
946         * src/pic/gen.c (genInline),
947           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
948           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
949           (findNextInstruction), (findPrevInstruction),
950           (findInstructionUsingLabel),
951           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
952         * src/pic/pcode.c (findLabel): added missing '\n'
953         * src/src.dsp: added SDCCdwarf2.c to the project
954
955 2005-04-09 Borut Razem <borut.razem AT siol.net>
956
957         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
958
959 2005-04-08 Raphael Neider <rneider AT web.de>
960
961         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
962           into the chain after a given one) and mergeDefmapSymbols (combine
963           defmap entries for each symbol per pcode)
964         * (createDefmap): have defmap entries merged in the end
965         * (defmapReplaceSymRef): split defmap entries covering two accesses to
966           a symbol before replacing one access type's symbol, merge symbols in
967           the end (replacement symbol might already have an entry)
968         * (assignValnums): keep reference to written WREG intact
969
970 2005-04-08 Raphael Neider <rneider AT web.de>
971
972         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
973           Alpha)
974
975 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
976
977         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
978         bytes
979
980 2005-04-07 Raphael Neider <rneider AT web.de>
981
982         * device/include/pic16/usart.h: added compatibility defines for
983           devices with more than one USART
984         * device/include/pic16/pic18f[68][567]20.h: activated above defines
985
986 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
987
988         * device/lib/Makefile.in: updated for port specific include
989
990 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
991
992         * support/regression/ports/mcs51/spec.mk: added mcs51 include
993
994 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
995
996         * device/include/8051.h,
997         * device/include/8052.h,
998         * device/include/at89S8252.h,
999         * device/include/at89c55.h,
1000         * device/include/at89x051.h,
1001         * device/include/at89x51.h,
1002         * device/include/at89x52.h,
1003         * device/include/mcs51reg.h,
1004         * device/include/reg51.h,
1005         * device/include/reg764.h,
1006         * device/include/regc515c.h,
1007         * device/include/sab80515.h: (re)moved these 12 files
1008         * device/include/mcs51/8051.h,
1009         * device/include/mcs51/8052.h,
1010         * device/include/mcs51/at89S8252.h,
1011         * device/include/mcs51/at89c55.h,
1012         * device/include/mcs51/at89x051.h,
1013         * device/include/mcs51/at89x51.h,
1014         * device/include/mcs51/at89x52.h,
1015         * device/include/mcs51/mcs51reg.h,
1016         * device/include/mcs51/reg51.h,
1017         * device/include/mcs51/reg764.h,
1018         * device/include/mcs51/regc515c.h,
1019         * device/include/mcs51/sab80515.h: and added them here
1020
1021 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1022
1023         * device/include/stdarg.h: changed SDCC specific keywords to double
1024           underlined form.
1025         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1026           mcs51 and ds390.
1027         * device/include/hc08/mc68hc908gp32.h,
1028         * device/include/hc08/mc68hc908jb8.h,
1029         * device/include/hc08/mc68hc908jkjl.h,
1030         * device/include/hc08/mc68hc908qy.h: fixed comments
1031         * device/include/mcs51/README: updated
1032         * device/include/mcs51/c8051f120.h: added PINRSF
1033         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1034         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1035           amidst code. Also inline is not supported.
1036
1037 2005-04-06 Raphael Neider <rneider AT web.de>
1038
1039         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1040         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1041           callers stack/frame pointers
1042
1043 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1044
1045         * device/include/pic16/usart.h: added, missing in previous commit,
1046         * device/include/pic16/adc.h: fixed typo,
1047         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1048         commit,
1049         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1050         <p18fxxx.inc>
1051         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1052         uninitialized because a bug appears with gplink
1053         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1054         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1055         complains for unrecognised option
1056
1057 2005-04-05 Raphael Neider <rneider AT web.de>
1058
1059         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1060           structs as well (using memcpy)
1061         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1062           on ISRs (GOTO has no label)
1063         * src/pic16/device.h: added OF_OPTIMIZE_DF
1064         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1065           new data flow analysis/optimization
1066         * src/pic16/pcode.c: added (prototypes for and implementation of)
1067           dataflow analysis functions, fixed pCodeInstructions' inCond and
1068           outCond values, made RCALL a branch instruction
1069         * (pic16_unlinkpCode): keep C line if possible
1070         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1071           C line moved if possible
1072         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1073         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1074           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1075         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1076           new flow)
1077         * (pic16_getJumptabpCode): NEW, needed in...
1078         * (LinkFlow): fixed handling of jumptables, calls and conditional
1079           branches
1080         * (pic16_InsertCommentAfter): NEW
1081         * (pic16_pCodeReplace): made verbose and flow preserving
1082         * (AnalyzeFlow): added call to data flow analysis
1083         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1084         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1085         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1086
1087 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1088
1089         * src/SDCCast.c (decorateType): fixed bug #1105626
1090
1091 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1092
1093         * device/include/asm/pic16/features.h,
1094         * pic18f*.h headers,
1095         * device/include/pic16/adc.h,
1096         * device/include/pic16/delay.h,
1097         * device/include/pic16/i2c.h,
1098         * device/include/pic16/malloc.h,
1099         * device/include/pic16/stdio.h,
1100         * device/include/pic16/stdlib.h,
1101         * device/include/pic16/string.h,
1102         * device/lib/pic16/libc/stdio/printf_tiny.c,
1103         * device/lib/pic16/libc/stdio/printf_small.c,
1104         * device/lib/pic16/libc/stdio/strmgpsim.c,
1105         * device/lib/pic16/libc/stdio/strmmssp.c,
1106         * device/lib/pic16/libc/stdio/strmusart.c,
1107         * device/lib/pic16/libc/stdio/vfprintf.c,
1108         * device/lib/pic16/libc/stdlib/ltoa.c,
1109         * device/lib/pic16/libc/stdlib/putchar.c,
1110         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1111         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1112         * device/lib/pic16/libc/stdlib/memchrram.c,
1113         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1114         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1115         * device/lib/pic16/libio/adc/adcbusy.c,
1116         * device/lib/pic16/libio/adc/adcread.c,
1117         * device/lib/pic16/libio/adc/adcsetch.c,
1118         * device/lib/pic16/libio/usart/ubaud.c,
1119         * device/lib/pic16/libio/usart/ubusy.c,
1120         * device/lib/pic16/libio/usart/udrdy.c,
1121         * device/lib/pic16/libio/usart/uopen.c,
1122         * device/lib/pic16/libio/usart/uputc.c,
1123         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1124         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1125         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1126         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1127         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1128         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1129         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1130         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1131         specific keywords to double underlined form,
1132         * device/lib/pic16/libc/Makefile.rules,
1133         * device/lib/pic16/libsdcc/Makefile.rules,
1134         * device/lib/pic16/libm/Makefile,
1135         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1136         to compile with C standard set in Makefile.common
1137         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1138         rand.c and crc.c in compilation process,
1139         * device/lib/pic16/libsdcc/int/divuint.c,
1140         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1141         `c' from signed to unsigned,
1142         * device/lib/pic16/startup/crt0.c,
1143         * device/lib/pic16/startup/crt0i.c,
1144         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1145         keywords to double underlined form, bug fixes in _do_cinit function
1146         which prevented the correct initialization of the .idata segment,
1147         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1148         core to enter a infinite loop
1149         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1150
1151 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1152
1153         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1154
1155 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1156
1157         * device/include/Makefile.in: add support for hc08 subdirectory
1158         * device/include/hc08/: new subdirectory
1159         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1160         Lucas Loizaga, thanks!
1161         * device/include/hc08/mc68hc908qy.h,
1162         * device/include/hc08/mc68hc908gp32.h,
1163         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1164         their own directory. Changed internal macro names to use the compiler
1165         reserved namespace. Changed SDCC specific keywords to double
1166         underlined form.
1167         * device/include/math.h,
1168         * device/include/malloc.h,
1169         * device/include/stdarg.h,
1170         * device/include/stdbool.h
1171         * device/include/string.h,
1172         * device/include/tinibios.h,
1173         * device/include/ds400rom.h,
1174         * device/include/8051.h,
1175         * device/include/8052.h,
1176         * device/include/80c51xa.h,
1177         * device/include/at89c55.h,
1178         * device/include/at89S8252.h,
1179         * device/include/at89x51.h,
1180         * device/include/at89x52.h,
1181         * device/include/ds80c390.h,
1182         * device/include/reg764.h,
1183         * device/include/regc515c.h,
1184         * device/include/sab80515.h,
1185         * device/include/mcs51/c8051f000.h,
1186         * device/include/mcs51/c8051f018.h,
1187         * device/include/mcs51/c8051f020.h,
1188         * device/include/mcs51/c8051f040.h,
1189         * device/include/mcs51/c8051f060.h,
1190         * device/include/mcs51/c8051f120.h,
1191         * device/include/mcs51/c8051f300.h,
1192         * device/include/mcs51/c8051f310.h,
1193         * device/include/mcs51/c8051f320.h,
1194         * device/include/mcs51/c8051f330.h,
1195         * device/include/mcs51/c8051f350.h,
1196         * device/include/z180.h: Changed SDCC specific keywords to double
1197         underlined form.
1198
1199 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1200
1201         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1202         18F4455,
1203         * (pic16_assignConfigWordValue): disable testing of configuration
1204         register value with config mask,
1205         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1206         function with port->fun_prefix,
1207         * (genFunction): when generating a naked interrupt function never
1208         create an absolute segment placed in interrupt vector address, place
1209         the actual interrupt function at IVA instead, when an interrupt
1210         function is generated with unspecified interrupt then do not create
1211         the absolute section,
1212         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1213         code for generating a call to generic pointer get/put function with
1214         a call to function pic16_callGenericPointer(),
1215         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1216         the call to the generic pointer get/put functions with prefixing the
1217         function name with port->fun_prefix,
1218         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1219         * src/pic16/main.c (_process_pragma): prefix function with
1220         port->fun_prefix,
1221         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1222         calling assembler, old 18Fxxxx macro is deprecated,
1223         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1224         PC_ASMDIR in while condition,
1225         * (findInstruction): add PC_ASMDIR in while condition,
1226         * (buildCallTree): prefix main with port->fun_prefix,
1227         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1228         identifier for variable with banked access in instructions BTFSS,
1229         BTFSC, BCF, BSF, BTG
1230         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1231         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1232         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1233         perform optimization when enviroment variable NO_REG_OPT is set,
1234         * (insideLRBlock): NEW, return 1 if register is inside an
1235         INF_LOCALREGS block,
1236         * (RemoveRegFromLRBlock): remove a register that is completely
1237         eliminated by register optimization, but it is still left in local
1238         register store/restore in/from stack block,
1239         * (Remove2pcodes): after removing register, check to see if it
1240         should be removed from local register store/restore in/from stack
1241         block,
1242         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1243         DUMMY_READ_VOLATILE,
1244
1245         * device/include/pic16/adc.h: minor prototype modifications and
1246         update,
1247         * device/include/pic16/malloc.h: added GPL notice various
1248         modifications,
1249         * device/include/pic16/stdint.h: NEW, standard header for ints
1250         * device/include/pic16/delay.h: NEW, header for delay functions,
1251         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1252         delay1mtcy,
1253         * device/include/pic16/signal.h: NEW, header providing helper macros
1254         for implementing signal handlers,
1255         * device/include/pic16/stdio.h: added prototypes for functions,
1256         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1257         prototypes for stdin and stdout, added macro PUTCHAR to
1258         automatically implement putchar function prototype,
1259         * device/include/pic16/usart.h: modified and updated USART library,
1260         * device/lib/pic16/libio/adc/,
1261         * device/lib/pic16/libio/i2c: some modifications to improve library
1262         performance,
1263         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1264         family of functions,
1265         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1266         family of functions and other sources,
1267         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1268         of the PIC18Fxx[28] devices,
1269         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1270         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1271         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1272         _do_cinit function, because the previous failed when local variables
1273         where not placed in the same memory bank,
1274         * device/lib/pic16/libsdcc/char/: various modifications to improve
1275         library performance,
1276         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1277         information on the new functions of the c library and more...
1278
1279 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1280
1281         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1282
1283 2005-03-26 Raphael Neider <rneider AT web.de>
1284
1285         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1286           if condition == CARRY)
1287         * (genCmp): adapted to new genSkipc semantics
1288         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1289           on rIfx (genCmp was broken)
1290
1291 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1292
1293         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1294         * src/z80/main.c (_keywords[]),
1295         * src/SDCCglobal.h (struct options),
1296         * src/SDCC.y,
1297         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1298         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1299         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1300         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1301         always available in leading double underscore form. The C99 support is
1302         mostly missing, but it's a start.
1303         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1304         reserved identifier "__data".
1305
1306 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1307
1308         * src/mcs51/peeph.def: fixed bug 1170013
1309
1310 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1311
1312         * device/include/mcs51reg.h: fixed bug 842007
1313
1314 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1315
1316         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1317         last time.
1318
1319 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1320
1321         * src/port.h (struct PORT),
1322         * src/avr/ralloc.c (avr_assignRegisters),
1323         * src/avr/main.c,
1324         * src/ds390/ralloc.c (ds390_assignRegisters),
1325         * src/ds390/main.c,
1326         * src/hc08/ralloc.c (hc08_assignRegisters),
1327         * src/hc08/main.c,
1328         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1329         * src/mcs51/main.c,
1330         * src/pic/ralloc.c (pic14_assignRegisters),
1331         * src/pic/main.c,
1332         * src/pic16/ralloc.c (pic16_assignRegisters),
1333         * src/pic16/main.c,
1334         * src/xa51/ralloc.c (xa51_assignRegisters),
1335         * src/xa51/main.c,
1336         * src/z80/ralloc.c (z80_assignRegisters),
1337         * src/z80/ralloc.h,
1338         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1339         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1340         * src/SDCCcse.h,
1341         * src/SDCCdflow.c (computeDataFlow),
1342         * src/SDCCdflow.h,
1343         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1344         * src/SDCCloop.h,
1345         * src/SDCCcflow.c (*),
1346         * src/SDCCcflow.h,
1347         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1348         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1349         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1350         immedDom() returning wrong block; probably fixes bug #1160833)
1351
1352 2005-03-20 Borut Razem <borut.razem AT siol.net>
1353
1354         * support/scripts/inc2h.pl: WIN32 port
1355
1356 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1357
1358         * device/lib/makefile.in: added abs.c and labs.c
1359
1360 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * device/include/stdint.h: added
1363         * device/lib/abs.c: added
1364         * device/lib/labs.c: added
1365         * device/include/stdlib.h: added abs() and labs() prototypes
1366         * device/lib/libsdcc.lib: added abs and labs
1367         * device/include/float.h,
1368         * device/lib/_fsmul.c,
1369         * device/lib/printf_fast.c,
1370         * device/lib/printf_tiny.c: updated comments
1371
1372 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1373
1374         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1375         bug #1164313
1376
1377 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1378
1379         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1380         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1381
1382 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1383
1384         * device/lib/printf_large.c: removed inline assembly for portability and
1385           readability. Use printf_fast if speed or size are more important.
1386         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1387         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1388
1389 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1390
1391         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1392         prevent compiler warning
1393
1394 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1395
1396         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1397         moved to level 0 and declared as static. Also they are explicit
1398         placed in access bank. This was necessery because some times they
1399         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1400         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1401         optimizations. Currently only compare to unsigned char is implemented,
1402         * src/pic16/gen.c: added fReturnIdx array,
1403         * (struct resolvedIfx) is moved to gen.h and made public,
1404         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1405         * (aopForSym): added an optimization to directly store in stack of
1406         the operand of a SEND iCode,
1407         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1408         but as registers instead (AOP_REG) using the fReturnIdx array,
1409         * (pic16_freeAsmop): remove the freed register from the
1410         _G.sregsAlloc field,
1411         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1412         a compare of 'WREG',
1413         * (pic16_popGetTempRegCond): changed function prototype, now
1414         function takes also a bitVector argument v which holds the current
1415         set of registers that are allocated for stack access by aopForSym,
1416         registers allocated in aopForSym for accessing stack symbols are not
1417         any more part of the functions usedRegs field,
1418         * (genCall): some times aopOp is called for a stack variable to be
1419         send, aopForSym might perform the push, if this is true make sure
1420         that genCall doesn't push the variable twice by testing _G.resDirect,
1421         * (genFunction): changed testing for unspecified interrupt number
1422         from 256 to INTNO_UNSPEC,
1423         * modified selection scheme of frame pointer generation. Previously
1424         if function did use local registers a frame pointer was generated,
1425         now a frame pointer is generated only if function has arguments
1426         (that need PLUSW2 register access), or has stack arguments, or the
1427         compiler is not instructed to omit the frame pointer,
1428         * (genEndFunction): before restoring local registers that were saved
1429         in the function preamble, also restore the registers that *might*
1430         have been allocated for stack access,
1431         * (genRet): removed some old comments,
1432         * (genCmp, the active (RN's) version): added a call to the
1433         pic16_genCmp_special function to perform the compare with a more
1434         robust and optimized way,
1435         * (genInline): a feature has been added in inline code generation,
1436         which allows a wildcard variable substitution when writing inline
1437         assembly. Code is incomplete and experimental therefore undocumented,
1438         * (genCast): changed order of aopOp for result and right to allow
1439         aopForSym to directly load the result if possible,
1440         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1441         perform an optimized compare on some selected special occasions,
1442         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1443         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1444         generate an IVT any more,
1445         * src/pic16/main.c (pic16_optionsTable): added command line option
1446         --optimize-cmp,
1447         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1448         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1449         macros,
1450         * src/pic16/NOTES: Raphael Neider added in list of active developers
1451         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1452         jumptable_end to prevent bug #,
1453         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1454         inCond and outCond fields,
1455         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1456         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1457         turn off register spilling,
1458         * (packRegsForOneUse): synced with other ports' versions although it
1459         is not used currently,
1460         * (pic16_packRegisters): added an optimization while reading
1461         structure bitfields, some registers may be saved (malloc code is
1462         decreased by 80 bytes)
1463
1464 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1465
1466         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1467         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1468         this can be optimized more?
1469
1470 2005-03-10 Raphael Neider <rneider AT web.de>
1471
1472         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1473           genNearPointerGet): (hopefully) fixed access to bitfields via
1474           pointers (p->bitN = x; and x = p->bitN; failed)
1475
1476 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1477
1478         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1479
1480 2005-03-09 Raphael Neider <rneider AT web.de>
1481
1482         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1483
1484 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1487         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1488           (regTypeNum): set REG_BIT type if necessary
1489         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1490         * support/regression/tests/critical.c: check bug 1144613
1491
1492 2005-03-02 Raphael Neider <rneider AT web.de>
1493
1494         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1495
1496 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1497
1498         * src/avr/ralloc.c (serialRegAssign),
1499         * src/ds390/ralloc.c (serialRegAssign),
1500         * src/hc08/ralloc.c (serialRegAssign),
1501         * src/mcs51/ralloc.c (serialRegAssign),
1502         * src/pic/ralloc.c (serialRegAssign),
1503         * src/pic16/ralloc.c (serialRegAssign),
1504         * src/xa51/ralloc.c (serialRegAssign),
1505         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1506
1507 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1508
1509         * src/SDCCast.c (decorateType): fixed bug 1124787
1510
1511 2005-02-20 Hubert Sack <sack AT digiplan.de>
1512         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1513
1514         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1515         patch #1121755
1516
1517 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1518
1519         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1520         to keep the correct label reference count when adding/removing references
1521         to labels. A peephole file using this is appended to patch #1144962.
1522
1523 2005-02-14 Raphael Neider <rneider AT web.de>
1524
1525         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1526         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1527         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1528           retrievals of result operand's value on assignment
1529
1530 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1531
1532         * device/include/pic16/string.h: modified prototype for memccpy()
1533         to memccpy(void *, void *, char, size_t)
1534         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1535         check whether to omit frame pointer or not,
1536         * (genInline): convert all occurences of "\n" to LF in inline
1537         assembler blocks, this helps formatting the inline text,
1538         * (pic16_loadFSR0): modified prototype,
1539         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1540         removed some 8051 legacy code,
1541         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1542         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1543         before allocating temporary registers in functions,
1544
1545 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1546
1547         * support/regression/tests/bitvars.c: corrected the "fix"
1548
1549 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1550
1551         * support/regression/tests/bitvars.c,
1552         * support/regression/tests/bitwise.c,
1553         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1554
1555 2005-02-10 Raphael Neider <rneider AT web.de>
1556
1557         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1558           different size for Alpha
1559         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1560
1561 2005-02-09 Raphael Neider <rneider AT web.de>
1562
1563         * src/SDCC.lex(doPragma) : save and restore warning options as well
1564           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1565         * have #pragma less_pedantic set the errorlevel to WARNING
1566           (fixes #1117001)
1567         * (cloneOptimize) : fixed wrong malloc's size
1568         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1569           facilitate correct handling of #pragma (save|restore)
1570
1571 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1572
1573         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1574
1575 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1576
1577         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1578
1579 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1580
1581         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1582
1583 2005-02-02 Raphael Neider <rneider AT web.de>
1584
1585         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1586         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1587         * (pic16_storeForReturn): fixed to allow returning function pointers
1588         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1589         * device/include/pic16/{stddef.h,stdbool.h}: added
1590
1591 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1592
1593         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1594
1595 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1596
1597         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1598         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1599          appeared to be required
1600
1601 2005-01-31 Borut Razem <borut.razem AT siol.net>
1602
1603         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1604           include/mcs51 and include/z80 directories to the package
1605
1606 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1607
1608         * src/hc08/gen.c (genFunction): fixed bug #1112752
1609
1610 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1611
1612         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1613
1614 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1615
1616         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1617
1618 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1619
1620         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1621
1622 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1623
1624         * device/include/c8051fxxx.h: removed these 6 files
1625         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1626
1627 2005-01-26 Raphael Neider <rneider AT web.de>
1628
1629         * src/pic16/gen.c (genAssign): fixed assignment from longs
1630           in codespace (were cut to three bytes)
1631         * (genDummyRead): implemented (except for CODESPACE...),
1632           fixed bug #1108575
1633         * src/pic16/glue.c (emitStatistics): beautified
1634         * device/lib/pic16/libm/Makefile: added include path
1635
1636 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1637
1638         * src/z80/gen.c (aopPut): fixed bug #1103902
1639
1640 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1641
1642         * device/lib/expf.c: fixed bug #1095792
1643
1644 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1645
1646         * device/lib/pic16/libm: added Math library sources
1647
1648 2005-01-24 Raphael Neider <rneider AT web.de>
1649
1650         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1651           to enable upcast to pCodeOpReg2 (there is no type tag to
1652           differenciate the two and pic16_popGet2p cast into PCOR2)
1653         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1654           (sizeof(sectNames) changed to sizeof(sectName))
1655           Both patches fix segfaults under MinGW.
1656
1657 2005-01-23 Raphael Neider <rneider AT web.de>
1658
1659         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1660           Safe_[mc]?alloc()'ed variables
1661         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1662           of (byte sized) temporaries (assign them to WREG for now)
1663         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1664           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1665           this might fix SIGSEGVs on MinGW...
1666         * src/SDCCopt.c (killDeadCode): restored original behaviour
1667           (volatile operands might get thrown away though)
1668
1669 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1670
1671         * src/pic16/gen.c: fixed bug #1106975,
1672         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1673         pointer update, INTCON is saved, global interrupts are disabled and
1674         restored after updateing TOS.
1675         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1676         * added function attribute 'shadowregs' to take advantage of shadow
1677         registers,
1678         * added function attribute 'wparam' as an alternative to the wparam
1679         pragma,
1680         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1681         user declares a non-ISR function as 'shadowregs',
1682         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1683
1684 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1685
1686         * .version: bumped version number to 2.4.8
1687         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1688         pic16 port,
1689         * device/lib/pic16/libio/i2c/: I2C module support library,
1690         * device/include/pic16/i2c.h: I2C support library header,
1691         * device/lib/pic16/libc/stdio/: standard IO support sources,
1692         * (printf_small.c): printf_small() source, supports float print,
1693         * (printf_tiny.c): printf_tiny() source, does not support floats,
1694         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1695         enable global optimizations for entire library source, other
1696         Makefiles in the source tree are also modified to reflect this,
1697         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1698         function,
1699         * doc/sdccman.lyx: updated to reflect new changes,
1700         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1701         sym->onStack if-case,
1702         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1703         sbit, idata, _idata, xdata, _xdata,
1704         * added pragma library, to link an external library, (see doc),
1705         * removed command line options, --pomit-config-words, --pomit-ivt,
1706         --pleave-reset-vector,
1707         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1708         when calling assembler to reflect memory model used, also define
1709         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1710         reflect stack model used,
1711         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1712         on stack return NULL,
1713
1714 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1715
1716         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1717           of the operands is volatile. Fixes #1020220
1718
1719 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1720
1721         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1722         * (OptimizeRegUsage): make sure that there is really no other flow where
1723           the first pCode is used
1724
1725 2005-01-22 Raphael Neider <rneider AT web.de>
1726
1727         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1728           to fix #1106967 (pCode->seq are not set up correctly)
1729
1730 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1731
1732         * src/SDCCglue.c (glue): make sure code area is declared before the
1733         static initialization area.
1734
1735 2005-01-21 Raphael Neider <rneider AT web.de>
1736
1737         * device/lib/Makefile.in: fixed test for pic16 install dir
1738         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1739           optimizations
1740         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1741           added --optimize-goto compiler switch and pragma wparam documentation
1742         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1743         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1744           and PRODH closing bug #1071770 (peephole optimizer)
1745
1746 2005-01-19 Raphael Neider <rneider AT web.de>
1747
1748         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1749           cmdLine buffers (used when calling sdcpp...) are large enough
1750           (MAX_PATH=256 truncates arguments leading to system halts when
1751           used in MinGW...)
1752         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1753         * (genUminus): rewritten to for efficiency
1754         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1755           used uninitialized in some cases)
1756         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1757           copy the third byte from the int -- now assumes 0x80 (data memory)
1758         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1759           operands (genAddLit expects the iCode's operands to swapped as
1760           well), fixed leftover bytes (crashed for short left operands)
1761         * (pic16_genMinusDec): performance improvements, removed false
1762           PIC14 emitSKPNCs
1763         * (pic16_genMinus): fixed to cope with differently sized operands
1764         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1765           for --obanksel > 1
1766         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1767         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1768           new banksel optimization
1769         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1770           analysis for temporary registers (segfaults...)
1771         * src/pic16/peeph.def: added rule
1772
1773 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1774
1775         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1776         which converts a float number to its ASCII representation
1777         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1778         functions to convert the fractional and integer part of a float to ASCII,
1779         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1780         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1781         ram
1782         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1783         _STATMEM macros,
1784         * device/include/pic16/adc.h: added GPL info,
1785         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1786         a pCodeOp as tested operand,
1787         * (genNearPointerGet): optimized bit testing, does not use
1788         intermediate register for bit value, test directly instead with
1789         BTFSS, BTFSC, works only for single bits,
1790         * (genpic16Code): dump the name of the iCode in the asm,
1791         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1792         renamed to pic16_decodeOp,
1793         * (serialRegAssign): do not allocate a temporary register for iCode
1794         sequences that test a single bit for 1/0
1795
1796 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1797
1798         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1799         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1800         access stack and frame pointers. They are initially assigned to
1801         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1802         accessing SFRs. Updated all occurences of modification of stack or
1803         frame pointer in gen.c and pcode.c,
1804         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1805         assigning of a literal value to pointers,
1806         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1807         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1808         selected
1809
1810 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1811
1812         * doc/sdccman.lyx: update documentation about stack pragma, added
1813         some info for stack memory models
1814
1815 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1816
1817         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1818
1819 2005-01-08 Raphael Neider <rneider AT web.de>
1820
1821         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1822           udata sections to fix bug #1097823
1823
1824 2005-01-05 Raphael Neider <rneider AT web.de>
1825
1826         * src/pic16/gen.c (genGenericShift): added handling of differently
1827           sized left operand and result
1828
1829 2005-01-04 Raphael Neider <rneider AT web.de>
1830
1831         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1832         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1833           to hold the condition bit)
1834         * added new version of genCmp (old code available via #define)
1835         * added new version of genShiftLeft/genShiftRight in a generic
1836           way, now supports shifting by negative values
1837         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1838           shiftCount (expected by genGenericShift)
1839         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1840         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1841           dump
1842         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1843           is an invalid literal too...)
1844
1845 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1846
1847         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1848         from Raphael Neider,
1849         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1850         for 8-bit literals. This fixes some literal operands which are sign
1851         extended to 16-bits ints when instruction needs only 8-bits.
1852
1853 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1854
1855         * device/lib/logf.c: added mcs51 assembly version
1856         * device/lib/expf.c: added mcs51 assembly version
1857         * device/lib/_logexpf.c: new shared asm code for expf and logf
1858         * device/include/math.h: add defines for assembly math library
1859         * device/lib/Makefile.in: build new _logexpf.c
1860         * device/lib/libfloat.lib: use new _logexpf.c
1861
1862 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1863
1864         * src/pic/device.c
1865         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1866           device types which have less than 0x7f registers.
1867
1868 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1869
1870         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1871
1872 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1873
1874         * device/lib/printf_fast.c: only build on supported arch.
1875         * device/lib/printf_tiny.c: only build on supported arch.
1876         * device/lib/printf_fast_f.c: only build if asm float lib
1877         * device/lib/_fsget1arg.c: only build if asm float lib
1878         * device/lib/_fsget2args.c: only build if asm float lib
1879         * device/lib/_fsnormalize.c: only build if asm float lib
1880         * device/lib/_fsreturnval.c: only build if asm float lib
1881         * device/lib/_fsrshift.c: only build if asm float lib
1882         * device/lib/_fsswapargs.c: only build if asm float lib
1883         * device/include/stdio.h: don't provide print_fast,
1884           print_fast_f, print_tiny prototypes if --xstack used
1885
1886 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1887
1888         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1889         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1890           to the SOURCES
1891
1892 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1893
1894         * device/lib/printf_fast_f.c: same as printf_fast, but
1895           with floating point enabled
1896         * device/lib/printf_fast.c: minor tweaks
1897         * device/include/stdio.h: add printf_fast_f
1898
1899 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1900
1901         * src/SDCCmain.c: make --float-reent default for mcs51
1902         * device/lib/_fsadd.c: added mcs51 assembly version
1903         * device/lib/_fssub.c: added mcs51 assembly version
1904         * device/lib/_fsmul.c: added mcs51 assembly version
1905         * device/lib/_fsdiv.c: added mcs51 assembly version
1906         * device/lib/_fseq.c: added mcs51 assembly version
1907         * device/lib/_fsneq.c: added mcs51 assembly version
1908         * device/lib/_fsgt.c: added mcs51 assembly version
1909         * device/lib/_fslt.c: added mcs51 assembly version
1910         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1911         * device/lib/Makefile.in: add _fscmp to build
1912         * device/lib/libfloat.lib: add _fscmp to build
1913
1914 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1915
1916         * device/lib/_fs2slong.c: added mcs51 assembly version
1917         * device/lib/_fs2sint.c: added mcs51 assembly version
1918         * device/lib/_fs2schar.c: added mcs51 assembly version
1919         * device/lib/_fs2ulong.c: added mcs51 assembly version
1920         * device/lib/_fs2uint.c: added mcs51 assembly version
1921         * device/lib/_fs2uchar.c: added mcs51 assembly version
1922         * device/lib/_slong2fs.c: added mcs51 assembly version
1923         * device/lib/_sint2fs.c: added mcs51 assembly version
1924         * device/lib/_schar2fs.c: added mcs51 assembly version
1925         * device/lib/_ulong2fs.c: added mcs51 assembly version
1926         * device/lib/_uint2fs.c: added mcs51 assembly version
1927         * device/lib/_uchar2fs.c: added mcs51 assembly version
1928         * device/include/float.h: added #define to select asm vs c
1929
1930 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1931
1932         * device/lib/printf_fast.c: improvements to float output
1933         * device/include/float.h: add defines for assembly float library
1934         * device/lib/_fsget1arg.c: receive 1 float arg
1935         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1936         * device/lib/_fsnormalize.c: normalize a float
1937         * device/lib/_fsreturnval.c: return float, various helper routines
1938         * device/lib/_fsrshift.c: right shift a float's mantissa
1939         * device/lib/_fsswapargs.c: swap 2 floats
1940         * device/lib/Makefile.in: build these 6 new files for mcs51
1941         * device/lib/libfloat.lib: add these 6 files to the library
1942
1943 2004-12-26 Borut Razem <borut.razem AT siol.net>
1944
1945         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1946           built by gcc 3.4.2
1947
1948 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1949
1950         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1951           and fully reentrant and register bank neutral.
1952         * device/lib/printf_fast.c: added float (not enabled by default),
1953           added compact/slower integer (also not enabled by default),
1954           improved size/speed of fast integer code, other minor changes
1955         * device/include/stdio.h, device/lib/Makefile.in,
1956           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1957
1958 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1959
1960         * src/pic16/pcode.c: declaring variables other than at the start of a
1961           block is not supported in C by VC6.
1962
1963 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1964
1965         * applied a previous patch from Raphael Neider that wasn't included
1966         in the previous commits, which fixes infinite loops within jumptable
1967         improvements,
1968         * made some fixes that previous patches introduced
1969
1970 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1971
1972         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1973         that fixes an issue with AOP_PCODE asmop's offset,
1974         * (pic16_popCopyReg): update instance field too,
1975         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1976         function of pic port,
1977         * (genCmp, genAnd, genAssign),
1978         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1979
1980 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1981
1982         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1983         variables initial values to idata section,
1984         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1985         variables in some functions. This utilizes parmBytes field of iCode
1986         structure to hold the offset of the variable in stack. (might be
1987         able to use the stack field too?)
1988         * applied patch from Raphael Neider # ### , # ###
1989         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1990         variable initial values in idata section,
1991         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1992         for static variables with initial value
1993         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1994         applied fix in while loop from Raphael Neider.
1995
1996 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1997
1998         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1999         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2000         * src/ds390/ralloc.c (serialRegAssign): spill bits
2001         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2002         * support/Util/SDCCerr.c,
2003         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2004         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2005         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2006
2007 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2008
2009         * device/include/sdcc-lib.h: inserted LGPL, added includes
2010           asm/ds390/features.h and asm/mcs51/features.h
2011         * device/include/asm/default/features.h,
2012         * device/include/asm/gbz80/features.h,
2013         * device/include/asm/z80/features.h: added empty _AUTOMEM
2014           and _STATMEM
2015         * device/include/asm/ds390/features.h,
2016         * device/include/asm/mcs51/features.h: added files with defines for
2017           _AUTOMEM and _STATMEM indicating automatic and static storage class
2018         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2019         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2020         * src/SDCCicode.c (geniCodeCast),
2021         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2022         * src/SDCCloop.c (loopInduction): removed unused variable lr
2023         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2024           to convertToFcall to include char modulo (RFE 1065037), added check
2025           if left operand is unsigned and use abs of literal value
2026         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2027           as it doesn't work after conversion from peephole.def to peephole.rul
2028         * src/mcs51/gen.c (toBoolean): added check for size,
2029           (genModOneByte): optimized code for signed char modulo a literal
2030           power of 2 (thanks to Hubert Sack),
2031           (genRRC): removed unnecessary "clr c",
2032           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2033         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2034           jump optimization,
2035           swapped rules 256.c and 256.d,
2036           extended 256.d by using new multiple checks (thanks Erik),
2037           added rules 256.e and 256.f,
2038           updated rule 261.a and 261.b to new generated code
2039         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2040
2041 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2042
2043         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2044           induction related bugs, including first part of bug #1074377
2045
2046 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2047
2048         * applied patch from bug-report #1076292,
2049         * applied patches for genAnd and Goto-optimizations for Raphael
2050         Neider,
2051         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2052         dump a less iCode information,
2053         * src/pic16/device.h (pic16_options_t): added field debgen,
2054         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2055         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2056         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2057         puclic,
2058         * (various functions): added macros FENTRY and FENTRY2 to functions,
2059         to emit function prologue,
2060         * (various functions): fixed indentation,
2061         * (genNearPointerGet): fixed loading of FSR0,
2062         * (genPackBits): applied patch from Raphael Neider to fix updating
2063         of FSR0 and touching only the modified bits,
2064         * src/pic16/genarith.c (various functions): added macros FENTRY to
2065         emit function prologue in comments,
2066         * src/pic16/pcode.h: added functions debugf2, debugf3,
2067         * src/pic16/ralloc.c: partial fix for packForPush caused
2068         segmentation fault,
2069
2070 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2071
2072         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2073           <stsp AT users.sourceforge.net> with reversed byte order
2074         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2075
2076 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2077
2078         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2079           bug #1074377
2080         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2081         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2082
2083 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2084
2085         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2086
2087 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2088
2089         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2090           conditions,
2091           (setFromConditionArgs): friendly operand parser for peephole rules,
2092           (operandBaseName, operandsNotRelated): new peephole condition
2093           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2094           architecture specific register naming into account, handles n-way
2095           comparisons, and supports quoted literals
2096         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2097
2098 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2099
2100         * src/mcs51/peeph.def: fixed bug #1076940
2101
2102 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2103
2104         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2105
2106 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2107
2108         Adding support for replacing ljmps with sjmps in jumptables
2109         generated for switch statements. For now you need to set the
2110         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2111         Now 4 algorithms for mcs51 jumptable generation are used:
2112         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2113         addresses loaded pc-relative for up to 112 cases and stack-pushing
2114         target addresses loaded with offset from dptr for up to 256 cases.
2115
2116         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2117         * src/mcs51/main.c: adapted constants for switch table generation
2118         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2119
2120 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2121
2122         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2123         * support/regression/tests/bug1057979.c: added test for bug 1073386
2124
2125 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2126
2127         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2128         compilers
2129
2130 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2131
2132         * src/pic16/device.h,
2133         * src/pic16/genarith.c,
2134         * src/pic16/glue.c,
2135         * src/pic16/main.c,
2136         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2137
2138 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2139
2140         Large cummulative patch for pic16 port.
2141         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2142         to call when a stack overflow occurs,
2143         * (malloc.h): added CVS Id tag,
2144         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2145         variable,
2146         * added libc directory. The current version of LibC contains string
2147         functions, ctype functions and macros and some functions of the
2148         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2149         be extensively tested in the future. Standard disclaimer here.
2150         Library is not automatically build yet. But one can build it by
2151         invoking 'make' inside the libc directory.
2152         * added ADC library under libio. Preliminary version yet.
2153
2154         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2155         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2156         aopForRemat() now and not by pic16_aopOp(),
2157         * (pic16_popGetTempReg): removed warning messgae when allocating
2158         temporary registers, its a buggy feature and will be removed,
2159         * (pic16_popGet): set register instance field in AOP_CRY,
2160         * (pic16_outBitC): fixed for results in size greater than 1,
2161         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2162         * (pic16_storeForReturn): optimized return of 0,
2163         * (genCmp): experimental code for new genCmp which uses PIC18's
2164         special compare&skip instructions. Initial tests fail some times
2165         with variables grater than 1 byte in size, so new code is disabled,
2166         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2167         a single bit,
2168         * (genCast): began a fix to optimize the casting of a bit to another
2169         bit, now assigning a bitfield to another bitfield will fail, sorry,
2170         * src/pic16/main.c: disabled the use of lr-support feature,
2171         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2172         * added some function prototypes, added function _debugf prototype,
2173         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2174         bits with offset (case PO_GPR_BIT),
2175         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2176         command line,
2177         * (isBankInstruction): modified to return 0 for no banking instruction,
2178         and 1 for banking instruction,
2179         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2180         caused stop processing pCodes after a inline assembly block,
2181         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2182         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2183         registers when it shouldn't,
2184         * src/pic16/ralloc.c (allocReg): add preliminary support for
2185         supporting a limited set of temporary registers,
2186
2187 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2188
2189         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2190           genDataPointerSet): ensure assignments always copy in MSB to LSB
2191           order,
2192           (loadRegFromAop): recognize CLRH optimization,
2193           (genFunction): optimize RECEIVE iCodes in reentrant functions
2194
2195 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2196
2197         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2198           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2199           selected.
2200         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2201         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2202           contiguous with data
2203
2204 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2205
2206         * device/lib/_gptrget.c (_gptrget),
2207         * device/lib/_gptrgetc.c (_gptrgetc),
2208         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2209           instead of sjmp to ret
2210         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2211           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2212
2213 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2214
2215         * .version: bumped version to 2.4.7
2216         * device/lib/_gptrget.c (_gptrget): is now _naked
2217         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2218         * device/lib/_gptrput.c (_gptrput): is now _naked
2219         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2220           (createFunction): fixed xstack
2221         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2222         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2223           or bit either,
2224           (geniCodeCritical): store original interrupt state in an iTemp bit
2225           var unless stack-auto
2226         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2227         * src/SDCCmain.c (setIncludePath): added include/target to search path
2228         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2229         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2230           prototype,
2231           (processFuncArgs): put bit vars in bit area
2232         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2233           unsaveRBank): fixed xstack,
2234           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2235           (genFunction, genEndFunction): fixed xstack,
2236           (genAssign): optimization don't walk backwards through mem
2237         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2238         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2239         * support/regression/Makefile: also make library (for stack-auto) when
2240           making "all" and added "test-mcs51-xstack-auto"
2241         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2242         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2243         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2244         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2245         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2246           make-library by MAKE_LIBRARY
2247         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2248           regression tests for xstack
2249         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2250         * support/regression/tests/critical.c: test for critical on mcs51
2251
2252 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2253
2254         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2255           built version of sdcc instead of installed version
2256
2257 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2258
2259         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2260         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2261           vprintf.c now
2262         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2263         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2264           WARNING: remove device/lib/build/z80/printf.o by hand when
2265           updating from previous build!
2266         * device/lib/z80/printf.c: updated comment
2267         * support/regression/tests/bug1057979.c: test all ports now
2268         * support/regression/tests/bug1065458.c: file added
2269
2270 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2271
2272         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2273           *_start and *_end symbols for static functions
2274
2275 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2276
2277         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2278           and search crt0.o in all library paths,
2279           (setIncludePath): proper handling of --nostdinc,
2280           (setLibPath): proper handling of --nostdlib
2281         * support/regression/Makefile,
2282         * support/regression/ports/ds390/spec.mk,
2283         * support/regression/ports/gbz80/spec.mk,
2284         * support/regression/ports/hc08/spec.mk,
2285         * support/regression/ports/mcs51/spec.mk,
2286         * support/regression/ports/mcs51-large/spec.mk,
2287         * support/regression/ports/mcs51-stack-auto/spec.mk,
2288         * support/regression/ports/z80/spec.mk: use include and lib files from
2289           built version of sdcc instead of installed version
2290         * doc/sdccman.lyx: fixed typo in --nostdinc
2291
2292 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2293
2294         * src/pic/pcode.c,
2295         * src/pic/device.c,
2296         * src/pic/ralloc.c,
2297         * src/pic/gen.c : added support to generate code for struct bit fields.
2298
2299 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2300
2301         * as/xa51/xa_version.h,
2302         * device/include/errno.h,
2303         * device/include/regc515c.h,
2304         * device/lib/_itoa.c,
2305         * device/lib/_ltoa.c,
2306         * device/lib/ser_ir_cts_rts.c,
2307         * sim/ucsim/xa.src/glob.cc,
2308         * sim/ucsim/xa.src/inst_gen.cc,
2309         * sim/ucsim/xa.src/xa_bit.cc,
2310         * sim/ucsim/xa.src/xa_sfr.cc,
2311         * sim/ucsim/z80.src/inst_dd.cc,
2312         * sim/ucsim/z80.src/inst_fdcb.cc,
2313         * support/scripts/keil2sdcc.pl,
2314         * src/pic16/pic16.dsp,
2315         * src/pic16/pic16a.dsp: corrected cvs line endings
2316         * device/lib/printf_large.c: fixed bug 1057979
2317         * src/pic16/gen.c: fixed non-C standard code
2318         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2319         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2320         * support/regression/ports/mcs51/support.c: reload T1 asap
2321         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2322           pdata use and clear idata startup behaviour
2323         * support/regression/tests/bug1057979.c: added
2324
2325 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2326
2327         * device/examples/ds390/ow390/ad26.h,
2328         * device/examples/ds390/ow390/cnt1d.h,
2329         * device/examples/ds390/ow390/crcutil.c,
2330         * device/examples/ds390/ow390/ownet.h,
2331         * device/examples/ds390/ow390/owsesu.c,
2332         * device/examples/ds390/ow390/swt12.h,
2333         * device/examples/ds390/ow390/swtoper.c,
2334         * device/examples/ds390/ow390/temp10.h,
2335         * device/examples/ds390/ow390/thermodl.c,
2336         * device/examples/ds390/tinitalk/tinitalk.dsp,
2337         * device/examples/ds390/tinitalk/tinitalk.dsw,
2338         * device/examples/mcs51/clock/hw.h,
2339         * device/examples/mcs51/simple2/go.bat,
2340         * device/examples/serialcomm/windows/serial.h,
2341         * device/examples/xa51/dummy.c,
2342         * device/examples/xa51/hello.c,
2343         * device/include/80c51xa.h,
2344         * device/include/at89x051.h: corrected cvs line endings
2345
2346 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2347
2348         * src/pic16/main.c (options): added command line --gstack, to trace
2349         stack over/under flows,
2350         * added pragma 'wparam' to allow passing first byte of function
2351         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2352         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2353         call to __gstack_test function and sets up the symbol as extern,
2354         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2355         * popaop): added call to pic16_testStackOverflow,
2356         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2357         wparamList list,
2358         * (genCall, genPcall): now all parameters are passed via stack
2359         except in functions that are pass to wparam pragma in which WREG is
2360         used too,
2361         * (genPcall): REENTRANT flag is checked to see if variable prototype
2362         contains reentrant keyword, don't call a non-reentrant function, via
2363         a reentrant function pointer or vice versa, functions are never
2364         passed via WREG,
2365         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2366         D.Winkler,
2367         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2368         SIGSEGV when accessing a NULL register stucture,
2369         * (pic16_printGPointerType): modified to handle UPPER modifier for
2370         function initializers, changed prototype of function to simpler one,
2371         * (pic16_printIvalFuncPtr): check to see if function is already
2372         added in externs list,
2373         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2374         optimized a move from W to SFR with a move to the same register
2375         later after a CALL,
2376         * device/lib/pic16/debug: NEW directory, contains debug features
2377         which are enabled when linking with libdebug.lib, currently command
2378         line option --gstack enables stack pointer tracing for over/under
2379         flow, corresponding sources are in debug/gstack
2380
2381 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2382
2383         * doc/sdccman.lyx: updated SDCC version,
2384         * (PIC16 port): update list of command line options,
2385         * src/pic16/device.h (structure pic16_options_t): added field gstack
2386         to enable stack overflow tracing on push/pops,
2387         * src/pic16/device.c (statistics structure): added statistics
2388         structure,
2389         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2390         pic16_dump_int_registers): increase statistics counters for each
2391         * variable which is encountered
2392         * (pic16_dump_usection): emit each .udata variable to its own udata
2393         section,
2394         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2395         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2396         parameters via stack, otherwise use old scheme,
2397         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2398         assembler output file,
2399         * src/pic16/main.c: added command line options --gstack to enable
2400         push/pop tracing for stack overflow,
2401         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2402         instructions): added size of each instruction,
2403         * (pic16_countInstruction): estimate size of instructions in
2404         the_pFile list, inline assembly blocks are not counted,
2405         * (pic16_FixRegisterBanking): trace previous register usage, when
2406         banksel optimizations is greater than 0, don't emit a redudant
2407         banksel directive,
2408
2409 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2410
2411         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2412         * src/pic16/ralloc.c : applied same fix for pic16.
2413         * src/pic/gen.c : tidied it up a little.
2414
2415 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2416
2417         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2418         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2419
2420 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2421
2422         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2423
2424 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2425
2426         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2427         non-reentrant function __modsint in the interrupt function (thus
2428         corrupting math operations during serial I/O)
2429         * device/lib/ser_ir.c: as above, changed buffersize
2430         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2431         256.c,d for zeroing
2432         * doc/Makefile: added option -t for rsync
2433
2434 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2435
2436         * src/SDCCast.h (struct ast),
2437         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2438
2439 2004-10-20 Borut Razem <borut.razem AT siol.net>
2440
2441         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2442         package
2443
2444 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2445
2446         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2447         makefile targets,
2448         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2449         support functions to replace long sequences of MOVFF's from access
2450         bank registers to stack and vice versa,
2451         * src/pic16/device.h: added new field opt_flags, where optimization
2452         flags can be set to enable certain features,
2453         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2454         * pBlock, (genFunction, genEndFunction): surroung loop for
2455         saving/loading used registers in stack with PC_INFO pCodes,
2456         INF_LREGS. Code in between can then be optimized by pCode optimizer
2457         to support function calls,
2458         * (genDataPointerSet): fixed bug which loaded float fields in
2459         structures with corrupt data,
2460         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2461         in a standard way debug info on stderr. Feature used for developing
2462         and debugging only,
2463         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2464         obsolete chunks of code,
2465         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2466         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2467         * pic16/src/pcode.c (pic16_newpCodeInfo,
2468         * (pic16_newpCodeOpLocalRegs),
2469         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2470         feature,
2471         * (pic16_pCodeConstString): printing of the initial value of a
2472         symbol as a comment is inhibited since parsing was already done by
2473         copyStr and output is corrupt,
2474         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2475
2476 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2477
2478         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2479
2480 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2481
2482         * as/mcs51/lkarea.c: removed old K&R style,
2483           (lnksect): changed check on boundary error,
2484           (lnksect2): changed check on boundary error,
2485           (lnksect2): extend XSTK to end of page if size = 1
2486         * as/mcs51/lkmain.c: removed old K&R style,
2487           (Areas51): create l_IRAM symbol
2488         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2489         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2490           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2491         * device/lib/_mullong.c: added version to be compiled with xstack
2492         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2493         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2494         * device/lib/mcs51/crtxstack.asm: fixed comment
2495         * src/SDCCglue.c: maxInterrupts defaults to 0,
2496           (emitMaps): added pdata,
2497           (createInterruptVect): (re)moved default,
2498           (glue): added pdata,
2499           (glue): moved __start__xstack to XSTK with default size 1
2500         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2501           and options.float_rent when options.stackAuto is set,
2502           (linkEdit): only write XDATA_NAME if provided on command line
2503         * src/SDCCmem.h,
2504         * src/SDCCmem.c: added pdata
2505         * src/port.h: added pdata_name to PORT
2506         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2507           (saveRegisters, unsaveRegisters): removed usage of B,
2508           (genMinus): fixed accumulator clash,
2509           (genJumpTab): added comment, this needs another look
2510         * src/mcs51/gen.c: added check for "B in use" paranoia,
2511           added pushB() and popB()
2512         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2513           chance
2514         * src/avr/main.c,
2515         * src/ds390/main.c,
2516         * src/hc08/main.c,
2517         * src/mcs51/main.c,
2518         * src/pic/main.c,
2519         * src/pic16/main.c,
2520         * src/xa51/main.c,
2521         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2522           added PSEG (PAG,XDATA) or NULL to port specifier
2523         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2524         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2525           (_mcs51_genInitStartup): removed __start__xstack equ,
2526           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2527         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2528         * src/z80/gen.c (_rleAppend): fixed warnings
2529         * support/regression/tests/zeropad.c: added pdata test
2530         * .version: bumped to 2.4.6
2531
2532 2004-10-17 Borut Razem <borut.razem AT siol.net>
2533
2534         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2535         as a part of nightly build
2536
2537 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2538
2539         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2540         WREG holds the first byte function parameters,
2541         * (aopForSym): take special case for symbols which are in FARSPACE
2542         but in CODESPACE too,
2543         * (assignResultValue): modified to take into account _G.useWreg,
2544         * (genCall): don't use wreg for parameter passing when function is
2545         declared as reentrant, too, added optimization INCF to stack
2546         pointer when stack parameter count is 1,
2547         * (genFunction, genEndFunction): refurnished and fixed to not using
2548         wreg for passing parameters when function has varargs or is
2549         reentrant, fixed bug with symbol name compare for generating
2550         functions in absolute address,
2551         * (pic16_storeForReturn): refurnished,
2552         * (genCmp): began writing a new version of the function, not ready
2553         yet, therefore it is disabled,
2554         * (genAssign): do not read code memory when assigning a function to
2555         a pointer function,
2556         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2557         array of characters, not pointer,
2558         * (pic16initialComments): in debug mode emit an .ident directive for
2559         the assembler,
2560         * (_process_pragma): emit a new warning type (internal to pic16)
2561         when setting stack to default length, emit a similar warning when
2562         placing a function at absolute address and address is not word aligned
2563         * (_pic16_parseOptions): added 'return TRUE' statement,
2564         * (_pic16_linkEdit): if compiling a source, then add the source's
2565         file object, first in the list of objects to link,
2566
2567 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2568
2569         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2570         * src/pic/main.c : removed VC warning.
2571         * src/pic/gen.c : changed comment.
2572
2573 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2574
2575         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2576         reference to a deprecated symbol _GPTRREG was causing failure to
2577         link. Thanks G. M. Gallant for the info.
2578
2579 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2580
2581         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2582         comments for Bugs item #954788.
2583
2584 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2585
2586         * src/pic16/device.c (pic16_dump_gsection,
2587         * pic16_groupRegistersInSection): handle symbols declared to be in
2588         access bank differently,
2589         * src/pic16/gen.c (struct _G): added field resDirect,
2590         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2591         send values read from stack directly to result and don't allocate
2592         temporary values,
2593         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2594         same registers,
2595         * (pic16_sameRegsOfs): NEW,
2596         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2597         free because they were not allocated from temporary pool,
2598         * pic16_popRegFromString): workaround to fix a problem with
2599         allocating variables twice or never,
2600         * (genGenPointerGet): using PRODL instead of FSR0H,
2601         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2602         instead of FSR0H,
2603         * (genAssign): take advantage of the _G.resDirect flag,
2604         * (genCast): around line 11844, use mov2f instead of directly
2605         MOVFF'ing between operands to account for literal values,
2606         * src/pic16/genutils.c: some new debug functions for gpsim have been
2607         added,
2608         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2609         float with integer part only,
2610         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2611         place variables in access bank
2612         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2613         updated sources to reflect recent changes in gen.c
2614
2615 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2616
2617         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2618         sources that searched for headers in installation path, now the
2619         device/include/pic16 is used,
2620         * src/pic16/glue.c (pic16glue),
2621         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2622         .line directives if not in debug mode, this suppresses assembler's
2623         warnings for ignored directives
2624
2625 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2626
2627         * src/port.h: made reset_regparms prototype void parameter explicit.
2628         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2629         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2630         * doc/sdccman.lyx: documented warning disabling and how to use
2631           printf_large to make it print floats.
2632         * device/include/stdbool.h: NEW
2633         * device/lib/_atof.c,
2634         * device/lib/_divuint.c,
2635         * device/lib/_divulong.c,
2636         * device/lib/expf.c,
2637         * device/lib/printf_large.c,
2638         * device/lib/sincosf.c,
2639         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2640         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2641           a completely reentrant lib.
2642
2643 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2644
2645         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2646         * device/include/pic16/stdio.h: fixed bug with colon
2647
2648 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2649
2650         * device/include/pic16/stdio.h,
2651         * device/include/pic16/stdlib.h,
2652         * device/include/pic16/math.h: NEW
2653         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2654         declared as _naked to reduce overhead
2655         * device/lib/Makefile.in (target port-specific-objects-pic16):
2656         changed * to *.* so to ignore the CVS directory,
2657         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2658         stacked variables back in stack,
2659         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2660         corruption
2661
2662 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2663
2664         * .version: bumped version number to 2.4.5
2665         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2666         * support/Util/SDCCerr.c (messages structure): added entry for
2667         W_POSSBUG2
2668
2669         Large cumulative patch for pic16 port and libraries.
2670         * device/include/pic16/sdcc-lib.h,
2671         * device/include/pic16/stdarg.h,
2672         * device/include/asm/pic16/features.h,
2673         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2674         * device/include/pic16/float.h: changes reentrant keyword with
2675         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2676         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2677         updated target build-libraries to include objects from gptr,
2678         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2679         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2680         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2681         all function headings,
2682         * src/SDCCmain.c: added global parameter userIncDirsSet,
2683         * (parseCmdLine): when option -I is encountered add directory to
2684         userIncDirsSet too,
2685         * src/version.awk: added space between control and long,
2686         * src/pic16/NOTES: added some notes for the port,
2687         * src/pic16/gen.c: added prototype for mov2fp function,
2688         * (fReturnpic16[]): properly named return value registers,
2689         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2690         * (aopForSym): added code to handle symbols with onStack flag set,
2691         symbols onStack are allocated PTRSIZE bytes,
2692         * (aopFreeAsmop): handles special case where asmops are stack objects,
2693         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2694         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2695         added argument lock to trace flaws in allocating temporary registers
2696         when developing port,
2697         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2698         * (pic16_popRegFromString): reenabled allocating a direct register
2699         from string,
2700         * (assignResultValue): various beautifications,
2701         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2702         referenced function argument,
2703         * (genIpush): reenabled to allow stacked arguments, handles only
2704         ic->parmPush iCodes,
2705         * (genCall, genPcall): major changes to allow for variable argument
2706         functions, fixed a bug with falsely restoring stack pointer after
2707         returning from call,
2708         * (genFunction): pending code for critical function,
2709         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2710         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2711         * (genNearPointerGet): fixed bug with indirect reading, was always
2712         reading from INDF0
2713         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2714         pointers,
2715         * (genAddrOf): rewrote code to take address of a stacked function parameter
2716         * (genCast): fixed casting to generic pointer type,
2717         * src/pic16/gen.h: added AOP_STA,
2718         * (struct asmop): added field stk,
2719         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2720         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2721         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2722         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2723         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2724         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2725         generic pointers,
2726         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2727         and library paths,
2728         * (pic16_port structure): generic pointer size is set to 3,
2729         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2730         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2731         compiler warning,
2732         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2733         operand is an iTemp,
2734
2735 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2736
2737         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2738         * debugger/mcs51/simi.c: addapt new syntax of s51
2739
2740 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2741
2742         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2743         * src/pic16/pcode.c: commented out some calls to free() in order to
2744         fix bug #989576,
2745
2746 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2747
2748         * src/SDCCicode.h,
2749         * src/SDCCicode.c (isiCodeInFunctionCall),
2750         * src/avr/ralloc.c (selectSpil),
2751         * src/pic/ralloc.c (selectSpil),
2752         * src/pic16/ralloc.c (selectSpil),
2753         * src/ds390/ralloc.c (selectSpil),
2754         * src/hc08/ralloc.c (selectSpil),
2755         * src/xa51/ralloc.c (selectSpil),
2756         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2757         stack in the middle of a function call sequence (fixes bug #1020268)
2758         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2759         costs associated with the minimum switch case.
2760
2761 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2762
2763         * src/SDCC.lex: fixed bug #1030549
2764
2765 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2766
2767         * src/SDCCcse.h (struct cseDef),
2768         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2769         over a function call if the CSE is derived from a symbol whose
2770         address has been taken (fixes bug #1029883)
2771         * support/regression/tests/bug-1029883: a new regression test for
2772         this bug
2773
2774 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2775
2776         * src/hc08/gen.c (emitinline): fixed bug #1029778
2777         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2778         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2779         and starts toward RFE #905167)
2780
2781 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2782
2783         * src/pic16/gen.c (mov2f): New function to move an operand to
2784         another without considering if it is a literal or a register,
2785         * (pic16_sameRegs): don't check if they are both AOP_REG,
2786         * (AccRsh): removed andmask=0 lines,
2787         * (genLeftShift): duplicated to be improved in future versions,
2788         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2789         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2790         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2791         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2792         * (insertBankSwitch): fixed inserting banksel directives algorithm
2793         for instructions that follow a skip instruction, this fixes a report
2794         for broken subtraction code generation,
2795         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2796         iCode is a left op, just in case result and right share the same
2797         registers
2798
2799 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2800
2801         * src/hc08/main.c,
2802         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2803         preservation of HX
2804         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2805         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2806         on 2004-09-12; it was buggy
2807
2808 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2809
2810         * src/SDCCsymt.h: removed RESULT_CHECK
2811         * src/SDCCast.c,
2812         * src/SDCCglue.c,
2813         * src/SDCCval.c,
2814         * src/pic/glue.c,
2815         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2816
2817 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2818
2819         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2820         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2821         configuration values no more rejected by compiler, they are assigned
2822         to configuration registers with a warning message instead,
2823         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2824         the for-loop so last conf register is emitted too,
2825         * (_pic16_initPaths): link library libsdcc.lib by default,
2826         * (_hasNativeMulFor): modified test for multiplication according to
2827         Raphael Neider's remarks. Integer multiplication is also done with
2828         support functions,
2829         * device/include/pic16/pic18fregs.h: corrected type error in while
2830         testing and including 18f6720 header file
2831
2832 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2833
2834         * src/pic16/device.h (pic16_options): removed field use_crt,
2835         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2836         until an optimization to handle single bits is added,
2837         * (pic16_loadFSR0): moved before genUnpackBits,
2838         * (genAnd): some white lines removed,
2839         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2840         leave_reset flags in pic16_options when using crt modules,
2841
2842 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2843
2844         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2845           for bugs 898889 & 979599. Also used some safer print instructions.
2846
2847 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2848
2849         * src/pic16/device.h (pic16_options_t): added field use_crt,
2850         crt_name, no_crt,
2851         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2852         catch a probable future bug,
2853         * src/pic16/gen.c: aopIdx function commented out,
2854         * (genAssign): commented out old code which used aopIdx,
2855         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2856         code, added if conditionals to take into account the --use-crt
2857         command line options,
2858         * src/pic16/main.c (pic16_optionsTable): added new command line
2859         options, --use-crt= and --no-crt,
2860         * (_pic16_linkEdit): now the proper crt object is added in the
2861         linker command line except than when --no-crt is specified,
2862         * src/pic16/pcode.c,
2863         * src/pic16/pcode.h: added some structures and functions for a new
2864         optimization scheme to compansate for instruction overhead between
2865         same iCodes, this scheme is currently under development and is not
2866         working in any way,
2867         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2868         to && operator,
2869         * device/lib/pic16/startup/crt0i.c,
2870         * device/lib/pic16/startup/crt0iz.c: added global char variable
2871         __uflags to force the generation of an idata section
2872
2873 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2874
2875         * doc/Makefile,
2876         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2877         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2878
2879 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2880
2881         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2882         Frieder) and clarified the default code optimization mode
2883
2884 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2885
2886         * src/SDCC.lex (doPragma, process_pragma),
2887         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2888         "opt_code_size", and "opt_code_balanced"
2889         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2890         regrouped options by category, added support for category headers
2891         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2892         and "--opt-code-size"
2893         * doc/sdccman.lyx: documented these new options and pragmas
2894         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2895         preference into account
2896
2897 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2898
2899         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2900           geniCodePreDec): Fixed bug 904237 by generating a warning
2901         * src/SDCCerr.h,
2902         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2903
2904 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2905
2906         * src/pic/device.c : When no max ram set validate full memory range.
2907         * src/pic/pcode.c,
2908         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2909
2910 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2911
2912         * device/lib/_gptrget.c,
2913         * device/lib/_gptrput.c: updated comment
2914         * device/lib/calloc.c,
2915         * device/lib/free.c,
2916         * device/lib/malloc.c,
2917         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2918         * src/SDCCcse.c (cseBBlock),
2919         * src/SDCCicode.c (printOperand, geniCodeArray),
2920         * src/SDCCicode.h (struct operand): fixed bug 868103
2921         * support/regression/tests/bug-868103.c: added
2922         * src/SDCCast.c (searchLitOp),
2923         * src/SDCCcse.h (struct cseDef),
2924         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2925         * src/SDCCicode.h (struct operand),
2926         * src/SDCCsymt.h (struct sym_link),
2927         * src/avr/gen.c (hasInc),
2928         * src/ds390/gen.c (hasInc),
2929         * src/hc08/gen.c (genPlusIncr, hasInc),
2930         * src/mcs51/gen.c (hasInc),
2931         * src/pic16/glue.c (pic16_printIvalChar),
2932         * src/pic16/ralloc.c (regWithIdx),
2933         * src/xa51/gen.c (hasInc) : removed warnings
2934         * src/SDCCast.c (createBlock): added comment ???
2935         * src/hc08/ralloc.c: updated comments
2936
2937 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2938
2939         * doc/sdccman.lyx: updated section on switch statements, added
2940         section about semaphore locking
2941         * doc/Makefile: added option -info for latex2html
2942         * device/lib/_gptrget.c,
2943         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2944
2945 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2946
2947         * src/pic/device.h,
2948         * src/pic/device.c,
2949         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2950          maxram is less than 0x100.
2951
2952 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2953
2954         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2955
2956 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2957
2958         * src/port.h,
2959         * src/mcs51/main.c,
2960         * src/ds390/main.c,
2961         * src/z80/main.c,
2962         * src/hc08/main.c,
2963         * src/pic/main.c,
2964         * src/pic16/main.c,
2965         * src/avr/main.c,
2966         * src/xa51/main.c
2967         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2968         a jump table is the best form for a switch statement, including
2969         automatic insertion of missing cases to make the case range
2970         continuous. Developed in collaboration with Frieder Ferlemann.
2971
2972 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2973
2974         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2975         accumulator result if it needs sign extension
2976
2977 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2978
2979         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2980
2981 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2982
2983         * device/lib/gbz80/printf.c,
2984         * device/lib/z80/printf.c: removed define for NULL
2985
2986 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2987
2988         * as/xa51/xa_link.c,
2989         * device/examples/ds390/ow390/ad26.c,
2990         * device/examples/ds390/ow390/cnt1d.c,
2991         * device/examples/ds390/ow390/counter.c,
2992         * device/examples/ds390/ow390/ds2480.h,
2993         * device/examples/ds390/ow390/ds2480ut.c,
2994         * device/examples/ds390/ow390/findtype.c,
2995         * device/examples/ds390/ow390/gethumd.c,
2996         * device/examples/ds390/ow390/owllu.c,
2997         * device/examples/ds390/ow390/ownetu.c,
2998         * device/examples/ds390/ow390/swt12.c,
2999         * device/examples/ds390/ow390/swtloop.c,
3000         * device/examples/ds390/ow390/temp.c,
3001         * device/examples/ds390/ow390/temp10.c,
3002         * device/examples/ds390/ow390/thermo21.c,
3003         * device/examples/ds390/ow390/tinilnk.c,
3004         * device/examples/ds390/ow390/tstfind.c,
3005         * device/examples/serialcomm/windows/serial.cpp,
3006         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3007         * device/include/reg51.h: fixed line endings for cvs
3008
3009 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3010
3011         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3012         packRegsForAccUse, packRegisters): new accumulator register
3013         packing algorithm
3014         * support/regression/ports/hc08/support.c (_putchar): suppress
3015         warning of unused variable
3016         * src/SDCCicode.c: added SWAP entry to codeTable
3017
3018 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3019
3020         * device/lib/sprintf.c: forgot to add this file before previous commit
3021
3022 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3023
3024         * src/pic16/gen.c (genPackBits): added operand right in function
3025         parameters, load result directly if p_type is POINTER (that is
3026         called by genNearPointerSet)
3027         * (genUnPackBits): added operand left in function parameters,
3028         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3029         FSR0 if accessing bitfields,
3030
3031 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3032
3033         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3034           _print_format; updated printf, sprintf, vsprintf
3035         * device/include/asm/default/features.h: corrected comment/define
3036         * device/lib/Makefile.in: added sprintf.c
3037         * device/lib/libsdcc.lib: added sprintf module
3038         * device/lib/printf_large.c,
3039         * device/lib/vprintf.c,
3040         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3041           into these 3 files
3042         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3043         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3044         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3045           hc08 test
3046         * support/regression/tests/zeropad.c: define idata as data for hc08
3047
3048 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3049
3050         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3051         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3052         labels are referenced at least once (even if a reference is not found)
3053         * src/hc08/gen.c (emitcode): set isComment flag for comments
3054         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3055         loads), rules 6a..6b (optimize jumps to return)
3056
3057 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3058
3059         * device/lib/acosf.c (acosf),
3060         * device/lib/asinf.c (asinf),
3061         * device/lib/atanf.c (atanf),
3062         * device/lib/ceilf.c (ceilf),
3063         * device/lib/cosf.c (cosf),
3064         * device/lib/coshf.c (coshf),
3065         * device/lib/cotf.c (cotf),
3066         * device/lib/fabsf.c (fabsf),
3067         * device/lib/floorf.c (floorf),
3068         * device/lib/log10f.c (log10f),
3069         * device/lib/logf.c (logf),
3070         * device/lib/sinf.c (sinf),
3071         * device/lib/sinhf.c (sinhf),
3072         * device/lib/sqrtf.c (sqrtf),
3073         * device/lib/tanf.c (tanf),
3074         * device/lib/tanhf.c (tanhf),
3075         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3076         replaced all instances of "reentrant" in the library functions
3077         defined in math.h with this macro.
3078         * support/regression/tests/float_trans.c: reenabled test for hc08
3079
3080 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3081
3082         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3083         erroneously deleted
3084
3085 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3086
3087         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3088         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3089         multi-byte volatile operands are used
3090         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3091         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3092         initialization to area GSINIT0 so that it would always precede
3093         any static initializers in GSINIT
3094         * support/regression/tests/zeropad.c: fixed idata define for hc08
3095         * support/regression/tests/bug-927659.c,
3096         * support/regression/tests/float_trans.c: disabled tests for hc08
3097         pending missing library routines
3098         * .version: increased version number to 2.4.4 - hc08 port now passes
3099         regression tests
3100
3101
3102 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3103
3104         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3105         * Makefile.common.in,
3106         * as/Makefile,
3107         * as/hc08/Makefile.in,
3108         * as/mcs51/Makefile.in,
3109         * as/z80/Makefile.in,
3110         * debugger/mcs51/Makefile.in,
3111         * device/include/Makefile.in,
3112         * device/lib/Makefile.in,
3113         * doc/Makefile,
3114         * link/Makefile,
3115         * link/z80/Makefile.in,
3116         * packihx/Makefile.in,
3117         * sim/ucsim/main_in.mk,
3118         * sim/ucsim/avr.src/Makefile.in,
3119         * sim/ucsim/doc/Makefile.in,
3120         * sim/ucsim/gui.src/serio.src/Makefile.in,
3121         * sim/ucsim/hc08.src/Makefile.in,
3122         * sim/ucsim/s51.src/Makefile.in,
3123         * sim/ucsim/xa.src/Makefile.in,
3124         * sim/ucsim/z80.src/Makefile.in,
3125         * src/Makefile.in,
3126         * support/cpp2/Makefile.in,
3127         * support/librarian/Makefile,
3128         * support/makebin/Makefile: added DESTDIR to the install path proposed
3129         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3130         * doc/sdccman.lyx: added DESTDIR documentation
3131
3132 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3133
3134         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3135         instruction for interrupt handlers, use fast returns when returning
3136         from high priority interrupts
3137
3138 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3139
3140         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3141         code generation
3142         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3143         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3144         bugs, ported much of Bernhard's code from mcs51
3145         * src/mcs51/gen.c (genSend),
3146         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3147         than one when calling a reentrant function
3148         * device/lib/_mullong.c: defined an alternate struct layout for big
3149         endian ports (hc08)
3150
3151 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3152
3153         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3154         test
3155
3156 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3157
3158         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3159         are sane and complete before asking the port its prefered parameter
3160         passing method (fixes bug #1017633)
3161         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3162         and _ret3
3163
3164 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3165
3166         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3167         problem in bitfields >= 8 bits.
3168
3169 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3170
3171         * src/SDCCsymt.c: undid changes that were not meant to be committed
3172
3173 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3174
3175         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3176
3177 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3178
3179         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3180           copied and wrong bit got inverted
3181
3182 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3183
3184         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3185         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3186         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3187         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3188         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3189         assignments to bitfields at known addresses
3190         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3191         reads from bitfields at known addresses
3192         * src/hc08/ralloc.c (packRegisters),
3193         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3194         genhc08Code): optimize pointer get values used as conditionals
3195         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3196         and branch
3197
3198 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3199
3200         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3201         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3202         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3203         as conditionals
3204
3205 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3206
3207         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3208
3209 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3210
3211         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3212         related problems
3213
3214 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3215
3216         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3217
3218 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3219
3220         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3221         mcs51 port
3222
3223 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3224
3225         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3226
3227 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3228
3229         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3230         cases use more compact code.
3231
3232 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3233
3234         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3235
3236 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3237
3238         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3239
3240 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3241
3242         * src/SDCCsymt.h,
3243         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3244         parameter of changePointer() from symbol* to sym_link*
3245         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3246         * src/SDCCsymt.c (compareType): void* type is castable to other
3247         pointers, but not necesarily an exact match.
3248         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3249         is no longer blindly treated as an exact match.
3250         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3251
3252 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3253
3254         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3255
3256 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3257
3258         * src/pic/gen.c,
3259         * src/pic/pcode.c,
3260         * src/pic/ralloc.h,
3261         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3262
3263 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3264
3265         * src/pic/device.c,
3266         * src/pic/device.h,
3267         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3268
3269 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3270
3271         * src/mcs51/gen.c (emitcode): fixed bug #992819
3272
3273 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3274
3275         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3276           there's no need to make it worse
3277
3278 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3279
3280         * src/mcs51/ralloc.c (deassignLR),
3281         * src/ds390/ralloc.c (deassignLR),
3282         * src/hc08/ralloc.c (deassignLR),
3283         * src/z80/ralloc.c (deassignLR),
3284         * src/pic/ralloc.c (deassignLR),
3285         * src/pic16/ralloc.c (deassignLR),
3286         * src/avr/ralloc.c (deassignLR),
3287         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3288         rlivePoint): fixed another part of bug #971834
3289
3290 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3291
3292         * src/z80/main.c: enabled "critical" keyword
3293         * src/z80/mappings.i,
3294         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3295         functions (fixes bug #979646)
3296         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3297
3298 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3299
3300         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3301           such as c:\mydir.
3302
3303 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3304
3305         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3306           doesn't disable too much optimizations
3307
3308 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3309
3310         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3311
3312 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3313
3314         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3315
3316 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3317
3318         * src/pic/gen.c tidied up tabs
3319         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3320         * src/pic/main.c tidied up tabs
3321         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3322         * src/pic/pcoderegs.c tidied up tabs
3323         * src/pic/ralloc.c tidied up tabs
3324
3325 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3326
3327         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3328         to S_FIXED for pic16 port and when symbol is not in level 0,
3329         allocate for S_REGISTER storage class and pic16 port, too,
3330         * src/pic16/device.h: prototype for checkSym,
3331         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3332         * (pic16_assignConfigWordValue): test the value and the mask to
3333         validate that the value is suitable for the configuration word,
3334         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3335         collect extern declared symbols, don't emit symbol twice, check
3336         first if symbol is in publics set first,
3337         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3338         * added command line '--fstack' which enables an experimental
3339         feature for stack access, too buggy to be used yet...
3340         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3341         * (pic16_allocDirReg): when register has storage class S_REGISTER
3342         allocate in pic16_dynAccessRegs,
3343         * device/include/pic16/pic18f????.h: modified configuration word
3344         naming convention, words started as CONFIG0H but should be CONFIG1H
3345
3346 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3347
3348         * device/include/mcs51reg.h: fixed bug 970993
3349
3350 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3351
3352         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3353         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3354         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3355         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3356         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3357         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3358           error/warning numbers,
3359           added function setWarningDisabled()
3360         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3361         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3362           _memcmp.c _memmove.c calloc.c realloc.c free.c
3363         * support/regression/tests/malloc.c: added tests for new functionality
3364         * support/regression/tests/zeropad.c: added tests for truncated initializers
3365           and initialized char arrays starting with '\x0'
3366         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3367
3368 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3369
3370         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3371
3372 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3373
3374         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3375         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3376         peephole 177.e. Thanks to anonymous
3377
3378 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3379
3380         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3381         function isn't used in the source but referenced as a
3382         variable initializer then declare it as extern in .asm file
3383
3384 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3385
3386         * .version: increased version number to 2.4.3
3387
3388         Adding version extension according to ChangeLog CVS revision
3389         * src/Makefile.in (target all): added dependency 'version.h'
3390         * (rule version.h): added rule to create version.h from ChangeLog,
3391         * (rule dep): added dependency version.h,
3392         * src/version.awk: AWK script to create version.h
3393         * src/SDCCdwarf2.c (dwWriteModule),
3394         * src/SDCCglue.c (initialComments),
3395         * src/SDCCmain.c (printVersionInfo): modified to write after
3396         version string the version extension number,
3397         * src/SDCCutil.c: included "version.h"
3398         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3399         number,
3400         * src/SDCCutil.h: added prototype for getBuildNumber
3401
3402         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3403         includeDirsSet, too,
3404         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3405         const char [] is found in function prototype...
3406
3407         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3408         moving to WREG with source is already in WREG,
3409         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3410         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3411         * (aopForSym): stack'ed symbols are partially supported, added
3412         if-clause to support symbols in FARSPACE,
3413         * (sameRegs): added test for AOP_ACC to see if registers are same,
3414         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3415         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3416         * (pic16_popRegFromString): will not allocate a new register if it
3417         doesn't find one by name, bug may have introduced...
3418         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3419         * (genIpush): revived to use pic16 port's stack,
3420         * (genAddrOf): added incomplete case for stack'ed operand,
3421         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3422         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3423         can handle multibyte operands,
3424         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3425         * (pic16initialComments): added message for MPLAB compatibility
3426         mode enabled,
3427         * src/pic16/main.h: prototype for pic16_mplab_comp,
3428         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3429         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3430         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3431         because of increased complexity of procedure,
3432         * (_process_pragma): stack pragma changed to format 'stack pos len',
3433         emit symbol '_stack_end' to conform with gplink,
3434         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3435         to search for register,
3436         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3437         PO_GPR_REGISTER,
3438         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3439         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3440         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3441         case for PO_GPR_REGISTER,
3442         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3443         dies, the new era is ahead !...
3444         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3445         pic16_dynInternalRegs,
3446         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3447         * (pic16_allocDirReg): minor optimizations and bug fixes,
3448         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3449
3450         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3451         load stack and frame pointer with address of 'stack_end' symbol
3452
3453 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3454
3455         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3456         without source code but only variable initializers
3457
3458 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3459
3460         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3461         external are not declared as extern to reduce overhead while linking
3462
3463 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3464
3465         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3466
3467 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3468
3469         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3470           Yee Keat for the patch
3471         * src/SDCCast.c (decorateType): fixed bug #979599
3472         * src/ds390/gen.h: removed local fReturnSizeDS390
3473         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3474         * src/ds390/gen.c (genAnd, genOr, genXor),
3475         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3476
3477 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3478
3479         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3480         add relFilesSet to $3, manipulate $2 to handle linking of object
3481         files without source files in command line,
3482         * device/include/pic16 (all headers): added ID location macros,
3483         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3484         entries for ID location bytes,
3485         * (pic16_assignIdByteValue): NEW,
3486         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3487         added field dumpcalltree to pic16_options_t,
3488         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3489         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3490         emitting rFalseIfx label after check_carry label,
3491         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3492         pic16_emitDIRegs), NEW
3493         * (pic16glue): dump .calltree file when option --calltree found,
3494         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3495         * (_pic16_genAssemblerPreamble): emit ID locations after
3496         configuration registers,
3497         * (pic16_linkCmd): modifications of the link command,
3498         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3499         * (pic16_pCodeInitRegisters): don't init stack registers,
3500         * (pic16_findPrevInstruction): fixed bug,
3501         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3502         bug with immediate registers,
3503         * (buildCallTree): traces stack push and pop,
3504         * (pct2): dump also stack usage for each function,
3505         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3506         * (pic16_allocDirReg): various modifications,
3507         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3508         fixed to 1,
3509
3510 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3511
3512         * src/pic16/pcode.c: removed buggy double colon
3513
3514 2004-07-01 Borut Razem <borut.razem AT siol.net>
3515
3516         * support/scripts/sdcc.nsi: added include/pic16 to setup
3517
3518 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3519
3520         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3521         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3522         target 'clean',
3523         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3524         specific command line arguments. Also added sample lkr script
3525         for placing a variable at a specific memory bank.
3526         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3527         at a specific memory bank,
3528         * (pic16_dump_isection): fixed bug which caused string literals to
3529         be omitted when dumping idata section,
3530         * (pic16_groupRegistersInSection): added code to handle registers
3531         in specific memory banks,
3532         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3533         public, all references are renamed too,
3534         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3535         AOP_DPTR2,
3536         * (pic16_storeForReturn): added case to handle when dest is WREG,
3537         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3538         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3539         pic16_rel_udata, check to see if that register is marked as being
3540         a member of a specific memory bank,
3541         * (pic16_printIvalCharPtr): added code to add string literals either
3542         to code or the idata sections,
3543         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3544         also accept the 'udata' pragma,
3545         * src/pic16/main.h: new structure types sectName and sectSym
3546         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3547         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3548         * (pic16_findPrevInstruction): fixed, it returned nothing,
3549         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3550         instruction combinations,
3551         * (pic16_FixRegisterBanking): heavily reorganised,
3552         * (pic16_AnalyzeBanking): if generating banksel directives is
3553         disabled, then don't call FixRegisterBanking at all,
3554         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3555         completely removed,
3556         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3557
3558 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3559
3560         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3561         Phuah Yee Keat <yk.phuah AT nestac.com>
3562
3563 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3564
3565         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3566         correctly the IVT even if it is relocated to some other location
3567
3568 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3569
3570         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3571         * device/include/pic16/pic18f2220.h: NEW,
3572         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3573         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3574         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3575         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3576         nodefaultlibs, ivt_loc is the location of the interrupt vector
3577         table, and nodefaultlibs signs that default libraries should not be
3578         linked in link stage,
3579         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3580         according to --ivt-loc argument,
3581         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3582         when pragma stack is found,
3583
3584 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3585
3586         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3587         256 (range check), 257 (do while), 258.a-f (bit banging
3588         f.e. on 3-wire SPI bus)
3589
3590 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3591
3592         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3593         variables used exclusively within a loop
3594
3595 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3596
3597         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3598
3599 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3600
3601         * src/SDCClrange.c (computeClash): fixed bug #971834
3602
3603 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3604
3605         * src/mcs51/gen.c (genCmp): fixed bug #975903
3606         * src/hc08/gen.c (operandsEqu),
3607         * src/ds390/gen.c (operandsEqu),
3608         * src/z80/gen.c (operandsEqu),
3609         * src/pic/gen.c (operandsEqu),
3610         * src/pic16/gen.c (operandsEqu),
3611         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3612         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3613
3614 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3615
3616         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3617
3618 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3619
3620         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3621         default case in switch statement,
3622         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3623         to eliminate problem with initialisation of pointers, but problem
3624         still exists,
3625         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3626         * (emitStaticSegment): removed various lines emitting debug info,
3627         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3628         added processor registers for utilizing EEPROM,
3629         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3630         configurable and set 8
3631
3632 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3633
3634         * .version: increased version number to 2.4.2,
3635
3636         Cumulative patch for pic16 port
3637         * src/pic16/device.c: changed scheme to dump initial values for
3638         variables in idata segment, all print_idata* functions were removed,
3639         now the pic16_printIval* will be called,
3640         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3641         * _pic16_printPointerType, pic16_printPointerType,
3642         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3643         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3644         NEW, similar to the respective functions in SDCCglue.c,
3645         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3646         way, emitting hex bytes,
3647         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3648
3649 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3650
3651         * src/avr/ralloc.c (serialRegAssign),
3652         * src/xa51/ralloc.c (serialRegAssign),
3653         * src/pic/ralloc.c (serialRegAssign),
3654         * src/pic16/ralloc.c (serialRegAssign),
3655         * src/hc08/ralloc.c (serialRegAssign),
3656         * src/z80/ralloc.c (serialRegAssign),
3657         * src/ds390/ralloc.c (serialRegAssign),
3658         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3659
3660 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3661
3662         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3663         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3664
3665 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3666
3667         Cumulative patch for pic16 port:
3668         * src/pic16/device.h (typedef PIC16_device) modified fields for
3669         defining microcontrollers,
3670         * src/pic16/device.c: added new info for all devices in Pics16 array,
3671         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3672         to be optimised out by the pCode optimiser,
3673         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3674         specially, bug reported by G.M. Gallant,
3675         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3676         as force'd so that cannot be optimised out by pCode optimiser,
3677         * src/pic16/pcode.c,
3678         * src/pic16/pcodepeeph.c,
3679         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3680         they are disabled by default, but can be enabled explicit with
3681         command argument --denable-peeps, for testing,
3682         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3683         --pomit-ivt in COMPILE_FLAGS
3684
3685 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3686
3687         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3688           compilation on MSVC
3689
3690 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3691
3692         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3693
3694 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3695
3696         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3697         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3698
3699 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3700
3701         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3702         would only assign 0x300001 register.
3703
3704 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3705
3706         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3707         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3708
3709 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3710
3711         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3712         for ds80c400
3713         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3714         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3715         added peephole 254 (left shift), 255 (jump table)
3716
3717 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3718
3719         * device/lib/Makefile.in: removed comment line with model-pic16,
3720         * (target port-specific-objects-pic16): the libraries and objects
3721         are copied to the build directory form the device/lib/pic16/bin
3722         directory
3723
3724         Cumulative patch concerning pic16 port:
3725         * library directory has been re-organized,
3726         * added support for PIC18F1220,
3727         * added headers and library sources for chips 18f1220,18f6520,
3728         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3729
3730         * configuration registers setting has changed, now each supported
3731         device has a complete description of the registers it uses,
3732         * all initialisations are moved to idata sections, these section
3733         can be absolute or relocatable,
3734         * fixed initialisation of codespace variables,
3735         * fixed warning about PCLATU and gpsim,
3736         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3737         * (genAssign): use table reads when assigning from variables in codespace,
3738         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3739         char/int variables placed in codespace,
3740         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3741         registers set in .asm file, no need for --pomit-config-words anymore,
3742         * (pic16glue): some 8051 legacy segments are commented out
3743         (to be removed completely),
3744         * added support for alternative assembler and linker with --asm=
3745         and --link= command line arguments,
3746         * peepholes are disabled automatically in the port, no need to
3747         specify on command line,
3748         * port supports natively char/int/long multiplication, but converts
3749         all divisions to support functions,
3750         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3751         to the file set in variable $2,
3752         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3753         strings in ASCII format and not in hex,
3754         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3755         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3756         allocate proper register if iCodes aren't temporary,
3757
3758 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3759
3760         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3761
3762 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3763
3764         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3765         is commented out
3766
3767 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3768
3769         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3770         computed address is reused
3771         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3772         multi-byte bitfields
3773
3774 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3775
3776         * src/z80/gen.c: (genArrayInit): must check for pointers too
3777
3778 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * support/regression/tests/zeropad.c: never meant to commit the
3781           nestedstruct test: removed, added check for GCC version
3782
3783 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3784
3785         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3786         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3787         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3788           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3789           bugs 928906 and 954082 half-empty initializers
3790         * src/SDCCsymt.h,
3791         * src/SDCCsymt.c (getAllocSize): added for above fix
3792         * src/z80/gen.c (genArrayInit): fixed bug 741044
3793         * support/regression/tests/zeropad.c: added tests
3794
3795 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3796
3797         * src/pic16/device.c (pic16_dump_section): corrected bug which
3798         caused some symbols of the libraries to be misplaced
3799
3800 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3801
3802         * src/pic16/glue.c,
3803         * src/pic16/ralloc.h,
3804         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3805         to fix conflict with pic port
3806
3807 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3808
3809         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3810         externs configuration variables,
3811         * src/pic16/ralloc.h,
3812         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3813         prototype in header, commented out some debug messages
3814
3815 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3816
3817         * src/pic16/glue.c,
3818         * src/pic16/main.c,
3819         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3820         for gpasm COFF object generation. Thanks to D. Hawkins for
3821         his patch info
3822
3823 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3824
3825         * src/ds390/main.c,
3826         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3827         Brock for spotting this)
3828         * src/ds390/gen.c (genEndFunction),
3829         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3830         interrupt handler and critical. Disable push/pop optimizations when
3831         peephole optimizations disabled.
3832
3833 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3834
3835         Updated pic16 library sources and headers.
3836         * device/lib/pic16/pic18f*/ ,
3837         * device/include/pic16/*.h: modified to handle structured SFR
3838         definitions
3839
3840 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3841
3842         * src/port.h (PORT structure): added hook initPaths, now each
3843         port can declare its own default search paths,
3844         which can been seen with the --print-search-dirs option,
3845         see pic16 port for example,
3846         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3847         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3848         * (doPrintSearchDirs): NEW, replaces in a central manner the
3849         printing of search dirs which was split in set*Paths functions,
3850         * (main): added call to port->initPaths and doPrintSearchDirs,
3851         * src/avr/main.c,
3852         * src/ds390/main.c,
3853         * src/hc08/main.c,
3854         * src/izt/i186.c,
3855         * src/izt/tlcs900h.c,
3856         * src/mcs51/main.c,
3857         * src/pic/main.c,
3858         * src/pic16/main.c: modified port structures to reflect addition of
3859         initPaths hook,
3860
3861         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3862         * (pic16_dump_section): for registers in same address reserve memory once,
3863         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3864         to no_banksel,
3865         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3866         result is greater in size than right or left,
3867         * (pic16_genUMult8X8_8): there are some cases where the result can
3868         be 16 bits size, so handle these,
3869         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3870         * (pic16_outBitC): modified to emit pcodes,
3871         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3872         or not,
3873         * (genDivOneByte): implemented algorithm to divide 8-bits,
3874         * (genCmp): uncommented goto, but issues still exist,
3875         * (genAnd): fixed a bug with variables >8bits,
3876         * (genPackBits): optimization added that uses BCF/BSF to change a
3877         single bit,
3878         * (genAssign): fixed bug when assigning floating point literals,
3879         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3880         __sdcc_gsinit_startup label,
3881         * src/pic16/main.c (_pic16_init): removed search directory
3882         initialisations,
3883         * (_pic16_initPaths): NEW, used to initialise search directories,
3884         * (_hasNativeMulFor): support functions for all except char/int
3885         multiplication, and char division,
3886         * (PIC16_port struct): modified entry for native mul support,
3887         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3888         no_banksel option,
3889         * (buildCallTree): call to register_usage is ifdef'ed out,
3890
3891 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3892
3893         * device/include/string.h: applied Stas Sergeev's patch to make this
3894         header file compatible with the preprocessor -Wundef option
3895         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3896         failure (fixes bug #941458)
3897
3898 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3899
3900         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3901         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3902         that the variable, not the function, should be static
3903         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3904         to be consistent with non-literal case
3905
3906 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3907
3908         * src/SDCCast.c (isConformingBody): fixed bug #949967
3909         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3910         convilong): fixed bug #952086
3911
3912 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3913
3914         * src/SDCCmem.c (allocVariables): fixed bug #955321
3915
3916 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3917
3918         * src/hc08/main.c (_hc08_genAssemblerEnd),
3919         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3920         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3921         completely eliminated the use of a temporary file
3922         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3923         when more than one file linked
3924         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3925
3926 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3927
3928         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3929         which fixes bug #543481
3930         * support/regression/tests/bug-751703.c: fixed comments left from a
3931         cut and paste error
3932         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3933         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3934         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3935         scopes
3936         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3937         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3938         are now changed to underscores in moduleName
3939
3940 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3941
3942         * as/mcs51/lkmem.c: better fix for bug #954173
3943
3944 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3945         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3946
3947         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3948         * device/include/c8051f000.h,
3949         * device/include/c8051f120.h,
3950         * device/include/c8051f300.h,
3951         * device/include/c8051f310.h,
3952         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3953         PWM16) and detab'ed
3954
3955 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3956
3957         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3958         and mailing lists, doc'ed --no-peep-comments, removed reference
3959         to knoppix (newest version has no LyX/LaTeX), other minor changes
3960         * src/SDCCglue.c (glue): save 2 bytes stack space with
3961         option --main-return. The ljmp could probably be avoided too
3962
3963 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3964
3965         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3966
3967 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3968
3969         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3970         * src/SDCCopt.c (isLocalWithoutDef),
3971         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3972         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3973         (credit to Maarten Brock for patch #949363, on which this is based)
3974         * support/regression/tests/bug-751703.c: some test cases of extern used
3975         within inner scopes.
3976
3977 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3978
3979         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3980         SPEC_STRUCT
3981         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3982         struct definitions
3983         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3984         dwWriteLabel): fix to create valid debugger symbols even when
3985         the module name has non-alphanumeric symbols in it
3986         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3987         when a variable's allocation has been optimized away
3988
3989
3990 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3991
3992         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3993         * src/hc08/main.c,
3994         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3995         * src/mcs51/main.c,
3996         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3997         * src/ds390/main.c,
3998         * src/z80/gen.c (z80_emitDebuggerSymbol),
3999         * src/z80/main.c,
4000         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4001         * src/pic/main.c,
4002         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4003         * src/pic16/main.c,
4004         * src/avr/gen.c (avr_emitDebuggerSymbol),
4005         * src/avr/main.c,
4006         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4007         * src/xa51/main.c,
4008         * src/SDCCdebug.c (emitDebuggerSymbol),
4009         * src/SDCCdebug.h,
4010         * src/port.h: added a debugger struct to the port struct. Added a
4011         callback for defining debugger symbols
4012
4013         * src/SDCCast.c (createLabel),
4014         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4015         with isitmp = 1
4016         * src/SDCCicode.h,
4017         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4018         iCode back to the ast for the function
4019
4020         * src/hc08/ralloc.c (hc08_assignRegisters),
4021         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4022         unneeded fields from the regs struct.
4023         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4024         pushReg() & pullReg() functions instead of emitcode()
4025
4026         * src/hc08/gen.c (genLabel, genhc08Code),
4027         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4028
4029         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4030         debugger hooks
4031
4032         * src/hc08/gen.c (genEndFunction, genhc08Code),
4033         * src/hc08/gen.h,
4034         * src/mcs51/gen.c (genEndFunction, gen51Code),
4035         * src/mcs51/gen.h,
4036         * src/ds390/gen.c (genEndFunction, gen390Code),
4037         * src/ds390/gen.h,
4038         * src/z80/gen.c (genEndFunction, genZ80Code),
4039         * src/z80/gen.h,
4040         * src/z80/z80.h,
4041         * src/pic/gen.c (genEndFunction, genpic14Code),
4042         * src/pic/gen.h,
4043         * src/pic16/gen.c (genEndFunction, genpic16Code),
4044         * src/pic16/gen.h,
4045         * src/avr/gen.c (genEndFunction, genAVRCode),
4046         * src/avr/gen.h,
4047         * src/xa51/gen.c (genEndFunction, genXA51Code),
4048         * src/xa51/gen.h,
4049         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4050         specific code to cdbFile.c and out of the backend code generators
4051
4052         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4053         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4054         starting address is now 0
4055
4056         * as/hc08/asm.h,
4057         * as/hc08/m08pst.c,
4058         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4059         assembler directive for DWARF support
4060         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4061
4062         * src/src.dsp,
4063         * src/Makefile.in,
4064         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4065
4066 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4067
4068         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4069         and inappropriate peephole optimization in jump tables
4070
4071 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4072
4073         * as/hc08/m08pst.c,
4074         * src/SDCCglue.c: sdccopt works for the hc08 port now
4075
4076 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4077
4078         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4079
4080 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4081
4082         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4083
4084 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4085
4086         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4087         rules
4088         * src/SDCCmain.c,
4089         * src/SDCCglobl.h,
4090         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4091         comments from the peephole optimizer replacement rules
4092         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4093         symbols
4094         * src/SDCCcse.c (updateSpillLocation),
4095         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4096         equivalents
4097         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4098         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4099         objects far pointers
4100
4101 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4102
4103         * src/SDCCsymt.h: a missing part of my last change
4104         * src/pic/ralloc.c (regTypeNum),
4105         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4106
4107 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4108
4109         * src/SDCCicode.h,
4110         * src/SDCCicode.c (aggrToPtrDclType),
4111         * src/SDCCptropt.h,
4112         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4113         ptrPseudoSymConvert),
4114         * src/pic/ralloc.c (regTypeNum),
4115         * src/pic16/ralloc.c (regTypeNum),
4116         * src/hc08/ralloc.c (regTypeNum),
4117         * src/ds390/ralloc.c (regTypeNum),
4118         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4119         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4120
4121 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4122
4123         * link/z80/lkmain.c (afile),
4124         * as/hc08/lkmain.c (afile),
4125         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4126         prevent a pointer problem when a filename has no directory and
4127         no extension specified.
4128
4129 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4130
4131         * link/z80/lkmain.c (afile): allow periods in directory names
4132         * link/z80/lkmain.c (afile),
4133         * as/mcs51/lkmain.c (afile),
4134         * as/hc08/lkmain.c (afile): allow linker script file to have an
4135         extension other than ".lnk"
4136         * link/z80/lklex.c (getfid),
4137         * link/z80/lkmain.c (parse),
4138         * as/mcs51/lklex.c (getfid),
4139         * as/mcs51/lkmain.c (parse),
4140         * as/hc08/lklex.c (getfid),
4141         * as/hc08/lkmain.c (parse): Support comments in the linker script
4142         file on lines by themselves and after filenames
4143
4144 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4145
4146         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4147
4148 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4149
4150         * src/z80/peeph-z80.def: removed some peephole rules that don't
4151         work with multibyte arithmetic (fixed bug #937126)
4152         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4153         to registers and not global variables
4154         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4155         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4156         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4157         checking for assignments not internally generated (fixed bug #931895)
4158         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4159         structure member (fixed bug #930072)
4160
4161 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4162
4163         * src/SDCCmain.c (linkEdit),
4164         * src/hc08/main.c (_hc08_parseOptions),
4165         * as/hc08/Makefile.in,
4166         * as/hc08/aslink.h,
4167         * as/hc08/asm.h,
4168         * as/hc08/m08pst.c,
4169         * as/hc08/lkrloc.c (relr, rele),
4170         * as/hc08/lkarea.c (lnkarea)
4171         * as/hc08/lkmain.c (afile, parse),
4172         * as/hc08/lkelf.c: support for ELF output
4173         * as/hc08/lks19.c (s19),
4174         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4175
4176 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4177
4178         * as/mcs51/lkihx.c: Fixed bug #899105.
4179
4180 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4181
4182         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4183         .dsp files from Unix to DOS.
4184
4185 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4186
4187         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4188         function pointers; we have been compliant for several months now.
4189         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4190         change that was accidently commented out
4191         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4192         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4193         bug #922319
4194
4195 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4196
4197         * src/hc08/gen.c: output of all of the internal debugging information
4198         is now controlled by the D() macro; it is disabled by default
4199
4200 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4201
4202         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4203         harder to keep the same registers during a CAST iCode
4204         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4205         long via int can be done in a single cast, if the signedness is
4206         correct.
4207         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4208         putchar() in tinibios.c in ds390's library
4209
4210 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4211
4212         * src/SDCCast.c (decorateType): fixed bug #898889,
4213         cast result of a literal complement too
4214         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4215         fixed check for bitfields
4216
4217 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4218
4219         * src/SDCCicode.c (geniCodeLogic): made it static,
4220         (geniCodeLogicAndOr): added in order to fix bug #905492,
4221         (ast2iCode): fixed bug #905492
4222         * support/regression/tests/bug-905492.c: added
4223         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4224         (processParms): fixed bug #927659: don't copy parms, this will clear
4225         decorated flag
4226         * support/regression/tests/bug-927659.c: added
4227
4228 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4229
4230         * src/SDCCast.c (addCast): don't cast float to char
4231         * device/lib/libsdcc.lib: added _memmove
4232
4233 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4234
4235         * device/lib/large/Makefile: fixed parallel execution by
4236         replacing `make` by `$(MAKE)`
4237
4238 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4239
4240         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4241         offsets (fixes bug #923936)
4242
4243 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4244
4245         * device/lib/small/Makefile: fixed parallel execution by
4246         replacing `make` by `$(MAKE)`
4247
4248 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4249
4250         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4251
4252 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4253
4254         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4255         * src/regression/Makefile: Regression test was not running.
4256
4257 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4258
4259         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4260         complement if possible
4261         * src/SDCCval.c (valComplement),
4262         * src/SDCCicode.c (operandOperation): fixed complement of literal
4263         * support/regression/tests/onebyte.c (testComplement): added
4264
4265 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4266
4267         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4268         return an optimized tree; actually replace actParm with the new tree
4269         * src/SDCCast.h: added some parantheses to remove side effects
4270         * support/regression/tests/bug-920866.c
4271
4272 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4273         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4274         Bit operands were not being handled properly in the pic14 port.
4275         (now src/regression/add.c passes again).
4276
4277 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4278
4279         * src/SDCC.y (labeled_statement): case and default no longer require
4280         a following statement (RFE #893037)
4281
4282 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4283
4284         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4285         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4286         disabled (fixes bug #916294)
4287         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4288         "mov a,acc"; patch provided by Lenny Story
4289         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4290
4291 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4292
4293         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4294         functions
4295         * src/ds390/gen.c (genFunction, genEndFunction),
4296         * src/ds390/ralloc.c (ds390_assignRegisters),
4297         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4298         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4299         pushed if there are parameters passed on the stack. Also, a cleaner
4300         way to decide if r0/r1 should be pushed/popped. (Together they fix
4301         bug #918693)
4302
4303 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4304
4305         * doc/sdccman.lyx,
4306         * device/lib/mcs51/crtpagesfr.asm,
4307         * device/lib/mcs51/crtxinit.asm,
4308         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4309         to avoid confusion with Si Lab's SFRPAGE register.
4310
4311 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4312
4313         * src/SDCCglue.c (emitMaps): allow public sfr variables
4314         * src/SDCCglue.c (initialComments): include compiler build date
4315         with compiler version and put the timestamp of the generated
4316         assembly file on a serperate line to be less confusing.
4317         * src/port.h: added genInitStartup hook
4318         * src/avr/main.c,
4319         * src/ds390/main.c,
4320         * src/hc08/main.c,
4321         * src/pic/main.c,
4322         * src/pic16/main.c,
4323         * src/xa51/main.c,
4324         * src/z80/main.c: genInitStartup initialize as NULL (default to
4325         historical behaviour)
4326         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4327         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4328         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4329         library instead of hard coding it into the compiler.
4330         * support/regression/ports/mcs51-stack-auto/spec.mk,
4331         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4332         * device/lib/mcs51/Makefile,
4333         * device/lib/small/Makefile,
4334         * device/lib/large/Makefile,
4335         * device/lib/mcs51/crtpagesfr.asm,
4336         * device/lib/mcs51/crtstart.asm,
4337         * device/lib/mcs51/crtxclear.asm,
4338         * device/lib/mcs51/crtxinit.asm,
4339         * device/lib/mcs51/crtclear.asm,
4340         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4341         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4342         and into user configurable files.
4343         * device/lib/clean.mk: clean mcs51 directory too
4344         * support/regression/tests/longlit.c: added static to T1 declaration
4345         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4346         accesses in the initialization code
4347
4348 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4349
4350         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4351         OSCTRIMVAL as noted in bug #916008
4352
4353 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4354
4355         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4356         in loops with multiple exits (reported as incorrect registers
4357         used by Martin Helmling in Sdcc-user list)
4358
4359 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4360
4361         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4362         made ds390 register extensions look less like error messages
4363
4364 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4365
4366         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4367         reported by Adam Wozniak in Sdcc-user list
4368
4369 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4370
4371         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4372         arithmetic optimizations, added debug output
4373
4374 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4375
4376         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4377         * sdcc.spec: updated and split sdcc into 3 rpms
4378         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4379         needed for literals of LEFT_OP and '+'
4380         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4381         introduced RESULT_TYPE_NOPROM
4382         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4383         left shift
4384         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4385         limited promotion to int only for '*'
4386         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4387
4388 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4389
4390         * src/pic16/gen.c (genSkip),
4391         (genc16bit2lit), (gencjneshort): commented out
4392         (is_LitOp): new helper function, checks operand type
4393         (genCmpEq): rewritten
4394
4395 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4396
4397         * support/regression/tests/bug-908454.c: added
4398
4399 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4400
4401         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4402         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4403         (geniCodeCast): cosmetic, don't preserve bit storage class
4404         (geniCodeLeftShift): added promotion
4405         (geniCodeLogic): fixed regression
4406         * src/SDCCsymt.c (computeTypeOr): accept bits too
4407         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4408
4409 2004-03-07  Borut Razem <borut.razem AT siol.net>
4410
4411         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4412
4413 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4414
4415         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4416         version of pic16_genPackRegisters which does not check if ic is a
4417         CAST operator,
4418         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4419         function cause string1.c regression test fails
4420
4421 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4422
4423         * sim/ucsim/configure.in,
4424         * sim/ucsim/configure,
4425         * sim/ucsim/doc/Makefile.in: use docdir
4426         * src/SDCC.y: fixed sbit atrributes
4427         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4428         * src/SDCCast.c (decorateType): |^& need special promotion handling
4429         * src/SDCCast.h,
4430         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4431         * src/SDCCsymt.h (computeType),
4432         * src/SDCCicode.c: computeType() needs op
4433         * src/SDCCsymt.c (checkTypeSanity),
4434         * doc/sddman.lyx: "plain" bitfields are unsigned
4435         * src/SDCCsymt.c (computeTypeOr): added
4436         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4437         |^& ops
4438         * src/SDCCval.c (val*): computeType() needs op
4439         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4440         * support/regression/tests/onebyte.c: added tests for |^&
4441
4442 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4443
4444         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4445         for writing icode into asm output.
4446
4447 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4448
4449         * src/pic16/device.c: added some debug lines enabled
4450         with macro DEBUG_CHECK,
4451         * src/pic16/genarith.c: more debug in genPlus,
4452         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4453         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4454         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4455         * (aopForSym): onStack symbols are re-placed in data memspace,
4456         and onStack flag is cleared,
4457         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4458         copy temporary pcodeop,
4459         * (genPcall): added warning for not updating PCLATU,
4460         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4461         always true for pic16 port,
4462         * (genMultOneWord): NEW, supports integer multiplication,
4463         * (genMult): modified to call genMultOneWord,
4464         * (ifxForOp): added warning when return NULL,
4465         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4466         flag is set before call to operandFromSymbol for implicit
4467         added structures,
4468         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4469         options.intlong_rent are set by default,
4470         * (_hasNativeMulFor): modified to allow port generation of integer
4471         multiplication,
4472         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4473         set regtype to REG_SFR for all registers, restricting seting the
4474         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4475
4476 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4477
4478         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4479         more than 500 times in the regression tests
4480
4481 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4482
4483         * support/Util/SDCCerr.h,
4484         * support/Util/SDCCerr.c,
4485         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4486         enumerator_list),
4487         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4488         for symbol conflicts.
4489         * support/valdiags/tests/enum.c,
4490         * support/valdiags/tests/tentdecl.c,
4491         * support/valdiags/tests/struct.c: expect possible error messages
4492         referring to original symbol definitions.
4493         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4494         * src/SDCCsymt.h,
4495         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4496
4497 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4498
4499         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4500
4501 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4502
4503         * src/pic16/ralloc.c (newReg): fixed bug #908929
4504
4505 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4506
4507         * src/ds390/gen.c: added missing #include "main.h"
4508
4509 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4510
4511         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4512         checking if symbol is already in set,
4513         * src/pic16/device.h: prototype for checkAddSym,
4514         * src/pic16/gen.c: (_G): added entry interruptvector,
4515         * (assignResultValue): removed some commented out lines,
4516         * (genFunction): check for ISR via sym->type, absolute section for
4517         interrupt code is created via a new pBlock, the goto instruction is
4518         placed now correctly at the interrupt vector position, changed all
4519         references from ivec to _G.interruptvector,
4520         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4521         is the interrupt is a high priority one, same for return from ISR,
4522         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4523         externs to calls of checkAddSym,
4524         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4525         pic16_pcode_verbose flag is set,
4526         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4527         * src/pic16/pcoderegs.c: message about how many registers are saved
4528         will only be emitted if pic16_pcode_verbose flag is set,
4529
4530 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/ds390/ralloc.h,
4533         * src/ds390/ralloc.c (ds390_regWithIdx),
4534         * src/ds390/gen.c (emitcode),
4535         * src/ds390/main.h,
4536         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4537         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4538         ds390operandCompare, getRegsRead, getRegsWritten,
4539         initializeAsmLineNode): customized instruction size calculation for
4540         ds390, started basis for some register optimizations
4541         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4542         corresponding assembly output
4543         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4544         missing push/pop of r0/r1. Optimized push/pops
4545
4546 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4547
4548         * src/mcs51/main.c (instructionSize): fixed ACALL size
4549         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4550
4551 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4552
4553         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4554         the sorting of rlist with NULL elements
4555         * (print_idataType, print_idata): NEW to create idata sections
4556         * src/pic16/device.h: idataSymSet new variable
4557         * src/pic16/gen.c (genFunction): fixed some bugs in string
4558         comparing, improved the absolute section creation for ISRs,
4559         added FSR0L/FSR0H in registers that are saved in an ISR,
4560         * (genInline): fixed the processing of inline snippets,
4561         now they undergo no process by the peephole optimizer
4562         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4563         are placed in idataSymSet,
4564         * (pic16emitStaticSeg): extern symbols are added in externs,
4565         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4566         switching when aboslute variables are placed in access bank memory
4567         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4568         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4569         commented out with #if,
4570         * (pic16_packRegisters): reintroduce the check for CAST because some
4571         symbols are not correctly handled,
4572         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4573         pCodeInstruction instead of pCode,
4574         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4575         pCodeAsmDir definition,
4576         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4577         directive, then the argument directive is emitted without the leading
4578         tab, hack for inline labels which must be in the first column,
4579         * (compareLabel,pic16_findNextInstruction),
4580         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4581         * (insertBankSwitch): modified for the new pCodeAsmDir,
4582
4583 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4584         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4585
4586         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4587         instance,
4588         * (pushSide): commented out with #if,
4589         * (assignResultValue): fixed some typos in saving
4590         registers,
4591         * (genPcall): FIXED and sync'ed with genCall,
4592         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4593         * (genNearPointerGet): fixed to handle some more cases,
4594         implementation scheme via table reads,
4595         * (genConstPointerGet): modified to access code memory correct,
4596         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4597         and improved to handle some cases
4598         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4599         instead of "RETLW" for init data
4600         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4601         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4602         variables are placed in access bank memory (<0x80 and >=0xf80),
4603         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4604         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4605         TBLWT_POSTDEC,TBLWT_PREINC
4606         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4607         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4608         directives
4609         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4610         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4611         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4612         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4613
4614 2004-02-29  Borut Razem <borut.razem AT siol.net>
4615
4616         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4617         support/Util/findme.h, support/Util/system.h: enhance binary relative
4618         search for lib and include by using findProgramPath()
4619
4620 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4621
4622         * src/SDCCpeeph.h,
4623         * src/SDCCpeeph.c (pcDistance),
4624         * src/port.h,
4625         * src/mcs51/ralloc.h,
4626         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4627         * src/mcs51/main.h,
4628         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4629         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4630         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4631         size calculation port specific, started basis for some register
4632         optimizations
4633         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4634         missing push/pop of r0/r1. Optimized push/pops
4635         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4636         * device/lib/_modsint.c (_modsint),
4637         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4638         and stack version so regression tests pass
4639
4640 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4641
4642         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4643         * src/SDCCast.c (decorateType): catch another small optimization
4644         with '?' operator
4645         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4646         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4647         modified to finally use computeType() all over SDCC,
4648         see Feature Request #877103
4649         * src/SDCCval.h: cosmetic
4650         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4651         valCompare(); regression tested in muldiv.c
4652         * support/regression/tests/muldiv.c (testMod): mod sign follows
4653         dividend only
4654
4655 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4656
4657         * src/SDCCast.c (decorateType): fixed bug #902362
4658         * doc/INSTALL.txt: fixed install instructions for win32
4659
4660 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4661
4662         * device/include/Makefile.in (install): fixed by replacing spaces
4663         by tabs
4664         * doc/README.txt,
4665         * doc/INSTALL.txt: updated for release
4666         * doc/sdccman.lyx: added warning for --xstack being buggy
4667
4668 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4669
4670         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4671         to eliminate build warnings.
4672         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4673
4674 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4675            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4676
4677         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4678         removed -penable-stack, added comment for stack pragma, added
4679         warning for not initializing the stack/frame registers, removed
4680         comment at interrupts section
4681
4682         Stack is made permanent, there is no ability to disable stack usage.
4683         * src/pic16/device.h,
4684         * src/pic16/device.c: removed all references to USE_STACK macro,
4685         * src/pic16/device.c (pic16_dump_section): when no elements in
4686         rlist, free rlist before return,
4687         * (pic16_dump_int_registers): NEW, internal registers are a new set
4688         of general purpose registers reused by each function,
4689         * (checkAddReg): returns 1 if registers is added to set,
4690         * (pic16_groupRegistersInSection): when a registers is of type
4691         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4692         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4693         SRCASECMP macro is moved here from device.c
4694         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4695         PO_PCLATU, PO_PRODL, PO_PRODH,
4696         * (pic16_pCodeOpType, genMinus,
4697         changed compares to "a" register, with AOP_ACC,
4698         * (pic16_genPlus): fixed some bugs and indented properly,
4699         * (pic16_addSign): changed size to size+offset in the MOVWF
4700         instruction,
4701         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4702         multiply 8-bit operand by literal, result is 8-bit,
4703         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4704         multiply 2 8-bit operand, result is 8-bit,
4705         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4706         genUMult8X*_16,
4707         * src/pic16/gen.c: changed accUse to contain WREG only,
4708         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4709         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4710         true, do not use immediate addressing any more unless sym is a
4711         pointer in codespace,
4712         * (aopForRemat): do not use immediate addressing when symbol not in
4713         codespace and when symbol's address is requested,
4714         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4715         accUse size (= 1),
4716         * (aopGet): added case for AOP_ACC and don't return "accumulator
4717         bug" but WREG instead,
4718         * (popGetTempReg): pushes contents of temporary register in stack,
4719         * (popReleaseTempReg): pops contents of temporary register from
4720         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4721         * (pic16_popGet): separated case AOP_ACC to return register WREG
4722         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4723         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4724         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4725         the use of immediate pointers to certain cases only.
4726
4727         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4728         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4729         * (assignResultValue, genCall, genRet): modified to use the new
4730         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4731         genPcall is still broken,
4732         * (genFunction): added code to create 'A' type pBlocks when
4733         interrupt functions are generated, code not extensively tested yet,
4734         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4735         * (genEndFunction): modified so ISRs pop stored registers from stack,
4736         * (genMultOneByte): cleanup,
4737         * (AccRsh): added flag andmask, to and result with appropriate mask,
4738         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4739         * (genDataPointerGet): fixed and reenabled its use,
4740         * (genNearDataPointerGet): bugs fixed,
4741         * (genDataPointerSet): bugs fixed,
4742         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4743         pic16_DumpSymbol, pic16_DumpOp,
4744         * src/pic16/genutils.h: function prototypes for the above functions,
4745         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4746         pointers,
4747         * (pic16emitRegularMap): many many many improvements, but needs a
4748         major cleanup,
4749         * src/pic16/main.c: enable_stack in pic16_options is removed,
4750         * (_pic16_parseOptions): removed command line options -penable-stack,
4751         * (_process_pragma): emit stack symbol only when stack pragma is
4752         processed,
4753         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4754         redirected to FSR0L/FSR0H pair,
4755         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4756         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4757         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4758         for immediates,
4759         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4760         * (dumpPicOptype): NEW,
4761         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4762         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4763         with movff instruction,
4764         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4765         added pic16_int_regs, some packRegsFor* functions are commented out,
4766         because produce errors,
4767         * src/pic16/NOTES: minor modifications
4768
4769 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4770
4771         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4772         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4773         --pack-iram.
4774         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4775         * as/mcs51/lkaomf51.c: fixed bug #895763
4776
4777 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4778
4779         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4780
4781 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * doc/sdccman.lyx: added details about the HC08 storage classes and
4784         interrupts, fixed the register usage info for z80 & gbz80
4785
4786 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4787
4788         * doc/sdccman.lyx: added more pic16 port documentation
4789         * device/include/pic16/: added header pic18fregs.h
4790
4791 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4792
4793         * doc/sdccman.lyx: added Vangelis' contribution
4794
4795 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4796
4797         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4798         extend to the next CALL or PCALL, not just to the next CALL.
4799
4800 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4801
4802         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4803
4804 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4805
4806         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4807         bug #895752 and a better fix for bug #716790
4808
4809 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4810
4811         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4812
4813 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4814
4815         * doc/sdccman.lyx: minor changes, minor changed
4816
4817 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4818
4819         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4820         which can't handle SDCC_NEWONEBYTEOPS,
4821         (geniCodeMultiply): removed conversion from mult to shift for pic14
4822         and pic16
4823
4824 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4825
4826         * src/hc08/gen.h,
4827         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4828         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4829         thus fixing bug #895406
4830
4831 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4832
4833         * device/lib/_modsint.c,
4834         * device/lib/_modslong.c: sign follows divisor only
4835         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4836         signs or signedness can be ignored
4837         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4838         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4839         added optimization for IFX,
4840         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4841         arguments;
4842         reenabled optimization for IFX, which was removed on 2004-01-11
4843         * src/SDCCast.h: added return type IFX
4844         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4845         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4846         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4847         SDCC_OLDONEBYTEOPS selects the old behaviour
4848         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4849         changed again and commented promotion rule
4850         * src/SDCCval.c (valDiv): promotion no longer necessary
4851         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4852         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4853         rewritten
4854         * support/regression/tests/onebyte.c: added
4855
4856 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4857
4858         * gen.c (genInline): reverted to old code for assemnling inline
4859         code because of bug reported James Chadd
4860
4861 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4862
4863         * ralloc.h: missing declarations from previous patch,
4864         seems that patch for ralloc.h was never applied, fixed
4865
4866 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4867            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4868
4869         * pcode.c,
4870         * pcode.h,
4871         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4872         indirect addressing. Marked FSR0 as deprecated
4873         * gen.c (pointerCode): commented out, not needed now
4874         (pic16_popGet2p): new MOVFF helper function
4875         (genGenPointerGet),
4876         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4877         (shiftRLong): removed duplicate debugging info
4878
4879 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4880
4881         * src/ds390/gen.c (genNearPointerGet),
4882         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4883         optimization with bits, but not bitfields.
4884         * src/ds390/ralloc.c (packRegisters),
4885         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4886
4887 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4888
4889         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4890
4891 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4892
4893         * src/SDCCsymt.h,
4894         * src/SDCCicode.c (operandFromSymbol),
4895         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4896         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4897         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4898         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4899         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4900         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4901         bug #892038
4902         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4903         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4904         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4905         * src/SDCCsymt.c (newSymbol),
4906         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4907         enumerator_list),
4908         * src/SDCCval.h,
4909         * src/SDCCval.c (newiList): fixed bug #885705
4910
4911 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4912
4913         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4914         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4915
4916 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4917
4918         * device/include/c8051f120.h,
4919         * device/include/c8051f300.h,
4920         * device/include/c8051f310.h: added/updated header files for Silicon
4921         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4922         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4923         in new section Submitting patches
4924
4925 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4926
4927         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4928         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4929         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4930         genGenPointerSet),
4931         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4932         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4933         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4934         genGenPointerSet),
4935         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4936         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4937         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4938         genGenPointerSet),
4939         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4940         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4941         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4942         genGenPointerSet): fixed bug #892400
4943         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4944         to eliminate build warnings.
4945         * src/SDCCast.c (processParms),
4946         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4947         fixed bug 751859
4948         * support/valdiag/valdiag.py: added GCC to the list of defines active
4949         when compiling with gcc
4950
4951 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4952
4953         * support/Util/SDCCerr.h,
4954         * support/Util/SDCCerr.c,
4955         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4956         with an incomplete type (fixed bug #883734)
4957         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4958
4959 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4960
4961         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4962
4963 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4964
4965         * src/SDCCast.c (decorateType),
4966         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4967         function pointer implementation
4968         * support/regression/tests/funptrs.c: added tests to verify both forms
4969         of function pointers work correctly. Added tests to verify parameters
4970         are passed in the correct order.
4971
4972 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4973
4974         * device.c (regCompare): registers are sorted by ascending
4975         address and increasing size,
4976         * main.c (_pic16_finaliseOptions): removed the declaration
4977         of compiler macro MCU. Now a macro of the format pic18fxxxx
4978         will be defined from the command line
4979
4980 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4981             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4982
4983         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4984         PCOP_RLCF was overwritten!
4985         * gen.c (genSkip): commented out calls to pic16_emitcode,
4986         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4987         * (genlshTwo),
4988         * (genRRC): added debugging info,
4989         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4990         overwritten while shifting,
4991         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4992         overwritten while shifting,
4993         * (AccLsh),
4994         * (AccRsh),
4995         * (shiftLLeftOrResult),
4996         * (shiftRLeftOrResult),
4997         * (shiftRLong),
4998         * (shiftLLong): Implemented with pic16_emitpcode
4999         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5000         * (genLeftShift): Fixed bug, operand for shift by variable always
5001         was "and"ed with 0x0f,
5002         * (genLeftShiftLiteral),
5003         * (genrshTwo),
5004         * (genRightShiftLiteral): added debugging info,
5005         * (genrshFour): added comment,
5006         * (genRightShift): determined signedness from operand "left"
5007         instead of "result"
5008
5009 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5010
5011         * src/SDCCicode.c (geniCodeParms),
5012         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5013         function pointers, fixed function pointer bugs #861242 and #861896
5014
5015 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5016
5017         * device/include/c8051f000.h,
5018         * device/include/c8051f120.h,
5019         * device/include/c8051f300.h: added header files for Silicon
5020         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5021
5022 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5023
5024         * src/SDCCast.c (processParams): added new type flow and restructured
5025         (gatherAutoInit): added new type flow
5026         (addCast): cosmetic changes
5027         (getLeftResultType): added new type flow for array indices, patch
5028         provided by Stas, see FR #877103
5029         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5030         array index patch by Stas
5031         * src/SDCCast.h: added prototype getResultTypeFromType()
5032         * src/SDCCval.h,
5033         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5034         * src/pic/glue.c (pic14emitStaticSeg),
5035         * src/pic16/glue.c (pic16emitStaticSeg),
5036         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5037         for initialization of symbols
5038         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5039         * support/Util/SDCCerr.h:
5040         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5041         * .version: bumped version number to 2.3.8
5042         * device/include/Makefile.in (install),
5043         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5044         avoid warnings
5045
5046 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5047
5048         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5049         Slade Rich fixed an optimization bug
5050         * src/pic/pcodepeep.c,
5051         * src/pic/pcoderegs.c
5052         * doc/Makefile (install): added test for directory
5053
5054 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5055
5056         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5057         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5058         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5059         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5060         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5061         * as/mcs51/asexpr.c (term),
5062         * as/hc08/asexpr.c (term): fixed bug #887146
5063
5064 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5065
5066         * src/z80/gen.c (genMult): handle single byte result product
5067         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5068         DUMMY_READ_VOLATILE (fixed bug #886367)
5069
5070 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5071
5072         * support/regression/tests/libmullong.c: fixed logic, on little endian
5073         hosts we ended without a mullong_wrapper()
5074
5075 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5076
5077         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5078         virus/worm forged address usage.
5079
5080 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5081
5082         Fixed promotion, it should be done on AST level:
5083         * src/SDCCast.c (addCast): added promotion to int
5084         (decorateType): updated call to upCast()
5085         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5086         usualUnaryConversions()
5087
5088 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5089
5090         * support/regression/tests/literalop.c (mulWrapper): Added a
5091         wrapper to remove integer overflow warnings.
5092
5093         * support/regression/tests/float_trans.c: Made work on host.
5094
5095         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5096         location of sz80.
5097
5098         * support/regression/generate-cases.py (main): Changed from inline
5099         to a main method.
5100
5101         * doc/Makefile (install): Changed to depth first to get rid of
5102         missing directory install warning.
5103
5104         * as/Makefile (install-doc): Made work on Mac.
5105
5106 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5107
5108         * src/SDCCast.c: added an additional type flow in decorateType() of
5109         opposite direction, see feature request #860006; it's enabled at runtime
5110         by setting the environment variable SDCC_NEWTYPEFLOW
5111         * src/SDCCast.h: changed prototype of decorateType()
5112         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5113         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5114         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5115         see feature request #877103
5116         * src/SDCCval.c: updated call of decorateType()
5117         (valBitwise): fixed bug #882876
5118         (valMinus): added promotion
5119         (valLogicAndOr): result is unsigned
5120         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5121         * src/SDCCsymt.c (computeType),
5122         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5123         must not cause an unsigned operation
5124         * src/pic/glue (pic14emitRegularMap),
5125         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5126
5127 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5128
5129         * src/pic/pcode.c (PCodeID): commented out left over debug code
5130
5131 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5132
5133         * support/valdiag/tests/overflow.c: added shift tests
5134         * src/pic/device.c,
5135         * src/pic/gen.c,
5136         * src/pic/gen.h,
5137         * src/pic/glue.c,
5138         * src/pic/main.c,
5139         * src/pic/pcode.c,
5140         * src/pic/pcode.h,
5141         * src/pic/pcodepeep.c,
5142         * src/pic/pcoderegs.c,
5143         * src/pic/ralloc.c,
5144         * src/pic/ralloc.h: applied patch from Slade Rich;
5145         added support for multiple code pages and multiple RAM banks on the
5146         PIC 14 port. The ASM files now no longer simply assume all the
5147         code / RAM are in the same page / bank. This means the linker can
5148         safely allocate code/RAM of separate ASM files to different pages/banks.
5149         * doc/sdccman.lyx: added Slade's tips
5150         * src/mcs51/peeph.def: fixed bug #880768
5151
5152 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5153
5154         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5155         * src/SDCCast.c (decorateType): fixed bug #880197
5156
5157 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5158
5159         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5160         getopt.h.
5161
5162         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5163         strtof is not part of C89 and isn't included with Mac OS X.
5164
5165 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5166
5167         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5168         shiftL2Left2Result): fixed bug #879326
5169         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5170         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5171         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5172         address fetch for clr instruction
5173         * device/lib/hc08/_mulint.c: created optimized assembly version
5174         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5175
5176 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5177
5178         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5179         proposed in FR #877103
5180
5181 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5182
5183         * src/SDCCval.c (cheapestVal): added missing checks
5184         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5185         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5186
5187 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5188
5189         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5190         equal operands
5191
5192 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5193
5194         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5195         loaded with the linker search paths (-L arguments) and the libraries
5196         to be linked with the current source (-l arguments). Changes
5197         currently will affect only the pic16 port.
5198         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5199         include path the port specific paths and port specific libraries,
5200         * gplink command now contains the $3 argument,
5201         * src/pic16/device.h,
5202         * src/pic16/device.c,: structure PIC_device is made public and
5203         renamed to PIC16_device, the same for variable Pics which is renamed
5204         to Pics16. Updated all references to them.
5205         * src/pic16/glue.c (pic16glue): corrected bug with code
5206         initialization which bypassed the variable initializations block.
5207
5208         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5209         COMPILE_FLAGS and added the --nostdinc option
5210
5211 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5212
5213         * device/include/mc68hc908jb8.h: Register defs for another member
5214         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5215
5216 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5217
5218         Documenting changes from previous commits.
5219         * configure.in (version 1.56),
5220         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5221         when generating output files to configure the pic16 library,
5222         but now I've commented it out, since gputils aren't installed in the
5223         SF compile farm, so library won't compile
5224
5225         * device/lib/Makefile.in (version 1.56): initially I've added in
5226         target 'all' the prerequestive 'model-pic16' so it compiled the
5227         pic16 library, but now I've commented it out for the same reasons
5228         above,
5229         * added targets 'model-pic16' and 'objects-pic16' to compile the
5230         library
5231         * added target 'port-specific-objects-pic16' to handle the
5232         generated libraries and copy them into the build/ directory
5233         * added target 'clean-intermediate-pic16' to clean intermediate
5234         files into pic16 directory
5235         * in target 'installdirs' added line to create directory pic16 in
5236         the installation path
5237
5238         * device/include/Makefile.in (version 1.11): in target 'install'
5239         added lines to copy all header files to installation path,
5240         * in target 'installdirs' added line create directory for pic16
5241         headers in the installation path
5242
5243 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5244
5245         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5246          a function call
5247
5248 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5249
5250         * configure,
5251         * device/lib/configure.in,
5252         * device/lib/configure: fixed for autoconf 2.57
5253
5254 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5255
5256         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5257         option so that it actually works. Made it specific to the z80, since
5258         the gbz80 doesn't have these kinds of I/O ports.
5259
5260 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * device/include/z180.h,
5263         * device/lib/_memcpy.c,
5264         * device/lib/_memmove.c,
5265         * device/lib/_mulint.c,
5266         * device/lib/ser_ir.c,
5267         * device/lib/ser_ir_cts_rts.c,
5268         * device/lib/_strcmp.c,
5269         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5270         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5271         portmode; added deprecation warning for bank= and protmode= forms.
5272         Also, guard against buffer overflow.
5273         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5274
5275 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5276
5277         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5278         changed interrupt vector table generation to only emit declared vectors.
5279         * device/include/Makefile.in: added missing backslash
5280         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5281
5282 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5283
5284         Mainly changes to support compilation of the device libraries
5285         * src/pic16/device.c: stack is allocated via symbol and not
5286         via literal number. The symbol is placed in the corresponding
5287         position of the data ram
5288         * (pic16_dump_section): relocatable and absolute uninitialized
5289         data are now emitted in sorted order to reduce section naming,
5290         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5291         weren't marked as being in the access bank,
5292
5293 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5294
5295         Added portion of GNU PIC Library under the directory
5296         device/include/pic16 and device/lib/pic16. These files
5297         contain the declarations of SFRs for the PIC18Fxx2 devices.
5298         The directory is initialized via configure from toplevel.
5299
5300 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5301
5302         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5303         the spilllocations to be compared correctly
5304
5305 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5306
5307         * src/SDCCast.c (decorateType): fixed bug introduced today
5308
5309 2004-01-12  Borut Razem <borut.razem AT siol.net>
5310
5311         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5312         doc/sdccman.lyx: upper case pragmas are deprecated
5313
5314 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5315
5316         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5317         in simpler and even better code
5318
5319 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5320
5321         * src/SDCCicode.c (operandOperation): fixed bug #874819
5322         * src/SDCCast.c (decorateType): fixed
5323         char foo (unsigned long ul) { return ul > 0; }
5324
5325 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5326
5327         * doc/sdccman.lyx: Moved and added some sections, small changes
5328         all over. Telling LaTeX to be less strict with word spacing
5329         to better keep the right margin. Changed some notes about
5330         maintainance of the ports in section 3.2.1 - is it OK like this?
5331
5332 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5333
5334         SDCC source changes:
5335         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5336         convilong): modified to inform the pic16 port that builtin functions
5337         are external
5338
5339         PIC16 PORT specific changes:
5340         * src/pic16/device.c pic16_dump_equates() added,
5341         processor registers declared internally by the port are emitted in
5342         the translation as equates,
5343         * src/pic16/gen.c: inline code is passed unprocessed to the
5344         translation,
5345         * (pic16_popGetLit2): fnuction modified to take second operand as
5346         pCodeOp pointer and not as literal,
5347         * (popRegFromIdx): prefixed with pic16_,
5348         * (pic16_popCombine2): modified to receive already allocated pCode
5349         operands,
5350         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5351         * (genFunction): initializes local stack frame and pushes on stack
5352         all the registers used by this function,
5353         * (genEndFunction): restores all registers from stack and restores
5354         stack frame,
5355         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5356         improvements,
5357         * (pic16glue): changed the program startup sequence,
5358         * added new dbName code 'A' for functions placed in absolute section
5359         * src/pic16/main.c: added function attribute _naked,
5360         * added pragma 'code' to place a fnuction at an absolute address,
5361         * added command line arguments --debug-ralloc and --pcode-verbose,
5362         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5363         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5364         * (pic16_newpCodeOpLit2): modified to take the second operand as
5365         pCodeOp pointer,
5366         * (pic16_printpBlock): modified to emit each function in a separate
5367         section,
5368         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5369         UPPER for immediate operands,
5370         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5371         instruction,
5372         * src/pic16/peeph.def: all peepholes with movff are commented out,
5373         because there is a problem in the pcode peep optimizer,
5374         * src/pic16/ralloc.c: the register allocator can now reuse local
5375         function symbols for another function. This saves register usage.
5376         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5377
5378         Added file src/pic16/NOTES with information about program writing on
5379         the current port version.
5380
5381 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5382
5383         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5384         and peephole 252 (array access)
5385
5386 2004-01-09  Borut Razem <borut.razem AT siol.net>
5387
5388         * src/SDCCmain.c : fixed #872250: -l command line defined library
5389           files are scanned before standard library files
5390
5391 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5392
5393         * src/SDCCast.c (decorateType): fixed bug #874046
5394
5395 2004-01-09  Borut Razem <borut.razem AT siol.net>
5396
5397         * support/scripts/sdcc.nsi: remove previous installation
5398
5399 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5400
5401         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5402         bytes for last interrupt vector (mcs51)
5403         * sdcc.spec: fixed typo
5404
5405 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5406
5407         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5408         gen51Code): more efficient parameter receive for --model-large
5409         ("bug" #845294)
5410
5411 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5412
5413         * src/ds390/main.c,
5414         * src/z80/main.c: added missed needLinkerScript flags (more than
5415         one port structure defined in these file)
5416         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5417         bug #795325
5418
5419 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5420
5421         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5422         * src/port.h: added flag needLinkerScript in port->linker
5423         structure to inform whether to create a .lnk file or not,
5424         * src/avr/main.c,
5425         * src/ds390/main.c,
5426         * src/hc08/main.c,
5427         * src/mcs51/main.c,
5428         * src/pic/main.c,
5429         * src/pic16/main.c,
5430         * src/xa51/main.c,
5431         * src/z80/main.c: changed appropriately to configure
5432         needLinkerScript flag
5433         * src/pic/gen.c,
5434         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5435         * src/pic/glue.c: added variable udata_section_name to
5436         override default uninitialized data segment definition for
5437         devices only with SHAREBANK memory (reported from Erik Epetrich)
5438         * (pic14emitOverlay): modified to emit a commented overlay segment
5439         directive when no overlay data exist
5440         * (picglue): modified to emit uninitialized data segment
5441         according to udata_section_name
5442         * src/pic/main.c (_pic14_parseOptions): added command line
5443         options --udata-section-name=[name] to override default
5444         udata definition name
5445         * modified _linkCmd and _asmCmd to include compiler passed
5446         arguments via -W option
5447         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5448         object file from '.rel' to '.o' in port->linker structure,
5449         changed size of fptr from 2 to 3 in port structure
5450
5451 2004-01-07  Borut Razem <borut.razem AT siol.net>
5452
5453         * support/scripts/sdcc.nsi: update PATH
5454         * support/scripts/sdcc.ico: craeted
5455
5456 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5457
5458         * device/include/Makefile.in: fix install
5459         * doc/Makefile: fix install
5460
5461 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5464         in bug #860505
5465         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5466         how the function variable allocation summary is displayed; also
5467         include information about variables allocated to the overlay
5468         segment
5469
5470 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5471
5472         * as/mcs51/lkmain.c: Help about -Y option
5473         * as/mcs51/lkarea.c: Fixed gcc warnings
5474
5475 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5476
5477         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5478         fixed warning
5479         * support/valdiag/tests/overflow.c: added
5480         * src/SDCCast.c (decorateType),
5481         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5482         LEFT_OP (left shift)
5483
5484 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5485
5486         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5487         (default behaviour).
5488
5489 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5490
5491         A python script to validate compiler diagnostic messages. It can be
5492         used to verify that sdcc complains about bad c source code and
5493         gives a good location of the error.
5494         * support/valdiag/Makefile,
5495         * support/valdiag/valdiag.py,
5496         * support/valdiag/tests/*
5497
5498 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5499
5500         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5501         * src/SDCCsymt.c (newEnumType),
5502         * src/SDCCsymt.h
5503         * support/Util/SDCCerr.c,
5504         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5505         enum related bugs.
5506         * support/regression/tests/enum.c: added test for enum values that
5507         require at least 2 bytes of storage.
5508
5509 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5510
5511         * src/common.h: added ifndef/define/endif macros
5512         around the header file.
5513         Bug reported from Jesus Calvino-Fraga
5514
5515 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5516
5517         * sdcc.spec: updated
5518         * device/include/Makefile.in: don't install CVS directories
5519         * device/lib/Makefile.in: added removal of CVS directories after install
5520         * doc/Makefile: fixed install, added local_icons
5521         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5522         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5523         * src/ds390/gen.c (genRightShift): fixed bug #870788
5524         * src/SDCCast.c (decorateType): fixed bug #870781
5525
5526 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5527
5528         PIC16 port related changes:
5529         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5530         added variable stackPos,
5531
5532         * gen.c: genCall, assignResultValue: added support for
5533         pushing/retrieving function parameters to/from stack,
5534         genFunction,genEndFunction: setup stack frame for the
5535         generated function,
5536         genAddrOf: will be changed according to bug 863624
5537
5538         * added files genutils.c and genutils.h which contain gen*
5539         debugged and optimised functions extracted from gen.c
5540
5541         * glue.c: added variable 'externs' which holds extern symbols,
5542         pic16emitRegularMap: is modified to properly handle relocatable
5543          symbols under the new scheme,
5544         pic16createInterruptVect: is modified
5545         pic16printPublics: is modified to emit 'global' assembler directives,
5546         added pic16_printExterns to print extern symbols,
5547         pic16glue: initializes stack/frame pointer in the beginning of
5548         the assembly output. Temporary hack, will be corrected later,
5549         because gplink yet does not support stack and SDCC does not
5550         yet support a type of crt0.o object to create the final binary.
5551
5552         * Removed many lines that contain 8051 legacy code.
5553         * The code is finally placed under a 'code' directive.
5554         * Added port specific options.
5555
5556         * _process_pragma: simplified since now we do not need *special*
5557         include file to define SFR registers. But a separate header
5558         will be needed. This will be developed later.
5559         * _pic16_parseOptions: added, parses port specific options:
5560         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5561         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5562         --preplace-udata-with=
5563
5564         * _pic16_setDefaultOptions: modified to initialize section names,
5565         but hack is temporarly out of order since it needs improvement.
5566         * _pic16_genAssemblerPreamble: configuration words are emitted by
5567         their address instead of their name. This part is incomplete and
5568         supports only the 18Fxx2 devices. Other devices will emit an error
5569         during assembly since they do not contain the same set of config
5570         registers
5571         * _pic16_genIVT: is modified,
5572
5573         * pcode.c: added definitions for some hardware registers that are needed
5574         for stack support
5575         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5576         All PCI entries are updated. Now LFSR is supported.
5577         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5578         * added pic16_newpCodeOpLit2 to support instructions with
5579         two literal arguments
5580         * pic16_pCode2str: corrected code that emits assembler instructions
5581         with two literal operands and those that have an access bit modifier
5582         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5583         this fixes a bug which caused some labels to be lost, when an
5584         assembler directive was added, i.e. banksel,
5585         * pic16_FixRegisterBanking: improved logic that causes the insertion
5586         of bank switching,
5587         * InlineFunction: functions that are called once, are not any more
5588         inlined. This can be a port option in the future,
5589
5590         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5591
5592         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5593         hold the corresponding uninitialized symbols,
5594         * pic16_allocProcessorRegister: registers have explicit marked the
5595         accessBank field,
5596         * pic16_allocInternalRegister: registers are explicit marked as
5597         not used,
5598         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5599         processing list, so bit registers were lost,
5600         *
5601
5602         * ralloc.h: added field 'accessBank' and original symbol operand
5603         in register definition,
5604         * removed the field isMapped from register definition,
5605
5606         ** Several functions have been removed from various sources:
5607         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5608         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5609         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5610         pic16_assignRelocatableRegisters
5611
5612         ** others have been introduced:
5613         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5614         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5615
5616 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5617
5618         * support/scripts/inc2h.pl: changed definition of BIT_AT
5619         to emit 'sbit at' instead of 'bit at'. This was a request.
5620
5621         PIC16 port related preliminary changes:
5622         * gen.c: prefixed function popRegFromString with
5623         pic16_ and all references to it corrected
5624         * pcode.c: all pic16_pc_* hardware registers prefixed
5625         with underscore (_),
5626         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5627         * ralloc.c: newReg(): when register is REG_SFR then
5628         set address to rIdx,
5629         pic16_allocProcessorRegister(): marks register wasUsed=0
5630         pic16_writeUsedRegs(): added a call to assign processor
5631         registers via pic16_assignFixedRegisters
5632
5633 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5634
5635         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5636         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5637         variables in unused register banks.  Also the SSEG is placed
5638         wherever there is enough space for it, and IDATA can be anywhere
5639         in internal RAM.  For now compile using -Wl-Y[stack_size].
5640         The mem file is different for this option as well, since it
5641         makes no sense of talking about DSEG lenght.
5642
5643 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5644
5645         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5646         in certain cases, e.g. when ROM assignment, patch provided
5647         from Albert den Haan.
5648
5649 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5650
5651         Many signedness and type propagation fixes:
5652         * src/SDCCicode.c: made geniCodeCast() static
5653         replaced SPEC_ by IS_ (cosmetic)
5654         (operandOperation): fixed div and mod operation
5655         (usualBinaryConversions): added support for promotion of char
5656         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5657         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5658         (geniCodeAdd): an array index will stay unsigned, even if promoted
5659         from char to int
5660         (geniCodeArray): ditto
5661         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5662         * src/SDCCsymt.c (computeType): added more support for char;
5663         promotion of char is selectable by promoteCharToInt, fixed signedness
5664         for all cases
5665         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5666         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5667         * src/SDCCval (val*): replaced signedness calculation by
5668         computeType()
5669         rearranged if-branches (cosmetic)
5670         (valShift): added warning W_SHIFT_CHANGED
5671         (valCompare): fixed problem with different types
5672         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5673         * support/regression/tests/literalop.c: added many cases
5674         * support/regression/tests/ast_constant_folding.c: changed finally to
5675         'unsigned int'
5676         * .version: new year, new version: 2.3.7
5677         * src/SDCCmain.c (main): applied patch #866468
5678         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5679         provided by Scott Bronson
5680         * doc/sdccman.lyx: updated documentation for sdcdb
5681         updated and added chapter tips
5682
5683 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * src/SDCCsymt.h: missing from yesterday's commits
5686
5687 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5688
5689         * src/SDCC.y (struct_or_union_specifier),
5690         * support/Util/SDCCerr.c,
5691         * support/Util/SDCCerr.h: verify that struct & union tags are used
5692         as declared.
5693
5694 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5695
5696         * src/SDCCglobl.h: missing from yesterday's commits
5697
5698 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5701         sft_attributes, struct_declaration, parameter_declaration,
5702         type_name, start_block, declaration_list),
5703         * src/SDCC.lex (check_type): support redefinition of typedef names
5704
5705 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5706
5707         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5708         aligned xdata arrays. Erik helped me with the if clause.
5709
5710 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5711
5712         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5713         warning
5714
5715 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5716
5717         * src/SDCCast.h,
5718         * src/SDCCast.c (newAst_),
5719         * src/SDCCicode.h,
5720         * src/SDCCicode.c (ast2iCode, newiCode),
5721         * src/SDCCglobl.h,
5722         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5723         expr, statement, expression_statement, selection_statement,
5724         iteration_statement, expr_opt, jump_statement): foundation for tracking
5725         sequence points
5726         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5727         point code too)
5728
5729 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5730
5731         * support/Util/SDCCerr.c,
5732         * src/SDCCast.h,
5733         * src/SDCCast.c (createCase, createDefault, decorateType),
5734         * src/SDCClabel.c (labelUnreach),
5735         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5736         to error messages.
5737         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5738         (with thanks to Stas Sergeev)
5739         * device/include/time.h,
5740         * device/lib/time.c (CheckTime): suppress unreachable code warning
5741
5742 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5743
5744         * src/SDCCast.c (createIvalCharPtr),
5745         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5746         bug #753752)
5747         * support/regression/tests/nullstring.c: tests for these two bugs
5748
5749 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5750
5751         * support/Util/SDCCerr.h,
5752         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5753         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5754         about storage class and 'at' used inside struct or union
5755         * src/SDCCBBlock.c (iCodeFromeBBlock),
5756         * src/SDCCcse.c (ifxOptimize),
5757         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5758         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5759         printIval, emitStaticSeg, emitOverlay),
5760         * src/SDCClabel.c (deleteIfx),
5761         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5762         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5763         gatherAutoInit, processParms),
5764         * support/Util/SDCCerr.h,
5765         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5766         reporting for post-parse errors.
5767
5768 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5769
5770         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5771         implicit casts via union; they don't work on big endian systems
5772         (possible fix for bug #861138)
5773
5774 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5775
5776         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5777         * src/mcs51/main.c: fixed the fix for bug #737001
5778
5779 2003-12-15  Borut Razem <borut.razem AT siol.net>
5780
5781         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5782
5783 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5784
5785         * support/makebin/makebin.c: put output in binary mode
5786
5787 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5788
5789         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5790         xdata and data memory on startup. Set the environment variable
5791         SDCC_NOGENRAMCLEAR to disable this.
5792         * src/mcs51/peephole.def,
5793         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5794         (allows non-interrupt and interrupt code to safely compete for a resource
5795         without the non-interrupt code having to disable interrupts)
5796
5797 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * src/SDCCicode.c (geniCodeAdd),
5800         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5801         with valFromType if type might be a pointer and host is big endian).
5802         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5803         types, not just integer types.
5804         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5805         multiply defined with mismatching "at" address.
5806
5807 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5808
5809         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5810         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5811         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5812         with embedded nulls (fixed bug #753752)
5813
5814 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5815
5816         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5817         Apparently this did not see much testing (endless loop)
5818
5819 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5820
5821         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5822
5823 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5824
5825         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5826         gracefully handle NULL memmap pointers
5827
5828 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5829
5830         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5831         instead of deleting the iCode when an operand is volatile
5832         * src/z80/gen.c (genDummyRead),
5833         * src/mcs51/gen.c (genDummyRead),
5834         * src/ds390/gen.c (genDummyRead),
5835         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5836         not just IC_RIGHT
5837         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5838         * src/SDCC.y: fixed bug #850420
5839
5840 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5841
5842         Applied z80 i/o port patch from Peter Townson and fixed some operators
5843         to better handle operands in A register.
5844         * device/include/z180.h
5845         * src/SDCC.y
5846         * src/SDCCglue.c
5847         * src/z80/gen.c
5848         * src/z80/gen.h
5849         * src/z80/main.c
5850         * src/z80/peeph-z80.def
5851         * src/z80/peeph.def
5852         * src/z80/z80.h
5853
5854 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5855
5856         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5857
5858 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5859
5860         * device/lib/hc08/_mullong.c: Removed extra #endif
5861
5862 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5863
5864         * sim/ucsim/hc08.src/inst.cc,
5865         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5866         carries from x to h
5867         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5868         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5869         * device/include/stdarg.h: fixed varargs for hc08
5870         * device/lib/Makefile.in,
5871         * device/lib/hc08/Makefile,
5872         * device/lib/hc08/_mulint.c,
5873         * device/lib/hc08/_mullong.c: fixed some endian problems
5874
5875 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5876
5877         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5878         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5879         * device/lib/_gptrget.c,
5880         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5881
5882 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5883
5884         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5885         * src/SDCCast.c (astErrors): fixed bug #846007
5886         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5887
5888 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5889
5890         * src/SDCCast.c (decorateType): disabled a transformation I added in
5891         revision 1.188 (access to fields of a structure at an absolute address);
5892         it breaks with bitfields, extern declarations, and gcse analysis.
5893         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5894         could be assigned through a pointer, so don't complain.
5895         * src/SDCCast.c (astErrors),
5896         * src/SDCCast.h,
5897         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5898
5899 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5900
5901         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5902         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5903         output of __config directives, since gpasm now supports them
5904         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5905         pre-processor macro, i.e. -DMCU=p18f452
5906         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5907         and modified to handle 'cast' icode similarly to '=' icode
5908         * src/pic16/device.h (typedef struct PIC_device): added field
5909         'extMIface' to indicate that chip has external memory interface
5910         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5911         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5912         18F8720
5913
5914 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * src/SDCC.y (pointer): fixed bug #846006
5917         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5918         * src/SDCCast.c (decorateType): fixed bug #846009
5919         * src/ds390/peeph.def,
5920         * src/ds390/gen.c (genAnd, genOr),
5921         * src/mcs51/peeph.def,
5922         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5923
5924 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5925
5926         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5927         * src/SDCCdflow.c
5928         * src/SDCCcse.c
5929         * src/SDCCcse.h
5930         * src/SDCCBBlock.h
5931         * src/SDCCBBlock.c
5932
5933 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5934
5935         fixed bug #845089
5936         * src/SDCCbitv.h,
5937         * src/SDCCbitv.c: added function to free a bitvector
5938         * src/SDCClrange.h,
5939         * src/SDCClrange.c: added function to recompute the liveranges
5940         * src/avr/ralloc.c,
5941         * src/ds390/ralloc.c,
5942         * src/hc08/ralloc.c,
5943         * src/mcs51/ralloc.c,
5944         * src/pic/ralloc.c,
5945         * src/pic16/ralloc.c,
5946         * src/xa51/ralloc.c,
5947         * src/z80/ralloc.c: recompute the liveranges after register packing
5948
5949 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5950
5951         * src/SDCCloop.c (newInduction): fixed bug #845630
5952
5953 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5954
5955         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5956         inadvertantly left behind from my 2003-11-12 change
5957
5958 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         Updated headers I neglected to commit yesterday.
5961         * src/SDCClrange.h,
5962         * src/SDCCicode.h
5963
5964 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5965
5966         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5967         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5968         * src/SDCCopt.c (eBBlockFromiCode),
5969         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5970         the creation of the key hash table from the sequencing so it can be used
5971         earlier (for some GCSE bug fixes still pending)
5972
5973 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5974
5975         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5976         * support/regression/tests/addsub.c: testing genPlus shortcut
5977
5978 2003-11-15  Borut Razem <borut.razem AT siol.net>
5979
5980         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5981
5982 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5985         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5986         ordering is immaterial.
5987         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5988
5989 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5990
5991         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5992         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5993         (SIGSEV) of bug #840381
5994         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5995         unlink new file before rename if new and old filenames are the same)
5996
5997 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5998
5999         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6000         uninitialized variables) for the mcs51. Set environment variable
6001         SDCC_GENRAMCLEAR to test.
6002         xdata initialization slightly shorter
6003
6004 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6005
6006         * src/SDCCsymt.h,
6007         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6008         #838241 & 780691 (basicly the same bug)
6009         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6010         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6011
6012 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6013
6014         * src/SDCCmain.c (linkEdit): "fix" #834252
6015
6016 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6017
6018         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6019         * src/SDCCast.h,
6020         * src/SDCC.y: fixed bug #819403
6021
6022 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6023
6024         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6025         the reentrant attribute.
6026         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6027         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6028         simulation
6029         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6030         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6031         erroneously reduced to a literal.
6032         * src/hc08/ralloc.c (packRegisters, rematStr),
6033         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6034         some cases
6035
6036 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6037
6038         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6039         * doc/sdccman.lyx: changed from 'article' to 'book'
6040         * doc/Makefile: readded test_suite_spec and cdbfileformat
6041
6042 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6043
6044         * device/include/stdlib.h: include malloc.h to comply with ANSI
6045         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6046
6047 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6048
6049         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6050         * doc/clean.mk: also remove *.out files
6051         * doc/sdccman.lyx: some additions, larger top/bottom margins
6052
6053 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6054
6055         * src/SDCC.y: fixed bug #837365
6056         * support/regression/tests/bitopcse.c
6057         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6058         a symbol (might be valop instead)
6059         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6060         * device/lib/clean.mk: added hc08 to the cleaning list
6061
6062 2003-11-04  Borut Razem <borut.razem AT siol.net>
6063
6064         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6065           made 2003-11-04
6066         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6067           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6068           malloc is declared in standard stdlib.h
6069
6070 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6071
6072         * device/lib/hc08/Makefile: need to clean .rel not .o files
6073         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6074
6075 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6076
6077         * src/port.h,
6078         * src/hc08/main.c,
6079         * src/mcs51/main.c,
6080         * src/ds390/main.c,
6081         * src/z80/main.c,
6082         * src/avr/main.c,
6083         * src/pic/main.c,
6084         * src/pic16/main.c,
6085         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6086         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6087         tests (which uses the port's oclsExpense function)
6088         * src/SDCC.y,
6089         * src/SDCCast.c,
6090         * src/SDCCicode.c,
6091         * src/hc08/gen.c,
6092         * src/ds390/gen.c,
6093         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6094
6095 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6096
6097         * src/SDCCcse.c (ifxOptimize),
6098         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6099         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6100         deleting the IFX iCode.
6101         * src/hc08/ralloc.c: reduced unneeded slocs
6102         * src/hc08/gen.c: fixed bug in asmopToBoolean
6103
6104 2003-11-04  Borut Razem <borut.razem AT siol.net>
6105
6106         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6107           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6108           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6109           transferred to configure
6110
6111 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6112
6113         Use headers defined in the C[++] standards:
6114         * sim/ucsim/gui.src/serio.src/fileio.cc
6115         * sim/ucsim/gui.src/serio.src/frontend.cc
6116         * sim/ucsim/gui.src/serio.src/main.cc
6117         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6118         * support/Util/NewAlloc.c
6119         * as/hc08/lklibr.c
6120         * as/mcs51/lklibr.c
6121         * as/z80/aslist.c
6122         * as/z80/assym.c
6123
6124 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6125
6126         * Added MSVC projects for hc08 assembler and linker:
6127         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6128         /as/hc08/link_hc08.dsp
6129
6130 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6131
6132         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6133
6134 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6135
6136         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6137
6138 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6139
6140         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6141
6142 2003-10-31  Borut Razem <borut.razem AT siol.net>
6143
6144         * support/cpp2/cpplib.h,
6145           support/cpp2/cpplib.c,
6146           support/cpp2/cpplex.c,
6147           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6148           to switch _asm block preprocessing on / off. Default is
6149           #pragma preproc_asm +
6150
6151 2003-10-31  Borut Razem <borut.razem AT siol.net>
6152
6153         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6154           when outputting comment blocks (when executed with -C option) and
6155           _asm (SDCPP specific) blocks
6156
6157 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6158
6159         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6160
6161 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6162
6163         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6164
6165 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6166
6167         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6168         * src/SDCCast.c (decorateType): fixed bug #832664
6169
6170 2003-10-31  Borut Razem <borut.razem AT siol.net>
6171
6172         * support\cpp2\cpplex.c: fixed for SDCPP:
6173           comments(when executed with -C option) and _asm blocks
6174           were included even if they where in skipped #if block.
6175           Applied solution from GCC cpp 3.3.2
6176
6177 2003-10-31  Borut Razem <borut.razem AT siol.net>
6178
6179         * src/SDCC.lex: sdcc now understands both formats:
6180           '# <line_number> <file_name>' and
6181           '#line <line_number> <file_name>'
6182         * support/cpp2/cppmain.c: sdcpp now generates the standard
6183           '# <line_number> <file_name>' instead of former
6184           '#line <line_number> <file_name>'
6185
6186 2003-10-30  Borut Razem <borut.razem AT siol.net>
6187
6188         * support/cpp2/cpphash.h,
6189         * support/cpp2/cpplib.h
6190         * support/cpp2/cpplex.c,
6191         * support/cpp2/cppmain.c,
6192         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6193
6194 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6195
6196         Fixed a number of problems revealed by bug #827883.
6197         * src/SDCCloop.c (loopInvariants): Spill location of the
6198         result operand should be recomputed if extracted from
6199         a loop. Also, don't extract assignments of an iTemp
6200         from a literal.
6201         * src/SDCCast.c (isConformingBody): loop reversal should
6202         not occur if the control variable is involved with a
6203         relational operator.
6204
6205 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6206
6207         * .version: bumped to 2.3.6 to reflect the big improvements
6208         made by Erik and Klaus. Thanks!
6209
6210 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6211
6212         Replaced the livrange code.
6213         * src/SDCClrange.c: added new LR code
6214         * src/SDCCloop.c,
6215         * src/SDCCBBlock.h: removed remainig parts from old LR code
6216         * src/ds390/ralloc.c,
6217         * src/ds390/gen.c: minor fixes to make it work with new code
6218
6219 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6220
6221         * as/hc08/asm.h,
6222         * as/hc08/lkrloc.c,
6223         * src/hc08/gen.c,
6224         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6225         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6226         (tweaked fix for bug #818696)
6227
6228 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6231
6232 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6233
6234         * src/SDCCmain.c,
6235         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6236         * src/mcs51/gen.c (gencjneshort),
6237         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6238         more efficient (per Scott Bronson's suggestion)
6239
6240 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6241
6242         Extended the semantics of the critical keyword to include
6243         individual statements. See RFE #827755 and #799831
6244         * src/SDCC.y
6245         * src/SDCCicode.c
6246         * src/SDCCopt.c
6247         * src/SDCCast.c
6248         * support/Util/SDCCerr.c
6249         * support/Util/SDCCerr.h
6250         * src/mcs51/gen.c
6251         * src/ds390/gen.c
6252         * src/hc08/gen.c
6253
6254 2003-10-19  Borut Razem <borut.razem AT siol.net>
6255
6256         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6257
6258 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6259
6260         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6261         Fixed bug #818696
6262         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6263         and predecrement operand is displayed
6264
6265 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6266
6267         * src/SDCCval.c (valMinus): fixed bug #826041
6268
6269 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6270
6271         Some hc08 related updates that I missed earlier
6272         * sim/ucsim/stypes.h
6273         * support/regression/ports/hc08/spec.mk
6274
6275 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6276
6277         New target "hc08" for the Motorola 68hc08 family of micros
6278
6279         * configure
6280         * configure.in
6281         * Makefile
6282         * src/hc08/*
6283         * src/SDCCmain.c
6284         * src/port.h
6285         * sim/ucsim/hc08.src/*
6286         * sim/ucsim/configure.in
6287         * src/ucsim/configure
6288         * sim/ucsim/packages_in.mk
6289         * as/hc08/*
6290         * as/Makefile
6291         * device/include/mc68hc908qy.h
6292         * device/lib/hc08/*
6293         * device/lib/Makefile.in
6294         * support/regression/ports/hc08/*
6295         * support/regression/Makefile
6296
6297 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6298
6299         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6300         regression test
6301         * src/ds390/gen.c (genCast): fixed bug #821957
6302
6303 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6304
6305         * device/lib/logf.c: "fixed" overlay bug
6306         * support/regression/ports/host/spec.mk: added m library
6307         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6308         * support/regression/tests/float_trans: added (for Eric)
6309
6310 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6311
6312         * src/mcs51/gen.c (genCpl): fixed bug
6313         http://sf.net/mailarchive/message.php?msg_id=6263915
6314
6315 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6316
6317         * src/SDCCast.c (decorateType): added extended constant folding
6318         * src/SDCCsymt.c (computeType): cleanup
6319         * src/SDCCval.c (valShift): minor optimization
6320         * support/regression/tests/ast_constant_folding.c: added
6321
6322 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6323
6324         * src/SDCCmain.c: removed some unintended changes
6325
6326 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6327
6328         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6329         * src/z80/gen.c: fixed part of bug #817589
6330         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6331
6332 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6333
6334         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6335         * src/SDCCcflow.c
6336         * src/SDCCcse.c
6337         * src/SDCCdflow.c
6338         * src/SDCClabel.c
6339         * src/SDCClrange.c
6340         * src/SDCCmem.c
6341         * src/SDCCopt.c
6342         * src/SDCCpeeph.c
6343         * src/SDCCset.c
6344         * src/avr/ralloc.c
6345         * src/ds390/ralloc.c
6346         * src/izt/ralloc.c
6347         * src/mcs51/ralloc.c
6348         * src/pic/ralloc.c
6349         * src/pic16/ralloc.c
6350         * src/xa51/ralloc.c
6351         * src/z80/ralloc.c
6352         * src/z80/gen.c: removed unused label "release:"
6353
6354 2003-10-06  Borut Razem <borut.razem AT siol.net>
6355
6356         * src/SDCC.lex: removed definition of unused variables
6357           save_optimize and save_options
6358
6359 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * clean.mk: removed '=' in "-maxdepth=1"
6362         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6363         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6364
6365 2003-10-06  Borut Razem <borut.razem AT siol.net>
6366
6367         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6368           my_unput() replaced by unput()
6369
6370 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6371
6372         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6373         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6374         type-punned pointer will break strict-aliasing rules"
6375         Old LR behaviour is again default; Klaus' LR can be choosen by
6376         defining the environment variable LRKLAUS
6377         * src/SDCCBBlock.h
6378         * src/SDCCloop.c
6379         * src/SDCClrange.c
6380         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6381         * clean.mk: fixed removal of files in bin/CVS/
6382         * device/lib/clean.mk: fixed removal of directories small and large
6383         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6384         * src/SDCCicode.c,
6385         * src/SDCCval.c: removed superflous test for pedantic
6386
6387 2003-10-05  Borut Razem <borut.razem AT siol.net>
6388
6389         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6390           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6391           message "unmatched #pragma SAVE and #pragma RESTORE"
6392
6393 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6394
6395         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6396           assembly, critical functions, atomic, nojtbound)
6397
6398 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6399
6400         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6401         * src/SDCCBBlock.h
6402         * src/SDCCloop.c
6403         * src/SDCCloop.h
6404         * src/SDCClrange.c
6405
6406 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6407
6408         * src/z80/gen.h,
6409         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6410         * src/mcs51/gen.h
6411         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6412         * src/ds390/gen.h
6413         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6414         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6415         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6416
6417 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6418
6419         * src/z80/gen.c (genRet): fixed bug #524753
6420         * src/z80/gen.c (genCast): fixed internal error on cast from
6421         pointer to long
6422         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6423         fix for bug #477835 to the z80
6424         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6425         for tracking iCodes in the peephole optimizer for z80
6426
6427 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6428
6429         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6430         the other part of bug #814548
6431         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6432
6433 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6434
6435         * src/SDCCcse.c: fixed part of bug #814548
6436
6437 2003-09-28  Borut Razem <borut.razem AT siol.net>
6438
6439         * src/asm.c: rewrite of printILine() to use temporary file instead
6440           a pipe
6441         * src/xa51/main.c: commented out declaration of int rewinds
6442
6443 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6444
6445         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6446
6447 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6448
6449         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6450         * src/asm.c (printILine): Fixed bug #811015
6451
6452 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6453
6454         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6455         freeing.
6456
6457 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6458
6459         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6460         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6461         to correctly handle general case of AOP_PAIRPTR
6462         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6463
6464 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/mcs51/ralloc.c (fillGaps),
6467         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6468         register positioning bug)
6469
6470 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6471
6472         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6473
6474 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6475
6476         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6477         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6478         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6479         (ralloc doesn't intentionally do this now, but perhaps later)
6480         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6481         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6482         register positioning bugs (Fixed bug #762602 and #795325)
6483         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6484         (Fixed bug #808779)
6485         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6486         lines that --i-code-in-asm generates
6487
6488 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6489
6490         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6491         trying to fclose a FILE* that was already closed.
6492
6493 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6494
6495         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6496         of const struct should be treated as if const themselves)
6497
6498 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6499
6500         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6501
6502 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6503
6504         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6505         Unix (/n) and DOS (/r/n) line terminations.
6506
6507 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6508
6509         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6510         bug #613775
6511
6512 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6513
6514         * src/mcs51/gen.c (genFunction, genEndFunction),
6515         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6516         and restore of EA so that stack offsets to parameters are
6517         correct when using both critical and reentrant/stack-auto.
6518         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6519         size (can be triggered in error if sloc is shared between
6520         different sized objects)
6521         * device/include/float.h: fixed macros to explicitly use
6522         unsigned long where needed
6523
6524 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6525
6526         Feature req. 799831: added code to allow nesting of critical functions
6527         * src/mcs51/gen.c (genFunction, genEndFunction)
6528         * src/ds390/gen.c (genFunction, genEndFunction)
6529
6530 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6531
6532         * src/SDCCsymt.c (sclsFromPtr),
6533         * src/SDCCsymt.h,
6534         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6535         support for standard C idiom of memory mapped variables; for
6536         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6537         to xdata int at 0x1234 tempvar = 1.
6538         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6539         provided by Akiya ISHIDA
6540
6541 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6542
6543         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6544         * src/SDCCval.c (constVal): added reduction from int to char
6545         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6546         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6547         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6548         to ignore the sign
6549         * support/regression/tests/shifts.c: fixed
6550
6551 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6552
6553         * src/z80/gen.c (genXor): Fixed bug #805445
6554
6555 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6556
6557         Fixed bug #621531 (const & volatile confusion in the type chain).
6558         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6559         refer to the const or volatile state of the pointer itself.
6560
6561         * src/SDCCast.c
6562         * src/SDCCglue.c
6563         * src/SDCCicode.c
6564         * src/SDCCsymt.c
6565         * src/SDCCval.c
6566         * src/SDCC.y
6567         * src/SDCCsymt.h
6568         * src/pic/gen.c
6569         * src/pic/ralloc.c
6570         * src/pic16/gen.c
6571         * src/pic16/ralloc.c
6572         * support/regression/tests/const.c
6573
6574 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6575
6576         When checking for duplicated modules, use absolute paths
6577         instead of relative paths.  Files changed:
6578
6579         * as/mcs51/lklib.c
6580         * link/z80/lklib.c
6581
6582 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6583
6584         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6585
6586 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * device/include/string.h: added size_t typedef, changed
6589         prototypes to use size_t, eliminated separate reentrant and
6590         non-reentrant declarations, added _memmove declaration
6591         * device/lib/_memcpy.c: changed to use size_t instead of int,
6592         changed /4 to >>2 to avoid division library call
6593         * device/lib/_memcmp.c,
6594         * device/lib/_memset.c,
6595         * device/lib/_strncat.c,
6596         * device/lib/_strncpy.c,
6597         * device/lib/_strncmp.c: changed to use size_t instead of int
6598         * device/lib/_memmove.c: new file (fixed bug #772294)
6599         * device/lib/Makefile.in: added _memmove.c
6600         * device/lib/z80/asm_strings.s: fixed bug #772290
6601         * support/regression/tests/bitfields.c: attempt to fix host assertion
6602         failure on amd64-unknown-linux2.2
6603
6604 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6605
6606         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6607         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6608         * as/z80/asmain.c (main): fixed bug #801766
6609
6610 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6611
6612         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6613         compilers
6614
6615 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6618         reported in bug #800609
6619
6620 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6621
6622         * Top header beautifications in src/pic16 directory:
6623           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6624           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6625           pcoderegs.h, ralloc.c, ralloc.h
6626         * main.c: added top header and GPL license notice
6627         * pcode.c: fixed the if-conditional warning
6628
6629 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6630
6631         * device/lib/_mullong.c: replaced int by short for gcc
6632
6633 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6634
6635         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6636         and JUMPTABLE iCodes properly now (worked by accident before)
6637         * src/mcs51/gen.c (leftRightUseAcc),
6638         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6639         iCode properly now. Use getSize instead of nRegs since a & b
6640         aren't part of the nRegs tally.
6641
6642 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6643
6644         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6645         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6646           before instructions that use the _STATUS register
6647
6648 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6649
6650         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6651         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6652         fetching of the pointer
6653         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6654         copied from genNearPointerSet()
6655         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6656         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6657         If they pop r0/r1 they must be called in the opposite order than aopOp().
6658         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6659         (resp. --stack-auto), prepared for --xstack
6660
6661 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6662
6663         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6664
6665 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6666
6667         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6668         these ports have their own __sdcc_external_start()
6669
6670 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6673         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6674         type for bits was changed. It resulted in bit variables becoming
6675         global, which is not permitted in PIC 14 assembly output.
6676
6677 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6678
6679         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6680
6681 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6682
6683         Z80 and MCS51 linkers complaint if a public symbol is defined
6684         in more than one library module:
6685
6686         * as/mcs51/lklib.c
6687         * link/z80/lklib.c
6688         * as/mcs51/Makefile.in
6689
6690 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6691
6692         A few small changes that speed up the peephole optimizer.
6693
6694         * src/SDCCpeeph.c
6695
6696 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6697
6698         Try to make the peephole optimizer smarter by maintaining
6699         an association between the assembly source code and the
6700         iCodes that originated them. Put this information to use
6701         with a new peephole rule condition "notVolatile" so that
6702         the rules can be aggressive yet still safe.
6703
6704         * src/SDCCpeeph.c
6705         * src/SDCCpeeph.h
6706         * src/mcs51/gen.c
6707         * src/mcs51/peeph.def
6708
6709 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6710
6711         Fixed bug #741761
6712
6713         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6714         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6715         if the left or right operand symbols have the accuse flag set.
6716
6717 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6718
6719         Changed the type of the result of the ! (NOT) operator to char;
6720         previously it returned the same type as the source. This allows
6721         us to eliminate all the genFloatNot functions (all of its target
6722         implementations were very buggy) since !float can use the same
6723         code as !long now.
6724
6725         * src/SDCCicode.c (ast2iCode): ! returns char
6726         * src/mcs51/gen.c (genNot, genNotFloat),
6727         * src/ds390/gen.c (genNot, genNotFloat),
6728         * src/z80/gen.c (genNot, genNotFloat),
6729         * src/pic/gen.c (genNot, genNotFloat),
6730         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6731
6732 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6733
6734         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6735         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6736            during interrupts. Ensure WSAVE is located at a shared bank address.
6737         2. Fixed page selection in some places
6738         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6739            the registers name strings.
6740         4. Fixed "signed / unsigned compare" compiler warnings.
6741         5. The PIC port manages its own allocation of the general purpose
6742            registers, but makes no attempt to reuse them. As a result when
6743            compiling it soon runs out of general purpose registers. Some
6744            additional code was added to the files pcode.c and device.c to walk
6745            through the function call tree and rename the registers so that they
6746            get reused.
6747
6748         * src/pic/device.c
6749         * src/pic/gen.c
6750         * src/pic/glue.c
6751         * src/pic/pcode.c
6752         * src/pic/pcode.h
6753         * src/pic/ralloc.c
6754         * src/pic/ralloc.h
6755         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6756         genPlus() & genMinus() when the result is the same as left or right
6757
6758 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6759
6760         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6761
6762 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6763
6764         Made bitfield a distinct type from bit so that bitfields
6765         convert as per ANSI C and bits retain their traditional
6766         boolean style behaviour. Implemented bitfield support in
6767         the z80 port.
6768
6769         * src/SDCCsymt.h,
6770         * src/SDCCsymt.c,
6771         * src/SDCCast.c,
6772         * src/cdbFile.c,
6773         * src/mcs51/gen.c,
6774         * src/ds390/gen.c: bit v bitfield split
6775         * src/z80/gen.c: New support for bitfields
6776         * support/regression/tests/bitfields.c: reenabled z80,
6777         added more tests
6778
6779 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6780
6781         Rules 246.x, 247.x relate to bitfields, the others speed up
6782         access to xdata mapped I/O devices.
6783
6784         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6785
6786 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6787
6788         Cleaned up genPackBits and genUnpackBits and added two helper
6789         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6790         for literal assignments in genPackBits (thanks to Frieder for
6791         reminding me).
6792
6793         * src/mcs51/gen.c
6794         * src/ds390/gen.c
6795
6796 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6797
6798         Fixed bug #748310 (pointer to function type mishandled when the
6799         function name is omitted). Also fixed a SIGSEGV when a function
6800         attribute (reentrant, etc) is used on a non-function or on a
6801         function but misplaced before the parameter list.
6802
6803         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6804         bug #748310
6805         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6806         * support/Util/SDCCerr.h,
6807         * support/Util/SDCCerr.c: Added func attr misuse error msg
6808
6809 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6810
6811         Fixed bug #787649 by anonymous
6812         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6813         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6814
6815 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6816
6817         Fixed numerous bitfield problems.
6818
6819         * src/SDCC.y: More bitfield related error checking
6820         * src/SDCCsymt.h,
6821         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6822         * support/Util/SDCCerr.h,
6823         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6824         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6825         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6826         * support/regression/tests/bitfields.c: tests added
6827
6828 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6829
6830         Made the constant following the "interrupt" keyword optional. If
6831         omitted, the function will not automatically be given an entry
6832         in the interrupt vector table (similar to #pragma NOIV, but
6833         less syntacticly kludgy). The interrupt number is also now
6834         range checked. Also fixed a bug in the high order bit example
6835         in the manual.
6836
6837         * src/SDCC.y
6838         * src/SDCCmem.c
6839         * src/SDCCglue.c
6840         * src/SDCCsymt.h
6841         * support/Util/SDCCerr.c
6842         * support/Util/SDCCerr.h
6843         * doc/sdccman.lyx
6844
6845 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6846
6847         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6848         * src/SDCCicode.c (operandOperation): rewritten some ops
6849         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6850         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6851         other type
6852         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6853         be re-activated by defining REDUCE_LITERALS)
6854         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6855         unsigned, but are signed by default
6856         * src/SDCCval.c (constVal): rearranged
6857         * src/SDCCval.c (valMod): preliminary fix
6858         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6859         * support/regression/literalop.c: added, work in progress
6860
6861 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6862
6863         Generate warnings for useless declarations like "char data;"
6864         that don't do what new users expect.
6865
6866         * src/SDCC.y
6867         * support/Util/SDCCerr.h
6868         * support/Util/SDCCerr.c
6869
6870 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6871
6872         * src/SDCCval.c (valMult): fix overflow detection of negative int
6873
6874 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6875
6876         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6877
6878         Changes to support big endian targets:
6879
6880         * src/ports.h
6881         * src/SDCCglue.c
6882         * src/avr/main.c
6883         * src/ds390/main.c
6884         * src/izt/i186.c
6885         * src/mcs51/main.c
6886         * src/pic/main.c
6887         * src/pic16/main.c
6888         * src/xa51/main.c
6889         * src/z80/main.c
6890
6891 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6892
6893         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6894         * device/lib/time.c: fixed warning "integer overflow in expression"
6895
6896 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6897
6898         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6899         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6900         constants are unsigned; added recognition of "u" flag for unsigned
6901         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6902         * src/SDCCval.c (valDiv, valMod): fixed signdness
6903         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6904         signedness of modulo, left and right shift
6905         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6906         * support/Util/SDCCerr.h: added warning W_INT_OVL
6907         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6908         * src/SDCCast.c (ast_print): improved output of constants
6909
6910 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6911
6912         Fixed some warnings when building with MSVC:
6913
6914         * as\mcs51\asdata.c
6915         * as\z80\asdata.c
6916         * as\mcs51\asm.h
6917         * as\z80\asm.h
6918         * link\z80\aslink.h
6919         * link\z80\lkdata.c
6920         * link\z80\lkeval.c
6921         * link\z80\lkgb.c
6922         * link\z80\lkihx.c
6923         * link\z80\lks19.c
6924         * link\z80\lksym.c
6925         * support\cpp2\cpplib.c
6926         * src\ds390\gen.c
6927         * src\mcs51\gen.c
6928
6929 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6930
6931         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6932
6933 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6934
6935         * support\librarian\clean.mk: Do not remove Makefile.
6936         * support\librarian\Makefile: added.
6937
6938 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6939
6940         Added librarian to MSVC build:
6941         * all.dsp
6942         * sdcc.dsw
6943         * support\librarian\librarian.dsp
6944
6945         'configure' not needed for librarian, removed:
6946         * support\librarian\configure
6947         * support\librarian\configure.in
6948         * support\librarian\config_in.h
6949         * support\librarian\Makefile.in
6950
6951         Hopefully these ones built the librarian and the rest of sdcc properly:
6952         * Makefile
6953         * Makefile.common.in
6954
6955         Messed up 'configure', so revert to previous version:
6956         * configure
6957         * configure.in
6958
6959 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6960
6961         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6962         there, while the mantissa of a double is "only" 53 bits wide.
6963
6964 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6965
6966         Adding sdcclib to the build.  MSVC project coming soon.
6967         Files added/changed:
6968
6969         * support\librarian\clean.mk
6970         * support\librarian\configure
6971         * support\librarian\configure.in
6972         * support\librarian\config_in.h
6973         * support\librarian\Makefile.bcc
6974         * support\librarian\Makefile.in
6975         * support\librarian\sdcclib.c
6976         * Makefile.bcc
6977         * Makefile
6978         * Makefile.common.in
6979         * configure
6980         * configure.in
6981
6982 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6983
6984         Linker now complaints if linked modules have conflicting options, for
6985         example, one compiled using --model-large and another one compiled with
6986         --model-small.  The following files were modified:
6987
6988         * as\mcs51\asdata.c
6989         * as\mcs51\aslink.h
6990         * as\mcs51\asm.h
6991         * as\mcs51\asmain.c
6992         * as\mcs51\asout.c
6993         * as\mcs51\i51pst.c
6994         * as\mcs51\lkdata.c
6995         * as\mcs51\lklibr.c
6996         * as\mcs51\lkmain.c
6997         * as\z80\asdata.c
6998         * as\z80\asm.h
6999         * as\z80\asmain.c
7000         * as\z80\asout.c
7001         * as\z80\z80pst.c
7002         * link\z80\aslink.h
7003         * link\z80\lkdata.c
7004         * link\z80\lklibr.c
7005         * link\z80\lkmain.c
7006         * src\SDCCglue.c
7007
7008 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7009
7010         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7011         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7012
7013 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7014
7015         * src/z80/mappings.i: fix _mul[us][int,long] entries
7016
7017 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7018
7019         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7020
7021 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7022
7023         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7024         * support/regression/tests/bitopcse.c: added
7025         fixed warning:
7026         * src/avr/gen.c:
7027         * src/pic/gen.c:
7028         * src/pic16/gen.c:
7029         * src/z80/gen.c:
7030         * src/xa51/gen.c:
7031
7032 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7033
7034         added support for new library format to z80, gbz80 linkers:
7035         *link/z80/aslink.h
7036         *link/z80/lklex.c
7037         *link/z80/lklib.c
7038         *link/z80/lklist.c
7039
7040 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7041
7042         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7043         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7044
7045 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7046
7047         added DUMMY_READ_VOLATILE:
7048         * src/SDCC.y:
7049         * src/avr/gen.c:
7050         * src/xa51/gen.c:
7051         * src/z80/gen.c:
7052         * src/pic/gen.c:
7053         * src/pic16/gen.c:
7054         * src/mcs51/gen.c:
7055         * src/ds390/gen.c:
7056         * src/SDCCcse.c (algebraicOpts): many improvements
7057         * src/SDCCcse.h: removed algebraicOpts()
7058         * src/SDCCicode.c (picDummyRead): added
7059
7060 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7061
7062         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7063         "Insufficient space in data memory".
7064
7065 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * src/mcs51/gen.c: fixed bug #771358
7068         * src/z80/gen.c: fixed bug #759087
7069
7070 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7071
7072         * src/pic16/glue.c: minor cleanup by Vangelis
7073
7074 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7075
7076         * device/include/regc515c.h: fixed #758477
7077         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7078         * device/lib/_gptrput.c: saved a few bytes
7079         * my tab spacing is 8, yours too?)
7080         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7081         * device/lib/serial.c: process RX bytes earlier than TX bytes
7082         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7083
7084 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7085
7086         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7087
7088 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7089
7090     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7091
7092 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7093
7094         * device/lib/Makefile.in: bad fix, reverted to 1.43
7095
7096 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7097
7098         * device/lib/Makefile.in: added missing z80 object files
7099
7100 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7101
7102         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7103         pic16 progress by Vangelis:
7104         * src/SDCCglobl.h:
7105         * src/SDCCmain.c:
7106         * src/pic/Makefile:
7107         * src/pic:
7108         * pic/Makefile:
7109         * pic16/device.c:
7110         * pic16/device.h:
7111         * pic16/gen.c:
7112         * pic16/gen.h:
7113         * pic16/genarith.c:
7114         * pic16/glue.c:
7115         * pic16/main.c:
7116         * pic16/pcode.c:
7117         * pic16/pcode.h:
7118         * pic16/pcodepeep.c:
7119         * pic16/peeph.def:
7120
7121 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7122
7123     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7124
7125 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7126
7127     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7128     added gbz80 build to MSVC project.
7129     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7130     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7131     from 8051 stuff and setup so it links using a .lnk file.
7132
7133 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7134
7135     * support/librarian/sdcclib.c: sdcc librarian.
7136     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7137     with sdcclib.
7138
7139 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7140
7141     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7142
7143 2003-07-02  Borut Razem <borut.razem AT siol.net>
7144
7145         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7146         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7147         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7148         src/xa51/main.c, src/z80/main.c:
7149         virtualization of glue() function: each port has it's own glue function,
7150         which is accessed by do_glue function pointer in PORT.general structure
7151
7152 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7153
7154         * DS800C400 fun, improved ROM interface and tinibios.
7155
7156 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7157
7158         * More support for DS80C400. Now includes beginning of interface to ROM.
7159
7160 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7161
7162         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7163
7164 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7165
7166         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7167
7168 2003-06-19  Borut Razem <borut.razem AT siol.net>
7169
7170         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7171
7172 2003-06-19  Borut Razem <borut.razem AT siol.net>
7173
7174         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7175         fixed Z80 port - crt0.o: cannot open.
7176
7177 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7178
7179         * support/Util/MySystem.c (merge_command): revert bad fix
7180
7181 2003-06-18  Borut Razem <borut.razem AT siol.net>
7182
7183         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7184
7185 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7186
7187         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7188         option --use-stdout sends errors to stdout instead of stderr.
7189
7190 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7191
7192         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7193
7194 2003-06-15  Borut Razem <borut.razem AT siol.net>
7195
7196         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7197         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7198         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7199         fixed width array of pointers replaced with sets;
7200         multiple include and lib paths ared transferred to preprocessor and linker
7201         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7202         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7203         fixed width array of pointers
7204         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7205         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7206         fixupPath(), getPathDifference()
7207         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7208         fixed width array of pointers
7209
7210 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7211
7212         * src/pic16/ralloc.c: fix warnings
7213         * src/pic16/pcode.c: fix warning
7214
7215 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7216
7217          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7218         know all the details, but essentially this set of changes enable
7219         the pic16 port to generate movff instructions and generate assembler
7220         directives,
7221         * src/SDCCmain.c:
7222         * src/pic16/gen.c:
7223         * src/pic16/glue.c:
7224         * src/pic16/pcode.c:
7225         * src/pic16/device.c:
7226         * src/pic16/main.c:
7227         * src/pic16/pcode.h:
7228         * src/pic16/pcoderegs.c:
7229         * src/pic16/ralloc.c:
7230         * src/pic16/ralloc.h:
7231
7232 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7233
7234         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7235         added option --vc, so sdcc errors and warnings are compatible with
7236         Microsoft Visual Studio.
7237
7238 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7239
7240         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7241           device/lib/libfloat.lib: added atof function.
7242
7243 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7244
7245         * doc/sdccman.lyx: updated to Lyx 1.3
7246         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7247         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7248         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7249
7250 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7251
7252         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7253
7254 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7255
7256         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7257           additions to the "related tools/documentation" section
7258
7259 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7260
7261         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7262
7263 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7264
7265         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7266         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7267
7268 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7269
7270         * doc/sdccman.lyx: fix double dash and other minor things
7271         * doc/Makefile: fix double dash
7272
7273 2003-05-28  Karl Bongers(patches from Martin Helmling)
7274         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7275           condition and ignore commands.
7276
7277 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7278
7279         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7280           is in parts still quite out of date, I did changes as far as I felt makes sense
7281           for a non-native english speaker.
7282           Please feel free to add to the manual or to correct my changes.
7283         * doc/Makefile: undid touching the date of intermediate tex files.
7284
7285 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7286
7287         * doc/sdccman.lyx: Manual has an index now
7288
7289 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7290
7291         Finalize muluint/mulsint and mululong/mulslong merging:
7292         * device/lib/_mulint.c
7293         * device/lib/_mullong.c
7294         * device/lib/gbz80/mul.s
7295         * device/lib/gbz80/stubs.s
7296         * device/lib/z80/mul.s
7297         * device/lib/z80/stubs.s
7298         * src/SDCCsymt.c (initCSupport)
7299
7300 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7301
7302         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7303         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7304           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7305           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7306           instead of /Zm500.
7307
7308 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7309
7310         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7311           the regression tests I'm not brave enough to enable 245.b, 245.c
7312         * doc/sdccman.lyx: added latex preamble for hyperref package.
7313           Using pdflatex this will give you a hyperlinked pdf file with
7314           bookmarks. (prepend '%' before /usepackage if this breaks something)
7315
7316 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7317
7318          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7319
7320 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7321
7322         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7323
7324 2003-05-21    <johan AT balder>
7325
7326         * src/SDCCglue.c (printIval): fixed bug #739934
7327
7328 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7329
7330         Applied patch from bug 737905 (renamed yylineo to mylineno):
7331         * src/altlex.c
7332         * src/SDCCast.c
7333         * src/SDCglobl.h
7334         * src/SDCC.lex
7335         * src/SDCCsymt.c
7336         * src/SDCCval.c
7337         * src/pic16/pcode.c: Cleaned warnings
7338         * src/pic16/pcodeflow.c: Cleaned warnings
7339         * src/pic16/pcoderegs.c: Cleaned warnings
7340
7341 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7342
7343         * src/pic16/pcode.c: Cleaned warnings
7344         * src/pic16/pcodepeep.c: Cleaned warnings
7345         * src/pic16/ralloc.c: Cleaned warnings
7346
7347 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7348
7349         * doc/sdccman.lyx: fixed bug 739745
7350         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7351
7352 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7353
7354         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7355         it can be defined with CFLAGS when running configure
7356         * src/SDCCmain.c: fixed compiling + linking with object files
7357
7358 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7359
7360         * configure.in: configure for pic16 port,
7361             added --disable-pic16-port
7362         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7363         * src/SDCCmain.c: linkOptions is changed to set *,
7364             added if/endif conditional macros to remove options help
7365             messages from optionsTable when a port is not configured, added
7366             support for the PIc16 port in the ports table, when executing
7367             the compiler with no port specified on command line, a default
7368             port is selected with the new macro DEFAULT_PORT which is
7369             defined in port.h, in setDefaultOptions() linkOptions is removed
7370             from initialization assignment, since now it is a set,
7371             parseCmdLine uses setParseWithComma for linkOptions, in
7372             linkEdit() linkOptions are accessed with new function indexSet()
7373             which returns the i'th item of a set variable. See SDCCset.c, in
7374             linkEdit() when calling buildCmdLine(), added linkOptions as
7375             last argument. Now users can pass arguments to gplink via the
7376             -Wl option, main() uses pic16glue() to glue up pic16 programs
7377         * src/SDCCpeeph.c: various changes to support pic16
7378         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7379             return the i'th item of the set
7380         * src/SDCCset.h: added function prototype for indexSet()
7381         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7382         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7383         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7384             added macro DEFAULT_PORT
7385         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7386         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7387             generated
7388         * src/pic16/glue.c: commented out some error producing lines
7389         * src/pic16/main.c: __config directives are commented out to stop
7390             gpasm complaining and test the linkage with gplink, _linkCmd and
7391             _asmCmd changed to be more gplink and gpasm friendly
7392         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7393             produced an error when parsed, peep rule 12 is added to utilize
7394             movff, but it is commented out since the pCode does not support
7395             yet a command with 2 address arguments
7396
7397 2003-05-18    <johan AT balder>
7398
7399         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7400         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7401 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7402
7403         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7404   Added feature to script commands from file.
7405
7406 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7407
7408         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7409         * src/SDCCutil.c: include ctype.h for win32
7410
7411 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7412
7413         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7414
7415 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7416
7417         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7418   Fixed so you can set breakpoints prior to run, run does not stop
7419   on entry now.  Add tbreak.  Other enhancements and fixes for use
7420   with ddd.
7421
7422 2003-05-12  Borut Razem <borut.razem AT siol.net>
7423
7424         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7425
7426 2003-05-11  Borut Razem <borut.razem AT siol.net>
7427
7428         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7429         the path of bin directory, so that PATH is the only env. variable, which has to be set
7430         in case of standard installation.
7431         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7432         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7433         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7434
7435 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7436
7437         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7438         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7439         temp files are in the port dir; clean the gen/test directory when
7440         generating new test.c
7441         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7442         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7443         * support/regression/tests/zeropad.c: added
7444
7445 2003-05-09    <johan AT balder>
7446
7447         * src/SDCCglue.c: fixed bug #597940
7448
7449 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7450
7451         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7452   cache sfr, optimize next,step, fix off by one sourceline,
7453   support ddd list function.
7454         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7455
7456 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7457
7458         * support/regression/HTMLgen.py: added compare_s2f()
7459         * support/regression/Makefile: redo 1.27
7460         * support/regression/generate-cases.py: redo 1.5
7461
7462 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7463
7464         * support/regression/tests/float.c: workaround 33 bit hex constant
7465         * support/regression/tests/simplefloat.c: fix division for host
7466
7467 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7468
7469         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7470         that tame's the PIC's over-aggressive optimizer.
7471
7472 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7473
7474          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7475          support for MSVC.
7476
7477 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7478
7479         Initial support for DS80C400. "Hello world" runs on TINIm400
7480         (with polled I/O).
7481
7482 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7483
7484          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7485          * Some notes on ddd usage added in debugger/README
7486          Martin Helmling adding more features and fixes for ddd GUI debugger.
7487          Code added for nexti, stepi, up, down, and other adjustments.
7488
7489 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7490
7491         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7492         * src/pic/peeph.def Added two rules to optimize carry manipulation
7493         * src/pic/* removed debug printfs
7494
7495 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7496
7497         * debugger/mcs51/cmd.c: added header newalloc.h
7498
7499 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7500
7501         * as/Makefile: new EXEEXT
7502         * as/z80/Makefile: remove trailing slash of BUILDIR
7503         * as/z80/clean.mk: new EXEEXT
7504         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7505         * support/cpp2/Makefile.in: new EXEEXT
7506         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7507
7508 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7509
7510         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7511         EXEEXT was introduced to fix all related problems with targets
7512         "clean", "install" and "uninstall"; a couple of further flaws
7513         especially with "clean" have been fixed too
7514         * as/mcs51/Makefile.in
7515         * as/mcs51/clean.mk
7516         * as/z80/Makefile
7517         * Makefile
7518         * clean.mk
7519         * debugger/mcs51/Makefile.in
7520         * debugger/mcs51/clean.mk
7521         * link/z80/Makefile
7522         * link/z80/Makefile.in
7523         * link/z80/clean.mk
7524         * link/Makefile
7525         * packihx/Makefile.in
7526         * packihx/clean.mk
7527         * sim/ucsim/Makefile
7528         * sim/ucsim/clean.mk
7529         * sim/ucsim/avr.src/Makefile.in
7530         * sim/ucsim/avr.src/clean.mk
7531         * sim/ucsim/s51.src/Makefile.in
7532         * sim/ucsim/s51.src/clean.mk
7533         * sim/ucsim/xa.src/Makefile.in
7534         * sim/ucsim/xa.src/clean.mk
7535         * sim/ucsim/z80.src/Makefile.in
7536         * sim/ucsim/z80.src/clean.mk
7537         * sim/ucsim/main_in.mk
7538         * sim/ucsim/packages_in.mk
7539         * sim/ucsim/gui.src/Makefile.in
7540         * sim/ucsim/gui.src/serio.src/Makefile.in
7541         * sim/ucsim/gui.src/serio.src/clean.mk
7542         * src/Makefile.in
7543         * src/clean.mk
7544         * support/cpp2/Makefile.in
7545         * support/cpp2/clean.mk
7546         * support/makebin/Makefile
7547         * support/makebin/clean.mk
7548         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7549         * doc/sdccman.lyx: --program-suffix no longer needed
7550
7551 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7552
7553          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7554          Martin Helmling added support for ddd GUI debugger.
7555          Code added to display assembly, set variables, and other commands
7556          to interface to ddd.
7557
7558 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7559
7560         * as/Makefile: fix target clean
7561         * as/clean.mk: fix target clean
7562         * as/z80/clean.mk: fix target clean
7563
7564 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7565
7566         * Makefile.common.in: added  AT EXEEXT AT
7567         * configure.in: removed all mingw32 stuff
7568         * configure: rebuilt from configure.in
7569         * doc/sdccman.lyx: updated section "installation"
7570         * support/scripts/sdcc_mingw32: adapted to configure
7571         * support/scripts/sdcc_cygwin_mingw32: added
7572
7573 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7574
7575         * src/pic Added object file support for the PIC port
7576         * src/pic Applied patch from Craig Franklin (this started the object file support)
7577         * src/regression Updated the PIC regression tests for object files
7578
7579 2003-04-20  Borut Razem <borut.razem AT siol.net>
7580
7581         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7582           lklex.c: In function `getfid':
7583           lklex.c:203: warning: array subscript has type `char'
7584         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7585           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7586         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7587           stack handling macros
7588
7589 2003-04-19  Borut Razem <borut.razem AT siol.net>
7590
7591         * "handling space characters in file path" task:
7592         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7593         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7594         * support/Util/MySystem.h: make it self-sufficient
7595         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7596           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7597           handling space characters in file path
7598         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7599           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7600         * support/Util/MySystem.c: handling space characters in executable's path
7601
7602 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7603
7604         * as/z80/Makefile: fix permanent rebuild of z80
7605         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7606         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7607
7608 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7609
7610         * src/SDCCopt.c: add special case optimization to replace modulo by
7611           a power of two with a bitwise AND.
7612
7613 2003-04-18    <johan AT balder>
7614
7615         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7616
7617 2003-04-17    <johan AT balder>
7618
7619         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7620         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7621
7622 2003-04-13  Borut Razem <borut.razem AT siol.net>
7623
7624         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7625         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7626           fixed mingw problem in adl_NORMALIZE_PATH
7627
7628 2003-04-12  Borut Razem <borut.razem AT siol.net>
7629
7630         * fixed "#pragma SAVE/RESTORE can not be nested":
7631         * src/SDCC.lex: reworked pragma handling functions
7632         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7633         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7634
7635 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7636
7637         * src/SDCCutil.c (pathEquivalent): defined but not used
7638         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7639         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7640         * configure: rebuilt from configure.in
7641         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7642         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7643         * device/include/Makefile.in: replace sdcc_datadir
7644         * device/lib/Makefile.in: replace sdcc_datadir
7645         * Makefile.common.in: add LDFLAGS from configure
7646         * packihx/Makefile.in: use LDFLAGS
7647         * src/Makefile.in: use LDFLAGS
7648         * support/cpp2/Makefile.in: add LDFLAGS from configure
7649         * support/makebin/Makefile: use LDFLAGS
7650         * .version: bumped version number to 2.3.5
7651
7652 2003-04-12  Borut Razem <borut.razem AT siol.net>
7653
7654         * completed "different paths" task:
7655         * src/SDCCmacro.c: fixed bug in handling quotes
7656         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7657         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7658
7659 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7662
7663 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7664
7665         * ds390/gen.c ds390/peeph.def: fix bug 706781
7666
7667 2003-04-11  Borut Razem <borut.razem AT siol.net>
7668
7669         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7670
7671 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7672
7673         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7674         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7675          set - this bit used to not be set...).
7676         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7677           bad code in PIC Port
7678         * src/regression/and2.c added to test bug 609268
7679         * src/regression/Makefile added and2.c to regression test
7680
7681
7682 2003-04-08    <johan AT CP255758-A>
7683
7684         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7685         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7686         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7687
7688 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7689
7690         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7691         fix bug #487815
7692         * support/cpp2/Makefile.in: fix bug #487815
7693         * configure: rebuilt from configure.in
7694         * Makefile.common.in: docdir changed, new path suffixes
7695         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7696         * sdcc_vc_in.h: reflect changes from sdccconf.h
7697         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7698         * src/SDCCutil.h: remove BINDIR hack
7699         * doc/sdccman.lyx: update new path hierarchy
7700
7701 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7702
7703         * src/SDCCpeeph.c: added okToRemoveSLOC test
7704
7705 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7706
7707         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7708
7709 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7710
7711         * src/SDCCpeeph.c: added labelIsReturnOnly test
7712         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7713
7714 2003-04-05    <johan AT balder>
7715
7716         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7717         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7718         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7719         * src/SDCCast.c: fixed a warning
7720         * src/SDCCast.h: fixed a warning
7721         * src/SDCCicode.c (operandFromAst): fixed a warning
7722
7723 2003-04-04    <johan AT balder>
7724
7725         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7726         * src/SDCCast.c (decorateType): fixed bug #715076
7727         * src/SDCC.y: fixed bug #702907
7728
7729 2003-04-03    <johan AT balder>
7730
7731         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7732         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7733         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7734         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7735         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7736
7737 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7738
7739         * _decdptr.c: fix return values
7740         * _gptrget.c: fix return values
7741         * _gptrgetc.c: fix return values
7742         * _gptrput.c: fix return values
7743         * _mulint.c: fix return values
7744         * as/z80/Makefile: fix 'make -j' problem
7745
7746 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7747
7748         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7749         * configure.in: big cleanup, updated to autoconf 2.5x
7750         * configure: rebuilt from configure.in
7751         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7752         * sdcc_vc_in.h: reflect changes from sdccconf.h
7753         * doc/Makefile: fixed a flaw in "make install"
7754
7755 2003-04-02    <johan AT balder>
7756
7757         * src/ds390/gen.c (genCmp): no comments
7758         * src/mcs51/gen.c (genCmp): no comments
7759         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7760         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7761
7762 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * support/regression/generate-cases.py: place generated file in given sub directory
7765         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7766         * support/regression/Makefile: improvements for 'make -j';
7767         side effect: it's simpler and faster now
7768
7769 2003-03-31  Borut Razem <borut.razem AT siol.net>
7770
7771         * src/z80/main.c: link-{port} and as-{port} defined without path
7772         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7773
7774 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7775
7776         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7777
7778 2003-03-30  Borut Razem <borut.razem AT siol.net>
7779
7780         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7781           changed type of list parameter to set
7782         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7783         * src/port.h: changed type of do_assemble() parameter to set
7784         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7785           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7786           definition of "cppoutfilename" macro with NULL value in preProcess()
7787         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7788         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7789         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7790           replaced with set *binPathSet
7791         * shash_add() deallocates the item, if allready exsists, before adding the new one
7792         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7793
7794 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7795
7796         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7797           a nested for loop bug in the PIC port
7798         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7799           for loops
7800
7801 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7802
7803         * support/Util/dbuf.h: remove C++ stuff to make it portable
7804
7805 2003-03-28  Borut Razem <borut.razem AT siol.net>
7806
7807         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7808           literal strings in stringLiteral()
7809         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7810         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7811           to the project
7812
7813 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7814
7815         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7816
7817 2003-03-26    <johan AT balder>
7818
7819         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7820         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7821         * src/SDCCast.c (decorateType): fixed " -v < 3"
7822
7823 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7824
7825         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7826         Added Lenny Story's debug infrastructure changes:
7827         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7828         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7829         * src/cdbFile.c: added
7830         * src/SDCCdebug.c: added
7831         * src/SDCCdebug.h: added
7832         * src/SDCCast.c (createFunction)
7833         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7834         * src/SDCCmain.c (parseCmdLine, main)
7835         * src/SDCCmem.c (redoStackOffsets)
7836         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7837         * src/SDCCsymt.h
7838         * src/common.h
7839         * src/avr/gen.c (genAVRCode)
7840         * src/ds390/gen.c (gen390Code)
7841         * src/mcs51/gen.c (gen51Code)
7842         * src/pic/gen.c (genpic14Code)
7843         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7844         * src/xa51/gen.c (genXA51Code)
7845         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7846
7847 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7848
7849         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7850         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7851
7852 2003-03-22    <johan AT balder>
7853
7854         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7855
7856 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7857
7858         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7859         * doc/cdbfileformat.lyx: added, written by Lenny Story
7860         * doc/Makefile: added cdbfileformat.lyx
7861         * doc/clean.mk: added cdbfileformat.lyx
7862
7863 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7864
7865         * src/mcs51/peeph.def: fix bug #705773
7866
7867 2003-03-20    <johan AT balder>
7868
7869         An sfr/sbit can have an "at #" AND an initializer
7870         * src/SDCCsymt.c (checkSClass):
7871         * src/SDCCmem.c (allocGlobal):
7872         * src/SDCCmem.c (allocLocal):
7873         * src/SDCCast.c (createBlock):
7874
7875 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7878
7879 2003-03-16    <johan AT balder>
7880
7881         Undid the hackup of const and volatile, the problem is much bigger
7882         * src/SDCC.y:1.65
7883         * src/SDCCast.c:1.171
7884         * src/SDCCglue.c:1.138
7885         * src/SDCCicode.c:1.146
7886         * src/SDCCsymt.c:1.150
7887         * src/SDCCval.c:1.65
7888
7889 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7890
7891         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7892         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7893
7894 2003-03-13    <johan AT balder>
7895
7896         Hackup const and volatile modifiers in type chains a bit:
7897         * src/SDCC.y:1.63
7898         * src/SDCCast.c:1.169
7899         * src/SDCCglue.c:1.136
7900         * src/SDCCicode.c:1.143
7901         * src/SDCCsymt.c1.146
7902         * src/SDCCsymt.h1.59
7903         * src/SDCCval.c:1.63
7904
7905 2003-03-12    <johan AT balder>
7906
7907         * src/SDCCBBlock.h: more LRH debugging junk
7908         * src/SDCCcflow.h: more LRH debugging junk
7909         * src/SDCCloop.c: more LRH debugging junk
7910         * src/SDCC.y (struct_declaration): fixed bug #697590
7911         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7912         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7913         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7914
7915 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7916         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7917         test function names must now match exactly).
7918         * src/SDCCcse.c: added special case in findCheaperOp to allow
7919         extending a short integer. Makes less awful code for bug 700121 test case.
7920
7921 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7922
7923         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7924         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7925
7926 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7927
7928         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7929         actually called (operandsNotEqual() was called for all
7930         operandsNotEqualX tests).
7931
7932 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7933
7934         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7935         with shorter literals. Fixes bug 700121.
7936
7937 2003-03-11    <johan AT balder>
7938
7939         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7940
7941 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7942
7943         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7944         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7945
7946 2003-03-10  Borut Razem <borut.razem AT siol.net>
7947
7948         * src/SDCCmain.c: pipe preprocessor's output
7949         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7950         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7951         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7952         which closes all pipes in pipeSet set
7953         * src/SDCCset.c: free deleted item in function deleteSetItem()
7954         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7955         moved from z80 to src subproject
7956         * .version: increased version number to 2.3.4
7957
7958 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7959
7960         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7961         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7962         * support/regression/ports/xa51/spec.mk: fix typo
7963
7964 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7965
7966         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7967
7968 2003-03-09  Borut Razem <borut.razem AT siol.net>
7969
7970         * src/SDCCmain.c: pipe preprocessor's output
7971         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7972         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7973         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7974         which closes all pipes in pipeSet set
7975         * src/SDCCset.c: free deleted item in function deleteSetItem()
7976         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7977         moved from z80 to src subproject
7978
7979 2003-03-09  Borut Razem <borut.razem AT siol.net>
7980
7981         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7982         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7983         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7984         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7985         * src/SDCCglobl.h: unification of WIN32 native definitions
7986
7987 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7988
7989         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7990
7991 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7992
7993         * src/configure.in:   check for endianess (even while cross-compiling)
7994         * src/configure:      check for endianess (even while cross-compiling)
7995         * src/configure_in.h: check for endianess (even while cross-compiling)
7996         * src/avr/gen.c:        remove old endianess stuff
7997         * src/mcs51/gen.c:      remove old endianess stuff
7998         * src/ds390/gen.c:      remove old endianess stuff
7999         * src/pic/gen.c:        remove old endianess stuff
8000         * src/pic/genarith.c:   remove old endianess stuff
8001         * src/pic/glue.c:       fix endianess check
8002         * src/pic16/gen.c:      remove old endianess stuff
8003         * src/pic16/genarith.c: remove old endianess stuff
8004         * src/pic16/glue.c:     fix endianess check
8005         * src/xa51/gen.c:       remove old endianess stuff
8006         * src/z80/gen.c:        fix endianess check
8007         * src/SDCCglue.c:       fix endianess check
8008         * src/ds390/peeph.def: fix bug 700036
8009
8010 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8011
8012         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8013         * src/configure: find appropriate data-types on host for SDCC's int and long
8014         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8015         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8016         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8017
8018 2003-03-07    <johan AT balder>
8019
8020         Just a big NOOP:
8021                 some minor cleanups before the big shot
8022                 OP_DEFS and OP_USES now use Kevin's protection
8023                 new option --nolabelopt
8024
8025         * src/SDCCBBlock.c:
8026         * src/SDCCast.c,:
8027         * src/SDCCcflow.c:
8028         * src/SDCCcse.c:
8029         * src/SDCCicode.c:
8030         * src/SDCCicode.h:
8031         * src/SDCClabel.c:
8032         * src/SDCCloop.c:
8033         * src/SDCCmain.c:
8034         * src/ds390/ralloc.c:
8035         * src/mcs51/ralloc.c:
8036         * src/pic/ralloc.c:
8037         * src/xa51/ralloc.c:
8038         * src/z80/ralloc.c:
8039
8040 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8041
8042         * src/pic/pcode.c (get_op): fix 64 bit warnings
8043         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8044         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8045         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8046         * support/regression/tests/malloc.c: fix 64 bit warnings
8047
8048 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8049
8050         * src/mcs51/gen.c (genMinus): fixed bug 696436
8051
8052 2003-03-02  Borut Razem <borut.razem AT siol.net>
8053
8054         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8055
8056 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8057
8058         * configure.in: test for mkstemp
8059         * sdccconf_in.h: add HAVE_MKSTEMP
8060
8061 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8062
8063         * device/include/ctype.h: removed warning while using --stack-auto
8064         * device/include/malloc.h: removed warning while using --stack-auto
8065         * device/include/string.h: removed warning while using --stack-auto
8066
8067 2003-02-23  Borut Razem <borut.razem AT siol.net>
8068
8069         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8070         because NDEBUG is defined (see man assert)
8071         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8072
8073 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8074
8075         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8076         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8077
8078 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8079
8080         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8081         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8082
8083 2003-02-18    <johan AT balder>
8084
8085         * as/mcs51/asmain.c (asmbl): module can start with a digit
8086         * as/z80/asmain.c (asmbl): module can start with a digit
8087
8088 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8089
8090         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8091         * src/asm.c: fix pipe() for Mingw32
8092
8093 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8094
8095         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8096         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8097         make -V work again; --c1mode reads now from stdin
8098         * doc/sdccman.lyx: added --c1mode
8099         * support/Util/SDCCerr.c: new messages for c1 mode
8100         * support/Util/SDCCerr.h: new messages for c1 mode
8101         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8102
8103 2003-02-15    <johan AT balder>
8104
8105         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8106
8107 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8108
8109         * doc/sdccman.lyx: Environment variables, -o and other minor things
8110
8111 2003-02-14    <johan AT balder>
8112
8113         * src/xa51/main.c: before anyone really tries to use it :)
8114
8115         * Install doc's in share/sdcc/doc
8116         * removed some obsolete files
8117         * Do a proper make distclean and uninstall
8118         M Makefile.common.in
8119         R sdccbuild.sh
8120         M as/Makefile
8121         M device/include/Makefile.in
8122         M device/lib/Makefile.in
8123         M doc/sdccman.lyx
8124         M link/Makefile
8125         M sim/ucsim/doc/Makefile.in
8126         M src/clean.mk
8127         R src/avr/peeph.rul
8128         R src/xa51/peeph.rul
8129         M support/cpp2/Makefile.in
8130         M support/makebin/Makefile
8131
8132
8133 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8134
8135         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8136
8137 2003-02-10  Borut Razem <borut.razem AT siol.net>
8138
8139         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8140         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8141         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8142         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8143         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8144         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8145         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8146         src/z80/Makefile.bcc: Borland Makefile cleanup
8147         * as/z80/Makefile.bcc: Added Borland Makefile
8148         * support/cpp2/borland.h: Removed
8149
8150 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8151
8152         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8153         * src/SDCC.lex: new pragma NOIV
8154         * src/SDCCglobl.h: new pragma NOIV
8155         * src/SDCCmem.c: new pragma NOIV
8156
8157 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8158
8159         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8160
8161 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8162
8163         * src/SDCCmain.c: signal handling is switched off by --debug
8164         * doc/Makefile: small fix for install; use clean.mk again
8165         * doc/clean.mk: clean *.pdf and *.html too
8166
8167 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8168
8169         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8170         * device/lib/printfl.c: fix a ds390 bug by making it portable
8171         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8172         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8173         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8174         * debugger/mcs51/cmd.c: converted multi-line string literals
8175         * sim/ucsim/globals.cc: converted multi-line string literals
8176         * src/SDCCmain.c: introduced signal handler to remove temp files
8177         * doc/Makefile: small tweaks, implement clean
8178         * doc: removed generated files
8179
8180 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8181
8182         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8183         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8184         Address Record is not correctly generated for DS390."
8185
8186 2003-02-02  Borut Razem <borut.razem AT siol.net>
8187
8188         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8189         * as/mcs51/asm.h: fixed compilation with Borland C
8190         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8191         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8192         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8193         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8194         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8195         src/z80/Makefile.bcc: delete $(LIB) only if exist
8196         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8197
8198 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8199
8200         * device/include/malloc.h: introduced NULL
8201         * device/include/string.h: introduced NULL
8202         * device/include/stdlib.h: introduced NULL
8203         * device/lib/_memcpy.c: removed NULL
8204         * device/lib/_strcat.c: removed NULL
8205         * device/lib/_strchr.c: removed NULL
8206         * device/lib/_strcmp.c: removed NULL
8207         * device/lib/_strcpy.c: removed NULL
8208         * device/lib/_strcspn.c: removed NULL
8209         * device/lib/_strlen.c: removed NULL
8210         * device/lib/_strncat.c: removed NULL
8211         * device/lib/_strncmp.c: removed NULL
8212         * device/lib/_strncpy.c: removed NULL
8213         * device/lib/_strpbrk.c: removed NULL
8214         * device/lib/_strrchr.c: removed NULL
8215         * device/lib/_strspn.c: removed NULL
8216         * device/lib/_strstr.c: removed NULL
8217         * device/lib/_strtok.c: removed NULL
8218         * device/lib/malloc.c: removed NULL, include own header
8219
8220 2003-02-02    <johan AT balder>
8221
8222         * 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
8223         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8224         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8225         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8226         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8227         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8228
8229 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8230
8231         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8232         area 'DATA'"
8233
8234 2003-02-01    <johan AT balder>
8235
8236         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8237
8238 2003-01-31    <johan AT CP255758-A>
8239
8240         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8241
8242 2003-01-30    <johan AT balder>
8243
8244         * src/SDCCBBlock.c: automatic bug detection
8245         * src/SDCCicode.c: automatic bug detection
8246
8247 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8248
8249         * src/SDCCglobl.h:   now --xram-size 0 works
8250         * src/SDCCmain.c:    now --xram-size 0 works
8251
8252 2003-01-29    <johan AT balder>
8253
8254         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8255
8256 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8257
8258         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8259         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8260         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8261         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8262         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8263         * src/SDCCmain.c:    Added options --xram-size and --code-size
8264
8265 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8266
8267         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8268         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8269
8270 2003-01-27    <johan AT balder>
8271
8272         * src/SDCC.y: fixed bug #613764
8273
8274 2003-01-26    <johan AT balder>
8275
8276         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8277         * src/SDCCsymt.h: fixed bug #673374
8278         * src/SDCCglue.c: fixed bug #661910
8279         * src/SDCCast.c: fixed bug #458099 and 673374
8280
8281 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8282
8283         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8284         * as/mcs51/strcmpi.h: added
8285         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8286         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8287         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8288         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8289         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8290         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8291         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8292         * as/mcs51/Makefile.aslink: new module strcmpi
8293         * as/mcs51/Makefile.asx8051: new module strcmpi
8294         * as/mcs51/Makefil.bcc: new module strcmpi
8295         * as/mcs51/Makefile.in: new module strcmpi
8296         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8297
8298 2003-01-26    <johan AT balder>
8299
8300         * src/SDCCglue.c: reverted back to 1.124
8301         * src/SDCCast.c: reverted back to 1.156
8302         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8303
8304 2003-01-25    <johan AT balder>
8305
8306         * src/SDCCglue.c: A better fix for bug #661910
8307         * src/SDCCast.c: A better fix for bug #661910
8308         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8309
8310 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8311
8312         * src/Makefile.in: remove spawn.o
8313         * src/SDCCmain.c: remove spawn.h
8314         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8315         * src/spawn.c: removed
8316         * src/spawn.h: removed
8317         * support/regression/ports/ds390/spec.mk: link with -r
8318
8319 2003-01-24    <johan AT CP255758-A>
8320
8321         * src/ds390/gen.c (aopOp): fixed bug #667458
8322         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8323         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8324         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8325
8326 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8327
8328         * src/mcs51/peeph.def: better assembler identation by Frieder
8329         * src/mcs51/gen.c: better assembler identation by Frieder
8330
8331 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8332
8333         * as/z80/string.h: removed for gcc 3.2
8334         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8335         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8336
8337 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8340         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8341         * support/regression/Makefile: separate temp files for ports
8342         * support/regression/generate-cases.py: separate temp files for ports
8343         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8344         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8345
8346 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8347
8348         * moved tinitalk to device/examples/ds390
8349
8350 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8351
8352         * as/mcs51/lkmem.c: rflag is for DS390
8353         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8354         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8355                          (linkEdit): move mem- and map-files the same way as ihx-files
8356         * src/z80/main.c (_setDefaultOptions): removed --generic
8357         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8358         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8359         * src/pic/glue.c (picglue): --c1mode works again
8360         * src/pic16/glue.c (pic16glue): --c1mode works again
8361         * src/asm.c (printCLine): fix #660034
8362
8363 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8364
8365         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8366         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8367         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8368         * as/mcs51/lkmem (summary): better fix for sp problem
8369         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8370         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8371         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8372                                               remove --stack-after-data
8373
8374 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8375
8376         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8377         * src/SDCCutil.c (join): ugly bug: missing '\0'
8378         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8379
8380 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8381
8382         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8383         * src/port.h: typo
8384         * src/pic/main.c (_asmCmd): gpasm supports -o
8385         * src/z80/main.c: more general macros
8386         * device/lib/Makefile.in: remove intermediate files
8387
8388 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8389
8390         * .version: Bumped version number to 2.3.3
8391         * src/SDCCBBlock.c: new option -o
8392         * src/SDCCglobl.h: new option -o
8393         * src/SDCCglue.c: new option -o
8394         * src/SDCCmain.c: new option -o
8395         * src/asm.c: new option -o
8396         * src/ds390/main.c: new option -o
8397         * src/pic/glue.c: new option -o
8398         * src/pic/pcode.c: new option -o
8399         * src/pic/ralloc.c: new option -o
8400         * src/pic16/glue.c: new option -o
8401         * src/pic16/pcode.c: new option -o
8402         * src/pic16/ralloc.c: new option -o
8403         * src/z80/main.c: new option -o
8404         * device/lib/Makefile.in: use -o
8405         * support/regression/ports/ds390/spec.mk: use -o
8406         * support/regression/ports/gbz80/spec.mk: use -o
8407         * support/regression/ports/mcs51/spec.mk: use -o
8408         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8409         * support/regression/ports/z80/spec.mk: use -o
8410         * support/regression/ports/ucz80/spec.mk: use -o
8411         * support/regression/ports/xa51/spec.mk: use -o
8412         * support/regression/fwk/lib/timeout.c: fix usage string
8413
8414 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8415         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8416
8417 2003-01-07    <johan AT balder>
8418
8419         * src/SDCCast.c (decorateType): fixed bug #600035
8420
8421 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8422         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8423         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8424         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8425         * src/pic/pcode.c: outcommented unused variable to remove warnings
8426         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8427
8428 2003-01-06    <karl AT turbobit.com>
8429         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8430    regression tests.
8431
8432 2003-01-06    <johan AT balder>
8433
8434         * src/SDCCicode.c: fixed array add
8435
8436 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8437         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8438         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8439
8440 2003-01-04    <johan AT balder>
8441
8442         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8443
8444 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8445         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8446
8447 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8448         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8449         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8450
8451 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8452         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8453
8454 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8455         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8456
8457 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8458         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8459
8460 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8461
8462     * in \sdcc\as\mcs51\ changed these files in order to create an
8463     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8464     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8465     following files to include the previous two files: aslink.dsp,
8466     Makefile.aslink, Makefile.bcc, and Makefile.in.
8467
8468     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8469     .adb instead of .cdb
8470
8471 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8472
8473         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8474         value from option --iram-size.
8475
8476 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8477
8478         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8479         dram[] array.
8480
8481 2002-09-18    <wiml AT hhhh.org>
8482
8483         * SDCClrange.h: exposed setFromRange() and setToRange()
8484         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8485           packRegsForAccUse() (bug 542397)
8486         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8487           multiple times and emitting the fetch operations more than once
8488           added aopGetUsesAcc() function to allow binary operators to
8489           fetch their operands in the correct order; made genMinus() emit
8490           compact code for X = LITERAL - Y
8491
8492 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8493         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8494         sprintf() in line 1267.
8495
8496 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8497         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8498         like ports.
8499
8500 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8501         Changes to aslink (All the changes are marked with 'JCF'):
8502
8503         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8504         summary().
8505
8506         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8507         area BSEG.  Also moves, if possible, the DATA area down into the internal
8508         ram so more space is available.
8509
8510         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8511         sflag.
8512
8513         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8514         not bytes.  Function summary() which creates a memory usage summary
8515         file with extension .mem.  Reports of overlaping stack and small stack
8516         size.  If the space for the stack is less than 16 bytes aslink trows a
8517         warning.
8518
8519         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8520         the 8051.  Option 'y' for memory summary output file.
8521
8522         Changes to sdcc (All the changes are marked with 'JCF'):
8523
8524         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8525
8526         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8527         overlaying area for it (uses RegBankUsed[4]).
8528
8529         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8530         bank zero as used by default.  By default aslink locates the stack
8531         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8532         the creation of the .mem file.  Delegates the allocation of data area
8533         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8534         the begining of the stack area to aslink.
8535
8536         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8537         glue() in SDCCglue.c creates an area for it.
8538
8539 2002-09-03  Borut Razem <borut.razem AT siol.net>
8540         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8541         sdcc/src/pic/glue.c:
8542         introduced atexit() handler for teporay files removal in case of
8543         errors, assertions, ...
8544
8545 2002-08-29  Borut Razem <borut.razem AT siol.net>
8546         * sdcc/support/cpp2/auto-host_vc_in.h:
8547         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8548         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8549         Maybe there is a similar problem with BORLANDC? It should be checked!
8550
8551         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8552         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8553         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8554         was not executed, and the compiler (cl) launched a warning:
8555         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8556
8557 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8558         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8559
8560 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8561         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8562
8563         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8564           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8565           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8566           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8567           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8568           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8569           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8570         - added Release configuration in VS projects
8571         - review of compiler an linker options
8572         - VC .exe files are generated in bin_vc directory, not to interfere
8573           with binaries generated from other projects (cygwin, mingw, bcc ...)
8574
8575         * sdcc/src/yacc.dsp: added
8576
8577         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8578         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8579         and insert the version number definitions from .version
8580
8581         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8582
8583         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8584         added - genarate auto-host.h using auto-host_vc_in.h as template
8585
8586         * sdcc/sdcc_vc.h,
8587         removed from CVS, generated automatically
8588
8589 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8590         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8591
8592 2002-08-11  Borut Razem <borut.razem AT siol.net>
8593         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8594
8595 2002-08-10  Borut Razem <borut.razem AT siol.net>
8596         * src/SDCCmain.c (main):
8597         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8598         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8599         The consequence was that some temporary files were not removed.
8600
8601         * src/SDCCglue.c:
8602         unification of code in functions tempfilename() and tempfile():
8603         function tempnam() is defined in Visual Studio 6.0 and .NET
8604
8605         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8606
8607         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8608           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8609         - removed compiler command line option /WX: Treats all warnings as errors
8610         - update a list of source files, included into the project
8611
8612         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8613           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8614         changed project type to Generic Project so that can be correcly converted to VS.NET project
8615
8616         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8617
8618         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8619
8620         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8621
8622         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8623         added return 0 statements after assert() to make compiler happy
8624
8625         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8626         added newline in the def file to keep MSC compiler satisfied
8627
8628         * sdcc/src/z80/gen.c:
8629         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8630           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8631         - solved MSC error in function aopDump()
8632
8633         * sdcc_vc.h: define PREFIX as "\\sdcc"
8634
8635 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8636         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8637
8638 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8639         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8640         - Rewrote the register banking algorithm.
8641         - Added pCode live-range analysis to registers (for now, only non-used and
8642         singly-used registers optimized away)
8643
8644         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8645
8646         * 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.
8647
8648 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8649         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8650
8651 2002-04-22  Michael Hope  <michaelh AT vroom>
8652
8653         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8654
8655         * configure.in (DD_COPT): Added include support required for gbdk.
8656
8657         * .version: Bumped version number just to increase it.
8658
8659         * src/SDCCmain.c: Added -nostdinc to the default options.
8660
8661 2002-04-15  Michael Hope  <michaelh AT vroom>
8662
8663         * device/lib/z80/printf.c (sprintf): Added.
8664
8665         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8666
8667         * src/z80/peeph.def: Added transpose redundent load rule.
8668
8669         * src/z80/main.c: Added force callee saves for jaune.
8670
8671         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8672
8673         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8674
8675 2002-03-28  Johan Knol  <johan AT balder>
8676
8677         * src/SDCCval.c: fixed bug #532436
8678
8679 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8680         * /src/port.h:
8681         Added "char *Processor" field to the port structure.
8682
8683         * /src/SDCCmain.c:
8684         Added -p option. Allows port dependent processor to be specified.
8685
8686         * all ports:
8687         Initialized the new field char *Processor field to NULL in all ports
8688
8689         * /src/pic/*:
8690         Compiler generated registers for interrupt context saving
8691         were not getting allocated.
8692
8693 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8694
8695         * /src/SDCCast.c:
8696         Fixed left shift. Will promote the left side of a left shift
8697         if a) left shifting more than size of operand or b) when assigned
8698         to something size > size of left side
8699
8700 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8701         * src/pic/*
8702         tons of changes. Register allocation has been
8703         rewritten. Added customization for the various PICs. Flow
8704         analysis is restructured. ...
8705
8706         * src/pic/device.h:
8707         Added
8708
8709         * src/pic/device.c:
8710         Added. device.c is a PIC port hack to accomodate variations
8711         in PIC devices.
8712
8713 2002-03-13  Michael Hope  <michaelh AT vroom>
8714
8715         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8716
8717 2002-03-04  johanknol  <johanknol AT manik>
8718
8719         * /src/SDCCval.c: fixed
8720
8721         const unsigned char arr[][2] = { { 0, 1 } };
8722         t18.c:1: error: Initializer element is not constant
8723
8724 2002-03-04  bela  <bela AT manik>
8725
8726         * /device/include/mcs51reg.h:
8727         ds89c420 register definition update
8728
8729 2002-03-03    <johan AT FRIJA>
8730
8731         * support/Util/SDCCerr.c: did something, but don't no why anymore
8732
8733         * support/regression/tests/bug-524691.c: made it a little less shy
8734
8735         * src/SDCCast.c (decorateType): fixed bug #524697
8736
8737         * src/SDCCast.c: made some lineno improvements
8738
8739         * src/SDCCval.c (getNelements): changed warning to error
8740
8741         * src/SDCCglue.c (printIvalArray): changed warning to error
8742
8743         * src/SDCCicode.c: fixed a warning for mingw
8744
8745         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8746
8747         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8748
8749 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8750
8751         * src/ds390/peeph.def:
8752         Added some more peephole rules
8753
8754         * src/ds390/gen.c: Various fixes & enhancements
8755
8756         * src/SDCClrange.c, src/SDCClrange.h:
8757         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8758
8759         * src/ds390/ralloc.c:
8760         various fixes & enhancements (ds390) specific
8761
8762         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8763         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8764         from rallocs.
8765
8766         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8767
8768 2002-03-02    <johan AT FRIJA>
8769
8770         * src/SDCCast.c (decorateType): fixed bug #524708
8771
8772         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8773
8774         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8775
8776 2002-03-01  Michael Hope  <michaelh AT vroom>
8777
8778         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8779
8780         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8781
8782 2002-03-01    <johan AT FRIJA>
8783
8784         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8785
8786         * src/SDCCast.c (decorateType): fixed bug #524209
8787
8788         * src/SDCCval.c (valNot): fixed bug #524195
8789
8790 2002-02-26    <johan AT balder>
8791
8792         * src/xa51/gen.c: fixed a warning
8793
8794         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8795
8796         * src/SDCCast.c (decorateType): fixed bug #522534
8797
8798 2002-02-23    <johan AT balder>
8799
8800         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8801
8802 2002-02-22    <johan AT balder>
8803
8804         * src/SDCCast.c: fixed bug #514865
8805
8806         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8807
8808 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8809
8810         * sdcc/src/SDCCloop.c:
8811         Previous fix was not good. basic blocks that have "break" or "return" are
8812         not really partof a loop , but live ranges used in these blocks should
8813         be live thru the entire loop, so set partOfLoop but don't add them to
8814         loop region
8815
8816 2002-02-21    <johan AT FRIJA>
8817
8818         * src/SDCCcse.c: fixed bug #514308
8819
8820 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8821
8822         * src/SDCCloop.c:
8823         Fixed BUG #519583. If a conditional block ended in a return/break
8824         statement inside a loop, it was not being considered part of the loop.
8825
8826         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8827
8828 2002-02-10  Karl Bongers <karl AT turbobit.com>
8829
8830         * debugger/*:
8831         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8832         with lots of comments and notes.
8833
8834         * device/examples/test2.c:
8835         Fix bug, "red" variable not being initialized(compiler complained).
8836
8837         * device/examples/Makefile, examples/test3.c:
8838         Add Makefile in device/examples folder, compiles test3.c
8839         for use as a multiple module SDCDB test case.
8840
8841         * sim/ucsim/cmd.src/cmdset.cc:
8842         Took out debug printfs in ucsim "next" command.
8843
8844         * sim/ucsim/xa.src:
8845         Karl and Johan start ucsim XA support.  Most dissassembly working,
8846         about 75% emulation done(plenty of work remaining).
8847
8848         * sim/ucsim/z80.src:
8849         Add Z80 support to ucsim, add test-ucz80 regression test,
8850         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8851         Notice z80 compiler fails on examples/test3.c/crc code.
8852
8853 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8854
8855         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8856         Added support for --parms-in-bank1
8857
8858         * src/ds390/peeph.def:
8859         added a few more peephole optimzations
8860
8861         * src/ds390/main.c:
8862         1) added __builtin_inp & __builtin_outp used to read in data of given length
8863            from a memory mapped port
8864         2) added __builtin_memcmp
8865         3) added __builtin_swapw swap bytes of a short
8866
8867         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8868         1) handle multiple send & receives from register bank1
8869         2) ralloc can now allocate DPTR1 to some liveRanges
8870
8871         * src/SDCCsymt.c, src/SDCCsymt.h:
8872         changes to handle multiple sends & receives
8873
8874         * src/SDCCptropt.h:
8875         added some pointer arithmetic optimization
8876
8877         * src/SDCCptropt.c:
8878         added some pointer arithmetic optimizations but not stable yet so not
8879         called from anywhere (will get this working shortly)
8880
8881         * src/SDCCopt.c: fixed for multiple sends & receives
8882
8883         * src/SDCCmain.c:
8884         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8885         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8886            set preprocessor defines (depending on options)
8887
8888         * src/SDCCicode.c, src/SDCCicode.h:
8889         changes made to handle multiple sends & receives
8890
8891         * src/SDCCglobl.h:
8892         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8893
8894         * src/SDCCcse.c, src/SDCCcse.h:
8895         added function findbackward def (to be used in upcoming optimization)
8896
8897         * src/SDCCcflow.c, src/SDCCcflow.h:
8898         added function returnAtEnd - to determine if a basic block terminates with
8899         a RETURN iCode
8900
8901         * src/SDCCast.c, src/SDCCast.h:
8902         added option parms-in-bank1
8903
8904         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8905         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8906         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8907         adjusted for --parms-in-bank1 option
8908
8909         * device/include/string.h:
8910         donot redefine "reentrant" keyword
8911
8912         * device/include/ds80c390.h: Added some more SFRs
8913
8914 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8915
8916         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8917
8918 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8919
8920         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8921
8922 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8923
8924         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8925
8926 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8927
8928         * Added --xram-movc option
8929
8930 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8931
8932         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8933
8934 2002-01-11  Johan Knol
8935
8936         * Added math lib of Jesus Calvino-Fraga
8937
8938 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8939
8940         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8941         * support/regression/Makefile: new target test-mcs51-stack-auto
8942         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8943
8944 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8945
8946         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8947
8948 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8949
8950         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8951
8952 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8953
8954         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8955
8956         * src/SDCCglue.h: add definition for printIvalChar()
8957
8958 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8959
8960         * src/SDCCast.c: fix #498138 by Johan
8961
8962         * src/SDCCglue.c: fix #498138 by Johan
8963
8964 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8965
8966         * support/regression/Makefile: fix clean
8967
8968         * support/regression/ports/ds390/support.c: fix transmission of last character
8969
8970 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8971
8972         * /sdcc/src/ds390/gen.c:
8973         a) improved computing address of stack variable
8974         b) took out some #if 0 code
8975         c) improved parmBytes adjustment
8976         d) improved genPlusIncr & genMinusIncr
8977         e) genCmp could generate bad code (when left assigned to DPTR)
8978         f) Fixed bug in hasInc
8979
8980         * /sdcc/src/ds390/ralloc.c:
8981         a) packRegsForSupport could mess up live information (Fixed)
8982         b) packRegsDPTRuse could be incorrect for left & right shift
8983
8984         * /sdcc/src/mcs51/ralloc.c:
8985         packRegsForSupport could mess up the live information (Fixed)
8986
8987         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8988
8989         * /sdcc/src/SDCCast.c:
8990         can reverse a loop even if function call is present as long
8991         as the loop control variable is local & is not passed as parameter
8992
8993 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8994
8995         * /sdcc/ChangeLog: *** empty log message ***
8996
8997         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8998         More builtin function additions for TININative
8999
9000         * /sdcc/src/ds390/ralloc.c:
9001         Had broken the regression testsuite
9002
9003         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9004
9005         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9006         Added funcattr hasStackParms will be set for reentrant functions when there
9007         are paramteres on the stack, this helps in minimizing frame pointer generation
9008         typeFromStr can handle function pointers now
9009
9010         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9011         *** empty log message ***
9012
9013 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9014
9015         * /src/ds390/gen.c, /src/ds390/main.c:
9016         More builtin function additions for TININative
9017
9018         * /src/ds390/ralloc.c:
9019         Had broken the regression testsuite
9020
9021         * /src/SDCCast.c: Fixed a bug in dumptree
9022
9023         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9024         Added funcattr hasStackParms will be set for reentrant functions when there
9025         are paramteres on the stack, this helps in minimizing frame pointer generation
9026         typeFromStr can handle function pointers now
9027
9028         * /doc/builtins.txt, /doc/TININative.txt:
9029         *** empty log message ***
9030
9031
9032 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9033
9034         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9035         ALPHA version for -mTININative
9036
9037         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9038         updated to reflect changes in the port structure
9039
9040         * /src/port.h:
9041         added function do_assemble (similar to do_link) if non-null this function
9042         will be called to do assembly (-mTININative) requires a multi command
9043         assembly
9044         added function genAssemblerEnd will be called to generate assembler Epilogue
9045
9046         * /src/SDCCsymt.c:
9047         added _JavaNative to debug info printing
9048
9049         * /src/SDCCmain.c: added option --tini-libid
9050         added port->do_assemble function (-mTININative) has a multi command assemble
9051
9052         * /src/SDCCglue.c: Disabled "constExpr" check
9053         added port->genAssemblerEnd function
9054
9055         * /src/SDCCglobl.h: Added option --tini-libid value
9056
9057         * /src/SDCCast.h:
9058         tookout optimizeCompare from the header (has no external references)
9059
9060         * /src/SDCCast.c: made one more function "static"
9061
9062 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9063
9064         * src/z80/mappings.i: Added z80asm support.
9065
9066         * src/z80/main.c: Added z80asm support on --asm=z80asm
9067
9068         * src/z80/gen.c: Fixed asm portability issues.
9069
9070         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9071
9072         * src/SDCCglue.c (printExterns): Added global/extern split.
9073
9074 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9075
9076         * support/regression/Makefile: added test for mcs51 model large
9077
9078         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9079
9080         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9081
9082 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9083
9084         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9085
9086 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9087
9088         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9089
9090         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9091
9092 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9093
9094         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9095
9096         * support/regression/tests/simplefloat.c: Port to mcs51.
9097
9098 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9099         * support/regression/tests/bug-485362.c: Added.
9100
9101         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9102
9103         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9104
9105         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9106
9107         * src/z80/gen.c (aopDump): Added a dump function.
9108
9109 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9110         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9111
9112         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9113
9114         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9115
9116         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9117
9118         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9119
9120         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9121
9122         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9123
9124         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9125
9126         * support/regression/ports/ds390/support.c: Use tinibios.
9127
9128         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9129
9130 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9131
9132         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9133         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9134
9135         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9136
9137         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9138
9139 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9140
9141         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9142
9143         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9144         (packRegsForIYUse): Created and optimised.
9145
9146 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9147
9148         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9149 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9150
9151         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9152
9153         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9154
9155         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9156
9157 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9158
9159         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9160
9161         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9162
9163 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9164
9165         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9166
9167         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9168
9169         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9170
9171 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9172
9173         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9174         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9175         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9176
9177         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9178
9179         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9180         (genNotFloat): Added.
9181         (genUminusFloat): Added.
9182
9183         * device/lib/z80/Makefile: Added floating pt stubs.
9184
9185         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9186
9187         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9188
9189         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9190
9191 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9192
9193         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9194
9195         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9196
9197         * sdcc/support/regression/Makefile: Add port ds390.
9198
9199         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9200
9201         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9202
9203         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9204
9205         * sdcc/support/regression/ports/ds390/support.c: Added.
9206
9207         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9208
9209         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9210
9211         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9212
9213 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9214
9215         * device/include/malloc.h: Added z80 and gbz80 support.
9216
9217         * device/lib/gbz80/heap.s: Added.
9218
9219         * device/lib/z80/heap.s: Added.
9220
9221         * device/lib/malloc.c: Added z80 and gbz80 support.
9222
9223         * support/regression/tests/malloc.c (testMalloc): Added.
9224
9225         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9226
9227         * support/regression/tests/bug-478094.c: Added.
9228
9229         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9230
9231 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9232
9233         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9234
9235         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9236
9237         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9238
9239         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9240
9241         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9242
9243 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9244
9245         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9246
9247 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9248
9249         * support/regression/tests/bug-477927.c: Added.
9250
9251         * src/z80/peeph.def: Added minor rules.
9252
9253         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9254
9255         * src/z80/peeph.def: Added jump optimisation modification.
9256
9257 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9258
9259         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9260
9261 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9262
9263         * support/regression/tests/funptrs.c: Added.
9264
9265 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9266
9267         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9268
9269 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9270
9271         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9272
9273         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9274
9275         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9276         (movLeft2ResultLong): Created.
9277
9278         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9279         (joinPushes): Added.  Joins two char pushes into a word push.
9280
9281 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9282
9283         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9284
9285         * support/makebin/Makefile (install): Added creation of dest dir.
9286
9287 2001-10-24 Karl Bongers <karl AT turbobit.com>
9288
9289         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9290
9291 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9292
9293         * src/z80/ralloc.c: Turned off faulty pack for one use.
9294
9295         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9296
9297         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9298
9299 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9300
9301         * support/regression/Makefile: Improved clean
9302
9303         * support/regression/ports/gbz80/spec.mk: Added clean
9304
9305         * support/regression/ports/host/spec.mk: Added clean
9306
9307         * support/regression/ports/z80/spec.mk: Added clean
9308
9309         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9310
9311         * support/regression/ports/mcs51/timeout.c: little improvements
9312
9313 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9314
9315         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9316
9317         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9318
9319         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9320
9321 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9322
9323         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9324
9325         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9326
9327 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9328         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9329
9330         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9331
9332         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9333
9334         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9335
9336         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9337
9338         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9339
9340         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9341
9342         * support/regression/tests/longor.c: Added.
9343
9344 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9345
9346         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9347
9348         * as/mcs51/aslink.h: define PATH_MAX
9349
9350         * as/mcs51/asm.h: define PATH_MAX
9351
9352         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9353
9354         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9355
9356         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9357
9358         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9359
9360         * src/SDCCglobl.h: define PATH_MAX
9361
9362         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9363
9364         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9365
9366 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9367
9368         * src/z80/gen.c (gencjneshort): Fixed
9369
9370         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9371
9372 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9373
9374         * support/regression/tests/bug-469671.c: Added.
9375
9376         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9377
9378 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9379
9380         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9381
9382         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9383
9384 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9385
9386         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9387
9388         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9389
9390         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9391
9392         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9393
9394         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9395
9396         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9397
9398         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9399
9400 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9401
9402         * 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.
9403
9404         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9405
9406         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9407
9408 2001-10-07    <johan AT FRIJA>
9409
9410         * device/lib/gets.c (gets): fixed the return value.
9411
9412 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9413         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9414
9415         * 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.
9416
9417         * 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.
9418
9419         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9420
9421         * src/pic/gen.c: Removed Safe_strdup.
9422
9423         * configure.in: Added option to enable libgc support.
9424
9425         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9426         (bitVectUnion): Optimised.
9427         (bitVectIntersect): Optimised.
9428         (bitVectBitsInCommon): Optimised.
9429         (bitVectCplAnd): Optimised.
9430
9431         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9432
9433 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9434
9435         * src/SDCCmain.c: distinguish between assembler debug and plain options
9436
9437         * src/avr/main.c:   remove standard assembler options
9438
9439         * src/ds390/main.c: remove standard assembler options
9440
9441         * src/mcs51/main.c: remove standard assembler options
9442
9443         * src/port.h: removed "PENDING" comment
9444
9445 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9446
9447         * src/device/lib/_mulint.c  : new, with assember functions
9448
9449         * src/device/lib/_mullong.c : new, with assember functions
9450
9451         * src/device/lib/_divuint.c : with assember functions
9452
9453         * src/device/lib/_divsint.c : with assember functions
9454
9455         * src/device/lib/_divulong.c: with assember functions
9456
9457         * src/device/lib/_divslong.c: with assember functions
9458
9459         * src/device/lib/_moduint.c : with assember functions
9460
9461         * src/device/lib/_modsint.c : with assember functions
9462
9463         * src/device/lib/_modulong.c: with assember functions
9464
9465         * src/device/lib/_modslong.c: with assember functions
9466
9467         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9468
9469         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9470
9471         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9472                                       replaced _mululong.c and _mulslong.c by _mullong.c
9473
9474 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9475
9476         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9477
9478 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9479
9480         * src/SDCCglue.c: test, if win32api is available for MINGW
9481
9482 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9483
9484         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9485         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9486         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9487         * support/regression/ports/host/spec.mk: removed GENERIC
9488         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9489         * support/regression/ports/z80/spec.mk: removed GENERIC
9490
9491 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9492
9493         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9494
9495         * support/regression/tests/bug-467035.c: Created.
9496
9497 2001-10-01    <johan AT FRIJA>
9498
9499         * src/SDCC.y: fixed bug #466586 part 1
9500
9501 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9502
9503         * SDCCicode.c: z80 has no generic pointers
9504         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9505
9506 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9507
9508         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9509
9510 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9511
9512         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9513
9514         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9515
9516 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9517
9518         * configure.in: Fixed up so that ucsim is only configured once.
9519
9520         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9521
9522         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9523         (getPathDifference): As above.
9524
9525         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9526
9527         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9528
9529 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9530         * .version: Updated to 2.3.1
9531
9532         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9533         Added copyright header.
9534
9535         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9536         (assemble): Added support for macro based assembler commands.
9537         (linkEdit): Added support for macro based linker commands.
9538         (preProcess): Changed the pre-processor to use macros.
9539         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9540         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9541
9542         * device/lib/z80/crt0.s: Added module name for debugging.
9543
9544 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9545
9546         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9547
9548         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9549
9550         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9551
9552         * src/Makefile.in: Added SDCCmacro and SDCCutil
9553
9554 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9555
9556         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9557
9558 2001-09-16    <johan AT FRIJA>
9559
9560         * 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.
9561
9562 2001-09-15    <johan AT FRIJA>
9563
9564         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9565         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9566
9567 2001-09-11    <johan AT FRIJA>
9568
9569         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9570
9571 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9572
9573         * support/regression/tests/bug-460444.c: Added test case.
9574
9575         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9576         (genCast): Added justification for all of the asserts.
9577
9578 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9579
9580         * support/regression/support.c: _xdata replaced by xdata
9581
9582         * support/regression/spec.mk: removed _generic
9583
9584 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9585
9586         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9587
9588         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9589         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9590
9591         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9592
9593         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9594
9595         * support/regression/tests/bug-460010.c: Added test case.
9596
9597         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9598
9599 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9600
9601         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9602
9603         * support/regression/testfwk.c: removed workaround for bug #436344
9604
9605         * support/regression/tests/bp.c: use less memory with mcs51
9606
9607         * support/regression/tests/bug-441448.c: use less memory
9608
9609         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9610
9611         * support/regression/collate-results.py: typo
9612
9613 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9614
9615         * support/regression/tests/fetchoverlap.c: Added new test case.
9616
9617         * support/regression/tests/bp.c: Added new test case.
9618
9619         * support/regression/tests/bug-448984.c: Added new test case.
9620
9621         * support/regression/tests/pow2shifts.c: Added new test case.
9622
9623         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9624         (genlshTwo): Fixed right shift for count > 8.
9625
9626         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9627
9628 2001-09-08    <johan AT FRIJA>
9629
9630         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9631
9632 2001-09-07    <johan AT FRIJA>
9633
9634         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9635
9636         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9637
9638 2001-09-06    <johan AT FRIJA>
9639
9640         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9641         * bernhard noted me at this: "() equals to (void)" (1.38)
9642
9643 2001-09-05    <johan AT FRIJA>
9644
9645         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9646
9647 2001-09-04    <johan AT FRIJA>
9648
9649         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9650
9651
9652 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9653
9654         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9655
9656 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9657
9658         * link/z80/aslink.h: Fixed path for PATH_MAX
9659
9660 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9661
9662         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9663
9664         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9665
9666         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9667
9668         * 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.
9669
9670 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9671
9672         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9673         (genCmp): Fixed up genCmp for the GB with longs.
9674
9675         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9676
9677         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9678
9679         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9680
9681         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9682
9683 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9684
9685         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9686
9687 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9688
9689         * 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.
9690
9691         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9692
9693 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9694
9695         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9696
9697         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9698
9699 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9700
9701   * sim/ucsim/configure:    little improvement of Cygwin-detection
9702   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9703   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9704   * support/regression/tests/bug-221100.c: small changes for mcs51
9705   * support/regression/tests/bug-221168.c: small changes for mcs51
9706   * support/regression/tests/bug-227710.c: small changes for mcs51
9707   * support/regression/tests/staticinit.c: small changes for mcs51
9708   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9709   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9710   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9711
9712 $Revision$