40a90d5dddb9d6e9e4be2b98013965ce27080f77
[fw/sdcc] / ChangeLog
1 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2
3         * src/pic/device.c : When no max ram set validate full memory range.
4         * src/pic/pcode.c,
5         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6
7 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
8
9         * device/lib/_gptrget.c,
10         * device/lib/_gptrput.c: updated comment
11         * device/lib/calloc.c,
12         * device/lib/free.c,
13         * device/lib/malloc.c,
14         * device/lib/realloc.c: added LGPL, made them reentrant-safe
15         * src/SDCCcse.c (cseBBlock),
16         * src/SDCCicode.c (printOperand, geniCodeArray),
17         * src/SDCCicode.h (struct operand): fixed bug 868103
18         * support/regression/tests/bug-868103.c: added
19         * src/SDCCast.c (searchLitOp),
20         * src/SDCCcse.h (struct cseDef),
21         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
22         * src/SDCCicode.h (struct operand),
23         * src/SDCCsymt.h (struct sym_link),
24         * src/avr/gen.c (hasInc),
25         * src/ds390/gen.c (hasInc),
26         * src/hc08/gen.c (genPlusIncr, hasInc),
27         * src/mcs51/gen.c (hasInc),
28         * src/pic16/glue.c (pic16_printIvalChar),
29         * src/pic16/ralloc.c (regWithIdx),
30         * src/xa51/gen.c (hasInc) : removed warnings
31         * src/SDCCast.c (createBlock): added comment ???
32         * src/hc08/ralloc.c: updated comments
33
34 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
35
36         * doc/sdccman.lyx: updated section on switch statements, added
37         section about semaphore locking
38         * doc/Makefile: added option -info for latex2html
39         * device/lib/_gptrget.c,
40         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
41
42 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
43
44         * src/pic/device.h,
45         * src/pic/device.c,
46         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
47          maxram is less than 0x100.
48
49 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
50
51         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
52
53 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
54
55         * src/port.h,
56         * src/mcs51/main.c,
57         * src/ds390/main.c,
58         * src/z80/main.c,
59         * src/hc08/main.c,
60         * src/pic/main.c,
61         * src/pic16/main.c,
62         * src/avr/main.c,
63         * src/xa51/main.c
64         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
65         a jump table is the best form for a switch statement, including
66         automatic insertion of missing cases to make the case range
67         continuous. Developed in collaboration with Frieder Ferlemann.
68
69 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
70
71         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
72         accumulator result if it needs sign extension
73
74 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
75
76         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
77
78 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
79
80         * device/lib/gbz80/printf.c,
81         * device/lib/z80/printf.c: removed define for NULL
82
83 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
84
85         * as/xa51/xa_link.c,
86         * device/examples/ds390/ow390/ad26.c,
87         * device/examples/ds390/ow390/cnt1d.c,
88         * device/examples/ds390/ow390/counter.c,
89         * device/examples/ds390/ow390/ds2480.h,
90         * device/examples/ds390/ow390/ds2480ut.c,
91         * device/examples/ds390/ow390/findtype.c,
92         * device/examples/ds390/ow390/gethumd.c,
93         * device/examples/ds390/ow390/owllu.c,
94         * device/examples/ds390/ow390/ownetu.c,
95         * device/examples/ds390/ow390/swt12.c,
96         * device/examples/ds390/ow390/swtloop.c,
97         * device/examples/ds390/ow390/temp.c,
98         * device/examples/ds390/ow390/temp10.c,
99         * device/examples/ds390/ow390/thermo21.c,
100         * device/examples/ds390/ow390/tinilnk.c,
101         * device/examples/ds390/ow390/tstfind.c,
102         * device/examples/serialcomm/windows/serial.cpp,
103         * device/examples/serialcomm/windows/test_serialcomm.cpp,
104         * device/include/reg51.h: fixed line endings for cvs
105
106 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
107
108         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
109         packRegsForAccUse, packRegisters): new accumulator register
110         packing algorithm
111         * support/regression/ports/hc08/support.c (_putchar): suppress
112         warning of unused variable
113         * src/SDCCicode.c: added SWAP entry to codeTable
114
115 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
116
117         * device/lib/sprintf.c: forgot to add this file before previous commit
118
119 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
120
121         * src/pic16/gen.c (genPackBits): added operand right in function
122         parameters, load result directly if p_type is POINTER (that is
123         called by genNearPointerSet)
124         * (genUnPackBits): added operand left in function parameters,
125         * (genNearPointerGet, genNearPointerSet): prevent the loading of
126         FSR0 if accessing bitfields,
127
128 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
129
130         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
131           _print_format; updated printf, sprintf, vsprintf
132         * device/include/asm/default/features.h: corrected comment/define
133         * device/lib/Makefile.in: added sprintf.c
134         * device/lib/libsdcc.lib: added sprintf module
135         * device/lib/printf_large.c,
136         * device/lib/vprintf.c,
137         * device/lib/sprintf.c: totally refactored printf_large and vprintf
138           into these 3 files
139         * support/regression/Makefile: changed ALL_PORTS into a usefull default
140         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
141         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
142           hc08 test
143         * support/regression/tests/zeropad.c: define idata as data for hc08
144
145 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
146
147         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
148         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
149         labels are referenced at least once (even if a reference is not found)
150         * src/hc08/gen.c (emitcode): set isComment flag for comments
151         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
152         loads), rules 6a..6b (optimize jumps to return)
153
154 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
155
156         * device/lib/acosf.c (acosf),
157         * device/lib/asinf.c (asinf),
158         * device/lib/atanf.c (atanf),
159         * device/lib/ceilf.c (ceilf),
160         * device/lib/cosf.c (cosf),
161         * device/lib/coshf.c (coshf),
162         * device/lib/cotf.c (cotf),
163         * device/lib/fabsf.c (fabsf),
164         * device/lib/floorf.c (floorf),
165         * device/lib/log10f.c (log10f),
166         * device/lib/logf.c (logf),
167         * device/lib/sinf.c (sinf),
168         * device/lib/sinhf.c (sinhf),
169         * device/lib/sqrtf.c (sqrtf),
170         * device/lib/tanf.c (tanf),
171         * device/lib/tanhf.c (tanhf),
172         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
173         replaced all instances of "reentrant" in the library functions
174         defined in math.h with this macro.
175         * support/regression/tests/float_trans.c: reenabled test for hc08
176
177 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
178
179         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
180         erroneously deleted
181
182 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
183
184         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
185         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
186         multi-byte volatile operands are used
187         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
188         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
189         initialization to area GSINIT0 so that it would always precede
190         any static initializers in GSINIT
191         * support/regression/tests/zeropad.c: fixed idata define for hc08
192         * support/regression/tests/bug-927659.c,
193         * support/regression/tests/float_trans.c: disabled tests for hc08
194         pending missing library routines
195         * .version: increased version number to 2.4.4 - hc08 port now passes
196         regression tests
197
198
199 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
200
201         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
202         * Makefile.common.in,
203         * as/Makefile,
204         * as/hc08/Makefile.in,
205         * as/mcs51/Makefile.in,
206         * as/z80/Makefile.in,
207         * debugger/mcs51/Makefile.in,
208         * device/include/Makefile.in,
209         * device/lib/Makefile.in,
210         * doc/Makefile,
211         * link/Makefile,
212         * link/z80/Makefile.in,
213         * packihx/Makefile.in,
214         * sim/ucsim/main_in.mk,
215         * sim/ucsim/avr.src/Makefile.in,
216         * sim/ucsim/doc/Makefile.in,
217         * sim/ucsim/gui.src/serio.src/Makefile.in,
218         * sim/ucsim/hc08.src/Makefile.in,
219         * sim/ucsim/s51.src/Makefile.in,
220         * sim/ucsim/xa.src/Makefile.in,
221         * sim/ucsim/z80.src/Makefile.in,
222         * src/Makefile.in,
223         * support/cpp2/Makefile.in,
224         * support/librarian/Makefile,
225         * support/makebin/Makefile: added DESTDIR to the install path proposed
226         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
227         * doc/sdccman.lyx: added DESTDIR documentation
228
229 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
230
231         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
232         instruction for interrupt handlers, use fast returns when returning
233         from high priority interrupts
234
235 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
236
237         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
238         code generation
239         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
240         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
241         bugs, ported much of Bernhard's code from mcs51
242         * src/mcs51/gen.c (genSend),
243         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
244         than one when calling a reentrant function
245         * device/lib/_mullong.c: defined an alternate struct layout for big
246         endian ports (hc08)
247
248 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
249
250         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
251         test
252
253 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
254
255         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
256         are sane and complete before asking the port its prefered parameter
257         passing method (fixes bug #1017633)
258         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
259         and _ret3
260
261 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
262
263         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
264         problem in bitfields >= 8 bits.
265
266 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
267
268         * src/SDCCsymt.c: undid changes that were not meant to be committed
269
270 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
271
272         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
273
274 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
275
276         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
277           copied and wrong bit got inverted
278
279 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
280
281         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
282         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
283         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
284         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
285         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
286         assignments to bitfields at known addresses
287         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
288         reads from bitfields at known addresses
289         * src/hc08/ralloc.c (packRegisters),
290         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
291         genhc08Code): optimize pointer get values used as conditionals
292         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
293         and branch
294
295 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
296
297         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
298         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
299         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
300         as conditionals
301
302 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
303
304         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
305
306 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
307
308         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
309         related problems
310
311 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
312
313         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
314
315 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
316
317         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
318         mcs51 port
319
320 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
321
322         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
323
324 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
325
326         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
327         cases use more compact code.
328
329 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
330
331         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
332
333 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
334
335         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
336
337 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
338
339         * src/SDCCsymt.h,
340         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
341         parameter of changePointer() from symbol* to sym_link*
342         * src/SDCCast.c (decorateType): call changePointer() for CAST op
343         * src/SDCCsymt.c (compareType): void* type is castable to other
344         pointers, but not necesarily an exact match.
345         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
346         is no longer blindly treated as an exact match.
347         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
348
349 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
350
351         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
352
353 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
354
355         * src/pic/gen.c,
356         * src/pic/pcode.c,
357         * src/pic/ralloc.h,
358         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
359
360 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
361
362         * src/pic/device.c,
363         * src/pic/device.h,
364         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
365
366 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
367
368         * src/mcs51/gen.c (emitcode): fixed bug #992819
369
370 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
371
372         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
373           there's no need to make it worse
374
375 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
376
377         * src/mcs51/ralloc.c (deassignLR),
378         * src/ds390/ralloc.c (deassignLR),
379         * src/hc08/ralloc.c (deassignLR),
380         * src/z80/ralloc.c (deassignLR),
381         * src/pic/ralloc.c (deassignLR),
382         * src/pic16/ralloc.c (deassignLR),
383         * src/avr/ralloc.c (deassignLR),
384         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
385         rlivePoint): fixed another part of bug #971834
386
387 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
388
389         * src/z80/main.c: enabled "critical" keyword
390         * src/z80/mappings.i,
391         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
392         functions (fixes bug #979646)
393         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
394
395 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
396
397         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
398           such as c:\mydir.
399
400 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
401
402         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
403           doesn't disable too much optimizations
404
405 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
406
407         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
408
409 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
410
411         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
412
413 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
414
415         * src/pic/gen.c tidied up tabs
416         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
417         * src/pic/main.c tidied up tabs
418         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
419         * src/pic/pcoderegs.c tidied up tabs
420         * src/pic/ralloc.c tidied up tabs
421
422 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
423
424         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
425         to S_FIXED for pic16 port and when symbol is not in level 0,
426         allocate for S_REGISTER storage class and pic16 port, too,
427         * src/pic16/device.h: prototype for checkSym,
428         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
429         * (pic16_assignConfigWordValue): test the value and the mask to
430         validate that the value is suitable for the configuration word,
431         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
432         collect extern declared symbols, don't emit symbol twice, check
433         first if symbol is in publics set first,
434         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
435         * added command line '--fstack' which enables an experimental
436         feature for stack access, too buggy to be used yet...
437         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
438         * (pic16_allocDirReg): when register has storage class S_REGISTER
439         allocate in pic16_dynAccessRegs,
440         * device/include/pic16/pic18f????.h: modified configuration word
441         naming convention, words started as CONFIG0H but should be CONFIG1H
442
443 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
444
445         * device/include/mcs51reg.h: fixed bug 970993
446
447 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
448
449         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
450         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
451         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
452         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
453         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
454         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
455           error/warning numbers,
456           added function setWarningDisabled()
457         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
458         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
459           _memcmp.c _memmove.c calloc.c realloc.c free.c
460         * support/regression/tests/malloc.c: added tests for new functionality
461         * support/regression/tests/zeropad.c: added tests for truncated initializers
462           and initialized char arrays starting with '\x0'
463         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
464
465 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
466
467         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
468
469 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
470
471         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
472         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
473         peephole 177.e. Thanks to anonymous
474
475 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
476
477         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
478         function isn't used in the source but referenced as a
479         variable initializer then declare it as extern in .asm file
480
481 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
482
483         * .version: increased version number to 2.4.3
484
485         Adding version extension according to ChangeLog CVS revision
486         * src/Makefile.in (target all): added dependency 'version.h'
487         * (rule version.h): added rule to create version.h from ChangeLog,
488         * (rule dep): added dependency version.h,
489         * src/version.awk: AWK script to create version.h
490         * src/SDCCdwarf2.c (dwWriteModule),
491         * src/SDCCglue.c (initialComments),
492         * src/SDCCmain.c (printVersionInfo): modified to write after
493         version string the version extension number,
494         * src/SDCCutil.c: included "version.h"
495         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
496         number,
497         * src/SDCCutil.h: added prototype for getBuildNumber
498
499         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
500         includeDirsSet, too,
501         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
502         const char [] is found in function prototype...
503
504         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
505         moving to WREG with source is already in WREG,
506         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
507         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
508         * (aopForSym): stack'ed symbols are partially supported, added
509         if-clause to support symbols in FARSPACE,
510         * (sameRegs): added test for AOP_ACC to see if registers are same,
511         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
512         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
513         * (pic16_popRegFromString): will not allocate a new register if it
514         doesn't find one by name, bug may have introduced...
515         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
516         * (genIpush): revived to use pic16 port's stack,
517         * (genAddrOf): added incomplete case for stack'ed operand,
518         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
519         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
520         can handle multibyte operands,
521         * src/pic16/glue.c (pic16_printIval*): some debug info added,
522         * (pic16initialComments): added message for MPLAB compatibility
523         mode enabled,
524         * src/pic16/main.h: prototype for pic16_mplab_comp,
525         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
526         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
527         * (_pic16_linkEdit): NEW, handles link stage, transferred here
528         because of increased complexity of procedure,
529         * (_process_pragma): stack pragma changed to format 'stack pos len',
530         emit symbol '_stack_end' to conform with gplink,
531         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
532         to search for register,
533         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
534         PO_GPR_REGISTER,
535         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
536         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
537         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
538         case for PO_GPR_REGISTER,
539         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
540         dies, the new era is ahead !...
541         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
542         pic16_dynInternalRegs,
543         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
544         * (pic16_allocDirReg): minor optimizations and bug fixes,
545         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
546
547         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
548         load stack and frame pointer with address of 'stack_end' symbol
549
550 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
551
552         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
553         without source code but only variable initializers
554
555 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
556
557         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
558         external are not declared as extern to reduce overhead while linking
559
560 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
561
562         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
563
564 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
565
566         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
567           Yee Keat for the patch
568         * src/SDCCast.c (decorateType): fixed bug #979599
569         * src/ds390/gen.h: removed local fReturnSizeDS390
570         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
571         * src/ds390/gen.c (genAnd, genOr, genXor),
572         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
573
574 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
575
576         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
577         add relFilesSet to $3, manipulate $2 to handle linking of object
578         files without source files in command line,
579         * device/include/pic16 (all headers): added ID location macros,
580         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
581         entries for ID location bytes,
582         * (pic16_assignIdByteValue): NEW,
583         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
584         added field dumpcalltree to pic16_options_t,
585         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
586         is used instead of pic16_Gstack_base_addr, check if (ifx) before
587         emitting rFalseIfx label after check_carry label,
588         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
589         pic16_emitDIRegs), NEW
590         * (pic16glue): dump .calltree file when option --calltree found,
591         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
592         * (_pic16_genAssemblerPreamble): emit ID locations after
593         configuration registers,
594         * (pic16_linkCmd): modifications of the link command,
595         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
596         * (pic16_pCodeInitRegisters): don't init stack registers,
597         * (pic16_findPrevInstruction): fixed bug,
598         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
599         bug with immediate registers,
600         * (buildCallTree): traces stack push and pop,
601         * (pct2): dump also stack usage for each function,
602         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
603         * (pic16_allocDirReg): various modifications,
604         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
605         fixed to 1,
606
607 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
608
609         * src/pic16/pcode.c: removed buggy double colon
610
611 2004-07-01 Borut Razem <borut.razem AT siol.net>
612
613         * support/scripts/sdcc.nsi: added include/pic16 to setup
614
615 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
616
617         * device/lib/Makefile.in: fixed bug in target objects-pic16,
618         * device/lib/pic16/Makefile: prefixed with dash (-) command under
619         target 'clean',
620         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
621         specific command line arguments. Also added sample lkr script
622         for placing a variable at a specific memory bank.
623         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
624         at a specific memory bank,
625         * (pic16_dump_isection): fixed bug which caused string literals to
626         be omitted when dumping idata section,
627         * (pic16_groupRegistersInSection): added code to handle registers
628         in specific memory banks,
629         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
630         public, all references are renamed too,
631         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
632         AOP_DPTR2,
633         * (pic16_storeForReturn): added case to handle when dest is WREG,
634         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
635         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
636         pic16_rel_udata, check to see if that register is marked as being
637         a member of a specific memory bank,
638         * (pic16_printIvalCharPtr): added code to add string literals either
639         to code or the idata sections,
640         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
641         also accept the 'udata' pragma,
642         * src/pic16/main.h: new structure types sectName and sectSym
643         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
644         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
645         * (pic16_findPrevInstruction): fixed, it returned nothing,
646         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
647         instruction combinations,
648         * (pic16_FixRegisterBanking): heavily reorganised,
649         * (pic16_AnalyzeBanking): if generating banksel directives is
650         disabled, then don't call FixRegisterBanking at all,
651         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
652         completely removed,
653         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
654
655 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
656
657         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
658         Phuah Yee Keat <yk.phuah AT nestac.com>
659
660 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
661
662         * src/pic16/glue.c (pic16createInterruptVect): function now emits
663         correctly the IVT even if it is relocated to some other location
664
665 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
666
667         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
668         * device/include/pic16/pic18f2220.h: NEW,
669         * device/lib/pic16/libdev/pic18f2220.c: NEW,
670         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
671         * src/pic16/device.c (struct Pics16): added info for 18f2220,
672         * src/pic16/device.h (struct pic16_options): added ivt_loc and
673         nodefaultlibs, ivt_loc is the location of the interrupt vector
674         table, and nodefaultlibs signs that default libraries should not be
675         linked in link stage,
676         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
677         according to --ivt-loc argument,
678         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
679         when pragma stack is found,
680
681 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
682
683         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
684         256 (range check), 257 (do while), 258.a-f (bit banging
685         f.e. on 3-wire SPI bus)
686
687 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
688
689         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
690         variables used exclusively within a loop
691
692 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
693
694         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
695
696 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
697
698         * src/SDCClrange.c (computeClash): fixed bug #971834
699
700 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
701
702         * src/mcs51/gen.c (genCmp): fixed bug #975903
703         * src/hc08/gen.c (operandsEqu),
704         * src/ds390/gen.c (operandsEqu),
705         * src/z80/gen.c (operandsEqu),
706         * src/pic/gen.c (operandsEqu),
707         * src/pic16/gen.c (operandsEqu),
708         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
709         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
710
711 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
712
713         * src/SDCCcse.c (cseBBlock): fixed bug #966963
714
715 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
716
717         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
718         default case in switch statement,
719         * glue.c (pic16_initPointer): expr is initialised via decoarteType
720         to eliminate problem with initialisation of pointers, but problem
721         still exists,
722         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
723         * (emitStaticSegment): removed various lines emitting debug info,
724         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
725         added processor registers for utilizing EEPROM,
726         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
727         configurable and set 8
728
729 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
730
731         * .version: increased version number to 2.4.2,
732
733         Cumulative patch for pic16 port
734         * src/pic16/device.c: changed scheme to dump initial values for
735         variables in idata segment, all print_idata* functions were removed,
736         now the pic16_printIval* will be called,
737         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
738         * _pic16_printPointerType, pic16_printPointerType,
739         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
740         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
741         NEW, similar to the respective functions in SDCCglue.c,
742         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
743         way, emitting hex bytes,
744         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
745
746 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
747
748         * src/avr/ralloc.c (serialRegAssign),
749         * src/xa51/ralloc.c (serialRegAssign),
750         * src/pic/ralloc.c (serialRegAssign),
751         * src/pic16/ralloc.c (serialRegAssign),
752         * src/hc08/ralloc.c (serialRegAssign),
753         * src/z80/ralloc.c (serialRegAssign),
754         * src/ds390/ralloc.c (serialRegAssign),
755         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
756
757 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
758
759         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
760         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
761
762 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
763
764         Cumulative patch for pic16 port:
765         * src/pic16/device.h (typedef PIC16_device) modified fields for
766         defining microcontrollers,
767         * src/pic16/device.c: added new info for all devices in Pics16 array,
768         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
769         to be optimised out by the pCode optimiser,
770         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
771         specially, bug reported by G.M. Gallant,
772         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
773         as force'd so that cannot be optimised out by pCode optimiser,
774         * src/pic16/pcode.c,
775         * src/pic16/pcodepeeph.c,
776         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
777         they are disabled by default, but can be enabled explicit with
778         command argument --denable-peeps, for testing,
779         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
780         --pomit-ivt in COMPILE_FLAGS
781
782 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
783
784         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
785           compilation on MSVC
786
787 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
788
789         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
790
791 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
792
793         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
794         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
795
796 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
797
798         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
799         would only assign 0x300001 register.
800
801 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
802
803         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
804         in COMPILE_FLAGS. Thanks to G. Gallant for report.
805
806 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
807
808         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
809         for ds80c400
810         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
811         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
812         added peephole 254 (left shift), 255 (jump table)
813
814 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
815
816         * device/lib/Makefile.in: removed comment line with model-pic16,
817         * (target port-specific-objects-pic16): the libraries and objects
818         are copied to the build directory form the device/lib/pic16/bin
819         directory
820
821         Cumulative patch concerning pic16 port:
822         * library directory has been re-organized,
823         * added support for PIC18F1220,
824         * added headers and library sources for chips 18f1220,18f6520,
825         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
826
827         * configuration registers setting has changed, now each supported
828         device has a complete description of the registers it uses,
829         * all initialisations are moved to idata sections, these section
830         can be absolute or relocatable,
831         * fixed initialisation of codespace variables,
832         * fixed warning about PCLATU and gpsim,
833         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
834         * (genAssign): use table reads when assigning from variables in codespace,
835         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
836         char/int variables placed in codespace,
837         * (pic16_emitConfigRegs): NEW, emits a list with configuration
838         registers set in .asm file, no need for --pomit-config-words anymore,
839         * (pic16glue): some 8051 legacy segments are commented out
840         (to be removed completely),
841         * added support for alternative assembler and linker with --asm=
842         and --link= command line arguments,
843         * peepholes are disabled automatically in the port, no need to
844         specify on command line,
845         * port supports natively char/int/long multiplication, but converts
846         all divisions to support functions,
847         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
848         to the file set in variable $2,
849         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
850         strings in ASCII format and not in hex,
851         * ralloc.c (serialRegAssign): added a triplet of conditional calls
852         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
853         allocate proper register if iCodes aren't temporary,
854
855 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
856
857         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
858
859 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
860
861         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
862         is commented out
863
864 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
865
866         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
867         computed address is reused
868         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
869         multi-byte bitfields
870
871 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
872
873         * src/z80/gen.c: (genArrayInit): must check for pointers too
874
875 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
876
877         * support/regression/tests/zeropad.c: never meant to commit the
878           nestedstruct test: removed, added check for GCC version
879
880 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
881
882         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
883         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
884         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
885           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
886           bugs 928906 and 954082 half-empty initializers
887         * src/SDCCsymt.h,
888         * src/SDCCsymt.c (getAllocSize): added for above fix
889         * src/z80/gen.c (genArrayInit): fixed bug 741044
890         * support/regression/tests/zeropad.c: added tests
891
892 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
893
894         * src/pic16/device.c (pic16_dump_section): corrected bug which
895         caused some symbols of the libraries to be misplaced
896
897 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
898
899         * src/pic16/glue.c,
900         * src/pic16/ralloc.h,
901         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
902         to fix conflict with pic port
903
904 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
905
906         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
907         externs configuration variables,
908         * src/pic16/ralloc.h,
909         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
910         prototype in header, commented out some debug messages
911
912 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
913
914         * src/pic16/glue.c,
915         * src/pic16/main.c,
916         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
917         for gpasm COFF object generation. Thanks to D. Hawkins for
918         his patch info
919
920 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
921
922         * src/ds390/main.c,
923         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
924         Brock for spotting this)
925         * src/ds390/gen.c (genEndFunction),
926         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
927         interrupt handler and critical. Disable push/pop optimizations when
928         peephole optimizations disabled.
929
930 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
931
932         Updated pic16 library sources and headers.
933         * device/lib/pic16/pic18f*/ ,
934         * device/include/pic16/*.h: modified to handle structured SFR
935         definitions
936
937 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
938
939         * src/port.h (PORT structure): added hook initPaths, now each
940         port can declare its own default search paths,
941         which can been seen with the --print-search-dirs option,
942         see pic16 port for example,
943         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
944         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
945         * (doPrintSearchDirs): NEW, replaces in a central manner the
946         printing of search dirs which was split in set*Paths functions,
947         * (main): added call to port->initPaths and doPrintSearchDirs,
948         * src/avr/main.c,
949         * src/ds390/main.c,
950         * src/hc08/main.c,
951         * src/izt/i186.c,
952         * src/izt/tlcs900h.c,
953         * src/mcs51/main.c,
954         * src/pic/main.c,
955         * src/pic16/main.c: modified port structures to reflect addition of
956         initPaths hook,
957
958         * src/pic16/device.c (regCompare): registers are finally sorted by name,
959         * (pic16_dump_section): for registers in same address reserve memory once,
960         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
961         to no_banksel,
962         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
963         result is greater in size than right or left,
964         * (pic16_genUMult8X8_8): there are some cases where the result can
965         be 16 bits size, so handle these,
966         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
967         * (pic16_outBitC): modified to emit pcodes,
968         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
969         or not,
970         * (genDivOneByte): implemented algorithm to divide 8-bits,
971         * (genCmp): uncommented goto, but issues still exist,
972         * (genAnd): fixed a bug with variables >8bits,
973         * (genPackBits): optimization added that uses BCF/BSF to change a
974         single bit,
975         * (genAssign): fixed bug when assigning floating point literals,
976         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
977         __sdcc_gsinit_startup label,
978         * src/pic16/main.c (_pic16_init): removed search directory
979         initialisations,
980         * (_pic16_initPaths): NEW, used to initialise search directories,
981         * (_hasNativeMulFor): support functions for all except char/int
982         multiplication, and char division,
983         * (PIC16_port struct): modified entry for native mul support,
984         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
985         no_banksel option,
986         * (buildCallTree): call to register_usage is ifdef'ed out,
987
988 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
989
990         * device/include/string.h: applied Stas Sergeev's patch to make this
991         header file compatible with the preprocessor -Wundef option
992         * src/SDCCmain.c (main): abort compilation if preprocessor reports
993         failure (fixes bug #941458)
994
995 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
996
997         * src/SDCCopt.c (killDeadCode): fixed bug #907733
998         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
999         that the variable, not the function, should be static
1000         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
1001         to be consistent with non-literal case
1002
1003 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1004
1005         * src/SDCCast.c (isConformingBody): fixed bug #949967
1006         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
1007         convilong): fixed bug #952086
1008
1009 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1010
1011         * src/SDCCmem.c (allocVariables): fixed bug #955321
1012
1013 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1014
1015         * src/hc08/main.c (_hc08_genAssemblerEnd),
1016         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
1017         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
1018         completely eliminated the use of a temporary file
1019         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
1020         when more than one file linked
1021         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
1022
1023 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1024
1025         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
1026         which fixes bug #543481
1027         * support/regression/tests/bug-751703.c: fixed comments left from a
1028         cut and paste error
1029         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
1030         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
1031         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
1032         scopes
1033         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
1034         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
1035         are now changed to underscores in moduleName
1036
1037 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1038
1039         * as/mcs51/lkmem.c: better fix for bug #954173
1040
1041 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1042         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1043
1044         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
1045         * device/include/c8051f000.h,
1046         * device/include/c8051f120.h,
1047         * device/include/c8051f300.h,
1048         * device/include/c8051f310.h,
1049         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
1050         PWM16) and detab'ed
1051
1052 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1053
1054         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
1055         and mailing lists, doc'ed --no-peep-comments, removed reference
1056         to knoppix (newest version has no LyX/LaTeX), other minor changes
1057         * src/SDCCglue.c (glue): save 2 bytes stack space with
1058         option --main-return. The ljmp could probably be avoided too
1059
1060 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1061
1062         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
1063
1064 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1065
1066         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
1067         * src/SDCCopt.c (isLocalWithoutDef),
1068         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
1069         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
1070         (credit to Maarten Brock for patch #949363, on which this is based)
1071         * support/regression/tests/bug-751703.c: some test cases of extern used
1072         within inner scopes.
1073
1074 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1075
1076         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
1077         SPEC_STRUCT
1078         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
1079         struct definitions
1080         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
1081         dwWriteLabel): fix to create valid debugger symbols even when
1082         the module name has non-alphanumeric symbols in it
1083         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
1084         when a variable's allocation has been optimized away
1085
1086
1087 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1088
1089         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
1090         * src/hc08/main.c,
1091         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
1092         * src/mcs51/main.c,
1093         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
1094         * src/ds390/main.c,
1095         * src/z80/gen.c (z80_emitDebuggerSymbol),
1096         * src/z80/main.c,
1097         * src/pic/gen.c (pic14_emitDebuggerSymbol),
1098         * src/pic/main.c,
1099         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
1100         * src/pic16/main.c,
1101         * src/avr/gen.c (avr_emitDebuggerSymbol),
1102         * src/avr/main.c,
1103         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
1104         * src/xa51/main.c,
1105         * src/SDCCdebug.c (emitDebuggerSymbol),
1106         * src/SDCCdebug.h,
1107         * src/port.h: added a debugger struct to the port struct. Added a
1108         callback for defining debugger symbols
1109
1110         * src/SDCCast.c (createLabel),
1111         * src/SDCC.y (labeled_statement): mark all compiler generated labels
1112         with isitmp = 1
1113         * src/SDCCicode.h,
1114         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
1115         iCode back to the ast for the function
1116
1117         * src/hc08/ralloc.c (hc08_assignRegisters),
1118         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
1119         unneeded fields from the regs struct.
1120         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
1121         pushReg() & pullReg() functions instead of emitcode()
1122
1123         * src/hc08/gen.c (genLabel, genhc08Code),
1124         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
1125
1126         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
1127         debugger hooks
1128
1129         * src/hc08/gen.c (genEndFunction, genhc08Code),
1130         * src/hc08/gen.h,
1131         * src/mcs51/gen.c (genEndFunction, gen51Code),
1132         * src/mcs51/gen.h,
1133         * src/ds390/gen.c (genEndFunction, gen390Code),
1134         * src/ds390/gen.h,
1135         * src/z80/gen.c (genEndFunction, genZ80Code),
1136         * src/z80/gen.h,
1137         * src/z80/z80.h,
1138         * src/pic/gen.c (genEndFunction, genpic14Code),
1139         * src/pic/gen.h,
1140         * src/pic16/gen.c (genEndFunction, genpic16Code),
1141         * src/pic16/gen.h,
1142         * src/avr/gen.c (genEndFunction, genAVRCode),
1143         * src/avr/gen.h,
1144         * src/xa51/gen.c (genEndFunction, genXA51Code),
1145         * src/xa51/gen.h,
1146         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
1147         specific code to cdbFile.c and out of the backend code generators
1148
1149         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
1150         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
1151         starting address is now 0
1152
1153         * as/hc08/asm.h,
1154         * as/hc08/m08pst.c,
1155         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
1156         assembler directive for DWARF support
1157         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
1158
1159         * src/src.dsp,
1160         * src/Makefile.in,
1161         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
1162
1163 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1164
1165         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
1166         and inappropriate peephole optimization in jump tables
1167
1168 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1169
1170         * as/hc08/m08pst.c,
1171         * src/SDCCglue.c: sdccopt works for the hc08 port now
1172
1173 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
1174
1175         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
1176
1177 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1178
1179         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
1180
1181 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1182
1183         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
1184         rules
1185         * src/SDCCmain.c,
1186         * src/SDCCglobl.h,
1187         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
1188         comments from the peephole optimizer replacement rules
1189         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
1190         symbols
1191         * src/SDCCcse.c (updateSpillLocation),
1192         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
1193         equivalents
1194         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
1195         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
1196         objects far pointers
1197
1198 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1199
1200         * src/SDCCsymt.h: a missing part of my last change
1201         * src/pic/ralloc.c (regTypeNum),
1202         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
1203
1204 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1205
1206         * src/SDCCicode.h,
1207         * src/SDCCicode.c (aggrToPtrDclType),
1208         * src/SDCCptropt.h,
1209         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
1210         ptrPseudoSymConvert),
1211         * src/pic/ralloc.c (regTypeNum),
1212         * src/pic16/ralloc.c (regTypeNum),
1213         * src/hc08/ralloc.c (regTypeNum),
1214         * src/ds390/ralloc.c (regTypeNum),
1215         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
1216         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
1217
1218 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1219
1220         * link/z80/lkmain.c (afile),
1221         * as/hc08/lkmain.c (afile),
1222         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
1223         prevent a pointer problem when a filename has no directory and
1224         no extension specified.
1225
1226 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1227
1228         * link/z80/lkmain.c (afile): allow periods in directory names
1229         * link/z80/lkmain.c (afile),
1230         * as/mcs51/lkmain.c (afile),
1231         * as/hc08/lkmain.c (afile): allow linker script file to have an
1232         extension other than ".lnk"
1233         * link/z80/lklex.c (getfid),
1234         * link/z80/lkmain.c (parse),
1235         * as/mcs51/lklex.c (getfid),
1236         * as/mcs51/lkmain.c (parse),
1237         * as/hc08/lklex.c (getfid),
1238         * as/hc08/lkmain.c (parse): Support comments in the linker script
1239         file on lines by themselves and after filenames
1240
1241 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1242
1243         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
1244
1245 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1246
1247         * src/z80/peeph-z80.def: removed some peephole rules that don't
1248         work with multibyte arithmetic (fixed bug #937126)
1249         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
1250         to registers and not global variables
1251         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
1252         geniCodePreInc, geniCodePostDec, geniCodePreDec,
1253         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
1254         checking for assignments not internally generated (fixed bug #931895)
1255         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
1256         structure member (fixed bug #930072)
1257
1258 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1259
1260         * src/SDCCmain.c (linkEdit),
1261         * src/hc08/main.c (_hc08_parseOptions),
1262         * as/hc08/Makefile.in,
1263         * as/hc08/aslink.h,
1264         * as/hc08/asm.h,
1265         * as/hc08/m08pst.c,
1266         * as/hc08/lkrloc.c (relr, rele),
1267         * as/hc08/lkarea.c (lnkarea)
1268         * as/hc08/lkmain.c (afile, parse),
1269         * as/hc08/lkelf.c: support for ELF output
1270         * as/hc08/lks19.c (s19),
1271         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
1272
1273 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1274
1275         * as/mcs51/lkihx.c: Fixed bug #899105.
1276
1277 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1278
1279         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
1280         .dsp files from Unix to DOS.
1281
1282 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1283
1284         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
1285         function pointers; we have been compliant for several months now.
1286         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
1287         change that was accidently commented out
1288         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
1289         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
1290         bug #922319
1291
1292 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1293
1294         * src/hc08/gen.c: output of all of the internal debugging information
1295         is now controlled by the D() macro; it is disabled by default
1296
1297 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1298
1299         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
1300         harder to keep the same registers during a CAST iCode
1301         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
1302         long via int can be done in a single cast, if the signedness is
1303         correct.
1304         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
1305         putchar() in tinibios.c in ds390's library
1306
1307 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
1308
1309         * src/SDCCast.c (decorateType): fixed bug #898889,
1310         cast result of a literal complement too
1311         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
1312         fixed check for bitfields
1313
1314 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
1315
1316         * src/SDCCicode.c (geniCodeLogic): made it static,
1317         (geniCodeLogicAndOr): added in order to fix bug #905492,
1318         (ast2iCode): fixed bug #905492
1319         * support/regression/tests/bug-905492.c: added
1320         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
1321         (processParms): fixed bug #927659: don't copy parms, this will clear
1322         decorated flag
1323         * support/regression/tests/bug-927659.c: added
1324
1325 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
1326
1327         * src/SDCCast.c (addCast): don't cast float to char
1328         * device/lib/libsdcc.lib: added _memmove
1329
1330 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
1331
1332         * device/lib/large/Makefile: fixed parallel execution by
1333         replacing `make` by `$(MAKE)`
1334
1335 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1336
1337         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
1338         offsets (fixes bug #923936)
1339
1340 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
1341
1342         * device/lib/small/Makefile: fixed parallel execution by
1343         replacing `make` by `$(MAKE)`
1344
1345 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
1346
1347         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
1348
1349 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
1350
1351         * src/pic/gen.c (genCpl): multi-byte complements were not working.
1352         * src/regression/Makefile: Regression test was not running.
1353
1354 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
1355
1356         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
1357         complement if possible
1358         * src/SDCCval.c (valComplement),
1359         * src/SDCCicode.c (operandOperation): fixed complement of literal
1360         * support/regression/tests/onebyte.c (testComplement): added
1361
1362 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
1363
1364         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
1365         return an optimized tree; actually replace actParm with the new tree
1366         * src/SDCCast.h: added some parantheses to remove side effects
1367         * support/regression/tests/bug-920866.c
1368
1369 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
1370         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
1371         Bit operands were not being handled properly in the pic14 port.
1372         (now src/regression/add.c passes again).
1373
1374 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1375
1376         * src/SDCC.y (labeled_statement): case and default no longer require
1377         a following statement (RFE #893037)
1378
1379 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1380
1381         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
1382         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
1383         disabled (fixes bug #916294)
1384         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
1385         "mov a,acc"; patch provided by Lenny Story
1386         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
1387
1388 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1389
1390         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
1391         functions
1392         * src/ds390/gen.c (genFunction, genEndFunction),
1393         * src/ds390/ralloc.c (ds390_assignRegisters),
1394         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
1395         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
1396         pushed if there are parameters passed on the stack. Also, a cleaner
1397         way to decide if r0/r1 should be pushed/popped. (Together they fix
1398         bug #918693)
1399
1400 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1401
1402         * doc/sdccman.lyx,
1403         * device/lib/mcs51/crtpagesfr.asm,
1404         * device/lib/mcs51/crtxinit.asm,
1405         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
1406         to avoid confusion with Si Lab's SFRPAGE register.
1407
1408 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1409
1410         * src/SDCCglue.c (emitMaps): allow public sfr variables
1411         * src/SDCCglue.c (initialComments): include compiler build date
1412         with compiler version and put the timestamp of the generated
1413         assembly file on a serperate line to be less confusing.
1414         * src/port.h: added genInitStartup hook
1415         * src/avr/main.c,
1416         * src/ds390/main.c,
1417         * src/hc08/main.c,
1418         * src/pic/main.c,
1419         * src/pic16/main.c,
1420         * src/xa51/main.c,
1421         * src/z80/main.c: genInitStartup initialize as NULL (default to
1422         historical behaviour)
1423         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
1424         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
1425         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
1426         library instead of hard coding it into the compiler.
1427         * support/regression/ports/mcs51-stack-auto/spec.mk,
1428         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
1429         * device/lib/mcs51/Makefile,
1430         * device/lib/small/Makefile,
1431         * device/lib/large/Makefile,
1432         * device/lib/mcs51/crtpagesfr.asm,
1433         * device/lib/mcs51/crtstart.asm,
1434         * device/lib/mcs51/crtxclear.asm,
1435         * device/lib/mcs51/crtxinit.asm,
1436         * device/lib/mcs51/crtclear.asm,
1437         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
1438         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
1439         and into user configurable files.
1440         * device/lib/clean.mk: clean mcs51 directory too
1441         * support/regression/tests/longlit.c: added static to T1 declaration
1442         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
1443         accesses in the initialization code
1444
1445 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1446
1447         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
1448         OSCTRIMVAL as noted in bug #916008
1449
1450 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1451
1452         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
1453         in loops with multiple exits (reported as incorrect registers
1454         used by Martin Helmling in Sdcc-user list)
1455
1456 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1457
1458         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
1459         made ds390 register extensions look less like error messages
1460
1461 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1462
1463         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
1464         reported by Adam Wozniak in Sdcc-user list
1465
1466 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
1467
1468         * src/SDCCast.c (decorateType): fixed with bug and promotion in
1469         arithmetic optimizations, added debug output
1470
1471 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
1472
1473         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
1474         * sdcc.spec: updated and split sdcc into 3 rpms
1475         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
1476         needed for literals of LEFT_OP and '+'
1477         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
1478         introduced RESULT_TYPE_NOPROM
1479         (geniCodeMultiply): fixed logic for decision if mul is optimized to
1480         left shift
1481         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
1482         limited promotion to int only for '*'
1483         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
1484
1485 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
1486
1487         * src/pic16/gen.c (genSkip),
1488         (genc16bit2lit), (gencjneshort): commented out
1489         (is_LitOp): new helper function, checks operand type
1490         (genCmpEq): rewritten
1491
1492 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
1493
1494         * support/regression/tests/bug-908454.c: added
1495
1496 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
1497
1498         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
1499         * src/SDCCicode.c (usualBinaryConversions): op needs int type
1500         (geniCodeCast): cosmetic, don't preserve bit storage class
1501         (geniCodeLeftShift): added promotion
1502         (geniCodeLogic): fixed regression
1503         * src/SDCCsymt.c (computeTypeOr): accept bits too
1504         (compareType): 2nd part of fix for bug #908454, needed for bitfields
1505
1506 2004-03-07  Borut Razem <borut.razem AT siol.net>
1507
1508         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
1509
1510 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
1511
1512         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
1513         version of pic16_genPackRegisters which does not check if ic is a
1514         CAST operator,
1515         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
1516         function cause string1.c regression test fails
1517
1518 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
1519
1520         * sim/ucsim/configure.in,
1521         * sim/ucsim/configure,
1522         * sim/ucsim/doc/Makefile.in: use docdir
1523         * src/SDCC.y: fixed sbit atrributes
1524         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
1525         * src/SDCCast.c (decorateType): |^& need special promotion handling
1526         * src/SDCCast.h,
1527         * src/SDCCsymt.h: moved definition of RESULT_TYPE
1528         * src/SDCCsymt.h (computeType),
1529         * src/SDCCicode.c: computeType() needs op
1530         * src/SDCCsymt.c (checkTypeSanity),
1531         * doc/sddman.lyx: "plain" bitfields are unsigned
1532         * src/SDCCsymt.c (computeTypeOr): added
1533         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
1534         |^& ops
1535         * src/SDCCval.c (val*): computeType() needs op
1536         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
1537         * support/regression/tests/onebyte.c: added tests for |^&
1538
1539 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
1540
1541         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
1542         for writing icode into asm output.
1543
1544 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
1545
1546         * src/pic16/device.c: added some debug lines enabled
1547         with macro DEBUG_CHECK,
1548         * src/pic16/genarith.c: more debug in genPlus,
1549         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
1550         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
1551         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
1552         * (aopForSym): onStack symbols are re-placed in data memspace,
1553         and onStack flag is cleared,
1554         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
1555         copy temporary pcodeop,
1556         * (genPcall): added warning for not updating PCLATU,
1557         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
1558         always true for pic16 port,
1559         * (genMultOneWord): NEW, supports integer multiplication,
1560         * (genMult): modified to call genMultOneWord,
1561         * (ifxForOp): added warning when return NULL,
1562         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
1563         flag is set before call to operandFromSymbol for implicit
1564         added structures,
1565         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
1566         options.intlong_rent are set by default,
1567         * (_hasNativeMulFor): modified to allow port generation of integer
1568         multiplication,
1569         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
1570         set regtype to REG_SFR for all registers, restricting seting the
1571         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
1572
1573 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1574
1575         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
1576         more than 500 times in the regression tests
1577
1578 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1579
1580         * support/Util/SDCCerr.h,
1581         * support/Util/SDCCerr.c,
1582         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
1583         enumerator_list),
1584         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
1585         for symbol conflicts.
1586         * support/valdiags/tests/enum.c,
1587         * support/valdiags/tests/tentdecl.c,
1588         * support/valdiags/tests/struct.c: expect possible error messages
1589         referring to original symbol definitions.
1590         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
1591         * src/SDCCsymt.h,
1592         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
1593
1594 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
1595
1596         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
1597
1598 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
1599
1600         * src/pic16/ralloc.c (newReg): fixed bug #908929
1601
1602 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1603
1604         * src/ds390/gen.c: added missing #include "main.h"
1605
1606 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
1607
1608         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
1609         checking if symbol is already in set,
1610         * src/pic16/device.h: prototype for checkAddSym,
1611         * src/pic16/gen.c: (_G): added entry interruptvector,
1612         * (assignResultValue): removed some commented out lines,
1613         * (genFunction): check for ISR via sym->type, absolute section for
1614         interrupt code is created via a new pBlock, the goto instruction is
1615         placed now correctly at the interrupt vector position, changed all
1616         references from ivec to _G.interruptvector,
1617         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
1618         is the interrupt is a high priority one, same for return from ISR,
1619         * src/pic16/glue.c: changed all calls of addSetHead for publics and
1620         externs to calls of checkAddSym,
1621         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
1622         pic16_pcode_verbose flag is set,
1623         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
1624         * src/pic16/pcoderegs.c: message about how many registers are saved
1625         will only be emitted if pic16_pcode_verbose flag is set,
1626
1627 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1628
1629         * src/ds390/ralloc.h,
1630         * src/ds390/ralloc.c (ds390_regWithIdx),
1631         * src/ds390/gen.c (emitcode),
1632         * src/ds390/main.h,
1633         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
1634         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
1635         ds390operandCompare, getRegsRead, getRegsWritten,
1636         initializeAsmLineNode): customized instruction size calculation for
1637         ds390, started basis for some register optimizations
1638         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
1639         corresponding assembly output
1640         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
1641         missing push/pop of r0/r1. Optimized push/pops
1642
1643 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1644
1645         * src/mcs51/main.c (instructionSize): fixed ACALL size
1646         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
1647
1648 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
1649
1650         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
1651         the sorting of rlist with NULL elements
1652         * (print_idataType, print_idata): NEW to create idata sections
1653         * src/pic16/device.h: idataSymSet new variable
1654         * src/pic16/gen.c (genFunction): fixed some bugs in string
1655         comparing, improved the absolute section creation for ISRs,
1656         added FSR0L/FSR0H in registers that are saved in an ISR,
1657         * (genInline): fixed the processing of inline snippets,
1658         now they undergo no process by the peephole optimizer
1659         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
1660         are placed in idataSymSet,
1661         * (pic16emitStaticSeg): extern symbols are added in externs,
1662         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
1663         switching when aboslute variables are placed in access bank memory
1664         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
1665         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
1666         commented out with #if,
1667         * (pic16_packRegisters): reintroduce the check for CAST because some
1668         symbols are not correctly handled,
1669         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
1670         pCodeInstruction instead of pCode,
1671         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
1672         pCodeAsmDir definition,
1673         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
1674         directive, then the argument directive is emitted without the leading
1675         tab, hack for inline labels which must be in the first column,
1676         * (compareLabel,pic16_findNextInstruction),
1677         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
1678         * (insertBankSwitch): modified for the new pCodeAsmDir,
1679
1680 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1681         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
1682
1683         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
1684         instance,
1685         * (pushSide): commented out with #if,
1686         * (assignResultValue): fixed some typos in saving
1687         registers,
1688         * (genPcall): FIXED and sync'ed with genCall,
1689         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
1690         * (genNearPointerGet): fixed to handle some more cases,
1691         implementation scheme via table reads,
1692         * (genConstPointerGet): modified to access code memory correct,
1693         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
1694         and improved to handle some cases
1695         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
1696         instead of "RETLW" for init data
1697         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
1698         not IN_DIRSPACE, work around to reduce bank switching when aboslute
1699         variables are placed in access bank memory (<0x80 and >=0xf80),
1700         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
1701         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
1702         TBLWT_POSTDEC,TBLWT_PREINC
1703         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
1704         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
1705         directives
1706         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
1707         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
1708         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
1709         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
1710
1711 2004-02-29  Borut Razem <borut.razem AT siol.net>
1712
1713         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
1714         support/Util/findme.h, support/Util/system.h: enhance binary relative
1715         search for lib and include by using findProgramPath()
1716
1717 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1718
1719         * src/SDCCpeeph.h,
1720         * src/SDCCpeeph.c (pcDistance),
1721         * src/port.h,
1722         * src/mcs51/ralloc.h,
1723         * src/mcs51/ralloc.c (mcs51_regWithIdx),
1724         * src/mcs51/main.h,
1725         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
1726         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
1727         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
1728         size calculation port specific, started basis for some register
1729         optimizations
1730         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
1731         missing push/pop of r0/r1. Optimized push/pops
1732         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
1733         * device/lib/_modsint.c (_modsint),
1734         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
1735         and stack version so regression tests pass
1736
1737 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
1738
1739         * src/Makefile.in (dep): include SLIBOBJS in dependency check
1740         * src/SDCCast.c (decorateType): catch another small optimization
1741         with '?' operator
1742         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
1743         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
1744         modified to finally use computeType() all over SDCC,
1745         see Feature Request #877103
1746         * src/SDCCval.h: cosmetic
1747         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
1748         valCompare(); regression tested in muldiv.c
1749         * support/regression/tests/muldiv.c (testMod): mod sign follows
1750         dividend only
1751
1752 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
1753
1754         * src/SDCCast.c (decorateType): fixed bug #902362
1755         * doc/INSTALL.txt: fixed install instructions for win32
1756
1757 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
1758
1759         * device/include/Makefile.in (install): fixed by replacing spaces
1760         by tabs
1761         * doc/README.txt,
1762         * doc/INSTALL.txt: updated for release
1763         * doc/sdccman.lyx: added warning for --xstack being buggy
1764
1765 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
1766
1767         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
1768         to eliminate build warnings.
1769         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
1770
1771 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
1772            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1773
1774         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
1775         removed -penable-stack, added comment for stack pragma, added
1776         warning for not initializing the stack/frame registers, removed
1777         comment at interrupts section
1778
1779         Stack is made permanent, there is no ability to disable stack usage.
1780         * src/pic16/device.h,
1781         * src/pic16/device.c: removed all references to USE_STACK macro,
1782         * src/pic16/device.c (pic16_dump_section): when no elements in
1783         rlist, free rlist before return,
1784         * (pic16_dump_int_registers): NEW, internal registers are a new set
1785         of general purpose registers reused by each function,
1786         * (checkAddReg): returns 1 if registers is added to set,
1787         * (pic16_groupRegistersInSection): when a registers is of type
1788         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
1789         * src/pic16/device.h: memRange and Assigned Memory are deleted,
1790         SRCASECMP macro is moved here from device.c
1791         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
1792         PO_PCLATU, PO_PRODL, PO_PRODH,
1793         * (pic16_pCodeOpType, genMinus,
1794         changed compares to "a" register, with AOP_ACC,
1795         * (pic16_genPlus): fixed some bugs and indented properly,
1796         * (pic16_addSign): changed size to size+offset in the MOVWF
1797         instruction,
1798         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
1799         multiply 8-bit operand by literal, result is 8-bit,
1800         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
1801         multiply 2 8-bit operand, result is 8-bit,
1802         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
1803         genUMult8X*_16,
1804         * src/pic16/gen.c: changed accUse to contain WREG only,
1805         * (pic16_emitcomment): renamed to pic16_emitpcomment,
1806         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
1807         true, do not use immediate addressing any more unless sym is a
1808         pointer in codespace,
1809         * (aopForRemat): do not use immediate addressing when symbol not in
1810         codespace and when symbol's address is requested,
1811         * (aopOp): for-loop in if(sym->accUse) is modified for the new
1812         accUse size (= 1),
1813         * (aopGet): added case for AOP_ACC and don't return "accumulator
1814         bug" but WREG instead,
1815         * (popGetTempReg): pushes contents of temporary register in stack,
1816         * (popReleaseTempReg): pops contents of temporary register from
1817         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
1818         * (pic16_popGet): separated case AOP_ACC to return register WREG
1819         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
1820         or PO_IMMEDIATE and initializes their instance/offset appropriately,
1821         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
1822         the use of immediate pointers to certain cases only.
1823
1824         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
1825         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
1826         * (assignResultValue, genCall, genRet): modified to use the new
1827         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
1828         genPcall is still broken,
1829         * (genFunction): added code to create 'A' type pBlocks when
1830         interrupt functions are generated, code not extensively tested yet,
1831         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
1832         * (genEndFunction): modified so ISRs pop stored registers from stack,
1833         * (genMultOneByte): cleanup,
1834         * (AccRsh): added flag andmask, to and result with appropriate mask,
1835         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
1836         * (genDataPointerGet): fixed and reenabled its use,
1837         * (genNearDataPointerGet): bugs fixed,
1838         * (genDataPointerSet): bugs fixed,
1839         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
1840         pic16_DumpSymbol, pic16_DumpOp,
1841         * src/pic16/genutils.h: function prototypes for the above functions,
1842         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
1843         pointers,
1844         * (pic16emitRegularMap): many many many improvements, but needs a
1845         major cleanup,
1846         * src/pic16/main.c: enable_stack in pic16_options is removed,
1847         * (_pic16_parseOptions): removed command line options -penable-stack,
1848         * (_process_pragma): emit stack symbol only when stack pragma is
1849         processed,
1850         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
1851         redirected to FSR0L/FSR0H pair,
1852         * (pic16_get_op, pic16_get_op2): modifications and improvements,
1853         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
1854         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
1855         for immediates,
1856         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
1857         * (dumpPicOptype): NEW,
1858         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
1859         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
1860         with movff instruction,
1861         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
1862         added pic16_int_regs, some packRegsFor* functions are commented out,
1863         because produce errors,
1864         * src/pic16/NOTES: minor modifications
1865
1866 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1867
1868         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
1869         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
1870         --pack-iram.
1871         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
1872         * as/mcs51/lkaomf51.c: fixed bug #895763
1873
1874 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
1875
1876         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
1877
1878 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1879
1880         * doc/sdccman.lyx: added details about the HC08 storage classes and
1881         interrupts, fixed the register usage info for z80 & gbz80
1882
1883 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
1884
1885         * doc/sdccman.lyx: added more pic16 port documentation
1886         * device/include/pic16/: added header pic18fregs.h
1887
1888 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
1889
1890         * doc/sdccman.lyx: added Vangelis' contribution
1891
1892 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1893
1894         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
1895         extend to the next CALL or PCALL, not just to the next CALL.
1896
1897 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
1898
1899         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
1900
1901 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1902
1903         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
1904         bug #895752 and a better fix for bug #716790
1905
1906 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1907
1908         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
1909
1910 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1911
1912         * doc/sdccman.lyx: minor changes, minor changed
1913
1914 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
1915
1916         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
1917         which can't handle SDCC_NEWONEBYTEOPS,
1918         (geniCodeMultiply): removed conversion from mult to shift for pic14
1919         and pic16
1920
1921 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1922
1923         * src/hc08/gen.h,
1924         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
1925         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
1926         thus fixing bug #895406
1927
1928 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
1929
1930         * device/lib/_modsint.c,
1931         * device/lib/_modslong.c: sign follows divisor only
1932         * src/hc08/gen.c (genMultOneByte): if result size is 1,
1933         signs or signedness can be ignored
1934         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
1935         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
1936         added optimization for IFX,
1937         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
1938         arguments;
1939         reenabled optimization for IFX, which was removed on 2004-01-11
1940         * src/SDCCast.h: added return type IFX
1941         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
1942         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
1943         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
1944         SDCC_OLDONEBYTEOPS selects the old behaviour
1945         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
1946         changed again and commented promotion rule
1947         * src/SDCCval.c (valDiv): promotion no longer necessary
1948         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
1949         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
1950         rewritten
1951         * support/regression/tests/onebyte.c: added
1952
1953 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
1954
1955         * gen.c (genInline): reverted to old code for assemnling inline
1956         code because of bug reported James Chadd
1957
1958 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
1959
1960         * ralloc.h: missing declarations from previous patch,
1961         seems that patch for ralloc.h was never applied, fixed
1962
1963 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1964            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
1965
1966         * pcode.c,
1967         * pcode.h,
1968         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
1969         indirect addressing. Marked FSR0 as deprecated
1970         * gen.c (pointerCode): commented out, not needed now
1971         (pic16_popGet2p): new MOVFF helper function
1972         (genGenPointerGet),
1973         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
1974         (shiftRLong): removed duplicate debugging info
1975
1976 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1977
1978         * src/ds390/gen.c (genNearPointerGet),
1979         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
1980         optimization with bits, but not bitfields.
1981         * src/ds390/ralloc.c (packRegisters),
1982         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
1983
1984 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
1985
1986         * src/SDCCcse.c (algebraicOpts): copy operands before modification
1987
1988 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1989
1990         * src/SDCCsymt.h,
1991         * src/SDCCicode.c (operandFromSymbol),
1992         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
1993         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
1994         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
1995         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
1996         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
1997         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
1998         bug #892038
1999         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
2000         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
2001         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
2002         * src/SDCCsymt.c (newSymbol),
2003         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
2004         enumerator_list),
2005         * src/SDCCval.h,
2006         * src/SDCCval.c (newiList): fixed bug #885705
2007
2008 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2009
2010         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
2011         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
2012
2013 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2014
2015         * device/include/c8051f120.h,
2016         * device/include/c8051f300.h,
2017         * device/include/c8051f310.h: added/updated header files for Silicon
2018         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
2019         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
2020         in new section Submitting patches
2021
2022 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2023
2024         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2025         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2026         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2027         genGenPointerSet),
2028         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
2029         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2030         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2031         genGenPointerSet),
2032         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
2033         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2034         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2035         genGenPointerSet),
2036         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
2037         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2038         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2039         genGenPointerSet): fixed bug #892400
2040         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
2041         to eliminate build warnings.
2042         * src/SDCCast.c (processParms),
2043         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
2044         fixed bug 751859
2045         * support/valdiag/valdiag.py: added GCC to the list of defines active
2046         when compiling with gcc
2047
2048 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2049
2050         * support/Util/SDCCerr.h,
2051         * support/Util/SDCCerr.c,
2052         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
2053         with an incomplete type (fixed bug #883734)
2054         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
2055
2056 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2057
2058         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
2059
2060 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2061
2062         * src/SDCCast.c (decorateType),
2063         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
2064         function pointer implementation
2065         * support/regression/tests/funptrs.c: added tests to verify both forms
2066         of function pointers work correctly. Added tests to verify parameters
2067         are passed in the correct order.
2068
2069 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
2070
2071         * device.c (regCompare): registers are sorted by ascending
2072         address and increasing size,
2073         * main.c (_pic16_finaliseOptions): removed the declaration
2074         of compiler macro MCU. Now a macro of the format pic18fxxxx
2075         will be defined from the command line
2076
2077 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
2078             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
2079
2080         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
2081         PCOP_RLCF was overwritten!
2082         * gen.c (genSkip): commented out calls to pic16_emitcode,
2083         * (genCmpEQ): fixed "long" compares, only high word did get compared,
2084         * (genlshTwo),
2085         * (genRRC): added debugging info,
2086         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
2087         overwritten while shifting,
2088         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
2089         overwritten while shifting,
2090         * (AccLsh),
2091         * (AccRsh),
2092         * (shiftLLeftOrResult),
2093         * (shiftRLeftOrResult),
2094         * (shiftRLong),
2095         * (shiftLLong): Implemented with pic16_emitpcode
2096         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
2097         * (genLeftShift): Fixed bug, operand for shift by variable always
2098         was "and"ed with 0x0f,
2099         * (genLeftShiftLiteral),
2100         * (genrshTwo),
2101         * (genRightShiftLiteral): added debugging info,
2102         * (genrshFour): added comment,
2103         * (genRightShift): determined signedness from operand "left"
2104         instead of "result"
2105
2106 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2107
2108         * src/SDCCicode.c (geniCodeParms),
2109         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
2110         function pointers, fixed function pointer bugs #861242 and #861896
2111
2112 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2113
2114         * device/include/c8051f000.h,
2115         * device/include/c8051f120.h,
2116         * device/include/c8051f300.h: added header files for Silicon
2117         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
2118
2119 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
2120
2121         * src/SDCCast.c (processParams): added new type flow and restructured
2122         (gatherAutoInit): added new type flow
2123         (addCast): cosmetic changes
2124         (getLeftResultType): added new type flow for array indices, patch
2125         provided by Stas, see FR #877103
2126         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
2127         array index patch by Stas
2128         * src/SDCCast.h: added prototype getResultTypeFromType()
2129         * src/SDCCval.h,
2130         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
2131         * src/pic/glue.c (pic14emitStaticSeg),
2132         * src/pic16/glue.c (pic16emitStaticSeg),
2133         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
2134         for initialization of symbols
2135         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
2136         * support/Util/SDCCerr.h:
2137         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
2138         * .version: bumped version number to 2.3.8
2139         * device/include/Makefile.in (install),
2140         * doc/Makefile (install): changed to 'rm `find ...`' construct to
2141         avoid warnings
2142
2143 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
2144
2145         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
2146         Slade Rich fixed an optimization bug
2147         * src/pic/pcodepeep.c,
2148         * src/pic/pcoderegs.c
2149         * doc/Makefile (install): added test for directory
2150
2151 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2152
2153         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2154         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
2155         * src/pic/ralloc.c (getRegPtr, getRegGpr),
2156         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
2157         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
2158         * as/mcs51/asexpr.c (term),
2159         * as/hc08/asexpr.c (term): fixed bug #887146
2160
2161 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2162
2163         * src/z80/gen.c (genMult): handle single byte result product
2164         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
2165         DUMMY_READ_VOLATILE (fixed bug #886367)
2166
2167 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2168
2169         * support/regression/tests/libmullong.c: fixed logic, on little endian
2170         hosts we ended without a mullong_wrapper()
2171
2172 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2173
2174         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
2175         virus/worm forged address usage.
2176
2177 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2178
2179         Fixed promotion, it should be done on AST level:
2180         * src/SDCCast.c (addCast): added promotion to int
2181         (decorateType): updated call to upCast()
2182         * src/SDCCicode.c (geniCodeLeftShift): removed call to
2183         usualUnaryConversions()
2184
2185 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
2186
2187         * support/regression/tests/literalop.c (mulWrapper): Added a
2188         wrapper to remove integer overflow warnings.
2189
2190         * support/regression/tests/float_trans.c: Made work on host.
2191
2192         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
2193         location of sz80.
2194
2195         * support/regression/generate-cases.py (main): Changed from inline
2196         to a main method.
2197
2198         * doc/Makefile (install): Changed to depth first to get rid of
2199         missing directory install warning.
2200
2201         * as/Makefile (install-doc): Made work on Mac.
2202
2203 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
2204
2205         * src/SDCCast.c: added an additional type flow in decorateType() of
2206         opposite direction, see feature request #860006; it's enabled at runtime
2207         by setting the environment variable SDCC_NEWTYPEFLOW
2208         * src/SDCCast.h: changed prototype of decorateType()
2209         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
2210         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
2211         'char' to 'int' can be omitted, if both operands are 'unsigned char';
2212         see feature request #877103
2213         * src/SDCCval.c: updated call of decorateType()
2214         (valBitwise): fixed bug #882876
2215         (valMinus): added promotion
2216         (valLogicAndOr): result is unsigned
2217         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
2218         * src/SDCCsymt.c (computeType),
2219         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
2220         must not cause an unsigned operation
2221         * src/pic/glue (pic14emitRegularMap),
2222         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
2223
2224 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
2225
2226         * src/pic/pcode.c (PCodeID): commented out left over debug code
2227
2228 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2229
2230         * support/valdiag/tests/overflow.c: added shift tests
2231         * src/pic/device.c,
2232         * src/pic/gen.c,
2233         * src/pic/gen.h,
2234         * src/pic/glue.c,
2235         * src/pic/main.c,
2236         * src/pic/pcode.c,
2237         * src/pic/pcode.h,
2238         * src/pic/pcodepeep.c,
2239         * src/pic/pcoderegs.c,
2240         * src/pic/ralloc.c,
2241         * src/pic/ralloc.h: applied patch from Slade Rich;
2242         added support for multiple code pages and multiple RAM banks on the
2243         PIC 14 port. The ASM files now no longer simply assume all the
2244         code / RAM are in the same page / bank. This means the linker can
2245         safely allocate code/RAM of separate ASM files to different pages/banks.
2246         * doc/sdccman.lyx: added Slade's tips
2247         * src/mcs51/peeph.def: fixed bug #880768
2248
2249 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2250
2251         * src/hc08/ralloc.c (rematStr): fixed bug #879282
2252         * src/SDCCast.c (decorateType): fixed bug #880197
2253
2254 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
2255
2256         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
2257         getopt.h.
2258
2259         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
2260         strtof is not part of C89 and isn't included with Mac OS X.
2261
2262 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2263
2264         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
2265         shiftL2Left2Result): fixed bug #879326
2266         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
2267         (genMultOneByte): fixed bug in signed vs unsigned multiplication
2268         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
2269         address fetch for clr instruction
2270         * device/lib/hc08/_mulint.c: created optimized assembly version
2271         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
2272
2273 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
2274
2275         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
2276         proposed in FR #877103
2277
2278 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2279
2280         * src/SDCCval.c (cheapestVal): added missing checks
2281         * src/SDCCicode.c (usualBinaryConversions): fixed condition
2282         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
2283
2284 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
2285
2286         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
2287         equal operands
2288
2289 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
2290
2291         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
2292         loaded with the linker search paths (-L arguments) and the libraries
2293         to be linked with the current source (-l arguments). Changes
2294         currently will affect only the pic16 port.
2295         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
2296         include path the port specific paths and port specific libraries,
2297         * gplink command now contains the $3 argument,
2298         * src/pic16/device.h,
2299         * src/pic16/device.c,: structure PIC_device is made public and
2300         renamed to PIC16_device, the same for variable Pics which is renamed
2301         to Pics16. Updated all references to them.
2302         * src/pic16/glue.c (pic16glue): corrected bug with code
2303         initialization which bypassed the variable initializations block.
2304
2305         * device/lib/pic16/Makefile.rules: removed --penable-stack from
2306         COMPILE_FLAGS and added the --nostdinc option
2307
2308 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2309
2310         * device/include/mc68hc908jb8.h: Register defs for another member
2311         of the hc08 family. Contributed by Bjorn Bringert - thanks!
2312
2313 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
2314
2315         Documenting changes from previous commits.
2316         * configure.in (version 1.56),
2317         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
2318         when generating output files to configure the pic16 library,
2319         but now I've commented it out, since gputils aren't installed in the
2320         SF compile farm, so library won't compile
2321
2322         * device/lib/Makefile.in (version 1.56): initially I've added in
2323         target 'all' the prerequestive 'model-pic16' so it compiled the
2324         pic16 library, but now I've commented it out for the same reasons
2325         above,
2326         * added targets 'model-pic16' and 'objects-pic16' to compile the
2327         library
2328         * added target 'port-specific-objects-pic16' to handle the
2329         generated libraries and copy them into the build/ directory
2330         * added target 'clean-intermediate-pic16' to clean intermediate
2331         files into pic16 directory
2332         * in target 'installdirs' added line to create directory pic16 in
2333         the installation path
2334
2335         * device/include/Makefile.in (version 1.11): in target 'install'
2336         added lines to copy all header files to installation path,
2337         * in target 'installdirs' added line create directory for pic16
2338         headers in the installation path
2339
2340 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
2341
2342         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
2343          a function call
2344
2345 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
2346
2347         * configure,
2348         * device/lib/configure.in,
2349         * device/lib/configure: fixed for autoconf 2.57
2350
2351 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2352
2353         * src/z80/main.c (_parseOptions): fixed the portmode= command line
2354         option so that it actually works. Made it specific to the z80, since
2355         the gbz80 doesn't have these kinds of I/O ports.
2356
2357 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2358
2359         * device/include/z180.h,
2360         * device/lib/_memcpy.c,
2361         * device/lib/_memmove.c,
2362         * device/lib/_mulint.c,
2363         * device/lib/ser_ir.c,
2364         * device/lib/ser_ir_cts_rts.c,
2365         * device/lib/_strcmp.c,
2366         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
2367         * src/z80/main.c (_process_pragma): add support for pragmas bank and
2368         portmode; added deprecation warning for bank= and protmode= forms.
2369         Also, guard against buffer overflow.
2370         * src/z80/gen.c (aopGet): generate better code for sfr banked read
2371
2372 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2373
2374         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
2375         changed interrupt vector table generation to only emit declared vectors.
2376         * device/include/Makefile.in: added missing backslash
2377         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
2378
2379 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
2380
2381         Mainly changes to support compilation of the device libraries
2382         * src/pic16/device.c: stack is allocated via symbol and not
2383         via literal number. The symbol is placed in the corresponding
2384         position of the data ram
2385         * (pic16_dump_section): relocatable and absolute uninitialized
2386         data are now emitted in sorted order to reduce section naming,
2387         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
2388         weren't marked as being in the access bank,
2389
2390 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
2391
2392         Added portion of GNU PIC Library under the directory
2393         device/include/pic16 and device/lib/pic16. These files
2394         contain the declarations of SFRs for the PIC18Fxx2 devices.
2395         The directory is initialized via configure from toplevel.
2396
2397 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
2398
2399         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
2400         the spilllocations to be compared correctly
2401
2402 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
2403
2404         * src/SDCCast.c (decorateType): fixed bug introduced today
2405
2406 2004-01-12  Borut Razem <borut.razem AT siol.net>
2407
2408         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
2409         doc/sdccman.lyx: upper case pragmas are deprecated
2410
2411 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
2412
2413         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
2414         in simpler and even better code
2415
2416 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
2417
2418         * src/SDCCicode.c (operandOperation): fixed bug #874819
2419         * src/SDCCast.c (decorateType): fixed
2420         char foo (unsigned long ul) { return ul > 0; }
2421
2422 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2423
2424         * doc/sdccman.lyx: Moved and added some sections, small changes
2425         all over. Telling LaTeX to be less strict with word spacing
2426         to better keep the right margin. Changed some notes about
2427         maintainance of the ports in section 3.2.1 - is it OK like this?
2428
2429 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2430
2431         SDCC source changes:
2432         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
2433         convilong): modified to inform the pic16 port that builtin functions
2434         are external
2435
2436         PIC16 PORT specific changes:
2437         * src/pic16/device.c pic16_dump_equates() added,
2438         processor registers declared internally by the port are emitted in
2439         the translation as equates,
2440         * src/pic16/gen.c: inline code is passed unprocessed to the
2441         translation,
2442         * (pic16_popGetLit2): fnuction modified to take second operand as
2443         pCodeOp pointer and not as literal,
2444         * (popRegFromIdx): prefixed with pic16_,
2445         * (pic16_popCombine2): modified to receive already allocated pCode
2446         operands,
2447         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
2448         * (genFunction): initializes local stack frame and pushes on stack
2449         all the registers used by this function,
2450         * (genEndFunction): restores all registers from stack and restores
2451         stack frame,
2452         * src/pic16/glue.c (pic16emitRegularMap): various changes and
2453         improvements,
2454         * (pic16glue): changed the program startup sequence,
2455         * added new dbName code 'A' for functions placed in absolute section
2456         * src/pic16/main.c: added function attribute _naked,
2457         * added pragma 'code' to place a fnuction at an absolute address,
2458         * added command line arguments --debug-ralloc and --pcode-verbose,
2459         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
2460         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
2461         * (pic16_newpCodeOpLit2): modified to take the second operand as
2462         pCodeOp pointer,
2463         * (pic16_printpBlock): modified to emit each function in a separate
2464         section,
2465         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
2466         UPPER for immediate operands,
2467         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
2468         instruction,
2469         * src/pic16/peeph.def: all peepholes with movff are commented out,
2470         because there is a problem in the pcode peep optimizer,
2471         * src/pic16/ralloc.c: the register allocator can now reuse local
2472         function symbols for another function. This saves register usage.
2473         * src/pic16/ralloc.h: added flag isLocal in structure regs,
2474
2475         Added file src/pic16/NOTES with information about program writing on
2476         the current port version.
2477
2478 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2479
2480         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
2481         and peephole 252 (array access)
2482
2483 2004-01-09  Borut Razem <borut.razem AT siol.net>
2484
2485         * src/SDCCmain.c : fixed #872250: -l command line defined library
2486           files are scanned before standard library files
2487
2488 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2489
2490         * src/SDCCast.c (decorateType): fixed bug #874046
2491
2492 2004-01-09  Borut Razem <borut.razem AT siol.net>
2493
2494         * support/scripts/sdcc.nsi: remove previous installation
2495
2496 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2497
2498         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
2499         bytes for last interrupt vector (mcs51)
2500         * sdcc.spec: fixed typo
2501
2502 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2503
2504         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
2505         gen51Code): more efficient parameter receive for --model-large
2506         ("bug" #845294)
2507
2508 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2509
2510         * src/ds390/main.c,
2511         * src/z80/main.c: added missed needLinkerScript flags (more than
2512         one port structure defined in these file)
2513         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
2514         bug #795325
2515
2516 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
2517
2518         * src/SDCCmain.c: removed various references to DEFAULT_PORT
2519         * src/port.h: added flag needLinkerScript in port->linker
2520         structure to inform whether to create a .lnk file or not,
2521         * src/avr/main.c,
2522         * src/ds390/main.c,
2523         * src/hc08/main.c,
2524         * src/mcs51/main.c,
2525         * src/pic/main.c,
2526         * src/pic16/main.c,
2527         * src/xa51/main.c,
2528         * src/z80/main.c: changed appropriately to configure
2529         needLinkerScript flag
2530         * src/pic/gen.c,
2531         * src/pic16/gen.c (genAddrOf): fixed bug #863624
2532         * src/pic/glue.c: added variable udata_section_name to
2533         override default uninitialized data segment definition for
2534         devices only with SHAREBANK memory (reported from Erik Epetrich)
2535         * (pic14emitOverlay): modified to emit a commented overlay segment
2536         directive when no overlay data exist
2537         * (picglue): modified to emit uninitialized data segment
2538         according to udata_section_name
2539         * src/pic/main.c (_pic14_parseOptions): added command line
2540         options --udata-section-name=[name] to override default
2541         udata definition name
2542         * modified _linkCmd and _asmCmd to include compiler passed
2543         arguments via -W option
2544         * src/pic16/main.c: added $l in _asmCmd, changed extension for
2545         object file from '.rel' to '.o' in port->linker structure,
2546         changed size of fptr from 2 to 3 in port structure
2547
2548 2004-01-07  Borut Razem <borut.razem AT siol.net>
2549
2550         * support/scripts/sdcc.nsi: update PATH
2551         * support/scripts/sdcc.ico: craeted
2552
2553 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
2554
2555         * device/include/Makefile.in: fix install
2556         * doc/Makefile: fix install
2557
2558 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2559
2560         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
2561         in bug #860505
2562         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
2563         how the function variable allocation summary is displayed; also
2564         include information about variables allocated to the overlay
2565         segment
2566
2567 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2568
2569         * as/mcs51/lkmain.c: Help about -Y option
2570         * as/mcs51/lkarea.c: Fixed gcc warnings
2571
2572 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
2573
2574         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
2575         fixed warning
2576         * support/valdiag/tests/overflow.c: added
2577         * src/SDCCast.c (decorateType),
2578         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
2579         LEFT_OP (left shift)
2580
2581 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2582
2583         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
2584         (default behaviour).
2585
2586 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2587
2588         A python script to validate compiler diagnostic messages. It can be
2589         used to verify that sdcc complains about bad c source code and
2590         gives a good location of the error.
2591         * support/valdiag/Makefile,
2592         * support/valdiag/valdiag.py,
2593         * support/valdiag/tests/*
2594
2595 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2596
2597         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
2598         * src/SDCCsymt.c (newEnumType),
2599         * src/SDCCsymt.h
2600         * support/Util/SDCCerr.c,
2601         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
2602         enum related bugs.
2603         * support/regression/tests/enum.c: added test for enum values that
2604         require at least 2 bytes of storage.
2605
2606 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
2607
2608         * src/common.h: added ifndef/define/endif macros
2609         around the header file.
2610         Bug reported from Jesus Calvino-Fraga
2611
2612 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
2613
2614         * sdcc.spec: updated
2615         * device/include/Makefile.in: don't install CVS directories
2616         * device/lib/Makefile.in: added removal of CVS directories after install
2617         * doc/Makefile: fixed install, added local_icons
2618         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
2619         * src/mcs51/gen.c (genRightShift): fixed bug #870788
2620         * src/ds390/gen.c (genRightShift): fixed bug #870788
2621         * src/SDCCast.c (decorateType): fixed bug #870781
2622
2623 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
2624
2625         PIC16 port related changes:
2626         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
2627         added variable stackPos,
2628
2629         * gen.c: genCall, assignResultValue: added support for
2630         pushing/retrieving function parameters to/from stack,
2631         genFunction,genEndFunction: setup stack frame for the
2632         generated function,
2633         genAddrOf: will be changed according to bug 863624
2634
2635         * added files genutils.c and genutils.h which contain gen*
2636         debugged and optimised functions extracted from gen.c
2637
2638         * glue.c: added variable 'externs' which holds extern symbols,
2639         pic16emitRegularMap: is modified to properly handle relocatable
2640          symbols under the new scheme,
2641         pic16createInterruptVect: is modified
2642         pic16printPublics: is modified to emit 'global' assembler directives,
2643         added pic16_printExterns to print extern symbols,
2644         pic16glue: initializes stack/frame pointer in the beginning of
2645         the assembly output. Temporary hack, will be corrected later,
2646         because gplink yet does not support stack and SDCC does not
2647         yet support a type of crt0.o object to create the final binary.
2648
2649         * Removed many lines that contain 8051 legacy code.
2650         * The code is finally placed under a 'code' directive.
2651         * Added port specific options.
2652
2653         * _process_pragma: simplified since now we do not need *special*
2654         include file to define SFR registers. But a separate header
2655         will be needed. This will be developed later.
2656         * _pic16_parseOptions: added, parses port specific options:
2657         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
2658         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
2659         --preplace-udata-with=
2660
2661         * _pic16_setDefaultOptions: modified to initialize section names,
2662         but hack is temporarly out of order since it needs improvement.
2663         * _pic16_genAssemblerPreamble: configuration words are emitted by
2664         their address instead of their name. This part is incomplete and
2665         supports only the 18Fxx2 devices. Other devices will emit an error
2666         during assembly since they do not contain the same set of config
2667         registers
2668         * _pic16_genIVT: is modified,
2669
2670         * pcode.c: added definitions for some hardware registers that are needed
2671         for stack support
2672         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
2673         All PCI entries are updated. Now LFSR is supported.
2674         * Removed pic16_pciTRIS is mentioned by mdubuc in source
2675         * added pic16_newpCodeOpLit2 to support instructions with
2676         two literal arguments
2677         * pic16_pCode2str: corrected code that emits assembler instructions
2678         with two literal operands and those that have an access bit modifier
2679         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
2680         this fixes a bug which caused some labels to be lost, when an
2681         assembler directive was added, i.e. banksel,
2682         * pic16_FixRegisterBanking: improved logic that causes the insertion
2683         of bank switching,
2684         * InlineFunction: functions that are called once, are not any more
2685         inlined. This can be a port option in the future,
2686
2687         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
2688
2689         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
2690         hold the corresponding uninitialized symbols,
2691         * pic16_allocProcessorRegister: registers have explicit marked the
2692         accessBank field,
2693         * pic16_allocInternalRegister: registers are explicit marked as
2694         not used,
2695         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
2696         processing list, so bit registers were lost,
2697         *
2698
2699         * ralloc.h: added field 'accessBank' and original symbol operand
2700         in register definition,
2701         * removed the field isMapped from register definition,
2702
2703         ** Several functions have been removed from various sources:
2704         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
2705         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
2706         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
2707         pic16_assignRelocatableRegisters
2708
2709         ** others have been introduced:
2710         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
2711         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
2712
2713 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
2714
2715         * support/scripts/inc2h.pl: changed definition of BIT_AT
2716         to emit 'sbit at' instead of 'bit at'. This was a request.
2717
2718         PIC16 port related preliminary changes:
2719         * gen.c: prefixed function popRegFromString with
2720         pic16_ and all references to it corrected
2721         * pcode.c: all pic16_pc_* hardware registers prefixed
2722         with underscore (_),
2723         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
2724         * ralloc.c: newReg(): when register is REG_SFR then
2725         set address to rIdx,
2726         pic16_allocProcessorRegister(): marks register wasUsed=0
2727         pic16_writeUsedRegs(): added a call to assign processor
2728         registers via pic16_assignFixedRegisters
2729
2730 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2731
2732         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
2733         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
2734         variables in unused register banks.  Also the SSEG is placed
2735         wherever there is enough space for it, and IDATA can be anywhere
2736         in internal RAM.  For now compile using -Wl-Y[stack_size].
2737         The mem file is different for this option as well, since it
2738         makes no sense of talking about DSEG lenght.
2739
2740 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
2741
2742         * src/SDCClrange.c: fixed bug 869095 that caused segfault
2743         in certain cases, e.g. when ROM assignment, patch provided
2744         from Albert den Haan.
2745
2746 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
2747
2748         Many signedness and type propagation fixes:
2749         * src/SDCCicode.c: made geniCodeCast() static
2750         replaced SPEC_ by IS_ (cosmetic)
2751         (operandOperation): fixed div and mod operation
2752         (usualBinaryConversions): added support for promotion of char
2753         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
2754         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
2755         (geniCodeAdd): an array index will stay unsigned, even if promoted
2756         from char to int
2757         (geniCodeArray): ditto
2758         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
2759         * src/SDCCsymt.c (computeType): added more support for char;
2760         promotion of char is selectable by promoteCharToInt, fixed signedness
2761         for all cases
2762         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
2763         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
2764         * src/SDCCval (val*): replaced signedness calculation by
2765         computeType()
2766         rearranged if-branches (cosmetic)
2767         (valShift): added warning W_SHIFT_CHANGED
2768         (valCompare): fixed problem with different types
2769         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
2770         * support/regression/tests/literalop.c: added many cases
2771         * support/regression/tests/ast_constant_folding.c: changed finally to
2772         'unsigned int'
2773         * .version: new year, new version: 2.3.7
2774         * src/SDCCmain.c (main): applied patch #866468
2775         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
2776         provided by Scott Bronson
2777         * doc/sdccman.lyx: updated documentation for sdcdb
2778         updated and added chapter tips
2779
2780 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2781
2782         * src/SDCCsymt.h: missing from yesterday's commits
2783
2784 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2785
2786         * src/SDCC.y (struct_or_union_specifier),
2787         * support/Util/SDCCerr.c,
2788         * support/Util/SDCCerr.h: verify that struct & union tags are used
2789         as declared.
2790
2791 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2792
2793         * src/SDCCglobl.h: missing from yesterday's commits
2794
2795 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2796
2797         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
2798         sft_attributes, struct_declaration, parameter_declaration,
2799         type_name, start_block, declaration_list),
2800         * src/SDCC.lex (check_type): support redefinition of typedef names
2801
2802 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2803
2804         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
2805         aligned xdata arrays. Erik helped me with the if clause.
2806
2807 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2808
2809         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
2810         warning
2811
2812 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2813
2814         * src/SDCCast.h,
2815         * src/SDCCast.c (newAst_),
2816         * src/SDCCicode.h,
2817         * src/SDCCicode.c (ast2iCode, newiCode),
2818         * src/SDCCglobl.h,
2819         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
2820         expr, statement, expression_statement, selection_statement,
2821         iteration_statement, expr_opt, jump_statement): foundation for tracking
2822         sequence points
2823         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
2824         point code too)
2825
2826 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2827
2828         * support/Util/SDCCerr.c,
2829         * src/SDCCast.h,
2830         * src/SDCCast.c (createCase, createDefault, decorateType),
2831         * src/SDCClabel.c (labelUnreach),
2832         * src/SDCC.y (labeled_statement, jump_statement): More improvements
2833         to error messages.
2834         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
2835         (with thanks to Stas Sergeev)
2836         * device/include/time.h,
2837         * device/lib/time.c (CheckTime): suppress unreachable code warning
2838
2839 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2840
2841         * src/SDCCast.c (createIvalCharPtr),
2842         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
2843         bug #753752)
2844         * support/regression/tests/nullstring.c: tests for these two bugs
2845
2846 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2847
2848         * support/Util/SDCCerr.h,
2849         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
2850         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
2851         about storage class and 'at' used inside struct or union
2852         * src/SDCCBBlock.c (iCodeFromeBBlock),
2853         * src/SDCCcse.c (ifxOptimize),
2854         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
2855         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
2856         printIval, emitStaticSeg, emitOverlay),
2857         * src/SDCClabel.c (deleteIfx),
2858         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
2859         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
2860         gatherAutoInit, processParms),
2861         * support/Util/SDCCerr.h,
2862         * support/Util/SDCCerr.c (werrorfl): Support for better error location
2863         reporting for post-parse errors.
2864
2865 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2866
2867         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
2868         implicit casts via union; they don't work on big endian systems
2869         (possible fix for bug #861138)
2870
2871 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2872
2873         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
2874         * src/mcs51/main.c: fixed the fix for bug #737001
2875
2876 2003-12-15  Borut Razem <borut.razem AT siol.net>
2877
2878         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
2879
2880 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2881
2882         * support/makebin/makebin.c: put output in binary mode
2883
2884 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2885
2886         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
2887         xdata and data memory on startup. Set the environment variable
2888         SDCC_NOGENRAMCLEAR to disable this.
2889         * src/mcs51/peephole.def,
2890         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
2891         (allows non-interrupt and interrupt code to safely compete for a resource
2892         without the non-interrupt code having to disable interrupts)
2893
2894 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2895
2896         * src/SDCCicode.c (geniCodeAdd),
2897         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
2898         with valFromType if type might be a pointer and host is big endian).
2899         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
2900         types, not just integer types.
2901         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
2902         multiply defined with mismatching "at" address.
2903
2904 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2905
2906         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
2907         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
2908         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
2909         with embedded nulls (fixed bug #753752)
2910
2911 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2912
2913         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
2914         Apparently this did not see much testing (endless loop)
2915
2916 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2917
2918         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
2919
2920 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2921
2922         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
2923         gracefully handle NULL memmap pointers
2924
2925 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2926
2927         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
2928         instead of deleting the iCode when an operand is volatile
2929         * src/z80/gen.c (genDummyRead),
2930         * src/mcs51/gen.c (genDummyRead),
2931         * src/ds390/gen.c (genDummyRead),
2932         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
2933         not just IC_RIGHT
2934         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
2935         * src/SDCC.y: fixed bug #850420
2936
2937 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2938
2939         Applied z80 i/o port patch from Peter Townson and fixed some operators
2940         to better handle operands in A register.
2941         * device/include/z180.h
2942         * src/SDCC.y
2943         * src/SDCCglue.c
2944         * src/z80/gen.c
2945         * src/z80/gen.h
2946         * src/z80/main.c
2947         * src/z80/peeph-z80.def
2948         * src/z80/peeph.def
2949         * src/z80/z80.h
2950
2951 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2952
2953         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
2954
2955 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2956
2957         * device/lib/hc08/_mullong.c: Removed extra #endif
2958
2959 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2960
2961         * sim/ucsim/hc08.src/inst.cc,
2962         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
2963         carries from x to h
2964         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
2965         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
2966         * device/include/stdarg.h: fixed varargs for hc08
2967         * device/lib/Makefile.in,
2968         * device/lib/hc08/Makefile,
2969         * device/lib/hc08/_mulint.c,
2970         * device/lib/hc08/_mullong.c: fixed some endian problems
2971
2972 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2973
2974         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
2975         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
2976         * device/lib/_gptrget.c,
2977         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
2978
2979 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2980
2981         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
2982         * src/SDCCast.c (astErrors): fixed bug #846007
2983         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
2984
2985 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2986
2987         * src/SDCCast.c (decorateType): disabled a transformation I added in
2988         revision 1.188 (access to fields of a structure at an absolute address);
2989         it breaks with bitfields, extern declarations, and gcse analysis.
2990         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
2991         could be assigned through a pointer, so don't complain.
2992         * src/SDCCast.c (astErrors),
2993         * src/SDCCast.h,
2994         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
2995
2996 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
2997
2998         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
2999         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
3000         output of __config directives, since gpasm now supports them
3001         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
3002         pre-processor macro, i.e. -DMCU=p18f452
3003         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
3004         and modified to handle 'cast' icode similarly to '=' icode
3005         * src/pic16/device.h (typedef struct PIC_device): added field
3006         'extMIface' to indicate that chip has external memory interface
3007         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
3008         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
3009         18F8720
3010
3011 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3012
3013         * src/SDCC.y (pointer): fixed bug #846006
3014         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
3015         * src/SDCCast.c (decorateType): fixed bug #846009
3016         * src/ds390/peeph.def,
3017         * src/ds390/gen.c (genAnd, genOr),
3018         * src/mcs51/peeph.def,
3019         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
3020
3021 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3022
3023         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
3024         * src/SDCCdflow.c
3025         * src/SDCCcse.c
3026         * src/SDCCcse.h
3027         * src/SDCCBBlock.h
3028         * src/SDCCBBlock.c
3029
3030 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
3031
3032         fixed bug #845089
3033         * src/SDCCbitv.h,
3034         * src/SDCCbitv.c: added function to free a bitvector
3035         * src/SDCClrange.h,
3036         * src/SDCClrange.c: added function to recompute the liveranges
3037         * src/avr/ralloc.c,
3038         * src/ds390/ralloc.c,
3039         * src/hc08/ralloc.c,
3040         * src/mcs51/ralloc.c,
3041         * src/pic/ralloc.c,
3042         * src/pic16/ralloc.c,
3043         * src/xa51/ralloc.c,
3044         * src/z80/ralloc.c: recompute the liveranges after register packing
3045
3046 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
3047
3048         * src/SDCCloop.c (newInduction): fixed bug #845630
3049
3050 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3051
3052         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
3053         inadvertantly left behind from my 2003-11-12 change
3054
3055 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3056
3057         Updated headers I neglected to commit yesterday.
3058         * src/SDCClrange.h,
3059         * src/SDCCicode.h
3060
3061 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3062
3063         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
3064         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
3065         * src/SDCCopt.c (eBBlockFromiCode),
3066         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
3067         the creation of the key hash table from the sequencing so it can be used
3068         earlier (for some GCSE bug fixes still pending)
3069
3070 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3071
3072         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
3073         * support/regression/tests/addsub.c: testing genPlus shortcut
3074
3075 2003-11-15  Borut Razem <borut.razem AT siol.net>
3076
3077         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
3078
3079 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3080
3081         * src/SDCCcse.c (cseBBlock): fixed bug #527779
3082         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
3083         ordering is immaterial.
3084         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
3085
3086 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3087
3088         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
3089         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
3090         (SIGSEV) of bug #840381
3091         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
3092         unlink new file before rename if new and old filenames are the same)
3093
3094 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3095
3096         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
3097         uninitialized variables) for the mcs51. Set environment variable
3098         SDCC_GENRAMCLEAR to test.
3099         xdata initialization slightly shorter
3100
3101 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3102
3103         * src/SDCCsymt.h,
3104         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
3105         #838241 & 780691 (basicly the same bug)
3106         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
3107         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
3108
3109 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
3110
3111         * src/SDCCmain.c (linkEdit): "fix" #834252
3112
3113 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3114
3115         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
3116         * src/SDCCast.h,
3117         * src/SDCC.y: fixed bug #819403
3118
3119 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3120
3121         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
3122         the reentrant attribute.
3123         * src/hc08/gen.c (genPackBits): added missing stack readjustment
3124         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
3125         simulation
3126         * src/SDCCast.c (decorateType): fixed bug with storage class not being
3127         updated during pointer dereference; f.e. ~(((char *)1)*) was being
3128         erroneously reduced to a literal.
3129         * src/hc08/ralloc.c (packRegisters, rematStr),
3130         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
3131         some cases
3132
3133 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3134
3135         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
3136         * doc/sdccman.lyx: changed from 'article' to 'book'
3137         * doc/Makefile: readded test_suite_spec and cdbfileformat
3138
3139 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
3140
3141         * device/include/stdlib.h: include malloc.h to comply with ANSI
3142         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
3143
3144 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3145
3146         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
3147         * doc/clean.mk: also remove *.out files
3148         * doc/sdccman.lyx: some additions, larger top/bottom margins
3149
3150 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3151
3152         * src/SDCC.y: fixed bug #837365
3153         * support/regression/tests/bitopcse.c
3154         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
3155         a symbol (might be valop instead)
3156         * device/lib/Makefile.in: added errno.c to HC08SOURCES
3157         * device/lib/clean.mk: added hc08 to the cleaning list
3158
3159 2003-11-04  Borut Razem <borut.razem AT siol.net>
3160
3161         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
3162           made 2003-11-04
3163         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
3164           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
3165           malloc is declared in standard stdlib.h
3166
3167 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3168
3169         * device/lib/hc08/Makefile: need to clean .rel not .o files
3170         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
3171
3172 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3173
3174         * src/port.h,
3175         * src/hc08/main.c,
3176         * src/mcs51/main.c,
3177         * src/ds390/main.c,
3178         * src/z80/main.c,
3179         * src/avr/main.c,
3180         * src/pic/main.c,
3181         * src/pic16/main.c,
3182         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
3183         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
3184         tests (which uses the port's oclsExpense function)
3185         * src/SDCC.y,
3186         * src/SDCCast.c,
3187         * src/SDCCicode.c,
3188         * src/hc08/gen.c,
3189         * src/ds390/gen.c,
3190         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
3191
3192 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3193
3194         * src/SDCCcse.c (ifxOptimize),
3195         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
3196         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
3197         deleting the IFX iCode.
3198         * src/hc08/ralloc.c: reduced unneeded slocs
3199         * src/hc08/gen.c: fixed bug in asmopToBoolean
3200
3201 2003-11-04  Borut Razem <borut.razem AT siol.net>
3202
3203         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
3204           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
3205           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
3206           transferred to configure
3207
3208 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
3209
3210         Use headers defined in the C[++] standards:
3211         * sim/ucsim/gui.src/serio.src/fileio.cc
3212         * sim/ucsim/gui.src/serio.src/frontend.cc
3213         * sim/ucsim/gui.src/serio.src/main.cc
3214         * sim/ucsim/gui.src/serio.src/posix_signal.cc
3215         * support/Util/NewAlloc.c
3216         * as/hc08/lklibr.c
3217         * as/mcs51/lklibr.c
3218         * as/z80/aslist.c
3219         * as/z80/assym.c
3220
3221 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3222
3223         * Added MSVC projects for hc08 assembler and linker:
3224         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
3225         /as/hc08/link_hc08.dsp
3226
3227 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
3228
3229         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
3230
3231 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
3232
3233         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
3234
3235 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3236
3237         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
3238
3239 2003-10-31  Borut Razem <borut.razem AT siol.net>
3240
3241         * support/cpp2/cpplib.h,
3242           support/cpp2/cpplib.c,
3243           support/cpp2/cpplex.c,
3244           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
3245           to switch _asm block preprocessing on / off. Default is
3246           #pragma preproc_asm +
3247
3248 2003-10-31  Borut Razem <borut.razem AT siol.net>
3249
3250         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
3251           when outputting comment blocks (when executed with -C option) and
3252           _asm (SDCPP specific) blocks
3253
3254 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3255
3256         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
3257
3258 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
3259
3260         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
3261
3262 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
3263
3264         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
3265         * src/SDCCast.c (decorateType): fixed bug #832664
3266
3267 2003-10-31  Borut Razem <borut.razem AT siol.net>
3268
3269         * support\cpp2\cpplex.c: fixed for SDCPP:
3270           comments(when executed with -C option) and _asm blocks
3271           were included even if they where in skipped #if block.
3272           Applied solution from GCC cpp 3.3.2
3273
3274 2003-10-31  Borut Razem <borut.razem AT siol.net>
3275
3276         * src/SDCC.lex: sdcc now understands both formats:
3277           '# <line_number> <file_name>' and
3278           '#line <line_number> <file_name>'
3279         * support/cpp2/cppmain.c: sdcpp now generates the standard
3280           '# <line_number> <file_name>' instead of former
3281           '#line <line_number> <file_name>'
3282
3283 2003-10-30  Borut Razem <borut.razem AT siol.net>
3284
3285         * support/cpp2/cpphash.h,
3286         * support/cpp2/cpplib.h
3287         * support/cpp2/cpplex.c,
3288         * support/cpp2/cppmain.c,
3289         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
3290
3291 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3292
3293         Fixed a number of problems revealed by bug #827883.
3294         * src/SDCCloop.c (loopInvariants): Spill location of the
3295         result operand should be recomputed if extracted from
3296         a loop. Also, don't extract assignments of an iTemp
3297         from a literal.
3298         * src/SDCCast.c (isConformingBody): loop reversal should
3299         not occur if the control variable is involved with a
3300         relational operator.
3301
3302 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3303
3304         * .version: bumped to 2.3.6 to reflect the big improvements
3305         made by Erik and Klaus. Thanks!
3306
3307 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
3308
3309         Replaced the livrange code.
3310         * src/SDCClrange.c: added new LR code
3311         * src/SDCCloop.c,
3312         * src/SDCCBBlock.h: removed remainig parts from old LR code
3313         * src/ds390/ralloc.c,
3314         * src/ds390/gen.c: minor fixes to make it work with new code
3315
3316 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3317
3318         * as/hc08/asm.h,
3319         * as/hc08/lkrloc.c,
3320         * src/hc08/gen.c,
3321         * src/hc08/ralloc.c: Fix various warnings related to the hc08
3322         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
3323         (tweaked fix for bug #818696)
3324
3325 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3326
3327         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
3328
3329 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3330
3331         * src/SDCCmain.c,
3332         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
3333         * src/mcs51/gen.c (gencjneshort),
3334         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
3335         more efficient (per Scott Bronson's suggestion)
3336
3337 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3338
3339         Extended the semantics of the critical keyword to include
3340         individual statements. See RFE #827755 and #799831
3341         * src/SDCC.y
3342         * src/SDCCicode.c
3343         * src/SDCCopt.c
3344         * src/SDCCast.c
3345         * support/Util/SDCCerr.c
3346         * support/Util/SDCCerr.h
3347         * src/mcs51/gen.c
3348         * src/ds390/gen.c
3349         * src/hc08/gen.c
3350
3351 2003-10-19  Borut Razem <borut.razem AT siol.net>
3352
3353         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
3354
3355 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3356
3357         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
3358         Fixed bug #818696
3359         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
3360         and predecrement operand is displayed
3361
3362 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
3363
3364         * src/SDCCval.c (valMinus): fixed bug #826041
3365
3366 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3367
3368         Some hc08 related updates that I missed earlier
3369         * sim/ucsim/stypes.h
3370         * support/regression/ports/hc08/spec.mk
3371
3372 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3373
3374         New target "hc08" for the Motorola 68hc08 family of micros
3375
3376         * configure
3377         * configure.in
3378         * Makefile
3379         * src/hc08/*
3380         * src/SDCCmain.c
3381         * src/port.h
3382         * sim/ucsim/hc08.src/*
3383         * sim/ucsim/configure.in
3384         * src/ucsim/configure
3385         * sim/ucsim/packages_in.mk
3386         * as/hc08/*
3387         * as/Makefile
3388         * device/include/mc68hc908qy.h
3389         * device/lib/hc08/*
3390         * device/lib/Makefile.in
3391         * support/regression/ports/hc08/*
3392         * support/regression/Makefile
3393
3394 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3395
3396         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
3397         regression test
3398         * src/ds390/gen.c (genCast): fixed bug #821957
3399
3400 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
3401
3402         * device/lib/logf.c: "fixed" overlay bug
3403         * support/regression/ports/host/spec.mk: added m library
3404         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
3405         * support/regression/tests/float_trans: added (for Eric)
3406
3407 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
3408
3409         * src/mcs51/gen.c (genCpl): fixed bug
3410         http://sf.net/mailarchive/message.php?msg_id=6263915
3411
3412 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
3413
3414         * src/SDCCast.c (decorateType): added extended constant folding
3415         * src/SDCCsymt.c (computeType): cleanup
3416         * src/SDCCval.c (valShift): minor optimization
3417         * support/regression/tests/ast_constant_folding.c: added
3418
3419 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3420
3421         * src/SDCCmain.c: removed some unintended changes
3422
3423 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3424
3425         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
3426         * src/z80/gen.c: fixed part of bug #817589
3427         * src/SDCCsymt.c (checkFunction): fixed bug #817895
3428
3429 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
3430
3431         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
3432         * src/SDCCcflow.c
3433         * src/SDCCcse.c
3434         * src/SDCCdflow.c
3435         * src/SDCClabel.c
3436         * src/SDCClrange.c
3437         * src/SDCCmem.c
3438         * src/SDCCopt.c
3439         * src/SDCCpeeph.c
3440         * src/SDCCset.c
3441         * src/avr/ralloc.c
3442         * src/ds390/ralloc.c
3443         * src/izt/ralloc.c
3444         * src/mcs51/ralloc.c
3445         * src/pic/ralloc.c
3446         * src/pic16/ralloc.c
3447         * src/xa51/ralloc.c
3448         * src/z80/ralloc.c
3449         * src/z80/gen.c: removed unused label "release:"
3450
3451 2003-10-06  Borut Razem <borut.razem AT siol.net>
3452
3453         * src/SDCC.lex: removed definition of unused variables
3454           save_optimize and save_options
3455
3456 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
3457
3458         * clean.mk: removed '=' in "-maxdepth=1"
3459         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
3460         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
3461
3462 2003-10-06  Borut Razem <borut.razem AT siol.net>
3463
3464         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
3465           my_unput() replaced by unput()
3466
3467 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
3468
3469         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
3470         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
3471         type-punned pointer will break strict-aliasing rules"
3472         Old LR behaviour is again default; Klaus' LR can be choosen by
3473         defining the environment variable LRKLAUS
3474         * src/SDCCBBlock.h
3475         * src/SDCCloop.c
3476         * src/SDCClrange.c
3477         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
3478         * clean.mk: fixed removal of files in bin/CVS/
3479         * device/lib/clean.mk: fixed removal of directories small and large
3480         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
3481         * src/SDCCicode.c,
3482         * src/SDCCval.c: removed superflous test for pedantic
3483
3484 2003-10-05  Borut Razem <borut.razem AT siol.net>
3485
3486         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
3487           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
3488           message "unmatched #pragma SAVE and #pragma RESTORE"
3489
3490 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3491
3492         * doc/sdccman.lyx: various additions and updates (interrupts, inline
3493           assembly, critical functions, atomic, nojtbound)
3494
3495 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
3496
3497         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
3498         * src/SDCCBBlock.h
3499         * src/SDCCloop.c
3500         * src/SDCCloop.h
3501         * src/SDCClrange.c
3502
3503 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3504
3505         * src/z80/gen.h,
3506         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
3507         * src/mcs51/gen.h
3508         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
3509         * src/ds390/gen.h
3510         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
3511         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
3512         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
3513
3514 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3515
3516         * src/z80/gen.c (genRet): fixed bug #524753
3517         * src/z80/gen.c (genCast): fixed internal error on cast from
3518         pointer to long
3519         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
3520         fix for bug #477835 to the z80
3521         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
3522         for tracking iCodes in the peephole optimizer for z80
3523
3524 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3525
3526         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
3527         the other part of bug #814548
3528         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
3529
3530 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
3531
3532         * src/SDCCcse.c: fixed part of bug #814548
3533
3534 2003-09-28  Borut Razem <borut.razem AT siol.net>
3535
3536         * src/asm.c: rewrite of printILine() to use temporary file instead
3537           a pipe
3538         * src/xa51/main.c: commented out declaration of int rewinds
3539
3540 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3541
3542         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
3543
3544 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3545
3546         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
3547         * src/asm.c (printILine): Fixed bug #811015
3548
3549 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3550
3551         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
3552         freeing.
3553
3554 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3555
3556         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
3557         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
3558         to correctly handle general case of AOP_PAIRPTR
3559         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
3560
3561 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3562
3563         * src/mcs51/ralloc.c (fillGaps),
3564         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
3565         register positioning bug)
3566
3567 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
3568
3569         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
3570
3571 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3572
3573         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
3574         genCodePointerGet, genGenPointerGet, genFarPointerSet,
3575         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
3576         (ralloc doesn't intentionally do this now, but perhaps later)
3577         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
3578         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
3579         register positioning bugs (Fixed bug #762602 and #795325)
3580         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
3581         (Fixed bug #808779)
3582         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
3583         lines that --i-code-in-asm generates
3584
3585 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3586
3587         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
3588         trying to fclose a FILE* that was already closed.
3589
3590 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3591
3592         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
3593         of const struct should be treated as if const themselves)
3594
3595 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
3596
3597         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
3598
3599 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3600
3601         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
3602         Unix (/n) and DOS (/r/n) line terminations.
3603
3604 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3605
3606         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
3607         bug #613775
3608
3609 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3610
3611         * src/mcs51/gen.c (genFunction, genEndFunction),
3612         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
3613         and restore of EA so that stack offsets to parameters are
3614         correct when using both critical and reentrant/stack-auto.
3615         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
3616         size (can be triggered in error if sloc is shared between
3617         different sized objects)
3618         * device/include/float.h: fixed macros to explicitly use
3619         unsigned long where needed
3620
3621 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
3622
3623         Feature req. 799831: added code to allow nesting of critical functions
3624         * src/mcs51/gen.c (genFunction, genEndFunction)
3625         * src/ds390/gen.c (genFunction, genEndFunction)
3626
3627 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3628
3629         * src/SDCCsymt.c (sclsFromPtr),
3630         * src/SDCCsymt.h,
3631         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
3632         support for standard C idiom of memory mapped variables; for
3633         example, *((xdata int*)0x1234) = 1 is now internally equivalent
3634         to xdata int at 0x1234 tempvar = 1.
3635         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
3636         provided by Akiya ISHIDA
3637
3638 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
3639
3640         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
3641         * src/SDCCval.c (constVal): added reduction from int to char
3642         * src/SDCCval.c (valMult, valDiv): fixed sign handling
3643         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
3644         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
3645         to ignore the sign
3646         * support/regression/tests/shifts.c: fixed
3647
3648 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3649
3650         * src/z80/gen.c (genXor): Fixed bug #805445
3651
3652 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3653
3654         Fixed bug #621531 (const & volatile confusion in the type chain).
3655         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
3656         refer to the const or volatile state of the pointer itself.
3657
3658         * src/SDCCast.c
3659         * src/SDCCglue.c
3660         * src/SDCCicode.c
3661         * src/SDCCsymt.c
3662         * src/SDCCval.c
3663         * src/SDCC.y
3664         * src/SDCCsymt.h
3665         * src/pic/gen.c
3666         * src/pic/ralloc.c
3667         * src/pic16/gen.c
3668         * src/pic16/ralloc.c
3669         * support/regression/tests/const.c
3670
3671 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3672
3673         When checking for duplicated modules, use absolute paths
3674         instead of relative paths.  Files changed:
3675
3676         * as/mcs51/lklib.c
3677         * link/z80/lklib.c
3678
3679 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3680
3681         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
3682
3683 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3684
3685         * device/include/string.h: added size_t typedef, changed
3686         prototypes to use size_t, eliminated separate reentrant and
3687         non-reentrant declarations, added _memmove declaration
3688         * device/lib/_memcpy.c: changed to use size_t instead of int,
3689         changed /4 to >>2 to avoid division library call
3690         * device/lib/_memcmp.c,
3691         * device/lib/_memset.c,
3692         * device/lib/_strncat.c,
3693         * device/lib/_strncpy.c,
3694         * device/lib/_strncmp.c: changed to use size_t instead of int
3695         * device/lib/_memmove.c: new file (fixed bug #772294)
3696         * device/lib/Makefile.in: added _memmove.c
3697         * device/lib/z80/asm_strings.s: fixed bug #772290
3698         * support/regression/tests/bitfields.c: attempt to fix host assertion
3699         failure on amd64-unknown-linux2.2
3700
3701 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3702
3703         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
3704         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
3705         * as/z80/asmain.c (main): fixed bug #801766
3706
3707 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
3708
3709         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
3710         compilers
3711
3712 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3713
3714         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
3715         reported in bug #800609
3716
3717 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
3718
3719         * Top header beautifications in src/pic16 directory:
3720           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
3721           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
3722           pcoderegs.h, ralloc.c, ralloc.h
3723         * main.c: added top header and GPL license notice
3724         * pcode.c: fixed the if-conditional warning
3725
3726 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
3727
3728         * device/lib/_mullong.c: replaced int by short for gcc
3729
3730 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3731
3732         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
3733         and JUMPTABLE iCodes properly now (worked by accident before)
3734         * src/mcs51/gen.c (leftRightUseAcc),
3735         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
3736         iCode properly now. Use getSize instead of nRegs since a & b
3737         aren't part of the nRegs tally.
3738
3739 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
3740
3741         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
3742         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
3743           before instructions that use the _STATUS register
3744
3745 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
3746
3747         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
3748         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
3749         fetching of the pointer
3750         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
3751         copied from genNearPointerSet()
3752         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
3753         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
3754         If they pop r0/r1 they must be called in the opposite order than aopOp().
3755         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
3756         (resp. --stack-auto), prepared for --xstack
3757
3758 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3759
3760         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
3761
3762 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
3763
3764         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
3765         these ports have their own __sdcc_external_start()
3766
3767 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
3768
3769         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
3770         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
3771         type for bits was changed. It resulted in bit variables becoming
3772         global, which is not permitted in PIC 14 assembly output.
3773
3774 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3775
3776         * doc/sdccman.lyx: various additions and updates. Rearranged sections
3777
3778 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3779
3780         Z80 and MCS51 linkers complaint if a public symbol is defined
3781         in more than one library module:
3782
3783         * as/mcs51/lklib.c
3784         * link/z80/lklib.c
3785         * as/mcs51/Makefile.in
3786
3787 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3788
3789         A few small changes that speed up the peephole optimizer.
3790
3791         * src/SDCCpeeph.c
3792
3793 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3794
3795         Try to make the peephole optimizer smarter by maintaining
3796         an association between the assembly source code and the
3797         iCodes that originated them. Put this information to use
3798         with a new peephole rule condition "notVolatile" so that
3799         the rules can be aggressive yet still safe.
3800
3801         * src/SDCCpeeph.c
3802         * src/SDCCpeeph.h
3803         * src/mcs51/gen.c
3804         * src/mcs51/peeph.def
3805
3806 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3807
3808         Fixed bug #741761
3809
3810         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
3811         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
3812         if the left or right operand symbols have the accuse flag set.
3813
3814 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3815
3816         Changed the type of the result of the ! (NOT) operator to char;
3817         previously it returned the same type as the source. This allows
3818         us to eliminate all the genFloatNot functions (all of its target
3819         implementations were very buggy) since !float can use the same
3820         code as !long now.
3821
3822         * src/SDCCicode.c (ast2iCode): ! returns char
3823         * src/mcs51/gen.c (genNot, genNotFloat),
3824         * src/ds390/gen.c (genNot, genNotFloat),
3825         * src/z80/gen.c (genNot, genNotFloat),
3826         * src/pic/gen.c (genNot, genNotFloat),
3827         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
3828
3829 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
3830
3831         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
3832         1. Interrupt would not compile properly. Ensure PCLATH register is saved
3833            during interrupts. Ensure WSAVE is located at a shared bank address.
3834         2. Fixed page selection in some places
3835         3. Fixed BTFSS/C to where necessary use registers directly and not simply
3836            the registers name strings.
3837         4. Fixed "signed / unsigned compare" compiler warnings.
3838         5. The PIC port manages its own allocation of the general purpose
3839            registers, but makes no attempt to reuse them. As a result when
3840            compiling it soon runs out of general purpose registers. Some
3841            additional code was added to the files pcode.c and device.c to walk
3842            through the function call tree and rename the registers so that they
3843            get reused.
3844
3845         * src/pic/device.c
3846         * src/pic/gen.c
3847         * src/pic/glue.c
3848         * src/pic/pcode.c
3849         * src/pic/pcode.h
3850         * src/pic/ralloc.c
3851         * src/pic/ralloc.h
3852         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
3853         genPlus() & genMinus() when the result is the same as left or right
3854
3855 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3856
3857         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
3858
3859 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3860
3861         Made bitfield a distinct type from bit so that bitfields
3862         convert as per ANSI C and bits retain their traditional
3863         boolean style behaviour. Implemented bitfield support in
3864         the z80 port.
3865
3866         * src/SDCCsymt.h,
3867         * src/SDCCsymt.c,
3868         * src/SDCCast.c,
3869         * src/cdbFile.c,
3870         * src/mcs51/gen.c,
3871         * src/ds390/gen.c: bit v bitfield split
3872         * src/z80/gen.c: New support for bitfields
3873         * support/regression/tests/bitfields.c: reenabled z80,
3874         added more tests
3875
3876 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3877
3878         Rules 246.x, 247.x relate to bitfields, the others speed up
3879         access to xdata mapped I/O devices.
3880
3881         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
3882
3883 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3884
3885         Cleaned up genPackBits and genUnpackBits and added two helper
3886         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
3887         for literal assignments in genPackBits (thanks to Frieder for
3888         reminding me).
3889
3890         * src/mcs51/gen.c
3891         * src/ds390/gen.c
3892
3893 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3894
3895         Fixed bug #748310 (pointer to function type mishandled when the
3896         function name is omitted). Also fixed a SIGSEGV when a function
3897         attribute (reentrant, etc) is used on a non-function or on a
3898         function but misplaced before the parameter list.
3899
3900         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
3901         bug #748310
3902         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
3903         * support/Util/SDCCerr.h,
3904         * support/Util/SDCCerr.c: Added func attr misuse error msg
3905
3906 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
3907
3908         Fixed bug #787649 by anonymous
3909         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
3910         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
3911
3912 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3913
3914         Fixed numerous bitfield problems.
3915
3916         * src/SDCC.y: More bitfield related error checking
3917         * src/SDCCsymt.h,
3918         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
3919         * support/Util/SDCCerr.h,
3920         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
3921         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
3922         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
3923         * support/regression/tests/bitfields.c: tests added
3924
3925 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3926
3927         Made the constant following the "interrupt" keyword optional. If
3928         omitted, the function will not automatically be given an entry
3929         in the interrupt vector table (similar to #pragma NOIV, but
3930         less syntacticly kludgy). The interrupt number is also now
3931         range checked. Also fixed a bug in the high order bit example
3932         in the manual.
3933
3934         * src/SDCC.y
3935         * src/SDCCmem.c
3936         * src/SDCCglue.c
3937         * src/SDCCsymt.h
3938         * support/Util/SDCCerr.c
3939         * support/Util/SDCCerr.h
3940         * doc/sdccman.lyx
3941
3942 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
3943
3944         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
3945         * src/SDCCicode.c (operandOperation): rewritten some ops
3946         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
3947         * src/SDCCsymt.c (computeType): literals are handled the same way as any
3948         other type
3949         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
3950         be re-activated by defining REDUCE_LITERALS)
3951         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
3952         unsigned, but are signed by default
3953         * src/SDCCval.c (constVal): rearranged
3954         * src/SDCCval.c (valMod): preliminary fix
3955         * src/SDCCval.c (valCastLiteral): use TYPE_* types
3956         * support/regression/literalop.c: added, work in progress
3957
3958 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3959
3960         Generate warnings for useless declarations like "char data;"
3961         that don't do what new users expect.
3962
3963         * src/SDCC.y
3964         * support/Util/SDCCerr.h
3965         * support/Util/SDCCerr.c
3966
3967 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
3968
3969         * src/SDCCval.c (valMult): fix overflow detection of negative int
3970
3971 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3972
3973         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
3974
3975         Changes to support big endian targets:
3976
3977         * src/ports.h
3978         * src/SDCCglue.c
3979         * src/avr/main.c
3980         * src/ds390/main.c
3981         * src/izt/i186.c
3982         * src/mcs51/main.c
3983         * src/pic/main.c
3984         * src/pic16/main.c
3985         * src/xa51/main.c
3986         * src/z80/main.c
3987
3988 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
3989
3990         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
3991         * device/lib/time.c: fixed warning "integer overflow in expression"
3992
3993 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
3994
3995         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
3996         * src/SDCCval.c (constVal): changed default to signed; hex and octal
3997         constants are unsigned; added recognition of "u" flag for unsigned
3998         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
3999         * src/SDCCval.c (valDiv, valMod): fixed signdness
4000         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
4001         signedness of modulo, left and right shift
4002         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
4003         * support/Util/SDCCerr.h: added warning W_INT_OVL
4004         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
4005         * src/SDCCast.c (ast_print): improved output of constants
4006
4007 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4008
4009         Fixed some warnings when building with MSVC:
4010
4011         * as\mcs51\asdata.c
4012         * as\z80\asdata.c
4013         * as\mcs51\asm.h
4014         * as\z80\asm.h
4015         * link\z80\aslink.h
4016         * link\z80\lkdata.c
4017         * link\z80\lkeval.c
4018         * link\z80\lkgb.c
4019         * link\z80\lkihx.c
4020         * link\z80\lks19.c
4021         * link\z80\lksym.c
4022         * support\cpp2\cpplib.c
4023         * src\ds390\gen.c
4024         * src\mcs51\gen.c
4025
4026 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
4027
4028         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
4029
4030 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4031
4032         * support\librarian\clean.mk: Do not remove Makefile.
4033         * support\librarian\Makefile: added.
4034
4035 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4036
4037         Added librarian to MSVC build:
4038         * all.dsp
4039         * sdcc.dsw
4040         * support\librarian\librarian.dsp
4041
4042         'configure' not needed for librarian, removed:
4043         * support\librarian\configure
4044         * support\librarian\configure.in
4045         * support\librarian\config_in.h
4046         * support\librarian\Makefile.in
4047
4048         Hopefully these ones built the librarian and the rest of sdcc properly:
4049         * Makefile
4050         * Makefile.common.in
4051
4052         Messed up 'configure', so revert to previous version:
4053         * configure
4054         * configure.in
4055
4056 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
4057
4058         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
4059         there, while the mantissa of a double is "only" 53 bits wide.
4060
4061 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4062
4063         Adding sdcclib to the build.  MSVC project coming soon.
4064         Files added/changed:
4065
4066         * support\librarian\clean.mk
4067         * support\librarian\configure
4068         * support\librarian\configure.in
4069         * support\librarian\config_in.h
4070         * support\librarian\Makefile.bcc
4071         * support\librarian\Makefile.in
4072         * support\librarian\sdcclib.c
4073         * Makefile.bcc
4074         * Makefile
4075         * Makefile.common.in
4076         * configure
4077         * configure.in
4078
4079 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4080
4081         Linker now complaints if linked modules have conflicting options, for
4082         example, one compiled using --model-large and another one compiled with
4083         --model-small.  The following files were modified:
4084
4085         * as\mcs51\asdata.c
4086         * as\mcs51\aslink.h
4087         * as\mcs51\asm.h
4088         * as\mcs51\asmain.c
4089         * as\mcs51\asout.c
4090         * as\mcs51\i51pst.c
4091         * as\mcs51\lkdata.c
4092         * as\mcs51\lklibr.c
4093         * as\mcs51\lkmain.c
4094         * as\z80\asdata.c
4095         * as\z80\asm.h
4096         * as\z80\asmain.c
4097         * as\z80\asout.c
4098         * as\z80\z80pst.c
4099         * link\z80\aslink.h
4100         * link\z80\lkdata.c
4101         * link\z80\lklibr.c
4102         * link\z80\lkmain.c
4103         * src\SDCCglue.c
4104
4105 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4106
4107         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
4108         as/mcs51/lklibr.c: Generate a warning when a library is not found.
4109
4110 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
4111
4112         * src/z80/mappings.i: fix _mul[us][int,long] entries
4113
4114 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4115
4116         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
4117
4118 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
4119
4120         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
4121         * support/regression/tests/bitopcse.c: added
4122         fixed warning:
4123         * src/avr/gen.c:
4124         * src/pic/gen.c:
4125         * src/pic16/gen.c:
4126         * src/z80/gen.c:
4127         * src/xa51/gen.c:
4128
4129 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4130
4131         added support for new library format to z80, gbz80 linkers:
4132         *link/z80/aslink.h
4133         *link/z80/lklex.c
4134         *link/z80/lklib.c
4135         *link/z80/lklist.c
4136
4137 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
4138
4139         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
4140         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
4141
4142 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
4143
4144         added DUMMY_READ_VOLATILE:
4145         * src/SDCC.y:
4146         * src/avr/gen.c:
4147         * src/xa51/gen.c:
4148         * src/z80/gen.c:
4149         * src/pic/gen.c:
4150         * src/pic16/gen.c:
4151         * src/mcs51/gen.c:
4152         * src/ds390/gen.c:
4153         * src/SDCCcse.c (algebraicOpts): many improvements
4154         * src/SDCCcse.h: removed algebraicOpts()
4155         * src/SDCCicode.c (picDummyRead): added
4156
4157 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4158
4159         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
4160         "Insufficient space in data memory".
4161
4162 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4163
4164         * src/mcs51/gen.c: fixed bug #771358
4165         * src/z80/gen.c: fixed bug #759087
4166
4167 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
4168
4169         * src/pic16/glue.c: minor cleanup by Vangelis
4170
4171 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4172
4173         * device/include/regc515c.h: fixed #758477
4174         * device/lib/_gptrget.c: saving some cycles in generic pointer get
4175         * device/lib/_gptrput.c: saved a few bytes
4176         * my tab spacing is 8, yours too?)
4177         * device/lib/_ser.c: process RX bytes earlier than TX bytes
4178         * device/lib/serial.c: process RX bytes earlier than TX bytes
4179         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
4180
4181 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4182
4183         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
4184
4185 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4186
4187     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
4188
4189 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
4190
4191         * device/lib/Makefile.in: bad fix, reverted to 1.43
4192
4193 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
4194
4195         * device/lib/Makefile.in: added missing z80 object files
4196
4197 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
4198
4199         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
4200         pic16 progress by Vangelis:
4201         * src/SDCCglobl.h:
4202         * src/SDCCmain.c:
4203         * src/pic/Makefile:
4204         * src/pic:
4205         * pic/Makefile:
4206         * pic16/device.c:
4207         * pic16/device.h:
4208         * pic16/gen.c:
4209         * pic16/gen.h:
4210         * pic16/genarith.c:
4211         * pic16/glue.c:
4212         * pic16/main.c:
4213         * pic16/pcode.c:
4214         * pic16/pcode.h:
4215         * pic16/pcodepeep.c:
4216         * pic16/peeph.def:
4217
4218 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4219
4220     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
4221
4222 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4223
4224     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
4225     added gbz80 build to MSVC project.
4226     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
4227     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
4228     from 8051 stuff and setup so it links using a .lnk file.
4229
4230 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4231
4232     * support/librarian/sdcclib.c: sdcc librarian.
4233     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
4234     with sdcclib.
4235
4236 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4237
4238     * as/mcs51/lkmain.c: properly handle extensions in function afile.
4239
4240 2003-07-02  Borut Razem <borut.razem AT siol.net>
4241
4242         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
4243         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
4244         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
4245         src/xa51/main.c, src/z80/main.c:
4246         virtualization of glue() function: each port has it's own glue function,
4247         which is accessed by do_glue function pointer in PORT.general structure
4248
4249 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
4250
4251         * DS800C400 fun, improved ROM interface and tinibios.
4252
4253 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
4254
4255         * More support for DS80C400. Now includes beginning of interface to ROM.
4256
4257 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
4258
4259         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
4260
4261 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4262
4263         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
4264
4265 2003-06-19  Borut Razem <borut.razem AT siol.net>
4266
4267         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
4268
4269 2003-06-19  Borut Razem <borut.razem AT siol.net>
4270
4271         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
4272         fixed Z80 port - crt0.o: cannot open.
4273
4274 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
4275
4276         * support/Util/MySystem.c (merge_command): revert bad fix
4277
4278 2003-06-18  Borut Razem <borut.razem AT siol.net>
4279
4280         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
4281
4282 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4283
4284         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
4285         option --use-stdout sends errors to stdout instead of stderr.
4286
4287 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
4288
4289         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
4290
4291 2003-06-15  Borut Razem <borut.razem AT siol.net>
4292
4293         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
4294         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
4295         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
4296         fixed width array of pointers replaced with sets;
4297         multiple include and lib paths ared transferred to preprocessor and linker
4298         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
4299         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
4300         fixed width array of pointers
4301         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
4302         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
4303         fixupPath(), getPathDifference()
4304         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
4305         fixed width array of pointers
4306
4307 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
4308
4309         * src/pic16/ralloc.c: fix warnings
4310         * src/pic16/pcode.c: fix warning
4311
4312 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
4313
4314          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
4315         know all the details, but essentially this set of changes enable
4316         the pic16 port to generate movff instructions and generate assembler
4317         directives,
4318         * src/SDCCmain.c:
4319         * src/pic16/gen.c:
4320         * src/pic16/glue.c:
4321         * src/pic16/pcode.c:
4322         * src/pic16/device.c:
4323         * src/pic16/main.c:
4324         * src/pic16/pcode.h:
4325         * src/pic16/pcoderegs.c:
4326         * src/pic16/ralloc.c:
4327         * src/pic16/ralloc.h:
4328
4329 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4330
4331         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
4332         added option --vc, so sdcc errors and warnings are compatible with
4333         Microsoft Visual Studio.
4334
4335 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4336
4337         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
4338           device/lib/libfloat.lib: added atof function.
4339
4340 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
4341
4342         * doc/sdccman.lyx: updated to Lyx 1.3
4343         * doc/cdbfileformat.lyx: updated to Lyx 1.3
4344         * doc/test_suite_spec.lyx: updated to Lyx 1.3
4345         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
4346
4347 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
4348
4349         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
4350
4351 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4352
4353         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
4354           additions to the "related tools/documentation" section
4355
4356 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
4357
4358         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
4359
4360 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
4361
4362         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
4363         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
4364
4365 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
4366
4367         * doc/sdccman.lyx: fix double dash and other minor things
4368         * doc/Makefile: fix double dash
4369
4370 2003-05-28  Karl Bongers(patches from Martin Helmling)
4371         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
4372           condition and ignore commands.
4373
4374 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4375
4376         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
4377           is in parts still quite out of date, I did changes as far as I felt makes sense
4378           for a non-native english speaker.
4379           Please feel free to add to the manual or to correct my changes.
4380         * doc/Makefile: undid touching the date of intermediate tex files.
4381
4382 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4383
4384         * doc/sdccman.lyx: Manual has an index now
4385
4386 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
4387
4388         Finalize muluint/mulsint and mululong/mulslong merging:
4389         * device/lib/_mulint.c
4390         * device/lib/_mullong.c
4391         * device/lib/gbz80/mul.s
4392         * device/lib/gbz80/stubs.s
4393         * device/lib/z80/mul.s
4394         * device/lib/z80/stubs.s
4395         * src/SDCCsymt.c (initCSupport)
4396
4397 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4398
4399         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
4400         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
4401           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
4402           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
4403           instead of /Zm500.
4404
4405 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4406
4407         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
4408           the regression tests I'm not brave enough to enable 245.b, 245.c
4409         * doc/sdccman.lyx: added latex preamble for hyperref package.
4410           Using pdflatex this will give you a hyperlinked pdf file with
4411           bookmarks. (prepend '%' before /usepackage if this breaks something)
4412
4413 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4414
4415          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
4416
4417 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
4418
4419         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
4420
4421 2003-05-21    <johan AT balder>
4422
4423         * src/SDCCglue.c (printIval): fixed bug #739934
4424
4425 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
4426
4427         Applied patch from bug 737905 (renamed yylineo to mylineno):
4428         * src/altlex.c
4429         * src/SDCCast.c
4430         * src/SDCglobl.h
4431         * src/SDCC.lex
4432         * src/SDCCsymt.c
4433         * src/SDCCval.c
4434         * src/pic16/pcode.c: Cleaned warnings
4435         * src/pic16/pcodeflow.c: Cleaned warnings
4436         * src/pic16/pcoderegs.c: Cleaned warnings
4437
4438 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
4439
4440         * src/pic16/pcode.c: Cleaned warnings
4441         * src/pic16/pcodepeep.c: Cleaned warnings
4442         * src/pic16/ralloc.c: Cleaned warnings
4443
4444 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
4445
4446         * doc/sdccman.lyx: fixed bug 739745
4447         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
4448
4449 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
4450
4451         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
4452         it can be defined with CFLAGS when running configure
4453         * src/SDCCmain.c: fixed compiling + linking with object files
4454
4455 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
4456
4457         * configure.in: configure for pic16 port,
4458             added --disable-pic16-port
4459         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
4460         * src/SDCCmain.c: linkOptions is changed to set *,
4461             added if/endif conditional macros to remove options help
4462             messages from optionsTable when a port is not configured, added
4463             support for the PIc16 port in the ports table, when executing
4464             the compiler with no port specified on command line, a default
4465             port is selected with the new macro DEFAULT_PORT which is
4466             defined in port.h, in setDefaultOptions() linkOptions is removed
4467             from initialization assignment, since now it is a set,
4468             parseCmdLine uses setParseWithComma for linkOptions, in
4469             linkEdit() linkOptions are accessed with new function indexSet()
4470             which returns the i'th item of a set variable. See SDCCset.c, in
4471             linkEdit() when calling buildCmdLine(), added linkOptions as
4472             last argument. Now users can pass arguments to gplink via the
4473             -Wl option, main() uses pic16glue() to glue up pic16 programs
4474         * src/SDCCpeeph.c: various changes to support pic16
4475         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
4476             return the i'th item of the set
4477         * src/SDCCset.h: added function prototype for indexSet()
4478         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
4479         * src/clean.mk: added pic16 in CLEANALLPORTS variable
4480         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
4481             added macro DEFAULT_PORT
4482         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
4483         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
4484             generated
4485         * src/pic16/glue.c: commented out some error producing lines
4486         * src/pic16/main.c: __config directives are commented out to stop
4487             gpasm complaining and test the linkage with gplink, _linkCmd and
4488             _asmCmd changed to be more gplink and gpasm friendly
4489         * src/pic16/peeph.def: peep rule 3 is commented out, since it
4490             produced an error when parsed, peep rule 12 is added to utilize
4491             movff, but it is commented out since the pCode does not support
4492             yet a command with 2 address arguments
4493
4494 2003-05-18    <johan AT balder>
4495
4496         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
4497         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
4498 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
4499
4500         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
4501   Added feature to script commands from file.
4502
4503 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
4504
4505         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
4506         * src/SDCCutil.c: include ctype.h for win32
4507
4508 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
4509
4510         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
4511
4512 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
4513
4514         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
4515   Fixed so you can set breakpoints prior to run, run does not stop
4516   on entry now.  Add tbreak.  Other enhancements and fixes for use
4517   with ddd.
4518
4519 2003-05-12  Borut Razem <borut.razem AT siol.net>
4520
4521         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
4522
4523 2003-05-11  Borut Razem <borut.razem AT siol.net>
4524
4525         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
4526         the path of bin directory, so that PATH is the only env. variable, which has to be set
4527         in case of standard installation.
4528         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
4529         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
4530         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
4531
4532 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
4533
4534         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
4535         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
4536         temp files are in the port dir; clean the gen/test directory when
4537         generating new test.c
4538         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
4539         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
4540         * support/regression/tests/zeropad.c: added
4541
4542 2003-05-09    <johan AT balder>
4543
4544         * src/SDCCglue.c: fixed bug #597940
4545
4546 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
4547
4548         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
4549   cache sfr, optimize next,step, fix off by one sourceline,
4550   support ddd list function.
4551         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
4552
4553 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
4554
4555         * support/regression/HTMLgen.py: added compare_s2f()
4556         * support/regression/Makefile: redo 1.27
4557         * support/regression/generate-cases.py: redo 1.5
4558
4559 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
4560
4561         * support/regression/tests/float.c: workaround 33 bit hex constant
4562         * support/regression/tests/simplefloat.c: fix division for host
4563
4564 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
4565
4566         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
4567         that tame's the PIC's over-aggressive optimizer.
4568
4569 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4570
4571          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
4572          support for MSVC.
4573
4574 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
4575
4576         Initial support for DS80C400. "Hello world" runs on TINIm400
4577         (with polled I/O).
4578
4579 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
4580
4581          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
4582          * Some notes on ddd usage added in debugger/README
4583          Martin Helmling adding more features and fixes for ddd GUI debugger.
4584          Code added for nexti, stepi, up, down, and other adjustments.
4585
4586 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
4587
4588         * src/pic/pCodepeep.c non-wildcard asmops are now handled
4589         * src/pic/peeph.def Added two rules to optimize carry manipulation
4590         * src/pic/* removed debug printfs
4591
4592 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
4593
4594         * debugger/mcs51/cmd.c: added header newalloc.h
4595
4596 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
4597
4598         * as/Makefile: new EXEEXT
4599         * as/z80/Makefile: remove trailing slash of BUILDIR
4600         * as/z80/clean.mk: new EXEEXT
4601         * Makefile.common.in: add to CFLAGS (and others), don't replace it
4602         * support/cpp2/Makefile.in: new EXEEXT
4603         * src/pic/glue.c (pic14emitRegularMap): fixed warning
4604
4605 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
4606
4607         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
4608         EXEEXT was introduced to fix all related problems with targets
4609         "clean", "install" and "uninstall"; a couple of further flaws
4610         especially with "clean" have been fixed too
4611         * as/mcs51/Makefile.in
4612         * as/mcs51/clean.mk
4613         * as/z80/Makefile
4614         * Makefile
4615         * clean.mk
4616         * debugger/mcs51/Makefile.in
4617         * debugger/mcs51/clean.mk
4618         * link/z80/Makefile
4619         * link/z80/Makefile.in
4620         * link/z80/clean.mk
4621         * link/Makefile
4622         * packihx/Makefile.in
4623         * packihx/clean.mk
4624         * sim/ucsim/Makefile
4625         * sim/ucsim/clean.mk
4626         * sim/ucsim/avr.src/Makefile.in
4627         * sim/ucsim/avr.src/clean.mk
4628         * sim/ucsim/s51.src/Makefile.in
4629         * sim/ucsim/s51.src/clean.mk
4630         * sim/ucsim/xa.src/Makefile.in
4631         * sim/ucsim/xa.src/clean.mk
4632         * sim/ucsim/z80.src/Makefile.in
4633         * sim/ucsim/z80.src/clean.mk
4634         * sim/ucsim/main_in.mk
4635         * sim/ucsim/packages_in.mk
4636         * sim/ucsim/gui.src/Makefile.in
4637         * sim/ucsim/gui.src/serio.src/Makefile.in
4638         * sim/ucsim/gui.src/serio.src/clean.mk
4639         * src/Makefile.in
4640         * src/clean.mk
4641         * support/cpp2/Makefile.in
4642         * support/cpp2/clean.mk
4643         * support/makebin/Makefile
4644         * support/makebin/clean.mk
4645         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
4646         * doc/sdccman.lyx: --program-suffix no longer needed
4647
4648 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
4649
4650          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
4651          Martin Helmling added support for ddd GUI debugger.
4652          Code added to display assembly, set variables, and other commands
4653          to interface to ddd.
4654
4655 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
4656
4657         * as/Makefile: fix target clean
4658         * as/clean.mk: fix target clean
4659         * as/z80/clean.mk: fix target clean
4660
4661 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
4662
4663         * Makefile.common.in: added  AT EXEEXT AT
4664         * configure.in: removed all mingw32 stuff
4665         * configure: rebuilt from configure.in
4666         * doc/sdccman.lyx: updated section "installation"
4667         * support/scripts/sdcc_mingw32: adapted to configure
4668         * support/scripts/sdcc_cygwin_mingw32: added
4669
4670 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
4671
4672         * src/pic Added object file support for the PIC port
4673         * src/pic Applied patch from Craig Franklin (this started the object file support)
4674         * src/regression Updated the PIC regression tests for object files
4675
4676 2003-04-20  Borut Razem <borut.razem AT siol.net>
4677
4678         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
4679           lklex.c: In function `getfid':
4680           lklex.c:203: warning: array subscript has type `char'
4681         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
4682           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
4683         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
4684           stack handling macros
4685
4686 2003-04-19  Borut Razem <borut.razem AT siol.net>
4687
4688         * "handling space characters in file path" task:
4689         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
4690         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
4691         * support/Util/MySystem.h: make it self-sufficient
4692         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
4693           src/z80/main.c, sdcc/as/mcs51/lklex.c:
4694           handling space characters in file path
4695         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
4696           (it will be used by assemblers, which have their own includes, e.g. gpasm)
4697         * support/Util/MySystem.c: handling space characters in executable's path
4698
4699 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
4700
4701         * as/z80/Makefile: fix permanent rebuild of z80
4702         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
4703         * support/regression/tests/bitfields.c: added Johan's bitfields.c
4704
4705 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
4706
4707         * src/SDCCopt.c: add special case optimization to replace modulo by
4708           a power of two with a bitwise AND.
4709
4710 2003-04-18    <johan AT balder>
4711
4712         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
4713
4714 2003-04-17    <johan AT balder>
4715
4716         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
4717         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
4718
4719 2003-04-13  Borut Razem <borut.razem AT siol.net>
4720
4721         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
4722         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
4723           fixed mingw problem in adl_NORMALIZE_PATH
4724
4725 2003-04-12  Borut Razem <borut.razem AT siol.net>
4726
4727         * fixed "#pragma SAVE/RESTORE can not be nested":
4728         * src/SDCC.lex: reworked pragma handling functions
4729         * sdcc/src/SDCCglobl.h: reworked stack handling macros
4730         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
4731
4732 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
4733
4734         * src/SDCCutil.c (pathEquivalent): defined but not used
4735         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
4736         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
4737         * configure: rebuilt from configure.in
4738         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
4739         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
4740         * device/include/Makefile.in: replace sdcc_datadir
4741         * device/lib/Makefile.in: replace sdcc_datadir
4742         * Makefile.common.in: add LDFLAGS from configure
4743         * packihx/Makefile.in: use LDFLAGS
4744         * src/Makefile.in: use LDFLAGS
4745         * support/cpp2/Makefile.in: add LDFLAGS from configure
4746         * support/makebin/Makefile: use LDFLAGS
4747         * .version: bumped version number to 2.3.5
4748
4749 2003-04-12  Borut Razem <borut.razem AT siol.net>
4750
4751         * completed "different paths" task:
4752         * src/SDCCmacro.c: fixed bug in handling quotes
4753         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
4754         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
4755
4756 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
4757
4758         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
4759
4760 2003-04-11 kevin Vigor <kevin AT vigor.nu>
4761
4762         * ds390/gen.c ds390/peeph.def: fix bug 706781
4763
4764 2003-04-11  Borut Razem <borut.razem AT siol.net>
4765
4766         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
4767
4768 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
4769
4770         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
4771         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
4772          set - this bit used to not be set...).
4773         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
4774           bad code in PIC Port
4775         * src/regression/and2.c added to test bug 609268
4776         * src/regression/Makefile added and2.c to regression test
4777
4778
4779 2003-04-08    <johan AT CP255758-A>
4780
4781         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
4782         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
4783         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
4784
4785 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
4786
4787         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
4788         fix bug #487815
4789         * support/cpp2/Makefile.in: fix bug #487815
4790         * configure: rebuilt from configure.in
4791         * Makefile.common.in: docdir changed, new path suffixes
4792         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
4793         * sdcc_vc_in.h: reflect changes from sdccconf.h
4794         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
4795         * src/SDCCutil.h: remove BINDIR hack
4796         * doc/sdccman.lyx: update new path hierarchy
4797
4798 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4799
4800         * src/SDCCpeeph.c: added okToRemoveSLOC test
4801
4802 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4803
4804         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
4805
4806 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4807
4808         * src/SDCCpeeph.c: added labelIsReturnOnly test
4809         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
4810
4811 2003-04-05    <johan AT balder>
4812
4813         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
4814         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
4815         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
4816         * src/SDCCast.c: fixed a warning
4817         * src/SDCCast.h: fixed a warning
4818         * src/SDCCicode.c (operandFromAst): fixed a warning
4819
4820 2003-04-04    <johan AT balder>
4821
4822         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
4823         * src/SDCCast.c (decorateType): fixed bug #715076
4824         * src/SDCC.y: fixed bug #702907
4825
4826 2003-04-03    <johan AT balder>
4827
4828         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
4829         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
4830         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
4831         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
4832         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
4833
4834 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
4835
4836         * _decdptr.c: fix return values
4837         * _gptrget.c: fix return values
4838         * _gptrgetc.c: fix return values
4839         * _gptrput.c: fix return values
4840         * _mulint.c: fix return values
4841         * as/z80/Makefile: fix 'make -j' problem
4842
4843 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
4844
4845         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
4846         * configure.in: big cleanup, updated to autoconf 2.5x
4847         * configure: rebuilt from configure.in
4848         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
4849         * sdcc_vc_in.h: reflect changes from sdccconf.h
4850         * doc/Makefile: fixed a flaw in "make install"
4851
4852 2003-04-02    <johan AT balder>
4853
4854         * src/ds390/gen.c (genCmp): no comments
4855         * src/mcs51/gen.c (genCmp): no comments
4856         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
4857         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
4858
4859 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
4860
4861         * support/regression/generate-cases.py: place generated file in given sub directory
4862         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
4863         * support/regression/Makefile: improvements for 'make -j';
4864         side effect: it's simpler and faster now
4865
4866 2003-03-31  Borut Razem <borut.razem AT siol.net>
4867
4868         * src/z80/main.c: link-{port} and as-{port} defined without path
4869         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
4870
4871 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
4872
4873         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
4874
4875 2003-03-30  Borut Razem <borut.razem AT siol.net>
4876
4877         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
4878           changed type of list parameter to set
4879         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
4880         * src/port.h: changed type of do_assemble() parameter to set
4881         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
4882           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
4883           definition of "cppoutfilename" macro with NULL value in preProcess()
4884         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
4885         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
4886         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
4887           replaced with set *binPathSet
4888         * shash_add() deallocates the item, if allready exsists, before adding the new one
4889         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
4890
4891 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
4892
4893         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
4894           a nested for loop bug in the PIC port
4895         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
4896           for loops
4897
4898 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
4899
4900         * support/Util/dbuf.h: remove C++ stuff to make it portable
4901
4902 2003-03-28  Borut Razem <borut.razem AT siol.net>
4903
4904         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
4905           literal strings in stringLiteral()
4906         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
4907         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
4908           to the project
4909
4910 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
4911
4912         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
4913
4914 2003-03-26    <johan AT balder>
4915
4916         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
4917         * src/ds390/gen.c (saveRegisters): catched symbol abuse
4918         * src/SDCCast.c (decorateType): fixed " -v < 3"
4919
4920 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
4921
4922         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
4923         Added Lenny Story's debug infrastructure changes:
4924         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
4925         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
4926         * src/cdbFile.c: added
4927         * src/SDCCdebug.c: added
4928         * src/SDCCdebug.h: added
4929         * src/SDCCast.c (createFunction)
4930         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
4931         * src/SDCCmain.c (parseCmdLine, main)
4932         * src/SDCCmem.c (redoStackOffsets)
4933         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
4934         * src/SDCCsymt.h
4935         * src/common.h
4936         * src/avr/gen.c (genAVRCode)
4937         * src/ds390/gen.c (gen390Code)
4938         * src/mcs51/gen.c (gen51Code)
4939         * src/pic/gen.c (genpic14Code)
4940         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
4941         * src/xa51/gen.c (genXA51Code)
4942         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
4943
4944 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4945
4946         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
4947         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
4948
4949 2003-03-22    <johan AT balder>
4950
4951         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
4952
4953 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
4954
4955         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
4956         * doc/cdbfileformat.lyx: added, written by Lenny Story
4957         * doc/Makefile: added cdbfileformat.lyx
4958         * doc/clean.mk: added cdbfileformat.lyx
4959
4960 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
4961
4962         * src/mcs51/peeph.def: fix bug #705773
4963
4964 2003-03-20    <johan AT balder>
4965
4966         An sfr/sbit can have an "at #" AND an initializer
4967         * src/SDCCsymt.c (checkSClass):
4968         * src/SDCCmem.c (allocGlobal):
4969         * src/SDCCmem.c (allocLocal):
4970         * src/SDCCast.c (createBlock):
4971
4972 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
4973
4974         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
4975
4976 2003-03-16    <johan AT balder>
4977
4978         Undid the hackup of const and volatile, the problem is much bigger
4979         * src/SDCC.y:1.65
4980         * src/SDCCast.c:1.171
4981         * src/SDCCglue.c:1.138
4982         * src/SDCCicode.c:1.146
4983         * src/SDCCsymt.c:1.150
4984         * src/SDCCval.c:1.65
4985
4986 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
4987
4988         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
4989         * src/ds390/gen.c (genAddrOf): fixed bug #704087
4990
4991 2003-03-13    <johan AT balder>
4992
4993         Hackup const and volatile modifiers in type chains a bit:
4994         * src/SDCC.y:1.63
4995         * src/SDCCast.c:1.169
4996         * src/SDCCglue.c:1.136
4997         * src/SDCCicode.c:1.143
4998         * src/SDCCsymt.c1.146
4999         * src/SDCCsymt.h1.59
5000         * src/SDCCval.c:1.63
5001
5002 2003-03-12    <johan AT balder>
5003
5004         * src/SDCCBBlock.h: more LRH debugging junk
5005         * src/SDCCcflow.h: more LRH debugging junk
5006         * src/SDCCloop.c: more LRH debugging junk
5007         * src/SDCC.y (struct_declaration): fixed bug #697590
5008         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
5009         * src/ds390/gen.c (aopForRemat): fixed bug #700031
5010         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
5011
5012 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
5013         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
5014         test function names must now match exactly).
5015         * src/SDCCcse.c: added special case in findCheaperOp to allow
5016         extending a short integer. Makes less awful code for bug 700121 test case.
5017
5018 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5019
5020         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
5021         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
5022
5023 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
5024
5025         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
5026         actually called (operandsNotEqual() was called for all
5027         operandsNotEqualX tests).
5028
5029 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
5030
5031         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
5032         with shorter literals. Fixes bug 700121.
5033
5034 2003-03-11    <johan AT balder>
5035
5036         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
5037
5038 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
5039
5040         * src/SDCCloop.c (mergeRegions): an evil beast is dead
5041         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
5042
5043 2003-03-10  Borut Razem <borut.razem AT siol.net>
5044
5045         * src/SDCCmain.c: pipe preprocessor's output
5046         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
5047         * sdcc_vc_in.h: define pclose as _pclose for WIN32
5048         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
5049         which closes all pipes in pipeSet set
5050         * src/SDCCset.c: free deleted item in function deleteSetItem()
5051         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
5052         moved from z80 to src subproject
5053         * .version: increased version number to 2.3.4
5054
5055 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
5056
5057         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
5058         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
5059         * support/regression/ports/xa51/spec.mk: fix typo
5060
5061 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
5062
5063         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
5064
5065 2003-03-09  Borut Razem <borut.razem AT siol.net>
5066
5067         * src/SDCCmain.c: pipe preprocessor's output
5068         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
5069         * sdcc_vc_in.h: define pclose as _pclose for WIN32
5070         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
5071         which closes all pipes in pipeSet set
5072         * src/SDCCset.c: free deleted item in function deleteSetItem()
5073         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
5074         moved from z80 to src subproject
5075
5076 2003-03-09  Borut Razem <borut.razem AT siol.net>
5077
5078         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
5079         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
5080         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
5081         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
5082         * src/SDCCglobl.h: unification of WIN32 native definitions
5083
5084 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5085
5086         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
5087
5088 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
5089
5090         * src/configure.in:   check for endianess (even while cross-compiling)
5091         * src/configure:      check for endianess (even while cross-compiling)
5092         * src/configure_in.h: check for endianess (even while cross-compiling)
5093         * src/avr/gen.c:        remove old endianess stuff
5094         * src/mcs51/gen.c:      remove old endianess stuff
5095         * src/ds390/gen.c:      remove old endianess stuff
5096         * src/pic/gen.c:        remove old endianess stuff
5097         * src/pic/genarith.c:   remove old endianess stuff
5098         * src/pic/glue.c:       fix endianess check
5099         * src/pic16/gen.c:      remove old endianess stuff
5100         * src/pic16/genarith.c: remove old endianess stuff
5101         * src/pic16/glue.c:     fix endianess check
5102         * src/xa51/gen.c:       remove old endianess stuff
5103         * src/z80/gen.c:        fix endianess check
5104         * src/SDCCglue.c:       fix endianess check
5105         * src/ds390/peeph.def: fix bug 700036
5106
5107 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
5108
5109         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
5110         * src/configure: find appropriate data-types on host for SDCC's int and long
5111         * src/configure.in: find appropriate data-types on host for SDCC's int and long
5112         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
5113         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
5114
5115 2003-03-07    <johan AT balder>
5116
5117         Just a big NOOP:
5118                 some minor cleanups before the big shot
5119                 OP_DEFS and OP_USES now use Kevin's protection
5120                 new option --nolabelopt
5121
5122         * src/SDCCBBlock.c:
5123         * src/SDCCast.c,:
5124         * src/SDCCcflow.c:
5125         * src/SDCCcse.c:
5126         * src/SDCCicode.c:
5127         * src/SDCCicode.h:
5128         * src/SDCClabel.c:
5129         * src/SDCCloop.c:
5130         * src/SDCCmain.c:
5131         * src/ds390/ralloc.c:
5132         * src/mcs51/ralloc.c:
5133         * src/pic/ralloc.c:
5134         * src/xa51/ralloc.c:
5135         * src/z80/ralloc.c:
5136
5137 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
5138
5139         * src/pic/pcode.c (get_op): fix 64 bit warnings
5140         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
5141         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
5142         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
5143         * support/regression/tests/malloc.c: fix 64 bit warnings
5144
5145 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
5146
5147         * src/mcs51/gen.c (genMinus): fixed bug 696436
5148
5149 2003-03-02  Borut Razem <borut.razem AT siol.net>
5150
5151         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
5152
5153 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
5154
5155         * configure.in: test for mkstemp
5156         * sdccconf_in.h: add HAVE_MKSTEMP
5157
5158 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
5159
5160         * device/include/ctype.h: removed warning while using --stack-auto
5161         * device/include/malloc.h: removed warning while using --stack-auto
5162         * device/include/string.h: removed warning while using --stack-auto
5163
5164 2003-02-23  Borut Razem <borut.razem AT siol.net>
5165
5166         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
5167         because NDEBUG is defined (see man assert)
5168         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
5169
5170 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5171
5172         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
5173         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
5174
5175 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5176
5177         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
5178         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
5179
5180 2003-02-18    <johan AT balder>
5181
5182         * as/mcs51/asmain.c (asmbl): module can start with a digit
5183         * as/z80/asmain.c (asmbl): module can start with a digit
5184
5185 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
5186
5187         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
5188         * src/asm.c: fix pipe() for Mingw32
5189
5190 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
5191
5192         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
5193         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
5194         make -V work again; --c1mode reads now from stdin
5195         * doc/sdccman.lyx: added --c1mode
5196         * support/Util/SDCCerr.c: new messages for c1 mode
5197         * support/Util/SDCCerr.h: new messages for c1 mode
5198         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
5199
5200 2003-02-15    <johan AT balder>
5201
5202         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
5203
5204 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
5205
5206         * doc/sdccman.lyx: Environment variables, -o and other minor things
5207
5208 2003-02-14    <johan AT balder>
5209
5210         * src/xa51/main.c: before anyone really tries to use it :)
5211
5212         * Install doc's in share/sdcc/doc
5213         * removed some obsolete files
5214         * Do a proper make distclean and uninstall
5215         M Makefile.common.in
5216         R sdccbuild.sh
5217         M as/Makefile
5218         M device/include/Makefile.in
5219         M device/lib/Makefile.in
5220         M doc/sdccman.lyx
5221         M link/Makefile
5222         M sim/ucsim/doc/Makefile.in
5223         M src/clean.mk
5224         R src/avr/peeph.rul
5225         R src/xa51/peeph.rul
5226         M support/cpp2/Makefile.in
5227         M support/makebin/Makefile
5228
5229
5230 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
5231
5232         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
5233
5234 2003-02-10  Borut Razem <borut.razem AT siol.net>
5235
5236         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
5237         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
5238         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
5239         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
5240         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
5241         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
5242         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
5243         src/z80/Makefile.bcc: Borland Makefile cleanup
5244         * as/z80/Makefile.bcc: Added Borland Makefile
5245         * support/cpp2/borland.h: Removed
5246
5247 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
5248
5249         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
5250         * src/SDCC.lex: new pragma NOIV
5251         * src/SDCCglobl.h: new pragma NOIV
5252         * src/SDCCmem.c: new pragma NOIV
5253
5254 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
5255
5256         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
5257
5258 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
5259
5260         * src/SDCCmain.c: signal handling is switched off by --debug
5261         * doc/Makefile: small fix for install; use clean.mk again
5262         * doc/clean.mk: clean *.pdf and *.html too
5263
5264 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
5265
5266         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
5267         * device/lib/printfl.c: fix a ds390 bug by making it portable
5268         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
5269         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
5270         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
5271         * debugger/mcs51/cmd.c: converted multi-line string literals
5272         * sim/ucsim/globals.cc: converted multi-line string literals
5273         * src/SDCCmain.c: introduced signal handler to remove temp files
5274         * doc/Makefile: small tweaks, implement clean
5275         * doc: removed generated files
5276
5277 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5278
5279         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
5280         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
5281         Address Record is not correctly generated for DS390."
5282
5283 2003-02-02  Borut Razem <borut.razem AT siol.net>
5284
5285         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
5286         * as/mcs51/asm.h: fixed compilation with Borland C
5287         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
5288         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
5289         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
5290         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
5291         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
5292         src/z80/Makefile.bcc: delete $(LIB) only if exist
5293         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
5294
5295 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
5296
5297         * device/include/malloc.h: introduced NULL
5298         * device/include/string.h: introduced NULL
5299         * device/include/stdlib.h: introduced NULL
5300         * device/lib/_memcpy.c: removed NULL
5301         * device/lib/_strcat.c: removed NULL
5302         * device/lib/_strchr.c: removed NULL
5303         * device/lib/_strcmp.c: removed NULL
5304         * device/lib/_strcpy.c: removed NULL
5305         * device/lib/_strcspn.c: removed NULL
5306         * device/lib/_strlen.c: removed NULL
5307         * device/lib/_strncat.c: removed NULL
5308         * device/lib/_strncmp.c: removed NULL
5309         * device/lib/_strncpy.c: removed NULL
5310         * device/lib/_strpbrk.c: removed NULL
5311         * device/lib/_strrchr.c: removed NULL
5312         * device/lib/_strspn.c: removed NULL
5313         * device/lib/_strstr.c: removed NULL
5314         * device/lib/_strtok.c: removed NULL
5315         * device/lib/malloc.c: removed NULL, include own header
5316
5317 2003-02-02    <johan AT balder>
5318
5319         * 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
5320         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
5321         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
5322         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
5323         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
5324         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
5325
5326 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5327
5328         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
5329         area 'DATA'"
5330
5331 2003-02-01    <johan AT balder>
5332
5333         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
5334
5335 2003-01-31    <johan AT CP255758-A>
5336
5337         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
5338
5339 2003-01-30    <johan AT balder>
5340
5341         * src/SDCCBBlock.c: automatic bug detection
5342         * src/SDCCicode.c: automatic bug detection
5343
5344 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5345
5346         * src/SDCCglobl.h:   now --xram-size 0 works
5347         * src/SDCCmain.c:    now --xram-size 0 works
5348
5349 2003-01-29    <johan AT balder>
5350
5351         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
5352
5353 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5354
5355         * as/mcs51/aslink.h: Added options --xram-size and --code-size
5356         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
5357         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
5358         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
5359         * src/SDCCglobl.h:   Added options --xram-size and --code-size
5360         * src/SDCCmain.c:    Added options --xram-size and --code-size
5361
5362 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
5363
5364         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
5365         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
5366
5367 2003-01-27    <johan AT balder>
5368
5369         * src/SDCC.y: fixed bug #613764
5370
5371 2003-01-26    <johan AT balder>
5372
5373         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
5374         * src/SDCCsymt.h: fixed bug #673374
5375         * src/SDCCglue.c: fixed bug #661910
5376         * src/SDCCast.c: fixed bug #458099 and 673374
5377
5378 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
5379
5380         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
5381         * as/mcs51/strcmpi.h: added
5382         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
5383         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
5384         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
5385         * as/mcs51/assym.c: strcmpi -> as_strcmpi
5386         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
5387         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
5388         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
5389         * as/mcs51/Makefile.aslink: new module strcmpi
5390         * as/mcs51/Makefile.asx8051: new module strcmpi
5391         * as/mcs51/Makefil.bcc: new module strcmpi
5392         * as/mcs51/Makefile.in: new module strcmpi
5393         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
5394
5395 2003-01-26    <johan AT balder>
5396
5397         * src/SDCCglue.c: reverted back to 1.124
5398         * src/SDCCast.c: reverted back to 1.156
5399         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
5400
5401 2003-01-25    <johan AT balder>
5402
5403         * src/SDCCglue.c: A better fix for bug #661910
5404         * src/SDCCast.c: A better fix for bug #661910
5405         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
5406
5407 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
5408
5409         * src/Makefile.in: remove spawn.o
5410         * src/SDCCmain.c: remove spawn.h
5411         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
5412         * src/spawn.c: removed
5413         * src/spawn.h: removed
5414         * support/regression/ports/ds390/spec.mk: link with -r
5415
5416 2003-01-24    <johan AT CP255758-A>
5417
5418         * src/ds390/gen.c (aopOp): fixed bug #667458
5419         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
5420         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
5421         (createIvalCharPtr): an ival doesn't always have a storage class anymore
5422
5423 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
5424
5425         * src/mcs51/peeph.def: better assembler identation by Frieder
5426         * src/mcs51/gen.c: better assembler identation by Frieder
5427
5428 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
5429
5430         * as/z80/string.h: removed for gcc 3.2
5431         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
5432         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
5433
5434 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
5435
5436         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
5437         * src/SDCCpeeph.c (replaceRule): fix bug #663503
5438         * support/regression/Makefile: separate temp files for ports
5439         * support/regression/generate-cases.py: separate temp files for ports
5440         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
5441         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
5442
5443 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
5444
5445         * moved tinitalk to device/examples/ds390
5446
5447 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
5448
5449         * as/mcs51/lkmem.c: rflag is for DS390
5450         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
5451         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
5452                          (linkEdit): move mem- and map-files the same way as ihx-files
5453         * src/z80/main.c (_setDefaultOptions): removed --generic
5454         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
5455         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
5456         * src/pic/glue.c (picglue): --c1mode works again
5457         * src/pic16/glue.c (pic16glue): --c1mode works again
5458         * src/asm.c (printCLine): fix #660034
5459
5460 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
5461
5462         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
5463         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
5464         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
5465         * as/mcs51/lkmem (summary): better fix for sp problem
5466         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
5467         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
5468         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
5469                                               remove --stack-after-data
5470
5471 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
5472
5473         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
5474         * src/SDCCutil.c (join): ugly bug: missing '\0'
5475         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
5476
5477 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
5478
5479         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
5480         * src/port.h: typo
5481         * src/pic/main.c (_asmCmd): gpasm supports -o
5482         * src/z80/main.c: more general macros
5483         * device/lib/Makefile.in: remove intermediate files
5484
5485 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
5486
5487         * .version: Bumped version number to 2.3.3
5488         * src/SDCCBBlock.c: new option -o
5489         * src/SDCCglobl.h: new option -o
5490         * src/SDCCglue.c: new option -o
5491         * src/SDCCmain.c: new option -o
5492         * src/asm.c: new option -o
5493         * src/ds390/main.c: new option -o
5494         * src/pic/glue.c: new option -o
5495         * src/pic/pcode.c: new option -o
5496         * src/pic/ralloc.c: new option -o
5497         * src/pic16/glue.c: new option -o
5498         * src/pic16/pcode.c: new option -o
5499         * src/pic16/ralloc.c: new option -o
5500         * src/z80/main.c: new option -o
5501         * device/lib/Makefile.in: use -o
5502         * support/regression/ports/ds390/spec.mk: use -o
5503         * support/regression/ports/gbz80/spec.mk: use -o
5504         * support/regression/ports/mcs51/spec.mk: use -o
5505         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
5506         * support/regression/ports/z80/spec.mk: use -o
5507         * support/regression/ports/ucz80/spec.mk: use -o
5508         * support/regression/ports/xa51/spec.mk: use -o
5509         * support/regression/fwk/lib/timeout.c: fix usage string
5510
5511 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
5512         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
5513
5514 2003-01-07    <johan AT balder>
5515
5516         * src/SDCCast.c (decorateType): fixed bug #600035
5517
5518 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
5519         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
5520         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
5521         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
5522         * src/pic/pcode.c: outcommented unused variable to remove warnings
5523         * src/pic/ralloc.c: outcommented unused variable to remove warnings
5524
5525 2003-01-06    <karl AT turbobit.com>
5526         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
5527    regression tests.
5528
5529 2003-01-06    <johan AT balder>
5530
5531         * src/SDCCicode.c: fixed array add
5532
5533 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
5534         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
5535         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
5536
5537 2003-01-04    <johan AT balder>
5538
5539         * src/SDCCval.c (getNelements): fixed the initialized array of structures
5540
5541 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5542         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
5543
5544 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
5545         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
5546         * support/regression/tests/bug-524697.c: fit mem usage into 8032
5547
5548 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
5549         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
5550
5551 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
5552         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
5553
5554 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
5555         * src/mcs51/main.c: removed {bindir}{sep} from aslink
5556
5557 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5558
5559     * in \sdcc\as\mcs51\ changed these files in order to create an
5560     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
5561     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
5562     following files to include the previous two files: aslink.dsp,
5563     Makefile.aslink, Makefile.bcc, and Makefile.in.
5564
5565     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
5566     .adb instead of .cdb
5567
5568 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5569
5570         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
5571         value from option --iram-size.
5572
5573 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5574
5575         * \sdcc\as\mcs51\lklist.c: added boundary check before using
5576         dram[] array.
5577
5578 2002-09-18    <wiml AT hhhh.org>
5579
5580         * SDCClrange.h: exposed setFromRange() and setToRange()
5581         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
5582           packRegsForAccUse() (bug 542397)
5583         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
5584           multiple times and emitting the fetch operations more than once
5585           added aopGetUsesAcc() function to allow binary operators to
5586           fetch their operands in the correct order; made genMinus() emit
5587           compact code for X = LITERAL - Y
5588
5589 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5590         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
5591         sprintf() in line 1267.
5592
5593 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5594         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
5595         like ports.
5596
5597 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5598         Changes to aslink (All the changes are marked with 'JCF'):
5599
5600         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
5601         summary().
5602
5603         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
5604         area BSEG.  Also moves, if possible, the DATA area down into the internal
5605         ram so more space is available.
5606
5607         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
5608         sflag.
5609
5610         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
5611         not bytes.  Function summary() which creates a memory usage summary
5612         file with extension .mem.  Reports of overlaping stack and small stack
5613         size.  If the space for the stack is less than 16 bytes aslink trows a
5614         warning.
5615
5616         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
5617         the 8051.  Option 'y' for memory summary output file.
5618
5619         Changes to sdcc (All the changes are marked with 'JCF'):
5620
5621         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
5622
5623         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
5624         overlaying area for it (uses RegBankUsed[4]).
5625
5626         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
5627         bank zero as used by default.  By default aslink locates the stack
5628         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
5629         the creation of the .mem file.  Delegates the allocation of data area
5630         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
5631         the begining of the stack area to aslink.
5632
5633         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
5634         glue() in SDCCglue.c creates an area for it.
5635
5636 2002-09-03  Borut Razem <borut.razem AT siol.net>
5637         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
5638         sdcc/src/pic/glue.c:
5639         introduced atexit() handler for teporay files removal in case of
5640         errors, assertions, ...
5641
5642 2002-08-29  Borut Razem <borut.razem AT siol.net>
5643         * sdcc/support/cpp2/auto-host_vc_in.h:
5644         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
5645         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
5646         Maybe there is a similar problem with BORLANDC? It should be checked!
5647
5648         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
5649         corrected improper use of assert: the assignment to clr variable was done inside the assert.
5650         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
5651         was not executed, and the compiler (cl) launched a warning:
5652         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
5653
5654 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
5655         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
5656
5657 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
5658         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
5659
5660         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
5661           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
5662           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
5663           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
5664           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
5665           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
5666           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
5667         - added Release configuration in VS projects
5668         - review of compiler an linker options
5669         - VC .exe files are generated in bin_vc directory, not to interfere
5670           with binaries generated from other projects (cygwin, mingw, bcc ...)
5671
5672         * sdcc/src/yacc.dsp: added
5673
5674         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
5675         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
5676         and insert the version number definitions from .version
5677
5678         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
5679
5680         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
5681         added - genarate auto-host.h using auto-host_vc_in.h as template
5682
5683         * sdcc/sdcc_vc.h,
5684         removed from CVS, generated automatically
5685
5686 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
5687         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
5688
5689 2002-08-11  Borut Razem <borut.razem AT siol.net>
5690         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
5691
5692 2002-08-10  Borut Razem <borut.razem AT siol.net>
5693         * src/SDCCmain.c (main):
5694         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
5695         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
5696         The consequence was that some temporary files were not removed.
5697
5698         * src/SDCCglue.c:
5699         unification of code in functions tempfilename() and tempfile():
5700         function tempnam() is defined in Visual Studio 6.0 and .NET
5701
5702         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
5703
5704         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
5705           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
5706         - removed compiler command line option /WX: Treats all warnings as errors
5707         - update a list of source files, included into the project
5708
5709         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
5710           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
5711         changed project type to Generic Project so that can be correcly converted to VS.NET project
5712
5713         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
5714
5715         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
5716
5717         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
5718
5719         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
5720         added return 0 statements after assert() to make compiler happy
5721
5722         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
5723         added newline in the def file to keep MSC compiler satisfied
5724
5725         * sdcc/src/z80/gen.c:
5726         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
5727           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
5728         - solved MSC error in function aopDump()
5729
5730         * sdcc_vc.h: define PREFIX as "\\sdcc"
5731
5732 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
5733         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
5734
5735 2002-06-22  Scott Dattalo <scott AT dattalo.com>
5736         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
5737         - Rewrote the register banking algorithm.
5738         - Added pCode live-range analysis to registers (for now, only non-used and
5739         singly-used registers optimized away)
5740
5741         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
5742
5743         * 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.
5744
5745 2002-05-10  Scott Dattalo <scott AT dattalo.com>
5746         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
5747
5748 2002-04-22  Michael Hope  <michaelh AT vroom>
5749
5750         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
5751
5752         * configure.in (DD_COPT): Added include support required for gbdk.
5753
5754         * .version: Bumped version number just to increase it.
5755
5756         * src/SDCCmain.c: Added -nostdinc to the default options.
5757
5758 2002-04-15  Michael Hope  <michaelh AT vroom>
5759
5760         * device/lib/z80/printf.c (sprintf): Added.
5761
5762         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
5763
5764         * src/z80/peeph.def: Added transpose redundent load rule.
5765
5766         * src/z80/main.c: Added force callee saves for jaune.
5767
5768         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
5769
5770         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
5771
5772 2002-03-28  Johan Knol  <johan AT balder>
5773
5774         * src/SDCCval.c: fixed bug #532436
5775
5776 2002-03-14  Scott Dattalo <scott AT dattalo.com>
5777         * /src/port.h:
5778         Added "char *Processor" field to the port structure.
5779
5780         * /src/SDCCmain.c:
5781         Added -p option. Allows port dependent processor to be specified.
5782
5783         * all ports:
5784         Initialized the new field char *Processor field to NULL in all ports
5785
5786         * /src/pic/*:
5787         Compiler generated registers for interrupt context saving
5788         were not getting allocated.
5789
5790 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
5791
5792         * /src/SDCCast.c:
5793         Fixed left shift. Will promote the left side of a left shift
5794         if a) left shifting more than size of operand or b) when assigned
5795         to something size > size of left side
5796
5797 2002-03-14  Scott Dattalo <scott AT dattalo.com>
5798         * src/pic/*
5799         tons of changes. Register allocation has been
5800         rewritten. Added customization for the various PICs. Flow
5801         analysis is restructured. ...
5802
5803         * src/pic/device.h:
5804         Added
5805
5806         * src/pic/device.c:
5807         Added. device.c is a PIC port hack to accomodate variations
5808         in PIC devices.
5809
5810 2002-03-13  Michael Hope  <michaelh AT vroom>
5811
5812         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
5813
5814 2002-03-04  johanknol  <johanknol AT manik>
5815
5816         * /src/SDCCval.c: fixed
5817
5818         const unsigned char arr[][2] = { { 0, 1 } };
5819         t18.c:1: error: Initializer element is not constant
5820
5821 2002-03-04  bela  <bela AT manik>
5822
5823         * /device/include/mcs51reg.h:
5824         ds89c420 register definition update
5825
5826 2002-03-03    <johan AT FRIJA>
5827
5828         * support/Util/SDCCerr.c: did something, but don't no why anymore
5829
5830         * support/regression/tests/bug-524691.c: made it a little less shy
5831
5832         * src/SDCCast.c (decorateType): fixed bug #524697
5833
5834         * src/SDCCast.c: made some lineno improvements
5835
5836         * src/SDCCval.c (getNelements): changed warning to error
5837
5838         * src/SDCCglue.c (printIvalArray): changed warning to error
5839
5840         * src/SDCCicode.c: fixed a warning for mingw
5841
5842         * src/SDCCast.c (decorateType): fixed the << promotion for ops
5843
5844         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
5845
5846 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
5847
5848         * src/ds390/peeph.def:
5849         Added some more peephole rules
5850
5851         * src/ds390/gen.c: Various fixes & enhancements
5852
5853         * src/SDCClrange.c, src/SDCClrange.h:
5854         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
5855
5856         * src/ds390/ralloc.c:
5857         various fixes & enhancements (ds390) specific
5858
5859         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
5860         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
5861         from rallocs.
5862
5863         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
5864
5865 2002-03-02    <johan AT FRIJA>
5866
5867         * src/SDCCast.c (decorateType): fixed bug #524708
5868
5869         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
5870
5871         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
5872
5873 2002-03-01  Michael Hope  <michaelh AT vroom>
5874
5875         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
5876
5877         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
5878
5879 2002-03-01    <johan AT FRIJA>
5880
5881         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
5882
5883         * src/SDCCast.c (decorateType): fixed bug #524209
5884
5885         * src/SDCCval.c (valNot): fixed bug #524195
5886
5887 2002-02-26    <johan AT balder>
5888
5889         * src/xa51/gen.c: fixed a warning
5890
5891         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
5892
5893         * src/SDCCast.c (decorateType): fixed bug #522534
5894
5895 2002-02-23    <johan AT balder>
5896
5897         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
5898
5899 2002-02-22    <johan AT balder>
5900
5901         * src/SDCCast.c: fixed bug #514865
5902
5903         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
5904
5905 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
5906
5907         * sdcc/src/SDCCloop.c:
5908         Previous fix was not good. basic blocks that have "break" or "return" are
5909         not really partof a loop , but live ranges used in these blocks should
5910         be live thru the entire loop, so set partOfLoop but don't add them to
5911         loop region
5912
5913 2002-02-21    <johan AT FRIJA>
5914
5915         * src/SDCCcse.c: fixed bug #514308
5916
5917 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
5918
5919         * src/SDCCloop.c:
5920         Fixed BUG #519583. If a conditional block ended in a return/break
5921         statement inside a loop, it was not being considered part of the loop.
5922
5923         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
5924
5925 2002-02-10  Karl Bongers <karl AT turbobit.com>
5926
5927         * debugger/*:
5928         Fixed up SDCDB debugger somewhat.  Updated debugger/README
5929         with lots of comments and notes.
5930
5931         * device/examples/test2.c:
5932         Fix bug, "red" variable not being initialized(compiler complained).
5933
5934         * device/examples/Makefile, examples/test3.c:
5935         Add Makefile in device/examples folder, compiles test3.c
5936         for use as a multiple module SDCDB test case.
5937
5938         * sim/ucsim/cmd.src/cmdset.cc:
5939         Took out debug printfs in ucsim "next" command.
5940
5941         * sim/ucsim/xa.src:
5942         Karl and Johan start ucsim XA support.  Most dissassembly working,
5943         about 75% emulation done(plenty of work remaining).
5944
5945         * sim/ucsim/z80.src:
5946         Add Z80 support to ucsim, add test-ucz80 regression test,
5947         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
5948         Notice z80 compiler fails on examples/test3.c/crc code.
5949
5950 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
5951
5952         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
5953         Added support for --parms-in-bank1
5954
5955         * src/ds390/peeph.def:
5956         added a few more peephole optimzations
5957
5958         * src/ds390/main.c:
5959         1) added __builtin_inp & __builtin_outp used to read in data of given length
5960            from a memory mapped port
5961         2) added __builtin_memcmp
5962         3) added __builtin_swapw swap bytes of a short
5963
5964         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
5965         1) handle multiple send & receives from register bank1
5966         2) ralloc can now allocate DPTR1 to some liveRanges
5967
5968         * src/SDCCsymt.c, src/SDCCsymt.h:
5969         changes to handle multiple sends & receives
5970
5971         * src/SDCCptropt.h:
5972         added some pointer arithmetic optimization
5973
5974         * src/SDCCptropt.c:
5975         added some pointer arithmetic optimizations but not stable yet so not
5976         called from anywhere (will get this working shortly)
5977
5978         * src/SDCCopt.c: fixed for multiple sends & receives
5979
5980         * src/SDCCmain.c:
5981         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
5982         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
5983            set preprocessor defines (depending on options)
5984
5985         * src/SDCCicode.c, src/SDCCicode.h:
5986         changes made to handle multiple sends & receives
5987
5988         * src/SDCCglobl.h:
5989         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
5990
5991         * src/SDCCcse.c, src/SDCCcse.h:
5992         added function findbackward def (to be used in upcoming optimization)
5993
5994         * src/SDCCcflow.c, src/SDCCcflow.h:
5995         added function returnAtEnd - to determine if a basic block terminates with
5996         a RETURN iCode
5997
5998         * src/SDCCast.c, src/SDCCast.h:
5999         added option parms-in-bank1
6000
6001         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
6002         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
6003         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
6004         adjusted for --parms-in-bank1 option
6005
6006         * device/include/string.h:
6007         donot redefine "reentrant" keyword
6008
6009         * device/include/ds80c390.h: Added some more SFRs
6010
6011 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
6012
6013         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
6014
6015 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
6016
6017         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
6018
6019 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
6020
6021         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
6022
6023 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
6024
6025         * Added --xram-movc option
6026
6027 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
6028
6029         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
6030
6031 2002-01-11  Johan Knol
6032
6033         * Added math lib of Jesus Calvino-Fraga
6034
6035 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
6036
6037         * src/SDCCmain.c (processFile): fix processing of ../../src.c
6038         * support/regression/Makefile: new target test-mcs51-stack-auto
6039         * support/regression/ports/mcs51-stack-auto/spec.mk: added
6040
6041 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
6042
6043         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
6044
6045 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
6046
6047         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
6048
6049 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
6050
6051         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
6052
6053         * src/SDCCglue.h: add definition for printIvalChar()
6054
6055 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
6056
6057         * src/SDCCast.c: fix #498138 by Johan
6058
6059         * src/SDCCglue.c: fix #498138 by Johan
6060
6061 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
6062
6063         * support/regression/Makefile: fix clean
6064
6065         * support/regression/ports/ds390/support.c: fix transmission of last character
6066
6067 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
6068
6069         * /sdcc/src/ds390/gen.c:
6070         a) improved computing address of stack variable
6071         b) took out some #if 0 code
6072         c) improved parmBytes adjustment
6073         d) improved genPlusIncr & genMinusIncr
6074         e) genCmp could generate bad code (when left assigned to DPTR)
6075         f) Fixed bug in hasInc
6076
6077         * /sdcc/src/ds390/ralloc.c:
6078         a) packRegsForSupport could mess up live information (Fixed)
6079         b) packRegsDPTRuse could be incorrect for left & right shift
6080
6081         * /sdcc/src/mcs51/ralloc.c:
6082         packRegsForSupport could mess up the live information (Fixed)
6083
6084         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
6085
6086         * /sdcc/src/SDCCast.c:
6087         can reverse a loop even if function call is present as long
6088         as the loop control variable is local & is not passed as parameter
6089
6090 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
6091
6092         * /sdcc/ChangeLog: *** empty log message ***
6093
6094         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
6095         More builtin function additions for TININative
6096
6097         * /sdcc/src/ds390/ralloc.c:
6098         Had broken the regression testsuite
6099
6100         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
6101
6102         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
6103         Added funcattr hasStackParms will be set for reentrant functions when there
6104         are paramteres on the stack, this helps in minimizing frame pointer generation
6105         typeFromStr can handle function pointers now
6106
6107         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
6108         *** empty log message ***
6109
6110 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
6111
6112         * /src/ds390/gen.c, /src/ds390/main.c:
6113         More builtin function additions for TININative
6114
6115         * /src/ds390/ralloc.c:
6116         Had broken the regression testsuite
6117
6118         * /src/SDCCast.c: Fixed a bug in dumptree
6119
6120         * /src/SDCCsymt.c, /src/SDCCsymt.h:
6121         Added funcattr hasStackParms will be set for reentrant functions when there
6122         are paramteres on the stack, this helps in minimizing frame pointer generation
6123         typeFromStr can handle function pointers now
6124
6125         * /doc/builtins.txt, /doc/TININative.txt:
6126         *** empty log message ***
6127
6128
6129 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
6130
6131         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
6132         ALPHA version for -mTININative
6133
6134         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
6135         updated to reflect changes in the port structure
6136
6137         * /src/port.h:
6138         added function do_assemble (similar to do_link) if non-null this function
6139         will be called to do assembly (-mTININative) requires a multi command
6140         assembly
6141         added function genAssemblerEnd will be called to generate assembler Epilogue
6142
6143         * /src/SDCCsymt.c:
6144         added _JavaNative to debug info printing
6145
6146         * /src/SDCCmain.c: added option --tini-libid
6147         added port->do_assemble function (-mTININative) has a multi command assemble
6148
6149         * /src/SDCCglue.c: Disabled "constExpr" check
6150         added port->genAssemblerEnd function
6151
6152         * /src/SDCCglobl.h: Added option --tini-libid value
6153
6154         * /src/SDCCast.h:
6155         tookout optimizeCompare from the header (has no external references)
6156
6157         * /src/SDCCast.c: made one more function "static"
6158
6159 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
6160
6161         * src/z80/mappings.i: Added z80asm support.
6162
6163         * src/z80/main.c: Added z80asm support on --asm=z80asm
6164
6165         * src/z80/gen.c: Fixed asm portability issues.
6166
6167         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
6168
6169         * src/SDCCglue.c (printExterns): Added global/extern split.
6170
6171 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
6172
6173         * support/regression/Makefile: added test for mcs51 model large
6174
6175         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
6176
6177         * support/regression/ports/gbz80/spec.mk: added -mgbz80
6178
6179 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
6180
6181         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
6182
6183 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
6184
6185         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
6186
6187         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
6188
6189 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
6190
6191         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
6192
6193         * support/regression/tests/simplefloat.c: Port to mcs51.
6194
6195 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
6196         * support/regression/tests/bug-485362.c: Added.
6197
6198         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
6199
6200         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
6201
6202         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
6203
6204         * src/z80/gen.c (aopDump): Added a dump function.
6205
6206 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
6207         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
6208
6209         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
6210
6211         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
6212
6213         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
6214
6215         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
6216
6217         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
6218
6219         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
6220
6221         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
6222
6223         * support/regression/ports/ds390/support.c: Use tinibios.
6224
6225         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
6226
6227 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
6228
6229         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
6230         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
6231
6232         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
6233
6234         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
6235
6236 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
6237
6238         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
6239
6240         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
6241         (packRegsForIYUse): Created and optimised.
6242
6243 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
6244
6245         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
6246 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
6247
6248         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
6249
6250         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
6251
6252         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
6253
6254 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
6255
6256         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
6257
6258         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
6259
6260 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
6261
6262         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
6263
6264         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
6265
6266         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
6267
6268 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
6269
6270         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
6271         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
6272         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
6273
6274         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
6275
6276         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
6277         (genNotFloat): Added.
6278         (genUminusFloat): Added.
6279
6280         * device/lib/z80/Makefile: Added floating pt stubs.
6281
6282         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
6283
6284         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
6285
6286         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
6287
6288 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
6289
6290         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
6291
6292         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
6293
6294         * sdcc/support/regression/Makefile: Add port ds390.
6295
6296         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
6297
6298         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
6299
6300         * sdcc/support/regression/ports/ds390/spec.mk: Added.
6301
6302         * sdcc/support/regression/ports/ds390/support.c: Added.
6303
6304         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
6305
6306         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
6307
6308         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
6309
6310 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
6311
6312         * device/include/malloc.h: Added z80 and gbz80 support.
6313
6314         * device/lib/gbz80/heap.s: Added.
6315
6316         * device/lib/z80/heap.s: Added.
6317
6318         * device/lib/malloc.c: Added z80 and gbz80 support.
6319
6320         * support/regression/tests/malloc.c (testMalloc): Added.
6321
6322         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
6323
6324         * support/regression/tests/bug-478094.c: Added.
6325
6326         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
6327
6328 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
6329
6330         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
6331
6332         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
6333
6334         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
6335
6336         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
6337
6338         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
6339
6340 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
6341
6342         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
6343
6344 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
6345
6346         * support/regression/tests/bug-477927.c: Added.
6347
6348         * src/z80/peeph.def: Added minor rules.
6349
6350         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
6351
6352         * src/z80/peeph.def: Added jump optimisation modification.
6353
6354 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
6355
6356         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
6357
6358 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
6359
6360         * support/regression/tests/funptrs.c: Added.
6361
6362 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
6363
6364         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
6365
6366 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
6367
6368         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
6369
6370         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
6371
6372         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
6373         (movLeft2ResultLong): Created.
6374
6375         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
6376         (joinPushes): Added.  Joins two char pushes into a word push.
6377
6378 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
6379
6380         * support/cpp2/Makefile.in (install): Added creation of dest dir.
6381
6382         * support/makebin/Makefile (install): Added creation of dest dir.
6383
6384 2001-10-24 Karl Bongers <karl AT turbobit.com>
6385
6386         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
6387
6388 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
6389
6390         * src/z80/ralloc.c: Turned off faulty pack for one use.
6391
6392         * src/z80/peeph-gbz80.def: Removed redundent restart options.
6393
6394         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
6395
6396 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
6397
6398         * support/regression/Makefile: Improved clean
6399
6400         * support/regression/ports/gbz80/spec.mk: Added clean
6401
6402         * support/regression/ports/host/spec.mk: Added clean
6403
6404         * support/regression/ports/z80/spec.mk: Added clean
6405
6406         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
6407
6408         * support/regression/ports/mcs51/timeout.c: little improvements
6409
6410 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
6411
6412         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
6413
6414         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
6415
6416         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
6417
6418 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
6419
6420         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
6421
6422         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
6423
6424 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
6425         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
6426
6427         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
6428
6429         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
6430
6431         * src/mcs51/main.c (_linkCmd): Added bin path to command.
6432
6433         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
6434
6435         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
6436
6437         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
6438
6439         * support/regression/tests/longor.c: Added.
6440
6441 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
6442
6443         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
6444
6445         * as/mcs51/aslink.h: define PATH_MAX
6446
6447         * as/mcs51/asm.h: define PATH_MAX
6448
6449         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
6450
6451         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
6452
6453         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
6454
6455         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
6456
6457         * src/SDCCglobl.h: define PATH_MAX
6458
6459         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
6460
6461         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
6462
6463 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
6464
6465         * src/z80/gen.c (gencjneshort): Fixed
6466
6467         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
6468
6469 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
6470
6471         * support/regression/tests/bug-469671.c: Added.
6472
6473         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
6474
6475 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
6476
6477         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
6478
6479         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
6480
6481 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
6482
6483         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
6484
6485         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
6486
6487         * src/device/lib/_mullong.c : removed hint: nooverlay bug
6488
6489         * src/device/lib/_divuint.c : removed hint: nooverlay bug
6490
6491         * src/device/lib/_divulong.c: removed hint: nooverlay bug
6492
6493         * src/device/lib/_moduint.c : removed hint: nooverlay bug
6494
6495         * src/device/lib/_modulong.c: removed hint: nooverlay bug
6496
6497 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
6498
6499         * 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.
6500
6501         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
6502
6503         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
6504
6505 2001-10-07    <johan AT FRIJA>
6506
6507         * device/lib/gets.c (gets): fixed the return value.
6508
6509 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
6510         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
6511
6512         * 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.
6513
6514         * 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.
6515
6516         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
6517
6518         * src/pic/gen.c: Removed Safe_strdup.
6519
6520         * configure.in: Added option to enable libgc support.
6521
6522         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
6523         (bitVectUnion): Optimised.
6524         (bitVectIntersect): Optimised.
6525         (bitVectBitsInCommon): Optimised.
6526         (bitVectCplAnd): Optimised.
6527
6528         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
6529
6530 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
6531
6532         * src/SDCCmain.c: distinguish between assembler debug and plain options
6533
6534         * src/avr/main.c:   remove standard assembler options
6535
6536         * src/ds390/main.c: remove standard assembler options
6537
6538         * src/mcs51/main.c: remove standard assembler options
6539
6540         * src/port.h: removed "PENDING" comment
6541
6542 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
6543
6544         * src/device/lib/_mulint.c  : new, with assember functions
6545
6546         * src/device/lib/_mullong.c : new, with assember functions
6547
6548         * src/device/lib/_divuint.c : with assember functions
6549
6550         * src/device/lib/_divsint.c : with assember functions
6551
6552         * src/device/lib/_divulong.c: with assember functions
6553
6554         * src/device/lib/_divslong.c: with assember functions
6555
6556         * src/device/lib/_moduint.c : with assember functions
6557
6558         * src/device/lib/_modsint.c : with assember functions
6559
6560         * src/device/lib/_modulong.c: with assember functions
6561
6562         * src/device/lib/_modslong.c: with assember functions
6563
6564         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
6565
6566         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
6567
6568         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
6569                                       replaced _mululong.c and _mulslong.c by _mullong.c
6570
6571 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
6572
6573         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
6574
6575 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
6576
6577         * src/SDCCglue.c: test, if win32api is available for MINGW
6578
6579 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
6580
6581         * src/SDCCsymt.c: no more _modifier in printTypeChain()
6582         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
6583         * support/regression/ports/gbz80/spec.mk: removed GENERIC
6584         * support/regression/ports/host/spec.mk: removed GENERIC
6585         * support/regression/ports/mcs51/spec.mk: removed GENERIC
6586         * support/regression/ports/z80/spec.mk: removed GENERIC
6587
6588 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
6589
6590         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
6591
6592         * support/regression/tests/bug-467035.c: Created.
6593
6594 2001-10-01    <johan AT FRIJA>
6595
6596         * src/SDCC.y: fixed bug #466586 part 1
6597
6598 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
6599
6600         * SDCCicode.c: z80 has no generic pointers
6601         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
6602
6603 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
6604
6605         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
6606
6607 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
6608
6609         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
6610
6611         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
6612
6613 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
6614
6615         * configure.in: Fixed up so that ucsim is only configured once.
6616
6617         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
6618
6619         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
6620         (getPathDifference): As above.
6621
6622         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
6623
6624         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
6625
6626 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
6627         * .version: Updated to 2.3.1
6628
6629         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
6630         Added copyright header.
6631
6632         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
6633         (assemble): Added support for macro based assembler commands.
6634         (linkEdit): Added support for macro based linker commands.
6635         (preProcess): Changed the pre-processor to use macros.
6636         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
6637         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
6638
6639         * device/lib/z80/crt0.s: Added module name for debugging.
6640
6641 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
6642
6643         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
6644
6645         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
6646
6647         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
6648
6649         * src/Makefile.in: Added SDCCmacro and SDCCutil
6650
6651 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
6652
6653         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
6654
6655 2001-09-16    <johan AT FRIJA>
6656
6657         * 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.
6658
6659 2001-09-15    <johan AT FRIJA>
6660
6661         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
6662         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
6663
6664 2001-09-11    <johan AT FRIJA>
6665
6666         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
6667
6668 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
6669
6670         * support/regression/tests/bug-460444.c: Added test case.
6671
6672         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
6673         (genCast): Added justification for all of the asserts.
6674
6675 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
6676
6677         * support/regression/support.c: _xdata replaced by xdata
6678
6679         * support/regression/spec.mk: removed _generic
6680
6681 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
6682
6683         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
6684
6685         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
6686         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
6687
6688         * src/z80/peeph.def: Added a rule to optimise shift then compare.
6689
6690         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
6691
6692         * support/regression/tests/bug-460010.c: Added test case.
6693
6694         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
6695
6696 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
6697
6698         * support/regression/Makefile: inter-port-clean adjusted for mcs51
6699
6700         * support/regression/testfwk.c: removed workaround for bug #436344
6701
6702         * support/regression/tests/bp.c: use less memory with mcs51
6703
6704         * support/regression/tests/bug-441448.c: use less memory
6705
6706         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
6707
6708         * support/regression/collate-results.py: typo
6709
6710 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
6711
6712         * support/regression/tests/fetchoverlap.c: Added new test case.
6713
6714         * support/regression/tests/bp.c: Added new test case.
6715
6716         * support/regression/tests/bug-448984.c: Added new test case.
6717
6718         * support/regression/tests/pow2shifts.c: Added new test case.
6719
6720         * src/z80/gen.c: Turned off the noise it normally generates for the release.
6721         (genlshTwo): Fixed right shift for count > 8.
6722
6723         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
6724
6725 2001-09-08    <johan AT FRIJA>
6726
6727         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
6728
6729 2001-09-07    <johan AT FRIJA>
6730
6731         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
6732
6733         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
6734
6735 2001-09-06    <johan AT FRIJA>
6736
6737         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
6738         * bernhard noted me at this: "() equals to (void)" (1.38)
6739
6740 2001-09-05    <johan AT FRIJA>
6741
6742         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
6743
6744 2001-09-04    <johan AT FRIJA>
6745
6746         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
6747
6748
6749 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
6750
6751         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
6752
6753 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
6754
6755         * link/z80/aslink.h: Fixed path for PATH_MAX
6756
6757 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
6758
6759         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
6760
6761         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
6762
6763         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
6764
6765         * 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.
6766
6767 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
6768
6769         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
6770         (genCmp): Fixed up genCmp for the GB with longs.
6771
6772         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
6773
6774         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
6775
6776         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
6777
6778         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
6779
6780 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
6781
6782         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
6783
6784 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
6785
6786         * 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.
6787
6788         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
6789
6790 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
6791
6792         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
6793
6794         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
6795
6796 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
6797
6798   * sim/ucsim/configure:    little improvement of Cygwin-detection
6799   * sim/ucsim/configure.in: little improvement of Cygwin-detection
6800   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
6801   * support/regression/tests/bug-221100.c: small changes for mcs51
6802   * support/regression/tests/bug-221168.c: small changes for mcs51
6803   * support/regression/tests/bug-227710.c: small changes for mcs51
6804   * support/regression/tests/staticinit.c: small changes for mcs51
6805   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
6806   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
6807   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
6808
6809 $Revision$