* support/regression/tests/snprintf.c: some checks
[fw/sdcc] / ChangeLog
1 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2
3         * support/regression/tests/snprintf.c: some checks
4         * lib/src/printf_large.c: %bc: read char instead of int from stack
5
6 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/include/mcs51/cc2430.h: inserted _XPAGE
9
10 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
11
12         * device/include/mcs51/cc2430.h: added
13
14 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
15
16         * device/include/asm/default/features.h,
17         * device/include/asm/ds390/features.h,
18         * device/include/mcs51/at89s53.h,
19         * device/include/ser.h,
20         * device/include/ser_ir.h,
21         * device/include/serial.h: changed keywords to double underscore variants,
22           fixes bug 1590261 some more, thanks Steven Borley
23
24 2006-12-01 Raphael Neider <rneider AT web.de>
25
26         * src/pic/pcode.c (register_reassign): do not crash on recursive code
27           but emit warning (recursion is not supported for pic14)
28
29 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
30
31         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
32         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
33
34 2006-11-30 Raphael Neider <rneider AT web.de>
35
36         * src/pic/device.c (dump_sfr): always emit symbols
37         * src/pic/glue.c (pic14printPublics): fixed typo
38
39 2006-11-30 Raphael Neider <rneider AT web.de>
40
41         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
42           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
43           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
44            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
45            a sharebank, use a non-shared bank for the stack if none available
46         * src/pic/device.h (struct memRange): added linked list next field,
47           added prototypes for above functions
48         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
49           (typeRegWithIdx): accept fixed and unfixed stack registers
50         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
51           the stack, handle shared and banked stack (except for WSAVE),
52           (insertBankSel): removed useless optimization (will never fire),
53           (FixRegisterBanking): added optimization for devices with only one
54           possibly aliased bank of memory, like 16f84
55         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
56           devices have no SHAREBANK in the linker script
57         * device/include/pic/pic14devices.txt: documented memmap
58         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
59
60 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
61
62         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
63           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
64           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
65           genhc08Code): switched most of the D (debug) macros to DD (detailed
66           debug) macros to better control clutter in the generated .asm file.
67         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
68           genRightShift): fixed bug with non-constant bit shift stored to
69           a volatile result (SF Open Discussion forum thread #1616749).
70           Single byte case is not yet optimized.
71
72 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
73
74         * device/include/asm/mcs51/features.h,
75         * device/include/malloc.h,
76         * device/include/stdio.h: changed keywords to double underscore variants,
77           fixes bug 1590261
78
79 2006-11-27 Borut Razem <borut.razem AT siol.net>
80
81         * support\cpp2\cppexp.c, support\cpp2\hashtable.h,
82           support\cpp2\Makefile.in, support\cpp2\cppfiles.c,
83           support\cpp2\output.h, support\cpp2\cppinit.c,
84           support\cpp2\cpplib.c, support\cpp2\cpplib.h,
85           support\cpp2\Makefile.bcc, support\cpp2\cpphash.c,
86           support\cpp2\cppdefault.c, support\cpp2\system.h,
87           support\cpp2\cpphash.h, support\cpp2\cpplex.c,
88           support\cpp2\cppdefault.h, support\cpp2\mbchar.c,
89           support\cpp2\prefix.c, support\cpp2\except.h,
90           support\cpp2\hwint.h, support\cpp2\cppmacro.c,
91           support\cpp2\line-map.h, support\cpp2\sdcpp.dsp,
92           support\cpp2\sdcc.h, support\cpp2\mkdeps.c,
93           support\cpp2\version.c, support\cpp2\cppmain.c,
94           support\cpp2\version.h, support\cpp2\hashtable.c,
95           support\cpp2\cpperror.c:
96           synchronized with GCC CPP release version 3.3.6,
97           the latest where cppmain.c still exists.
98         * support\cpp2\cpptrad.c, support\cpp2\sdcppmain.c,
99           support\cpp2\sdcppinit.c: added
100
101 2006-11-27 Borut Razem <borut.razem AT siol.net>
102
103         * support/cpp2/cpplex.c:
104           fixed _asm ... _endasm handling bug, introduce with GCC CPP
105           synchronization
106         * support/cpp2/cpplib.c: removed definitions of unused variables
107
108 2006-11-26 Borut Razem <borut.razem AT siol.net>
109
110         * support/cpp2/libiberty.h: commented out x*alloc() declarations
111           since they are redefined by macros in support/cpp2/sdcc.h
112         * support/cpp2/sdcc.h: x*alloc macro redefinition
113
114 2006-11-25 Borut Razem <borut.razem AT siol.net>
115
116         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
117           support/cpp2/configure, support/cpp2/Makefile.in,
118           support/cpp2/cppfiles.c, support/cpp2/output.h,
119           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
120           support/cpp2/config.h, support/cpp2/cpplib.h,
121           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
122           support/cpp2/cppdefault.c, support/cpp2/config.in,
123           support/cpp2/system.h, support/cpp2/cpplex.c,
124           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
125           support/cpp2/cppdefault.h, support/cpp2/prefix.c
126           support/cpp2/hwint.h, support/cpp2/mbchar.h,
127           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
128           support/cpp2/configure.in, support/cpp2/intl.h,
129           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
130           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
131           support/cpp2/version.c, support/cpp2/cppmain.c,
132           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
133           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
134           support/cpp2/cpperror.c,
135           support/cpp2/libiberty/safe-ctype.c,
136           support/cpp2/libiberty/safe-ctype.h,
137           support/cpp2/libiberty/splay-tree.c,
138           support/cpp2/libiberty/obstack.c,
139           support/cpp2/libiberty/lbasename.c,
140           support/cpp2/libiberty/splay-tree.h,
141           support/cpp2/libiberty/obstack.h:
142           synchronized with GCC CPP release version 3.2.3,
143           the latest before integration of cpp into gcc
144         * support/cpp2/except.h, support/cpp2/line-map.c,
145           support/cpp2/line-map.h,
146           support/cpp2/libiberty/hex.c,
147           support/cpp2/libiberty/concat.c,
148           support/cpp2/libiberty/filenames.h: added
149         * support/cpp2/intl.c: deleted
150
151 2006-11-24 Borut Razem <borut.razem AT siol.net>
152
153         * src/SDCC.y: enabled compilation of empty source file
154         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
155           "ISO C forbids an empty source file"
156         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
157           if all the code is ifdefed out.
158
159 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
160
161         * src/hc08/gen.c (genPcall): fix for bug #1601032
162
163 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
164
165         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
166         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
167         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
168         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
169         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
170         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
171         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
172         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
173         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
174         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
175         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
176         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
177         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
178         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
179         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
180           Renamed to all upper case as per the standard set by SiLabs
181
182 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
183
184         * device/include/mcs51/C8051F520.h: new, added
185         * device/include/mcs51/compiler.h: added link about predefined macros
186
187 2006-11-23 Raphael Neider <rneider AT web.de>
188
189         * src/regression/Makefile: add -L path to fresh library
190         * src/regression/simulate: emphasize FAILED output
191         * src/regression/create_stc: output _failures from gpsim
192         * src/regression/compare4.c,
193         * src/regression/rotate6.c: fixed char literals,
194           all compile, all run =8-D
195
196         * src/pic/pcode.h: added isPCASMDIR macro
197         * src/pic/gen.c (genAnd): fixed bit offset
198         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
199           packBits): unified register numbering schemes,
200           (newReg): do not insert stack registers into hash table,
201           (initStack): unpinned pseudo stack, simplified,
202           (typeRegWithIdx): fixed retrieval of stack registers,
203         * src/pic/pcode.c (addpCodeComment,sameBank): added,
204           (pCodeReplace): removed invalid assertion,
205           (insertPCodeInstruction): fixed newly added labels,
206           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
207           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
208           DumpFlow): removed unsed (broken?) code,
209           (insertBankSel): prevent STATUS from being BANKSELed,
210           (FixRegisterBanking): rewritten from scratch, implemented generic
211             optimizations (suppress BANKSELs to same register and to registers
212             present in all banks),
213           (AnalyzeBanking): update flow after BANKSELection
214
215         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
216             sharebank, let linker place it, mark STKxx symbols as emitted
217
218 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
219
220         * src/regression/arrays.c,
221         * src/regression/bank1.c,
222         * src/regression/bool2.c,
223         * src/regression/compare7.c,
224         * src/regression/compare8.c,
225         * src/regression/compare9.c,
226         * src/regression/compare10.c,
227         * src/regression/configword.c,
228         * src/regression/for.c,
229         * src/regression/mult1.c,
230         * src/regression/pointer1.c,
231         * src/regression/rotate6.c,
232         * src/regression/string1.c,
233         * src/regression/struct1.c,
234         * src/regression/Makefile: make PIC14 regression tests run again
235           (3 fail, 6 won't compile)
236
237 2006-11-21 Raphael Neider <rneider AT web.de>
238
239         * device/include/pic16/pic18f4550.h,
240         * device/include/pic16/pic18f4455.h,
241         * device/lib/pic16/libdev/pic18f4550.c,
242         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
243         * configure.in: removed superfluous closing bracket
244
245 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
246
247         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
248           always positive.
249
250 2006-11-21 Raphael Neider <rneider AT web.de>
251
252         * src/pic/device.{c,h}: added pic14_getPIC()
253         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
254           (genAnd): added PIC code for one case, fixes #1597044
255         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
256           SFRs that are present in all banks (e.g., STATUS)
257
258 2006-11-20 Raphael Neider <rneider AT web.de>
259
260         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
261           INCFSZ/INCFSZW and declared them as changing Z bit,
262           (insertPCodeInstruction): correctly invert the above instructions,
263           fixes #1599333,
264           (DoBankSelect): don't panic on po_immediates
265
266 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
267
268         * as/link/aslink.h,
269         * as/link/mcs51/lkihx.c (newArea),
270         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
271         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
272
273 2006-11-11 Raphael Neider <rneider AT web.de>
274
275         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
276           bitfield symbols, fixes #1579535 (once more...).
277
278 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
279
280         * support/regression/generate-cases.py,
281         * support/regression/fwk/include/testfwk.h,
282         * support/regression/fwk/lib/testfwk.c: used code pointers,
283           (about 50kByte less code generated for mcs51)
284
285 2006-11-06 Borut Razem <borut.razem AT siol.net>
286
287         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
288           debugger/mcs51/configure: fixed failed check because the function
289           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
290           who submitted the patch for gpsim.
291         * debugger/mcs51/configure.in: removed the result message
292         * debugger/mcs51/Makefile.in: fixed the config.status warning
293           "... seems to ignore the --datarootdir setting"
294
295 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
296
297         * device/include/mcs51/c8051f020.h,
298         * device/include/mcs51/c8051f040.h,
299         * device/include/mcs51/c8051f060.h,
300         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
301         * src/z80/gen.c (gencjneshort),
302         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
303
304 2006-10-31 Borut Razem <borut.razem AT siol.net>
305
306         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
307           debugger/mcs51/configure: get readline version
308
309 2006-10-30 Borut Razem <borut.razem AT siol.net>
310
311         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
312         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
313           debugger/mcs51/configure: locate readline even when cross compiling
314         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
315
316 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
317
318         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
319           serial port.
320
321 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
322
323         * device/include/malloc.h,
324         * device/lib/calloc.c,
325         * device/lib/free.c,
326         * device/lib/malloc.c,
327         * device/lib/realloc.c: moved definition of struct into sources
328         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
329
330 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
331
332         * as/asx8051.dsp: corrected output directories
333         * as/link/hc08: new directory for hc08 linker
334         * as/hc08/aslink.h,             as/link/aslink.h,
335         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
336         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
337         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
338         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
339         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
340         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
341         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
342         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
343         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
344         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
345         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
346         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
347         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
348         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
349         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
350         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
351         * as/link/hc08/conf.mk,
352         * configure,
353         * configure.in,
354         * Makefile.in,
355         * sdcc.dsw: moved hc08 linker to as/link/hc08
356         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
357         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
358         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
359         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
360         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
361         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
362         * as/link/mcs51/aslink.dsp,
363         * as/link/mcs51/Makefile.in: factored out the common files
364         * as/hc08/lkstore.c: deleted, use the one already in as/link/
365         * as/clean.mk: extra cleaning common files
366         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
367         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
368         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
369
370 2006-10-29 Raphael Neider <rneider AT web.de>
371
372         * src/pic/ralloc.c (newReg): create aliases for registers with
373           multiple names to fix #1579535 and #1584001,
374           (regWithIdx,dirregWithName): resolve aliases on lookup
375         * src/pic/pcode.c (DoBankSelect): die with error message on failing
376           bankselect
377         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
378           to prevent build errors on small devices
379
380 2006-10-28 Raphael Neider <rneider AT web.de>
381
382         * src/pic/gen.c (genFunction,genCall): drop "same code page"
383           assumption within interrupt handlers, fixes #1584940
384         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
385           "emitted" to avoid emitting them again in udata
386
387 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
388
389         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
390         Removed.
391
392 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
393
394         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
395         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
396         on/off CR to CRLF conversion.
397
398 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
399
400         * doc/sdccman.lyx: updated IRQ section
401
402 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
403
404         * device/lib/serial_io.c: removed
405         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
406         replacements for serial_io.c
407
408 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
409
410         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
411
412 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
413
414         * device/lib/serial_io.c: Default putchar() and getchar() for
415           mcs51 uses serial port.
416
417 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
418
419         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
420
421 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
422
423         * support/regression/ports/mcs51/support.c: smaller
424         _sdcc_external_startup()
425         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
426
427 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * device/lib/gbz80/crt0.s,
430         * device/lib/gbz80/crt0_rle.s,
431         * device/lib/gbz80/div.s,
432         * device/lib/gbz80/fstubs.s,
433         * device/lib/gbz80/heap.s,
434         * device/lib/gbz80/mul.s,
435         * device/lib/gbz80/putchar.s,
436         * device/lib/gbz80/stubs.s,
437         * device/lib/z80/crt0.s,
438         * device/lib/z80/crt0_rle.s,
439         * device/lib/z80/div.s,
440         * device/lib/z80/fstubs.s,
441         * device/lib/z80/heap.s,
442         * device/lib/z80/mul.s,
443         * device/lib/z80/putchar.s,
444         * device/lib/z80/stubs.s: reverted, I was mistaken
445
446 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
447
448         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
449         * support/regression/ports/mcs51/support.c: removed race
450         condition on TI in _putchar allowing to use serial port mode 0
451
452 2006-10-20 Borut Razem <borut.razem AT siol.net>
453
454         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
455
456 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
457
458         * device/lib/gbz80/crt0.s,
459         * device/lib/gbz80/crt0_rle.s,
460         * device/lib/gbz80/div.s,
461         * device/lib/gbz80/fstubs.s,
462         * device/lib/gbz80/heap.s,
463         * device/lib/gbz80/mul.s,
464         * device/lib/gbz80/putchar.s,
465         * device/lib/gbz80/stubs.s,
466         * device/lib/z80/crt0.s,
467         * device/lib/z80/crt0_rle.s,
468         * device/lib/z80/div.s,
469         * device/lib/z80/fstubs.s,
470         * device/lib/z80/heap.s,
471         * device/lib/z80/mul.s,
472         * device/lib/z80/putchar.s,
473         * device/lib/z80/stubs.s: removed all leading underscores from area names
474
475 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
476
477         * support/regression/ports/mcs51/support.c: use highest baudrate so the
478           regression tests are not waiting in the simulator for simulated
479           transmission of debug output
480
481 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
482
483         * device/lib/printf_large.c: slightly smaller
484         * doc/sdccman.lyx: do not use spaces within html links
485
486 2006-10-16 Borut Razem <borut.razem AT siol.net>
487
488         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
489           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
490           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
491           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
492           debugger/mcs51/configure:
493           [ 1185668 ] add gnu readline support to sdcdb - enabled
494
495 2006-10-16 Raphael Neider <rneider AT web.de>
496
497         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
498           fixes #1577882, removes close to all banking optimizations
499
500 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
501
502         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
503           variables in code memory
504         * support/regression/tests/absolute.c: added test for this
505
506 2006-10-15 Raphael Neider <rneider AT web.de>
507
508         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
509           devices,
510           (BankSelect): emit BANKSEL before touching linker-placed regs,
511           fixes #1570934
512
513 2006-10-10 Raphael Neider <rneider AT web.de>
514
515         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
516         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
517         * src/pic/main.c (_pic14_parseOptions),
518         * src/pic/main.h: mostly reverted to previous state, now use results
519             from SDCCmain.c's argument parsing
520
521 2006-10-10 Borut Razem <borut.razem AT siol.net>
522
523         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
524           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
525           [ 1185668 ] add gnu readline support to sdcdb -
526           prepared for READLINE, not enabled yet,
527           thanks to <tal.bav AT gmail.com>
528
529 2006-10-10 Raphael Neider <rneider AT web.de>
530
531         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
532         * src/pic16/devices.inc,
533         * device/include/pic16 (pic18f[24]620.h),
534         * device/include/pic18fregs.h,
535         * device/lib/pic16/pics.all,
536         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
537             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
538             Gary Plumbridge and Anton Strobl
539
540 2006-10-10 Raphael Neider <rneider AT web.de>
541
542         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
543           --stack-siz=NUM options to configure the argument passing stack
544         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
545         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
546           (pic14_getSharebankSize): obey --stack-siz=NUM,
547           (pic14_getSharebankAddress): obey --stack-loc=NUM
548
549 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
550
551         * doc/sdccman.lyx: added to the manual
552         * doc/figures/ddd_example.png: added (neither pdflatex nor
553         most browsers seem to like the .eps file)
554
555 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
556
557         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
558         to /tmp and /var/tmp acc. LSB
559         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
560         RESULT_TYPE_IFX
561         * support/regression/tests/onebyte.c: added test
562
563 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
564
565         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
566
567 2006-10-05 Borut Razem <borut.razem AT siol.net>
568
569         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
570           thanks to dfulab:
571           - sdcc.dsw: changed property eol-style to CRLF
572           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
573
574 2006-10-04 Raphael Neider <rneider AT web.de>
575
576         * device/include/pic/{pic16f84.h,pic16f84a.h},
577         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
578           from patch #1522504, thanks to Robas Teodor
579
580 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
583           fixes bug 1566015
584
585 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
586
587         * src/pic16/glue.c (pic16emitMaps),
588         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
589         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
590         * device/lib/pic16/libc/string/memcpypgm2ram.c,
591         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
592           Philipp Krause
593         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
594         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
595
596 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
597
598         * support/librarian/sdcclib.c: Added option -l.
599         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
600           usage totals.
601         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
602           using Windows command prompt.
603
604 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
605
606         * device/lib/libsdcc.lib: added module rand
607         * src/ds390/ralloc.c (rematStr),
608         * src/hc08/ralloc.c (rematStr),
609         * src/mcs51/ralloc.c (rematStr),
610         * src/z80/ralloc.c (rematStr): made output more consistent
611         * src/mcs51/gen.c: cosmetic changes
612
613 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
614
615         * src/port.h: added mem.cabs_name to PORT
616         * src/ds390/main.c,
617         * src/hc08/main.c,
618         * src/mcs51/main.c,
619         * src/pic16/main.c,
620         * src/pic/main.c,
621         * src/xa51/main.c,
622         * src/z80/main.c: added cabs_name initializers
623         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
624           constants
625           (emitMaps): emit absolutes in code memory into cabs_name
626         * src/SDCCmem.c,
627         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
628         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
629         * support/regression/fwk/include/testfwk.h: added define for at
630         * support/regression/tests/absolute.c: added, new
631
632 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
633
634         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
635           optimizations, see also patch 887161 by Stas Sergeev
636         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
637           to be necessary anymore,
638           (102, 103, 104, 127): renamed all occurances of bp to _bp
639
640 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
641
642         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
643           thanks Weston T. Schmidt for patch 1555221
644         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
645         * src/SDCCicode.c(geniCodeMultiply): small optimization
646
647 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
648
649         * device/include/stdlib.h: added rand prototypes
650         * device/lib/rand.c: new, added
651         * device/lib/Makefile.in: added rand.c
652         * src/z80/peeph.def,
653         * src/z80/peeph-gbz80.def,
654         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
655
656 2006-09-20 Raphael Neider <rneider AT web.de>
657
658         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
659
660 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
661
662         * as/link/aslink.h: cosmetic changes
663         * as/link/mcs51/Makefile.in,
664         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
665
666 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
667
668         * as/link/aslink.h,
669         * as/link/mcs51/aslink.h,
670         * as/link/z80/aslink.h: merged and moved to as/link/
671         * as/link/lkstore.c,
672         * as/link/mcs51/lkstore.c: moved to as/link/
673         * as/link/clean.mk: remove *.o
674         * as/link/mcs51/alloc.h: deleted
675         * as/link/mcs51/lkarea.c: added lnksect prototype
676         * as/link/mcs51/lkdata.c,
677         * as/link/mcs51/lklex.c,
678         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
679         * as/link/mcs51/lkmem.c,
680         * as/link/mcs51/lknoice.c: removed include strcmpi.h
681         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
682         * as/link/mcs51/aslink.dsp,
683         * as/link/mcs51/Makefile.aslink,
684         * as/link/mcs51/Makefile.bcc,
685         * as/link/mcs51/Makefile.in: updated for moved files
686         * as/link/z80/lkarea.c,
687         * as/link/z80/lkhead.c,
688         * as/link/z80/lklex.c,
689         * as/link/z80/lklibr.c,
690         * as/link/z80/lklist.c,
691         * as/link/z80/lkmain.c,
692         * as/link/z80/lkrloc.c,
693         * as/link/z80/lksym.c: synced with mcs51
694         * as/link/z80/lkdata.c,
695         * as/link/z80/lkeval.c,
696         * as/link/z80/lkihx.c,
697         * as/link/z80/lks19.c: cosmetic changes
698         * as/link/z80/Makefile.in,
699         * as/link/z80/linkgbz80.dsp,
700         * as/link/z80/linkz80.dsp: updated for moved files
701
702 2006-09-16 Borut Razem <borut.razem AT siol.net>
703
704         * debugger/mcs51/sdcdb.c: partially fixed
705           [ 1203664 ] sdcdb fails to open files w. two "." periods
706         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
707           debugger/mcs51/symtab.h: fixed indenting
708         * configure.in, configure: up to date with latest Maarten's changes
709
710 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
711
712         as/link/mcs51
713         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
714         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
715         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
716         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
717         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
718         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
719         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
720         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
721         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
722         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
723         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
724         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
725         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
726         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
727         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
728         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
729         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
730         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
731         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
732         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
733         as/link/mcs51/alloc.h,
734         as/link/mcs51/clean.mk,
735         as/link/mcs51/conf.mk,
736         as/link/mcs51/Makefile.bcc,
737         as/link/mcs51/Makefile.in,
738         as/link/mcs51/readme.390,
739         as/link/mcs51/strcmpi.c,
740         as/link/mcs51/strcmpi.h,
741         as/mcs51/clean.mk,
742         as/mcs51/Makefile.bcc,
743         as/mcs51/Makefile.in,
744         configure,
745         Makefile.in,
746         sdcc.dsw: moved mcs51 linker to as/link/mcs51
747
748 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
749
750         * as/link,
751         * as/link/Makefile.in,
752         * as/link/z80/linkgbz80.dsp,
753         * as/link/z80/linkz80.dsp,
754         * configure,
755         * link,
756         * link/clean.mk,
757         * link/Makefile.in,
758         * link/README,
759         * link/z80,
760         * link/z80/aslink.h,
761         * link/z80/clean.mk,
762         * link/z80/conf.mk,
763         * link/z80/linkgbz80.dsp,
764         * link/z80/linkz80.dsp,
765         * link/z80/lkarea.c,
766         * link/z80/lkdata.c,
767         * link/z80/lkeval.c,
768         * link/z80/lkgb.c,
769         * link/z80/lkgg.c,
770         * link/z80/lkhead.c,
771         * link/z80/lkihx.c,
772         * link/z80/lklex.c,
773         * link/z80/lklibr.c,
774         * link/z80/lklist.c,
775         * link/z80/lkmain.c,
776         * link/z80/lkrloc.c,
777         * link/z80/lks19.c,
778         * link/z80/lksym.c,
779         * link/z80/Makefile.in,
780         * Makefile.in,
781         * sdcc.dsw: moved link/ to as/link/
782
783 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
784
785         * as/mcs51/i51mch.c (machine): fixed warning
786
787 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
788
789         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
790
791 2006-09-09 Borut Razem <borut.razem AT siol.net>
792
793         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
794           sdcdb WIN32 native port
795         * src/clean.mk: fixed
796
797 2006-09-08 Borut Razem <borut.razem AT siol.net>
798
799         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
800
801 2006-09-08 Raphael Neider <rneider AT web.de>
802
803         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
804         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
805             to gplink to disable processor mismatch warning and to allow
806             the use of devices with only aliased (shared) memory banks,
807           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
808
809 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
810
811         * doc/sdccman.lyx: Some re-formating plus example on using
812           #pragma preproc_asm +/-
813
814 2006-09-07 Borut Razem <borut.razem AT siol.net>
815
816         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
817           section
818
819 2006-09-06 Borut Razem <borut.razem AT siol.net>
820
821         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
822           line at sdcc.nsi:153
823         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
824
825 2006-09-05 Borut Razem <borut.razem AT siol.net>
826
827         * configure.in, configure: support for winsock2
828         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
829           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
830           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
831           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
832           debugger/mcs51/symtab.h: sdcdb WIN32 native port
833
834 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
835
836         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
837           and OP_DEFS
838         * support/regression/tests/bug1551947.c: new, added
839         * src/SDCCsymt.h: strings are char* not byte*
840
841 2006-09-05 Raphael Neider <rneider AT web.de>
842
843         * device/lib/pic16/libdev/pic18f4550.c,
844           device/include/pic16/pic18f4550.h: added PORTD/TRISD
845             declarations/definitions from patch #1520949
846
847 2006-09-05 Raphael Neider <rneider AT web.de>
848
849         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
850           byte-aligned bitfields, fixes #1539278
851
852 2006-09-05 Raphael Neider <rneider AT web.de>
853
854         * src/pic/gen.c (genReceive): skip unreferenced arguments,
855           fixes #1544120
856
857 2006-09-04 Borut Razem <borut.razem AT siol.net>
858
859         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
860         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
861           -mno-cygwin is a part of the compiler name
862         * support/scripts/sdcc_mingw32: don't disable ucsim
863
864 2006-09-03 Borut Razem <borut.razem AT siol.net>
865
866         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
867         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
868
869 2006-09-03 Raphael Neider <rneider AT web.de>
870
871         * src/pic/ralloc.c,
872         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
873           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
874           fixes #1550049
875
876 2006-09-01 Borut Razem <borut.razem AT siol.net>
877
878         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
879           to make ppc-osx happy
880
881 2006-08-31 Borut Razem <borut.razem AT siol.net>
882
883         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
884         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
885         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
886         * support/regression/ports/ds390/spec.mk,
887           support/regression/ports/mcs51/spec.mk,
888           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
889           To run regression tests in mingw environment:
890           make DEV_NULL=NUL CC=gcc
891
892 2006-08-30 Borut Razem <borut.razem AT siol.net>
893
894         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
895           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
896           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
897           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
898           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
899           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
900           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
901           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
902           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
903           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
904           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
905           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
906           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
907           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
908           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
909           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
910           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
911           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
912           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
913           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
914           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
915           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
916           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
917           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
918           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
919           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
920           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
921           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
922           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
923           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
924           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
925           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
926           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
927           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
928           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
929           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
930           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
931           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
932           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
933           ucsim WIN32 native port
934
935 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
936
937         * doc/sdccman.lyx: added note on dynamic memory heap initialization
938
939 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
940
941         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
942         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
943
944 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
945
946         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
947         * support/regression/tests/bug1546986.c: new, added
948         * as/mcs51/.cvsignore,
949         * debugger/mcs51/.cvsignore,
950         * src/.cvsignore: deleted
951
952 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
953
954         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
955           definitions)
956
957 2006-08-20 Borut Razem <borut.razem AT siol.net>
958
959         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
960           removed cl_listen_console::match(), cl_console::match(),
961           restructured cl_commander::proc_input()
962
963 2006-08-16 Borut Razem <borut.razem AT siol.net>
964
965         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
966           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
967           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
968
969 2006-08-14 Borut Razem <borut.razem AT siol.net>
970
971         * support/regression/Makefile.in,
972           support/regression/ports/pic14/gpsim.cmd,
973           support/regression/ports/pic14/spec.mk,
974           support/regression/ports/pic14/support.c:
975           added pic14 regression test
976
977 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
978
979         * as/doc/asxhtm.html: documented changed ABS behaviour
980         * as/doc/README: fixed some typos
981
982 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
983
984         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
985           not defined on host
986
987 2006-08-12 Borut Razem <borut.razem AT siol.net>
988
989         * support/regression/fwk/include/testfwk.h,
990           support/regression/fwk/lib/testfwk.c,
991           support/regression/generate-cases.py,
992           support/regression/Makefile.in:
993           regression test framework does not depend on function pointers and
994           variable arguments
995
996 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
997
998         * device/include/stddef.h: c temporary hack to fix bug 1518273
999
1000 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1001
1002         * device/include/mcs51/cc2510fx.h: added
1003         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1004           to projects.
1005
1006 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1007
1008         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1009         * as/z80/Makefile.in: added strcmpi.c
1010         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1011         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
1012
1013 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
1014
1015         * device/lib/gbz80/asm_strings.s,
1016         * device/lib/gbz80/crt0_rle.s,
1017         * device/lib/gbz80/div.s,
1018         * device/lib/gbz80/mul.s,
1019         * device/lib/gbz80/shift.s,
1020         * device/lib/z80/asm_strings.s,
1021         * device/lib/z80/crt0_rle.s,
1022         * device/lib/z80/div.s,
1023         * device/lib/z80/mul.s,
1024         * device/lib/z80/shift.s: changed to all lower case menmonics except the
1025           flags which are all upper case
1026
1027 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1028
1029         * as/z80/asm.h: made CASE_SENSITIVE 1
1030         * link/z80/aslink.h: made CASE_SENSITIVE 1
1031         * src/z80/gen.c (throughout): made all conditionals upper case
1032         * support/regression/tests/bug1503067.c: new
1033
1034 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1035
1036         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
1037           (shiftIntoPair): added case 2 for PAIR_IY,
1038           (setupToPreserveCarry): replaced parameters with iCode and check if
1039            PAIR_DE is in use to fix bug 1399290,
1040           (genPlus, genMinus): updated call to setupToPreserveCarry
1041         * support/regression/tests/bug1399290.c: new
1042
1043 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
1044
1045         * device/lib/Makefile.in (Z80SOURCES): enabled float support
1046         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
1047         * src/ds390/gen.c (shiftRLong),
1048         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
1049         * src/mcs51/gen.c (sameReg): changed to sameByte,
1050           (xch_a_aopGet): new,
1051           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
1052            shiftRLong): fixed bug 1533966
1053         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
1054           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
1055         * support/regression/Makefile.in: disabled z80, enabled ucz80
1056         * support/regression/tests/float_trans.c: enabled test for z80 and host
1057         * support/regression/tests/shifts2.c: new, for testing bug 1533966
1058
1059 2006-08-01 Borut Razem <borut.razem AT siol.net>
1060
1061         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
1062           comparison is always false due to limited range of data type
1063           on PPC64 machine (openpower-linux1) where "char = unsigned char"
1064
1065 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
1066
1067         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
1068         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
1069         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
1070         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
1071
1072 2006-07-31 Borut Razem <borut.razem AT siol.net>
1073
1074         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
1075           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
1076           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
1077           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
1078           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
1079           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
1080           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
1081           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
1082           enable ucsim mingw compilation. Serial port is disabled,
1083           since it uses termios.h API, which is not available on native
1084           WIN32
1085
1086 2006-07-31 Borut Razem <borut.razem AT siol.net>
1087
1088         * Small Device C Compiler 2.6.0 released
1089         * support/scripts/sdcc.nsi: added FULL_DOC option
1090         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
1091
1092 2006-07-28 Borut Razem <borut.razem AT siol.net>
1093
1094         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
1095         * doc/INSTALL.txt: updated
1096
1097 2006-07-27 Borut Razem <borut.razem AT siol.net>
1098
1099         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
1100           device/lib/pic/libdev/Makefile.in: fixed bug
1101           [ 1438354 ] pic libsdcc: distclean doesn't work
1102         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
1103           device/lib/pic16/libio/Makefile.in: fixed bug
1104           [ 1438344 ] pic16 lib: clean doesn't work properly
1105         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
1106
1107 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
1108
1109         * device/lib/pic/libsdcc/fsdiv.c,
1110         * device/lib/pic/libsdcc/fsmul.c,
1111         * device/lib/pic16/libsdcc/float/fsdiv.c,
1112         * device/lib/pic16/libsdcc/float/fsmul.c,
1113         * device/lib/_fsdiv.c,
1114         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
1115         * support/regression/tests/bug1520966.c: added
1116         * doc/knownbugs.html: removed [ 1520966 ] from the list
1117
1118 2006-07-25 Borut Razem <borut.razem AT siol.net>
1119
1120         * configure.in, configure, sdccconf_in.h: fixed bug
1121           [ 1519095 ] regression test onebyte.c fails on ppc64 host
1122         * doc/knownbugs.html: removed [ 1519095 ] from the list
1123
1124 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
1125
1126         * doc/knownbugs.html: added, contains list of known bugs at release
1127         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
1128
1129 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1130
1131         * device/include/mcs51/compiler.h: added SFRX for xdata based special
1132           function registers and corrected defaults with additional warning
1133         * device/lib/malloc.c: cosmetic changes
1134         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
1135         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
1136           (fillGaps): and used it
1137
1138 2006-07-20 Raphael Neider <rneider AT web.de>
1139
1140         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
1141           output unless SDCCPICDEBUG is set
1142         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
1143           output if SILENT is set
1144
1145 2006-07-11 Borut Razem <borut.razem AT siol.net>
1146
1147         * doc/README.txt: updated
1148
1149 2006-07-10 Borut Razem <borut.razem AT siol.net>
1150
1151         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
1152           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
1153           in WIN32 installation
1154         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
1155           release candidate 1
1156
1157 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
1158
1159         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
1160         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
1161
1162 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
1163
1164         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
1165
1166 2006-07-06 Borut Razem <borut.razem AT siol.net>
1167
1168         * support/regression/tests/bitfields.c:
1169           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
1170         * support/regression/tests/constantRange.c:
1171           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
1172
1173 2006-07-04 Borut Razem <borut.razem AT siol.net>
1174
1175         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
1176           src/port.mk,
1177           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1178           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1179           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1180           reverted changes from 2006-07-03
1181         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
1182         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
1183           added CPPFLAGS, used by the host port
1184
1185 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
1186
1187         * support/regression/valdiag/tests/switch.c,
1188         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
1189         * support/regression/tests/libmullong.c: fixed for host
1190         * support/regression/ports/host/spec.mk: disable all warnings for host,
1191         SDCC runs with --less-pedantic too
1192
1193 2006-07-03 Borut Razem <borut.razem AT siol.net>
1194
1195         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
1196           defined CPPFLAGS
1197         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
1198         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1199           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1200           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1201           include ../port.mk
1202         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
1203           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1204           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1205           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
1206
1207 2006-07-02 Raphael Neider <rneider AT web.de>
1208
1209         * src/pic16/devices.inc,
1210         * device/include/pic16/pic18fregs.h,
1211         * device/include/pic16/pic18f4550.h,
1212         * device/lib/pic16/pics.all,
1213         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
1214
1215 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
1216
1217         * as/hc08/lkaomf51.c (OutputName),
1218         * as/mcs51/lkaomf51.c (OutputName),
1219         * as/z80/asmain.c (asmbl),
1220         * src/ds390/main.c (asmLineNodeFromLineNode),
1221         * src/hc08/ralloc.c (hc08_assignRegisters),
1222         * src/mcs51/main.c (asmLineNodeFromLineNode),
1223         * src/xa51/ralloc.c (checkRegMask),
1224         * src/xa51/gen.c (emitcode),
1225         * src/z80/gen.c (_emit2),
1226         * src/SDCCast.c (searchLitOp),
1227         * src/SDCCglobl.h,
1228         * support/packihx/packihx.c,
1229         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
1230         * src/ds390/gen.c (aopPutUsesAcc),
1231         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
1232         * support/regression/tests/libmullong.c (mullong_wrapper),
1233         * src/SDCCsymt.c (powof2),
1234         * src/SDCCast.c,
1235         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
1236         * src/SDCCsymt.h: added TYPE_TARGET_*
1237         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
1238         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
1239         SDCCast because 1) header problems 2) this is the right place
1240         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
1241         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
1242         prototype
1243
1244 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1245
1246         * src/SDCCicode.h: removed buggy semicolon in unused macro
1247         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1248         search for previous definiton of auto symbols too,
1249         (findPrevUse): fixed logic of emitWarnings
1250
1251 2006-06-26 Raphael Neider <rneider AT web.de>
1252
1253         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1254           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1255
1256 2006-06-25 Raphael Neider <rneider AT web.de>
1257
1258         * device/lib/pic/libm: NEW, added math library functions
1259         * device/lib/pic/libsdcc: NEW; added float support functions
1260         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1261         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1262           NEW, added math related headers
1263         * device/include/asm/pic/features.h: NEW
1264         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1265           (popGet): allow larger offsets for AOP_PCODE,
1266           (genDataPointerSet): handle literals explicitly, more debug output,
1267           (genAssign): fixed for float using aopLiteral ;-)
1268         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1269           GOTO initialisation routine
1270         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1271           flag on registers, fixes #1469043 (local variables do not work)
1272         * src/pic/main.c (_pic14_do_link),
1273         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1274           available
1275
1276 2006-06-25 Borut Razem <borut.razem AT siol.net>
1277
1278         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1279           characters printed (not including the trailing '\0' used to end
1280           output to strings). Problem detected in regression test bug-927659.c.
1281           NOTE: printf() family functions should return int instead
1282           unsigned int!
1283         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1284           specifier are printed as themselves
1285         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1286           support flags, width and precision specifiers
1287
1288 2006-06-24 Borut Razem <borut.razem AT siol.net>
1289
1290         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1291           to the list of sdcc tagrets not supporting bit type
1292         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1293           testfor pic16 due to bug:
1294           [ 1511794 ] pic16: regression test bug-895992.c fails
1295
1296 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1299         * src/SDCCglue.c (initPointer), fixed bug 1496419
1300         * support/regression/tests/bug1496419.c: new, added
1301
1302 2006-06-22 Borut Razem <borut.razem AT siol.net>
1303
1304         * support/regression/ports/pic16/support.c: use gpsim usart module from
1305           libgpsim_modules library
1306
1307 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1308
1309         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1310         IP0H to IPH0.
1311
1312 2006-06-19 Raphael Neider <rneider AT web.de>
1313
1314         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1315         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1316           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1317           (pic14printExterns,pic14printPublics,pic16printPublics,
1318           pic16_printExterns): use new functions to emit symbols
1319           (picglue,pic16glue): emit publics before emitting externs
1320         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1321           locally defined functions to avoid bug #1443651
1322         * support/regression/tests/bug-716242.c: removed pic16 workaround
1323         * support/regression/ports/pic16/spec.mk: ignore errors during build
1324
1325 2006-06-19 Raphael Neider <rneider AT web.de>
1326
1327         * src/pic/glue.h: added pic14aopLiteral prototype
1328         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1329         * src/pic/gen.c: removed stdint.h dependency
1330           (aopGet): use Safe_strdup()
1331           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1332           (genDataPointerSet): use pic14aopLiteral()
1333         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1334           for pic16; thanks to Bernhard and Maarten
1335
1336 2006-06-18 Borut Razem <borut.razem AT siol.net>
1337
1338         * support/regression/tests/structflexarray.c: flexible array members
1339           not supported by gcc < 3
1340         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1341           GUI tool by default
1342         * src/pic/gen.c: don't include [p]strdin.h on solaris
1343         * support/Util/pstdint.h: addad svn attributes
1344         * support/regression/tests/constantRange.c,
1345           support/regression/tests/rotate.c: include inttypes.h instead
1346           stdint.h on solaris, addad svn attributes
1347
1348 2006-06-18 Raphael Neider <rneider AT web.de>
1349
1350         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1351           int for PIC16
1352         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1353           (pic16_genMinusBits): simplified sign-extension
1354           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1355             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1356             adjusted to correctly handle mixed-signed operands, disabled
1357             now unused multiplciation routines
1358         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1359           (assignResultValue): added argument denoting the size of the result
1360             as returned by the function (fixes upcasts in assigning from
1361             function calls: char foo(); int i = foo();)
1362           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1363             function result to assignResultValue
1364           (genMult): disabled inlined multiplication code
1365           (genDiv): augmented to also handle the modulus operator, fixed to
1366             handle mixed-signed operands correctly
1367           (genMod): simply call genDiv, disabled unused code
1368           (genAssign): fixed missing (sign-)extension on result
1369         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1370             valid char operands, allow signed operands for native code, added
1371             division and modulo operator handling
1372         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1373
1374         As a consequence, onebyte.c (if split into two files) and muldiv.c
1375         pass regression tests.
1376
1377 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1378
1379         * doc/Makefile.in: two runs of makeindex seem needed to get
1380         correct page references in the index of sdccman.pdf
1381         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1382
1383 2006-06-17 Borut Razem <borut.razem AT siol.net>
1384
1385         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1386
1387 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1388
1389         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1390         mentioned ec2drv and paulmon
1391
1392 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1393
1394         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1395           consecutive abs areas
1396           (find_empty_space, allocate_space): added map to handle codemap or
1397            xdatamap,
1398           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1399            absolute idata and xdata
1400         * as/mcs51/lkmem.c (summary2): updated legend
1401
1402 2006-06-16 Raphael Neider <rneider AT web.de>
1403
1404         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1405
1406 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1407
1408         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1409           1208515
1410         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1411
1412 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1413
1414         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1415         value of generic pointers,
1416         * src/avr/main.c,
1417           src/ds390/main.c,
1418           src/hc08/main.c,
1419           src/izt/i186.c,
1420           src/izt/tlcs900h.c,
1421           src/mcs51/main.c,
1422           src/pic/main.c,
1423           src/pic16/main.c,
1424           src/xa51/main.c,
1425           src/z80/main.c: PORT structure, added elements for gp_tags field,
1426         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1427         fields in the PORT structure of each port,
1428         * src/SDCCast.c (decorateType): allow processing of generic pointers
1429         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1430         S_FIXED symbols
1431
1432 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1433
1434         * link/z80/lkgb.c,
1435         * link/z80/lkgg.c,
1436         * src/pic16/gen.c,
1437         * src/pic16/main.c,
1438         * src/pic16/pcode.c,
1439         * src/pic/main.c,
1440         * src/pic/pcoderegs.c,
1441         * src/SDCCicode.c,
1442         * src/SDCCmain.c,
1443         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1444           bug 1504689 on minGW
1445
1446 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1447
1448         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1449
1450 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1451
1452         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1453
1454 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1455
1456         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1457           for optimization
1458
1459 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1460
1461         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1462         to a char variable. Fixed bug #1504211
1463         * device/include/pic16/adc.h,
1464         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1465         and fixed bug #1364390
1466
1467 2006-06-10 Borut Razem <borut.razem AT siol.net>
1468
1469         * CVSROOT: removed the CVS left-over
1470
1471 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1472
1473         * as/hc08/asmain.c (asexit),
1474         * as/hc08/lkmain.c (lkexit),
1475         * as/mcs51/asmain.c (asexit),
1476         * as/mcs51/lkmain.c (lkexit),
1477         * src/SDCCglue.c (DEFSETFUNC),
1478         * src/SDCCmain.c (linkEdit, assemble),
1479         * support/librarian/sdcclib.c (AddRel),
1480           replaced unlink() by standard C remove()
1481         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1482         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1483           gatherImplicitVariables): new, added to fix bug 608752,
1484           (createFunction): added gatherImplicitVariables()
1485         * src/SDCCast.h: added createRMW prototype
1486         * src/SDCCsymt.h (struct symbol): added infertype
1487         * support/regression/tests/bug608752.c: new, added
1488
1489 2006-06-10 Raphael Neider <rneider AT web.de>
1490
1491         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1492           multibyte dummy reads (fixes #1503234)
1493
1494 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * device/include/mcs51/compiler.h: new, added header file to enable
1497           creating common sfr definition header files for different compilers
1498
1499 2006-06-05 Raphael Neider <rneider AT web.de>
1500
1501         * src/pic16/{pcode.h,genarith.c}:
1502           introduced pCodeOp combining any two pCodeOps (previously only
1503           two register operands could be combined), removed pcop2 from
1504           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1505         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1506         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1507           rewritten to use new PO_TWO_OPS
1508         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1509         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1510           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1511           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1512           (pic16_get_op): embraced return arg to allow #define return(x),
1513             added new case for combined opcodes
1514           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1515           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1516            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1517
1518 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1519
1520         * src/SDCCval.c (checkConstantRange): added
1521         * src/SDCCval.h: added checkConstantRange
1522         * support/Util/SDCCerr.c,
1523         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1524         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1525         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1526         * src/SDCCast.c (decorateType): added checkConstantRange,
1527         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1528         can be emitted with the correct always true/false warning,
1529         added optimization for double '!';
1530         result of decorateType() must be assigned back to the tree, because
1531         decorateType() can change the tree
1532         * src/SDCCicode.c (geniCodeLogic),
1533         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1534         (checkConstantRange): removed, it was only a fragment which never
1535         emitted a warning
1536         * src/SDCCsymt.c (computeType): fixed promotion for
1537         "-1 < (unsigned bit) b"
1538         * src/pic/ralloc.c (packRegsForAssign),
1539         * src/pic16/ralloc.c (packRegsForAssign),
1540         * src/hc08/ralloc.c (packRegsForAssign),
1541         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1542         from mcs51
1543         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1544         * support/regression/tests/constantRange.c: added
1545         * support/valdiag/tests/constantRange.c: added
1546         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1547
1548 2006-06-02 Borut Razem <borut.razem AT siol.net>
1549
1550         * support/regression/ports/pic16/support.c: increase stack size
1551           to 255 bytes
1552         * support/regression/Makefile.in: sort tests by name so that the
1553           resutlts can be compared on different machines / platforms
1554
1555 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1556
1557         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1558         * src/ds390/gen.c (emitLabel): new, added,
1559           (genDjnz): fixed stack overflow bug,
1560           (throughout): cosmetic changes to sync with mcs51/gen.c,
1561           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1562         * src/mcs51/gen.c (genEndFunction): small optimization,
1563           (throughout): cosmetic changes to sync with ds390/gen.c
1564
1565 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1566
1567         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1568           (_print_format): fixed printing pointers
1569         * src/mcs51/gen.c (emitLabel, movb): new, added,
1570           (genAssign): small optimization,
1571           (genDjnz): fixed stack overflow bug,
1572           (throughout): replaced sprintf with SNPRINTF,
1573           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1574           replaced emitcode("mov", "b,...") with MOVB(...),
1575           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1576           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1577         * src/mcs51/peeph.def: added rules 140 and 264
1578         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1579           so they may get optimized into registers
1580
1581 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1582
1583         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1584           immediately when encountered,
1585           (printUsage): always use stderr even on windows
1586
1587 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1588
1589         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1590         (processParms): fixed bug #1247551
1591         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1592         parseCmdLine, main): print '--version' to stdout,
1593         print 'help' to stdout if --help is given,
1594         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1595         arguments are given; fixed --help
1596
1597 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1598
1599         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1600         * support/regression/tests/bug-1493710.c: added
1601
1602 2006-05-27 Borut Razem <borut.razem AT siol.net>
1603
1604         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1605           static instead auto
1606         * support/regression/ports/pic16/support.c: increase stack size
1607           from default 64 bytes to 128 bytes
1608         * support/regression/tests/staticinit.c,
1609           support/regression/tests/float.c: regression tests fully enabled
1610           for pic16 port by putting the initialized data arrays into the code
1611           section
1612         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1613           This was changed by mistake in the previous version.
1614
1615 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1616
1617         * src/pic16/gen.c (genFunction, genEndFunction): some
1618         beautifications, fixed bug with falsely restoring FSR2 in large
1619         stack model, thanks to Beau E. Cox for reporting the bug
1620
1621 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1622
1623         * debugger/mcs51/break.c,
1624         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1625           use %p to print pointers, made address variables unsigned
1626         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1627         * debugger/mcs51/symtab.c (parseSymbol): must return something
1628         * src/mcs51/gen.c (aopForSym): small optimization,
1629            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1630           (freeAsmop): added missing break,
1631           (aopPut): removed parameter bvolatile, determine it inside the function,
1632           (saveRegisters, unsaveRegisters): small optimization,
1633           (genIpush): removed pointless check,
1634           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1635           replaced sprintf with SNPRINTF,
1636           replaced strcpy with strncpyz,
1637           updated aopPut calls,
1638           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1639         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1640
1641 2006-05-24 Borut Razem <borut.razem AT siol.net>
1642
1643         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1644           modification of test for the pic16 port, put the array to the code
1645           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1646
1647 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1648
1649         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1650         * support/Util/pstdint.h: added
1651
1652 2006-05-22 Borut Razem <borut.razem AT siol.net>
1653
1654         * src/regression/Makefile: removed bool2.c test, added -q linker option
1655         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1656           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1657           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1658           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1659           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1660           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1661           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1662           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1663           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1664
1665 2006-05-22 Raphael Neider <rneider AT web.de>
1666
1667         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1668           bug #1492360 (problematic due to generic pointers, see code)
1669
1670 2006-05-22 Borut Razem <borut.razem AT siol.net>
1671
1672         * support/regression/ports/pic16/specs.mk: removed stack size linker
1673           directive
1674         * support/regression/tests/array.c,
1675           support/regression/tests/bitopcse.c,
1676           support/regression/tests/bug-908454.c,
1677           support/regression/tests/malloc.c: modified for pic16 regression test
1678         * support/regression/tests/bitfields.c:
1679           pic16 - excluded bitfileds of size > 8
1680         * support/regression/tests/bp.c: pic16 - reduced data size
1681         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1682         * support/regression/tests/bug-460010.c:
1683           pic16 - used the absolute address the fits in memory
1684         * support/regression/tests/bug-716242.c:
1685           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1686         * support/regression/tests/float.c:
1687           pic16 - excluded - data size too big
1688         * support/regression/tests/onebyte.c:
1689           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1690         * support/regression/tests/shifts.c:
1691           pic16 - function names probably have to differ in first X characters
1692           (gpasm limitation?)
1693         * support/regression/tests/staticinit.c:
1694           pic16 - excluded some tests due error: no target memory available for
1695           section ".idata"
1696
1697 2006-05-22 Borut Razem <borut.razem AT siol.net>
1698
1699         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1700           second try. Thanks Stas Sergeev once more.
1701
1702 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1703
1704         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1705           (genLeftShift, genRightShift): fixed bug 1491627
1706         * src/hc08/peeph.def (rules 7, 8.x): added
1707         * support/regression/tests/shifts.c (ShiftLeftByParam,
1708           ShiftRightByParam, testShiftByParam): added to test variable shifting
1709
1710 2006-05-20 Raphael Neider <rneider AT web.de>
1711
1712         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1713         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1714           (allocReg): add only new registers to dynAllocRegs,
1715           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1716             #1489055, #1445850, and probably #1483693
1717
1718 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1719
1720         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1721         bug in for-loop that didn't emit the last of CONFIG and ID registers
1722
1723 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1724
1725         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1726           with offset
1727         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1728           1489016, 1434401 and 1490124
1729         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1730           1489016, 1434401 and 1490124
1731
1732 2006-05-17 Borut Razem <borut.razem AT siol.net>
1733
1734         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1735           thanks Stas Sergeev
1736
1737 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1738
1739         * device/include/mcs51/P89c51RD2.h,
1740         * device/include/mcs51/P89LPC901.h,
1741         * device/include/mcs51/P89LPC922.h,
1742         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1743
1744 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1745
1746         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1747         to fix missing stack pragma in compiled binary object file,
1748
1749 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1750
1751         * support/packihx/configure.in,
1752         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1753         determine sizeof basic types even while cross compiling
1754
1755 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1756
1757         * src/avr/gen.c (aopop),
1758         * src/ds390/gen.c (aopOp),
1759         * src/hc08/gen.c (aopOp),
1760         * src/mcs51/gen.c (aopop),
1761         * src/pic16/gen.c (pic16_aopOp),
1762         * src/pic/gen.c (aopOp),
1763         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1764         if size of operand is smaller than spill location
1765
1766 2006-05-12 Borut Razem <borut.razem AT siol.net>
1767
1768         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1769           have to have CR/LF line endings even if they are checked out on *nix
1770           or on WIN32 in cygwin binmode
1771
1772 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1773
1774         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1775         * device/include/ds80c390.h: added sfr16 definitions
1776         * src/ds390/gen.c,
1777         * src/ds390/gen.h,
1778         * src/ds390/main.c,
1779         * src/ds390/ralloc.c,
1780         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1781           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1782           bit returning functions
1783         * support/regression/tests/sfr16.c: enabled test on ds390
1784
1785 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1786
1787         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1788         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1789
1790 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1791
1792         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1793         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1794           (cl_address_space constructor): removed expensive initialization,
1795           (cl_address_space::get_cell): extended for late initialization,
1796           (cl_address_space::*): use late initialization,
1797           (cl_address_decoder::activate): removed expensive initialization,
1798           This reduced regression test running time by 25%
1799
1800 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1801
1802         * packihx/,
1803         * configure.in,
1804         * configure,
1805         * sdcc.dsw,
1806         * Makefile.bcc,
1807         * Makefile.in,
1808         * support/packihx/Makefile.in,
1809         * support/packihx/clean.mk,
1810         * support/packihx/Makefile.bcc,
1811         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1812
1813 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1814
1815         * src/SDCCval.c (valNot): fix for regression test failure
1816           of not.c on big endian hosts
1817
1818 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1819
1820         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1821
1822 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1823
1824         * device/lib/mcs51/Makefile.in: changed string comparison operator
1825           to = for POSIX compliance; == is bash extension
1826
1827 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1828
1829         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1830           kosmonaut_pirx
1831
1832 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1833
1834         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1835         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1836         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1837         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1838         bug report #1478657,
1839
1840 2006-05-05 Borut Razem <borut.razem AT siol.net>
1841
1842         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1843           making the html
1844
1845 2006-05-02 Borut Razem <borut.razem AT siol.net>
1846
1847         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1848           create *.ind, which made make to fail if invoked with -j 2
1849
1850 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1851
1852         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1853           Hubert Sack for patch 1479782
1854
1855 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1856
1857         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1858
1859 2006-05-01 Raphael Neider <rneider AT web.de>
1860
1861         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1862           (create_pic): store only prefix-free device name,
1863           (init_pic): check for device names with "16" prefix,
1864           (list_valid_pics),
1865         * src/pic/device.h (struct PIC_device),
1866         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1867             stored device name,
1868         * device/include/pic/pic12f{635,675,629,683}.h,
1869         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1870         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1871         * device/include/pic/pic16f505.h,
1872         * device/lib/pic/libdev/pic16f505.c: removed
1873         * device/include/pic/pic14devices.txt: added support for pic12f
1874             devices, removed unsupported non 16-bit devices
1875             [above changes provided by patch from Zik Saleeba]
1876         * src/pic/*, src/pic16/*, device/include/pic16/*,
1877           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1878
1879 2006-05-01 Borut Razem <borut.razem AT siol.net>
1880
1881         * configure.in, configure, doc/Makefile.in:
1882           sync with nightly build makefile - latex, dvipdf and dvips
1883           not needed any more
1884
1885 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1886
1887         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1888         in the library source
1889
1890 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1891
1892         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1893
1894 2006-04-28 Raphael Neider <rneider AT web.de>
1895
1896         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1897         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1898           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1899         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1900
1901 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1902
1903         * device/lib/pic/libdev/Makefile.in,
1904         * device/lib/hc08/Makefile.in,
1905         * device/lib/gbz80/Makefile.in,
1906         * device/lib/z80/Makefile.in,
1907         * device/lib/ds390/Makefile.in,
1908         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1909         thanks to Borut for the bug report
1910         * configure.in,
1911         * configure: always create doc/Makefile independent from --enable-doc
1912         * Makefile.in: always install from directory doc independent from
1913         --enable-doc
1914         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1915         removed
1916         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1917         * doc/Makefile.in: install *.txt if present
1918         * device/include/Makefile.in (install): added installation of pic/*.inc
1919         and pic/*.txt files again, they were erroneously removed
1920
1921 2006-04-28 Raphael Neider <rneider AT web.de>
1922
1923         * src/pic/{gen.c,main.h,pcode.c},
1924         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1925             concerning signedness with casts
1926
1927 2006-04-28 Raphael Neider <rneider AT web.de>
1928
1929         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1930             definition of an interrupt handler,
1931         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1932             interrupt handler stuff from picglue() to separate routine,
1933           (picglue): enabled definition of intr handlers in files w/o main()
1934
1935 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1936
1937         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1938           compilation with MSVC 2005 Express Edition (VC8)
1939
1940 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1941
1942         * device/lib/Makefile: fixed build of gbz80 lib
1943
1944 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1945
1946         * support/regression/tests/bug-460010.c,
1947         * support/regression/tests/bug-524691.c,
1948         * support/regression/tests/bug-716242.c: removed conditional defines
1949           that are already in testfwk.h
1950
1951 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1952
1953         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1954           (AccAXRsh1): added, shift right by 1,
1955           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1956            AccAXLrl1
1957         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1958
1959 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1960
1961         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1962         remove cast to same type
1963         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1964         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1965         * as/z80/Makefile,
1966         * link/z80/Makefile: removed, they have moved to
1967         Makefile.in files
1968         * configure,
1969         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1970         * install-sh: fix bug #1204398 by setting umask 0022
1971         * device/lib/Makefile: separate build of z80 and gbz80 lib
1972
1973 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1974
1975         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1976         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1977
1978         One basic decision: e.g. src/clean.mk includes further files. In order
1979         to make this work there are two solutions:
1980         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1981           run configure on them. This way they can use
1982           'include $(srcdir)/port-clean.mk'
1983         - always include clean.mk by the Makefile at the same level. To avoid
1984           that `make clean` tries to include and build Makefile.dep the
1985           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1986           implemented, because now even `make uninstall` doesn't create
1987           Makefile.in. clean.mk could be eliminated by pasting it in
1988           Makefile.in.
1989
1990         * debugger/mcs51/Makefile.in: build own objects from library sources
1991         (SLIB, SDCC) in current directory
1992
1993         * configure, configure.in: renamed --disable-device-lib-build in
1994         --disable-device-lib; added --enable-doc, the required tools are
1995         searched by configure; added result message; the toolchain for the
1996         belonging ports are now only built, if the port is enabled.
1997
1998         * support/regression/*: all output is written in directory gen, because
1999         the fwk and ports directories don't livet in the build tree using vpath
2000
2001         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2002         --disable-device-lib, added --enable-doc, added section VPATH
2003
2004         * sim/ucsim/configure.in,
2005         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2006         z80 are enabled by default
2007
2008 2006-04-24 Raphael Neider <rneider AT web.de>
2009
2010         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2011             to config word, "pic14_"-prefixed some extern functions
2012           (pic14_emitConfigWord): emit __config directive(s) if assignment to
2013             config word has been found
2014         * src/pic/device.h: added prototypes
2015         * src/pic/pcode.c: added "pic14_"-prefix where needed
2016         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
2017             fixup
2018         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
2019             words,
2020           (pic14emitRegularMap): ignore config words,
2021           (pic14createInterruptVect): moved generating __config directives away
2022           (picglue): have __config directives emitted
2023
2024 2006-04-24 Borut Razem <borut.razem AT siol.net>
2025
2026         * doc/Makefile: sync with nightly build makefile
2027
2028 2006-04-24 Raphael Neider <rneider AT web.de>
2029
2030         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
2031             registers that have not been assigned proper liveranges,
2032             fixes #1469504 and #1474602,
2033           (pCodeRegOptimizeRegUsage): fixed typo in comment
2034
2035 2006-04-24 Borut Razem <borut.razem AT siol.net>
2036
2037         * device/examples/main8051.c: deleted - it was removed from CVS
2038           24.mar.2000 and after that modified 18.feb.2001, so it reappered
2039           after the transition to Subversion
2040         * src/SDCCalloc.h: deleted - it was removed  from CVS
2041           3.feb.2001 and after that modified 18.feb.2001, so it reappered
2042           after the transition to Subversion
2043         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
2044           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
2045           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
2046           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
2047
2048 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
2049
2050         * as/asx8051.dsp: added mcs51/strcmpi.h
2051         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
2052         * as/hc08/aslink.h: updated lnksect prototype
2053         * as/hc08/asm.h,
2054         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
2055         * as/hc08/asmain.c,
2056         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
2057           (newdot): handle A_ABS
2058         * as/hc08/asout.c,
2059         * as/mcs51/asout.c (outarea): output address
2060         * as/hc08/lkaomf51.c,
2061         * as/mcs51/lkaomf51.c: disabled unused array UsageType
2062         * as/hc08/m08pst.c,
2063         * as/mcs51/i51pst.c,
2064         * as/z80/z80pst.c: "ABS" is not A_OVR
2065         * as/hc08/lkarea.c (newarea): read a_addr,
2066           (lnkarea): added codemap array, sort absolute areas to the front,
2067            combine all GSINITx/GSFINAL,
2068           (find_empty_space, allocate_space): new functions,
2069           (lnksect): return next address, handle absolute sections
2070         * as/mcs51/lkarea.c (newarea): read a_addr,
2071           lnksect2 prototype changed,
2072           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
2073           (find_empty_space, allocate_space): new, factored out of lnksect2,
2074           (lnksect2): return next address, handle absolute sections
2075         * as/hc08/lkhead.c,
2076         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
2077         * as/hc08/lklibr.c (addfile, fndsym),
2078         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
2079           index out of range and detect both '\' and '/'
2080         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
2081         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
2082           regression tests (ds390 cannot return bool yet)
2083         * doc/sdccman.lyx: changed version number, document changed --no-peep,
2084           document critical interrupts on z80, document changed SDCC define
2085         * src/asm.c (_asxxxx_mapping): fixed .org directive,
2086           (_a390_mapping): added .org directive
2087         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
2088           (genMultOneByte): fixed warnings
2089         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
2090           ones
2091         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
2092         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
2093           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
2094         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
2095         * src/pic16/main.c: removed newReg prototype
2096         * src/pic16/pcode.c,
2097         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
2098           warnings
2099         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
2100           ones
2101         * src/pic16/ralloc.c
2102         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
2103           to fix warnings
2104         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
2105           from short to PIC_OPTYPE
2106         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
2107         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
2108           optype from short to PIC_OPTYPE
2109         * src/port.h: made int_size unsigned to fix warnings
2110         * src/SDCC.y: fixed warning on MSVC
2111         * src/SDCCicode.c (getArraySizePtr): return unsigned int
2112         * src/SDCCopt.c (convertToFcall): fixed warnings
2113         * src/SDCCsymt.h: removed double prototype for genSymName
2114         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
2115           offset int to fix warnings
2116
2117 2006-04-22 Borut Razem <borut.razem AT siol.net>
2118
2119         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2120           references to CVS replaced with Subversion
2121
2122 2006-04-21 Borut Razem <borut.razem AT siol.net>
2123
2124         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2125           references to CVS replaced with Subversion
2126
2127 2006-04-19 Borut Razem <borut.razem AT siol.net>
2128
2129         * src/version.awk: adapted for svn
2130         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
2131           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
2132           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
2133           /binutils-avr/etc/*.vi, *.jin: removed all properties
2134           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
2135
2136 2006-04-19 Borut Razem <borut.razem AT siol.net>
2137
2138         * CVS to Subversion migration completed
2139
2140 2006-04-18 Borut Razem <borut.razem AT siol.net>
2141
2142         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
2143           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
2144
2145 2006-04-17 Borut Razem <borut.razem AT siol.net>
2146
2147         * device/include/Makefile.in: added pic/*.inc to the installation
2148
2149 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
2150
2151         * support/regression/collate-results.py: fixed output in case of
2152         a valdiag error
2153         * support/regression/generate-cases.py: fixed splitting of pathnames
2154         with dots
2155         * as/hc08/lklibr.c (addfile),
2156         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
2157
2158 2006-04-11 Raphael Neider <rneider AT web.de>
2159
2160         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
2161         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
2162         * src/pic16/pcode.c (assignValnums): fixed #1460578
2163
2164 2006-04-11 Raphael Neider <rneider AT web.de>
2165
2166         * device/lib/pic/libdev/*.c,
2167         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
2168           fixes #1468739, enables compilation in --std-c99 mode
2169         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
2170
2171 2006-04-11 Raphael Neider <rneider AT web.de>
2172
2173         * src/pic/device.c (find_device): removed debug output
2174           (list_valid_pics): enabled verbose listing of supported devices
2175         * device/include/stdbool.h: define bool as char for pic14/16 as well
2176
2177 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2178
2179         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
2180
2181 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2182
2183         * .version: bumped version to 2.5.6
2184         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
2185
2186 2006-04-06 Raphael Neider <rneider AT web.de>
2187
2188         * .version: bumped version to 2.5.6 (pic14 ABI changed)
2189         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
2190         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
2191           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
2192             pic14_constructAbsMap
2193           (pic14printPublics): declare absolute global symbols as global
2194           (pic14createInterruptVect),
2195         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
2196           (newReg): assume new registers unused, use correct name in
2197             hashtable (reg->name instead of name), more debugLog output
2198         * src/pic/device.h (PIC_device): added fields for verbose output
2199         * src/pic/device.c: moved device definition to pic14devices.txt,
2200             added routines for runtime parsing of pic14devices.txt,
2201             added support for second config word
2202         * src/pic/main.c (_process_pragma): removed #pragma maxram,
2203           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
2204           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
2205           (_pic14_parseOptions): moved pCodeInitRegisters here
2206           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
2207         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
2208           (pCodeInitRegisters): rewrapped comments, perpared new approach to
2209             handling the pseudo stack
2210         * device/lib/Makefile.in: ignore failures in objects-pic16,
2211         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
2212         * device/lib/pic/NEWS: document new dependency on picXXX.lib
2213         * device/lib/pic/Makefile.subdir,
2214         * device/lib/pic16/Makefile.subdir: improved clean rules
2215         * device/lib/pic/libdev/: NEW, pic14 device libraries
2216         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
2217         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
2218         * device/include/Makefile.in: create subdir and install pic14 headers
2219         * device/include/pic/p16f_common.inc: removed unused declarations
2220         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
2221             PICs from inc2h.pl v1.6,
2222             replaced BIT_AT macros with struct declarations
2223         * device/include/pic/pic14devices.txt: definition of supported devices,
2224             all above improvements contributed by Zik Saleeba, thanks
2225         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
2226         * support/scripts/sdcc.nsi: also install pic14 device libraries and
2227             headers
2228
2229 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2230
2231         * device/include/mcs51/c8051f410.h: added interrupt numbers,
2232         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
2233           thanks to Charles Olds
2234
2235 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2236
2237         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
2238
2239 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2240
2241         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2242         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
2243         * support/regression/bug1464657.c: added, new test
2244
2245 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2246
2247         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2248           version number
2249
2250 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2253           --no-peep and --peep-file <file> are used don't use default rules but
2254           do use the <file>
2255
2256 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2257
2258         * src/mcs51/gen.c (genCall): fixed bug 1457608
2259
2260 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2261
2262         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2263         changes seem to cause (trigger?) problems with the build system.
2264
2265 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2266
2267         * src/SDCCpeeph.c (operandsLiteral): new, added,
2268           (callFuncByName): inserted operandsLiteral
2269         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2270
2271 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2272
2273         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2274         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2275
2276 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2277
2278         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2279           implemented patch 1120823 Thanks to Willy De la Court (normal
2280           interrupts need an interrupt number now if they are made critical),
2281           and enabled nesting of critical functions though not for gbz80
2282           (genCritical, genEndCritical): added functions
2283           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2284         * src/z80/mappings.i: added "ei" to all mappings
2285
2286 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2287
2288         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2289         submitted by the Debian SDCC maintainer Aurelien Jarno:
2290         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2291         archive with gcc 4.1 on mips and wrote the patch"
2292
2293 2006-03-16 Raphael Neider <rneider AT web.de>
2294
2295         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2296           the left operand is shorter than the result (c* = lit-c* + int),
2297           fixes bug #1450796
2298         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2299           OP_SYMBOL
2300
2301 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2302
2303         * src/.version: increased version number to 2.5.5
2304         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2305         linking is done manually in pic16 port's _linkEdit,
2306         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2307         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2308         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2309         allocate asmop as AOP_ACC,
2310         (aopForRemat): added parameter 'bool result' in function declaration,
2311         (pic16_aopGet): return AOP_ACC when accessing WREG,
2312         (pic16_popGetTempReg): minor modification,
2313         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2314         'pic16_allocWithIdx',
2315         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2316         calling function in absolute addresses,
2317         (genAssign): take into account AOP_ACC asmop,
2318         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2319         * src/pic16/pcoderegs.c: some debug functions and lines added,
2320         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2321         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2322         register too,
2323         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2324         call to allocReg, not by manually allocating a new one,
2325         (pic16_assignRegisters): now before going through the register
2326         allocating functions mark all registers as free. This eliminates some
2327         side effects resulting from peephole parser done earlier in the backbone
2328
2329 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2330
2331         * src/SDCCicode.c (geniCodeLogic),
2332         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2333
2334 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2335
2336         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2337           (genSend): bugfix, do not allocate and free twice,
2338           (shiftRLong): handle partially overlapping aops
2339         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2340
2341 2006-03-08 Borut Razem <borut.razem AT siol.net>
2342
2343         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2344           for pic16
2345
2346 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2347
2348         * support/regression/tests/bug1409955.c: new, added
2349         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2350         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2351           (aopForSym, aopOp): increment asmop.allocated if reused,
2352           (freeAsmop): decrement asmop.allocated and check for zero instead of
2353           using asmop.freed,
2354           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2355           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2356            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2357            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2358            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2359            genSignedRightShift, genRightShift, genDataPointerGet,
2360            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2361            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2362             in reverse order from allocation,
2363           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2364             added swappedLR to keep track
2365         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2366           pdata & code for GCC, z80, gbz80 & hc08
2367         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2368
2369 2006-03-08 Raphael Neider <rneider AT web.de>
2370
2371         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2372
2373 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2374
2375         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2376         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2377         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2378
2379 2006-03-06 Borut Razem <borut.razem AT siol.net>
2380
2381         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2382           made the linker quiet
2383
2384 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2385
2386         * src/pic16/gen.c (genPcall): fixed bug #1443644
2387         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2388         which dumps before the function entry point a data byte which represents
2389         the number of the local variables used by the specified function, added
2390         'xinst' for initial support for Extended Instruction Support,
2391         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2392         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2393         port->fun_prefix anymore (may change later),
2394         (genFunction, genEndFunction): do not store/restore local registers for
2395         _main (this should take care the --main-return command line option in
2396         the future),
2397         (genOr): removed some legacy pic-port instructions,
2398         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2399         performing operations with SFR's causes data to be written more than
2400         once to each SFR. Perhaps SFRs should be handled in special cases...
2401         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2402         pcode.h
2403         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2404         into account for stack starting position,
2405         (struct OPTIONS pic16_optionsTable): added command line argument
2406         --extended or -y for Extended Instruction Support,
2407         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2408         (deassignLRs): *** perhaps the most important change, old 'for' code
2409         (commented out for reference), didn't account for some registers which
2410         were left marked 'not free' after a pointer operation. The change
2411         reduces register usage a lot in some cases
2412
2413 2006-03-04 Borut Razem <borut.razem AT siol.net>
2414
2415         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2416           _clean
2417         * support/regression/tests/bug-524697.c: decreased array size for
2418           mcs51 to fit into the internal RAM
2419         * support/regression/Makefile.in: a little bit more verbose
2420
2421 2006-03-03 Borut Razem <borut.razem AT siol.net>
2422
2423         * support/regression/fwk/lib/testfwk.c,
2424           support/regression/fwk/include/testfwk.h: introduced function
2425           _prints(), nonrecursive _printn(), call _initEmu() from main()
2426         * support/regression/ports/gbz80/support.asm,
2427           support/regression/ports/ucz80/support.asm,
2428           support/regression/ports/z80/support.asm,
2429           support/regression/ports/ds390/support.c,
2430           support/regression/ports/hc08/support.c,
2431           support/regression/ports/host/support.c,
2432           support/regression/ports/mcs51/support.c,
2433           support/regression/ports/xa51/support.c: added empty _initEmu()
2434           function
2435         * support/regression/ports/pic16/gpsim.cmd,
2436           support/regression/ports/pic16/spec.mk,
2437           support/regression/ports/pic16/support.c,
2438           support/regression/Makefile.in: added pic16 regression test
2439
2440 2006-03-01 Raphael Neider <rneider AT web.de>
2441
2442         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2443           genConstPointerGet): use safe way of generating MOVFF to cover
2444             literals as well as registers, fixes bug #1440527
2445         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2446             dereference
2447           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2448             more correctly, fixes bug #1232186
2449           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2450         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2451             gplink guess the correct processor in more cases, applied patch
2452             from Till Riedel attached to and fixing bug #1436552
2453
2454 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2455
2456         * support/regression/tests/array.c: added, contains check for #1434401
2457         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2458
2459 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2460
2461         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2462         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2463         * device/include/mcs51/c8051f326.h,
2464         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2465         * device/include/mcs51/c8051f000.h,
2466         * device/include/mcs51/c8051f018.h,
2467         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2468           PCON_IDLE,PCON_STOP and added sfr16 definitions
2469
2470 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2471
2472         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2473           genGetWord): fixed bug 1409955
2474
2475 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2476
2477         * device/include/hc08/mc68hc908gp32.h,
2478         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2479
2480 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2481
2482         * src/SDCCast.c (constExprValue): return NULL if not a value
2483         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2484         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2485         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2486
2487 2006-02-13 Borut Razem <borut.razem AT siol.net>
2488
2489         * src/regression/ptrarg.c: added, fails due to bug #1430967
2490         * src/regression/Makefile: ptrarg.c added, ...
2491
2492 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2493
2494         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2495         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2496
2497 2006-02-11 Borut Razem <borut.razem AT siol.net>
2498
2499         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2500           print "Processor: xxx" message to stdout only if --verbose
2501
2502 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2503
2504         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2505         * support/regression/tests/bug1426356.c: added
2506         * support/regression/tests/bitfields.c: removed 2 tests
2507
2508 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2509
2510         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2511         * device/include/mcs51/c8051f330.h,
2512         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2513           PCON_IDLE,PCON_STOP and added sfr16 definitions
2514         * device/lib/_divsint.c,
2515         * device/lib/_divuint.c,
2516         * device/lib/_divulong.c,
2517         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2518           register bank bug for small stackauto
2519
2520 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2521
2522         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2523
2524 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2525
2526         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2527         * all.dsp: corrected several bin paths
2528         * device/include/mcs51/c8051f120.h,
2529         * device/include/mcs51/c8051f300.h,
2530         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2531           to PCON_IDLE,PCON_STOP
2532         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2533         * device/lib/printf_large.c (output_float): fixed bug 1388703
2534         * support/regression/tests/bug1057979.c: added test for bug 1388703
2535
2536 2006-02-08 Raphael Neider <rneider AT web.de>
2537
2538         * src/pic/pcode.c (pciTRIS): fixed typo,
2539           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2540           (LinkFlow): fixed handling of flows that end in a call,
2541           (ReuseReg): perform safety check earlier
2542         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2543             to work with flows at the beginning of a pBlock,
2544             fixes #1426557 (Symbol not previously defined),
2545           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2546             usage information
2547           (RemoveUnusedRegisters): update register usage info
2548         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2549             created, reuse existing ones instead
2550         * src/pic/gen.c (genPcall): fixed #1424719
2551
2552 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2553
2554         * link/z80/lkmain.c,
2555         * link/z80/lklex.c,
2556         * link/z80/lkdata.c,
2557         * link/z80/aslink.h: fixed build on current cygwin:
2558         replaced getline() by lk_getline()
2559
2560 2006-02-01 Borut Razem <borut.razem AT siol.net>
2561
2562         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2563           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2564           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2565           src/regression/bool1.c, src/regression/bool2.c,
2566           src/regression/bool3.c, src/regression/call1.c,
2567           src/regression/compare.c, src/regression/compare10.c,
2568           src/regression/compare2.c, src/regression/compare3.c,
2569           src/regression/compare4.c, src/regression/compare5.c,
2570           src/regression/compare6.c, src/regression/compare7.c,
2571           src/regression/compare8.c, src/regression/compare9.c,
2572           src/regression/configword.c, src/regression/for.c,
2573           src/regression/inline.c, src/regression/mult1.c,
2574           src/regression/nestfor.c, src/regression/or1.c,
2575           src/regression/pointer1.c, src/regression/ptrfunc.c,
2576           src/regression/rotate1.c, src/regression/rotate2.c,
2577           src/regression/rotate3.c, src/regression/rotate4.c,
2578           src/regression/rotate5.c, src/regression/rotate6.c,
2579           src/regression/rotate7.c, src/regression/string1.c,
2580           src/regression/struct1.c, src/regression/sub.c,
2581           src/regression/sub2.c, src/regression/switch1.c,
2582           src/regression/while.c, src/regression/xor.c,
2583           src/regression/create_stc, src/regression/simulate,
2584           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2585           regression tests
2586         * src/regression/gpsim_assert.h: added
2587
2588 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2589
2590         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2591         ((void (code *) (void)) 0) ();
2592         * as/hc08/aslex.c,
2593         * as/hc08/aslink.h,
2594         * as/hc08/asm.h,
2595         * as/hc08/asmain.c,
2596         * as/hc08/lkdata.c,
2597         * as/hc08/lklex.c,
2598         * as/hc08/lkmain.c,
2599         * as/mcs51/aslex.c,
2600         * as/mcs51/aslink.h,
2601         * as/mcs51/asm.h,
2602         * as/mcs51/asmain.c,
2603         * as/mcs51/lkdata.c,
2604         * as/mcs51/lklex.c,
2605         * as/mcs51/lkmain.c,
2606         * as/z80/aslex.c,
2607         * as/z80/asm.h,
2608         * as/z80/asmain.c: fixed build on current cygwin:
2609         replaced getline() by as_getline()
2610
2611 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2612
2613         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2614         declarator in the symbol chain
2615         * src/SDCCsymt.h,
2616         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2617         parameter list for function pointers
2618         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2619         * support/regression/tests/bug-716242.c: added
2620
2621 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2622
2623         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2624         offset if possible
2625         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2626
2627 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2628
2629         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2630         inifinitely recurseable, added static
2631         * support/regression/tests/bug-1408066.c: added
2632
2633 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2634
2635         * src/SDCCicode.h,
2636         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2637         renamed, added possibility to create "postLoopLbl"-labels
2638         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2639         newiTempLoopHeaderLabel
2640         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2641         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2642         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2643         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2644         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2645         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2646         (basicInduction): fixed bug #136564, made static,
2647         (loopInduction): changed parameter of basicInduction, made static,
2648         (addPostLoopBlock): added
2649         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2650         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2651         findLoopEndSeq
2652         * support/regression/tests/bug-136564.c: added
2653         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2654         --std-sdcc99 to LIBSDCCFLAGS
2655
2656 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2657
2658         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2659         while loop
2660         * support/regression/tests/bug-1406131.c: added
2661
2662 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2663
2664         * src/SDCCast.c (decorateType): fix promotion of unary minus
2665         * src/SDCCsymt.c (computeType): beautified
2666         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2667         (valUnaryPM, valComplement): fix sign and promotion,
2668         (valNot): ANSI: result type is int (SDCC: unsigned char)
2669         * support/regression/tests/uminus.c: speedup by removing superflous
2670         test case 'int'
2671         * support/regression/tests/onebyte.c: added promotion and signedness
2672         tests for unary minus
2673         * support/regressions/tests/bug-477927.c: disable warning about
2674         uninitialized variables
2675         * support/regression/tests/not.c: added
2676
2677 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2678
2679         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2680         * src/mcs51/gen.c (gen51Code): show final register usage after
2681         fillGaps in asm with --i-code-in-asm
2682         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2683         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2684         incUsed, rliveClear, adjustIChain): made static,
2685         (setFromRange): excluded because it's unused,
2686         (findPrevUseSym, markWholeLoop): added,
2687         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2688         through all branches of predecessors enables sdcc to emit the warning
2689         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2690         (rlivePoint): made static, added parameter emitWarnings which is only
2691         true during the first run out of two,
2692         (findRecursiveSucc, findRecursivePred): removed,
2693         (computeLiveRanges): made static, added parameter emitWarnings,
2694         (dumpIcRlive): added for debugging only
2695         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2696         removed prototype of setFromRange()
2697         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2698         in call of computeLiveRanges()
2699         * support/regression/tests/bug-895992.c: added
2700         * support/regression/tests/bug-971834.c: added
2701         * support/valdiag/tests/bug-895992.c: added
2702         * support/valdiag/tests/bug-971834.c: added
2703
2704 2005-12-18 Raphael Neider <rneider AT web.de>
2705
2706         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2707           (genUnpackBits): improved code for direct operands,
2708           (genPackBits): improved code for literal assignment to bitfields
2709             and for direct destination operands (no FSR indirection),
2710             prevented redundant AND, fixes #1362800,
2711           (AccLsh): added parameter to disable masking of the result
2712         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2713           skip instructions with side-effects (like incfsz),
2714           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2715         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2716         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2717           fixes #1375263
2718
2719 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2720
2721         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2722         volatile variables as spill location
2723
2724 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2725
2726         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2727         replacing literals
2728         * support/regression/tests/bug-1376320.c: added
2729
2730 2005-12-08 Raphael Neider <rneider AT web.de>
2731
2732         * src/pic/device.c: renamed is_shared to pic14_is_shared
2733         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2734         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2735           (is_valid_identifier): added for above workaround
2736
2737 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2738
2739         * device/lib/Makefile.in: fixed to enable port-specific-objects
2740         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2741           char, thanks Hubert Sack
2742         * doc/sdccman.lyx: documented --xstack-loc,
2743           elaborated a bit more on interrupts and pitfalls,
2744           removed "setjmp/longjmp unsupported",
2745           documented some unsupported C99 features
2746         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2747         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2748           if, thanks Hubert Sack
2749         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2750         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2751           make make_library
2752         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2753           regression tests can report resource usage (rfe 700441)
2754         * support/regression/collate-results.py: report resource usage
2755         * support/regression/ports/ds390/spec.mk,
2756         * support/regression/ports/hc08/spec.mk,
2757         * support/regression/ports/mcs51/spec.mk,
2758         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2759         * support/regression/ports/ds390/uCsim.cmd,
2760         * support/regression/ports/hc08/uCsim.cmd,
2761         * support/regression/ports/mcs51/uCsim.cmd,
2762         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2763         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2764           library, use the default one
2765         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2766           building the library
2767
2768 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2769
2770         * config.dsp: added dependency on .version and configure_vc.awk
2771         * device/include/setjmp.h: updated for --stack-auto and --xstack
2772         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2773         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2774         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2775         * device/lib/libsdcc.lib: added _setjmp
2776         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2777           (decorateType): fixed bug 1372851,
2778           (optimizeGetHbit): fixed warning
2779         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2780           array initialisation
2781         * support/regression/tests/bug1057979.c: added test for bug 1358192
2782         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2783
2784 2005-12-03 Borut Razem <borut.razem AT siol.net>
2785
2786         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2787           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2788
2789 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2790
2791         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2792         createIval): implement symbol independant "flexible array member",
2793         (createIvalCharPtr): implemented flexible array initialisation with a
2794         string
2795         * src/SDCCsymt.c (copyStruct): removed,
2796         (getSize): fixed misleading comment,
2797         (getAllocSize): removed, the additional allocation size is now in
2798         sym->flexArrayLength,
2799         (checkStructFlexArray): new, syntax checks for flexible array members,
2800         (compStructSize): added syntax checks for "flexible array members"
2801         (copyStruct): removed,
2802         (copyLinkChain): removed inefficient fix for bug 770487
2803         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2804         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2805         symbol->flexArrayLength
2806         * src/SDCCerr.c,
2807         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2808         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2809         * support/regression/tests/structflexarray.c: added
2810         * support/valdiag/tests/structflexiblearray.c: added
2811
2812 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2813
2814         * src/SDCCast.c (decorateType): fixed bug 1368489
2815         * support/Util/SDCCerr.c,
2816         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2817
2818 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2819
2820         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2821           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2822
2823 2005-11-27 Borut Razem <borut.razem AT siol.net>
2824
2825         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2826           support/cpp2/mkdeps.h: added command line option
2827           -obj-ext=<extension> to SDCPP to define object file externion, used
2828           for generation of make dependencies (-M)
2829         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2830
2831 2005-11-26 Borut Razem <borut.razem AT siol.net>
2832
2833         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2834           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2835           added pic and pic16 libraries
2836
2837 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2838
2839         * device/include/float.h: Corrected typo in prototype of __fsgt
2840
2841 2005-11-25 Borut Razem <borut.razem AT siol.net>
2842
2843         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2844           added creation of model-mcs51-stack-auto libraries
2845
2846 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2847
2848         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2849         and fields-list too
2850         * src/SDCCast.c (createIvalArray): removed obsolete comment
2851
2852 2005-11-24 Borut Razem <borut.razem AT siol.net>
2853
2854         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2855           added missing device/lib/mcs51/crt*.asm sources
2856
2857 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2858
2859         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2860
2861 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2862
2863         * device/lib/_fs2schar.c,
2864         * device/lib/_fs2sint.c,
2865         * device/lib/_fs2slong.c: optimized inline asm
2866
2867 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2868
2869         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2870           Better handling of floats between -1.0 and 0.0.
2871
2872 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2873
2874         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2875           (the missing "if"s prohibited removal of redundant labels)
2876
2877 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2878
2879         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2880           Properly convert floats between -1.0 and 0.0 to long, int, and char
2881           types (max integer value of negative floats tends to zero).
2882         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2883           Removed changes made so to work properly with floats between
2884           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2885           and _fs2char.c
2886
2887 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2888
2889         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2890         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2891         (genCast) cosmetic change
2892         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2893         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2894         from mcs51
2895         * support/regression/tests/bitfields (testSignedBitfields): added
2896
2897 2005-11-18 Borut Razem <borut.razem AT siol.net>
2898
2899         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2900         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2901           introduced SILENT option to make building of pic16 libraries less
2902
2903 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2904
2905         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2906           Now they work properly with floats between -1.0 and 0.0
2907         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2908
2909 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2910
2911         * src/SDCCicode.c (printOperand): added missing else
2912
2913 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2914
2915         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2916         reformatted for better readability
2917         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2918         signed bitfields
2919
2920 2005-11-17 Borut Razem <borut.razem AT siol.net>
2921
2922         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2923           introduced SILENT option to make building of pic16 libraries less
2924           verbose - used for nightly snapshot build
2925         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2926           available on Win32 platforms.
2927         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2928           medium, large, pic and pic16
2929
2930 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2931
2932         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2933           printf("%f"...) sets fraction to zero.
2934
2935 2005-11-16 Raphael Neider <rneider AT web.de>
2936
2937         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2938           fixes #1357221
2939         * src/pic/gen.c (genIfx): implemented for CARRY bit
2940         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2941           to generic pointers, fixes #1357332,
2942           (pic16_movLit2f): NEW,
2943           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2944
2945 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2946
2947         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2948
2949 2005-11-11 Raphael Neider <rneider AT web.de>
2950
2951         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2952         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2953           compute pointer's type from operand,
2954           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2955           improved single bit reads, fixes bug #1353379
2956
2957 2005-11-09 Borut Razem <borut.razem AT siol.net>
2958
2959         * support/scripts/sdcc.nsi: added lib/pic to the package
2960
2961 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2962
2963         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2964
2965 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * support/regression/tests/bug1348008.c: added
2968         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2969         * support/regression/tests/bug1337835.c: updated comment
2970
2971 2005-11-06 Borut Razem <borut.razem AT siol.net>
2972
2973         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2974           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2975           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2976           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2977           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2978           dynamic construction of cl_error_class and derivates - 2.nd try
2979
2980 2005-11-05 Borut Razem <borut.razem AT siol.net>
2981
2982         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2983           bug, which caused Bus Errors on sparc solaris
2984
2985 2005-11-04 Borut Razem <borut.razem AT siol.net>
2986
2987         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2988           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2989           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2990           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2991           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2992           and derivates to resolve the initialization problem on OSX
2993
2994 2005-11-02 Borut Razem <borut.razem AT siol.net>
2995
2996         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2997           corrected typo - #include <winsock2.h>
2998
2999 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3000
3001         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3002           (_asxxxx_mapping): added org directive for future enhancements
3003
3004 2005-11-01 Borut Razem <borut.razem AT siol.net>
3005
3006         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3007           enabled sockets on WIN32
3008         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3009
3010 2005-10-31 Borut Razem <borut.razem AT siol.net>
3011
3012         * support/regression/generate-cases.py: escape backslashes in {testcase}:
3013           WIN32 backslash path delimiters should be escaped when used in C strings
3014         * support/regression/tests/bitfields.c: exclude failing assertions for
3015           __CYGWIN32__ and __MINGW32__ hosts
3016
3017 2005-10-30 Borut Razem <borut.razem AT siol.net>
3018
3019         * src/SDCCutil.c: corrected double comparison typo
3020
3021 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
3022
3023         * device/lib/medium/Makefile: added for new memory model medium
3024         * device/include/asm/mcs51/features.h: updated for medium/pdata
3025         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
3026           added Multiply & Accumulate sbit's and MAC0_PAGE define
3027         * device/include/mcs51/c8051f300.h: added sfr16 definitions
3028         * device/include/mcs51/c8051f310.h: added sfr16 definitions
3029         * device/lib/_mullong.c: update for medium model
3030         * device/lib/incl.mk: added medium model
3031         * doc/sdccman.lyx: documented medium model
3032         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
3033         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
3034         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
3035         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
3036           (allocParms): set SCLS and OCLS to pdata for medium model
3037         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
3038           for pdata,
3039           (powof2): return <0 if not power of 2
3040         * src/avr/gen.c (genBitWise): use updated powof2
3041         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
3042           (shiftR2Left2Result): small optimization in setup, save acc when storing,
3043           (shiftLLeftOrResult): use B if necessary
3044         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
3045         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
3046         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
3047         * support/regression/Makefile.in: added test-mcs51-medium
3048         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
3049
3050 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3051
3052         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
3053         specifier unsigned
3054         * device/lib/time.c (mktime): fixed bug 1334315
3055
3056 2005-10-28 Raphael Neider <rneider AT web.de>
3057
3058         * device/include/pic/p16f_common.inc: added common declarations
3059         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
3060
3061 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3062
3063         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
3064           (aopPutUsesAcc): added to predict accumulator use,
3065           (assignResultValue): save acc if necessary,
3066           (genMinusDec): store result if indirectly addressed,
3067           (genDivOneByte):  save acc if necessary,
3068           (movLeft2Result): bugfix if left already in acc,
3069           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
3070             attention to accumulator use (esp. pdata),
3071           (genReceive): receive pdata correctly
3072         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
3073         * src/SDCCicode.h: added isOperandInPagedSpace prototype
3074
3075 2005-10-27 Raphael Neider <rneider AT web.de>
3076
3077         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
3078
3079 2005-10-27 Raphael Neider <rneider AT web.de>
3080
3081         * .version: changed version to 2.5.4
3082         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
3083         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
3084           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
3085             arithmetics support routines
3086         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
3087         * device/lib/Makefile.in: also create installdir for pic
3088
3089         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
3090           pic14 port as well
3091         * src/pic/device.c (dump_sfr): rewritten to delegate register
3092           placement to the linker (use `extern sym' rather than sym EQU addr),
3093           (validAddress): fixed to check last specified address
3094         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
3095           (popGetLit): truncate literal value to 8 bit,
3096           (popGet): moved assert to more appropriate place
3097           (popGetExternal): create pCode operand from and mark the according
3098             symbol as being `extern'
3099           (popGetAddr): added sanity check on immediate's offset, provide
3100             GPOINTER tag on demand
3101           (aopPut): fixed for immediates,
3102           (mov2w_op): move operand's address or contents to WREG (depending on
3103             operand type), safer variant of mov2w,
3104           (movwf,call_libraryfunc): NEW, handy abbreviations,
3105           (get_argument_pcop,get_return_val_pcop,pass_argument,
3106           get_returnvalue): interface for accessing function parameters and
3107             return values,
3108           (assignResultValuei,genRet): use new parameter/return value interface
3109           (pic14_getDataSize): back to old version handling generic pointers,
3110           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
3111             provided implementation and/or fixed old one,
3112           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
3113             calls, removed legacy 8051 reference code
3114           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
3115           (loadSignToC): NEW, move the operands sign bit to CARRY,
3116           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
3117             genRightShiftSigned, accepts negative shift counts,
3118           (setup_fsr): load FSR and adjust IRP (indirect memory access),
3119           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
3120             generic pointers, __data pointers and __code pointers,
3121           (genUnpackBits,genPackBits): rewritten to work with generic pointers
3122             and signed bitfields, limit bitfields to 8 bit,
3123           (genDataPointerGet): fixed number of bytes read,
3124           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
3125           (genPointerGet,genPointerSet): fixed handling of __code pointers,
3126             pointers to constant data are no longer assumed to point to __code
3127             space, removed invalid pointer types,
3128           (bitpatternFromVal): retrieve the PICs representation of an integer
3129             or float literal,
3130           (genDataPointerSet): fixed assigning to po_immediate operands,
3131           (genGenPointerSet): implemented as library call,
3132           (genIfx): fixed incorrect condition,
3133           (genAddrOf): limit generic pointers' addresses to 2 bytes,
3134             provide GPOINTER tag according to destination's storage class,
3135           (genCast): added code to handle casting to generic pointers, added
3136             sign-/zero extension of the result
3137           (aop_isLitLike,op_isLitLike): fixed handling of immediates
3138         * src/pic/gen.h: added macros to access IRP bit in STATUS register
3139         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
3140           extend the result
3141         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
3142           address/register resides in the shared banks
3143           (emitSymbolToFile): improved to handle global and `pinned' symbols,
3144             put all variables into separate sections (have the linker arrange
3145             them)
3146           (picglue): put init code and interrupt handlers in separate sections
3147         * src/pic/main.c: added port specific options table, modified to PORT
3148           structure to make GPOINTERs 3 byte, added pic14_options
3149           (_pic14_do_link): private linking routine (update paths to libraries,
3150             add libsdcc.lib by default)
3151         * src/pic/main.h: declare pic14_options
3152         * src/pic/pcode.c: fixed instructions i/o relations,
3153           (RegCond): reverted to correct version,
3154           (newpCodeOpLit): truncate literals to 8 bit,
3155           (genericPrint): added debug output,
3156           (getRegFromInstruction): fixed for various operand types, simplified
3157           (BuildFlow): fixed broken handling of isntructions with labels
3158           (LinkFlow): start at last instruction in flow (skip trailing comments),
3159             pass the flow on to the next instruction after CALL
3160           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
3161           (insertPCodeInstruction): fixed inserting after a skip instruction,
3162           (DoBankSelect): fixed for labeled instructions
3163           (OptimizepBlock): honor --nopeep switch
3164           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
3165         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
3166         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
3167           (pCodeOptime2pCodes): allow disabling this optimization via
3168             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
3169             but is still buggy), started implementation of a dataflow based
3170             pCode optimization (CSE + dead code elimination)
3171           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
3172         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
3173           names are independant of the stack location and therefore portable across
3174           devices
3175
3176 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3177
3178         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
3179           (selectSpil): fixed bug 1337835 by not spilling bit variables
3180         * support/regression/tests/bug1337835.c: added test for this bug
3181         * src/mcs51/peeph.def: restart after rule 3.c,
3182           addded rules 263.x to optimize loading constants
3183
3184 2005-10-26 Raphael Neider <rneider AT web.de>
3185
3186         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
3187         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
3188           (genAssign): emit warning when casting literals to generic pointer
3189             type, also applies when taking the address of a fixed variable,
3190           (genCast): improved casting to generic pointers
3191         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
3192           extern variables, added verbose error message
3193         * device/include/pic16/{string.h,errno.h}: added #pragma library c
3194
3195 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
3196
3197         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
3198         carry must be complemented too
3199         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
3200         could be emitted by genMinus
3201         * src/SDCCval.c (constVal): fixed bug 1305065
3202
3203 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
3204
3205         * src/SDCCast.c (addCast): added promotion for bit variables
3206         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
3207         promotion casts + optimisation
3208         (optimizeGetWord): fix warning 'i' might be used uninitialized
3209         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
3210         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
3211
3212 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
3213
3214         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
3215         all chars are promoted to int; promotion should be handled in SDCCast.c
3216
3217 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3218
3219         * device/lib/_strcmp.c: Fixed bug 1326457
3220
3221 2005-10-11 Raphael Neider <rneider AT web.de>
3222
3223         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
3224         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
3225
3226 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3227
3228         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
3229         * support/regression/tests/sfr16.c: added test for the sfr32 bug
3230
3231 2005-10-04 Raphael Neider <rneider AT web.de>
3232
3233         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
3234           device/lib/pic16/pics.all: added pic18f1320
3235         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
3236
3237 2005-09-30 Raphael Neider <rneider AT web.de>
3238
3239         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
3240         * src/pic16/devices.inc: NEW, provides device descriptions
3241         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
3242
3243 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3244
3245         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3246           GETHBIT
3247
3248 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3249
3250         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3251           documented Any Order Bit, Higher Order Byte and Higher Order Word
3252         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3253         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3254           (optimizeGetAbit): new, to get any bit, not only the high bit,
3255           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3256           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3257           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3258           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3259             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3260             GETABIT, GETBYTE, GETWORD: decorate them,
3261           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3262           (ast_print): added GETABIT, GETBYTE, GETWORD
3263         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3264         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3265           (geniCodeBinary): new generic binary icode,
3266           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3267         * src/port.h: updated comment for PORT.hasExtBitOp
3268         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3269           (genGetByte): new, to get a single byte,
3270           (genGetWord): new, to get a word from a long,
3271           (gen51Code): added GETABIT, GETBYTE, GETWORD
3272         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3273
3274 2005-09-23 Raphael Neider <rneider AT web.de>
3275
3276         * configure.in, configure: have device/lib/pic configured
3277         * device/lib/Makefile.in: added model-pic14
3278         * device/lib/clean.mk: added pic/ to clean rule
3279         * device/lib/pic: added rudimentary pic14 library providing support
3280           functions for multiplication/division/generic pointer access
3281         * src/SDCCopt.c (convilong): mark support functions as extern
3282           for pic14 port as well
3283         * src/pic/gen.c (genMult): added assertions,
3284           (genpic14Code): emit warning on unhandled iCodes
3285         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3286         * src/pic/pcode.c (pCodeOpCopy),
3287         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3288           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3289           SFR_REGISTER}), made safe for future extensions
3290         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3291           instructions even if preceeded by SKIP instructions (also remove
3292           them); removed unused code
3293         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3294           prevents leaving parts of the structure uninitialized after copying
3295
3296 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3297
3298         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3299           ago by me
3300         * support/regression/tests/addsub.c: added test for the bug
3301
3302 2005-09-21 Raphael Neider <rneider AT web.de>
3303
3304         * device/include/pic16/pic18f1220.h,
3305           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3306         * device/lib/pic16/Makefile.rules: added missing opening paren
3307         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3308           are provided in genutils.c,
3309           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3310           operand/result sizes,
3311           (genCmp): assert on NULL pointers first, then check deref'ed values
3312         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3313           result size
3314
3315 2005-09-18 Raphael Neider <rneider AT web.de>
3316
3317         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3318           as these are now unused,
3319           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3320         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3321           local, avoids uninitialized pointer dereference on r->name
3322         * src/pic16/ralloc.c (newReg): fixed indentation
3323
3324 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3325
3326         * src/SDCCval.c (constVal): fixed bug 730366
3327         * support/Util/SDCCerr.c,
3328         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3329
3330 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3331
3332         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3333
3334 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3335
3336         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3337
3338 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3339
3340         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3341           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3342         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3343           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3344         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3345         * packihx/packihx.c (hexDigit): made c unsigned char
3346         * as/mcs51/lklibr.c (fndsym),
3347         * link/z80/lkgb.c (gb),
3348         * link/z80/lklibr.c (fndsym),
3349         * link/z80/lkrloc.c (relr),
3350         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3351         * src/SDCC.lex (checkCurrFile, process_pragma),
3352         * src/SDCCglue.c (spacesToUnderscores),
3353         * src/SDCCmain.c (setParseWithComma, processFile),
3354         * src/asm.c (tvsprintf, printCLine),
3355         * src/avr/gen.c (emitcode, aopPut),
3356         * src/ds390/gen.c (emitcode),
3357         * src/hc08/gen.c (emitcode, emitinline),
3358         * src/mcs51/gen.c (emitcode, genInline),
3359         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3360           tokenizeLineNode),
3361         * src/pic/ralloc.c (debugLog),
3362         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3363           tokenizeLineNode),
3364         * src/pic16/ralloc.c (debugLog),
3365         * src/z80/main.c (_process_pragma):
3366            made all ctype.h function calls safe
3367         * src/SDCCopt.c: include math.h for fabs
3368         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3369           and used them throughout the code to make ctype.h function calls safe
3370         * src/ds390/main.c (asmLineNodeFromLineNode),
3371         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3372         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3373            unsigned char*
3374         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3375           (newpCodeAsmDir): made ctype.h function calls safe
3376         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3377           pic16_emitcode):  made lbp unsigned char*
3378         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3379           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3380         * src/xa51/gen.c (emitcode),
3381         * src/z80/gen.c (_emit2): made lbp unsigned char*
3382         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3383            char*
3384
3385 2005-09-05 Raphael Neider <rneider AT web.de>
3386
3387         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3388           access bank splitpoint
3389
3390 2005-09-05 Raphael Neider <rneider AT web.de>
3391
3392         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3393
3394 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3395
3396         * .version: changed to version 2.5.3
3397         * doc/sdccman.lyx: changed version to 2.5.3,
3398           documented --codeseg and --constseg and pragma codeseg and constseg,
3399           documented bit parameters (reentrant) and bit returning
3400         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3401            currFunc->recvSize, but is this ok for all ports?
3402           (ast2iCode): result of ~ on unsigned char must be cast to int for
3403            bool to work
3404         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3405           function pointers in bit space
3406         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3407           (processFuncArgs): call port.reg_parm() with reentrancy info
3408         * src/port.h,
3409         * src/avr/main.c,
3410         * src/ds390/main.c,
3411         * src/hc08/main.c,
3412         * src/pic/main.c,
3413         * src/pic16/main.c,
3414         * src/xa51/main.c,
3415         * src/z80/main.c: port.reg_parm prototype extended with
3416           "bool reentrant" parameter
3417         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3418           options.stackAuto for allocating bit register parameters
3419         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3420           (genSend): set BitBankUsed if it is,
3421           (selectRegBank): factored out of genCall for use in genPcall,
3422           (genCall): removed redundant dtype assignmen, use selectRegBank,
3423           (genPcall): handle returning in Carry properly, save in F0 if needed,
3424           (genReceive): handle bit register parameters
3425         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3426           (mcs51_assignRegisters): enable bit registers for all reentrant
3427            functions and don't set BitBankUsed unconditionally
3428         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3429         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3430         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3431
3432 2005-08-27 Borut Razem <borut.razem AT siol.net>
3433
3434         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3435         ppc-osx (Darwin) does not support -u option. It seems that it is
3436         supported only on Linux - GNU cp
3437
3438 2005-08-25 Borut Razem <borut.razem AT siol.net>
3439
3440         * sim/ucsim/gui.src/serio.src/Makefile.in,
3441           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3442           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3443           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3444           install and strip, since the strip at /usr/ccs/bin should be used
3445           on solaris
3446
3447 2005-08-24 Borut Razem <borut.razem AT siol.net>
3448
3449         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3450
3451 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3452
3453         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3454         ffffffffu
3455
3456 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3457
3458         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3459         * as/mcs51/lkmain.c (link_main): fixed warning
3460         * device/include/stdbool.h: ds390 has no advanced bit support yet
3461         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3462         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3463         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3464           and updated their macros
3465         * src/SDCCval.c (constVal): updated comment for renamed b_long
3466
3467 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3468
3469         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3470         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3471           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3472           (oprio): set priority for '['
3473         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3474            and adb_24_bit
3475         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3476         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3477         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3478         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3479           added overlayable BIT_BANK area
3480         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3481           (summary2): explain 'T' in legenda
3482         * as/mcs51/lkrloc.c: replaced old K&R style,
3483           (relr): added R_BIT processing,
3484           (errmsg): added "Bit-addressable relocation error",
3485           (adb_bit): added for converting from byte- to bit-addressable space,
3486           (adb_24_bit): added for converting from byte- to bit-addressable space
3487         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3488            used in reentrant functions now even as return value
3489         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3490         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3491           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3492         * src/SDCCglobl.h: added indicator BitBankUsed
3493         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3494            the bit registers b0-b7
3495         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3496           (geniCodeCast): fixed bug 1263853,
3497           (geniCodeLogicAndOr): put result in bool or char,
3498           (geniCodeReceive): added parameter func for accessing the return type,
3499           (geniCodeFunctionBody): pass func to geniCodeReceive
3500         * src/SDCCmain.c: added indicator BitBankUsed
3501         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3502         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3503           (checkSClass): don't put automatic bool/bit on stack,
3504           (checkFunction): removed check on function cannot return bit
3505         * src/SDCCsymt.h: added newBoolLink prototype
3506         * src/mcs51/gen.c (rb1regs): added bit registers,
3507           (movc): created for assigning to carry,
3508           (pushReg, popReg): created for pushing registers,
3509           (sameRegs): check both AOP_REG and AOP_CRY types,
3510           (aopOp): handle bit registers,
3511           (aopPut): optimization no self-assign,
3512           (saveRegisters): push reg->base (bits) only once for bit registers,
3513            and use pushReg,
3514           (unsaveRegisters): pop reg->base only once and use popReg,
3515           (assignResultValue): added parameter func and return in carry for bits,
3516           (genIpush): optimization no reload in A if not changed,
3517           (genSend): bit parameters in reentrant functions are passed in bit
3518            registers by first assigning to bits in B, then save registers and
3519            copy B to bits,
3520           (genCall): handle returning in Carry properly, save it in F0 if needed,
3521           (genPcall): updated assignResultValue call, this is not safe yet for bit
3522            returning function !!!
3523           (genFunction): don't generate equ's for bit registers and use pushReg,
3524           (genEndFunction): take care of bit returning functions and use popReg,
3525           (genRet): return bit in Carry,
3526           (genIfx): optimize bit registers and other directly addressable bits,
3527           (genReceive): updated assignResultValue call
3528         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3529           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3530            registers when using stack-auto
3531         * src/mcs51/ralloc.c (_G): added allBitregs,
3532           (regs8051): added the bit registers,
3533           (createStackSpil): use macro IS_BIT,
3534           (getRegBit): added to allocate a bit register, else spill,
3535           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3536           (updateRegUsage): factored out to ease stepping while debugging,
3537           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3538            also allocate bit registers,
3539           (fillGaps): handle bit registers,
3540           (findAllBitregs): added to create bit vector with all bit registers,
3541           (mcs51_allBitregs): returns this bit vector,
3542           (mcs51_assignRegisters): when using stack-auto use bit registers for
3543            passing parameters and creating local variables
3544         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3545
3546 2005-08-22 Borut Razem <borut.razem AT siol.net>
3547
3548         * device/lib/Makefile.in: replaced find option -or with -o
3549           to make it run on solaris
3550
3551 2005-08-22 Raphael Neider <rneider AT web.de>
3552
3553         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3554           fixes #1265442 (crash on Solaris)
3555
3556 2005-08-20 Borut Razem <borut.razem AT siol.net>
3557
3558         * configure, configure.in: added tests for libsocket and libnsl libraries,
3559           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3560           from support/regression/Makefile.in
3561         * support/regression/Makefile.in: added
3562         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3563         * sim/ucsim/libtool: regenerated on sparc-solaris
3564         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3565           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3566           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3567           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3568           sparc-solaris, which doesn't use GNU ld linker
3569         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3570         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3571
3572 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3573
3574         * src/mcs51/peeph.def: updated comments
3575
3576 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3577
3578         * device/lib/_gptrget.c,
3579         * device/lib/_gptrput.c: slightly shorter
3580         * doc/sdccman.lyx: incremented version
3581         * src/mcs51/peeph.def: moved peephole comments to the line of first
3582           change to better keep line correlation, reanimated 186.e
3583         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3584
3585 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3586
3587         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3588           David Saxton with quotes around file name.
3589
3590 2005-08-15 Borut Razem <borut.razem AT siol.net>
3591
3592         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3593           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3594           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3595           make tests run on x86_64 platform
3596
3597 2005-08-13 Raphael Neider <rneider AT web.de>
3598
3599         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3600           as it might be executed DURING a build (parallel make is wonderful)
3601
3602 2005-08-13 Raphael Neider <rneider AT web.de>
3603
3604         * device/lib/Makefile.in (port-specific-objects-pic16):
3605           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3606         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3607           dependency
3608         * device/lib/pic16/Makefile.rules: build subdirs before creating
3609           the library, removed builddir rule, create $(builddir) early in
3610           recurse rule, use empty recurse rule for leaf directories
3611         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3612           mkdir errors (race condition), removed duplicate suffix "hex"
3613           from clean rules
3614         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3615         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3616           prevents mkdir -p from aborting on Alpha
3617
3618 2005-08-12 Raphael Neider <rneider AT web.de>
3619
3620         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3621           db-statements in order to allow for arrays of pointers in code
3622           sections to be placed without interspersed 0-padding, fixes
3623           bug #1256215
3624         * (emitStatistics): fixed division by zero for pic18f1220
3625         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3626           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3627         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3628         * (pic16_pCodeConstString): keep track of already emitted string
3629           literals to prevent "duplicate definitions of symbol _str_NR"
3630         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3631           debug message
3632         * device/lib/Makefile.in: ignore failing PIC16 library builds
3633         * device/lib/pic16/Makefile: do not build if gputils are missing
3634         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3635
3636 2005-08-10 Raphael Neider <rneider AT web.de>
3637
3638         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3639           my last commit)
3640
3641 2005-08-10 Raphael Neider <rneider AT web.de>
3642
3643         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3644           Rokas' patch to add the new fixed point type "__fixed16x16"
3645         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3646           functions for __fixed16x16 arithmetics
3647         * device/lib/pic16: reimplemented the build system to support
3648           a separate build directory, better handling of libio (create
3649           the library in a separate subdir for each architecture) and
3650           easier configuration (centralized in Makefile.common)
3651
3652 2005-08-07 Raphael Neider <rneider AT web.de>
3653
3654         * src/pic16/gen.c (genrshTwo): fixed sign extension
3655         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3656         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3657           added T0CONbits
3658         * device/include/pic16/pic18f4220.h: NEW, header for
3659           pic18f4220 and pic18f4320
3660         * device/include/pic16/pic18fregs.h: added new devices,
3661           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3662         * device/include/pic16/signal.h: resolved name clashes
3663           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3664           to also allow testing for interrupt enable bits, added
3665           comments on how to use the macros
3666         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3667         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3668           register definitions for the devices
3669         * device/lib/pic16/pics.all: added new devices
3670         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3671           allocated memory
3672         * device/lib/pic16/libc/stdlib/memfree: do not count
3673           the block header as free memory
3674         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3675           simplified and added missing end-of-blocklist-marker
3676           (reported by Peter Onion, fixes #1252814)
3677         * (_mergeHeapBlock): fixed loop condition
3678         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3679           len==0, restructured code
3680         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3681           up a bit, reduced bitfield accesses, prevent endless loops
3682           in case of heap corruption
3683         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3684           "unreferenced arguments/must return a value" warnings
3685         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3686           replaced BAUDREG with SPBRG
3687         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3688           device/lib/pic16/debug/gstack/gstack.c: replaced
3689           _naked, _asm, _endasm with __naked, __asm, __endasm
3690
3691 2005-08-05 Raphael Neider <rneider AT web.de>
3692
3693         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3694           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3695
3696 2005-08-05 Borut Razem <borut.razem AT siol.net>
3697
3698         * device/lib/Makefile.in: added missing ';'
3699         * configure: removed ^M characters
3700
3701 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3702
3703         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3704           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3705           License
3706
3707 2005-08-04 Borut Razem <borut.razem AT siol.net>
3708
3709         * configure.in: pic16 libraries build 2nd try - enable running
3710           configure in device/lib/pic16
3711         * configure: regenerated from configure.in
3712         * device/lib/Makefile.in: create $(PORT)/bin directory
3713
3714 2005-08-03 Raphael Neider <rneider AT web.de>
3715
3716         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3717           to get/set values via pointers
3718         * (genUnpackBits,genPackBits): changed detection of
3719           ptr->bitfield vs. sym.bitfield, fixed access via generic
3720           pointers, removed dead (wrong) code for multibyte bitfields
3721         * (genNearPointerGet, genGenPointerGet): removed useless code,
3722           fixed bitfield detection, fixes #1250594
3723         * (genNearPointerSet): removed useless code
3724         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3725           and introduced macro pic16_emitpcode that conditionally emits
3726           the origin of the following pCode (useful for debugging SDCC)
3727         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3728         * (createDefmap): fixed handling of LFSR for --optimize-df
3729
3730 2005-08-02 Borut Razem <borut.razem AT siol.net>
3731
3732         * device/lib/Makefile.in: pic16 libraries build enabled since
3733           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3734
3735 2005-08-02 Raphael Neider <rneider AT web.de>
3736
3737         * src/pic16/gen.c (genPackBits): removed deprecated warning
3738         * (genGenPointerSet): fixed bitfield detection
3739
3740 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3741
3742         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3743
3744 2005-07-31 Raphael Neider <rneider AT web.de>
3745
3746         * device/lib/pic16/libdev/pic18f458.c,
3747           device/include/pic16/pic18f458.h: added missing T0CONbits
3748
3749 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3750
3751         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3752
3753 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3754
3755         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3756
3757 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3758
3759         * device/include/mcs51/at89c51ed2.h: added.
3760
3761 2005-07-23 Raphael Neider <rneider AT web.de>
3762
3763         * src/pic/gen.h: added emitpcode macro for debugging
3764         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3765           and replace by macro adding debug information on demand
3766         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3767         * (gencjne): tried to fix; replaced with correct (slower) code
3768         * (gen{Unp,P}ackBits): fixed single bit access
3769         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3770         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3771           previous instruction
3772         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3773           register has to be handled with care (forbidding movement
3774           of assignments/uses, removing assignments completely, ...)
3775         * (pCodeOptime2pCodes): make use of regIsSpecial
3776         * added lots of debugging output (commented out)
3777         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3778           from being reused as result UNLESS it is known to work
3779
3780 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3781
3782         * support/Util/dbuf.h: include <stddef.h> for size_t
3783         * .version: changed to version 2.5.2
3784
3785 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3786
3787         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3788
3789 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3790
3791         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3792           (genModOneByte): removed needless psha/pula
3793
3794 2005-07-22 Raphael Neider <rneider AT web.de>
3795
3796         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3797           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3798         * src/pic/gen.c (resolveIfx): do not "invent" labels
3799         * (genSkipc): changed to positive logic
3800         * (genSkipCond): removed as no longer needed
3801         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3802           backport from PIC16
3803         * (genLeftShift): check operands are in different registers
3804         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3805           INCF does not update CARRY...
3806         * src/pic/main.c: fixed _linkCmd
3807         * src/pic/pcode.c (unlinkpCode): added inactive code
3808         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3809           alive (do not assign result and operand overlapping registers)
3810
3811 2005-07-22 Raphael Neider <rneider AT web.de>
3812
3813         * src/pic/device.c (dump_sfr): replaced register declaration with
3814           call to emitSymbolToFile() to avoid duplicate symbols
3815         * (assignRelocatableRegisters): do not declare external symbols
3816         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3817           right (take size of type, not etype)
3818         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3819         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3820         * (packRegsForAccUse): disabled assignment of WREG as
3821           the result reg to prevent occurence of just fixed #1235003,
3822           fixes #1242954
3823         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3824           symbols (avoids duplicate symbols in .asm file)
3825         * (pic14emitRegularMap): use emitSymbolToFile()
3826         * src/pic/gen.c (aopOp): fixed spillLocation handling
3827         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3828         * (genDataPointerSet): removed unneccessary variables/output
3829
3830 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3831
3832         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3833         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3834
3835 2005-07-21 Raphael Neider <rneider AT web.de>
3836
3837         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3838           architecture cannot handle them efficiently, fixes bug #1235003
3839         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3840           check for empty sets before using them (fixes bug #1232190)
3841
3842 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3843
3844         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3845           (lnksect2): generate warnings for memory overlap
3846         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3847           constseg to set the name of these segments so you can instruct the linker
3848           to place them in banks
3849         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3850         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3851           added code_seg and const_seg to options
3852         * src/SDCCglue.c (emitMaps): use options.const_seg,
3853           (createInterruptVect): put interrupt vectors in segment HOME,
3854           (glue): put HOME before static segment and put the main glue in HOME,
3855           (glue): use options.code_seg
3856         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3857         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3858           these segments so you can instruct the linker to place them in banks
3859           (linkEdit): use code_loc for HOME segment which should be the first
3860           segment in code memory now
3861         * src/SDCCmem.c: fixed more stuff like bug 1238386
3862         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3863           (changePointer): don't change function pointers to code pointers for
3864           banked functions,
3865           (compareType): added exceptional check for banked function pointers
3866         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3867         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3868           after static in code memory
3869         * src/mcs51/gen.c: added aopLiteralLong prototype,
3870           (aopForSym): use getSize for functions,
3871           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3872           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3873           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3874           the segment,
3875           (genPcall): use call for literal function pointers and generate banked
3876           calls over the one trampoline so there's only one place for the user to
3877           modify according to his/hers hardware,
3878           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3879           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3880         * src/mcs51/main.c: added keyword banked,
3881           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3882         * support/Util/SDCCerr.c,
3883         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3884           needed for passing the bank and address to the trampoline
3885         * device/lib/mcs51/crtbank.asm: added for bankswitching
3886         * device/lib/mcs51/Makefile: added crtbank
3887
3888 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3889
3890         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3891           for fields at offset 0 of a struct or union as reported
3892           on 2005-07-07 in the developer mailing list.
3893
3894 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3895
3896         * src/SDCCmem.c: fixed bug 1238386
3897
3898 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3899
3900         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3901           (patch #1144962), added peephole 300, enabled 259.x
3902         * doc/sdccman.lyx: removed screenshot and provided link instead
3903
3904 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3905
3906         * doc/sdccman.lyx: added section about debugging with ddd
3907         * doc/figures/ddd_example.eps: screenshot of debugging session
3908
3909 2005-07-04 Raphael Neider <rneider AT web.de>
3910
3911         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3912           like CODE pointers, fixes #1115683
3913         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3914           call, fixes bugs #1232211, #1228110,
3915           fixed wrong casts to pCodeFlow from pCodeInstructions
3916
3917 2005-07-04 Raphael Neider <rneider AT web.de>
3918
3919         * src/pic/gen.c (popGet): changed assert to allow for
3920           bit operands
3921         * (popGetAddr): changed signature to provide
3922           an additional index, patched all call sites
3923         * (genCmpEq): handle literal-like operands correctly
3924         * (genAddrOf): added sanity checks on __code/__data pointers
3925         * (genAssign): added handling of symbols from __code section
3926         * (gencjne): do not generate code for comparisons whose result
3927           is neither stored nor used, fixes bug #1171114
3928         * (AccLsh, AccRsh): operate on operand instead of WREG
3929         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3930           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3931           by known count
3932         * rewrote complete shift-by-literal logic, commented unused
3933           functions out
3934         * (genConstPointerGet): get multiple bytes (if result size > 1),
3935           fixed handling of non-immediate addresses
3936         * (genPointerGet): handle CODE pointers like CONST pointers
3937         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3938         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3939           operand is to be treated as a literal or not
3940         * (mov2w,genPcall,genCmpEq),
3941           src/pic/genarith.c: use aop_isLitLike() to decide between
3942           literal/register contents
3943         * (addSign): added missing offset
3944         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3945           only emit comment in debug-mode,
3946           use {aop,op}_isLitLike throughout the file
3947         * src/pic/glue.c: fix initializers for pointers (work in progress)
3948         * src/pic/pcode.c (get_op): honor index on _const symbols
3949         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3950         * (dumppBlock): added pCode size estimation
3951         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3952           check for IS_SYMOP before OP_SYMBOL'ing
3953         * fixed indentation, compacted switch-statements
3954         * (allocReg): find free register and allocate it instead of
3955           allocating new registers all the time
3956         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3957           registers as its operands (necessary only for multibyte GETs)
3958
3959 2005-07-01 Raphael Neider <rneider AT web.de>
3960
3961         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3962           debugging .asm-output macros FENTRY + FEXIT
3963         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3964           way... I wonder...
3965         * (emitpComment): NEW, printf to pCode
3966         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3967           offset handling
3968         * (popGetAddr): NEW, variant of popGet to access an immediates
3969           high(er) bytes instead of the n'th byte of memory they reference,
3970           replaced popGet with popGetAddr where neccessary
3971         * (genDataPointerGet): reactivated and fixed implementation
3972         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3973           accesses
3974         * (genDataPointerSet): fixed multibyte assignments
3975         * (genpic14Code): fixed --i-code-in-asm handling
3976         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3977         * (genPlus): fixed index-out-of-bounds error
3978         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3979         * src/pic/ralloc.c: added debugging output macro FENTRY2
3980         * (spillThis): fixed indentation, enbraced for-body for clarity
3981         * (rematStr): commented out as now unused
3982         * (regTypeNum): commented out special spill case (overwrites
3983           arbitrary values)
3984         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3985
3986 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3987
3988         * doc/sdccman.lyx: documented sfr16/sfr32,
3989           added example for using storage class with function pointers
3990         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3991
3992 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3993
3994         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3995         * device/lib/_itoa.c,
3996         * device/lib/_ltoa.c: optimized codesize
3997         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3998           but don't know how to suppress the double warning.
3999         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4000         * support/Util/SDCCerr.c,
4001         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4002
4003 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4004
4005         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4006           fixed old K&R prototypes
4007         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4008         * device/lib/_gptrget.c,
4009         * device/lib/_gptrgetc.c,
4010         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4011           also new versions for small generic pointers and banked generic pointers
4012         * src/port.h: added const_name
4013         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
4014         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
4015         * src/SDCCcse.c (findPrevIc): check all associative operators
4016         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
4017         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
4018         * src/SDCCmem.c: updated comments,
4019           set far-space to 0 for pdata, results in optimized code
4020         * src/SDCCmem.h: added macro CONST_NAME
4021         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
4022           moving the info into the highest bits, see also gptrget/gptrput
4023         * src/src.dsp: added sdcc.ico to project files
4024         * src/avr/gen.c (genCast): fixed bug 0x%d
4025         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
4026         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
4027           relation between ptr_type and DCL_TYPE,
4028           (genCast): fixed bug 0x%d
4029         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
4030           (CODE)" for const_name
4031         * src/hc08/gen.c (genCast): fixed bug 0x%d
4032         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
4033           (hc08_port): added "CONST (CODE)" for const_name
4034         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
4035           (aopForRemat, adjustArithmeticResult): disconnected direct relation
4036           between ptr_type and DCL_TYPE,
4037           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
4038           operand* and took AOP() inside function so sfr-ness can be checked,
4039           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
4040           new prototype,
4041           (genFunction, genEndFunction): optimized stack setup,
4042           (genMinus): optimized for literals with ending zeroes (in bytes),
4043           (genCast): fixed bug 0x%d
4044         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
4045           (mcs51_port): added "CONST (CODE)" for const_name
4046         * src/mcs51/peeph.def: made rule 226 more generic
4047         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
4048         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
4049         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
4050         * src/z80/main.c (z80_port): added NULL for const_name,
4051           (gbz80_port): added NULL for const_name
4052         * support/regression/tests/bug663539.c,
4053         * support/regression/tests/sfr16.c: new tests
4054
4055 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4056
4057         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
4058
4059 2005-06-24 Raphael Neider <rneider AT web.de>
4060
4061         * device/lib/pic16/libdev/pic18f[68][567]20.c:
4062           corrected typos...
4063         * device/include/pic16/signal.h: added USBIF
4064           and SIG_USB
4065
4066 2005-06-24 Raphael Neider <rneider AT web.de>
4067
4068         * device/lib/pic16/libdev/pic18f2455.c,
4069           device/include/pic16/pic18f2455.h: NEW
4070         * device/include/pic16/pic18fregs.h,
4071           device/lib/pic16/pics.all,
4072           src/pic16/device.c: added 18f2455
4073         * device/lib/pic16/libdev/pic18f[68][567]20.c,
4074           device/include/pic16/{pic18f[68][567].h,usart.h}:
4075           replaced MULTIPLE_USARTS define with more relaible
4076           compatibility sfrs (for USART access)
4077
4078 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
4079
4080         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
4081           and the output asm file line is printed on two lines.
4082
4083 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4084
4085         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
4086           BGT, BLE, BHI, and BLS instructions
4087         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
4088           genCmpEq): removed
4089         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
4090           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
4091           fixes bug #1216342
4092         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
4093
4094 2005-06-15 Raphael Neider <rneider AT web.de>
4095
4096         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
4097         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
4098         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
4099           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
4100           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
4101
4102 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4103
4104         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
4105           Marcel Telka in bug #1215704
4106
4107 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
4108
4109         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
4110           located in shared memory bank.
4111
4112 2005-05-31 Raphael Neider <rneider AT web.de>
4113
4114         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
4115           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
4116           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
4117
4118 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
4119
4120         * device/lib/_strncpy.c: fixed the fix
4121
4122 2005-05-26 Raphael Neider <rneider AT web.de>
4123
4124         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
4125           initializers with \0, bug #1208187
4126         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
4127           intializers with \0, bug #1208187
4128
4129 2005-05-26 Raphael Neider <rneider AT web.de>
4130
4131         * src/pic16/glue.c (pic16_printIvalChar): fixed string
4132           initializers with \0, bug #1208187
4133         * src/pic16/main.c (_process_pragma): added sanity checks
4134           for stack position and size, emit warnings when appropriate
4135
4136 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
4137
4138         * device/lib/_strncpy.c: fixed not filling with \0
4139
4140 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4141
4142         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
4143           createFunction),
4144         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
4145           compound_statement),
4146         * src/SDCCsymt.h,
4147         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
4148
4149 2005-05-24 Raphael Neider <rneider AT web.de>
4150
4151         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
4152
4153 2005-05-24 Raphael Neider <rneider AT web.de>
4154
4155         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
4156           TRISE definitions, closes bug #1162453
4157
4158 2005-05-22 Raphael Neider <rneider AT web.de>
4159
4160         * src/pic16/main.c (_process_pragma): check for missing
4161           arguments to pragmas code and udata
4162         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
4163           consistency fixes to match other headers (thanks to Jim Paris)
4164         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
4165
4166 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
4167
4168         * src/SDCCicode.c (isOperandEqual): fixed missing ;
4169
4170 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
4171
4172         * support/regression/tests/bug1198642.c: new test
4173         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
4174         * src/SDCCcse.c (findPrevIc): added comment, please have a look
4175         * support/scripts/resource.h,
4176         * support/scripts/resource.rc,
4177         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
4178         * support/scripts/sdcc.ico: added 32x32 icon
4179
4180 2005-05-18 Raphael Neider <rneider AT web.de>
4181
4182         * device/lib/pic16/libdev/pic18f*.c,
4183         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
4184           keywords to "__sfr" and "__at (X)"
4185         * device/include/pic16/pic18fregs.h: added pic18f4520
4186         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
4187           #1203088 (MPLAB compatibility)
4188
4189 2005-05-17 Raphael Neider <rneider AT web.de>
4190
4191         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
4192         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
4193         * device/lib/pic16/pics.all: added new devices
4194         * src/pic16/device.c: added support for pic18f4520
4195
4196 2005-05-16 Raphael Neider <rneider AT web.de>
4197         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
4198         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
4199         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
4200           convenience function for bit access
4201
4202 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4203
4204         * device/lib/printf_large.c: fixed bug 1193299
4205         * support/regression/tests/bug1057979.c: added test %3.3s
4206
4207 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4208
4209         * device/include/mcs51/8051.h,
4210         * device/include/mcs51/8052.h: made parseable with lint
4211         * device/include/mcs51/lint.h: added include file for (sp)lint
4212         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
4213         * doc/cdbfileformat.lyx,
4214         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
4215
4216 2005-05-14 Raphael Neider <rneider AT web.de>
4217
4218         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
4219         * device/lib/pic16/libc/stdlib/itoa.c (new)
4220         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
4221         * device/lib/pic16/libio/Makefile: exclude subdir according to
4222           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
4223         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
4224         * src/pic16/gen.c (genFunction): prevent annoying warning
4225         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
4226           nameclashes on BeOS
4227         * support/cpp2/cppmain.c (cpp_output_string): new
4228         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
4229           fixes bug 1116802
4230
4231 2005-05-13 Borut Razem <borut.razem AT siol.net>
4232
4233         * src/SDCCmain.c (linkEdit): fixed bug 1195202
4234
4235 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4236
4237         * .version: changed to version 2.5.1; back to bleeding edge development
4238
4239 2005-05-11 Borut Razem <borut.razem AT siol.net>
4240
4241         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
4242           generate PDF version 1.3 documents
4243
4244 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4245
4246         * .version: changed to version 2.5.0
4247
4248 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4249
4250         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4251
4252 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4253
4254         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4255         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4256         well as many smaller updates.
4257         * .version: changed to version 2.5.0-pre1
4258
4259 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4260
4261         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4262
4263 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4264
4265         * support/regression/tests/bug1185672.c: added
4266         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4267           bug 1185672
4268         * src/mcs51/gen.c (genCall): added comments, made it look safer
4269         * src/mcs51/gen.c (genEndFunction): simplified
4270
4271 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4272
4273         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4274
4275 2005-04-14 Borut Razem <borut.razem AT siol.net>
4276
4277         * fixed bug 1045046 - SIGSEGV with really simple code?:
4278           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4279           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4280
4281 2005-04-14 Borut Razem <borut.razem AT siol.net>
4282
4283         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4284           src/pic16/device.h: temporarily disabled experimental #inline pragma
4285           for 2.5.0 release
4286
4287 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4288
4289         * device/include/z80/stdio.h,
4290         * device/include/z80/string.h: removed these highly incomplete files so
4291           SDCC can use the default ones in device/include/
4292
4293 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4294
4295         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4296         gcc warning.
4297         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4298         fix sdcpp warnings.
4299
4300 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4301
4302         * device/include/malloc.h: removed redundant __reentrant prototypes
4303         * device/lib/_mullong.c: added working xstack variant in asm (C version
4304           doesn't pass regression tests)
4305         * device/lib/bpx.c: used __data and made bpx char for mcs51
4306         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4307           (createFunction): fixed bug with xstackPtr
4308         * src/SDCCcse.c: corrected comments
4309         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4310           (killDeadCode, eBBlockFromiCode): removed unused code
4311         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4312           corrected comments
4313         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4314           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4315           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4316           (genModOneByte): fixed warning in MSVC
4317         * src/mcs51/main.c (): added comments
4318         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4319
4320 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4321
4322         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4323
4324 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4325
4326         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4327
4328 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4329
4330         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4331         characters arrays of larger size than the declared one.
4332
4333 2005-04-10 Borut Razem <borut.razem AT siol.net>
4334
4335         * src/pic/gen.c (genInline),
4336           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4337           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4338           (findNextInstruction), (findPrevInstruction),
4339           (findInstructionUsingLabel),
4340           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4341         * src/pic/pcode.c (findLabel): added missing '\n'
4342         * src/src.dsp: added SDCCdwarf2.c to the project
4343
4344 2005-04-09 Borut Razem <borut.razem AT siol.net>
4345
4346         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4347
4348 2005-04-08 Raphael Neider <rneider AT web.de>
4349
4350         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4351           into the chain after a given one) and mergeDefmapSymbols (combine
4352           defmap entries for each symbol per pcode)
4353         * (createDefmap): have defmap entries merged in the end
4354         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4355           a symbol before replacing one access type's symbol, merge symbols in
4356           the end (replacement symbol might already have an entry)
4357         * (assignValnums): keep reference to written WREG intact
4358
4359 2005-04-08 Raphael Neider <rneider AT web.de>
4360
4361         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4362           Alpha)
4363
4364 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4365
4366         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4367         bytes
4368
4369 2005-04-07 Raphael Neider <rneider AT web.de>
4370
4371         * device/include/pic16/usart.h: added compatibility defines for
4372           devices with more than one USART
4373         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4374
4375 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4376
4377         * device/lib/Makefile.in: updated for port specific include
4378
4379 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4380
4381         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4382
4383 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4384
4385         * device/include/8051.h,
4386         * device/include/8052.h,
4387         * device/include/at89S8252.h,
4388         * device/include/at89c55.h,
4389         * device/include/at89x051.h,
4390         * device/include/at89x51.h,
4391         * device/include/at89x52.h,
4392         * device/include/mcs51reg.h,
4393         * device/include/reg51.h,
4394         * device/include/reg764.h,
4395         * device/include/regc515c.h,
4396         * device/include/sab80515.h: (re)moved these 12 files
4397         * device/include/mcs51/8051.h,
4398         * device/include/mcs51/8052.h,
4399         * device/include/mcs51/at89S8252.h,
4400         * device/include/mcs51/at89c55.h,
4401         * device/include/mcs51/at89x051.h,
4402         * device/include/mcs51/at89x51.h,
4403         * device/include/mcs51/at89x52.h,
4404         * device/include/mcs51/mcs51reg.h,
4405         * device/include/mcs51/reg51.h,
4406         * device/include/mcs51/reg764.h,
4407         * device/include/mcs51/regc515c.h,
4408         * device/include/mcs51/sab80515.h: and added them here
4409
4410 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4411
4412         * device/include/stdarg.h: changed SDCC specific keywords to double
4413           underlined form.
4414         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4415           mcs51 and ds390.
4416         * device/include/hc08/mc68hc908gp32.h,
4417         * device/include/hc08/mc68hc908jb8.h,
4418         * device/include/hc08/mc68hc908jkjl.h,
4419         * device/include/hc08/mc68hc908qy.h: fixed comments
4420         * device/include/mcs51/README: updated
4421         * device/include/mcs51/c8051f120.h: added PINRSF
4422         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4423         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4424           amidst code. Also inline is not supported.
4425
4426 2005-04-06 Raphael Neider <rneider AT web.de>
4427
4428         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4429         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4430           callers stack/frame pointers
4431
4432 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4433
4434         * device/include/pic16/usart.h: added, missing in previous commit,
4435         * device/include/pic16/adc.h: fixed typo,
4436         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4437         commit,
4438         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4439         <p18fxxx.inc>
4440         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4441         uninitialized because a bug appears with gplink
4442         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4443         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4444         complains for unrecognised option
4445
4446 2005-04-05 Raphael Neider <rneider AT web.de>
4447
4448         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4449           structs as well (using memcpy)
4450         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4451           on ISRs (GOTO has no label)
4452         * src/pic16/device.h: added OF_OPTIMIZE_DF
4453         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4454           new data flow analysis/optimization
4455         * src/pic16/pcode.c: added (prototypes for and implementation of)
4456           dataflow analysis functions, fixed pCodeInstructions' inCond and
4457           outCond values, made RCALL a branch instruction
4458         * (pic16_unlinkpCode): keep C line if possible
4459         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4460           C line moved if possible
4461         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4462         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4463           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4464         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4465           new flow)
4466         * (pic16_getJumptabpCode): NEW, needed in...
4467         * (LinkFlow): fixed handling of jumptables, calls and conditional
4468           branches
4469         * (pic16_InsertCommentAfter): NEW
4470         * (pic16_pCodeReplace): made verbose and flow preserving
4471         * (AnalyzeFlow): added call to data flow analysis
4472         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4473         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4474         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4475
4476 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4477
4478         * src/SDCCast.c (decorateType): fixed bug #1105626
4479
4480 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4481
4482         * device/include/asm/pic16/features.h,
4483         * pic18f*.h headers,
4484         * device/include/pic16/adc.h,
4485         * device/include/pic16/delay.h,
4486         * device/include/pic16/i2c.h,
4487         * device/include/pic16/malloc.h,
4488         * device/include/pic16/stdio.h,
4489         * device/include/pic16/stdlib.h,
4490         * device/include/pic16/string.h,
4491         * device/lib/pic16/libc/stdio/printf_tiny.c,
4492         * device/lib/pic16/libc/stdio/printf_small.c,
4493         * device/lib/pic16/libc/stdio/strmgpsim.c,
4494         * device/lib/pic16/libc/stdio/strmmssp.c,
4495         * device/lib/pic16/libc/stdio/strmusart.c,
4496         * device/lib/pic16/libc/stdio/vfprintf.c,
4497         * device/lib/pic16/libc/stdlib/ltoa.c,
4498         * device/lib/pic16/libc/stdlib/putchar.c,
4499         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4500         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4501         * device/lib/pic16/libc/stdlib/memchrram.c,
4502         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4503         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4504         * device/lib/pic16/libio/adc/adcbusy.c,
4505         * device/lib/pic16/libio/adc/adcread.c,
4506         * device/lib/pic16/libio/adc/adcsetch.c,
4507         * device/lib/pic16/libio/usart/ubaud.c,
4508         * device/lib/pic16/libio/usart/ubusy.c,
4509         * device/lib/pic16/libio/usart/udrdy.c,
4510         * device/lib/pic16/libio/usart/uopen.c,
4511         * device/lib/pic16/libio/usart/uputc.c,
4512         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4513         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4514         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4515         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4516         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4517         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4518         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4519         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4520         specific keywords to double underlined form,
4521         * device/lib/pic16/libc/Makefile.rules,
4522         * device/lib/pic16/libsdcc/Makefile.rules,
4523         * device/lib/pic16/libm/Makefile,
4524         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4525         to compile with C standard set in Makefile.common
4526         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4527         rand.c and crc.c in compilation process,
4528         * device/lib/pic16/libsdcc/int/divuint.c,
4529         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4530         `c' from signed to unsigned,
4531         * device/lib/pic16/startup/crt0.c,
4532         * device/lib/pic16/startup/crt0i.c,
4533         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4534         keywords to double underlined form, bug fixes in _do_cinit function
4535         which prevented the correct initialization of the .idata segment,
4536         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4537         core to enter a infinite loop
4538         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4539
4540 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4543
4544 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4545
4546         * device/include/Makefile.in: add support for hc08 subdirectory
4547         * device/include/hc08/: new subdirectory
4548         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4549         Lucas Loizaga, thanks!
4550         * device/include/hc08/mc68hc908qy.h,
4551         * device/include/hc08/mc68hc908gp32.h,
4552         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4553         their own directory. Changed internal macro names to use the compiler
4554         reserved namespace. Changed SDCC specific keywords to double
4555         underlined form.
4556         * device/include/math.h,
4557         * device/include/malloc.h,
4558         * device/include/stdarg.h,
4559         * device/include/stdbool.h
4560         * device/include/string.h,
4561         * device/include/tinibios.h,
4562         * device/include/ds400rom.h,
4563         * device/include/8051.h,
4564         * device/include/8052.h,
4565         * device/include/80c51xa.h,
4566         * device/include/at89c55.h,
4567         * device/include/at89S8252.h,
4568         * device/include/at89x51.h,
4569         * device/include/at89x52.h,
4570         * device/include/ds80c390.h,
4571         * device/include/reg764.h,
4572         * device/include/regc515c.h,
4573         * device/include/sab80515.h,
4574         * device/include/mcs51/c8051f000.h,
4575         * device/include/mcs51/c8051f018.h,
4576         * device/include/mcs51/c8051f020.h,
4577         * device/include/mcs51/c8051f040.h,
4578         * device/include/mcs51/c8051f060.h,
4579         * device/include/mcs51/c8051f120.h,
4580         * device/include/mcs51/c8051f300.h,
4581         * device/include/mcs51/c8051f310.h,
4582         * device/include/mcs51/c8051f320.h,
4583         * device/include/mcs51/c8051f330.h,
4584         * device/include/mcs51/c8051f350.h,
4585         * device/include/z180.h: Changed SDCC specific keywords to double
4586         underlined form.
4587
4588 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4589
4590         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4591         18F4455,
4592         * (pic16_assignConfigWordValue): disable testing of configuration
4593         register value with config mask,
4594         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4595         function with port->fun_prefix,
4596         * (genFunction): when generating a naked interrupt function never
4597         create an absolute segment placed in interrupt vector address, place
4598         the actual interrupt function at IVA instead, when an interrupt
4599         function is generated with unspecified interrupt then do not create
4600         the absolute section,
4601         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4602         code for generating a call to generic pointer get/put function with
4603         a call to function pic16_callGenericPointer(),
4604         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4605         the call to the generic pointer get/put functions with prefixing the
4606         function name with port->fun_prefix,
4607         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4608         * src/pic16/main.c (_process_pragma): prefix function with
4609         port->fun_prefix,
4610         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4611         calling assembler, old 18Fxxxx macro is deprecated,
4612         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4613         PC_ASMDIR in while condition,
4614         * (findInstruction): add PC_ASMDIR in while condition,
4615         * (buildCallTree): prefix main with port->fun_prefix,
4616         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4617         identifier for variable with banked access in instructions BTFSS,
4618         BTFSC, BCF, BSF, BTG
4619         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4620         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4621         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4622         perform optimization when enviroment variable NO_REG_OPT is set,
4623         * (insideLRBlock): NEW, return 1 if register is inside an
4624         INF_LOCALREGS block,
4625         * (RemoveRegFromLRBlock): remove a register that is completely
4626         eliminated by register optimization, but it is still left in local
4627         register store/restore in/from stack block,
4628         * (Remove2pcodes): after removing register, check to see if it
4629         should be removed from local register store/restore in/from stack
4630         block,
4631         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4632         DUMMY_READ_VOLATILE,
4633
4634         * device/include/pic16/adc.h: minor prototype modifications and
4635         update,
4636         * device/include/pic16/malloc.h: added GPL notice various
4637         modifications,
4638         * device/include/pic16/stdint.h: NEW, standard header for ints
4639         * device/include/pic16/delay.h: NEW, header for delay functions,
4640         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4641         delay1mtcy,
4642         * device/include/pic16/signal.h: NEW, header providing helper macros
4643         for implementing signal handlers,
4644         * device/include/pic16/stdio.h: added prototypes for functions,
4645         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4646         prototypes for stdin and stdout, added macro PUTCHAR to
4647         automatically implement putchar function prototype,
4648         * device/include/pic16/usart.h: modified and updated USART library,
4649         * device/lib/pic16/libio/adc/,
4650         * device/lib/pic16/libio/i2c: some modifications to improve library
4651         performance,
4652         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4653         family of functions,
4654         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4655         family of functions and other sources,
4656         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4657         of the PIC18Fxx[28] devices,
4658         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4659         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4660         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4661         _do_cinit function, because the previous failed when local variables
4662         where not placed in the same memory bank,
4663         * device/lib/pic16/libsdcc/char/: various modifications to improve
4664         library performance,
4665         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4666         information on the new functions of the c library and more...
4667
4668 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4669
4670         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4671
4672 2005-03-26 Raphael Neider <rneider AT web.de>
4673
4674         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4675           if condition == CARRY)
4676         * (genCmp): adapted to new genSkipc semantics
4677         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4678           on rIfx (genCmp was broken)
4679
4680 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4681
4682         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4683         * src/z80/main.c (_keywords[]),
4684         * src/SDCCglobal.h (struct options),
4685         * src/SDCC.y,
4686         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4687         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4688         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4689         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4690         always available in leading double underscore form. The C99 support is
4691         mostly missing, but it's a start.
4692         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4693         reserved identifier "__data".
4694
4695 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4696
4697         * src/mcs51/peeph.def: fixed bug 1170013
4698
4699 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4700
4701         * device/include/mcs51reg.h: fixed bug 842007
4702
4703 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4704
4705         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4706         last time.
4707
4708 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4709
4710         * src/port.h (struct PORT),
4711         * src/avr/ralloc.c (avr_assignRegisters),
4712         * src/avr/main.c,
4713         * src/ds390/ralloc.c (ds390_assignRegisters),
4714         * src/ds390/main.c,
4715         * src/hc08/ralloc.c (hc08_assignRegisters),
4716         * src/hc08/main.c,
4717         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4718         * src/mcs51/main.c,
4719         * src/pic/ralloc.c (pic14_assignRegisters),
4720         * src/pic/main.c,
4721         * src/pic16/ralloc.c (pic16_assignRegisters),
4722         * src/pic16/main.c,
4723         * src/xa51/ralloc.c (xa51_assignRegisters),
4724         * src/xa51/main.c,
4725         * src/z80/ralloc.c (z80_assignRegisters),
4726         * src/z80/ralloc.h,
4727         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4728         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4729         * src/SDCCcse.h,
4730         * src/SDCCdflow.c (computeDataFlow),
4731         * src/SDCCdflow.h,
4732         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4733         * src/SDCCloop.h,
4734         * src/SDCCcflow.c (*),
4735         * src/SDCCcflow.h,
4736         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4737         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4738         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4739         immedDom() returning wrong block; probably fixes bug #1160833)
4740
4741 2005-03-20 Borut Razem <borut.razem AT siol.net>
4742
4743         * support/scripts/inc2h.pl: WIN32 port
4744
4745 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4746
4747         * device/lib/makefile.in: added abs.c and labs.c
4748
4749 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4750
4751         * device/include/stdint.h: added
4752         * device/lib/abs.c: added
4753         * device/lib/labs.c: added
4754         * device/include/stdlib.h: added abs() and labs() prototypes
4755         * device/lib/libsdcc.lib: added abs and labs
4756         * device/include/float.h,
4757         * device/lib/_fsmul.c,
4758         * device/lib/printf_fast.c,
4759         * device/lib/printf_tiny.c: updated comments
4760
4761 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4762
4763         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4764         bug #1164313
4765
4766 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4767
4768         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4769         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4770
4771 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4772
4773         * device/lib/printf_large.c: removed inline assembly for portability and
4774           readability. Use printf_fast if speed or size are more important.
4775         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4776         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4777
4778 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4779
4780         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4781         prevent compiler warning
4782
4783 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4784
4785         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4786         moved to level 0 and declared as static. Also they are explicit
4787         placed in access bank. This was necessery because some times they
4788         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4789         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4790         optimizations. Currently only compare to unsigned char is implemented,
4791         * src/pic16/gen.c: added fReturnIdx array,
4792         * (struct resolvedIfx) is moved to gen.h and made public,
4793         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4794         * (aopForSym): added an optimization to directly store in stack of
4795         the operand of a SEND iCode,
4796         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4797         but as registers instead (AOP_REG) using the fReturnIdx array,
4798         * (pic16_freeAsmop): remove the freed register from the
4799         _G.sregsAlloc field,
4800         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4801         a compare of 'WREG',
4802         * (pic16_popGetTempRegCond): changed function prototype, now
4803         function takes also a bitVector argument v which holds the current
4804         set of registers that are allocated for stack access by aopForSym,
4805         registers allocated in aopForSym for accessing stack symbols are not
4806         any more part of the functions usedRegs field,
4807         * (genCall): some times aopOp is called for a stack variable to be
4808         send, aopForSym might perform the push, if this is true make sure
4809         that genCall doesn't push the variable twice by testing _G.resDirect,
4810         * (genFunction): changed testing for unspecified interrupt number
4811         from 256 to INTNO_UNSPEC,
4812         * modified selection scheme of frame pointer generation. Previously
4813         if function did use local registers a frame pointer was generated,
4814         now a frame pointer is generated only if function has arguments
4815         (that need PLUSW2 register access), or has stack arguments, or the
4816         compiler is not instructed to omit the frame pointer,
4817         * (genEndFunction): before restoring local registers that were saved
4818         in the function preamble, also restore the registers that *might*
4819         have been allocated for stack access,
4820         * (genRet): removed some old comments,
4821         * (genCmp, the active (RN's) version): added a call to the
4822         pic16_genCmp_special function to perform the compare with a more
4823         robust and optimized way,
4824         * (genInline): a feature has been added in inline code generation,
4825         which allows a wildcard variable substitution when writing inline
4826         assembly. Code is incomplete and experimental therefore undocumented,
4827         * (genCast): changed order of aopOp for result and right to allow
4828         aopForSym to directly load the result if possible,
4829         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4830         perform an optimized compare on some selected special occasions,
4831         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4832         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4833         generate an IVT any more,
4834         * src/pic16/main.c (pic16_optionsTable): added command line option
4835         --optimize-cmp,
4836         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4837         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4838         macros,
4839         * src/pic16/NOTES: Raphael Neider added in list of active developers
4840         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4841         jumptable_end to prevent bug #,
4842         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4843         inCond and outCond fields,
4844         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4845         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4846         turn off register spilling,
4847         * (packRegsForOneUse): synced with other ports' versions although it
4848         is not used currently,
4849         * (pic16_packRegisters): added an optimization while reading
4850         structure bitfields, some registers may be saved (malloc code is
4851         decreased by 80 bytes)
4852
4853 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4854
4855         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4856         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4857         this can be optimized more?
4858
4859 2005-03-10 Raphael Neider <rneider AT web.de>
4860
4861         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4862           genNearPointerGet): (hopefully) fixed access to bitfields via
4863           pointers (p->bitN = x; and x = p->bitN; failed)
4864
4865 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4866
4867         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4868
4869 2005-03-09 Raphael Neider <rneider AT web.de>
4870
4871         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4872
4873 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4874
4875         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4876         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4877           (regTypeNum): set REG_BIT type if necessary
4878         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4879         * support/regression/tests/critical.c: check bug 1144613
4880
4881 2005-03-02 Raphael Neider <rneider AT web.de>
4882
4883         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4884
4885 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4886
4887         * src/avr/ralloc.c (serialRegAssign),
4888         * src/ds390/ralloc.c (serialRegAssign),
4889         * src/hc08/ralloc.c (serialRegAssign),
4890         * src/mcs51/ralloc.c (serialRegAssign),
4891         * src/pic/ralloc.c (serialRegAssign),
4892         * src/pic16/ralloc.c (serialRegAssign),
4893         * src/xa51/ralloc.c (serialRegAssign),
4894         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4895
4896 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4897
4898         * src/SDCCast.c (decorateType): fixed bug 1124787
4899
4900 2005-02-20 Hubert Sack <sack AT digiplan.de>
4901         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4902
4903         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4904         patch #1121755
4905
4906 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4907
4908         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4909         to keep the correct label reference count when adding/removing references
4910         to labels. A peephole file using this is appended to patch #1144962.
4911
4912 2005-02-14 Raphael Neider <rneider AT web.de>
4913
4914         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4915         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4916         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4917           retrievals of result operand's value on assignment
4918
4919 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * device/include/pic16/string.h: modified prototype for memccpy()
4922         to memccpy(void *, void *, char, size_t)
4923         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4924         check whether to omit frame pointer or not,
4925         * (genInline): convert all occurences of "\n" to LF in inline
4926         assembler blocks, this helps formatting the inline text,
4927         * (pic16_loadFSR0): modified prototype,
4928         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4929         removed some 8051 legacy code,
4930         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4931         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4932         before allocating temporary registers in functions,
4933
4934 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4935
4936         * support/regression/tests/bitvars.c: corrected the "fix"
4937
4938 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4939
4940         * support/regression/tests/bitvars.c,
4941         * support/regression/tests/bitwise.c,
4942         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4943
4944 2005-02-10 Raphael Neider <rneider AT web.de>
4945
4946         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4947           different size for Alpha
4948         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4949
4950 2005-02-09 Raphael Neider <rneider AT web.de>
4951
4952         * src/SDCC.lex(doPragma) : save and restore warning options as well
4953           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4954         * have #pragma less_pedantic set the errorlevel to WARNING
4955           (fixes #1117001)
4956         * (cloneOptimize) : fixed wrong malloc's size
4957         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4958           facilitate correct handling of #pragma (save|restore)
4959
4960 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4961
4962         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4963
4964 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4965
4966         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4967
4968 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4969
4970         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4971
4972 2005-02-02 Raphael Neider <rneider AT web.de>
4973
4974         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4975         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4976         * (pic16_storeForReturn): fixed to allow returning function pointers
4977         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4978         * device/include/pic16/{stddef.h,stdbool.h}: added
4979
4980 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4981
4982         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4983
4984 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4985
4986         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4987         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4988          appeared to be required
4989
4990 2005-01-31 Borut Razem <borut.razem AT siol.net>
4991
4992         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4993           include/mcs51 and include/z80 directories to the package
4994
4995 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4996
4997         * src/hc08/gen.c (genFunction): fixed bug #1112752
4998
4999 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5000
5001         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5002
5003 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5004
5005         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5006
5007 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5008
5009         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5010
5011 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
5012
5013         * device/include/c8051fxxx.h: removed these 6 files
5014         * device/include/mcs51/c8051fxxx.h: added these 11 new files
5015
5016 2005-01-26 Raphael Neider <rneider AT web.de>
5017
5018         * src/pic16/gen.c (genAssign): fixed assignment from longs
5019           in codespace (were cut to three bytes)
5020         * (genDummyRead): implemented (except for CODESPACE...),
5021           fixed bug #1108575
5022         * src/pic16/glue.c (emitStatistics): beautified
5023         * device/lib/pic16/libm/Makefile: added include path
5024
5025 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5026
5027         * src/z80/gen.c (aopPut): fixed bug #1103902
5028
5029 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5030
5031         * device/lib/expf.c: fixed bug #1095792
5032
5033 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
5034
5035         * device/lib/pic16/libm: added Math library sources
5036
5037 2005-01-24 Raphael Neider <rneider AT web.de>
5038
5039         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
5040           to enable upcast to pCodeOpReg2 (there is no type tag to
5041           differenciate the two and pic16_popGet2p cast into PCOR2)
5042         * src/pic16/main.c (_process_pragma): fixed another malloc bug
5043           (sizeof(sectNames) changed to sizeof(sectName))
5044           Both patches fix segfaults under MinGW.
5045
5046 2005-01-23 Raphael Neider <rneider AT web.de>
5047
5048         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
5049           Safe_[mc]?alloc()'ed variables
5050         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
5051           of (byte sized) temporaries (assign them to WREG for now)
5052         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
5053           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
5054           this might fix SIGSEGVs on MinGW...
5055         * src/SDCCopt.c (killDeadCode): restored original behaviour
5056           (volatile operands might get thrown away though)
5057
5058 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
5059
5060         * src/pic16/gen.c: fixed bug #1106975,
5061         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
5062         pointer update, INTCON is saved, global interrupts are disabled and
5063         restored after updateing TOS.
5064         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
5065         * added function attribute 'shadowregs' to take advantage of shadow
5066         registers,
5067         * added function attribute 'wparam' as an alternative to the wparam
5068         pragma,
5069         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
5070         user declares a non-ISR function as 'shadowregs',
5071         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
5072
5073 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
5074
5075         * .version: bumped version number to 2.4.8
5076         * device/lib/pic16/pics.all: list of PIC18F devices supported by
5077         pic16 port,
5078         * device/lib/pic16/libio/i2c/: I2C module support library,
5079         * device/include/pic16/i2c.h: I2C support library header,
5080         * device/lib/pic16/libc/stdio/: standard IO support sources,
5081         * (printf_small.c): printf_small() source, supports float print,
5082         * (printf_tiny.c): printf_tiny() source, does not support floats,
5083         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
5084         enable global optimizations for entire library source, other
5085         Makefiles in the source tree are also modified to reflect this,
5086         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
5087         function,
5088         * doc/sdccman.lyx: updated to reflect new changes,
5089         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
5090         sym->onStack if-case,
5091         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
5092         sbit, idata, _idata, xdata, _xdata,
5093         * added pragma library, to link an external library, (see doc),
5094         * removed command line options, --pomit-config-words, --pomit-ivt,
5095         --pleave-reset-vector,
5096         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
5097         when calling assembler to reflect memory model used, also define
5098         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
5099         reflect stack model used,
5100         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
5101         on stack return NULL,
5102
5103 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5104
5105         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
5106           of the operands is volatile. Fixes #1020220
5107
5108 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5109
5110         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
5111         * (OptimizeRegUsage): make sure that there is really no other flow where
5112           the first pCode is used
5113
5114 2005-01-22 Raphael Neider <rneider AT web.de>
5115
5116         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
5117           to fix #1106967 (pCode->seq are not set up correctly)
5118
5119 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5120
5121         * src/SDCCglue.c (glue): make sure code area is declared before the
5122         static initialization area.
5123
5124 2005-01-21 Raphael Neider <rneider AT web.de>
5125
5126         * device/lib/Makefile.in: fixed test for pic16 install dir
5127         * device/lib/pic16/*/Makefile*: modified compile flags to enable
5128           optimizations
5129         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
5130           added --optimize-goto compiler switch and pragma wparam documentation
5131         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
5132         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
5133           and PRODH closing bug #1071770 (peephole optimizer)
5134
5135 2005-01-19 Raphael Neider <rneider AT web.de>
5136
5137         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
5138           cmdLine buffers (used when calling sdcpp...) are large enough
5139           (MAX_PATH=256 truncates arguments leading to system halts when
5140           used in MinGW...)
5141         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
5142         * (genUminus): rewritten to for efficiency
5143         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
5144           used uninitialized in some cases)
5145         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
5146           copy the third byte from the int -- now assumes 0x80 (data memory)
5147         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
5148           operands (genAddLit expects the iCode's operands to swapped as
5149           well), fixed leftover bytes (crashed for short left operands)
5150         * (pic16_genMinusDec): performance improvements, removed false
5151           PIC14 emitSKPNCs
5152         * (pic16_genMinus): fixed to cope with differently sized operands
5153         * src/pic16/glue.c (pic16_glue): added new banksel optimization
5154           for --obanksel > 1
5155         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
5156         * src/pic16/graph.[ch]: implementation of directed graphs, used by
5157           new banksel optimization
5158         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
5159           analysis for temporary registers (segfaults...)
5160         * src/pic16/peeph.def: added rule
5161
5162 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
5163
5164         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
5165         which converts a float number to its ASCII representation
5166         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
5167         functions to convert the fractional and integer part of a float to ASCII,
5168         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
5169         realloc.c): added _MALLOC_SPEC to explicit place variables in data
5170         ram
5171         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
5172         _STATMEM macros,
5173         * device/include/pic16/adc.h: added GPL info,
5174         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
5175         a pCodeOp as tested operand,
5176         * (genNearPointerGet): optimized bit testing, does not use
5177         intermediate register for bit value, test directly instead with
5178         BTFSS, BTFSC, works only for single bits,
5179         * (genpic16Code): dump the name of the iCode in the asm,
5180         * src/pic16/ralloc.c (decodeOp): removed static declaration and
5181         renamed to pic16_decodeOp,
5182         * (serialRegAssign): do not allocate a temporary register for iCode
5183         sequences that test a single bit for 1/0
5184
5185 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
5186
5187         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
5188         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
5189         access stack and frame pointers. They are initially assigned to
5190         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
5191         accessing SFRs. Updated all occurences of modification of stack or
5192         frame pointer in gen.c and pcode.c,
5193         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
5194         assigning of a literal value to pointers,
5195         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
5196         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
5197         selected
5198
5199 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5200
5201         * doc/sdccman.lyx: update documentation about stack pragma, added
5202         some info for stack memory models
5203
5204 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5205
5206         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
5207
5208 2005-01-08 Raphael Neider <rneider AT web.de>
5209
5210         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
5211           udata sections to fix bug #1097823
5212
5213 2005-01-05 Raphael Neider <rneider AT web.de>
5214
5215         * src/pic16/gen.c (genGenericShift): added handling of differently
5216           sized left operand and result
5217
5218 2005-01-04 Raphael Neider <rneider AT web.de>
5219
5220         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
5221         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
5222           to hold the condition bit)
5223         * added new version of genCmp (old code available via #define)
5224         * added new version of genShiftLeft/genShiftRight in a generic
5225           way, now supports shifting by negative values
5226         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
5227           shiftCount (expected by genGenericShift)
5228         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
5229         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
5230           dump
5231         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
5232           is an invalid literal too...)
5233
5234 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
5235
5236         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
5237         from Raphael Neider,
5238         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
5239         for 8-bit literals. This fixes some literal operands which are sign
5240         extended to 16-bits ints when instruction needs only 8-bits.
5241
5242 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
5243
5244         * device/lib/logf.c: added mcs51 assembly version
5245         * device/lib/expf.c: added mcs51 assembly version
5246         * device/lib/_logexpf.c: new shared asm code for expf and logf
5247         * device/include/math.h: add defines for assembly math library
5248         * device/lib/Makefile.in: build new _logexpf.c
5249         * device/lib/libfloat.lib: use new _logexpf.c
5250
5251 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5252
5253         * src/pic/device.c
5254         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5255           device types which have less than 0x7f registers.
5256
5257 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5258
5259         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5260
5261 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5262
5263         * device/lib/printf_fast.c: only build on supported arch.
5264         * device/lib/printf_tiny.c: only build on supported arch.
5265         * device/lib/printf_fast_f.c: only build if asm float lib
5266         * device/lib/_fsget1arg.c: only build if asm float lib
5267         * device/lib/_fsget2args.c: only build if asm float lib
5268         * device/lib/_fsnormalize.c: only build if asm float lib
5269         * device/lib/_fsreturnval.c: only build if asm float lib
5270         * device/lib/_fsrshift.c: only build if asm float lib
5271         * device/lib/_fsswapargs.c: only build if asm float lib
5272         * device/include/stdio.h: don't provide print_fast,
5273           print_fast_f, print_tiny prototypes if --xstack used
5274
5275 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5276
5277         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5278         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5279           to the SOURCES
5280
5281 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5282
5283         * device/lib/printf_fast_f.c: same as printf_fast, but
5284           with floating point enabled
5285         * device/lib/printf_fast.c: minor tweaks
5286         * device/include/stdio.h: add printf_fast_f
5287
5288 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5289
5290         * src/SDCCmain.c: make --float-reent default for mcs51
5291         * device/lib/_fsadd.c: added mcs51 assembly version
5292         * device/lib/_fssub.c: added mcs51 assembly version
5293         * device/lib/_fsmul.c: added mcs51 assembly version
5294         * device/lib/_fsdiv.c: added mcs51 assembly version
5295         * device/lib/_fseq.c: added mcs51 assembly version
5296         * device/lib/_fsneq.c: added mcs51 assembly version
5297         * device/lib/_fsgt.c: added mcs51 assembly version
5298         * device/lib/_fslt.c: added mcs51 assembly version
5299         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5300         * device/lib/Makefile.in: add _fscmp to build
5301         * device/lib/libfloat.lib: add _fscmp to build
5302
5303 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5304
5305         * device/lib/_fs2slong.c: added mcs51 assembly version
5306         * device/lib/_fs2sint.c: added mcs51 assembly version
5307         * device/lib/_fs2schar.c: added mcs51 assembly version
5308         * device/lib/_fs2ulong.c: added mcs51 assembly version
5309         * device/lib/_fs2uint.c: added mcs51 assembly version
5310         * device/lib/_fs2uchar.c: added mcs51 assembly version
5311         * device/lib/_slong2fs.c: added mcs51 assembly version
5312         * device/lib/_sint2fs.c: added mcs51 assembly version
5313         * device/lib/_schar2fs.c: added mcs51 assembly version
5314         * device/lib/_ulong2fs.c: added mcs51 assembly version
5315         * device/lib/_uint2fs.c: added mcs51 assembly version
5316         * device/lib/_uchar2fs.c: added mcs51 assembly version
5317         * device/include/float.h: added #define to select asm vs c
5318
5319 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5320
5321         * device/lib/printf_fast.c: improvements to float output
5322         * device/include/float.h: add defines for assembly float library
5323         * device/lib/_fsget1arg.c: receive 1 float arg
5324         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5325         * device/lib/_fsnormalize.c: normalize a float
5326         * device/lib/_fsreturnval.c: return float, various helper routines
5327         * device/lib/_fsrshift.c: right shift a float's mantissa
5328         * device/lib/_fsswapargs.c: swap 2 floats
5329         * device/lib/Makefile.in: build these 6 new files for mcs51
5330         * device/lib/libfloat.lib: add these 6 files to the library
5331
5332 2004-12-26 Borut Razem <borut.razem AT siol.net>
5333
5334         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5335           built by gcc 3.4.2
5336
5337 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5338
5339         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5340           and fully reentrant and register bank neutral.
5341         * device/lib/printf_fast.c: added float (not enabled by default),
5342           added compact/slower integer (also not enabled by default),
5343           improved size/speed of fast integer code, other minor changes
5344         * device/include/stdio.h, device/lib/Makefile.in,
5345           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5346
5347 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5348
5349         * src/pic16/pcode.c: declaring variables other than at the start of a
5350           block is not supported in C by VC6.
5351
5352 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5353
5354         * applied a previous patch from Raphael Neider that wasn't included
5355         in the previous commits, which fixes infinite loops within jumptable
5356         improvements,
5357         * made some fixes that previous patches introduced
5358
5359 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5360
5361         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5362         that fixes an issue with AOP_PCODE asmop's offset,
5363         * (pic16_popCopyReg): update instance field too,
5364         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5365         function of pic port,
5366         * (genCmp, genAnd, genAssign),
5367         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5368
5369 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5370
5371         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5372         variables initial values to idata section,
5373         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5374         variables in some functions. This utilizes parmBytes field of iCode
5375         structure to hold the offset of the variable in stack. (might be
5376         able to use the stack field too?)
5377         * applied patch from Raphael Neider # ### , # ###
5378         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5379         variable initial values in idata section,
5380         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5381         for static variables with initial value
5382         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5383         applied fix in while loop from Raphael Neider.
5384
5385 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5386
5387         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5388         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5389         * src/ds390/ralloc.c (serialRegAssign): spill bits
5390         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5391         * support/Util/SDCCerr.c,
5392         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5393         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5394         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5395
5396 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5397
5398         * device/include/sdcc-lib.h: inserted LGPL, added includes
5399           asm/ds390/features.h and asm/mcs51/features.h
5400         * device/include/asm/default/features.h,
5401         * device/include/asm/gbz80/features.h,
5402         * device/include/asm/z80/features.h: added empty _AUTOMEM
5403           and _STATMEM
5404         * device/include/asm/ds390/features.h,
5405         * device/include/asm/mcs51/features.h: added files with defines for
5406           _AUTOMEM and _STATMEM indicating automatic and static storage class
5407         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5408         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5409         * src/SDCCicode.c (geniCodeCast),
5410         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5411         * src/SDCCloop.c (loopInduction): removed unused variable lr
5412         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5413           to convertToFcall to include char modulo (RFE 1065037), added check
5414           if left operand is unsigned and use abs of literal value
5415         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5416           as it doesn't work after conversion from peephole.def to peephole.rul
5417         * src/mcs51/gen.c (toBoolean): added check for size,
5418           (genModOneByte): optimized code for signed char modulo a literal
5419           power of 2 (thanks to Hubert Sack),
5420           (genRRC): removed unnecessary "clr c",
5421           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5422         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5423           jump optimization,
5424           swapped rules 256.c and 256.d,
5425           extended 256.d by using new multiple checks (thanks Erik),
5426           added rules 256.e and 256.f,
5427           updated rule 261.a and 261.b to new generated code
5428         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5429
5430 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5431
5432         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5433           induction related bugs, including first part of bug #1074377
5434
5435 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5436
5437         * applied patch from bug-report #1076292,
5438         * applied patches for genAnd and Goto-optimizations for Raphael
5439         Neider,
5440         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5441         dump a less iCode information,
5442         * src/pic16/device.h (pic16_options_t): added field debgen,
5443         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5444         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5445         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5446         puclic,
5447         * (various functions): added macros FENTRY and FENTRY2 to functions,
5448         to emit function prologue,
5449         * (various functions): fixed indentation,
5450         * (genNearPointerGet): fixed loading of FSR0,
5451         * (genPackBits): applied patch from Raphael Neider to fix updating
5452         of FSR0 and touching only the modified bits,
5453         * src/pic16/genarith.c (various functions): added macros FENTRY to
5454         emit function prologue in comments,
5455         * src/pic16/pcode.h: added functions debugf2, debugf3,
5456         * src/pic16/ralloc.c: partial fix for packForPush caused
5457         segmentation fault,
5458
5459 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5460
5461         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5462           <stsp AT users.sourceforge.net> with reversed byte order
5463         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5464
5465 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5466
5467         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5468           bug #1074377
5469         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5470         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5471
5472 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5473
5474         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5475
5476 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5477
5478         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5479           conditions,
5480           (setFromConditionArgs): friendly operand parser for peephole rules,
5481           (operandBaseName, operandsNotRelated): new peephole condition
5482           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5483           architecture specific register naming into account, handles n-way
5484           comparisons, and supports quoted literals
5485         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5486
5487 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5488
5489         * src/mcs51/peeph.def: fixed bug #1076940
5490
5491 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5492
5493         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5494
5495 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5496
5497         Adding support for replacing ljmps with sjmps in jumptables
5498         generated for switch statements. For now you need to set the
5499         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5500         Now 4 algorithms for mcs51 jumptable generation are used:
5501         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5502         addresses loaded pc-relative for up to 112 cases and stack-pushing
5503         target addresses loaded with offset from dptr for up to 256 cases.
5504
5505         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5506         * src/mcs51/main.c: adapted constants for switch table generation
5507         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5508
5509 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5510
5511         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5512         * support/regression/tests/bug1057979.c: added test for bug 1073386
5513
5514 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5515
5516         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5517         compilers
5518
5519 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5520
5521         * src/pic16/device.h,
5522         * src/pic16/genarith.c,
5523         * src/pic16/glue.c,
5524         * src/pic16/main.c,
5525         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5526
5527 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5528
5529         Large cummulative patch for pic16 port.
5530         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5531         to call when a stack overflow occurs,
5532         * (malloc.h): added CVS Id tag,
5533         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5534         variable,
5535         * added libc directory. The current version of LibC contains string
5536         functions, ctype functions and macros and some functions of the
5537         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5538         be extensively tested in the future. Standard disclaimer here.
5539         Library is not automatically build yet. But one can build it by
5540         invoking 'make' inside the libc directory.
5541         * added ADC library under libio. Preliminary version yet.
5542
5543         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5544         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5545         aopForRemat() now and not by pic16_aopOp(),
5546         * (pic16_popGetTempReg): removed warning messgae when allocating
5547         temporary registers, its a buggy feature and will be removed,
5548         * (pic16_popGet): set register instance field in AOP_CRY,
5549         * (pic16_outBitC): fixed for results in size greater than 1,
5550         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5551         * (pic16_storeForReturn): optimized return of 0,
5552         * (genCmp): experimental code for new genCmp which uses PIC18's
5553         special compare&skip instructions. Initial tests fail some times
5554         with variables grater than 1 byte in size, so new code is disabled,
5555         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5556         a single bit,
5557         * (genCast): began a fix to optimize the casting of a bit to another
5558         bit, now assigning a bitfield to another bitfield will fail, sorry,
5559         * src/pic16/main.c: disabled the use of lr-support feature,
5560         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5561         * added some function prototypes, added function _debugf prototype,
5562         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5563         bits with offset (case PO_GPR_BIT),
5564         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5565         command line,
5566         * (isBankInstruction): modified to return 0 for no banking instruction,
5567         and 1 for banking instruction,
5568         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5569         caused stop processing pCodes after a inline assembly block,
5570         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5571         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5572         registers when it shouldn't,
5573         * src/pic16/ralloc.c (allocReg): add preliminary support for
5574         supporting a limited set of temporary registers,
5575
5576 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5577
5578         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5579           genDataPointerSet): ensure assignments always copy in MSB to LSB
5580           order,
5581           (loadRegFromAop): recognize CLRH optimization,
5582           (genFunction): optimize RECEIVE iCodes in reentrant functions
5583
5584 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5585
5586         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5587           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5588           selected.
5589         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5590         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5591           contiguous with data
5592
5593 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5594
5595         * device/lib/_gptrget.c (_gptrget),
5596         * device/lib/_gptrgetc.c (_gptrgetc),
5597         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5598           instead of sjmp to ret
5599         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5600           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5601
5602 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5603
5604         * .version: bumped version to 2.4.7
5605         * device/lib/_gptrget.c (_gptrget): is now _naked
5606         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5607         * device/lib/_gptrput.c (_gptrput): is now _naked
5608         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5609           (createFunction): fixed xstack
5610         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5611         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5612           or bit either,
5613           (geniCodeCritical): store original interrupt state in an iTemp bit
5614           var unless stack-auto
5615         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5616         * src/SDCCmain.c (setIncludePath): added include/target to search path
5617         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5618         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5619           prototype,
5620           (processFuncArgs): put bit vars in bit area
5621         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5622           unsaveRBank): fixed xstack,
5623           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5624           (genFunction, genEndFunction): fixed xstack,
5625           (genAssign): optimization don't walk backwards through mem
5626         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5627         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5628         * support/regression/Makefile: also make library (for stack-auto) when
5629           making "all" and added "test-mcs51-xstack-auto"
5630         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5631         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5632         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5633         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5634         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5635           make-library by MAKE_LIBRARY
5636         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5637           regression tests for xstack
5638         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5639         * support/regression/tests/critical.c: test for critical on mcs51
5640
5641 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5642
5643         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5644           built version of sdcc instead of installed version
5645
5646 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5647
5648         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5649         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5650           vprintf.c now
5651         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5652         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5653           WARNING: remove device/lib/build/z80/printf.o by hand when
5654           updating from previous build!
5655         * device/lib/z80/printf.c: updated comment
5656         * support/regression/tests/bug1057979.c: test all ports now
5657         * support/regression/tests/bug1065458.c: file added
5658
5659 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5660
5661         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5662           *_start and *_end symbols for static functions
5663
5664 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5665
5666         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5667           and search crt0.o in all library paths,
5668           (setIncludePath): proper handling of --nostdinc,
5669           (setLibPath): proper handling of --nostdlib
5670         * support/regression/Makefile,
5671         * support/regression/ports/ds390/spec.mk,
5672         * support/regression/ports/gbz80/spec.mk,
5673         * support/regression/ports/hc08/spec.mk,
5674         * support/regression/ports/mcs51/spec.mk,
5675         * support/regression/ports/mcs51-large/spec.mk,
5676         * support/regression/ports/mcs51-stack-auto/spec.mk,
5677         * support/regression/ports/z80/spec.mk: use include and lib files from
5678           built version of sdcc instead of installed version
5679         * doc/sdccman.lyx: fixed typo in --nostdinc
5680
5681 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5682
5683         * src/pic/pcode.c,
5684         * src/pic/device.c,
5685         * src/pic/ralloc.c,
5686         * src/pic/gen.c : added support to generate code for struct bit fields.
5687
5688 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5689
5690         * as/xa51/xa_version.h,
5691         * device/include/errno.h,
5692         * device/include/regc515c.h,
5693         * device/lib/_itoa.c,
5694         * device/lib/_ltoa.c,
5695         * device/lib/ser_ir_cts_rts.c,
5696         * sim/ucsim/xa.src/glob.cc,
5697         * sim/ucsim/xa.src/inst_gen.cc,
5698         * sim/ucsim/xa.src/xa_bit.cc,
5699         * sim/ucsim/xa.src/xa_sfr.cc,
5700         * sim/ucsim/z80.src/inst_dd.cc,
5701         * sim/ucsim/z80.src/inst_fdcb.cc,
5702         * support/scripts/keil2sdcc.pl,
5703         * src/pic16/pic16.dsp,
5704         * src/pic16/pic16a.dsp: corrected cvs line endings
5705         * device/lib/printf_large.c: fixed bug 1057979
5706         * src/pic16/gen.c: fixed non-C standard code
5707         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5708         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5709         * support/regression/ports/mcs51/support.c: reload T1 asap
5710         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5711           pdata use and clear idata startup behaviour
5712         * support/regression/tests/bug1057979.c: added
5713
5714 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5715
5716         * device/examples/ds390/ow390/ad26.h,
5717         * device/examples/ds390/ow390/cnt1d.h,
5718         * device/examples/ds390/ow390/crcutil.c,
5719         * device/examples/ds390/ow390/ownet.h,
5720         * device/examples/ds390/ow390/owsesu.c,
5721         * device/examples/ds390/ow390/swt12.h,
5722         * device/examples/ds390/ow390/swtoper.c,
5723         * device/examples/ds390/ow390/temp10.h,
5724         * device/examples/ds390/ow390/thermodl.c,
5725         * device/examples/ds390/tinitalk/tinitalk.dsp,
5726         * device/examples/ds390/tinitalk/tinitalk.dsw,
5727         * device/examples/mcs51/clock/hw.h,
5728         * device/examples/mcs51/simple2/go.bat,
5729         * device/examples/serialcomm/windows/serial.h,
5730         * device/examples/xa51/dummy.c,
5731         * device/examples/xa51/hello.c,
5732         * device/include/80c51xa.h,
5733         * device/include/at89x051.h: corrected cvs line endings
5734
5735 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5736
5737         * src/pic16/main.c (options): added command line --gstack, to trace
5738         stack over/under flows,
5739         * added pragma 'wparam' to allow passing first byte of function
5740         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5741         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5742         call to __gstack_test function and sets up the symbol as extern,
5743         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5744         * popaop): added call to pic16_testStackOverflow,
5745         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5746         wparamList list,
5747         * (genCall, genPcall): now all parameters are passed via stack
5748         except in functions that are pass to wparam pragma in which WREG is
5749         used too,
5750         * (genPcall): REENTRANT flag is checked to see if variable prototype
5751         contains reentrant keyword, don't call a non-reentrant function, via
5752         a reentrant function pointer or vice versa, functions are never
5753         passed via WREG,
5754         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5755         D.Winkler,
5756         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5757         SIGSEGV when accessing a NULL register stucture,
5758         * (pic16_printGPointerType): modified to handle UPPER modifier for
5759         function initializers, changed prototype of function to simpler one,
5760         * (pic16_printIvalFuncPtr): check to see if function is already
5761         added in externs list,
5762         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5763         optimized a move from W to SFR with a move to the same register
5764         later after a CALL,
5765         * device/lib/pic16/debug: NEW directory, contains debug features
5766         which are enabled when linking with libdebug.lib, currently command
5767         line option --gstack enables stack pointer tracing for over/under
5768         flow, corresponding sources are in debug/gstack
5769
5770 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5771
5772         * doc/sdccman.lyx: updated SDCC version,
5773         * (PIC16 port): update list of command line options,
5774         * src/pic16/device.h (structure pic16_options_t): added field gstack
5775         to enable stack overflow tracing on push/pops,
5776         * src/pic16/device.c (statistics structure): added statistics
5777         structure,
5778         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5779         pic16_dump_int_registers): increase statistics counters for each
5780         * variable which is encountered
5781         * (pic16_dump_usection): emit each .udata variable to its own udata
5782         section,
5783         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5784         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5785         parameters via stack, otherwise use old scheme,
5786         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5787         assembler output file,
5788         * src/pic16/main.c: added command line options --gstack to enable
5789         push/pop tracing for stack overflow,
5790         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5791         instructions): added size of each instruction,
5792         * (pic16_countInstruction): estimate size of instructions in
5793         the_pFile list, inline assembly blocks are not counted,
5794         * (pic16_FixRegisterBanking): trace previous register usage, when
5795         banksel optimizations is greater than 0, don't emit a redudant
5796         banksel directive,
5797
5798 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5799
5800         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5801         * src/pic16/ralloc.c : applied same fix for pic16.
5802         * src/pic/gen.c : tidied it up a little.
5803
5804 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5805
5806         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5807         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5808
5809 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5810
5811         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5812
5813 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5814
5815         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5816         non-reentrant function __modsint in the interrupt function (thus
5817         corrupting math operations during serial I/O)
5818         * device/lib/ser_ir.c: as above, changed buffersize
5819         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5820         256.c,d for zeroing
5821         * doc/Makefile: added option -t for rsync
5822
5823 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5824
5825         * src/SDCCast.h (struct ast),
5826         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5827
5828 2004-10-20 Borut Razem <borut.razem AT siol.net>
5829
5830         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5831         package
5832
5833 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5834
5835         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5836         makefile targets,
5837         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5838         support functions to replace long sequences of MOVFF's from access
5839         bank registers to stack and vice versa,
5840         * src/pic16/device.h: added new field opt_flags, where optimization
5841         flags can be set to enable certain features,
5842         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5843         * pBlock, (genFunction, genEndFunction): surroung loop for
5844         saving/loading used registers in stack with PC_INFO pCodes,
5845         INF_LREGS. Code in between can then be optimized by pCode optimizer
5846         to support function calls,
5847         * (genDataPointerSet): fixed bug which loaded float fields in
5848         structures with corrupt data,
5849         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5850         in a standard way debug info on stderr. Feature used for developing
5851         and debugging only,
5852         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5853         obsolete chunks of code,
5854         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5855         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5856         * pic16/src/pcode.c (pic16_newpCodeInfo,
5857         * (pic16_newpCodeOpLocalRegs),
5858         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5859         feature,
5860         * (pic16_pCodeConstString): printing of the initial value of a
5861         symbol as a comment is inhibited since parsing was already done by
5862         copyStr and output is corrupt,
5863         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5864
5865 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5866
5867         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5868
5869 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5870
5871         * as/mcs51/lkarea.c: removed old K&R style,
5872           (lnksect): changed check on boundary error,
5873           (lnksect2): changed check on boundary error,
5874           (lnksect2): extend XSTK to end of page if size = 1
5875         * as/mcs51/lkmain.c: removed old K&R style,
5876           (Areas51): create l_IRAM symbol
5877         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5878         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5879           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5880         * device/lib/_mullong.c: added version to be compiled with xstack
5881         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5882         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5883         * device/lib/mcs51/crtxstack.asm: fixed comment
5884         * src/SDCCglue.c: maxInterrupts defaults to 0,
5885           (emitMaps): added pdata,
5886           (createInterruptVect): (re)moved default,
5887           (glue): added pdata,
5888           (glue): moved __start__xstack to XSTK with default size 1
5889         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5890           and options.float_rent when options.stackAuto is set,
5891           (linkEdit): only write XDATA_NAME if provided on command line
5892         * src/SDCCmem.h,
5893         * src/SDCCmem.c: added pdata
5894         * src/port.h: added pdata_name to PORT
5895         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5896           (saveRegisters, unsaveRegisters): removed usage of B,
5897           (genMinus): fixed accumulator clash,
5898           (genJumpTab): added comment, this needs another look
5899         * src/mcs51/gen.c: added check for "B in use" paranoia,
5900           added pushB() and popB()
5901         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5902           chance
5903         * src/avr/main.c,
5904         * src/ds390/main.c,
5905         * src/hc08/main.c,
5906         * src/mcs51/main.c,
5907         * src/pic/main.c,
5908         * src/pic16/main.c,
5909         * src/xa51/main.c,
5910         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5911           added PSEG (PAG,XDATA) or NULL to port specifier
5912         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5913         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5914           (_mcs51_genInitStartup): removed __start__xstack equ,
5915           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5916         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5917         * src/z80/gen.c (_rleAppend): fixed warnings
5918         * support/regression/tests/zeropad.c: added pdata test
5919         * .version: bumped to 2.4.6
5920
5921 2004-10-17 Borut Razem <borut.razem AT siol.net>
5922
5923         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5924         as a part of nightly build
5925
5926 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5927
5928         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5929         WREG holds the first byte function parameters,
5930         * (aopForSym): take special case for symbols which are in FARSPACE
5931         but in CODESPACE too,
5932         * (assignResultValue): modified to take into account _G.useWreg,
5933         * (genCall): don't use wreg for parameter passing when function is
5934         declared as reentrant, too, added optimization INCF to stack
5935         pointer when stack parameter count is 1,
5936         * (genFunction, genEndFunction): refurnished and fixed to not using
5937         wreg for passing parameters when function has varargs or is
5938         reentrant, fixed bug with symbol name compare for generating
5939         functions in absolute address,
5940         * (pic16_storeForReturn): refurnished,
5941         * (genCmp): began writing a new version of the function, not ready
5942         yet, therefore it is disabled,
5943         * (genAssign): do not read code memory when assigning a function to
5944         a pointer function,
5945         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5946         array of characters, not pointer,
5947         * (pic16initialComments): in debug mode emit an .ident directive for
5948         the assembler,
5949         * (_process_pragma): emit a new warning type (internal to pic16)
5950         when setting stack to default length, emit a similar warning when
5951         placing a function at absolute address and address is not word aligned
5952         * (_pic16_parseOptions): added 'return TRUE' statement,
5953         * (_pic16_linkEdit): if compiling a source, then add the source's
5954         file object, first in the list of objects to link,
5955
5956 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5957
5958         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5959         * src/pic/main.c : removed VC warning.
5960         * src/pic/gen.c : changed comment.
5961
5962 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5963
5964         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5965         reference to a deprecated symbol _GPTRREG was causing failure to
5966         link. Thanks G. M. Gallant for the info.
5967
5968 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5969
5970         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5971         comments for Bugs item #954788.
5972
5973 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5974
5975         * src/pic16/device.c (pic16_dump_gsection,
5976         * pic16_groupRegistersInSection): handle symbols declared to be in
5977         access bank differently,
5978         * src/pic16/gen.c (struct _G): added field resDirect,
5979         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5980         send values read from stack directly to result and don't allocate
5981         temporary values,
5982         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5983         same registers,
5984         * (pic16_sameRegsOfs): NEW,
5985         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5986         free because they were not allocated from temporary pool,
5987         * pic16_popRegFromString): workaround to fix a problem with
5988         allocating variables twice or never,
5989         * (genGenPointerGet): using PRODL instead of FSR0H,
5990         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5991         instead of FSR0H,
5992         * (genAssign): take advantage of the _G.resDirect flag,
5993         * (genCast): around line 11844, use mov2f instead of directly
5994         MOVFF'ing between operands to account for literal values,
5995         * src/pic16/genutils.c: some new debug functions for gpsim have been
5996         added,
5997         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5998         float with integer part only,
5999         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6000         place variables in access bank
6001         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6002         updated sources to reflect recent changes in gen.c
6003
6004 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6005
6006         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6007         sources that searched for headers in installation path, now the
6008         device/include/pic16 is used,
6009         * src/pic16/glue.c (pic16glue),
6010         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6011         .line directives if not in debug mode, this suppresses assembler's
6012         warnings for ignored directives
6013
6014 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
6015
6016         * src/port.h: made reset_regparms prototype void parameter explicit.
6017         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
6018         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
6019         * doc/sdccman.lyx: documented warning disabling and how to use
6020           printf_large to make it print floats.
6021         * device/include/stdbool.h: NEW
6022         * device/lib/_atof.c,
6023         * device/lib/_divuint.c,
6024         * device/lib/_divulong.c,
6025         * device/lib/expf.c,
6026         * device/lib/printf_large.c,
6027         * device/lib/sincosf.c,
6028         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
6029         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
6030           a completely reentrant lib.
6031
6032 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
6033
6034         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
6035         * device/include/pic16/stdio.h: fixed bug with colon
6036
6037 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
6038
6039         * device/include/pic16/stdio.h,
6040         * device/include/pic16/stdlib.h,
6041         * device/include/pic16/math.h: NEW
6042         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
6043         declared as _naked to reduce overhead
6044         * device/lib/Makefile.in (target port-specific-objects-pic16):
6045         changed * to *.* so to ignore the CVS directory,
6046         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
6047         stacked variables back in stack,
6048         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
6049         corruption
6050
6051 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
6052
6053         * .version: bumped version number to 2.4.5
6054         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
6055         * support/Util/SDCCerr.c (messages structure): added entry for
6056         W_POSSBUG2
6057
6058         Large cumulative patch for pic16 port and libraries.
6059         * device/include/pic16/sdcc-lib.h,
6060         * device/include/pic16/stdarg.h,
6061         * device/include/asm/pic16/features.h,
6062         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
6063         * device/include/pic16/float.h: changes reentrant keyword with
6064         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
6065         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
6066         updated target build-libraries to include objects from gptr,
6067         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
6068         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
6069         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
6070         all function headings,
6071         * src/SDCCmain.c: added global parameter userIncDirsSet,
6072         * (parseCmdLine): when option -I is encountered add directory to
6073         userIncDirsSet too,
6074         * src/version.awk: added space between control and long,
6075         * src/pic16/NOTES: added some notes for the port,
6076         * src/pic16/gen.c: added prototype for mov2fp function,
6077         * (fReturnpic16[]): properly named return value registers,
6078         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
6079         * (aopForSym): added code to handle symbols with onStack flag set,
6080         symbols onStack are allocated PTRSIZE bytes,
6081         * (aopFreeAsmop): handles special case where asmops are stack objects,
6082         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
6083         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
6084         added argument lock to trace flaws in allocating temporary registers
6085         when developing port,
6086         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
6087         * (pic16_popRegFromString): reenabled allocating a direct register
6088         from string,
6089         * (assignResultValue): various beautifications,
6090         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
6091         referenced function argument,
6092         * (genIpush): reenabled to allow stacked arguments, handles only
6093         ic->parmPush iCodes,
6094         * (genCall, genPcall): major changes to allow for variable argument
6095         functions, fixed a bug with falsely restoring stack pointer after
6096         returning from call,
6097         * (genFunction): pending code for critical function,
6098         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
6099         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
6100         * (genNearPointerGet): fixed bug with indirect reading, was always
6101         reading from INDF0
6102         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
6103         pointers,
6104         * (genAddrOf): rewrote code to take address of a stacked function parameter
6105         * (genCast): fixed casting to generic pointer type,
6106         * src/pic16/gen.h: added AOP_STA,
6107         * (struct asmop): added field stk,
6108         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
6109         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
6110         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
6111         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
6112         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
6113         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
6114         generic pointers,
6115         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
6116         and library paths,
6117         * (pic16_port structure): generic pointer size is set to 3,
6118         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
6119         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
6120         compiler warning,
6121         * src/pic16/ralloc.c (allocReg): prevent allocating register when
6122         operand is an iTemp,
6123
6124 2004-09-24 Martin Helmling <mh AT octo-soft.de>
6125
6126         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
6127         * debugger/mcs51/simi.c: addapt new syntax of s51
6128
6129 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
6130
6131         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
6132         * src/pic16/pcode.c: commented out some calls to free() in order to
6133         fix bug #989576,
6134
6135 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6136
6137         * src/SDCCicode.h,
6138         * src/SDCCicode.c (isiCodeInFunctionCall),
6139         * src/avr/ralloc.c (selectSpil),
6140         * src/pic/ralloc.c (selectSpil),
6141         * src/pic16/ralloc.c (selectSpil),
6142         * src/ds390/ralloc.c (selectSpil),
6143         * src/hc08/ralloc.c (selectSpil),
6144         * src/xa51/ralloc.c (selectSpil),
6145         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
6146         stack in the middle of a function call sequence (fixes bug #1020268)
6147         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
6148         costs associated with the minimum switch case.
6149
6150 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6151
6152         * src/SDCC.lex: fixed bug #1030549
6153
6154 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         * src/SDCCcse.h (struct cseDef),
6157         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
6158         over a function call if the CSE is derived from a symbol whose
6159         address has been taken (fixes bug #1029883)
6160         * support/regression/tests/bug-1029883: a new regression test for
6161         this bug
6162
6163 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6164
6165         * src/hc08/gen.c (emitinline): fixed bug #1029778
6166         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
6167         to a cast object is no longer a syntax error ("fixes" bug #1030006,
6168         and starts toward RFE #905167)
6169
6170 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
6171
6172         * src/pic16/gen.c (mov2f): New function to move an operand to
6173         another without considering if it is a literal or a register,
6174         * (pic16_sameRegs): don't check if they are both AOP_REG,
6175         * (AccRsh): removed andmask=0 lines,
6176         * (genLeftShift): duplicated to be improved in future versions,
6177         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
6178         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
6179         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
6180         * (pic16initMnemonics): added initialization for POC_INFSNZW,
6181         * (insertBankSwitch): fixed inserting banksel directives algorithm
6182         for instructions that follow a skip instruction, this fixes a report
6183         for broken subtraction code generation,
6184         * src/pic16/ralloc.c (deassignLRs): do not free register if current
6185         iCode is a left op, just in case result and right share the same
6186         registers
6187
6188 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * src/hc08/main.c,
6191         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
6192         preservation of HX
6193         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
6194         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
6195         on 2004-09-12; it was buggy
6196
6197 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
6198
6199         * src/SDCCsymt.h: removed RESULT_CHECK
6200         * src/SDCCast.c,
6201         * src/SDCCglue.c,
6202         * src/SDCCval.c,
6203         * src/pic/glue.c,
6204         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
6205
6206 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
6207
6208         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
6209         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
6210         configuration values no more rejected by compiler, they are assigned
6211         to configuration registers with a warning message instead,
6212         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
6213         the for-loop so last conf register is emitted too,
6214         * (_pic16_initPaths): link library libsdcc.lib by default,
6215         * (_hasNativeMulFor): modified test for multiplication according to
6216         Raphael Neider's remarks. Integer multiplication is also done with
6217         support functions,
6218         * device/include/pic16/pic18fregs.h: corrected type error in while
6219         testing and including 18f6720 header file
6220
6221 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
6222
6223         * src/pic16/device.h (pic16_options): removed field use_crt,
6224         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
6225         until an optimization to handle single bits is added,
6226         * (pic16_loadFSR0): moved before genUnpackBits,
6227         * (genAnd): some white lines removed,
6228         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
6229         leave_reset flags in pic16_options when using crt modules,
6230
6231 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
6232
6233         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
6234           for bugs 898889 & 979599. Also used some safer print instructions.
6235
6236 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
6237
6238         * src/pic16/device.h (pic16_options_t): added field use_crt,
6239         crt_name, no_crt,
6240         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
6241         catch a probable future bug,
6242         * src/pic16/gen.c: aopIdx function commented out,
6243         * (genAssign): commented out old code which used aopIdx,
6244         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6245         code, added if conditionals to take into account the --use-crt
6246         command line options,
6247         * src/pic16/main.c (pic16_optionsTable): added new command line
6248         options, --use-crt= and --no-crt,
6249         * (_pic16_linkEdit): now the proper crt object is added in the
6250         linker command line except than when --no-crt is specified,
6251         * src/pic16/pcode.c,
6252         * src/pic16/pcode.h: added some structures and functions for a new
6253         optimization scheme to compansate for instruction overhead between
6254         same iCodes, this scheme is currently under development and is not
6255         working in any way,
6256         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6257         to && operator,
6258         * device/lib/pic16/startup/crt0i.c,
6259         * device/lib/pic16/startup/crt0iz.c: added global char variable
6260         __uflags to force the generation of an idata section
6261
6262 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6263
6264         * doc/Makefile,
6265         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6266         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6267
6268 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6269
6270         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6271         Frieder) and clarified the default code optimization mode
6272
6273 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6274
6275         * src/SDCC.lex (doPragma, process_pragma),
6276         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6277         "opt_code_size", and "opt_code_balanced"
6278         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6279         regrouped options by category, added support for category headers
6280         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6281         and "--opt-code-size"
6282         * doc/sdccman.lyx: documented these new options and pragmas
6283         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6284         preference into account
6285
6286 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6287
6288         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6289           geniCodePreDec): Fixed bug 904237 by generating a warning
6290         * src/SDCCerr.h,
6291         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6292
6293 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6294
6295         * src/pic/device.c : When no max ram set validate full memory range.
6296         * src/pic/pcode.c,
6297         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6298
6299 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6300
6301         * device/lib/_gptrget.c,
6302         * device/lib/_gptrput.c: updated comment
6303         * device/lib/calloc.c,
6304         * device/lib/free.c,
6305         * device/lib/malloc.c,
6306         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6307         * src/SDCCcse.c (cseBBlock),
6308         * src/SDCCicode.c (printOperand, geniCodeArray),
6309         * src/SDCCicode.h (struct operand): fixed bug 868103
6310         * support/regression/tests/bug-868103.c: added
6311         * src/SDCCast.c (searchLitOp),
6312         * src/SDCCcse.h (struct cseDef),
6313         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6314         * src/SDCCicode.h (struct operand),
6315         * src/SDCCsymt.h (struct sym_link),
6316         * src/avr/gen.c (hasInc),
6317         * src/ds390/gen.c (hasInc),
6318         * src/hc08/gen.c (genPlusIncr, hasInc),
6319         * src/mcs51/gen.c (hasInc),
6320         * src/pic16/glue.c (pic16_printIvalChar),
6321         * src/pic16/ralloc.c (regWithIdx),
6322         * src/xa51/gen.c (hasInc) : removed warnings
6323         * src/SDCCast.c (createBlock): added comment ???
6324         * src/hc08/ralloc.c: updated comments
6325
6326 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6327
6328         * doc/sdccman.lyx: updated section on switch statements, added
6329         section about semaphore locking
6330         * doc/Makefile: added option -info for latex2html
6331         * device/lib/_gptrget.c,
6332         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6333
6334 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6335
6336         * src/pic/device.h,
6337         * src/pic/device.c,
6338         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6339          maxram is less than 0x100.
6340
6341 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6342
6343         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6344
6345 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/port.h,
6348         * src/mcs51/main.c,
6349         * src/ds390/main.c,
6350         * src/z80/main.c,
6351         * src/hc08/main.c,
6352         * src/pic/main.c,
6353         * src/pic16/main.c,
6354         * src/avr/main.c,
6355         * src/xa51/main.c
6356         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6357         a jump table is the best form for a switch statement, including
6358         automatic insertion of missing cases to make the case range
6359         continuous. Developed in collaboration with Frieder Ferlemann.
6360
6361 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6362
6363         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6364         accumulator result if it needs sign extension
6365
6366 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6367
6368         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6369
6370 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6371
6372         * device/lib/gbz80/printf.c,
6373         * device/lib/z80/printf.c: removed define for NULL
6374
6375 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6376
6377         * as/xa51/xa_link.c,
6378         * device/examples/ds390/ow390/ad26.c,
6379         * device/examples/ds390/ow390/cnt1d.c,
6380         * device/examples/ds390/ow390/counter.c,
6381         * device/examples/ds390/ow390/ds2480.h,
6382         * device/examples/ds390/ow390/ds2480ut.c,
6383         * device/examples/ds390/ow390/findtype.c,
6384         * device/examples/ds390/ow390/gethumd.c,
6385         * device/examples/ds390/ow390/owllu.c,
6386         * device/examples/ds390/ow390/ownetu.c,
6387         * device/examples/ds390/ow390/swt12.c,
6388         * device/examples/ds390/ow390/swtloop.c,
6389         * device/examples/ds390/ow390/temp.c,
6390         * device/examples/ds390/ow390/temp10.c,
6391         * device/examples/ds390/ow390/thermo21.c,
6392         * device/examples/ds390/ow390/tinilnk.c,
6393         * device/examples/ds390/ow390/tstfind.c,
6394         * device/examples/serialcomm/windows/serial.cpp,
6395         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6396         * device/include/reg51.h: fixed line endings for cvs
6397
6398 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6399
6400         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6401         packRegsForAccUse, packRegisters): new accumulator register
6402         packing algorithm
6403         * support/regression/ports/hc08/support.c (_putchar): suppress
6404         warning of unused variable
6405         * src/SDCCicode.c: added SWAP entry to codeTable
6406
6407 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6408
6409         * device/lib/sprintf.c: forgot to add this file before previous commit
6410
6411 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6412
6413         * src/pic16/gen.c (genPackBits): added operand right in function
6414         parameters, load result directly if p_type is POINTER (that is
6415         called by genNearPointerSet)
6416         * (genUnPackBits): added operand left in function parameters,
6417         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6418         FSR0 if accessing bitfields,
6419
6420 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6421
6422         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6423           _print_format; updated printf, sprintf, vsprintf
6424         * device/include/asm/default/features.h: corrected comment/define
6425         * device/lib/Makefile.in: added sprintf.c
6426         * device/lib/libsdcc.lib: added sprintf module
6427         * device/lib/printf_large.c,
6428         * device/lib/vprintf.c,
6429         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6430           into these 3 files
6431         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6432         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6433         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6434           hc08 test
6435         * support/regression/tests/zeropad.c: define idata as data for hc08
6436
6437 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6438
6439         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6440         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6441         labels are referenced at least once (even if a reference is not found)
6442         * src/hc08/gen.c (emitcode): set isComment flag for comments
6443         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6444         loads), rules 6a..6b (optimize jumps to return)
6445
6446 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         * device/lib/acosf.c (acosf),
6449         * device/lib/asinf.c (asinf),
6450         * device/lib/atanf.c (atanf),
6451         * device/lib/ceilf.c (ceilf),
6452         * device/lib/cosf.c (cosf),
6453         * device/lib/coshf.c (coshf),
6454         * device/lib/cotf.c (cotf),
6455         * device/lib/fabsf.c (fabsf),
6456         * device/lib/floorf.c (floorf),
6457         * device/lib/log10f.c (log10f),
6458         * device/lib/logf.c (logf),
6459         * device/lib/sinf.c (sinf),
6460         * device/lib/sinhf.c (sinhf),
6461         * device/lib/sqrtf.c (sqrtf),
6462         * device/lib/tanf.c (tanf),
6463         * device/lib/tanhf.c (tanhf),
6464         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6465         replaced all instances of "reentrant" in the library functions
6466         defined in math.h with this macro.
6467         * support/regression/tests/float_trans.c: reenabled test for hc08
6468
6469 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6470
6471         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6472         erroneously deleted
6473
6474 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6475
6476         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6477         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6478         multi-byte volatile operands are used
6479         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6480         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6481         initialization to area GSINIT0 so that it would always precede
6482         any static initializers in GSINIT
6483         * support/regression/tests/zeropad.c: fixed idata define for hc08
6484         * support/regression/tests/bug-927659.c,
6485         * support/regression/tests/float_trans.c: disabled tests for hc08
6486         pending missing library routines
6487         * .version: increased version number to 2.4.4 - hc08 port now passes
6488         regression tests
6489
6490
6491 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6492
6493         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6494         * Makefile.common.in,
6495         * as/Makefile,
6496         * as/hc08/Makefile.in,
6497         * as/mcs51/Makefile.in,
6498         * as/z80/Makefile.in,
6499         * debugger/mcs51/Makefile.in,
6500         * device/include/Makefile.in,
6501         * device/lib/Makefile.in,
6502         * doc/Makefile,
6503         * link/Makefile,
6504         * link/z80/Makefile.in,
6505         * packihx/Makefile.in,
6506         * sim/ucsim/main_in.mk,
6507         * sim/ucsim/avr.src/Makefile.in,
6508         * sim/ucsim/doc/Makefile.in,
6509         * sim/ucsim/gui.src/serio.src/Makefile.in,
6510         * sim/ucsim/hc08.src/Makefile.in,
6511         * sim/ucsim/s51.src/Makefile.in,
6512         * sim/ucsim/xa.src/Makefile.in,
6513         * sim/ucsim/z80.src/Makefile.in,
6514         * src/Makefile.in,
6515         * support/cpp2/Makefile.in,
6516         * support/librarian/Makefile,
6517         * support/makebin/Makefile: added DESTDIR to the install path proposed
6518         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6519         * doc/sdccman.lyx: added DESTDIR documentation
6520
6521 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6522
6523         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6524         instruction for interrupt handlers, use fast returns when returning
6525         from high priority interrupts
6526
6527 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6528
6529         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6530         code generation
6531         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6532         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6533         bugs, ported much of Bernhard's code from mcs51
6534         * src/mcs51/gen.c (genSend),
6535         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6536         than one when calling a reentrant function
6537         * device/lib/_mullong.c: defined an alternate struct layout for big
6538         endian ports (hc08)
6539
6540 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6543         test
6544
6545 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6548         are sane and complete before asking the port its prefered parameter
6549         passing method (fixes bug #1017633)
6550         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6551         and _ret3
6552
6553 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6556         problem in bitfields >= 8 bits.
6557
6558 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6559
6560         * src/SDCCsymt.c: undid changes that were not meant to be committed
6561
6562 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6563
6564         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6565
6566 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6567
6568         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6569           copied and wrong bit got inverted
6570
6571 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6572
6573         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6574         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6575         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6576         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6577         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6578         assignments to bitfields at known addresses
6579         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6580         reads from bitfields at known addresses
6581         * src/hc08/ralloc.c (packRegisters),
6582         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6583         genhc08Code): optimize pointer get values used as conditionals
6584         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6585         and branch
6586
6587 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6588
6589         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6590         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6591         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6592         as conditionals
6593
6594 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6595
6596         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6597
6598 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6601         related problems
6602
6603 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6604
6605         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6606
6607 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6608
6609         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6610         mcs51 port
6611
6612 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6613
6614         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6615
6616 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6617
6618         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6619         cases use more compact code.
6620
6621 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6622
6623         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6624
6625 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6626
6627         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6628
6629 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         * src/SDCCsymt.h,
6632         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6633         parameter of changePointer() from symbol* to sym_link*
6634         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6635         * src/SDCCsymt.c (compareType): void* type is castable to other
6636         pointers, but not necesarily an exact match.
6637         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6638         is no longer blindly treated as an exact match.
6639         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6640
6641 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6642
6643         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6644
6645 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6646
6647         * src/pic/gen.c,
6648         * src/pic/pcode.c,
6649         * src/pic/ralloc.h,
6650         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6651
6652 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6653
6654         * src/pic/device.c,
6655         * src/pic/device.h,
6656         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6657
6658 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6659
6660         * src/mcs51/gen.c (emitcode): fixed bug #992819
6661
6662 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6663
6664         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6665           there's no need to make it worse
6666
6667 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6668
6669         * src/mcs51/ralloc.c (deassignLR),
6670         * src/ds390/ralloc.c (deassignLR),
6671         * src/hc08/ralloc.c (deassignLR),
6672         * src/z80/ralloc.c (deassignLR),
6673         * src/pic/ralloc.c (deassignLR),
6674         * src/pic16/ralloc.c (deassignLR),
6675         * src/avr/ralloc.c (deassignLR),
6676         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6677         rlivePoint): fixed another part of bug #971834
6678
6679 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6680
6681         * src/z80/main.c: enabled "critical" keyword
6682         * src/z80/mappings.i,
6683         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6684         functions (fixes bug #979646)
6685         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6686
6687 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6688
6689         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6690           such as c:\mydir.
6691
6692 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6693
6694         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6695           doesn't disable too much optimizations
6696
6697 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6698
6699         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6700
6701 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6702
6703         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6704
6705 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6706
6707         * src/pic/gen.c tidied up tabs
6708         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6709         * src/pic/main.c tidied up tabs
6710         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6711         * src/pic/pcoderegs.c tidied up tabs
6712         * src/pic/ralloc.c tidied up tabs
6713
6714 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6715
6716         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6717         to S_FIXED for pic16 port and when symbol is not in level 0,
6718         allocate for S_REGISTER storage class and pic16 port, too,
6719         * src/pic16/device.h: prototype for checkSym,
6720         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6721         * (pic16_assignConfigWordValue): test the value and the mask to
6722         validate that the value is suitable for the configuration word,
6723         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6724         collect extern declared symbols, don't emit symbol twice, check
6725         first if symbol is in publics set first,
6726         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6727         * added command line '--fstack' which enables an experimental
6728         feature for stack access, too buggy to be used yet...
6729         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6730         * (pic16_allocDirReg): when register has storage class S_REGISTER
6731         allocate in pic16_dynAccessRegs,
6732         * device/include/pic16/pic18f????.h: modified configuration word
6733         naming convention, words started as CONFIG0H but should be CONFIG1H
6734
6735 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6736
6737         * device/include/mcs51reg.h: fixed bug 970993
6738
6739 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6740
6741         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6742         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6743         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6744         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6745         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6746         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6747           error/warning numbers,
6748           added function setWarningDisabled()
6749         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6750         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6751           _memcmp.c _memmove.c calloc.c realloc.c free.c
6752         * support/regression/tests/malloc.c: added tests for new functionality
6753         * support/regression/tests/zeropad.c: added tests for truncated initializers
6754           and initialized char arrays starting with '\x0'
6755         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6756
6757 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6758
6759         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6760
6761 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6762
6763         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6764         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6765         peephole 177.e. Thanks to anonymous
6766
6767 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6768
6769         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6770         function isn't used in the source but referenced as a
6771         variable initializer then declare it as extern in .asm file
6772
6773 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6774
6775         * .version: increased version number to 2.4.3
6776
6777         Adding version extension according to ChangeLog CVS revision
6778         * src/Makefile.in (target all): added dependency 'version.h'
6779         * (rule version.h): added rule to create version.h from ChangeLog,
6780         * (rule dep): added dependency version.h,
6781         * src/version.awk: AWK script to create version.h
6782         * src/SDCCdwarf2.c (dwWriteModule),
6783         * src/SDCCglue.c (initialComments),
6784         * src/SDCCmain.c (printVersionInfo): modified to write after
6785         version string the version extension number,
6786         * src/SDCCutil.c: included "version.h"
6787         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6788         number,
6789         * src/SDCCutil.h: added prototype for getBuildNumber
6790
6791         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6792         includeDirsSet, too,
6793         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6794         const char [] is found in function prototype...
6795
6796         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6797         moving to WREG with source is already in WREG,
6798         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6799         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6800         * (aopForSym): stack'ed symbols are partially supported, added
6801         if-clause to support symbols in FARSPACE,
6802         * (sameRegs): added test for AOP_ACC to see if registers are same,
6803         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6804         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6805         * (pic16_popRegFromString): will not allocate a new register if it
6806         doesn't find one by name, bug may have introduced...
6807         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6808         * (genIpush): revived to use pic16 port's stack,
6809         * (genAddrOf): added incomplete case for stack'ed operand,
6810         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6811         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6812         can handle multibyte operands,
6813         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6814         * (pic16initialComments): added message for MPLAB compatibility
6815         mode enabled,
6816         * src/pic16/main.h: prototype for pic16_mplab_comp,
6817         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6818         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6819         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6820         because of increased complexity of procedure,
6821         * (_process_pragma): stack pragma changed to format 'stack pos len',
6822         emit symbol '_stack_end' to conform with gplink,
6823         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6824         to search for register,
6825         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6826         PO_GPR_REGISTER,
6827         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6828         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6829         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6830         case for PO_GPR_REGISTER,
6831         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6832         dies, the new era is ahead !...
6833         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6834         pic16_dynInternalRegs,
6835         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6836         * (pic16_allocDirReg): minor optimizations and bug fixes,
6837         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6838
6839         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6840         load stack and frame pointer with address of 'stack_end' symbol
6841
6842 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6843
6844         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6845         without source code but only variable initializers
6846
6847 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6848
6849         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6850         external are not declared as extern to reduce overhead while linking
6851
6852 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6853
6854         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6855
6856 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6857
6858         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6859           Yee Keat for the patch
6860         * src/SDCCast.c (decorateType): fixed bug #979599
6861         * src/ds390/gen.h: removed local fReturnSizeDS390
6862         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6863         * src/ds390/gen.c (genAnd, genOr, genXor),
6864         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6865
6866 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6867
6868         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6869         add relFilesSet to $3, manipulate $2 to handle linking of object
6870         files without source files in command line,
6871         * device/include/pic16 (all headers): added ID location macros,
6872         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6873         entries for ID location bytes,
6874         * (pic16_assignIdByteValue): NEW,
6875         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6876         added field dumpcalltree to pic16_options_t,
6877         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6878         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6879         emitting rFalseIfx label after check_carry label,
6880         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6881         pic16_emitDIRegs), NEW
6882         * (pic16glue): dump .calltree file when option --calltree found,
6883         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6884         * (_pic16_genAssemblerPreamble): emit ID locations after
6885         configuration registers,
6886         * (pic16_linkCmd): modifications of the link command,
6887         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6888         * (pic16_pCodeInitRegisters): don't init stack registers,
6889         * (pic16_findPrevInstruction): fixed bug,
6890         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6891         bug with immediate registers,
6892         * (buildCallTree): traces stack push and pop,
6893         * (pct2): dump also stack usage for each function,
6894         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6895         * (pic16_allocDirReg): various modifications,
6896         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6897         fixed to 1,
6898
6899 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6900
6901         * src/pic16/pcode.c: removed buggy double colon
6902
6903 2004-07-01 Borut Razem <borut.razem AT siol.net>
6904
6905         * support/scripts/sdcc.nsi: added include/pic16 to setup
6906
6907 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6908
6909         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6910         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6911         target 'clean',
6912         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6913         specific command line arguments. Also added sample lkr script
6914         for placing a variable at a specific memory bank.
6915         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6916         at a specific memory bank,
6917         * (pic16_dump_isection): fixed bug which caused string literals to
6918         be omitted when dumping idata section,
6919         * (pic16_groupRegistersInSection): added code to handle registers
6920         in specific memory banks,
6921         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6922         public, all references are renamed too,
6923         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6924         AOP_DPTR2,
6925         * (pic16_storeForReturn): added case to handle when dest is WREG,
6926         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6927         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6928         pic16_rel_udata, check to see if that register is marked as being
6929         a member of a specific memory bank,
6930         * (pic16_printIvalCharPtr): added code to add string literals either
6931         to code or the idata sections,
6932         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6933         also accept the 'udata' pragma,
6934         * src/pic16/main.h: new structure types sectName and sectSym
6935         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6936         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6937         * (pic16_findPrevInstruction): fixed, it returned nothing,
6938         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6939         instruction combinations,
6940         * (pic16_FixRegisterBanking): heavily reorganised,
6941         * (pic16_AnalyzeBanking): if generating banksel directives is
6942         disabled, then don't call FixRegisterBanking at all,
6943         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6944         completely removed,
6945         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6946
6947 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6948
6949         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6950         Phuah Yee Keat <yk.phuah AT nestac.com>
6951
6952 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6953
6954         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6955         correctly the IVT even if it is relocated to some other location
6956
6957 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6958
6959         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6960         * device/include/pic16/pic18f2220.h: NEW,
6961         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6962         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6963         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6964         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6965         nodefaultlibs, ivt_loc is the location of the interrupt vector
6966         table, and nodefaultlibs signs that default libraries should not be
6967         linked in link stage,
6968         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6969         according to --ivt-loc argument,
6970         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6971         when pragma stack is found,
6972
6973 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6974
6975         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6976         256 (range check), 257 (do while), 258.a-f (bit banging
6977         f.e. on 3-wire SPI bus)
6978
6979 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6980
6981         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6982         variables used exclusively within a loop
6983
6984 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6985
6986         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6987
6988 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         * src/SDCClrange.c (computeClash): fixed bug #971834
6991
6992 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6993
6994         * src/mcs51/gen.c (genCmp): fixed bug #975903
6995         * src/hc08/gen.c (operandsEqu),
6996         * src/ds390/gen.c (operandsEqu),
6997         * src/z80/gen.c (operandsEqu),
6998         * src/pic/gen.c (operandsEqu),
6999         * src/pic16/gen.c (operandsEqu),
7000         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7001         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7002
7003 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7004
7005         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7006
7007 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7008
7009         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7010         default case in switch statement,
7011         * glue.c (pic16_initPointer): expr is initialised via decoarteType
7012         to eliminate problem with initialisation of pointers, but problem
7013         still exists,
7014         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
7015         * (emitStaticSegment): removed various lines emitting debug info,
7016         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
7017         added processor registers for utilizing EEPROM,
7018         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
7019         configurable and set 8
7020
7021 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
7022
7023         * .version: increased version number to 2.4.2,
7024
7025         Cumulative patch for pic16 port
7026         * src/pic16/device.c: changed scheme to dump initial values for
7027         variables in idata segment, all print_idata* functions were removed,
7028         now the pic16_printIval* will be called,
7029         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
7030         * _pic16_printPointerType, pic16_printPointerType,
7031         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
7032         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
7033         NEW, similar to the respective functions in SDCCglue.c,
7034         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
7035         way, emitting hex bytes,
7036         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
7037
7038 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/avr/ralloc.c (serialRegAssign),
7041         * src/xa51/ralloc.c (serialRegAssign),
7042         * src/pic/ralloc.c (serialRegAssign),
7043         * src/pic16/ralloc.c (serialRegAssign),
7044         * src/hc08/ralloc.c (serialRegAssign),
7045         * src/z80/ralloc.c (serialRegAssign),
7046         * src/ds390/ralloc.c (serialRegAssign),
7047         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
7048
7049 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7050
7051         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
7052         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
7053
7054 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
7055
7056         Cumulative patch for pic16 port:
7057         * src/pic16/device.h (typedef PIC16_device) modified fields for
7058         defining microcontrollers,
7059         * src/pic16/device.c: added new info for all devices in Pics16 array,
7060         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
7061         to be optimised out by the pCode optimiser,
7062         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
7063         specially, bug reported by G.M. Gallant,
7064         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
7065         as force'd so that cannot be optimised out by pCode optimiser,
7066         * src/pic16/pcode.c,
7067         * src/pic16/pcodepeeph.c,
7068         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
7069         they are disabled by default, but can be enabled explicit with
7070         command argument --denable-peeps, for testing,
7071         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
7072         --pomit-ivt in COMPILE_FLAGS
7073
7074 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7075
7076         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
7077           compilation on MSVC
7078
7079 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7080
7081         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
7082
7083 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7084
7085         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
7086         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
7087
7088 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
7089
7090         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
7091         would only assign 0x300001 register.
7092
7093 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
7094
7095         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
7096         in COMPILE_FLAGS. Thanks to G. Gallant for report.
7097
7098 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7099
7100         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
7101         for ds80c400
7102         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
7103         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
7104         added peephole 254 (left shift), 255 (jump table)
7105
7106 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
7107
7108         * device/lib/Makefile.in: removed comment line with model-pic16,
7109         * (target port-specific-objects-pic16): the libraries and objects
7110         are copied to the build directory form the device/lib/pic16/bin
7111         directory
7112
7113         Cumulative patch concerning pic16 port:
7114         * library directory has been re-organized,
7115         * added support for PIC18F1220,
7116         * added headers and library sources for chips 18f1220,18f6520,
7117         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
7118
7119         * configuration registers setting has changed, now each supported
7120         device has a complete description of the registers it uses,
7121         * all initialisations are moved to idata sections, these section
7122         can be absolute or relocatable,
7123         * fixed initialisation of codespace variables,
7124         * fixed warning about PCLATU and gpsim,
7125         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
7126         * (genAssign): use table reads when assigning from variables in codespace,
7127         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
7128         char/int variables placed in codespace,
7129         * (pic16_emitConfigRegs): NEW, emits a list with configuration
7130         registers set in .asm file, no need for --pomit-config-words anymore,
7131         * (pic16glue): some 8051 legacy segments are commented out
7132         (to be removed completely),
7133         * added support for alternative assembler and linker with --asm=
7134         and --link= command line arguments,
7135         * peepholes are disabled automatically in the port, no need to
7136         specify on command line,
7137         * port supports natively char/int/long multiplication, but converts
7138         all divisions to support functions,
7139         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
7140         to the file set in variable $2,
7141         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
7142         strings in ASCII format and not in hex,
7143         * ralloc.c (serialRegAssign): added a triplet of conditional calls
7144         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
7145         allocate proper register if iCodes aren't temporary,
7146
7147 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
7148
7149         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
7150
7151 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
7152
7153         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
7154         is commented out
7155
7156 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7157
7158         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
7159         computed address is reused
7160         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
7161         multi-byte bitfields
7162
7163 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7164
7165         * src/z80/gen.c: (genArrayInit): must check for pointers too
7166
7167 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7168
7169         * support/regression/tests/zeropad.c: never meant to commit the
7170           nestedstruct test: removed, added check for GCC version
7171
7172 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
7173
7174         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
7175         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
7176         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
7177           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
7178           bugs 928906 and 954082 half-empty initializers
7179         * src/SDCCsymt.h,
7180         * src/SDCCsymt.c (getAllocSize): added for above fix
7181         * src/z80/gen.c (genArrayInit): fixed bug 741044
7182         * support/regression/tests/zeropad.c: added tests
7183
7184 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
7185
7186         * src/pic16/device.c (pic16_dump_section): corrected bug which
7187         caused some symbols of the libraries to be misplaced
7188
7189 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7190
7191         * src/pic16/glue.c,
7192         * src/pic16/ralloc.h,
7193         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
7194         to fix conflict with pic port
7195
7196 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7197
7198         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
7199         externs configuration variables,
7200         * src/pic16/ralloc.h,
7201         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
7202         prototype in header, commented out some debug messages
7203
7204 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
7205
7206         * src/pic16/glue.c,
7207         * src/pic16/main.c,
7208         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
7209         for gpasm COFF object generation. Thanks to D. Hawkins for
7210         his patch info
7211
7212 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7213
7214         * src/ds390/main.c,
7215         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
7216         Brock for spotting this)
7217         * src/ds390/gen.c (genEndFunction),
7218         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
7219         interrupt handler and critical. Disable push/pop optimizations when
7220         peephole optimizations disabled.
7221
7222 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7223
7224         Updated pic16 library sources and headers.
7225         * device/lib/pic16/pic18f*/ ,
7226         * device/include/pic16/*.h: modified to handle structured SFR
7227         definitions
7228
7229 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7230
7231         * src/port.h (PORT structure): added hook initPaths, now each
7232         port can declare its own default search paths,
7233         which can been seen with the --print-search-dirs option,
7234         see pic16 port for example,
7235         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
7236         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
7237         * (doPrintSearchDirs): NEW, replaces in a central manner the
7238         printing of search dirs which was split in set*Paths functions,
7239         * (main): added call to port->initPaths and doPrintSearchDirs,
7240         * src/avr/main.c,
7241         * src/ds390/main.c,
7242         * src/hc08/main.c,
7243         * src/izt/i186.c,
7244         * src/izt/tlcs900h.c,
7245         * src/mcs51/main.c,
7246         * src/pic/main.c,
7247         * src/pic16/main.c: modified port structures to reflect addition of
7248         initPaths hook,
7249
7250         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7251         * (pic16_dump_section): for registers in same address reserve memory once,
7252         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7253         to no_banksel,
7254         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7255         result is greater in size than right or left,
7256         * (pic16_genUMult8X8_8): there are some cases where the result can
7257         be 16 bits size, so handle these,
7258         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7259         * (pic16_outBitC): modified to emit pcodes,
7260         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7261         or not,
7262         * (genDivOneByte): implemented algorithm to divide 8-bits,
7263         * (genCmp): uncommented goto, but issues still exist,
7264         * (genAnd): fixed a bug with variables >8bits,
7265         * (genPackBits): optimization added that uses BCF/BSF to change a
7266         single bit,
7267         * (genAssign): fixed bug when assigning floating point literals,
7268         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7269         __sdcc_gsinit_startup label,
7270         * src/pic16/main.c (_pic16_init): removed search directory
7271         initialisations,
7272         * (_pic16_initPaths): NEW, used to initialise search directories,
7273         * (_hasNativeMulFor): support functions for all except char/int
7274         multiplication, and char division,
7275         * (PIC16_port struct): modified entry for native mul support,
7276         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7277         no_banksel option,
7278         * (buildCallTree): call to register_usage is ifdef'ed out,
7279
7280 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         * device/include/string.h: applied Stas Sergeev's patch to make this
7283         header file compatible with the preprocessor -Wundef option
7284         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7285         failure (fixes bug #941458)
7286
7287 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7290         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7291         that the variable, not the function, should be static
7292         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7293         to be consistent with non-literal case
7294
7295 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7296
7297         * src/SDCCast.c (isConformingBody): fixed bug #949967
7298         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7299         convilong): fixed bug #952086
7300
7301 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7302
7303         * src/SDCCmem.c (allocVariables): fixed bug #955321
7304
7305 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7306
7307         * src/hc08/main.c (_hc08_genAssemblerEnd),
7308         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7309         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7310         completely eliminated the use of a temporary file
7311         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7312         when more than one file linked
7313         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7314
7315 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7318         which fixes bug #543481
7319         * support/regression/tests/bug-751703.c: fixed comments left from a
7320         cut and paste error
7321         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7322         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7323         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7324         scopes
7325         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7326         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7327         are now changed to underscores in moduleName
7328
7329 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7330
7331         * as/mcs51/lkmem.c: better fix for bug #954173
7332
7333 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7334         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7335
7336         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7337         * device/include/c8051f000.h,
7338         * device/include/c8051f120.h,
7339         * device/include/c8051f300.h,
7340         * device/include/c8051f310.h,
7341         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7342         PWM16) and detab'ed
7343
7344 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7345
7346         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7347         and mailing lists, doc'ed --no-peep-comments, removed reference
7348         to knoppix (newest version has no LyX/LaTeX), other minor changes
7349         * src/SDCCglue.c (glue): save 2 bytes stack space with
7350         option --main-return. The ljmp could probably be avoided too
7351
7352 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7353
7354         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7355
7356 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7357
7358         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7359         * src/SDCCopt.c (isLocalWithoutDef),
7360         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7361         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7362         (credit to Maarten Brock for patch #949363, on which this is based)
7363         * support/regression/tests/bug-751703.c: some test cases of extern used
7364         within inner scopes.
7365
7366 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7367
7368         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7369         SPEC_STRUCT
7370         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7371         struct definitions
7372         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7373         dwWriteLabel): fix to create valid debugger symbols even when
7374         the module name has non-alphanumeric symbols in it
7375         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7376         when a variable's allocation has been optimized away
7377
7378
7379 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7380
7381         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7382         * src/hc08/main.c,
7383         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7384         * src/mcs51/main.c,
7385         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7386         * src/ds390/main.c,
7387         * src/z80/gen.c (z80_emitDebuggerSymbol),
7388         * src/z80/main.c,
7389         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7390         * src/pic/main.c,
7391         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7392         * src/pic16/main.c,
7393         * src/avr/gen.c (avr_emitDebuggerSymbol),
7394         * src/avr/main.c,
7395         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7396         * src/xa51/main.c,
7397         * src/SDCCdebug.c (emitDebuggerSymbol),
7398         * src/SDCCdebug.h,
7399         * src/port.h: added a debugger struct to the port struct. Added a
7400         callback for defining debugger symbols
7401
7402         * src/SDCCast.c (createLabel),
7403         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7404         with isitmp = 1
7405         * src/SDCCicode.h,
7406         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7407         iCode back to the ast for the function
7408
7409         * src/hc08/ralloc.c (hc08_assignRegisters),
7410         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7411         unneeded fields from the regs struct.
7412         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7413         pushReg() & pullReg() functions instead of emitcode()
7414
7415         * src/hc08/gen.c (genLabel, genhc08Code),
7416         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7417
7418         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7419         debugger hooks
7420
7421         * src/hc08/gen.c (genEndFunction, genhc08Code),
7422         * src/hc08/gen.h,
7423         * src/mcs51/gen.c (genEndFunction, gen51Code),
7424         * src/mcs51/gen.h,
7425         * src/ds390/gen.c (genEndFunction, gen390Code),
7426         * src/ds390/gen.h,
7427         * src/z80/gen.c (genEndFunction, genZ80Code),
7428         * src/z80/gen.h,
7429         * src/z80/z80.h,
7430         * src/pic/gen.c (genEndFunction, genpic14Code),
7431         * src/pic/gen.h,
7432         * src/pic16/gen.c (genEndFunction, genpic16Code),
7433         * src/pic16/gen.h,
7434         * src/avr/gen.c (genEndFunction, genAVRCode),
7435         * src/avr/gen.h,
7436         * src/xa51/gen.c (genEndFunction, genXA51Code),
7437         * src/xa51/gen.h,
7438         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7439         specific code to cdbFile.c and out of the backend code generators
7440
7441         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7442         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7443         starting address is now 0
7444
7445         * as/hc08/asm.h,
7446         * as/hc08/m08pst.c,
7447         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7448         assembler directive for DWARF support
7449         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7450
7451         * src/src.dsp,
7452         * src/Makefile.in,
7453         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7454
7455 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7456
7457         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7458         and inappropriate peephole optimization in jump tables
7459
7460 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7461
7462         * as/hc08/m08pst.c,
7463         * src/SDCCglue.c: sdccopt works for the hc08 port now
7464
7465 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7466
7467         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7468
7469 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7470
7471         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7472
7473 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7474
7475         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7476         rules
7477         * src/SDCCmain.c,
7478         * src/SDCCglobl.h,
7479         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7480         comments from the peephole optimizer replacement rules
7481         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7482         symbols
7483         * src/SDCCcse.c (updateSpillLocation),
7484         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7485         equivalents
7486         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7487         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7488         objects far pointers
7489
7490 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * src/SDCCsymt.h: a missing part of my last change
7493         * src/pic/ralloc.c (regTypeNum),
7494         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7495
7496 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7497
7498         * src/SDCCicode.h,
7499         * src/SDCCicode.c (aggrToPtrDclType),
7500         * src/SDCCptropt.h,
7501         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7502         ptrPseudoSymConvert),
7503         * src/pic/ralloc.c (regTypeNum),
7504         * src/pic16/ralloc.c (regTypeNum),
7505         * src/hc08/ralloc.c (regTypeNum),
7506         * src/ds390/ralloc.c (regTypeNum),
7507         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7508         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7509
7510 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7511
7512         * link/z80/lkmain.c (afile),
7513         * as/hc08/lkmain.c (afile),
7514         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7515         prevent a pointer problem when a filename has no directory and
7516         no extension specified.
7517
7518 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7519
7520         * link/z80/lkmain.c (afile): allow periods in directory names
7521         * link/z80/lkmain.c (afile),
7522         * as/mcs51/lkmain.c (afile),
7523         * as/hc08/lkmain.c (afile): allow linker script file to have an
7524         extension other than ".lnk"
7525         * link/z80/lklex.c (getfid),
7526         * link/z80/lkmain.c (parse),
7527         * as/mcs51/lklex.c (getfid),
7528         * as/mcs51/lkmain.c (parse),
7529         * as/hc08/lklex.c (getfid),
7530         * as/hc08/lkmain.c (parse): Support comments in the linker script
7531         file on lines by themselves and after filenames
7532
7533 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7534
7535         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7536
7537 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7538
7539         * src/z80/peeph-z80.def: removed some peephole rules that don't
7540         work with multibyte arithmetic (fixed bug #937126)
7541         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7542         to registers and not global variables
7543         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7544         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7545         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7546         checking for assignments not internally generated (fixed bug #931895)
7547         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7548         structure member (fixed bug #930072)
7549
7550 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7551
7552         * src/SDCCmain.c (linkEdit),
7553         * src/hc08/main.c (_hc08_parseOptions),
7554         * as/hc08/Makefile.in,
7555         * as/hc08/aslink.h,
7556         * as/hc08/asm.h,
7557         * as/hc08/m08pst.c,
7558         * as/hc08/lkrloc.c (relr, rele),
7559         * as/hc08/lkarea.c (lnkarea)
7560         * as/hc08/lkmain.c (afile, parse),
7561         * as/hc08/lkelf.c: support for ELF output
7562         * as/hc08/lks19.c (s19),
7563         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7564
7565 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7566
7567         * as/mcs51/lkihx.c: Fixed bug #899105.
7568
7569 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7570
7571         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7572         .dsp files from Unix to DOS.
7573
7574 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7575
7576         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7577         function pointers; we have been compliant for several months now.
7578         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7579         change that was accidently commented out
7580         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7581         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7582         bug #922319
7583
7584 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7585
7586         * src/hc08/gen.c: output of all of the internal debugging information
7587         is now controlled by the D() macro; it is disabled by default
7588
7589 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7590
7591         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7592         harder to keep the same registers during a CAST iCode
7593         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7594         long via int can be done in a single cast, if the signedness is
7595         correct.
7596         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7597         putchar() in tinibios.c in ds390's library
7598
7599 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7600
7601         * src/SDCCast.c (decorateType): fixed bug #898889,
7602         cast result of a literal complement too
7603         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7604         fixed check for bitfields
7605
7606 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7607
7608         * src/SDCCicode.c (geniCodeLogic): made it static,
7609         (geniCodeLogicAndOr): added in order to fix bug #905492,
7610         (ast2iCode): fixed bug #905492
7611         * support/regression/tests/bug-905492.c: added
7612         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7613         (processParms): fixed bug #927659: don't copy parms, this will clear
7614         decorated flag
7615         * support/regression/tests/bug-927659.c: added
7616
7617 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7618
7619         * src/SDCCast.c (addCast): don't cast float to char
7620         * device/lib/libsdcc.lib: added _memmove
7621
7622 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7623
7624         * device/lib/large/Makefile: fixed parallel execution by
7625         replacing `make` by `$(MAKE)`
7626
7627 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7628
7629         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7630         offsets (fixes bug #923936)
7631
7632 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7633
7634         * device/lib/small/Makefile: fixed parallel execution by
7635         replacing `make` by `$(MAKE)`
7636
7637 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7638
7639         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7640
7641 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7642
7643         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7644         * src/regression/Makefile: Regression test was not running.
7645
7646 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7647
7648         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7649         complement if possible
7650         * src/SDCCval.c (valComplement),
7651         * src/SDCCicode.c (operandOperation): fixed complement of literal
7652         * support/regression/tests/onebyte.c (testComplement): added
7653
7654 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7655
7656         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7657         return an optimized tree; actually replace actParm with the new tree
7658         * src/SDCCast.h: added some parantheses to remove side effects
7659         * support/regression/tests/bug-920866.c
7660
7661 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7662         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7663         Bit operands were not being handled properly in the pic14 port.
7664         (now src/regression/add.c passes again).
7665
7666 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7667
7668         * src/SDCC.y (labeled_statement): case and default no longer require
7669         a following statement (RFE #893037)
7670
7671 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7672
7673         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7674         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7675         disabled (fixes bug #916294)
7676         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7677         "mov a,acc"; patch provided by Lenny Story
7678         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7679
7680 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7681
7682         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7683         functions
7684         * src/ds390/gen.c (genFunction, genEndFunction),
7685         * src/ds390/ralloc.c (ds390_assignRegisters),
7686         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7687         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7688         pushed if there are parameters passed on the stack. Also, a cleaner
7689         way to decide if r0/r1 should be pushed/popped. (Together they fix
7690         bug #918693)
7691
7692 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7693
7694         * doc/sdccman.lyx,
7695         * device/lib/mcs51/crtpagesfr.asm,
7696         * device/lib/mcs51/crtxinit.asm,
7697         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7698         to avoid confusion with Si Lab's SFRPAGE register.
7699
7700 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7701
7702         * src/SDCCglue.c (emitMaps): allow public sfr variables
7703         * src/SDCCglue.c (initialComments): include compiler build date
7704         with compiler version and put the timestamp of the generated
7705         assembly file on a serperate line to be less confusing.
7706         * src/port.h: added genInitStartup hook
7707         * src/avr/main.c,
7708         * src/ds390/main.c,
7709         * src/hc08/main.c,
7710         * src/pic/main.c,
7711         * src/pic16/main.c,
7712         * src/xa51/main.c,
7713         * src/z80/main.c: genInitStartup initialize as NULL (default to
7714         historical behaviour)
7715         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7716         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7717         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7718         library instead of hard coding it into the compiler.
7719         * support/regression/ports/mcs51-stack-auto/spec.mk,
7720         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7721         * device/lib/mcs51/Makefile,
7722         * device/lib/small/Makefile,
7723         * device/lib/large/Makefile,
7724         * device/lib/mcs51/crtpagesfr.asm,
7725         * device/lib/mcs51/crtstart.asm,
7726         * device/lib/mcs51/crtxclear.asm,
7727         * device/lib/mcs51/crtxinit.asm,
7728         * device/lib/mcs51/crtclear.asm,
7729         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7730         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7731         and into user configurable files.
7732         * device/lib/clean.mk: clean mcs51 directory too
7733         * support/regression/tests/longlit.c: added static to T1 declaration
7734         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7735         accesses in the initialization code
7736
7737 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7738
7739         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7740         OSCTRIMVAL as noted in bug #916008
7741
7742 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7743
7744         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7745         in loops with multiple exits (reported as incorrect registers
7746         used by Martin Helmling in Sdcc-user list)
7747
7748 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7749
7750         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7751         made ds390 register extensions look less like error messages
7752
7753 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7756         reported by Adam Wozniak in Sdcc-user list
7757
7758 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7759
7760         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7761         arithmetic optimizations, added debug output
7762
7763 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7764
7765         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7766         * sdcc.spec: updated and split sdcc into 3 rpms
7767         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7768         needed for literals of LEFT_OP and '+'
7769         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7770         introduced RESULT_TYPE_NOPROM
7771         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7772         left shift
7773         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7774         limited promotion to int only for '*'
7775         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7776
7777 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7778
7779         * src/pic16/gen.c (genSkip),
7780         (genc16bit2lit), (gencjneshort): commented out
7781         (is_LitOp): new helper function, checks operand type
7782         (genCmpEq): rewritten
7783
7784 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7785
7786         * support/regression/tests/bug-908454.c: added
7787
7788 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7789
7790         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7791         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7792         (geniCodeCast): cosmetic, don't preserve bit storage class
7793         (geniCodeLeftShift): added promotion
7794         (geniCodeLogic): fixed regression
7795         * src/SDCCsymt.c (computeTypeOr): accept bits too
7796         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7797
7798 2004-03-07  Borut Razem <borut.razem AT siol.net>
7799
7800         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7801
7802 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7803
7804         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7805         version of pic16_genPackRegisters which does not check if ic is a
7806         CAST operator,
7807         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7808         function cause string1.c regression test fails
7809
7810 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7811
7812         * sim/ucsim/configure.in,
7813         * sim/ucsim/configure,
7814         * sim/ucsim/doc/Makefile.in: use docdir
7815         * src/SDCC.y: fixed sbit atrributes
7816         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7817         * src/SDCCast.c (decorateType): |^& need special promotion handling
7818         * src/SDCCast.h,
7819         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7820         * src/SDCCsymt.h (computeType),
7821         * src/SDCCicode.c: computeType() needs op
7822         * src/SDCCsymt.c (checkTypeSanity),
7823         * doc/sddman.lyx: "plain" bitfields are unsigned
7824         * src/SDCCsymt.c (computeTypeOr): added
7825         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7826         |^& ops
7827         * src/SDCCval.c (val*): computeType() needs op
7828         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7829         * support/regression/tests/onebyte.c: added tests for |^&
7830
7831 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7832
7833         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7834         for writing icode into asm output.
7835
7836 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7837
7838         * src/pic16/device.c: added some debug lines enabled
7839         with macro DEBUG_CHECK,
7840         * src/pic16/genarith.c: more debug in genPlus,
7841         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7842         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7843         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7844         * (aopForSym): onStack symbols are re-placed in data memspace,
7845         and onStack flag is cleared,
7846         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7847         copy temporary pcodeop,
7848         * (genPcall): added warning for not updating PCLATU,
7849         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7850         always true for pic16 port,
7851         * (genMultOneWord): NEW, supports integer multiplication,
7852         * (genMult): modified to call genMultOneWord,
7853         * (ifxForOp): added warning when return NULL,
7854         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7855         flag is set before call to operandFromSymbol for implicit
7856         added structures,
7857         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7858         options.intlong_rent are set by default,
7859         * (_hasNativeMulFor): modified to allow port generation of integer
7860         multiplication,
7861         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7862         set regtype to REG_SFR for all registers, restricting seting the
7863         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7864
7865 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7866
7867         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7868         more than 500 times in the regression tests
7869
7870 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7871
7872         * support/Util/SDCCerr.h,
7873         * support/Util/SDCCerr.c,
7874         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7875         enumerator_list),
7876         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7877         for symbol conflicts.
7878         * support/valdiags/tests/enum.c,
7879         * support/valdiags/tests/tentdecl.c,
7880         * support/valdiags/tests/struct.c: expect possible error messages
7881         referring to original symbol definitions.
7882         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7883         * src/SDCCsymt.h,
7884         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7885
7886 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7887
7888         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7889
7890 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7891
7892         * src/pic16/ralloc.c (newReg): fixed bug #908929
7893
7894 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7895
7896         * src/ds390/gen.c: added missing #include "main.h"
7897
7898 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7899
7900         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7901         checking if symbol is already in set,
7902         * src/pic16/device.h: prototype for checkAddSym,
7903         * src/pic16/gen.c: (_G): added entry interruptvector,
7904         * (assignResultValue): removed some commented out lines,
7905         * (genFunction): check for ISR via sym->type, absolute section for
7906         interrupt code is created via a new pBlock, the goto instruction is
7907         placed now correctly at the interrupt vector position, changed all
7908         references from ivec to _G.interruptvector,
7909         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7910         is the interrupt is a high priority one, same for return from ISR,
7911         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7912         externs to calls of checkAddSym,
7913         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7914         pic16_pcode_verbose flag is set,
7915         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7916         * src/pic16/pcoderegs.c: message about how many registers are saved
7917         will only be emitted if pic16_pcode_verbose flag is set,
7918
7919 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7920
7921         * src/ds390/ralloc.h,
7922         * src/ds390/ralloc.c (ds390_regWithIdx),
7923         * src/ds390/gen.c (emitcode),
7924         * src/ds390/main.h,
7925         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7926         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7927         ds390operandCompare, getRegsRead, getRegsWritten,
7928         initializeAsmLineNode): customized instruction size calculation for
7929         ds390, started basis for some register optimizations
7930         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7931         corresponding assembly output
7932         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7933         missing push/pop of r0/r1. Optimized push/pops
7934
7935 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7936
7937         * src/mcs51/main.c (instructionSize): fixed ACALL size
7938         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7939
7940 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7941
7942         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7943         the sorting of rlist with NULL elements
7944         * (print_idataType, print_idata): NEW to create idata sections
7945         * src/pic16/device.h: idataSymSet new variable
7946         * src/pic16/gen.c (genFunction): fixed some bugs in string
7947         comparing, improved the absolute section creation for ISRs,
7948         added FSR0L/FSR0H in registers that are saved in an ISR,
7949         * (genInline): fixed the processing of inline snippets,
7950         now they undergo no process by the peephole optimizer
7951         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7952         are placed in idataSymSet,
7953         * (pic16emitStaticSeg): extern symbols are added in externs,
7954         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7955         switching when aboslute variables are placed in access bank memory
7956         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7957         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7958         commented out with #if,
7959         * (pic16_packRegisters): reintroduce the check for CAST because some
7960         symbols are not correctly handled,
7961         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7962         pCodeInstruction instead of pCode,
7963         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7964         pCodeAsmDir definition,
7965         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7966         directive, then the argument directive is emitted without the leading
7967         tab, hack for inline labels which must be in the first column,
7968         * (compareLabel,pic16_findNextInstruction),
7969         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7970         * (insertBankSwitch): modified for the new pCodeAsmDir,
7971
7972 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7973         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7974
7975         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7976         instance,
7977         * (pushSide): commented out with #if,
7978         * (assignResultValue): fixed some typos in saving
7979         registers,
7980         * (genPcall): FIXED and sync'ed with genCall,
7981         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7982         * (genNearPointerGet): fixed to handle some more cases,
7983         implementation scheme via table reads,
7984         * (genConstPointerGet): modified to access code memory correct,
7985         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7986         and improved to handle some cases
7987         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7988         instead of "RETLW" for init data
7989         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7990         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7991         variables are placed in access bank memory (<0x80 and >=0xf80),
7992         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7993         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7994         TBLWT_POSTDEC,TBLWT_PREINC
7995         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7996         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7997         directives
7998         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7999         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8000         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8001         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8002
8003 2004-02-29  Borut Razem <borut.razem AT siol.net>
8004
8005         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8006         support/Util/findme.h, support/Util/system.h: enhance binary relative
8007         search for lib and include by using findProgramPath()
8008
8009 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8010
8011         * src/SDCCpeeph.h,
8012         * src/SDCCpeeph.c (pcDistance),
8013         * src/port.h,
8014         * src/mcs51/ralloc.h,
8015         * src/mcs51/ralloc.c (mcs51_regWithIdx),
8016         * src/mcs51/main.h,
8017         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
8018         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8019         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
8020         size calculation port specific, started basis for some register
8021         optimizations
8022         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
8023         missing push/pop of r0/r1. Optimized push/pops
8024         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
8025         * device/lib/_modsint.c (_modsint),
8026         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
8027         and stack version so regression tests pass
8028
8029 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
8030
8031         * src/Makefile.in (dep): include SLIBOBJS in dependency check
8032         * src/SDCCast.c (decorateType): catch another small optimization
8033         with '?' operator
8034         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
8035         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
8036         modified to finally use computeType() all over SDCC,
8037         see Feature Request #877103
8038         * src/SDCCval.h: cosmetic
8039         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
8040         valCompare(); regression tested in muldiv.c
8041         * support/regression/tests/muldiv.c (testMod): mod sign follows
8042         dividend only
8043
8044 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
8045
8046         * src/SDCCast.c (decorateType): fixed bug #902362
8047         * doc/INSTALL.txt: fixed install instructions for win32
8048
8049 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
8050
8051         * device/include/Makefile.in (install): fixed by replacing spaces
8052         by tabs
8053         * doc/README.txt,
8054         * doc/INSTALL.txt: updated for release
8055         * doc/sdccman.lyx: added warning for --xstack being buggy
8056
8057 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
8058
8059         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
8060         to eliminate build warnings.
8061         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
8062
8063 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
8064            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8065
8066         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
8067         removed -penable-stack, added comment for stack pragma, added
8068         warning for not initializing the stack/frame registers, removed
8069         comment at interrupts section
8070
8071         Stack is made permanent, there is no ability to disable stack usage.
8072         * src/pic16/device.h,
8073         * src/pic16/device.c: removed all references to USE_STACK macro,
8074         * src/pic16/device.c (pic16_dump_section): when no elements in
8075         rlist, free rlist before return,
8076         * (pic16_dump_int_registers): NEW, internal registers are a new set
8077         of general purpose registers reused by each function,
8078         * (checkAddReg): returns 1 if registers is added to set,
8079         * (pic16_groupRegistersInSection): when a registers is of type
8080         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
8081         * src/pic16/device.h: memRange and Assigned Memory are deleted,
8082         SRCASECMP macro is moved here from device.c
8083         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
8084         PO_PCLATU, PO_PRODL, PO_PRODH,
8085         * (pic16_pCodeOpType, genMinus,
8086         changed compares to "a" register, with AOP_ACC,
8087         * (pic16_genPlus): fixed some bugs and indented properly,
8088         * (pic16_addSign): changed size to size+offset in the MOVWF
8089         instruction,
8090         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
8091         multiply 8-bit operand by literal, result is 8-bit,
8092         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
8093         multiply 2 8-bit operand, result is 8-bit,
8094         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
8095         genUMult8X*_16,
8096         * src/pic16/gen.c: changed accUse to contain WREG only,
8097         * (pic16_emitcomment): renamed to pic16_emitpcomment,
8098         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
8099         true, do not use immediate addressing any more unless sym is a
8100         pointer in codespace,
8101         * (aopForRemat): do not use immediate addressing when symbol not in
8102         codespace and when symbol's address is requested,
8103         * (aopOp): for-loop in if(sym->accUse) is modified for the new
8104         accUse size (= 1),
8105         * (aopGet): added case for AOP_ACC and don't return "accumulator
8106         bug" but WREG instead,
8107         * (popGetTempReg): pushes contents of temporary register in stack,
8108         * (popReleaseTempReg): pops contents of temporary register from
8109         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
8110         * (pic16_popGet): separated case AOP_ACC to return register WREG
8111         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
8112         or PO_IMMEDIATE and initializes their instance/offset appropriately,
8113         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
8114         the use of immediate pointers to certain cases only.
8115
8116         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
8117         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
8118         * (assignResultValue, genCall, genRet): modified to use the new
8119         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
8120         genPcall is still broken,
8121         * (genFunction): added code to create 'A' type pBlocks when
8122         interrupt functions are generated, code not extensively tested yet,
8123         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
8124         * (genEndFunction): modified so ISRs pop stored registers from stack,
8125         * (genMultOneByte): cleanup,
8126         * (AccRsh): added flag andmask, to and result with appropriate mask,
8127         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
8128         * (genDataPointerGet): fixed and reenabled its use,
8129         * (genNearDataPointerGet): bugs fixed,
8130         * (genDataPointerSet): bugs fixed,
8131         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
8132         pic16_DumpSymbol, pic16_DumpOp,
8133         * src/pic16/genutils.h: function prototypes for the above functions,
8134         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
8135         pointers,
8136         * (pic16emitRegularMap): many many many improvements, but needs a
8137         major cleanup,
8138         * src/pic16/main.c: enable_stack in pic16_options is removed,
8139         * (_pic16_parseOptions): removed command line options -penable-stack,
8140         * (_process_pragma): emit stack symbol only when stack pragma is
8141         processed,
8142         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
8143         redirected to FSR0L/FSR0H pair,
8144         * (pic16_get_op, pic16_get_op2): modifications and improvements,
8145         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
8146         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
8147         for immediates,
8148         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
8149         * (dumpPicOptype): NEW,
8150         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
8151         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
8152         with movff instruction,
8153         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
8154         added pic16_int_regs, some packRegsFor* functions are commented out,
8155         because produce errors,
8156         * src/pic16/NOTES: minor modifications
8157
8158 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8159
8160         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
8161         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
8162         --pack-iram.
8163         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
8164         * as/mcs51/lkaomf51.c: fixed bug #895763
8165
8166 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
8167
8168         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
8169
8170 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8171
8172         * doc/sdccman.lyx: added details about the HC08 storage classes and
8173         interrupts, fixed the register usage info for z80 & gbz80
8174
8175 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
8176
8177         * doc/sdccman.lyx: added more pic16 port documentation
8178         * device/include/pic16/: added header pic18fregs.h
8179
8180 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
8181
8182         * doc/sdccman.lyx: added Vangelis' contribution
8183
8184 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8185
8186         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
8187         extend to the next CALL or PCALL, not just to the next CALL.
8188
8189 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
8190
8191         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
8192
8193 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8194
8195         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
8196         bug #895752 and a better fix for bug #716790
8197
8198 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8199
8200         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
8201
8202 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8203
8204         * doc/sdccman.lyx: minor changes, minor changed
8205
8206 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
8207
8208         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
8209         which can't handle SDCC_NEWONEBYTEOPS,
8210         (geniCodeMultiply): removed conversion from mult to shift for pic14
8211         and pic16
8212
8213 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         * src/hc08/gen.h,
8216         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
8217         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
8218         thus fixing bug #895406
8219
8220 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
8221
8222         * device/lib/_modsint.c,
8223         * device/lib/_modslong.c: sign follows divisor only
8224         * src/hc08/gen.c (genMultOneByte): if result size is 1,
8225         signs or signedness can be ignored
8226         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
8227         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
8228         added optimization for IFX,
8229         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
8230         arguments;
8231         reenabled optimization for IFX, which was removed on 2004-01-11
8232         * src/SDCCast.h: added return type IFX
8233         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
8234         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
8235         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
8236         SDCC_OLDONEBYTEOPS selects the old behaviour
8237         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
8238         changed again and commented promotion rule
8239         * src/SDCCval.c (valDiv): promotion no longer necessary
8240         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
8241         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
8242         rewritten
8243         * support/regression/tests/onebyte.c: added
8244
8245 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8246
8247         * gen.c (genInline): reverted to old code for assemnling inline
8248         code because of bug reported James Chadd
8249
8250 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8251
8252         * ralloc.h: missing declarations from previous patch,
8253         seems that patch for ralloc.h was never applied, fixed
8254
8255 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8256            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8257
8258         * pcode.c,
8259         * pcode.h,
8260         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8261         indirect addressing. Marked FSR0 as deprecated
8262         * gen.c (pointerCode): commented out, not needed now
8263         (pic16_popGet2p): new MOVFF helper function
8264         (genGenPointerGet),
8265         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8266         (shiftRLong): removed duplicate debugging info
8267
8268 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         * src/ds390/gen.c (genNearPointerGet),
8271         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8272         optimization with bits, but not bitfields.
8273         * src/ds390/ralloc.c (packRegisters),
8274         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8275
8276 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8277
8278         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8279
8280 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8281
8282         * src/SDCCsymt.h,
8283         * src/SDCCicode.c (operandFromSymbol),
8284         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8285         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8286         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8287         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8288         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8289         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8290         bug #892038
8291         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8292         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8293         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8294         * src/SDCCsymt.c (newSymbol),
8295         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8296         enumerator_list),
8297         * src/SDCCval.h,
8298         * src/SDCCval.c (newiList): fixed bug #885705
8299
8300 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8301
8302         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8303         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8304
8305 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8306
8307         * device/include/c8051f120.h,
8308         * device/include/c8051f300.h,
8309         * device/include/c8051f310.h: added/updated header files for Silicon
8310         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8311         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8312         in new section Submitting patches
8313
8314 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8315
8316         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8317         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8318         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8319         genGenPointerSet),
8320         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8321         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8322         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8323         genGenPointerSet),
8324         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8325         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8326         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8327         genGenPointerSet),
8328         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8329         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8330         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8331         genGenPointerSet): fixed bug #892400
8332         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8333         to eliminate build warnings.
8334         * src/SDCCast.c (processParms),
8335         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8336         fixed bug 751859
8337         * support/valdiag/valdiag.py: added GCC to the list of defines active
8338         when compiling with gcc
8339
8340 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8341
8342         * support/Util/SDCCerr.h,
8343         * support/Util/SDCCerr.c,
8344         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8345         with an incomplete type (fixed bug #883734)
8346         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8347
8348 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8349
8350         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8351
8352 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8353
8354         * src/SDCCast.c (decorateType),
8355         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8356         function pointer implementation
8357         * support/regression/tests/funptrs.c: added tests to verify both forms
8358         of function pointers work correctly. Added tests to verify parameters
8359         are passed in the correct order.
8360
8361 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8362
8363         * device.c (regCompare): registers are sorted by ascending
8364         address and increasing size,
8365         * main.c (_pic16_finaliseOptions): removed the declaration
8366         of compiler macro MCU. Now a macro of the format pic18fxxxx
8367         will be defined from the command line
8368
8369 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8370             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8371
8372         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8373         PCOP_RLCF was overwritten!
8374         * gen.c (genSkip): commented out calls to pic16_emitcode,
8375         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8376         * (genlshTwo),
8377         * (genRRC): added debugging info,
8378         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8379         overwritten while shifting,
8380         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8381         overwritten while shifting,
8382         * (AccLsh),
8383         * (AccRsh),
8384         * (shiftLLeftOrResult),
8385         * (shiftRLeftOrResult),
8386         * (shiftRLong),
8387         * (shiftLLong): Implemented with pic16_emitpcode
8388         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8389         * (genLeftShift): Fixed bug, operand for shift by variable always
8390         was "and"ed with 0x0f,
8391         * (genLeftShiftLiteral),
8392         * (genrshTwo),
8393         * (genRightShiftLiteral): added debugging info,
8394         * (genrshFour): added comment,
8395         * (genRightShift): determined signedness from operand "left"
8396         instead of "result"
8397
8398 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8399
8400         * src/SDCCicode.c (geniCodeParms),
8401         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8402         function pointers, fixed function pointer bugs #861242 and #861896
8403
8404 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8405
8406         * device/include/c8051f000.h,
8407         * device/include/c8051f120.h,
8408         * device/include/c8051f300.h: added header files for Silicon
8409         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8410
8411 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8412
8413         * src/SDCCast.c (processParams): added new type flow and restructured
8414         (gatherAutoInit): added new type flow
8415         (addCast): cosmetic changes
8416         (getLeftResultType): added new type flow for array indices, patch
8417         provided by Stas, see FR #877103
8418         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8419         array index patch by Stas
8420         * src/SDCCast.h: added prototype getResultTypeFromType()
8421         * src/SDCCval.h,
8422         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8423         * src/pic/glue.c (pic14emitStaticSeg),
8424         * src/pic16/glue.c (pic16emitStaticSeg),
8425         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8426         for initialization of symbols
8427         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8428         * support/Util/SDCCerr.h:
8429         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8430         * .version: bumped version number to 2.3.8
8431         * device/include/Makefile.in (install),
8432         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8433         avoid warnings
8434
8435 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8436
8437         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8438         Slade Rich fixed an optimization bug
8439         * src/pic/pcodepeep.c,
8440         * src/pic/pcoderegs.c
8441         * doc/Makefile (install): added test for directory
8442
8443 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8444
8445         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8446         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8447         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8448         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8449         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8450         * as/mcs51/asexpr.c (term),
8451         * as/hc08/asexpr.c (term): fixed bug #887146
8452
8453 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8454
8455         * src/z80/gen.c (genMult): handle single byte result product
8456         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8457         DUMMY_READ_VOLATILE (fixed bug #886367)
8458
8459 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8460
8461         * support/regression/tests/libmullong.c: fixed logic, on little endian
8462         hosts we ended without a mullong_wrapper()
8463
8464 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8465
8466         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8467         virus/worm forged address usage.
8468
8469 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8470
8471         Fixed promotion, it should be done on AST level:
8472         * src/SDCCast.c (addCast): added promotion to int
8473         (decorateType): updated call to upCast()
8474         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8475         usualUnaryConversions()
8476
8477 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8478
8479         * support/regression/tests/literalop.c (mulWrapper): Added a
8480         wrapper to remove integer overflow warnings.
8481
8482         * support/regression/tests/float_trans.c: Made work on host.
8483
8484         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8485         location of sz80.
8486
8487         * support/regression/generate-cases.py (main): Changed from inline
8488         to a main method.
8489
8490         * doc/Makefile (install): Changed to depth first to get rid of
8491         missing directory install warning.
8492
8493         * as/Makefile (install-doc): Made work on Mac.
8494
8495 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8496
8497         * src/SDCCast.c: added an additional type flow in decorateType() of
8498         opposite direction, see feature request #860006; it's enabled at runtime
8499         by setting the environment variable SDCC_NEWTYPEFLOW
8500         * src/SDCCast.h: changed prototype of decorateType()
8501         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8502         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8503         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8504         see feature request #877103
8505         * src/SDCCval.c: updated call of decorateType()
8506         (valBitwise): fixed bug #882876
8507         (valMinus): added promotion
8508         (valLogicAndOr): result is unsigned
8509         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8510         * src/SDCCsymt.c (computeType),
8511         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8512         must not cause an unsigned operation
8513         * src/pic/glue (pic14emitRegularMap),
8514         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8515
8516 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8517
8518         * src/pic/pcode.c (PCodeID): commented out left over debug code
8519
8520 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8521
8522         * support/valdiag/tests/overflow.c: added shift tests
8523         * src/pic/device.c,
8524         * src/pic/gen.c,
8525         * src/pic/gen.h,
8526         * src/pic/glue.c,
8527         * src/pic/main.c,
8528         * src/pic/pcode.c,
8529         * src/pic/pcode.h,
8530         * src/pic/pcodepeep.c,
8531         * src/pic/pcoderegs.c,
8532         * src/pic/ralloc.c,
8533         * src/pic/ralloc.h: applied patch from Slade Rich;
8534         added support for multiple code pages and multiple RAM banks on the
8535         PIC 14 port. The ASM files now no longer simply assume all the
8536         code / RAM are in the same page / bank. This means the linker can
8537         safely allocate code/RAM of separate ASM files to different pages/banks.
8538         * doc/sdccman.lyx: added Slade's tips
8539         * src/mcs51/peeph.def: fixed bug #880768
8540
8541 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8542
8543         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8544         * src/SDCCast.c (decorateType): fixed bug #880197
8545
8546 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8547
8548         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8549         getopt.h.
8550
8551         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8552         strtof is not part of C89 and isn't included with Mac OS X.
8553
8554 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8555
8556         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8557         shiftL2Left2Result): fixed bug #879326
8558         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8559         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8560         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8561         address fetch for clr instruction
8562         * device/lib/hc08/_mulint.c: created optimized assembly version
8563         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8564
8565 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8566
8567         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8568         proposed in FR #877103
8569
8570 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8571
8572         * src/SDCCval.c (cheapestVal): added missing checks
8573         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8574         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8575
8576 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8577
8578         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8579         equal operands
8580
8581 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8582
8583         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8584         loaded with the linker search paths (-L arguments) and the libraries
8585         to be linked with the current source (-l arguments). Changes
8586         currently will affect only the pic16 port.
8587         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8588         include path the port specific paths and port specific libraries,
8589         * gplink command now contains the $3 argument,
8590         * src/pic16/device.h,
8591         * src/pic16/device.c,: structure PIC_device is made public and
8592         renamed to PIC16_device, the same for variable Pics which is renamed
8593         to Pics16. Updated all references to them.
8594         * src/pic16/glue.c (pic16glue): corrected bug with code
8595         initialization which bypassed the variable initializations block.
8596
8597         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8598         COMPILE_FLAGS and added the --nostdinc option
8599
8600 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8601
8602         * device/include/mc68hc908jb8.h: Register defs for another member
8603         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8604
8605 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8606
8607         Documenting changes from previous commits.
8608         * configure.in (version 1.56),
8609         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8610         when generating output files to configure the pic16 library,
8611         but now I've commented it out, since gputils aren't installed in the
8612         SF compile farm, so library won't compile
8613
8614         * device/lib/Makefile.in (version 1.56): initially I've added in
8615         target 'all' the prerequestive 'model-pic16' so it compiled the
8616         pic16 library, but now I've commented it out for the same reasons
8617         above,
8618         * added targets 'model-pic16' and 'objects-pic16' to compile the
8619         library
8620         * added target 'port-specific-objects-pic16' to handle the
8621         generated libraries and copy them into the build/ directory
8622         * added target 'clean-intermediate-pic16' to clean intermediate
8623         files into pic16 directory
8624         * in target 'installdirs' added line to create directory pic16 in
8625         the installation path
8626
8627         * device/include/Makefile.in (version 1.11): in target 'install'
8628         added lines to copy all header files to installation path,
8629         * in target 'installdirs' added line create directory for pic16
8630         headers in the installation path
8631
8632 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8633
8634         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8635          a function call
8636
8637 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8638
8639         * configure,
8640         * device/lib/configure.in,
8641         * device/lib/configure: fixed for autoconf 2.57
8642
8643 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8644
8645         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8646         option so that it actually works. Made it specific to the z80, since
8647         the gbz80 doesn't have these kinds of I/O ports.
8648
8649 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8650
8651         * device/include/z180.h,
8652         * device/lib/_memcpy.c,
8653         * device/lib/_memmove.c,
8654         * device/lib/_mulint.c,
8655         * device/lib/ser_ir.c,
8656         * device/lib/ser_ir_cts_rts.c,
8657         * device/lib/_strcmp.c,
8658         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8659         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8660         portmode; added deprecation warning for bank= and protmode= forms.
8661         Also, guard against buffer overflow.
8662         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8663
8664 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8665
8666         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8667         changed interrupt vector table generation to only emit declared vectors.
8668         * device/include/Makefile.in: added missing backslash
8669         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8670
8671 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8672
8673         Mainly changes to support compilation of the device libraries
8674         * src/pic16/device.c: stack is allocated via symbol and not
8675         via literal number. The symbol is placed in the corresponding
8676         position of the data ram
8677         * (pic16_dump_section): relocatable and absolute uninitialized
8678         data are now emitted in sorted order to reduce section naming,
8679         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8680         weren't marked as being in the access bank,
8681
8682 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8683
8684         Added portion of GNU PIC Library under the directory
8685         device/include/pic16 and device/lib/pic16. These files
8686         contain the declarations of SFRs for the PIC18Fxx2 devices.
8687         The directory is initialized via configure from toplevel.
8688
8689 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8690
8691         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8692         the spilllocations to be compared correctly
8693
8694 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8695
8696         * src/SDCCast.c (decorateType): fixed bug introduced today
8697
8698 2004-01-12  Borut Razem <borut.razem AT siol.net>
8699
8700         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8701         doc/sdccman.lyx: upper case pragmas are deprecated
8702
8703 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8706         in simpler and even better code
8707
8708 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8709
8710         * src/SDCCicode.c (operandOperation): fixed bug #874819
8711         * src/SDCCast.c (decorateType): fixed
8712         char foo (unsigned long ul) { return ul > 0; }
8713
8714 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8715
8716         * doc/sdccman.lyx: Moved and added some sections, small changes
8717         all over. Telling LaTeX to be less strict with word spacing
8718         to better keep the right margin. Changed some notes about
8719         maintainance of the ports in section 3.2.1 - is it OK like this?
8720
8721 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8722
8723         SDCC source changes:
8724         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8725         convilong): modified to inform the pic16 port that builtin functions
8726         are external
8727
8728         PIC16 PORT specific changes:
8729         * src/pic16/device.c pic16_dump_equates() added,
8730         processor registers declared internally by the port are emitted in
8731         the translation as equates,
8732         * src/pic16/gen.c: inline code is passed unprocessed to the
8733         translation,
8734         * (pic16_popGetLit2): fnuction modified to take second operand as
8735         pCodeOp pointer and not as literal,
8736         * (popRegFromIdx): prefixed with pic16_,
8737         * (pic16_popCombine2): modified to receive already allocated pCode
8738         operands,
8739         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8740         * (genFunction): initializes local stack frame and pushes on stack
8741         all the registers used by this function,
8742         * (genEndFunction): restores all registers from stack and restores
8743         stack frame,
8744         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8745         improvements,
8746         * (pic16glue): changed the program startup sequence,
8747         * added new dbName code 'A' for functions placed in absolute section
8748         * src/pic16/main.c: added function attribute _naked,
8749         * added pragma 'code' to place a fnuction at an absolute address,
8750         * added command line arguments --debug-ralloc and --pcode-verbose,
8751         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8752         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8753         * (pic16_newpCodeOpLit2): modified to take the second operand as
8754         pCodeOp pointer,
8755         * (pic16_printpBlock): modified to emit each function in a separate
8756         section,
8757         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8758         UPPER for immediate operands,
8759         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8760         instruction,
8761         * src/pic16/peeph.def: all peepholes with movff are commented out,
8762         because there is a problem in the pcode peep optimizer,
8763         * src/pic16/ralloc.c: the register allocator can now reuse local
8764         function symbols for another function. This saves register usage.
8765         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8766
8767         Added file src/pic16/NOTES with information about program writing on
8768         the current port version.
8769
8770 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8771
8772         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8773         and peephole 252 (array access)
8774
8775 2004-01-09  Borut Razem <borut.razem AT siol.net>
8776
8777         * src/SDCCmain.c : fixed #872250: -l command line defined library
8778           files are scanned before standard library files
8779
8780 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8781
8782         * src/SDCCast.c (decorateType): fixed bug #874046
8783
8784 2004-01-09  Borut Razem <borut.razem AT siol.net>
8785
8786         * support/scripts/sdcc.nsi: remove previous installation
8787
8788 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8789
8790         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8791         bytes for last interrupt vector (mcs51)
8792         * sdcc.spec: fixed typo
8793
8794 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8795
8796         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8797         gen51Code): more efficient parameter receive for --model-large
8798         ("bug" #845294)
8799
8800 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8801
8802         * src/ds390/main.c,
8803         * src/z80/main.c: added missed needLinkerScript flags (more than
8804         one port structure defined in these file)
8805         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8806         bug #795325
8807
8808 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8809
8810         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8811         * src/port.h: added flag needLinkerScript in port->linker
8812         structure to inform whether to create a .lnk file or not,
8813         * src/avr/main.c,
8814         * src/ds390/main.c,
8815         * src/hc08/main.c,
8816         * src/mcs51/main.c,
8817         * src/pic/main.c,
8818         * src/pic16/main.c,
8819         * src/xa51/main.c,
8820         * src/z80/main.c: changed appropriately to configure
8821         needLinkerScript flag
8822         * src/pic/gen.c,
8823         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8824         * src/pic/glue.c: added variable udata_section_name to
8825         override default uninitialized data segment definition for
8826         devices only with SHAREBANK memory (reported from Erik Epetrich)
8827         * (pic14emitOverlay): modified to emit a commented overlay segment
8828         directive when no overlay data exist
8829         * (picglue): modified to emit uninitialized data segment
8830         according to udata_section_name
8831         * src/pic/main.c (_pic14_parseOptions): added command line
8832         options --udata-section-name=[name] to override default
8833         udata definition name
8834         * modified _linkCmd and _asmCmd to include compiler passed
8835         arguments via -W option
8836         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8837         object file from '.rel' to '.o' in port->linker structure,
8838         changed size of fptr from 2 to 3 in port structure
8839
8840 2004-01-07  Borut Razem <borut.razem AT siol.net>
8841
8842         * support/scripts/sdcc.nsi: update PATH
8843         * support/scripts/sdcc.ico: craeted
8844
8845 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8846
8847         * device/include/Makefile.in: fix install
8848         * doc/Makefile: fix install
8849
8850 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8851
8852         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8853         in bug #860505
8854         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8855         how the function variable allocation summary is displayed; also
8856         include information about variables allocated to the overlay
8857         segment
8858
8859 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8860
8861         * as/mcs51/lkmain.c: Help about -Y option
8862         * as/mcs51/lkarea.c: Fixed gcc warnings
8863
8864 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8865
8866         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8867         fixed warning
8868         * support/valdiag/tests/overflow.c: added
8869         * src/SDCCast.c (decorateType),
8870         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8871         LEFT_OP (left shift)
8872
8873 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8874
8875         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8876         (default behaviour).
8877
8878 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8879
8880         A python script to validate compiler diagnostic messages. It can be
8881         used to verify that sdcc complains about bad c source code and
8882         gives a good location of the error.
8883         * support/valdiag/Makefile,
8884         * support/valdiag/valdiag.py,
8885         * support/valdiag/tests/*
8886
8887 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8888
8889         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8890         * src/SDCCsymt.c (newEnumType),
8891         * src/SDCCsymt.h
8892         * support/Util/SDCCerr.c,
8893         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8894         enum related bugs.
8895         * support/regression/tests/enum.c: added test for enum values that
8896         require at least 2 bytes of storage.
8897
8898 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8899
8900         * src/common.h: added ifndef/define/endif macros
8901         around the header file.
8902         Bug reported from Jesus Calvino-Fraga
8903
8904 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8905
8906         * sdcc.spec: updated
8907         * device/include/Makefile.in: don't install CVS directories
8908         * device/lib/Makefile.in: added removal of CVS directories after install
8909         * doc/Makefile: fixed install, added local_icons
8910         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8911         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8912         * src/ds390/gen.c (genRightShift): fixed bug #870788
8913         * src/SDCCast.c (decorateType): fixed bug #870781
8914
8915 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8916
8917         PIC16 port related changes:
8918         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8919         added variable stackPos,
8920
8921         * gen.c: genCall, assignResultValue: added support for
8922         pushing/retrieving function parameters to/from stack,
8923         genFunction,genEndFunction: setup stack frame for the
8924         generated function,
8925         genAddrOf: will be changed according to bug 863624
8926
8927         * added files genutils.c and genutils.h which contain gen*
8928         debugged and optimised functions extracted from gen.c
8929
8930         * glue.c: added variable 'externs' which holds extern symbols,
8931         pic16emitRegularMap: is modified to properly handle relocatable
8932          symbols under the new scheme,
8933         pic16createInterruptVect: is modified
8934         pic16printPublics: is modified to emit 'global' assembler directives,
8935         added pic16_printExterns to print extern symbols,
8936         pic16glue: initializes stack/frame pointer in the beginning of
8937         the assembly output. Temporary hack, will be corrected later,
8938         because gplink yet does not support stack and SDCC does not
8939         yet support a type of crt0.o object to create the final binary.
8940
8941         * Removed many lines that contain 8051 legacy code.
8942         * The code is finally placed under a 'code' directive.
8943         * Added port specific options.
8944
8945         * _process_pragma: simplified since now we do not need *special*
8946         include file to define SFR registers. But a separate header
8947         will be needed. This will be developed later.
8948         * _pic16_parseOptions: added, parses port specific options:
8949         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8950         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8951         --preplace-udata-with=
8952
8953         * _pic16_setDefaultOptions: modified to initialize section names,
8954         but hack is temporarly out of order since it needs improvement.
8955         * _pic16_genAssemblerPreamble: configuration words are emitted by
8956         their address instead of their name. This part is incomplete and
8957         supports only the 18Fxx2 devices. Other devices will emit an error
8958         during assembly since they do not contain the same set of config
8959         registers
8960         * _pic16_genIVT: is modified,
8961
8962         * pcode.c: added definitions for some hardware registers that are needed
8963         for stack support
8964         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8965         All PCI entries are updated. Now LFSR is supported.
8966         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8967         * added pic16_newpCodeOpLit2 to support instructions with
8968         two literal arguments
8969         * pic16_pCode2str: corrected code that emits assembler instructions
8970         with two literal operands and those that have an access bit modifier
8971         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8972         this fixes a bug which caused some labels to be lost, when an
8973         assembler directive was added, i.e. banksel,
8974         * pic16_FixRegisterBanking: improved logic that causes the insertion
8975         of bank switching,
8976         * InlineFunction: functions that are called once, are not any more
8977         inlined. This can be a port option in the future,
8978
8979         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8980
8981         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8982         hold the corresponding uninitialized symbols,
8983         * pic16_allocProcessorRegister: registers have explicit marked the
8984         accessBank field,
8985         * pic16_allocInternalRegister: registers are explicit marked as
8986         not used,
8987         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8988         processing list, so bit registers were lost,
8989         *
8990
8991         * ralloc.h: added field 'accessBank' and original symbol operand
8992         in register definition,
8993         * removed the field isMapped from register definition,
8994
8995         ** Several functions have been removed from various sources:
8996         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8997         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8998         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8999         pic16_assignRelocatableRegisters
9000
9001         ** others have been introduced:
9002         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9003         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9004
9005 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9006
9007         * support/scripts/inc2h.pl: changed definition of BIT_AT
9008         to emit 'sbit at' instead of 'bit at'. This was a request.
9009
9010         PIC16 port related preliminary changes:
9011         * gen.c: prefixed function popRegFromString with
9012         pic16_ and all references to it corrected
9013         * pcode.c: all pic16_pc_* hardware registers prefixed
9014         with underscore (_),
9015         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
9016         * ralloc.c: newReg(): when register is REG_SFR then
9017         set address to rIdx,
9018         pic16_allocProcessorRegister(): marks register wasUsed=0
9019         pic16_writeUsedRegs(): added a call to assign processor
9020         registers via pic16_assignFixedRegisters
9021
9022 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9023
9024         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
9025         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
9026         variables in unused register banks.  Also the SSEG is placed
9027         wherever there is enough space for it, and IDATA can be anywhere
9028         in internal RAM.  For now compile using -Wl-Y[stack_size].
9029         The mem file is different for this option as well, since it
9030         makes no sense of talking about DSEG lenght.
9031
9032 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
9033
9034         * src/SDCClrange.c: fixed bug 869095 that caused segfault
9035         in certain cases, e.g. when ROM assignment, patch provided
9036         from Albert den Haan.
9037
9038 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         Many signedness and type propagation fixes:
9041         * src/SDCCicode.c: made geniCodeCast() static
9042         replaced SPEC_ by IS_ (cosmetic)
9043         (operandOperation): fixed div and mod operation
9044         (usualBinaryConversions): added support for promotion of char
9045         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
9046         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
9047         (geniCodeAdd): an array index will stay unsigned, even if promoted
9048         from char to int
9049         (geniCodeArray): ditto
9050         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
9051         * src/SDCCsymt.c (computeType): added more support for char;
9052         promotion of char is selectable by promoteCharToInt, fixed signedness
9053         for all cases
9054         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9055         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9056         * src/SDCCval (val*): replaced signedness calculation by
9057         computeType()
9058         rearranged if-branches (cosmetic)
9059         (valShift): added warning W_SHIFT_CHANGED
9060         (valCompare): fixed problem with different types
9061         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
9062         * support/regression/tests/literalop.c: added many cases
9063         * support/regression/tests/ast_constant_folding.c: changed finally to
9064         'unsigned int'
9065         * .version: new year, new version: 2.3.7
9066         * src/SDCCmain.c (main): applied patch #866468
9067         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
9068         provided by Scott Bronson
9069         * doc/sdccman.lyx: updated documentation for sdcdb
9070         updated and added chapter tips
9071
9072 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9073
9074         * src/SDCCsymt.h: missing from yesterday's commits
9075
9076 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9077
9078         * src/SDCC.y (struct_or_union_specifier),
9079         * support/Util/SDCCerr.c,
9080         * support/Util/SDCCerr.h: verify that struct & union tags are used
9081         as declared.
9082
9083 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9084
9085         * src/SDCCglobl.h: missing from yesterday's commits
9086
9087 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9088
9089         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
9090         sft_attributes, struct_declaration, parameter_declaration,
9091         type_name, start_block, declaration_list),
9092         * src/SDCC.lex (check_type): support redefinition of typedef names
9093
9094 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9095
9096         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
9097         aligned xdata arrays. Erik helped me with the if clause.
9098
9099 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9100
9101         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
9102         warning
9103
9104 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9105
9106         * src/SDCCast.h,
9107         * src/SDCCast.c (newAst_),
9108         * src/SDCCicode.h,
9109         * src/SDCCicode.c (ast2iCode, newiCode),
9110         * src/SDCCglobl.h,
9111         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
9112         expr, statement, expression_statement, selection_statement,
9113         iteration_statement, expr_opt, jump_statement): foundation for tracking
9114         sequence points
9115         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
9116         point code too)
9117
9118 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9119
9120         * support/Util/SDCCerr.c,
9121         * src/SDCCast.h,
9122         * src/SDCCast.c (createCase, createDefault, decorateType),
9123         * src/SDCClabel.c (labelUnreach),
9124         * src/SDCC.y (labeled_statement, jump_statement): More improvements
9125         to error messages.
9126         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
9127         (with thanks to Stas Sergeev)
9128         * device/include/time.h,
9129         * device/lib/time.c (CheckTime): suppress unreachable code warning
9130
9131 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9132
9133         * src/SDCCast.c (createIvalCharPtr),
9134         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
9135         bug #753752)
9136         * support/regression/tests/nullstring.c: tests for these two bugs
9137
9138 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9139
9140         * support/Util/SDCCerr.h,
9141         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
9142         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
9143         about storage class and 'at' used inside struct or union
9144         * src/SDCCBBlock.c (iCodeFromeBBlock),
9145         * src/SDCCcse.c (ifxOptimize),
9146         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
9147         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
9148         printIval, emitStaticSeg, emitOverlay),
9149         * src/SDCClabel.c (deleteIfx),
9150         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
9151         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
9152         gatherAutoInit, processParms),
9153         * support/Util/SDCCerr.h,
9154         * support/Util/SDCCerr.c (werrorfl): Support for better error location
9155         reporting for post-parse errors.
9156
9157 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9158
9159         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
9160         implicit casts via union; they don't work on big endian systems
9161         (possible fix for bug #861138)
9162
9163 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9164
9165         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
9166         * src/mcs51/main.c: fixed the fix for bug #737001
9167
9168 2003-12-15  Borut Razem <borut.razem AT siol.net>
9169
9170         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
9171
9172 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9173
9174         * support/makebin/makebin.c: put output in binary mode
9175
9176 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9177
9178         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
9179         xdata and data memory on startup. Set the environment variable
9180         SDCC_NOGENRAMCLEAR to disable this.
9181         * src/mcs51/peephole.def,
9182         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
9183         (allows non-interrupt and interrupt code to safely compete for a resource
9184         without the non-interrupt code having to disable interrupts)
9185
9186 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9187
9188         * src/SDCCicode.c (geniCodeAdd),
9189         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
9190         with valFromType if type might be a pointer and host is big endian).
9191         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
9192         types, not just integer types.
9193         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
9194         multiply defined with mismatching "at" address.
9195
9196 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9197
9198         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
9199         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
9200         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
9201         with embedded nulls (fixed bug #753752)
9202
9203 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9204
9205         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
9206         Apparently this did not see much testing (endless loop)
9207
9208 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9209
9210         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
9211
9212 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9213
9214         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
9215         gracefully handle NULL memmap pointers
9216
9217 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9218
9219         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
9220         instead of deleting the iCode when an operand is volatile
9221         * src/z80/gen.c (genDummyRead),
9222         * src/mcs51/gen.c (genDummyRead),
9223         * src/ds390/gen.c (genDummyRead),
9224         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
9225         not just IC_RIGHT
9226         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
9227         * src/SDCC.y: fixed bug #850420
9228
9229 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9230
9231         Applied z80 i/o port patch from Peter Townson and fixed some operators
9232         to better handle operands in A register.
9233         * device/include/z180.h
9234         * src/SDCC.y
9235         * src/SDCCglue.c
9236         * src/z80/gen.c
9237         * src/z80/gen.h
9238         * src/z80/main.c
9239         * src/z80/peeph-z80.def
9240         * src/z80/peeph.def
9241         * src/z80/z80.h
9242
9243 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9244
9245         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9246
9247 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9248
9249         * device/lib/hc08/_mullong.c: Removed extra #endif
9250
9251 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9252
9253         * sim/ucsim/hc08.src/inst.cc,
9254         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9255         carries from x to h
9256         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9257         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9258         * device/include/stdarg.h: fixed varargs for hc08
9259         * device/lib/Makefile.in,
9260         * device/lib/hc08/Makefile,
9261         * device/lib/hc08/_mulint.c,
9262         * device/lib/hc08/_mullong.c: fixed some endian problems
9263
9264 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9265
9266         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9267         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9268         * device/lib/_gptrget.c,
9269         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9270
9271 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9272
9273         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9274         * src/SDCCast.c (astErrors): fixed bug #846007
9275         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9276
9277 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9278
9279         * src/SDCCast.c (decorateType): disabled a transformation I added in
9280         revision 1.188 (access to fields of a structure at an absolute address);
9281         it breaks with bitfields, extern declarations, and gcse analysis.
9282         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9283         could be assigned through a pointer, so don't complain.
9284         * src/SDCCast.c (astErrors),
9285         * src/SDCCast.h,
9286         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9287
9288 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9289
9290         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9291         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9292         output of __config directives, since gpasm now supports them
9293         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9294         pre-processor macro, i.e. -DMCU=p18f452
9295         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9296         and modified to handle 'cast' icode similarly to '=' icode
9297         * src/pic16/device.h (typedef struct PIC_device): added field
9298         'extMIface' to indicate that chip has external memory interface
9299         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9300         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9301         18F8720
9302
9303 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9304
9305         * src/SDCC.y (pointer): fixed bug #846006
9306         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9307         * src/SDCCast.c (decorateType): fixed bug #846009
9308         * src/ds390/peeph.def,
9309         * src/ds390/gen.c (genAnd, genOr),
9310         * src/mcs51/peeph.def,
9311         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9312
9313 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9314
9315         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9316         * src/SDCCdflow.c
9317         * src/SDCCcse.c
9318         * src/SDCCcse.h
9319         * src/SDCCBBlock.h
9320         * src/SDCCBBlock.c
9321
9322 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9323
9324         fixed bug #845089
9325         * src/SDCCbitv.h,
9326         * src/SDCCbitv.c: added function to free a bitvector
9327         * src/SDCClrange.h,
9328         * src/SDCClrange.c: added function to recompute the liveranges
9329         * src/avr/ralloc.c,
9330         * src/ds390/ralloc.c,
9331         * src/hc08/ralloc.c,
9332         * src/mcs51/ralloc.c,
9333         * src/pic/ralloc.c,
9334         * src/pic16/ralloc.c,
9335         * src/xa51/ralloc.c,
9336         * src/z80/ralloc.c: recompute the liveranges after register packing
9337
9338 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9339
9340         * src/SDCCloop.c (newInduction): fixed bug #845630
9341
9342 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9343
9344         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9345         inadvertantly left behind from my 2003-11-12 change
9346
9347 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9348
9349         Updated headers I neglected to commit yesterday.
9350         * src/SDCClrange.h,
9351         * src/SDCCicode.h
9352
9353 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9354
9355         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9356         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9357         * src/SDCCopt.c (eBBlockFromiCode),
9358         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9359         the creation of the key hash table from the sequencing so it can be used
9360         earlier (for some GCSE bug fixes still pending)
9361
9362 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9363
9364         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9365         * support/regression/tests/addsub.c: testing genPlus shortcut
9366
9367 2003-11-15  Borut Razem <borut.razem AT siol.net>
9368
9369         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9370
9371 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9372
9373         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9374         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9375         ordering is immaterial.
9376         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9377
9378 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9379
9380         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9381         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9382         (SIGSEV) of bug #840381
9383         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9384         unlink new file before rename if new and old filenames are the same)
9385
9386 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9387
9388         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9389         uninitialized variables) for the mcs51. Set environment variable
9390         SDCC_GENRAMCLEAR to test.
9391         xdata initialization slightly shorter
9392
9393 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9394
9395         * src/SDCCsymt.h,
9396         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9397         #838241 & 780691 (basicly the same bug)
9398         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9399         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9400
9401 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * src/SDCCmain.c (linkEdit): "fix" #834252
9404
9405 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9406
9407         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9408         * src/SDCCast.h,
9409         * src/SDCC.y: fixed bug #819403
9410
9411 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9412
9413         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9414         the reentrant attribute.
9415         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9416         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9417         simulation
9418         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9419         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9420         erroneously reduced to a literal.
9421         * src/hc08/ralloc.c (packRegisters, rematStr),
9422         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9423         some cases
9424
9425 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9426
9427         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9428         * doc/sdccman.lyx: changed from 'article' to 'book'
9429         * doc/Makefile: readded test_suite_spec and cdbfileformat
9430
9431 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9432
9433         * device/include/stdlib.h: include malloc.h to comply with ANSI
9434         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9435
9436 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9437
9438         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9439         * doc/clean.mk: also remove *.out files
9440         * doc/sdccman.lyx: some additions, larger top/bottom margins
9441
9442 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9443
9444         * src/SDCC.y: fixed bug #837365
9445         * support/regression/tests/bitopcse.c
9446         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9447         a symbol (might be valop instead)
9448         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9449         * device/lib/clean.mk: added hc08 to the cleaning list
9450
9451 2003-11-04  Borut Razem <borut.razem AT siol.net>
9452
9453         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9454           made 2003-11-04
9455         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9456           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9457           malloc is declared in standard stdlib.h
9458
9459 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9460
9461         * device/lib/hc08/Makefile: need to clean .rel not .o files
9462         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9463
9464 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9465
9466         * src/port.h,
9467         * src/hc08/main.c,
9468         * src/mcs51/main.c,
9469         * src/ds390/main.c,
9470         * src/z80/main.c,
9471         * src/avr/main.c,
9472         * src/pic/main.c,
9473         * src/pic16/main.c,
9474         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9475         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9476         tests (which uses the port's oclsExpense function)
9477         * src/SDCC.y,
9478         * src/SDCCast.c,
9479         * src/SDCCicode.c,
9480         * src/hc08/gen.c,
9481         * src/ds390/gen.c,
9482         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9483
9484 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9485
9486         * src/SDCCcse.c (ifxOptimize),
9487         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9488         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9489         deleting the IFX iCode.
9490         * src/hc08/ralloc.c: reduced unneeded slocs
9491         * src/hc08/gen.c: fixed bug in asmopToBoolean
9492
9493 2003-11-04  Borut Razem <borut.razem AT siol.net>
9494
9495         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9496           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9497           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9498           transferred to configure
9499
9500 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9501
9502         Use headers defined in the C[++] standards:
9503         * sim/ucsim/gui.src/serio.src/fileio.cc
9504         * sim/ucsim/gui.src/serio.src/frontend.cc
9505         * sim/ucsim/gui.src/serio.src/main.cc
9506         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9507         * support/Util/NewAlloc.c
9508         * as/hc08/lklibr.c
9509         * as/mcs51/lklibr.c
9510         * as/z80/aslist.c
9511         * as/z80/assym.c
9512
9513 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9514
9515         * Added MSVC projects for hc08 assembler and linker:
9516         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9517         /as/hc08/link_hc08.dsp
9518
9519 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9520
9521         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9522
9523 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9524
9525         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9526
9527 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9528
9529         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9530
9531 2003-10-31  Borut Razem <borut.razem AT siol.net>
9532
9533         * support/cpp2/cpplib.h,
9534           support/cpp2/cpplib.c,
9535           support/cpp2/cpplex.c,
9536           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9537           to switch _asm block preprocessing on / off. Default is
9538           #pragma preproc_asm +
9539
9540 2003-10-31  Borut Razem <borut.razem AT siol.net>
9541
9542         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9543           when outputting comment blocks (when executed with -C option) and
9544           _asm (SDCPP specific) blocks
9545
9546 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9547
9548         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9549
9550 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9551
9552         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9553
9554 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9555
9556         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9557         * src/SDCCast.c (decorateType): fixed bug #832664
9558
9559 2003-10-31  Borut Razem <borut.razem AT siol.net>
9560
9561         * support/cpp2/cpplex.c: fixed for SDCPP:
9562           comments(when executed with -C option) and _asm blocks
9563           were included even if they where in skipped #if block.
9564           Applied solution from GCC cpp 3.3.2
9565
9566 2003-10-31  Borut Razem <borut.razem AT siol.net>
9567
9568         * src/SDCC.lex: sdcc now understands both formats:
9569           '# <line_number> <file_name>' and
9570           '#line <line_number> <file_name>'
9571         * support/cpp2/cppmain.c: sdcpp now generates the standard
9572           '# <line_number> <file_name>' instead of former
9573           '#line <line_number> <file_name>'
9574
9575 2003-10-30  Borut Razem <borut.razem AT siol.net>
9576
9577         * support/cpp2/cpphash.h,
9578         * support/cpp2/cpplib.h
9579         * support/cpp2/cpplex.c,
9580         * support/cpp2/cppmain.c,
9581         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9582
9583 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9584
9585         Fixed a number of problems revealed by bug #827883.
9586         * src/SDCCloop.c (loopInvariants): Spill location of the
9587         result operand should be recomputed if extracted from
9588         a loop. Also, don't extract assignments of an iTemp
9589         from a literal.
9590         * src/SDCCast.c (isConformingBody): loop reversal should
9591         not occur if the control variable is involved with a
9592         relational operator.
9593
9594 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9595
9596         * .version: bumped to 2.3.6 to reflect the big improvements
9597         made by Erik and Klaus. Thanks!
9598
9599 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9600
9601         Replaced the livrange code.
9602         * src/SDCClrange.c: added new LR code
9603         * src/SDCCloop.c,
9604         * src/SDCCBBlock.h: removed remainig parts from old LR code
9605         * src/ds390/ralloc.c,
9606         * src/ds390/gen.c: minor fixes to make it work with new code
9607
9608 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9609
9610         * as/hc08/asm.h,
9611         * as/hc08/lkrloc.c,
9612         * src/hc08/gen.c,
9613         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9614         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9615         (tweaked fix for bug #818696)
9616
9617 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9618
9619         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9620
9621 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9622
9623         * src/SDCCmain.c,
9624         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9625         * src/mcs51/gen.c (gencjneshort),
9626         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9627         more efficient (per Scott Bronson's suggestion)
9628
9629 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9630
9631         Extended the semantics of the critical keyword to include
9632         individual statements. See RFE #827755 and #799831
9633         * src/SDCC.y
9634         * src/SDCCicode.c
9635         * src/SDCCopt.c
9636         * src/SDCCast.c
9637         * support/Util/SDCCerr.c
9638         * support/Util/SDCCerr.h
9639         * src/mcs51/gen.c
9640         * src/ds390/gen.c
9641         * src/hc08/gen.c
9642
9643 2003-10-19  Borut Razem <borut.razem AT siol.net>
9644
9645         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9646
9647 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9648
9649         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9650         Fixed bug #818696
9651         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9652         and predecrement operand is displayed
9653
9654 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9655
9656         * src/SDCCval.c (valMinus): fixed bug #826041
9657
9658 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9659
9660         Some hc08 related updates that I missed earlier
9661         * sim/ucsim/stypes.h
9662         * support/regression/ports/hc08/spec.mk
9663
9664 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9665
9666         New target "hc08" for the Motorola 68hc08 family of micros
9667
9668         * configure
9669         * configure.in
9670         * Makefile
9671         * src/hc08/*
9672         * src/SDCCmain.c
9673         * src/port.h
9674         * sim/ucsim/hc08.src/*
9675         * sim/ucsim/configure.in
9676         * src/ucsim/configure
9677         * sim/ucsim/packages_in.mk
9678         * as/hc08/*
9679         * as/Makefile
9680         * device/include/mc68hc908qy.h
9681         * device/lib/hc08/*
9682         * device/lib/Makefile.in
9683         * support/regression/ports/hc08/*
9684         * support/regression/Makefile
9685
9686 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9687
9688         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9689         regression test
9690         * src/ds390/gen.c (genCast): fixed bug #821957
9691
9692 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9693
9694         * device/lib/logf.c: "fixed" overlay bug
9695         * support/regression/ports/host/spec.mk: added m library
9696         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9697         * support/regression/tests/float_trans: added (for Eric)
9698
9699 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9700
9701         * src/mcs51/gen.c (genCpl): fixed bug
9702         http://sf.net/mailarchive/message.php?msg_id=6263915
9703
9704 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9705
9706         * src/SDCCast.c (decorateType): added extended constant folding
9707         * src/SDCCsymt.c (computeType): cleanup
9708         * src/SDCCval.c (valShift): minor optimization
9709         * support/regression/tests/ast_constant_folding.c: added
9710
9711 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9712
9713         * src/SDCCmain.c: removed some unintended changes
9714
9715 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9716
9717         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9718         * src/z80/gen.c: fixed part of bug #817589
9719         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9720
9721 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9722
9723         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9724         * src/SDCCcflow.c
9725         * src/SDCCcse.c
9726         * src/SDCCdflow.c
9727         * src/SDCClabel.c
9728         * src/SDCClrange.c
9729         * src/SDCCmem.c
9730         * src/SDCCopt.c
9731         * src/SDCCpeeph.c
9732         * src/SDCCset.c
9733         * src/avr/ralloc.c
9734         * src/ds390/ralloc.c
9735         * src/izt/ralloc.c
9736         * src/mcs51/ralloc.c
9737         * src/pic/ralloc.c
9738         * src/pic16/ralloc.c
9739         * src/xa51/ralloc.c
9740         * src/z80/ralloc.c
9741         * src/z80/gen.c: removed unused label "release:"
9742
9743 2003-10-06  Borut Razem <borut.razem AT siol.net>
9744
9745         * src/SDCC.lex: removed definition of unused variables
9746           save_optimize and save_options
9747
9748 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9749
9750         * clean.mk: removed '=' in "-maxdepth=1"
9751         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9752         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9753
9754 2003-10-06  Borut Razem <borut.razem AT siol.net>
9755
9756         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9757           my_unput() replaced by unput()
9758
9759 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9760
9761         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9762         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9763         type-punned pointer will break strict-aliasing rules"
9764         Old LR behaviour is again default; Klaus' LR can be choosen by
9765         defining the environment variable LRKLAUS
9766         * src/SDCCBBlock.h
9767         * src/SDCCloop.c
9768         * src/SDCClrange.c
9769         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9770         * clean.mk: fixed removal of files in bin/CVS/
9771         * device/lib/clean.mk: fixed removal of directories small and large
9772         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9773         * src/SDCCicode.c,
9774         * src/SDCCval.c: removed superflous test for pedantic
9775
9776 2003-10-05  Borut Razem <borut.razem AT siol.net>
9777
9778         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9779           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9780           message "unmatched #pragma SAVE and #pragma RESTORE"
9781
9782 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9783
9784         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9785           assembly, critical functions, atomic, nojtbound)
9786
9787 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9788
9789         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9790         * src/SDCCBBlock.h
9791         * src/SDCCloop.c
9792         * src/SDCCloop.h
9793         * src/SDCClrange.c
9794
9795 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9796
9797         * src/z80/gen.h,
9798         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9799         * src/mcs51/gen.h
9800         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9801         * src/ds390/gen.h
9802         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9803         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9804         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9805
9806 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9807
9808         * src/z80/gen.c (genRet): fixed bug #524753
9809         * src/z80/gen.c (genCast): fixed internal error on cast from
9810         pointer to long
9811         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9812         fix for bug #477835 to the z80
9813         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9814         for tracking iCodes in the peephole optimizer for z80
9815
9816 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9817
9818         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9819         the other part of bug #814548
9820         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9821
9822 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9823
9824         * src/SDCCcse.c: fixed part of bug #814548
9825
9826 2003-09-28  Borut Razem <borut.razem AT siol.net>
9827
9828         * src/asm.c: rewrite of printILine() to use temporary file instead
9829           a pipe
9830         * src/xa51/main.c: commented out declaration of int rewinds
9831
9832 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9833
9834         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9835
9836 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9837
9838         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9839         * src/asm.c (printILine): Fixed bug #811015
9840
9841 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9842
9843         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9844         freeing.
9845
9846 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9847
9848         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9849         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9850         to correctly handle general case of AOP_PAIRPTR
9851         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9852
9853 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9854
9855         * src/mcs51/ralloc.c (fillGaps),
9856         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9857         register positioning bug)
9858
9859 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9860
9861         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9862
9863 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9864
9865         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9866         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9867         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9868         (ralloc doesn't intentionally do this now, but perhaps later)
9869         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9870         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9871         register positioning bugs (Fixed bug #762602 and #795325)
9872         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9873         (Fixed bug #808779)
9874         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9875         lines that --i-code-in-asm generates
9876
9877 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9878
9879         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9880         trying to fclose a FILE* that was already closed.
9881
9882 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9883
9884         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9885         of const struct should be treated as if const themselves)
9886
9887 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9888
9889         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9890
9891 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9892
9893         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9894         Unix (/n) and DOS (/r/n) line terminations.
9895
9896 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9897
9898         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9899         bug #613775
9900
9901 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9902
9903         * src/mcs51/gen.c (genFunction, genEndFunction),
9904         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9905         and restore of EA so that stack offsets to parameters are
9906         correct when using both critical and reentrant/stack-auto.
9907         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9908         size (can be triggered in error if sloc is shared between
9909         different sized objects)
9910         * device/include/float.h: fixed macros to explicitly use
9911         unsigned long where needed
9912
9913 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9914
9915         Feature req. 799831: added code to allow nesting of critical functions
9916         * src/mcs51/gen.c (genFunction, genEndFunction)
9917         * src/ds390/gen.c (genFunction, genEndFunction)
9918
9919 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9920
9921         * src/SDCCsymt.c (sclsFromPtr),
9922         * src/SDCCsymt.h,
9923         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9924         support for standard C idiom of memory mapped variables; for
9925         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9926         to xdata int at 0x1234 tempvar = 1.
9927         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9928         provided by Akiya ISHIDA
9929
9930 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9931
9932         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9933         * src/SDCCval.c (constVal): added reduction from int to char
9934         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9935         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9936         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9937         to ignore the sign
9938         * support/regression/tests/shifts.c: fixed
9939
9940 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9941
9942         * src/z80/gen.c (genXor): Fixed bug #805445
9943
9944 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9945
9946         Fixed bug #621531 (const & volatile confusion in the type chain).
9947         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9948         refer to the const or volatile state of the pointer itself.
9949
9950         * src/SDCCast.c
9951         * src/SDCCglue.c
9952         * src/SDCCicode.c
9953         * src/SDCCsymt.c
9954         * src/SDCCval.c
9955         * src/SDCC.y
9956         * src/SDCCsymt.h
9957         * src/pic/gen.c
9958         * src/pic/ralloc.c
9959         * src/pic16/gen.c
9960         * src/pic16/ralloc.c
9961         * support/regression/tests/const.c
9962
9963 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9964
9965         When checking for duplicated modules, use absolute paths
9966         instead of relative paths.  Files changed:
9967
9968         * as/mcs51/lklib.c
9969         * link/z80/lklib.c
9970
9971 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9972
9973         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9974
9975 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9976
9977         * device/include/string.h: added size_t typedef, changed
9978         prototypes to use size_t, eliminated separate reentrant and
9979         non-reentrant declarations, added _memmove declaration
9980         * device/lib/_memcpy.c: changed to use size_t instead of int,
9981         changed /4 to >>2 to avoid division library call
9982         * device/lib/_memcmp.c,
9983         * device/lib/_memset.c,
9984         * device/lib/_strncat.c,
9985         * device/lib/_strncpy.c,
9986         * device/lib/_strncmp.c: changed to use size_t instead of int
9987         * device/lib/_memmove.c: new file (fixed bug #772294)
9988         * device/lib/Makefile.in: added _memmove.c
9989         * device/lib/z80/asm_strings.s: fixed bug #772290
9990         * support/regression/tests/bitfields.c: attempt to fix host assertion
9991         failure on amd64-unknown-linux2.2
9992
9993 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9994
9995         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9996         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9997         * as/z80/asmain.c (main): fixed bug #801766
9998
9999 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10000
10001         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10002         compilers
10003
10004 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10005
10006         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10007         reported in bug #800609
10008
10009 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10010
10011         * Top header beautifications in src/pic16 directory:
10012           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
10013           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
10014           pcoderegs.h, ralloc.c, ralloc.h
10015         * main.c: added top header and GPL license notice
10016         * pcode.c: fixed the if-conditional warning
10017
10018 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
10019
10020         * device/lib/_mullong.c: replaced int by short for gcc
10021
10022 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10023
10024         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
10025         and JUMPTABLE iCodes properly now (worked by accident before)
10026         * src/mcs51/gen.c (leftRightUseAcc),
10027         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
10028         iCode properly now. Use getSize instead of nRegs since a & b
10029         aren't part of the nRegs tally.
10030
10031 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
10032
10033         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
10034         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
10035           before instructions that use the _STATUS register
10036
10037 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
10038
10039         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
10040         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
10041         fetching of the pointer
10042         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
10043         copied from genNearPointerSet()
10044         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
10045         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
10046         If they pop r0/r1 they must be called in the opposite order than aopOp().
10047         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
10048         (resp. --stack-auto), prepared for --xstack
10049
10050 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10051
10052         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
10053
10054 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10055
10056         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
10057         these ports have their own __sdcc_external_start()
10058
10059 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
10060
10061         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10062         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
10063         type for bits was changed. It resulted in bit variables becoming
10064         global, which is not permitted in PIC 14 assembly output.
10065
10066 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10067
10068         * doc/sdccman.lyx: various additions and updates. Rearranged sections
10069
10070 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10071
10072         Z80 and MCS51 linkers complaint if a public symbol is defined
10073         in more than one library module:
10074
10075         * as/mcs51/lklib.c
10076         * link/z80/lklib.c
10077         * as/mcs51/Makefile.in
10078
10079 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10080
10081         A few small changes that speed up the peephole optimizer.
10082
10083         * src/SDCCpeeph.c
10084
10085 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10086
10087         Try to make the peephole optimizer smarter by maintaining
10088         an association between the assembly source code and the
10089         iCodes that originated them. Put this information to use
10090         with a new peephole rule condition "notVolatile" so that
10091         the rules can be aggressive yet still safe.
10092
10093         * src/SDCCpeeph.c
10094         * src/SDCCpeeph.h
10095         * src/mcs51/gen.c
10096         * src/mcs51/peeph.def
10097
10098 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10099
10100         Fixed bug #741761
10101
10102         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
10103         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
10104         if the left or right operand symbols have the accuse flag set.
10105
10106 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10107
10108         Changed the type of the result of the ! (NOT) operator to char;
10109         previously it returned the same type as the source. This allows
10110         us to eliminate all the genFloatNot functions (all of its target
10111         implementations were very buggy) since !float can use the same
10112         code as !long now.
10113
10114         * src/SDCCicode.c (ast2iCode): ! returns char
10115         * src/mcs51/gen.c (genNot, genNotFloat),
10116         * src/ds390/gen.c (genNot, genNotFloat),
10117         * src/z80/gen.c (genNot, genNotFloat),
10118         * src/pic/gen.c (genNot, genNotFloat),
10119         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
10120
10121 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
10122
10123         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10124         1. Interrupt would not compile properly. Ensure PCLATH register is saved
10125            during interrupts. Ensure WSAVE is located at a shared bank address.
10126         2. Fixed page selection in some places
10127         3. Fixed BTFSS/C to where necessary use registers directly and not simply
10128            the registers name strings.
10129         4. Fixed "signed / unsigned compare" compiler warnings.
10130         5. The PIC port manages its own allocation of the general purpose
10131            registers, but makes no attempt to reuse them. As a result when
10132            compiling it soon runs out of general purpose registers. Some
10133            additional code was added to the files pcode.c and device.c to walk
10134            through the function call tree and rename the registers so that they
10135            get reused.
10136
10137         * src/pic/device.c
10138         * src/pic/gen.c
10139         * src/pic/glue.c
10140         * src/pic/pcode.c
10141         * src/pic/pcode.h
10142         * src/pic/ralloc.c
10143         * src/pic/ralloc.h
10144         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
10145         genPlus() & genMinus() when the result is the same as left or right
10146
10147 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10148
10149         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
10150
10151 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10152
10153         Made bitfield a distinct type from bit so that bitfields
10154         convert as per ANSI C and bits retain their traditional
10155         boolean style behaviour. Implemented bitfield support in
10156         the z80 port.
10157
10158         * src/SDCCsymt.h,
10159         * src/SDCCsymt.c,
10160         * src/SDCCast.c,
10161         * src/cdbFile.c,
10162         * src/mcs51/gen.c,
10163         * src/ds390/gen.c: bit v bitfield split
10164         * src/z80/gen.c: New support for bitfields
10165         * support/regression/tests/bitfields.c: reenabled z80,
10166         added more tests
10167
10168 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10169
10170         Rules 246.x, 247.x relate to bitfields, the others speed up
10171         access to xdata mapped I/O devices.
10172
10173         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
10174
10175 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10176
10177         Cleaned up genPackBits and genUnpackBits and added two helper
10178         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
10179         for literal assignments in genPackBits (thanks to Frieder for
10180         reminding me).
10181
10182         * src/mcs51/gen.c
10183         * src/ds390/gen.c
10184
10185 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10186
10187         Fixed bug #748310 (pointer to function type mishandled when the
10188         function name is omitted). Also fixed a SIGSEGV when a function
10189         attribute (reentrant, etc) is used on a non-function or on a
10190         function but misplaced before the parameter list.
10191
10192         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
10193         bug #748310
10194         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
10195         * support/Util/SDCCerr.h,
10196         * support/Util/SDCCerr.c: Added func attr misuse error msg
10197
10198 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10199
10200         Fixed bug #787649 by anonymous
10201         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
10202         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
10203
10204 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10205
10206         Fixed numerous bitfield problems.
10207
10208         * src/SDCC.y: More bitfield related error checking
10209         * src/SDCCsymt.h,
10210         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
10211         * support/Util/SDCCerr.h,
10212         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
10213         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10214         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10215         * support/regression/tests/bitfields.c: tests added
10216
10217 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10218
10219         Made the constant following the "interrupt" keyword optional. If
10220         omitted, the function will not automatically be given an entry
10221         in the interrupt vector table (similar to #pragma NOIV, but
10222         less syntacticly kludgy). The interrupt number is also now
10223         range checked. Also fixed a bug in the high order bit example
10224         in the manual.
10225
10226         * src/SDCC.y
10227         * src/SDCCmem.c
10228         * src/SDCCglue.c
10229         * src/SDCCsymt.h
10230         * support/Util/SDCCerr.c
10231         * support/Util/SDCCerr.h
10232         * doc/sdccman.lyx
10233
10234 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10235
10236         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
10237         * src/SDCCicode.c (operandOperation): rewritten some ops
10238         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
10239         * src/SDCCsymt.c (computeType): literals are handled the same way as any
10240         other type
10241         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
10242         be re-activated by defining REDUCE_LITERALS)
10243         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10244         unsigned, but are signed by default
10245         * src/SDCCval.c (constVal): rearranged
10246         * src/SDCCval.c (valMod): preliminary fix
10247         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10248         * support/regression/literalop.c: added, work in progress
10249
10250 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10251
10252         Generate warnings for useless declarations like "char data;"
10253         that don't do what new users expect.
10254
10255         * src/SDCC.y
10256         * support/Util/SDCCerr.h
10257         * support/Util/SDCCerr.c
10258
10259 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10260
10261         * src/SDCCval.c (valMult): fix overflow detection of negative int
10262
10263 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10264
10265         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10266
10267         Changes to support big endian targets:
10268
10269         * src/ports.h
10270         * src/SDCCglue.c
10271         * src/avr/main.c
10272         * src/ds390/main.c
10273         * src/izt/i186.c
10274         * src/mcs51/main.c
10275         * src/pic/main.c
10276         * src/pic16/main.c
10277         * src/xa51/main.c
10278         * src/z80/main.c
10279
10280 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10281
10282         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10283         * device/lib/time.c: fixed warning "integer overflow in expression"
10284
10285 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10286
10287         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10288         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10289         constants are unsigned; added recognition of "u" flag for unsigned
10290         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10291         * src/SDCCval.c (valDiv, valMod): fixed signdness
10292         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10293         signedness of modulo, left and right shift
10294         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10295         * support/Util/SDCCerr.h: added warning W_INT_OVL
10296         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10297         * src/SDCCast.c (ast_print): improved output of constants
10298
10299 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10300
10301         Fixed some warnings when building with MSVC:
10302
10303         * as/mcs51/asdata.c
10304         * as/z80/asdata.c
10305         * as/mcs51/asm.h
10306         * as/z80/asm.h
10307         * link/z80/aslink.h
10308         * link/z80/lkdata.c
10309         * link/z80/lkeval.c
10310         * link/z80/lkgb.c
10311         * link/z80/lkihx.c
10312         * link/z80/lks19.c
10313         * link/z80/lksym.c
10314         * support/cpp2/cpplib.c
10315         * src/ds390/gen.c
10316         * src/mcs51/gen.c
10317
10318 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10319
10320         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10321
10322 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10323
10324         * support/librarian/clean.mk: Do not remove Makefile.
10325         * support/librarian/Makefile: added.
10326
10327 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10328
10329         Added librarian to MSVC build:
10330         * all.dsp
10331         * sdcc.dsw
10332         * support/librarian/librarian.dsp
10333
10334         'configure' not needed for librarian, removed:
10335         * support/librarian/configure
10336         * support/librarian/configure.in
10337         * support/librarian/config_in.h
10338         * support/librarian/Makefile.in
10339
10340         Hopefully these ones built the librarian and the rest of sdcc properly:
10341         * Makefile
10342         * Makefile.common.in
10343
10344         Messed up 'configure', so revert to previous version:
10345         * configure
10346         * configure.in
10347
10348 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10349
10350         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10351         there, while the mantissa of a double is "only" 53 bits wide.
10352
10353 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10354
10355         Adding sdcclib to the build.  MSVC project coming soon.
10356         Files added/changed:
10357
10358         * support/librarian/clean.mk
10359         * support/librarian/configure
10360         * support/librarian/configure.in
10361         * support/librarian/config_in.h
10362         * support/librarian/Makefile.bcc
10363         * support/librarian/Makefile.in
10364         * support/librarian/sdcclib.c
10365         * Makefile.bcc
10366         * Makefile
10367         * Makefile.common.in
10368         * configure
10369         * configure.in
10370
10371 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10372
10373         Linker now complaints if linked modules have conflicting options, for
10374         example, one compiled using --model-large and another one compiled with
10375         --model-small.  The following files were modified:
10376
10377         * as/mcs51/asdata.c
10378         * as/mcs51/aslink.h
10379         * as/mcs51/asm.h
10380         * as/mcs51/asmain.c
10381         * as/mcs51/asout.c
10382         * as/mcs51/i51pst.c
10383         * as/mcs51/lkdata.c
10384         * as/mcs51/lklibr.c
10385         * as/mcs51/lkmain.c
10386         * as/z80/asdata.c
10387         * as/z80/asm.h
10388         * as/z80/asmain.c
10389         * as/z80/asout.c
10390         * as/z80/z80pst.c
10391         * link/z80/aslink.h
10392         * link/z80/lkdata.c
10393         * link/z80/lklibr.c
10394         * link/z80/lkmain.c
10395         * src/SDCCglue.c
10396
10397 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10398
10399         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10400         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10401
10402 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10403
10404         * src/z80/mappings.i: fix _mul[us][int,long] entries
10405
10406 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10407
10408         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10409
10410 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10411
10412         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10413         * support/regression/tests/bitopcse.c: added
10414         fixed warning:
10415         * src/avr/gen.c:
10416         * src/pic/gen.c:
10417         * src/pic16/gen.c:
10418         * src/z80/gen.c:
10419         * src/xa51/gen.c:
10420
10421 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10422
10423         added support for new library format to z80, gbz80 linkers:
10424         *link/z80/aslink.h
10425         *link/z80/lklex.c
10426         *link/z80/lklib.c
10427         *link/z80/lklist.c
10428
10429 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10430
10431         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10432         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10433
10434 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10435
10436         added DUMMY_READ_VOLATILE:
10437         * src/SDCC.y:
10438         * src/avr/gen.c:
10439         * src/xa51/gen.c:
10440         * src/z80/gen.c:
10441         * src/pic/gen.c:
10442         * src/pic16/gen.c:
10443         * src/mcs51/gen.c:
10444         * src/ds390/gen.c:
10445         * src/SDCCcse.c (algebraicOpts): many improvements
10446         * src/SDCCcse.h: removed algebraicOpts()
10447         * src/SDCCicode.c (picDummyRead): added
10448
10449 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10450
10451         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10452         "Insufficient space in data memory".
10453
10454 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10455
10456         * src/mcs51/gen.c: fixed bug #771358
10457         * src/z80/gen.c: fixed bug #759087
10458
10459 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10460
10461         * src/pic16/glue.c: minor cleanup by Vangelis
10462
10463 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10464
10465         * device/include/regc515c.h: fixed #758477
10466         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10467         * device/lib/_gptrput.c: saved a few bytes
10468         * my tab spacing is 8, yours too?)
10469         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10470         * device/lib/serial.c: process RX bytes earlier than TX bytes
10471         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10472
10473 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10474
10475         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10476
10477 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10478
10479     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10480
10481 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10482
10483         * device/lib/Makefile.in: bad fix, reverted to 1.43
10484
10485 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10486
10487         * device/lib/Makefile.in: added missing z80 object files
10488
10489 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10490
10491         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10492         pic16 progress by Vangelis:
10493         * src/SDCCglobl.h:
10494         * src/SDCCmain.c:
10495         * src/pic/Makefile:
10496         * src/pic:
10497         * pic/Makefile:
10498         * pic16/device.c:
10499         * pic16/device.h:
10500         * pic16/gen.c:
10501         * pic16/gen.h:
10502         * pic16/genarith.c:
10503         * pic16/glue.c:
10504         * pic16/main.c:
10505         * pic16/pcode.c:
10506         * pic16/pcode.h:
10507         * pic16/pcodepeep.c:
10508         * pic16/peeph.def:
10509
10510 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10511
10512     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10513
10514 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10515
10516     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10517     added gbz80 build to MSVC project.
10518     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10519     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10520     from 8051 stuff and setup so it links using a .lnk file.
10521
10522 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10523
10524     * support/librarian/sdcclib.c: sdcc librarian.
10525     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10526     with sdcclib.
10527
10528 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10529
10530     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10531
10532 2003-07-02  Borut Razem <borut.razem AT siol.net>
10533
10534         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10535         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10536         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10537         src/xa51/main.c, src/z80/main.c:
10538         virtualization of glue() function: each port has it's own glue function,
10539         which is accessed by do_glue function pointer in PORT.general structure
10540
10541 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10542
10543         * DS800C400 fun, improved ROM interface and tinibios.
10544
10545 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10546
10547         * More support for DS80C400. Now includes beginning of interface to ROM.
10548
10549 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10550
10551         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10552
10553 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10554
10555         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10556
10557 2003-06-19  Borut Razem <borut.razem AT siol.net>
10558
10559         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10560
10561 2003-06-19  Borut Razem <borut.razem AT siol.net>
10562
10563         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10564         fixed Z80 port - crt0.o: cannot open.
10565
10566 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10567
10568         * support/Util/MySystem.c (merge_command): revert bad fix
10569
10570 2003-06-18  Borut Razem <borut.razem AT siol.net>
10571
10572         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10573
10574 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10575
10576         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10577         option --use-stdout sends errors to stdout instead of stderr.
10578
10579 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10580
10581         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10582
10583 2003-06-15  Borut Razem <borut.razem AT siol.net>
10584
10585         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10586         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10587         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10588         fixed width array of pointers replaced with sets;
10589         multiple include and lib paths ared transferred to preprocessor and linker
10590         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10591         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10592         fixed width array of pointers
10593         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10594         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10595         fixupPath(), getPathDifference()
10596         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10597         fixed width array of pointers
10598
10599 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10600
10601         * src/pic16/ralloc.c: fix warnings
10602         * src/pic16/pcode.c: fix warning
10603
10604 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10605
10606          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10607         know all the details, but essentially this set of changes enable
10608         the pic16 port to generate movff instructions and generate assembler
10609         directives,
10610         * src/SDCCmain.c:
10611         * src/pic16/gen.c:
10612         * src/pic16/glue.c:
10613         * src/pic16/pcode.c:
10614         * src/pic16/device.c:
10615         * src/pic16/main.c:
10616         * src/pic16/pcode.h:
10617         * src/pic16/pcoderegs.c:
10618         * src/pic16/ralloc.c:
10619         * src/pic16/ralloc.h:
10620
10621 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10622
10623         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10624         added option --vc, so sdcc errors and warnings are compatible with
10625         Microsoft Visual Studio.
10626
10627 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10628
10629         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10630           device/lib/libfloat.lib: added atof function.
10631
10632 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10633
10634         * doc/sdccman.lyx: updated to Lyx 1.3
10635         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10636         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10637         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10638
10639 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10640
10641         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10642
10643 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10644
10645         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10646           additions to the "related tools/documentation" section
10647
10648 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10649
10650         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10651
10652 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10653
10654         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10655         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10656
10657 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10658
10659         * doc/sdccman.lyx: fix double dash and other minor things
10660         * doc/Makefile: fix double dash
10661
10662 2003-05-28  Karl Bongers(patches from Martin Helmling)
10663         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10664           condition and ignore commands.
10665
10666 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10667
10668         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10669           is in parts still quite out of date, I did changes as far as I felt makes sense
10670           for a non-native english speaker.
10671           Please feel free to add to the manual or to correct my changes.
10672         * doc/Makefile: undid touching the date of intermediate tex files.
10673
10674 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10675
10676         * doc/sdccman.lyx: Manual has an index now
10677
10678 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10679
10680         Finalize muluint/mulsint and mululong/mulslong merging:
10681         * device/lib/_mulint.c
10682         * device/lib/_mullong.c
10683         * device/lib/gbz80/mul.s
10684         * device/lib/gbz80/stubs.s
10685         * device/lib/z80/mul.s
10686         * device/lib/z80/stubs.s
10687         * src/SDCCsymt.c (initCSupport)
10688
10689 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10690
10691         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10692         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10693           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10694           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10695           instead of /Zm500.
10696
10697 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10698
10699         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10700           the regression tests I'm not brave enough to enable 245.b, 245.c
10701         * doc/sdccman.lyx: added latex preamble for hyperref package.
10702           Using pdflatex this will give you a hyperlinked pdf file with
10703           bookmarks. (prepend '%' before /usepackage if this breaks something)
10704
10705 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10706
10707          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10708
10709 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10710
10711         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10712
10713 2003-05-21    <johan AT balder>
10714
10715         * src/SDCCglue.c (printIval): fixed bug #739934
10716
10717 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10718
10719         Applied patch from bug 737905 (renamed yylineo to mylineno):
10720         * src/altlex.c
10721         * src/SDCCast.c
10722         * src/SDCglobl.h
10723         * src/SDCC.lex
10724         * src/SDCCsymt.c
10725         * src/SDCCval.c
10726         * src/pic16/pcode.c: Cleaned warnings
10727         * src/pic16/pcodeflow.c: Cleaned warnings
10728         * src/pic16/pcoderegs.c: Cleaned warnings
10729
10730 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10731
10732         * src/pic16/pcode.c: Cleaned warnings
10733         * src/pic16/pcodepeep.c: Cleaned warnings
10734         * src/pic16/ralloc.c: Cleaned warnings
10735
10736 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10737
10738         * doc/sdccman.lyx: fixed bug 739745
10739         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10740
10741 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10742
10743         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10744         it can be defined with CFLAGS when running configure
10745         * src/SDCCmain.c: fixed compiling + linking with object files
10746
10747 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10748
10749         * configure.in: configure for pic16 port,
10750             added --disable-pic16-port
10751         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10752         * src/SDCCmain.c: linkOptions is changed to set *,
10753             added if/endif conditional macros to remove options help
10754             messages from optionsTable when a port is not configured, added
10755             support for the PIc16 port in the ports table, when executing
10756             the compiler with no port specified on command line, a default
10757             port is selected with the new macro DEFAULT_PORT which is
10758             defined in port.h, in setDefaultOptions() linkOptions is removed
10759             from initialization assignment, since now it is a set,
10760             parseCmdLine uses setParseWithComma for linkOptions, in
10761             linkEdit() linkOptions are accessed with new function indexSet()
10762             which returns the i'th item of a set variable. See SDCCset.c, in
10763             linkEdit() when calling buildCmdLine(), added linkOptions as
10764             last argument. Now users can pass arguments to gplink via the
10765             -Wl option, main() uses pic16glue() to glue up pic16 programs
10766         * src/SDCCpeeph.c: various changes to support pic16
10767         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10768             return the i'th item of the set
10769         * src/SDCCset.h: added function prototype for indexSet()
10770         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10771         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10772         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10773             added macro DEFAULT_PORT
10774         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10775         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10776             generated
10777         * src/pic16/glue.c: commented out some error producing lines
10778         * src/pic16/main.c: __config directives are commented out to stop
10779             gpasm complaining and test the linkage with gplink, _linkCmd and
10780             _asmCmd changed to be more gplink and gpasm friendly
10781         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10782             produced an error when parsed, peep rule 12 is added to utilize
10783             movff, but it is commented out since the pCode does not support
10784             yet a command with 2 address arguments
10785
10786 2003-05-18    <johan AT balder>
10787
10788         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10789         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10790 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10791
10792         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10793   Added feature to script commands from file.
10794
10795 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10796
10797         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10798         * src/SDCCutil.c: include ctype.h for win32
10799
10800 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10801
10802         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10803
10804 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10805
10806         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10807   Fixed so you can set breakpoints prior to run, run does not stop
10808   on entry now.  Add tbreak.  Other enhancements and fixes for use
10809   with ddd.
10810
10811 2003-05-12  Borut Razem <borut.razem AT siol.net>
10812
10813         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10814
10815 2003-05-11  Borut Razem <borut.razem AT siol.net>
10816
10817         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10818         the path of bin directory, so that PATH is the only env. variable, which has to be set
10819         in case of standard installation.
10820         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10821         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10822         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10823
10824 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10825
10826         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10827         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10828         temp files are in the port dir; clean the gen/test directory when
10829         generating new test.c
10830         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10831         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10832         * support/regression/tests/zeropad.c: added
10833
10834 2003-05-09    <johan AT balder>
10835
10836         * src/SDCCglue.c: fixed bug #597940
10837
10838 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10839
10840         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10841   cache sfr, optimize next,step, fix off by one sourceline,
10842   support ddd list function.
10843         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10844
10845 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10846
10847         * support/regression/HTMLgen.py: added compare_s2f()
10848         * support/regression/Makefile: redo 1.27
10849         * support/regression/generate-cases.py: redo 1.5
10850
10851 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10852
10853         * support/regression/tests/float.c: workaround 33 bit hex constant
10854         * support/regression/tests/simplefloat.c: fix division for host
10855
10856 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10857
10858         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10859         that tame's the PIC's over-aggressive optimizer.
10860
10861 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10862
10863          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10864          support for MSVC.
10865
10866 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10867
10868         Initial support for DS80C400. "Hello world" runs on TINIm400
10869         (with polled I/O).
10870
10871 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10872
10873          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10874          * Some notes on ddd usage added in debugger/README
10875          Martin Helmling adding more features and fixes for ddd GUI debugger.
10876          Code added for nexti, stepi, up, down, and other adjustments.
10877
10878 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10879
10880         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10881         * src/pic/peeph.def Added two rules to optimize carry manipulation
10882         * src/pic/* removed debug printfs
10883
10884 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10885
10886         * debugger/mcs51/cmd.c: added header newalloc.h
10887
10888 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10889
10890         * as/Makefile: new EXEEXT
10891         * as/z80/Makefile: remove trailing slash of BUILDIR
10892         * as/z80/clean.mk: new EXEEXT
10893         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10894         * support/cpp2/Makefile.in: new EXEEXT
10895         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10896
10897 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10898
10899         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10900         EXEEXT was introduced to fix all related problems with targets
10901         "clean", "install" and "uninstall"; a couple of further flaws
10902         especially with "clean" have been fixed too
10903         * as/mcs51/Makefile.in
10904         * as/mcs51/clean.mk
10905         * as/z80/Makefile
10906         * Makefile
10907         * clean.mk
10908         * debugger/mcs51/Makefile.in
10909         * debugger/mcs51/clean.mk
10910         * link/z80/Makefile
10911         * link/z80/Makefile.in
10912         * link/z80/clean.mk
10913         * link/Makefile
10914         * packihx/Makefile.in
10915         * packihx/clean.mk
10916         * sim/ucsim/Makefile
10917         * sim/ucsim/clean.mk
10918         * sim/ucsim/avr.src/Makefile.in
10919         * sim/ucsim/avr.src/clean.mk
10920         * sim/ucsim/s51.src/Makefile.in
10921         * sim/ucsim/s51.src/clean.mk
10922         * sim/ucsim/xa.src/Makefile.in
10923         * sim/ucsim/xa.src/clean.mk
10924         * sim/ucsim/z80.src/Makefile.in
10925         * sim/ucsim/z80.src/clean.mk
10926         * sim/ucsim/main_in.mk
10927         * sim/ucsim/packages_in.mk
10928         * sim/ucsim/gui.src/Makefile.in
10929         * sim/ucsim/gui.src/serio.src/Makefile.in
10930         * sim/ucsim/gui.src/serio.src/clean.mk
10931         * src/Makefile.in
10932         * src/clean.mk
10933         * support/cpp2/Makefile.in
10934         * support/cpp2/clean.mk
10935         * support/makebin/Makefile
10936         * support/makebin/clean.mk
10937         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10938         * doc/sdccman.lyx: --program-suffix no longer needed
10939
10940 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10941
10942          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10943          Martin Helmling added support for ddd GUI debugger.
10944          Code added to display assembly, set variables, and other commands
10945          to interface to ddd.
10946
10947 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10948
10949         * as/Makefile: fix target clean
10950         * as/clean.mk: fix target clean
10951         * as/z80/clean.mk: fix target clean
10952
10953 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10954
10955         * Makefile.common.in: added  AT EXEEXT AT
10956         * configure.in: removed all mingw32 stuff
10957         * configure: rebuilt from configure.in
10958         * doc/sdccman.lyx: updated section "installation"
10959         * support/scripts/sdcc_mingw32: adapted to configure
10960         * support/scripts/sdcc_cygwin_mingw32: added
10961
10962 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10963
10964         * src/pic Added object file support for the PIC port
10965         * src/pic Applied patch from Craig Franklin (this started the object file support)
10966         * src/regression Updated the PIC regression tests for object files
10967
10968 2003-04-20  Borut Razem <borut.razem AT siol.net>
10969
10970         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10971           lklex.c: In function `getfid':
10972           lklex.c:203: warning: array subscript has type `char'
10973         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10974           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10975         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10976           stack handling macros
10977
10978 2003-04-19  Borut Razem <borut.razem AT siol.net>
10979
10980         * "handling space characters in file path" task:
10981         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10982         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10983         * support/Util/MySystem.h: make it self-sufficient
10984         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10985           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10986           handling space characters in file path
10987         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10988           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10989         * support/Util/MySystem.c: handling space characters in executable's path
10990
10991 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10992
10993         * as/z80/Makefile: fix permanent rebuild of z80
10994         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10995         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10996
10997 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10998
10999         * src/SDCCopt.c: add special case optimization to replace modulo by
11000           a power of two with a bitwise AND.
11001
11002 2003-04-18    <johan AT balder>
11003
11004         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11005
11006 2003-04-17    <johan AT balder>
11007
11008         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11009         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11010
11011 2003-04-13  Borut Razem <borut.razem AT siol.net>
11012
11013         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
11014         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
11015           fixed mingw problem in adl_NORMALIZE_PATH
11016
11017 2003-04-12  Borut Razem <borut.razem AT siol.net>
11018
11019         * fixed "#pragma SAVE/RESTORE can not be nested":
11020         * src/SDCC.lex: reworked pragma handling functions
11021         * sdcc/src/SDCCglobl.h: reworked stack handling macros
11022         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
11023
11024 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11025
11026         * src/SDCCutil.c (pathEquivalent): defined but not used
11027         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
11028         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
11029         * configure: rebuilt from configure.in
11030         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11031         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11032         * device/include/Makefile.in: replace sdcc_datadir
11033         * device/lib/Makefile.in: replace sdcc_datadir
11034         * Makefile.common.in: add LDFLAGS from configure
11035         * packihx/Makefile.in: use LDFLAGS
11036         * src/Makefile.in: use LDFLAGS
11037         * support/cpp2/Makefile.in: add LDFLAGS from configure
11038         * support/makebin/Makefile: use LDFLAGS
11039         * .version: bumped version number to 2.3.5
11040
11041 2003-04-12  Borut Razem <borut.razem AT siol.net>
11042
11043         * completed "different paths" task:
11044         * src/SDCCmacro.c: fixed bug in handling quotes
11045         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
11046         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
11047
11048 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11049
11050         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
11051
11052 2003-04-11 kevin Vigor <kevin AT vigor.nu>
11053
11054         * ds390/gen.c ds390/peeph.def: fix bug 706781
11055
11056 2003-04-11  Borut Razem <borut.razem AT siol.net>
11057
11058         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
11059
11060 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
11061
11062         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
11063         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
11064          set - this bit used to not be set...).
11065         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
11066           bad code in PIC Port
11067         * src/regression/and2.c added to test bug 609268
11068         * src/regression/Makefile added and2.c to regression test
11069
11070
11071 2003-04-08    <johan AT CP255758-A>
11072
11073         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
11074         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
11075         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
11076
11077 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
11078
11079         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
11080         fix bug #487815
11081         * support/cpp2/Makefile.in: fix bug #487815
11082         * configure: rebuilt from configure.in
11083         * Makefile.common.in: docdir changed, new path suffixes
11084         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11085         * sdcc_vc_in.h: reflect changes from sdccconf.h
11086         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
11087         * src/SDCCutil.h: remove BINDIR hack
11088         * doc/sdccman.lyx: update new path hierarchy
11089
11090 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11091
11092         * src/SDCCpeeph.c: added okToRemoveSLOC test
11093
11094 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11095
11096         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
11097
11098 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11099
11100         * src/SDCCpeeph.c: added labelIsReturnOnly test
11101         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
11102
11103 2003-04-05    <johan AT balder>
11104
11105         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
11106         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
11107         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
11108         * src/SDCCast.c: fixed a warning
11109         * src/SDCCast.h: fixed a warning
11110         * src/SDCCicode.c (operandFromAst): fixed a warning
11111
11112 2003-04-04    <johan AT balder>
11113
11114         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
11115         * src/SDCCast.c (decorateType): fixed bug #715076
11116         * src/SDCC.y: fixed bug #702907
11117
11118 2003-04-03    <johan AT balder>
11119
11120         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
11121         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
11122         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
11123         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
11124         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
11125
11126 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
11127
11128         * _decdptr.c: fix return values
11129         * _gptrget.c: fix return values
11130         * _gptrgetc.c: fix return values
11131         * _gptrput.c: fix return values
11132         * _mulint.c: fix return values
11133         * as/z80/Makefile: fix 'make -j' problem
11134
11135 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
11136
11137         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
11138         * configure.in: big cleanup, updated to autoconf 2.5x
11139         * configure: rebuilt from configure.in
11140         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11141         * sdcc_vc_in.h: reflect changes from sdccconf.h
11142         * doc/Makefile: fixed a flaw in "make install"
11143
11144 2003-04-02    <johan AT balder>
11145
11146         * src/ds390/gen.c (genCmp): no comments
11147         * src/mcs51/gen.c (genCmp): no comments
11148         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
11149         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
11150
11151 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
11152
11153         * support/regression/generate-cases.py: place generated file in given sub directory
11154         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
11155         * support/regression/Makefile: improvements for 'make -j';
11156         side effect: it's simpler and faster now
11157
11158 2003-03-31  Borut Razem <borut.razem AT siol.net>
11159
11160         * src/z80/main.c: link-{port} and as-{port} defined without path
11161         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
11162
11163 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
11164
11165         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
11166
11167 2003-03-30  Borut Razem <borut.razem AT siol.net>
11168
11169         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
11170           changed type of list parameter to set
11171         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
11172         * src/port.h: changed type of do_assemble() parameter to set
11173         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
11174           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
11175           definition of "cppoutfilename" macro with NULL value in preProcess()
11176         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
11177         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
11178         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
11179           replaced with set *binPathSet
11180         * shash_add() deallocates the item, if allready exsists, before adding the new one
11181         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
11182
11183 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
11184
11185         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
11186           a nested for loop bug in the PIC port
11187         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
11188           for loops
11189
11190 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
11191
11192         * support/Util/dbuf.h: remove C++ stuff to make it portable
11193
11194 2003-03-28  Borut Razem <borut.razem AT siol.net>
11195
11196         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
11197           literal strings in stringLiteral()
11198         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
11199         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
11200           to the project
11201
11202 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
11203
11204         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
11205
11206 2003-03-26    <johan AT balder>
11207
11208         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
11209         * src/ds390/gen.c (saveRegisters): catched symbol abuse
11210         * src/SDCCast.c (decorateType): fixed " -v < 3"
11211
11212 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
11213
11214         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
11215         Added Lenny Story's debug infrastructure changes:
11216         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
11217         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
11218         * src/cdbFile.c: added
11219         * src/SDCCdebug.c: added
11220         * src/SDCCdebug.h: added
11221         * src/SDCCast.c (createFunction)
11222         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
11223         * src/SDCCmain.c (parseCmdLine, main)
11224         * src/SDCCmem.c (redoStackOffsets)
11225         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
11226         * src/SDCCsymt.h
11227         * src/common.h
11228         * src/avr/gen.c (genAVRCode)
11229         * src/ds390/gen.c (gen390Code)
11230         * src/mcs51/gen.c (gen51Code)
11231         * src/pic/gen.c (genpic14Code)
11232         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
11233         * src/xa51/gen.c (genXA51Code)
11234         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
11235
11236 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11237
11238         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
11239         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
11240
11241 2003-03-22    <johan AT balder>
11242
11243         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11244
11245 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11246
11247         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11248         * doc/cdbfileformat.lyx: added, written by Lenny Story
11249         * doc/Makefile: added cdbfileformat.lyx
11250         * doc/clean.mk: added cdbfileformat.lyx
11251
11252 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11253
11254         * src/mcs51/peeph.def: fix bug #705773
11255
11256 2003-03-20    <johan AT balder>
11257
11258         An sfr/sbit can have an "at #" AND an initializer
11259         * src/SDCCsymt.c (checkSClass):
11260         * src/SDCCmem.c (allocGlobal):
11261         * src/SDCCmem.c (allocLocal):
11262         * src/SDCCast.c (createBlock):
11263
11264 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11265
11266         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11267
11268 2003-03-16    <johan AT balder>
11269
11270         Undid the hackup of const and volatile, the problem is much bigger
11271         * src/SDCC.y:1.65
11272         * src/SDCCast.c:1.171
11273         * src/SDCCglue.c:1.138
11274         * src/SDCCicode.c:1.146
11275         * src/SDCCsymt.c:1.150
11276         * src/SDCCval.c:1.65
11277
11278 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11279
11280         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11281         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11282
11283 2003-03-13    <johan AT balder>
11284
11285         Hackup const and volatile modifiers in type chains a bit:
11286         * src/SDCC.y:1.63
11287         * src/SDCCast.c:1.169
11288         * src/SDCCglue.c:1.136
11289         * src/SDCCicode.c:1.143
11290         * src/SDCCsymt.c1.146
11291         * src/SDCCsymt.h1.59
11292         * src/SDCCval.c:1.63
11293
11294 2003-03-12    <johan AT balder>
11295
11296         * src/SDCCBBlock.h: more LRH debugging junk
11297         * src/SDCCcflow.h: more LRH debugging junk
11298         * src/SDCCloop.c: more LRH debugging junk
11299         * src/SDCC.y (struct_declaration): fixed bug #697590
11300         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11301         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11302         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11303
11304 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11305         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11306         test function names must now match exactly).
11307         * src/SDCCcse.c: added special case in findCheaperOp to allow
11308         extending a short integer. Makes less awful code for bug 700121 test case.
11309
11310 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11311
11312         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11313         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11314
11315 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11316
11317         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11318         actually called (operandsNotEqual() was called for all
11319         operandsNotEqualX tests).
11320
11321 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11322
11323         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11324         with shorter literals. Fixes bug 700121.
11325
11326 2003-03-11    <johan AT balder>
11327
11328         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11329
11330 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11331
11332         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11333         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11334
11335 2003-03-10  Borut Razem <borut.razem AT siol.net>
11336
11337         * src/SDCCmain.c: pipe preprocessor's output
11338         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11339         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11340         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11341         which closes all pipes in pipeSet set
11342         * src/SDCCset.c: free deleted item in function deleteSetItem()
11343         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11344         moved from z80 to src subproject
11345         * .version: increased version number to 2.3.4
11346
11347 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11348
11349         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11350         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11351         * support/regression/ports/xa51/spec.mk: fix typo
11352
11353 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11354
11355         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11356
11357 2003-03-09  Borut Razem <borut.razem AT siol.net>
11358
11359         * src/SDCCmain.c: pipe preprocessor's output
11360         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11361         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11362         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11363         which closes all pipes in pipeSet set
11364         * src/SDCCset.c: free deleted item in function deleteSetItem()
11365         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11366         moved from z80 to src subproject
11367
11368 2003-03-09  Borut Razem <borut.razem AT siol.net>
11369
11370         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11371         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11372         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11373         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11374         * src/SDCCglobl.h: unification of WIN32 native definitions
11375
11376 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11377
11378         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11379
11380 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11381
11382         * src/configure.in:   check for endianess (even while cross-compiling)
11383         * src/configure:      check for endianess (even while cross-compiling)
11384         * src/configure_in.h: check for endianess (even while cross-compiling)
11385         * src/avr/gen.c:        remove old endianess stuff
11386         * src/mcs51/gen.c:      remove old endianess stuff
11387         * src/ds390/gen.c:      remove old endianess stuff
11388         * src/pic/gen.c:        remove old endianess stuff
11389         * src/pic/genarith.c:   remove old endianess stuff
11390         * src/pic/glue.c:       fix endianess check
11391         * src/pic16/gen.c:      remove old endianess stuff
11392         * src/pic16/genarith.c: remove old endianess stuff
11393         * src/pic16/glue.c:     fix endianess check
11394         * src/xa51/gen.c:       remove old endianess stuff
11395         * src/z80/gen.c:        fix endianess check
11396         * src/SDCCglue.c:       fix endianess check
11397         * src/ds390/peeph.def: fix bug 700036
11398
11399 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11400
11401         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11402         * src/configure: find appropriate data-types on host for SDCC's int and long
11403         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11404         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11405         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11406
11407 2003-03-07    <johan AT balder>
11408
11409         Just a big NOOP:
11410                 some minor cleanups before the big shot
11411                 OP_DEFS and OP_USES now use Kevin's protection
11412                 new option --nolabelopt
11413
11414         * src/SDCCBBlock.c:
11415         * src/SDCCast.c,:
11416         * src/SDCCcflow.c:
11417         * src/SDCCcse.c:
11418         * src/SDCCicode.c:
11419         * src/SDCCicode.h:
11420         * src/SDCClabel.c:
11421         * src/SDCCloop.c:
11422         * src/SDCCmain.c:
11423         * src/ds390/ralloc.c:
11424         * src/mcs51/ralloc.c:
11425         * src/pic/ralloc.c:
11426         * src/xa51/ralloc.c:
11427         * src/z80/ralloc.c:
11428
11429 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11430
11431         * src/pic/pcode.c (get_op): fix 64 bit warnings
11432         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11433         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11434         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11435         * support/regression/tests/malloc.c: fix 64 bit warnings
11436
11437 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11438
11439         * src/mcs51/gen.c (genMinus): fixed bug 696436
11440
11441 2003-03-02  Borut Razem <borut.razem AT siol.net>
11442
11443         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11444
11445 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11446
11447         * configure.in: test for mkstemp
11448         * sdccconf_in.h: add HAVE_MKSTEMP
11449
11450 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11451
11452         * device/include/ctype.h: removed warning while using --stack-auto
11453         * device/include/malloc.h: removed warning while using --stack-auto
11454         * device/include/string.h: removed warning while using --stack-auto
11455
11456 2003-02-23  Borut Razem <borut.razem AT siol.net>
11457
11458         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11459         because NDEBUG is defined (see man assert)
11460         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11461
11462 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11463
11464         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11465         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11466
11467 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11468
11469         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11470         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11471
11472 2003-02-18    <johan AT balder>
11473
11474         * as/mcs51/asmain.c (asmbl): module can start with a digit
11475         * as/z80/asmain.c (asmbl): module can start with a digit
11476
11477 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11478
11479         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11480         * src/asm.c: fix pipe() for Mingw32
11481
11482 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11483
11484         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11485         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11486         make -V work again; --c1mode reads now from stdin
11487         * doc/sdccman.lyx: added --c1mode
11488         * support/Util/SDCCerr.c: new messages for c1 mode
11489         * support/Util/SDCCerr.h: new messages for c1 mode
11490         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11491
11492 2003-02-15    <johan AT balder>
11493
11494         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11495
11496 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11497
11498         * doc/sdccman.lyx: Environment variables, -o and other minor things
11499
11500 2003-02-14    <johan AT balder>
11501
11502         * src/xa51/main.c: before anyone really tries to use it :)
11503
11504         * Install doc's in share/sdcc/doc
11505         * removed some obsolete files
11506         * Do a proper make distclean and uninstall
11507         M Makefile.common.in
11508         R sdccbuild.sh
11509         M as/Makefile
11510         M device/include/Makefile.in
11511         M device/lib/Makefile.in
11512         M doc/sdccman.lyx
11513         M link/Makefile
11514         M sim/ucsim/doc/Makefile.in
11515         M src/clean.mk
11516         R src/avr/peeph.rul
11517         R src/xa51/peeph.rul
11518         M support/cpp2/Makefile.in
11519         M support/makebin/Makefile
11520
11521
11522 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11523
11524         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11525
11526 2003-02-10  Borut Razem <borut.razem AT siol.net>
11527
11528         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11529         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11530         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11531         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11532         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11533         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11534         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11535         src/z80/Makefile.bcc: Borland Makefile cleanup
11536         * as/z80/Makefile.bcc: Added Borland Makefile
11537         * support/cpp2/borland.h: Removed
11538
11539 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11540
11541         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11542         * src/SDCC.lex: new pragma NOIV
11543         * src/SDCCglobl.h: new pragma NOIV
11544         * src/SDCCmem.c: new pragma NOIV
11545
11546 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11547
11548         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11549
11550 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11551
11552         * src/SDCCmain.c: signal handling is switched off by --debug
11553         * doc/Makefile: small fix for install; use clean.mk again
11554         * doc/clean.mk: clean *.pdf and *.html too
11555
11556 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11557
11558         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11559         * device/lib/printfl.c: fix a ds390 bug by making it portable
11560         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11561         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11562         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11563         * debugger/mcs51/cmd.c: converted multi-line string literals
11564         * sim/ucsim/globals.cc: converted multi-line string literals
11565         * src/SDCCmain.c: introduced signal handler to remove temp files
11566         * doc/Makefile: small tweaks, implement clean
11567         * doc: removed generated files
11568
11569 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11570
11571         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11572         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11573         Address Record is not correctly generated for DS390."
11574
11575 2003-02-02  Borut Razem <borut.razem AT siol.net>
11576
11577         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11578         * as/mcs51/asm.h: fixed compilation with Borland C
11579         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11580         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11581         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11582         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11583         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11584         src/z80/Makefile.bcc: delete $(LIB) only if exist
11585         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11586
11587 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11588
11589         * device/include/malloc.h: introduced NULL
11590         * device/include/string.h: introduced NULL
11591         * device/include/stdlib.h: introduced NULL
11592         * device/lib/_memcpy.c: removed NULL
11593         * device/lib/_strcat.c: removed NULL
11594         * device/lib/_strchr.c: removed NULL
11595         * device/lib/_strcmp.c: removed NULL
11596         * device/lib/_strcpy.c: removed NULL
11597         * device/lib/_strcspn.c: removed NULL
11598         * device/lib/_strlen.c: removed NULL
11599         * device/lib/_strncat.c: removed NULL
11600         * device/lib/_strncmp.c: removed NULL
11601         * device/lib/_strncpy.c: removed NULL
11602         * device/lib/_strpbrk.c: removed NULL
11603         * device/lib/_strrchr.c: removed NULL
11604         * device/lib/_strspn.c: removed NULL
11605         * device/lib/_strstr.c: removed NULL
11606         * device/lib/_strtok.c: removed NULL
11607         * device/lib/malloc.c: removed NULL, include own header
11608
11609 2003-02-02    <johan AT balder>
11610
11611         * 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
11612         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11613         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11614         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11615         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11616         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11617
11618 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11619
11620         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11621         area 'DATA'"
11622
11623 2003-02-01    <johan AT balder>
11624
11625         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11626
11627 2003-01-31    <johan AT CP255758-A>
11628
11629         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11630
11631 2003-01-30    <johan AT balder>
11632
11633         * src/SDCCBBlock.c: automatic bug detection
11634         * src/SDCCicode.c: automatic bug detection
11635
11636 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11637
11638         * src/SDCCglobl.h:   now --xram-size 0 works
11639         * src/SDCCmain.c:    now --xram-size 0 works
11640
11641 2003-01-29    <johan AT balder>
11642
11643         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11644
11645 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11646
11647         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11648         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11649         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11650         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11651         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11652         * src/SDCCmain.c:    Added options --xram-size and --code-size
11653
11654 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11655
11656         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11657         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11658
11659 2003-01-27    <johan AT balder>
11660
11661         * src/SDCC.y: fixed bug #613764
11662
11663 2003-01-26    <johan AT balder>
11664
11665         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11666         * src/SDCCsymt.h: fixed bug #673374
11667         * src/SDCCglue.c: fixed bug #661910
11668         * src/SDCCast.c: fixed bug #458099 and 673374
11669
11670 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11671
11672         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11673         * as/mcs51/strcmpi.h: added
11674         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11675         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11676         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11677         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11678         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11679         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11680         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11681         * as/mcs51/Makefile.aslink: new module strcmpi
11682         * as/mcs51/Makefile.asx8051: new module strcmpi
11683         * as/mcs51/Makefil.bcc: new module strcmpi
11684         * as/mcs51/Makefile.in: new module strcmpi
11685         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11686
11687 2003-01-26    <johan AT balder>
11688
11689         * src/SDCCglue.c: reverted back to 1.124
11690         * src/SDCCast.c: reverted back to 1.156
11691         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11692
11693 2003-01-25    <johan AT balder>
11694
11695         * src/SDCCglue.c: A better fix for bug #661910
11696         * src/SDCCast.c: A better fix for bug #661910
11697         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11698
11699 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11700
11701         * src/Makefile.in: remove spawn.o
11702         * src/SDCCmain.c: remove spawn.h
11703         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11704         * src/spawn.c: removed
11705         * src/spawn.h: removed
11706         * support/regression/ports/ds390/spec.mk: link with -r
11707
11708 2003-01-24    <johan AT CP255758-A>
11709
11710         * src/ds390/gen.c (aopOp): fixed bug #667458
11711         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11712         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11713         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11714
11715 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11716
11717         * src/mcs51/peeph.def: better assembler identation by Frieder
11718         * src/mcs51/gen.c: better assembler identation by Frieder
11719
11720 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11721
11722         * as/z80/string.h: removed for gcc 3.2
11723         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11724         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11725
11726 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11727
11728         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11729         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11730         * support/regression/Makefile: separate temp files for ports
11731         * support/regression/generate-cases.py: separate temp files for ports
11732         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11733         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11734
11735 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11736
11737         * moved tinitalk to device/examples/ds390
11738
11739 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11740
11741         * as/mcs51/lkmem.c: rflag is for DS390
11742         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11743         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11744                          (linkEdit): move mem- and map-files the same way as ihx-files
11745         * src/z80/main.c (_setDefaultOptions): removed --generic
11746         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11747         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11748         * src/pic/glue.c (picglue): --c1mode works again
11749         * src/pic16/glue.c (pic16glue): --c1mode works again
11750         * src/asm.c (printCLine): fix #660034
11751
11752 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11753
11754         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11755         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11756         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11757         * as/mcs51/lkmem (summary): better fix for sp problem
11758         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11759         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11760         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11761                                               remove --stack-after-data
11762
11763 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11764
11765         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11766         * src/SDCCutil.c (join): ugly bug: missing '\0'
11767         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11768
11769 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11770
11771         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11772         * src/port.h: typo
11773         * src/pic/main.c (_asmCmd): gpasm supports -o
11774         * src/z80/main.c: more general macros
11775         * device/lib/Makefile.in: remove intermediate files
11776
11777 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11778
11779         * .version: Bumped version number to 2.3.3
11780         * src/SDCCBBlock.c: new option -o
11781         * src/SDCCglobl.h: new option -o
11782         * src/SDCCglue.c: new option -o
11783         * src/SDCCmain.c: new option -o
11784         * src/asm.c: new option -o
11785         * src/ds390/main.c: new option -o
11786         * src/pic/glue.c: new option -o
11787         * src/pic/pcode.c: new option -o
11788         * src/pic/ralloc.c: new option -o
11789         * src/pic16/glue.c: new option -o
11790         * src/pic16/pcode.c: new option -o
11791         * src/pic16/ralloc.c: new option -o
11792         * src/z80/main.c: new option -o
11793         * device/lib/Makefile.in: use -o
11794         * support/regression/ports/ds390/spec.mk: use -o
11795         * support/regression/ports/gbz80/spec.mk: use -o
11796         * support/regression/ports/mcs51/spec.mk: use -o
11797         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11798         * support/regression/ports/z80/spec.mk: use -o
11799         * support/regression/ports/ucz80/spec.mk: use -o
11800         * support/regression/ports/xa51/spec.mk: use -o
11801         * support/regression/fwk/lib/timeout.c: fix usage string
11802
11803 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11804         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11805
11806 2003-01-07    <johan AT balder>
11807
11808         * src/SDCCast.c (decorateType): fixed bug #600035
11809
11810 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11811         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11812         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11813         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11814         * src/pic/pcode.c: outcommented unused variable to remove warnings
11815         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11816
11817 2003-01-06    <karl AT turbobit.com>
11818         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11819    regression tests.
11820
11821 2003-01-06    <johan AT balder>
11822
11823         * src/SDCCicode.c: fixed array add
11824
11825 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11826         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11827         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11828
11829 2003-01-04    <johan AT balder>
11830
11831         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11832
11833 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11834         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11835
11836 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11837         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11838         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11839
11840 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11841         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11842
11843 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11844         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11845
11846 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11847         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11848
11849 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11850
11851     * in /sdcc/as/mcs51/ changed these files in order to create an
11852     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11853     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11854     following files to include the previous two files: aslink.dsp,
11855     Makefile.aslink, Makefile.bcc, and Makefile.in.
11856
11857     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11858     .adb instead of .cdb
11859
11860 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11861
11862         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11863         value from option --iram-size.
11864
11865 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11866
11867         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11868         dram[] array.
11869
11870 2002-09-18    <wiml AT hhhh.org>
11871
11872         * SDCClrange.h: exposed setFromRange() and setToRange()
11873         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11874           packRegsForAccUse() (bug 542397)
11875         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11876           multiple times and emitting the fetch operations more than once
11877           added aopGetUsesAcc() function to allow binary operators to
11878           fetch their operands in the correct order; made genMinus() emit
11879           compact code for X = LITERAL - Y
11880
11881 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11882         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11883         sprintf() in line 1267.
11884
11885 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11886         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11887         like ports.
11888
11889 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11890         Changes to aslink (All the changes are marked with 'JCF'):
11891
11892         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11893         summary().
11894
11895         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11896         area BSEG.  Also moves, if possible, the DATA area down into the internal
11897         ram so more space is available.
11898
11899         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11900         sflag.
11901
11902         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11903         not bytes.  Function summary() which creates a memory usage summary
11904         file with extension .mem.  Reports of overlaping stack and small stack
11905         size.  If the space for the stack is less than 16 bytes aslink trows a
11906         warning.
11907
11908         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11909         the 8051.  Option 'y' for memory summary output file.
11910
11911         Changes to sdcc (All the changes are marked with 'JCF'):
11912
11913         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11914
11915         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11916         overlaying area for it (uses RegBankUsed[4]).
11917
11918         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11919         bank zero as used by default.  By default aslink locates the stack
11920         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11921         the creation of the .mem file.  Delegates the allocation of data area
11922         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11923         the begining of the stack area to aslink.
11924
11925         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11926         glue() in SDCCglue.c creates an area for it.
11927
11928 2002-09-03  Borut Razem <borut.razem AT siol.net>
11929         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11930         sdcc/src/pic/glue.c:
11931         introduced atexit() handler for teporay files removal in case of
11932         errors, assertions, ...
11933
11934 2002-08-29  Borut Razem <borut.razem AT siol.net>
11935         * sdcc/support/cpp2/auto-host_vc_in.h:
11936         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11937         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11938         Maybe there is a similar problem with BORLANDC? It should be checked!
11939
11940         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11941         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11942         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11943         was not executed, and the compiler (cl) launched a warning:
11944         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11945
11946 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11947         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11948
11949 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11950         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11951
11952         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11953           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11954           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11955           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11956           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11957           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11958           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11959         - added Release configuration in VS projects
11960         - review of compiler an linker options
11961         - VC .exe files are generated in bin_vc directory, not to interfere
11962           with binaries generated from other projects (cygwin, mingw, bcc ...)
11963
11964         * sdcc/src/yacc.dsp: added
11965
11966         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11967         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11968         and insert the version number definitions from .version
11969
11970         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11971
11972         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11973         added - genarate auto-host.h using auto-host_vc_in.h as template
11974
11975         * sdcc/sdcc_vc.h,
11976         removed from CVS, generated automatically
11977
11978 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11979         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11980
11981 2002-08-11  Borut Razem <borut.razem AT siol.net>
11982         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11983
11984 2002-08-10  Borut Razem <borut.razem AT siol.net>
11985         * src/SDCCmain.c (main):
11986         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11987         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11988         The consequence was that some temporary files were not removed.
11989
11990         * src/SDCCglue.c:
11991         unification of code in functions tempfilename() and tempfile():
11992         function tempnam() is defined in Visual Studio 6.0 and .NET
11993
11994         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11995
11996         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11997           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11998         - removed compiler command line option /WX: Treats all warnings as errors
11999         - update a list of source files, included into the project
12000
12001         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12002           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12003         changed project type to Generic Project so that can be correcly converted to VS.NET project
12004
12005         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12006
12007         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12008
12009         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12010
12011         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
12012         added return 0 statements after assert() to make compiler happy
12013
12014         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
12015         added newline in the def file to keep MSC compiler satisfied
12016
12017         * sdcc/src/z80/gen.c:
12018         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
12019           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
12020         - solved MSC error in function aopDump()
12021
12022         * sdcc_vc.h: define PREFIX as "\\sdcc"
12023
12024 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
12025         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
12026
12027 2002-06-22  Scott Dattalo <scott AT dattalo.com>
12028         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
12029         - Rewrote the register banking algorithm.
12030         - Added pCode live-range analysis to registers (for now, only non-used and
12031         singly-used registers optimized away)
12032
12033         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
12034
12035         * 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.
12036
12037 2002-05-10  Scott Dattalo <scott AT dattalo.com>
12038         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
12039
12040 2002-04-22  Michael Hope  <michaelh AT vroom>
12041
12042         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
12043
12044         * configure.in (DD_COPT): Added include support required for gbdk.
12045
12046         * .version: Bumped version number just to increase it.
12047
12048         * src/SDCCmain.c: Added -nostdinc to the default options.
12049
12050 2002-04-15  Michael Hope  <michaelh AT vroom>
12051
12052         * device/lib/z80/printf.c (sprintf): Added.
12053
12054         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
12055
12056         * src/z80/peeph.def: Added transpose redundent load rule.
12057
12058         * src/z80/main.c: Added force callee saves for jaune.
12059
12060         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
12061
12062         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
12063
12064 2002-03-28  Johan Knol  <johan AT balder>
12065
12066         * src/SDCCval.c: fixed bug #532436
12067
12068 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12069         * /src/port.h:
12070         Added "char *Processor" field to the port structure.
12071
12072         * /src/SDCCmain.c:
12073         Added -p option. Allows port dependent processor to be specified.
12074
12075         * all ports:
12076         Initialized the new field char *Processor field to NULL in all ports
12077
12078         * /src/pic/*:
12079         Compiler generated registers for interrupt context saving
12080         were not getting allocated.
12081
12082 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
12083
12084         * /src/SDCCast.c:
12085         Fixed left shift. Will promote the left side of a left shift
12086         if a) left shifting more than size of operand or b) when assigned
12087         to something size > size of left side
12088
12089 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12090         * src/pic/*
12091         tons of changes. Register allocation has been
12092         rewritten. Added customization for the various PICs. Flow
12093         analysis is restructured. ...
12094
12095         * src/pic/device.h:
12096         Added
12097
12098         * src/pic/device.c:
12099         Added. device.c is a PIC port hack to accomodate variations
12100         in PIC devices.
12101
12102 2002-03-13  Michael Hope  <michaelh AT vroom>
12103
12104         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
12105
12106 2002-03-04  johanknol  <johanknol AT manik>
12107
12108         * /src/SDCCval.c: fixed
12109
12110         const unsigned char arr[][2] = { { 0, 1 } };
12111         t18.c:1: error: Initializer element is not constant
12112
12113 2002-03-04  bela  <bela AT manik>
12114
12115         * /device/include/mcs51reg.h:
12116         ds89c420 register definition update
12117
12118 2002-03-03    <johan AT FRIJA>
12119
12120         * support/Util/SDCCerr.c: did something, but don't no why anymore
12121
12122         * support/regression/tests/bug-524691.c: made it a little less shy
12123
12124         * src/SDCCast.c (decorateType): fixed bug #524697
12125
12126         * src/SDCCast.c: made some lineno improvements
12127
12128         * src/SDCCval.c (getNelements): changed warning to error
12129
12130         * src/SDCCglue.c (printIvalArray): changed warning to error
12131
12132         * src/SDCCicode.c: fixed a warning for mingw
12133
12134         * src/SDCCast.c (decorateType): fixed the << promotion for ops
12135
12136         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
12137
12138 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
12139
12140         * src/ds390/peeph.def:
12141         Added some more peephole rules
12142
12143         * src/ds390/gen.c: Various fixes & enhancements
12144
12145         * src/SDCClrange.c, src/SDCClrange.h:
12146         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
12147
12148         * src/ds390/ralloc.c:
12149         various fixes & enhancements (ds390) specific
12150
12151         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
12152         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
12153         from rallocs.
12154
12155         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
12156
12157 2002-03-02    <johan AT FRIJA>
12158
12159         * src/SDCCast.c (decorateType): fixed bug #524708
12160
12161         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
12162
12163         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
12164
12165 2002-03-01  Michael Hope  <michaelh AT vroom>
12166
12167         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
12168
12169         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
12170
12171 2002-03-01    <johan AT FRIJA>
12172
12173         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
12174
12175         * src/SDCCast.c (decorateType): fixed bug #524209
12176
12177         * src/SDCCval.c (valNot): fixed bug #524195
12178
12179 2002-02-26    <johan AT balder>
12180
12181         * src/xa51/gen.c: fixed a warning
12182
12183         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
12184
12185         * src/SDCCast.c (decorateType): fixed bug #522534
12186
12187 2002-02-23    <johan AT balder>
12188
12189         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
12190
12191 2002-02-22    <johan AT balder>
12192
12193         * src/SDCCast.c: fixed bug #514865
12194
12195         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
12196
12197 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
12198
12199         * sdcc/src/SDCCloop.c:
12200         Previous fix was not good. basic blocks that have "break" or "return" are
12201         not really partof a loop , but live ranges used in these blocks should
12202         be live thru the entire loop, so set partOfLoop but don't add them to
12203         loop region
12204
12205 2002-02-21    <johan AT FRIJA>
12206
12207         * src/SDCCcse.c: fixed bug #514308
12208
12209 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
12210
12211         * src/SDCCloop.c:
12212         Fixed BUG #519583. If a conditional block ended in a return/break
12213         statement inside a loop, it was not being considered part of the loop.
12214
12215         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
12216
12217 2002-02-10  Karl Bongers <karl AT turbobit.com>
12218
12219         * debugger/*:
12220         Fixed up SDCDB debugger somewhat.  Updated debugger/README
12221         with lots of comments and notes.
12222
12223         * device/examples/test2.c:
12224         Fix bug, "red" variable not being initialized(compiler complained).
12225
12226         * device/examples/Makefile, examples/test3.c:
12227         Add Makefile in device/examples folder, compiles test3.c
12228         for use as a multiple module SDCDB test case.
12229
12230         * sim/ucsim/cmd.src/cmdset.cc:
12231         Took out debug printfs in ucsim "next" command.
12232
12233         * sim/ucsim/xa.src:
12234         Karl and Johan start ucsim XA support.  Most dissassembly working,
12235         about 75% emulation done(plenty of work remaining).
12236
12237         * sim/ucsim/z80.src:
12238         Add Z80 support to ucsim, add test-ucz80 regression test,
12239         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
12240         Notice z80 compiler fails on examples/test3.c/crc code.
12241
12242 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
12243
12244         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12245         Added support for --parms-in-bank1
12246
12247         * src/ds390/peeph.def:
12248         added a few more peephole optimzations
12249
12250         * src/ds390/main.c:
12251         1) added __builtin_inp & __builtin_outp used to read in data of given length
12252            from a memory mapped port
12253         2) added __builtin_memcmp
12254         3) added __builtin_swapw swap bytes of a short
12255
12256         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12257         1) handle multiple send & receives from register bank1
12258         2) ralloc can now allocate DPTR1 to some liveRanges
12259
12260         * src/SDCCsymt.c, src/SDCCsymt.h:
12261         changes to handle multiple sends & receives
12262
12263         * src/SDCCptropt.h:
12264         added some pointer arithmetic optimization
12265
12266         * src/SDCCptropt.c:
12267         added some pointer arithmetic optimizations but not stable yet so not
12268         called from anywhere (will get this working shortly)
12269
12270         * src/SDCCopt.c: fixed for multiple sends & receives
12271
12272         * src/SDCCmain.c:
12273         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12274         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12275            set preprocessor defines (depending on options)
12276
12277         * src/SDCCicode.c, src/SDCCicode.h:
12278         changes made to handle multiple sends & receives
12279
12280         * src/SDCCglobl.h:
12281         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12282
12283         * src/SDCCcse.c, src/SDCCcse.h:
12284         added function findbackward def (to be used in upcoming optimization)
12285
12286         * src/SDCCcflow.c, src/SDCCcflow.h:
12287         added function returnAtEnd - to determine if a basic block terminates with
12288         a RETURN iCode
12289
12290         * src/SDCCast.c, src/SDCCast.h:
12291         added option parms-in-bank1
12292
12293         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12294         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12295         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12296         adjusted for --parms-in-bank1 option
12297
12298         * device/include/string.h:
12299         donot redefine "reentrant" keyword
12300
12301         * device/include/ds80c390.h: Added some more SFRs
12302
12303 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12304
12305         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12306
12307 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12308
12309         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12310
12311 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12312
12313         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12314
12315 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12316
12317         * Added --xram-movc option
12318
12319 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12320
12321         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12322
12323 2002-01-11  Johan Knol
12324
12325         * Added math lib of Jesus Calvino-Fraga
12326
12327 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12328
12329         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12330         * support/regression/Makefile: new target test-mcs51-stack-auto
12331         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12332
12333 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12334
12335         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12336
12337 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12338
12339         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12340
12341 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12342
12343         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12344
12345         * src/SDCCglue.h: add definition for printIvalChar()
12346
12347 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12348
12349         * src/SDCCast.c: fix #498138 by Johan
12350
12351         * src/SDCCglue.c: fix #498138 by Johan
12352
12353 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12354
12355         * support/regression/Makefile: fix clean
12356
12357         * support/regression/ports/ds390/support.c: fix transmission of last character
12358
12359 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12360
12361         * /sdcc/src/ds390/gen.c:
12362         a) improved computing address of stack variable
12363         b) took out some #if 0 code
12364         c) improved parmBytes adjustment
12365         d) improved genPlusIncr & genMinusIncr
12366         e) genCmp could generate bad code (when left assigned to DPTR)
12367         f) Fixed bug in hasInc
12368
12369         * /sdcc/src/ds390/ralloc.c:
12370         a) packRegsForSupport could mess up live information (Fixed)
12371         b) packRegsDPTRuse could be incorrect for left & right shift
12372
12373         * /sdcc/src/mcs51/ralloc.c:
12374         packRegsForSupport could mess up the live information (Fixed)
12375
12376         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12377
12378         * /sdcc/src/SDCCast.c:
12379         can reverse a loop even if function call is present as long
12380         as the loop control variable is local & is not passed as parameter
12381
12382 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12383
12384         * /sdcc/ChangeLog: *** empty log message ***
12385
12386         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12387         More builtin function additions for TININative
12388
12389         * /sdcc/src/ds390/ralloc.c:
12390         Had broken the regression testsuite
12391
12392         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12393
12394         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12395         Added funcattr hasStackParms will be set for reentrant functions when there
12396         are paramteres on the stack, this helps in minimizing frame pointer generation
12397         typeFromStr can handle function pointers now
12398
12399         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12400         *** empty log message ***
12401
12402 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12403
12404         * /src/ds390/gen.c, /src/ds390/main.c:
12405         More builtin function additions for TININative
12406
12407         * /src/ds390/ralloc.c:
12408         Had broken the regression testsuite
12409
12410         * /src/SDCCast.c: Fixed a bug in dumptree
12411
12412         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12413         Added funcattr hasStackParms will be set for reentrant functions when there
12414         are paramteres on the stack, this helps in minimizing frame pointer generation
12415         typeFromStr can handle function pointers now
12416
12417         * /doc/builtins.txt, /doc/TININative.txt:
12418         *** empty log message ***
12419
12420
12421 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12422
12423         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12424         ALPHA version for -mTININative
12425
12426         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12427         updated to reflect changes in the port structure
12428
12429         * /src/port.h:
12430         added function do_assemble (similar to do_link) if non-null this function
12431         will be called to do assembly (-mTININative) requires a multi command
12432         assembly
12433         added function genAssemblerEnd will be called to generate assembler Epilogue
12434
12435         * /src/SDCCsymt.c:
12436         added _JavaNative to debug info printing
12437
12438         * /src/SDCCmain.c: added option --tini-libid
12439         added port->do_assemble function (-mTININative) has a multi command assemble
12440
12441         * /src/SDCCglue.c: Disabled "constExpr" check
12442         added port->genAssemblerEnd function
12443
12444         * /src/SDCCglobl.h: Added option --tini-libid value
12445
12446         * /src/SDCCast.h:
12447         tookout optimizeCompare from the header (has no external references)
12448
12449         * /src/SDCCast.c: made one more function "static"
12450
12451 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12452
12453         * src/z80/mappings.i: Added z80asm support.
12454
12455         * src/z80/main.c: Added z80asm support on --asm=z80asm
12456
12457         * src/z80/gen.c: Fixed asm portability issues.
12458
12459         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12460
12461         * src/SDCCglue.c (printExterns): Added global/extern split.
12462
12463 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12464
12465         * support/regression/Makefile: added test for mcs51 model large
12466
12467         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12468
12469         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12470
12471 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12472
12473         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12474
12475 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12476
12477         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12478
12479         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12480
12481 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12482
12483         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12484
12485         * support/regression/tests/simplefloat.c: Port to mcs51.
12486
12487 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12488         * support/regression/tests/bug-485362.c: Added.
12489
12490         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12491
12492         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12493
12494         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12495
12496         * src/z80/gen.c (aopDump): Added a dump function.
12497
12498 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12499         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12500
12501         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12502
12503         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12504
12505         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12506
12507         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12508
12509         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12510
12511         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12512
12513         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12514
12515         * support/regression/ports/ds390/support.c: Use tinibios.
12516
12517         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12518
12519 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12520
12521         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12522         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12523
12524         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12525
12526         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12527
12528 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12529
12530         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12531
12532         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12533         (packRegsForIYUse): Created and optimised.
12534
12535 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12536
12537         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12538 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12539
12540         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12541
12542         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12543
12544         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12545
12546 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12547
12548         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12549
12550         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12551
12552 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12553
12554         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12555
12556         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12557
12558         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12559
12560 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12561
12562         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12563         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12564         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12565
12566         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12567
12568         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12569         (genNotFloat): Added.
12570         (genUminusFloat): Added.
12571
12572         * device/lib/z80/Makefile: Added floating pt stubs.
12573
12574         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12575
12576         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12577
12578         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12579
12580 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12581
12582         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12583
12584         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12585
12586         * sdcc/support/regression/Makefile: Add port ds390.
12587
12588         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12589
12590         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12591
12592         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12593
12594         * sdcc/support/regression/ports/ds390/support.c: Added.
12595
12596         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12597
12598         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12599
12600         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12601
12602 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12603
12604         * device/include/malloc.h: Added z80 and gbz80 support.
12605
12606         * device/lib/gbz80/heap.s: Added.
12607
12608         * device/lib/z80/heap.s: Added.
12609
12610         * device/lib/malloc.c: Added z80 and gbz80 support.
12611
12612         * support/regression/tests/malloc.c (testMalloc): Added.
12613
12614         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12615
12616         * support/regression/tests/bug-478094.c: Added.
12617
12618         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12619
12620 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12621
12622         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12623
12624         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12625
12626         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12627
12628         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12629
12630         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12631
12632 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12633
12634         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12635
12636 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12637
12638         * support/regression/tests/bug-477927.c: Added.
12639
12640         * src/z80/peeph.def: Added minor rules.
12641
12642         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12643
12644         * src/z80/peeph.def: Added jump optimisation modification.
12645
12646 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12647
12648         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12649
12650 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12651
12652         * support/regression/tests/funptrs.c: Added.
12653
12654 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12655
12656         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12657
12658 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12659
12660         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12661
12662         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12663
12664         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12665         (movLeft2ResultLong): Created.
12666
12667         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12668         (joinPushes): Added.  Joins two char pushes into a word push.
12669
12670 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12671
12672         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12673
12674         * support/makebin/Makefile (install): Added creation of dest dir.
12675
12676 2001-10-24 Karl Bongers <karl AT turbobit.com>
12677
12678         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12679
12680 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12681
12682         * src/z80/ralloc.c: Turned off faulty pack for one use.
12683
12684         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12685
12686         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12687
12688 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12689
12690         * support/regression/Makefile: Improved clean
12691
12692         * support/regression/ports/gbz80/spec.mk: Added clean
12693
12694         * support/regression/ports/host/spec.mk: Added clean
12695
12696         * support/regression/ports/z80/spec.mk: Added clean
12697
12698         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12699
12700         * support/regression/ports/mcs51/timeout.c: little improvements
12701
12702 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12703
12704         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12705
12706         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12707
12708         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12709
12710 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12711
12712         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12713
12714         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12715
12716 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12717         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12718
12719         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12720
12721         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12722
12723         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12724
12725         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12726
12727         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12728
12729         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12730
12731         * support/regression/tests/longor.c: Added.
12732
12733 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12734
12735         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12736
12737         * as/mcs51/aslink.h: define PATH_MAX
12738
12739         * as/mcs51/asm.h: define PATH_MAX
12740
12741         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12742
12743         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12744
12745         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12746
12747         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12748
12749         * src/SDCCglobl.h: define PATH_MAX
12750
12751         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12752
12753         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12754
12755 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12756
12757         * src/z80/gen.c (gencjneshort): Fixed
12758
12759         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12760
12761 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12762
12763         * support/regression/tests/bug-469671.c: Added.
12764
12765         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12766
12767 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12768
12769         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12770
12771         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12772
12773 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12774
12775         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12776
12777         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12778
12779         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12780
12781         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12782
12783         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12784
12785         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12786
12787         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12788
12789 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12790
12791         * 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.
12792
12793         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12794
12795         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12796
12797 2001-10-07    <johan AT FRIJA>
12798
12799         * device/lib/gets.c (gets): fixed the return value.
12800
12801 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12802         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12803
12804         * 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.
12805
12806         * 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.
12807
12808         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12809
12810         * src/pic/gen.c: Removed Safe_strdup.
12811
12812         * configure.in: Added option to enable libgc support.
12813
12814         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12815         (bitVectUnion): Optimised.
12816         (bitVectIntersect): Optimised.
12817         (bitVectBitsInCommon): Optimised.
12818         (bitVectCplAnd): Optimised.
12819
12820         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12821
12822 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12823
12824         * src/SDCCmain.c: distinguish between assembler debug and plain options
12825
12826         * src/avr/main.c:   remove standard assembler options
12827
12828         * src/ds390/main.c: remove standard assembler options
12829
12830         * src/mcs51/main.c: remove standard assembler options
12831
12832         * src/port.h: removed "PENDING" comment
12833
12834 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12835
12836         * src/device/lib/_mulint.c  : new, with assember functions
12837
12838         * src/device/lib/_mullong.c : new, with assember functions
12839
12840         * src/device/lib/_divuint.c : with assember functions
12841
12842         * src/device/lib/_divsint.c : with assember functions
12843
12844         * src/device/lib/_divulong.c: with assember functions
12845
12846         * src/device/lib/_divslong.c: with assember functions
12847
12848         * src/device/lib/_moduint.c : with assember functions
12849
12850         * src/device/lib/_modsint.c : with assember functions
12851
12852         * src/device/lib/_modulong.c: with assember functions
12853
12854         * src/device/lib/_modslong.c: with assember functions
12855
12856         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12857
12858         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12859
12860         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12861                                       replaced _mululong.c and _mulslong.c by _mullong.c
12862
12863 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12864
12865         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12866
12867 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12868
12869         * src/SDCCglue.c: test, if win32api is available for MINGW
12870
12871 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12872
12873         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12874         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12875         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12876         * support/regression/ports/host/spec.mk: removed GENERIC
12877         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12878         * support/regression/ports/z80/spec.mk: removed GENERIC
12879
12880 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12881
12882         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12883
12884         * support/regression/tests/bug-467035.c: Created.
12885
12886 2001-10-01    <johan AT FRIJA>
12887
12888         * src/SDCC.y: fixed bug #466586 part 1
12889
12890 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12891
12892         * SDCCicode.c: z80 has no generic pointers
12893         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12894
12895 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12896
12897         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12898
12899 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12900
12901         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12902
12903         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12904
12905 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12906
12907         * configure.in: Fixed up so that ucsim is only configured once.
12908
12909         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12910
12911         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12912         (getPathDifference): As above.
12913
12914         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12915
12916         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12917
12918 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12919         * .version: Updated to 2.3.1
12920
12921         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12922         Added copyright header.
12923
12924         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12925         (assemble): Added support for macro based assembler commands.
12926         (linkEdit): Added support for macro based linker commands.
12927         (preProcess): Changed the pre-processor to use macros.
12928         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12929         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12930
12931         * device/lib/z80/crt0.s: Added module name for debugging.
12932
12933 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12934
12935         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12936
12937         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12938
12939         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12940
12941         * src/Makefile.in: Added SDCCmacro and SDCCutil
12942
12943 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12944
12945         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12946
12947 2001-09-16    <johan AT FRIJA>
12948
12949         * 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.
12950
12951 2001-09-15    <johan AT FRIJA>
12952
12953         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12954         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12955
12956 2001-09-11    <johan AT FRIJA>
12957
12958         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12959
12960 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12961
12962         * support/regression/tests/bug-460444.c: Added test case.
12963
12964         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12965         (genCast): Added justification for all of the asserts.
12966
12967 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12968
12969         * support/regression/support.c: _xdata replaced by xdata
12970
12971         * support/regression/spec.mk: removed _generic
12972
12973 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12974
12975         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12976
12977         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12978         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12979
12980         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12981
12982         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12983
12984         * support/regression/tests/bug-460010.c: Added test case.
12985
12986         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12987
12988 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12989
12990         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12991
12992         * support/regression/testfwk.c: removed workaround for bug #436344
12993
12994         * support/regression/tests/bp.c: use less memory with mcs51
12995
12996         * support/regression/tests/bug-441448.c: use less memory
12997
12998         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12999
13000         * support/regression/collate-results.py: typo
13001
13002 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13003
13004         * support/regression/tests/fetchoverlap.c: Added new test case.
13005
13006         * support/regression/tests/bp.c: Added new test case.
13007
13008         * support/regression/tests/bug-448984.c: Added new test case.
13009
13010         * support/regression/tests/pow2shifts.c: Added new test case.
13011
13012         * src/z80/gen.c: Turned off the noise it normally generates for the release.
13013         (genlshTwo): Fixed right shift for count > 8.
13014
13015         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
13016
13017 2001-09-08    <johan AT FRIJA>
13018
13019         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
13020
13021 2001-09-07    <johan AT FRIJA>
13022
13023         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
13024
13025         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
13026
13027 2001-09-06    <johan AT FRIJA>
13028
13029         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
13030         * bernhard noted me at this: "() equals to (void)" (1.38)
13031
13032 2001-09-05    <johan AT FRIJA>
13033
13034         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
13035
13036 2001-09-04    <johan AT FRIJA>
13037
13038         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
13039
13040
13041 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
13042
13043         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
13044
13045 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
13046
13047         * link/z80/aslink.h: Fixed path for PATH_MAX
13048
13049 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
13050
13051         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
13052
13053         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
13054
13055         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
13056
13057         * 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.
13058
13059 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
13060
13061         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
13062         (genCmp): Fixed up genCmp for the GB with longs.
13063
13064         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
13065
13066         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
13067
13068         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
13069
13070         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
13071
13072 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
13073
13074         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
13075
13076 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
13077
13078         * 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.
13079
13080         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
13081
13082 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
13083
13084         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
13085
13086         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
13087
13088 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
13089
13090   * sim/ucsim/configure:    little improvement of Cygwin-detection
13091   * sim/ucsim/configure.in: little improvement of Cygwin-detection
13092   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
13093   * support/regression/tests/bug-221100.c: small changes for mcs51
13094   * support/regression/tests/bug-221168.c: small changes for mcs51
13095   * support/regression/tests/bug-227710.c: small changes for mcs51
13096   * support/regression/tests/staticinit.c: small changes for mcs51
13097   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
13098   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13099   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13100
13101 $Revision$