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